@charset "UTF-8";
/* howtube™ Mobile Main Stylesheet */

/* ie10-viewport-bug-workaround.css START */

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* ie10-viewport-bug-workaround.css END */


.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden{
  display: none !important;
}


#dev-flag{
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: calc(50% - 35px);
  width: 70px;
  padding: 2px 0 1px;
  text-align: center;
  border: 1px solid #bee5eb;
  border-radius: 0 0 4px 4px;
  color: #0c5460;
  background-color: #d1ecf1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

#dev-flag:after{
  content:'Dev Site';
  display: block;
}

.howtube-logo.dev-logo{
  padding: 22px 0 0;
  max-width: 90px;
  margin-left: calc(50% - 45px);
}


/* star-rating.css START */

/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.4
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating{
  display: none !important;
}
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
/*
 * Stars
 */
.rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

.rating-fa .rating-stars:before {
    padding-left: 1px;
}

.rating-gly {
    font-family: 'Glyphicons Halflings';
}

.rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: default;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e85126;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

.rating-container-rtl:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

/**
 * Print
 */
@media print {
    .rating-container, .rating-container:before , .rating-container-rtl .rating-stars, .rating-container-rtl .rating-stars:before {
        color: #f3f3f3!important;
    }
    
    .star-rating .clear-rating, .star-rating-rtl .clear-rating {
        display: none;
    }
}

/* star-rating.css END */



/* chosen.css START */

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 16px;
  position:absolute;
  top:50%;
  margin-top:-10px;
  background: url('chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  
  overflow: hidden;;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 14px;
  font-size: 14px;
    color: #444;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
	  
  }
}
/* @end */



.square-select.chosen-container-single .chosen-single {
    height: auto;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fcfcfc;
    box-shadow: none;
    font-size: 14px;
	line-height:20px;
	padding:10px 15px;
}

#product-page .square-select.chosen-container-single .chosen-single{
    width: 280px;
}

.square-select.chosen-container-single .chosen-drop {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fcfcfc;
    width: 100%;
}

.square-select.chosen-container .chosen-results {
	padding:0;
	margin:0;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.square-select.chosen-container .chosen-results li {
	padding:10px 15px;
}

.square-select.chosen-container .chosen-results li.highlighted {
	background:#f1f0f0;
	color:#333;
}

.chosen-container .mCustomScrollBox>.mCSB_scrollTools {
	width:15px;
	height:99%;
}
.chosen-container .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#888;
}
.chosen-container .mCSB_scrollTools .mCSB_draggerRail {
	background:#fff url("../images/layout/draggerrail_gray.png") repeat-y center center;
}
.chosen-container .mCSB_scrollTools .mCSB_dragger {
	width:8px;
	margin:0 auto;
	left:50%;
	margin-left:-4px;
}
.chosen-container .mCSB_scrollTools .mCSB_draggerContainer {
	border-left:1px solid #e7e7e7;
	width:15px;
	
}

/*
*   select with gradient 
*/

.rounded-select.chosen-container-single .chosen-single {
	height:auto;
	border:1px solid #c7c7c7;
/*	border-radius: 0px;*/
	background:#f9f9f9;
	box-shadow: none;
	font-size:14px;
	line-height:15px;
	padding:10px 15px;
	
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #fff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 );

}

.rounded-select.chosen-container-single .chosen-drop {
/*	border-radius:0px;*/
	border:1px solid #c7c7c7;
	background:#f5f5f5;
	box-shadow:none;
}

.rounded-select.chosen-container .chosen-results {
	padding:0px 0;
	margin:0px;
}

.rounded-select.chosen-container .chosen-results li {
	padding:10px 15px;
}

.rounded-select.chosen-container .chosen-results li.highlighted {
	background:#f1f0f0;
	color:#333;
}

.select-style-playlist {
    font-size:14px;
    line-height:14px;
    margin-bottom:10px;
    width:100%;
}
.select-style-playlist .chosen-single {
    background:#fff !important;
    border:1px solid #c0c0c0;
    background:#fff;
    padding:7px 10px;
    color:#333;
    font-size:14px;
    line-height:14px;
    
    
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-box-shadow:    0px 0px 0px 0px transparent !important;
    box-shadow:         0px 0px 0px 0px transparent !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.select-style-playlist .chosen-single span {
    font-size:14px;
    line-height:20px;
    display:block;
}
.select-style-playlist .chosen-results {
    margin:0;
    padding:0;
}
.select-style-playlist .chosen-results li.highlighted {
    background:#f9f9f9;
    color:#333;
}

/* chosen.css END */


/* bootstrap-tagsinput.css START */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* bootstrap-tagsinput.css END */


/* dropzones.css START */

.dropzone.hover,
.dropzone.hover .dashed-content {
	border-color:#fd4400 !important; 
}
.dropzone-style-1 {
	width:100% !important;
	min-height:315px !important;
	position:relative;
	display:block;
	z-index:10;
	opacity:1;
	border: 2px dashed #c2c2c2;
	padding:80px 0;
	background: none !important;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.dropzone-style-1.border-dashed {
	border: 2px dashed #c2c2c2;
}

.dropzone-style-1 .icon {
/*    width:91px;*/
	width:100%;
	height:96px;
/*	margin-top:85px;*/
	
	display:block;
	background: url('../images/upload_field_bg_big-icon.png') no-repeat center center !important;
}
.dropzone-style-1 h1 {
	text-align:center;
	z-index:1;
	font-size: 25px !important;
	line-height:28px !important;
	font-weight: bold !important;
	margin-bottom:0px !important;
	color:#000 !important;
}
.dropzone-style-1 h2 { /*KLAUS*/
	text-align:center;
	z-index:1;
	font-size: 25px !important;
	line-height:28px !important;
	font-weight: bold !important;
	margin-bottom:0px !important;
	color:#000 !important;
}
.dropzone-style-1 p {
	text-align:center;
	z-index:1;
	color:#000 !important;
	margin:0px !important;
	line-height:14px !important;
	font-size:14px !important;
	font-weight:normal !important;
	color:#000 !important;
}

.dropzone-style-1 .progress {
	margin:10px auto;
	width:80%;
}
.dropzone-style-1 .progress.progress-hidden, .progress-hidden {display:none;}
.dropzone-style-1 .files.files-hidden {
	display:none;
}
.dropzone-style-1 .files {
	margin:10px auto;
}



.dropzone-style-2 {
	border: 5px solid #fff !important;
	background-color:transparent !important;
	width:100% !important;
/*	min-height:206px !important;*/
/*	padding:20px 30px !important;*/
	opacity:1 !important;
	display:block !important;
	background: none !important;
	overflow:hidden;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.dropzone-style-2.dropzone-dashed{
    border: 2px dashed #ddd !important;
    margin-bottom: 10px;
}
.dropzone-style-2 .icon {
	height:45px;
	background: url("../images/upload_field_bg_small2.png") no-repeat center center !important;
	display:block;
	width:100%;
}
.dropzone-style-2 .content {
	border: none !important;
	
	height:100%;
	margin:20px 30px !important;
	opacity:1 !important;
	display:block;
	padding:35px 0 !important;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dropzone-products.dropzone-style-2 .content{
  padding:0 !important;
  margin:18px 50px !important;
}
.dropzone-style-2 .dashed-content {
	border: 3px dashed #fff !important;
/*	width:100% !important;*/
	min-height:160px !important;
	height:100%;
	opacity:1 !important;
	display:block;
	padding: 20px 30px !important;
	margin:20px 30px !important;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropzone-style-2 h1 {
	position: relative !important;
	text-align: center !important;
	z-index: 1 !important;
	top: 40% !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	color: #000 !important;
	
	/*position:relative;
	top:60%;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	clear:none;*/
}
.dropzone-style-2 h2 { /*KLAUS*/
	position: relative !important;
	text-align: center !important;
	z-index: 1 !important;
	top: 40% !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	color: #000 !important;
	
	/*position:relative;
	top:60%;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	clear:none;*/
}
.dropzone-style-2 p {
	position:relative !important;
	top:41% !important;
	text-align:center !important;
	font-size:11px !important;
	line-height:15px !important;
	font-weight:normal !important;
	color:#000 !important;
}

.dropzone-style-2 .progress-hidden {display:none;}
.dropzone-style-2 .progress {
	top: 42%;
	position: relative;
	width:80%;
	margin:0 auto;
}
.dropzone-style-2 .files-hidden {display:none;}
.dropzone-style-2 .files {
	top: 47%;
	position: relative;
}

.dropzone-style-2 .dashed-content .icon {margin-top:15px}
.dropzone-style-2 .dashed-content h1 {top:50% !important;}
.dropzone-style-2 .dashed-content p {top:51% !important;}
.dropzone-style-2 .dashed-content .progress {top: 55%;}








.dropzone-style-3 {
	border: 5px solid #e1e1e2 !important;
	background-color:transparent !important;
	width:100% !important;
/*	min-height:206px !important;*/
/*	padding:20px 30px !important;*/
	opacity:1 !important;
	display:block;
	background: none !important;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    margin-bottom: 15px;
}
.dropzone-style-3 .icon {
	height:45px;
	background: url("../images/upload_field_bg_small2.png") no-repeat center center !important;
	display:block;
	width:100%;
}
.dropzone-style-3 .content {
	border: none !important;
/*	width:100% !important;*/
	height:100%;
	padding:35px 0 !important;
	margin:20px 30px !important;
	opacity:1 !important;
	display:block;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dropzone-style-3 .dashed-content {
	border: 3px dashed #e1e1e2 !important;
/*	width:100% !important;*/
	height:100%;
	padding:35px 0 !important;
	margin:20px 30px !important;
	opacity:1 !important;
	display:block;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropzone-style-3 h1 {
	position: relative !important;
	text-align: center !important;
	z-index: 1 !important;
	top: 40% !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	color: #000 !important;
	
	/*position:relative;
	top:60%;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	clear:none;*/
}
.dropzone-style-3 p {
	position:relative !important;
	top:41% !important;
	text-align:center !important;
	font-size:11px !important;
	line-height:15px !important;
	font-weight:normal !important;
	color:#000 !important;
}

.dropzone-style-3 .progress-hidden {display:none;}
.dropzone-style-3 .progress {
	top: 42%;
	position: relative;
	width:80%;
	margin:0 auto;
}
.dropzone-style-3 .files-hidden {display:none;}
.dropzone-style-3 .files {
	top: 47%;
	position: relative;
}

.dropzone-style-3 .dashed-content h1 {top:50% !important;}
.dropzone-style-3 .dashed-content p {top:51% !important;}
.dropzone-style-3 .dashed-content .progress {top: 55%;}







.dropzone-style-4 {
	border: 2px dashed #c2c2c2 !important;
	background-color:transparent !important;
	width:100% !important;
/*	min-height:206px !important;*/
	padding:20px 30px !important;
	opacity:1 !important;
	display:block !important;
	position:relative;
	background: none !important;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.dropzone-style-4 .icon {
	width:46px;
	height:45px;
	background: url("../images/upload_field_bg_small2.png") no-repeat center center !important;
	display:block;
	width:100%;
}
.dropzone-style-4 .content {
	border: none !important;
/*	width:100% !important;*/
/*    min-height:160px !important;*/
	height:100%;
	padding:35px 0 !important;
	margin:20px 30px !important;
	opacity:1 !important;
	display:block !important;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dropzone-style-4 .dashed-content {
	border: 1px dashed #c2c2c2 !important;
	width:100% !important;
	min-height:160px !important;
	height:100%;
	padding:0px 0 !important;
	margin:20px 30px !important;
	opacity:1 !important;
	display:block !important;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropzone-style-4 h1 {
	width:100%;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	color: #000 !important;
	
	/*position:relative;
	top:60%;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	clear:none;*/
}
.dropzone-style-4 p {
	text-align:center !important;
	font-size:11px !important;
	line-height:15px !important;
	font-weight:normal !important;
	color:#000 !important;
}

.dropzone-style-4 .progress-hidden {display:none;}
.dropzone-style-4 .progress {
	width:80%;
	margin:0 auto;
}
.dropzone-style-4 .files-hidden {display:none;}
.dropzone-style-4 .files {
}

.dropzone-style-5 {
	width:100%;
	border:1px solid #d0d0d0;
	padding:5px;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.dropzone-style-5 .content {
/*	min-height:210px;*/
	background:#f9f9f9;
	width:100%;
}

.dropzone-style-5 h3 {
	text-align:center;
	padding:90px 0;
	font-size:16px;
	font-weight:bold;
}

#main_video_name{
	text-align: center;
	margin-bottom: 20px;
}



/* Select video frame */

.frame_container {
	width:100%;
	display:block;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.frame_container.style-1 {
	border:5px solid #eee;
	
	text-align:center;
	position:relative;

	float: left;
}
.frame_container.style-1.buttons {
	border: none;
	height: 50px !important;
}
.frame_container.style-1 .overlay {
	position:absolute;
	padding:40px 0;
	z-index:89;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.frame_container.style-1 .icon {
	background:url("../img/frame-container-style-1-icon.png") no-repeat center center;
	height:42px;
	width:100%;
}
.frame_container.style-1 #video_cropthumb_container, .frame_container.style-1 #video_cropthumb_container_istep {
	width: 100%;
	height: 100%;
}
.frame_container.style-1 h1 {
	font-size:14px;
	line-height:19px;
	text-align:center;
	margin:0px;
	font-weight:bold;
}
.frame_container.style-1 h2 { /*KLAUS*/
	font-size:12px;
	line-height:19px;
	text-align:center;
	margin:0px;
	font-weight:bold;
}
.frame_container.style-1 p {
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	margin:0px;
}

.frame_container.style-2 {
    border:5px solid #e1e1e2;
    min-height: 223px;
    text-align:center;
    position:relative;
}
.frame_container.style-2 .overlay {
    position:absolute;
    padding:40px 0;
    z-index:89;
    top:0px;
    bottom:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.frame_container.style-2 .icon {
    background:url("../images/frame-container-style-1-icon.png") no-repeat center center;
    height:42px;
    width:100%;
}
.frame_container.style-2 h1 {
    font-size:14px;
    line-height:19px;
    text-align:center;
    margin:0px;
    font-weight:bold;
}
.frame_container.style-2 p {
    font-size:10px;
    line-height:14px;
    text-transform:uppercase;
    text-align:center;
    margin:0px;
}


.ca_upload_dropzone{
    min-width:400px;
    min-height: 300px;
    display: block;
    border: 2px dashed #c2c2c2;
    color:#000;
    text-align: center;
    line-height: 28px;
}

/* dropzones.css END */


html{
	overflow-x:hidden;
	height:100%;
}

body {
	height:100%;
 	padding-top: 50px;
	line-height: normal;
	-webkit-overflow-scrolling: touch;
  font-family: proxima-nova, sans-serif;
  font-weight:400;
}

body.adjust{
	padding-top:50px;
}

body.logged-in{
	padding-top:90px;
}

body.logged-in-search{
	padding-top:40px;
}

body.logged-in-search.adjust{
	padding-top:90px;
}

img{
	max-width:100%;
}

.clear{
	padding:0;
	margin:0;
	clear:both;
}

b, strong {
    font-weight: 600;
}

h1, .h1 {
  font-weight: 400;
  color: #333;
  font-size: 28px;
}

h2, .h2{
	font-size:18px;
	font-weight:700;
	color:#333;
}

p{
	color:#666;
	font-size:14px;
	line-height:1.4;
	font-weight:400;
}

a{
	color:#1bb0eb;
}

.bootstrap-tagsinput {
    width: 100%;
}

label.control-label{
	line-height: 15px;
  margin-bottom: 10px;
}

.sixteen-nine{
	position: relative;
	background-size:cover;
	background-position: center;
}

.sixteen-nine:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.sixteen-nine > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}



/**** Main Menu ****/

a.nav-expander {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
	line-height:50px;
  margin-right: 0;
  padding: 0 .8em;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  z-index: 12;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d43d05+0,ff4500+50,d43d05+100 */
  background: #d43d05; /* Old browsers */
  background: -moz-linear-gradient(top,  #d43d05 0%, #ff4500 50%, #d43d05 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d43d05 0%,#ff4500 50%,#d43d05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d43d05 0%,#ff4500 50%,#d43d05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43d05', endColorstr='#d43d05',GradientType=0 ); /* IE6-9 */

  transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    left: 25em;
}

#ht-menu {
  background: #343437;
  display: block;
  height: 100%;
  overflow-y: auto;
	overflow-x: hidden;
  position: fixed;
  left: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  
  transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;

}
#ht-menu .double-orange-gradient{
	position: fixed;
	width: 20em;
	z-index: 9999;
	height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d43d05+0,ff4500+50,d43d05+100 */
  background: #d43d05; /* Old browsers */
  background: -moz-linear-gradient(top,  #d43d05 0%, #ff4500 50%, #d43d05 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d43d05 0%,#ff4500 50%,#d43d05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d43d05 0%,#ff4500 50%,#d43d05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43d05', endColorstr='#d43d05',GradientType=0 ); /* IE6-9 */
}

#ht-menu .content{
	padding:7rem 0 2rem;
}

#ht-menu #account_info{
	text-align:center;
}

#ht-menu .avatar{
    display: inline-block;
    width: 75px;
    margin: 0 auto;
}

#ht-menu .avatar img{
	border-radius:3px;
}

#ht-menu .avatar .guest-avatar{
    width: 80px;
    height: 80px;
    display: table-cell;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: middle;
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #444444 0%, #5e5e5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #444444 0%,#5e5e5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #444444 0%,#5e5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#ht-menu .avatar .guest-avatar .ht-h{
  margin:0 auto;
}

#ht-menu .user-info{
	margin-bottom: 26px;
}

#ht-menu .user-info h3{
    color: #fff;
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 4px;
}

#ht-menu .user-info a{
	color:#aaa;
}

#ht-menu .account-links ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

#ht-menu .account-links li{
	margin:6px 0;
}

#ht-menu .account-links a{
	color:#fff;
	font-size:16px;
}

#ht-menu .account-links a:hover{
	color:#e85126;
}

#ht-side-categories .title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 42px 0 10px;
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
}

#ht-side-categories .title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #e85126;
    left: calc(50% - 25px);
    bottom: 0;
}

#ht-side-categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#ht-side-categories ul li {
    padding: 5px 0;
}

#ht-side-categories ul li a {
    color: #fff;
    padding: 3px 20px;
    display: block;
    width: 100%;
    font-size: 15px;
}

#ht-side-categories ul li a:after {
    content: '\00BB';
    float: right;
    font-size: 1.4em;
    position: relative;
    top: -4px;
    color: #888;
}

#ht-side-categories ul li a:hover, #ht-side-categories ul li a:hover:after{
    color:#e85126;
}

#ht-side-categories ul li a span {
    width: 20px;
    height: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#ht-side-categories ul li a img {
    max-width: 100%;
    max-height: 100%;
}

#ht-menu .site-links{
    text-align: center;
    margin-top: 21px;
    border-top: 1px solid #555;
    padding-top: 17px;
}

#ht-menu .site-links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#ht-menu .site-links li{
    display: inline-block;
    margin: 0 6px;
}

#ht-menu .site-links a{
	color:#999;
}

#ht-menu .site-links a:hover{
	color:#fff;
}

#ht-menu .copy{
    color: #999;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 4rem;
}

#menu-overlay{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height:0;
  z-index: 990;
  background: rgba(0,0,0,.4);
  visibility: hidden;
  opacity: 0;
  -o-transition : all 300ms ease-out; 
  -moz-transition : all 300ms ease-out;
  -webkit-transition : all 300ms ease-out; 
  transition : all 300ms ease-out; 
}

#menu-overlay.active{
	visibility:visible;
	opacity: 1;
	height:100%;
}

.nav-expanded #ht-menu {
  left: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: left 0.4s ease-in-out 0s;
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
	float: left;
	width: 100%;
}

.main-menu li a {
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
	width: 96%;
	border: 1px solid transparent;
	position: relative;
	margin: 0 2%;
}

.main-menu li a::after{
	position: absolute;
	font-size: 20px;
	right: 13px;
	top: 3px;
	font-weight: 300;
	content:"»";
}

.main-menu li a:hover {
  color: #e85126;
  text-decoration: none;
	background-color:rgba(0,0,0,.3);
	border-color:#424242;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}



/**** Top Bar ****/

.navbar-gradient-dark{
	background: #1f2021;
}

.howtube-logo{
  float: left;
  max-width: 100px;
  margin-left: calc(50% - 50px);
  padding: 14px 0 10px;
}

.login{
	float:right;
	color:#fff;
	font-weight:500;
	margin:16px 10px 0;
}

.login a{
	text-align:right;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}




/**** Account Menu ****/

#account-menu{
	position: fixed;
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	top: 50px;
	z-index: 1029;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#account-menu ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
  opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#account-menu li{
	display:inline-block;
	margin:0 5px;
  position: relative;
}

#account-menu li a{
	color:#333;
	line-height:40px;
	font-size: 12px;
	position: relative;
  font-weight: 500;
}

#account-menu li a span.store-menu {
	position: absolute; 
  top: -20px;
  right: -6px;
  font-size: 11px;
  color: #e85126;
  font-weight: bold;
}

#account-menu .dropdown-menu{
  top: 40px;
  padding: 10px 0;
  left: -15px;
  right: inherit;
}

#account-menu li:last-of-type .dropdown-menu{
  left: inherit;
  right: -15px;
  min-width: 190px;
}

#account-menu .dropdown-menu li{
  float: left;
  width: 100%;
  margin: 0;
}

#account-menu .dropdown-menu li a {
  padding: 8px 15px;
  float: left;
  width: 100%;
  line-height: 15px;
}

#account-menu li:last-of-type .dropdown-menu li a {
  text-align: right;
}



/**** Mobile Search ****/

body.active-search-form{
  overflow:hidden;
}

#mobile-search{
  display: flex;
  position: fixed;
  width: 100%;
  height:0;
  background: #3a3736;
  position: fixed;
  top: 50px;
  left:0;
  z-index: 1030;
  visibility: hidden;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#mobile-search.active{
  visibility: visible;
  height:56px;
}

#mobile-search form{
  align-self: center;
  flex:1;
  margin: 0 5%;
	position:relative;
  opacity: 0;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#mobile-search form.active{
  opacity: 1;
}

#mobile-search input{
  float: left;
  width: calc(100% - 40px);
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  font-weight: 300;
  text-align: left;
  outline: none;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#mobile-search input::-webkit-input-placeholder {
  color:#999;
}

/* Firefox < 19 */
#mobile-search input:-moz-placeholder {
	
}
#mobile-search input:focus:-moz-placeholder {
	
}

/* Firefox > 19 */
#mobile-search input::-moz-placeholder {
	
}
#mobile-search input:focus::-moz-placeholder {
	
}

/* Internet Explorer 10 */
#mobile-search input:-ms-input-placeholder {
	
}
#mobile-search input:focus:-ms-input-placeholder {
	
}

#mobile-search #submit_search_but{
  color: #999;
  font-size: 26px;
  padding: 3px;
  margin: -3px -2px -3px 0;
	-o-transition : all .2s ease-out; 
	-ms-transition : all .2s ease-out; 
	-moz-transition : all .2s ease-out;
	-webkit-transition : all .2s ease-out; 
	transition : all .2s ease-out;
}

#mobile-search #submit_search_but.active{
  color: #e85126;
}

#mobile-search #submit_search_but.active::before {
  position: relative;
  z-index: 1;
}

#mobile-search #submit_search_but:after {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  opacity: 0;
	-o-transition : all .2s ease-out; 
	-ms-transition : all .2s ease-out; 
	-moz-transition : all .2s ease-out;
	-webkit-transition : all .2s ease-out; 
	transition : all .2s ease-out;
}

#mobile-search #submit_search_but.active:after {
  opacity: 1;
}



/**** Home Page ****/

#randall-carlson-featured-event .click-overlay{
  position:absolute;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#randall-carlson-featured-event .tall-vid{
  display:block;
}

#randall-carlson-featured-event .sixteen-nine.tall-vid:before{
  padding-top:150%;
}

#randall-carlson-featured-event .wide-vid{
  display:none;
}

#randall-carlson-featured-event .cta-btns{
  position: absolute;
  top: 55.5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#randall-carlson-featured-event .orange-button{
  letter-spacing: 2px;
  margin:0 5px;
  border-radius: 6px;
}

#randall-carlson-featured-event .orange-button.learn-more{
  background-color: #fff;
  border-color: #e7e7e7;
  color: #333;
}

.swiper-container {
	width: 100%;
	height: 500px;
}
.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.swiper-slide.home-slide-rc {
	background-image:url(../img/slider/rc-ht-mobile-slide.jpg);
}

.swiper-slide.home-slide-1 {
	background-image:url(../img/slider/grid-slide4.jpg);
}

.swiper-slide.home-slide-2 {
	background-image:url(../img/slider/video-shooting-slide4.jpg);
}

.swiper-slide.home-slide-3 {
	background-image:url(../img/slider/connect-ecommerce-slide.jpg);
}

.swiper-slide.home-slide-4 {
	background-image:url(../img/slider/free-account-slide.jpg);
}

.swiper-slide.home-slide-5 {
	background-image:url(../img/slider/free-account-slide2.jpg);
}

.swiper-slide.main-slide{
  background:url(../img/slider/ideas-in-motion-bk.jpg) center no-repeat;
  text-align: center;
  height: 500px;
}

.swiper-slide.main-slide h3{
  margin-bottom:300px !important;
  font-size: 27px;
}

.swiper-slide .content.white h3 a, .swiper-slide .content.white p{
    color:#fff;
}

.swiper-slide.main-slide p{
  font-size: 16px;
  font-weight: 500;
  max-width: 310px;
}

.swiper-slide.featured-slide{
  display: block;
}

.swiper-slide.featured-slide .content{
  height: 288px;
  padding: 20px;
}

#home-slider .featured-slide#screenshopping .content{
    background-image: url('../img/slider/ScreenShopping-Feature-bk.jpg');
    background-size:cover;
    background-position: bottom left;
}

.swiper-slide.featured-slide#randallcarlson .content{
  background-image: url(../img/slider/RC-Feature-slide-bk.jpg);
  background-size:cover;
  background-position: top right;
}

.swiper-slide.featured-slide#afterskool .content{
  background: url(../img/slider/afterskool-slide-bk-image.jpg?ver=2.0) no-repeat;
  background-position: 100px 100%;
  background-size: auto 100%;
}

.swiper-slide.featured-slide#cbdfromthegods .content{
  background-image: url(../img/slider/CBD-Feature-slide-bk.jpg);
  background-size:cover;
  background-position: center;
}

.swiper-slide.featured-slide .content h3 .glyphicon{
  font-size: .6em;
  top: -5px;
}

.swiper-slide.featured-slide .content h3 a:hover, .swiper-slide.featured-slide .content.white h3 a:hover{
    color:#e85126;
}

.swiper-slide.featured-slide .content img{
  width:70px;
  height:inherit;
}

.swiper-slide.featured-slide .content p{
  font-size: 12px;
  font-weight: 500;
}

.swiper-button-prev, .swiper-button-next {
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto;
	background: none;
	position: absolute;
	z-index: 1000;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border: 6px solid #e85126;
	left: 13px;
	border-right: none;
	border-top: none;
	text-indent: -90000px;
	margin-top: 0;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next {
	left:inherit;
	right: 13px;
	border: 6px solid #e85126;
	border-left: none;
	border-bottom: none;
}

.swiper-button-prev:focus, .swiper-button-next:focus{
  outline:none;
}

.swiper-button-disabled{
    display: none !important;
}

.swiper-pagination-bullet {
	opacity: 1;
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
}

.swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 8.5px;
	height: 8.5px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #e85126;
}

.faded-h{
	font-size: 400px;
	line-height: 258px;
	position: absolute;
	z-index: 0;
	font-weight: 900;
	opacity: .07;
	left: 8px;
}

.beta-launch{
	z-index:1;
}

.beta-launch .ht-icon {
	float: none;
	max-width: 70px;
	margin: 31px auto 28px;
}

.beta-launch .ht-icon img{
	
}

.beta-content {
	float: left;
}

.beta-content p {
	color: #333;
	font-size: 27px;
	font-weight: 300;
	line-height: 26px;
	margin: 6px 0;
	border-left: 4px solid #333;
	padding-left: 14px;
}

.beta-content p span {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.beta-content p span strong {
	color:#e85126;
}

.slide-content{
    text-align: left;
    position: absolute;
    left: 12%;
    top: inherit;
}

.slide-content h2{
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-weight: 400;
    text-transform: none;
}

.slide-content p{
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0;
}

.slide-content.video-producers {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}

.slide-content.video-producers h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 70px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.6);
	color: #fff;
	margin: 0;
}

.slide-content.video-producers p {
	color: #fff;
	font-size: 22px;
	padding: 0 67px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.6);
}

.slider-button{
	float: left;
	position: relative;
	left: calc(50% - 142.5px);
	margin-top: 10px;
	padding: 5px 4px 4px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #e85126 0%, #c0421e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#e85126 0%,#c0421e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#e85126 0%,#c0421e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#c0421e',GradientType=0 ); /* IE6-9 */
}

.slider-button a{
	float:left;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	padding: 16px 35px;
	border:1px solid #ec7c5c;
	box-shadow:0 -1px 0 #d31a06, 0 -1px 0 #c50c00 inset;
}

.slider-button a span{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.home h1, .home h2 {
	color: #333;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: -.5px;
	margin: 15px 0 22px;
	text-transform:none;
}

.home h3{
	color:#e85126;
	font-weight:bold;
	font-size:24px;
	letter-spacing:-.5px;
}

.home p{
	color:#333;
	font-size:18px;
	line-height:32px;
	font-weight:400;
}

.home .container{
	padding:0 25px;
}

.home .cta{
	float: left;
	margin: 10px 0 38px;
}

.rounded-button{
	float: left;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #e85126;
	border-radius: 5px;
	padding: 16px 27px;
	cursor:pointer;
	
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #e85126 0%, #c0421e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#e85126 0%,#c0421e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#e85126 0%,#c0421e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#c0421e',GradientType=0 ); /* IE6-9 */
}

.home .featured {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.home .featured h2{
	font-size:26px;
}

.home.new h2{
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 2.5rem;
  line-height: 1;
  line-height: 1.4;
}

.home.new h2 span{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  display: block;
  padding-bottom: 16px;
  line-height: 1.1;
}

.home.new h2 span:after{
  margin-top: 6px;
  width: 70px;
  height: 5px;
  background-color: #e85126;
  display: block;
  content: '';
}

.home.new #featured-section{
  background-color: #f5f5f5;
  margin-bottom: -50px;
}

.home.new .featured ul li {
  display: inline-block;
  text-align: left;
  width: calc(16.4% - 12px);
  margin: 0 6px;
}

.home.new div.card-container {
  width: 100%;
  height: 100%;
  padding-bottom: 139%;
  margin: 0;
}

.videos{
  position: relative;
}

.videos .video{
  display: inline-block;
  text-align: left;
  width:100%;
  margin: 0 0 2.5rem;
  vertical-align: top;
}

.videos .video .image{
  margin-bottom:2px;
}

.videos .video .details{
  background:none;
  min-width:inherit;
}

.videos .video .title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.videos .video .title a{
  font-weight: 600;
  color:#000;
}

.videos .video .title a:hover{
  color:#000;
  opacity: .85;
}

.videos .video .author{
  color: #777;
  font-size: .9em;
}

.videos .video .duration{
  color:#000;
  font-weight: bold;
  font-size: 12px;
}

.home #cards {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}

.home #cards figure {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 244px;
	margin: 10px;
	height: 344px;
}

.home .card-trigger {
	position: absolute;
	z-index: 1;
	top: -14px;
	right: -11px;
	height: 39px;
	width: 39px;
	background: url(../img/home-featured/_rotate.png) center no-repeat;
	background-size: 20px auto;
	background-color: #e85126;
	color: #fff;
	-webit-border-radius: 4px 4px 4px 0;
	-moz-border-radius: 4px 4px 4px 0;
	border-radius: 50%;
	letter-spacing: .5px;
}

.home .card{}

.home .card .front{}

.home .card .back{}

.home .outer-wrapper{
	float:left;
	width:100%;
	background-color:#333;
	padding-top:50px;
}

.home .outer-wrapper.light-grey{
	padding: 0;
	margin: 80px 0 0;
	background-color: #f2f2f2;
}

.home .top-section{
	padding: 40px 25px 100px;
}

.home .top-section .left-content{
	float:left;
	position:relative;
}

.home .top-section .left-content .home-arrow{
	position:absolute;
	top: -55px;
	right: -66px;
	background:url('../img/home-arrow.png') center no-repeat;
	width:183px;
	height:86px;
}

.home .top-section .left-content h3{
	margin-bottom:10px;
	font-size:30px;
}

.home .top-section .right-content{
	float:right;
	width:100%;
	margin-top: 20px;
}

.home .top-section .right-content iframe{
	width:100%;
	height:183px;
}

.home .middle-section .container{
	position: relative;
	overflow: hidden;
}

.home .middle-section .left-content {
	height: 480px;
	margin: 165px 0 0;
}

.home .middle-section .left-content .iphone {
	position: absolute;
	top: 0;
	left: calc(50% - 146px);
	width: 292px;
	height: 480px;
	background: url('../img/white-iphone.png') top center no-repeat;
	background-size: 100%;
	z-index: 2;
}

.home .middle-section .left-content .phone-cover {
	position: absolute;
	top: 68px;
	left: calc(50% - 132px);
	height: 412px;
	width: 268px;
	overflow: hidden;
}

.home .middle-section .left-content .phone-content {
	float: left;
	position: relative;
	top: 0;
	width: 100%;
	height: 1182px;
	background: url('../img/home-mobile-view.jpg') top center no-repeat;
	background-size: 100%;
	z-index: 1;
	-o-transition : all 6s ease-out; 
	-ms-transition : all 6s ease-out; 
	-moz-transition : all 6s ease-out;
	-webkit-transition : all 6s ease-out; 
	transition : all 6s ease-out; 
}

.home .middle-section .left-content .phone-content.phone-hover{
	top:-771px;
}

.home .middle-section .right-content{
	
}

.home .middle-section h2{
	color:#fff;
	margin-bottom:0;
}

.home .middle-section h3{
	font-weight:300;
	margin-bottom:3px;
	font-size: 20px;
	line-height: 26px;
}

.home .middle-section p{
	color:#fff;
	line-height:24px;
}

.home .middle-section p a{
	color:#fff;
	text-decoration:underline;
}

.home .middle-section p a:hover{
	color:#e85126;
}

ul.checkmarks {
	list-style-type: none;
	margin: 35px 0 14px;
	position: relative;
	padding: 0;
}

ul.checkmarks li:before{
	content:url('../img/ul-checkmarks.png');
	width:60px;
	height:60px;
	padding:0 75px 27px 0;
	float: left;
	position: relative;
	top: 6px;
}

ul.checkmarks li{
	margin-bottom:33px;
}

.home .bottom-section .center-content{
	float:left;
	width:100%;
	margin-bottom:50px;
}

.home .bottom-section .center-content h3{
	margin-bottom:10px;
}

.home .bottom-section .center-content p{
	line-height: 23px;
}

.home .bottom-section .center-content p.bottom-video{
	text-align:center !important;
}

.home .bottom-section .center-content p iframe{
	width: 100%;
	height: 183px;
	margin-top: 30px;
}

.home-form{
	margin: 50px auto;
	max-width: 760px;
	width: 100%;
}

.home .bottom-section .center-content p.email-disclaimer{
	padding: 20px 0;
	margin: 26px 0 0;
	border: 2px solid #ddd;
	border-right: none;
	border-left: none;
	text-align: center !important;
}

.home-form ::-webkit-input-placeholder {
	color: #666;
}

.home-form :-moz-placeholder {
	color: #666;
}

.home-form ::-moz-placeholder {
	color: #666
}

.home-form :-ms-input-placeholder {
	color: #666;
}

.home-form input[type=text], .home-form .dd-trigger, .home-form textarea {
	float: left;
	font-size: 18px;
	color: #666;
	padding: 16px 20px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom:15px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.4) inset;
}

.home-form .add-space{
	margin-top:7px;
}

.home-form textarea{
	height:200px;
}

.home-form label.input-label{
	padding:18px 14px 0;
	color:#666;
}

.home-form .dd-trigger{
	width:100%;
	margin-bottom:8px;
	padding-right:40px;
	cursor:pointer;
	transition : all .2s ease-out; 
	-webkit-transition : all .2s ease-out; 
	-moz-transition : all .2s ease-out;
	-o-transition : all .2s ease-out; 
	position:relative;
	box-shadow: none;
	background-color: #f5f5f5;
}

.home-form .dd-trigger:hover{
	background-color: #ebebeb;
}

.home-form .dd-trigger i {
	position: absolute;
	top: 29px;
	right: 32px;
	background: url('../img/home-form-arrow.png') no-repeat;
	background-position: bottom center;
	width: 12px;
	height: 8px;
	z-index:1;
}

.home-form .dd-trigger .open-close{
	position:absolute;
	top:20px;
	right:57px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f5f5f5;
	transition : all .2s ease-out; 
	-webkit-transition : all .2s ease-out; 
	-moz-transition : all .2s ease-out;
	-o-transition : all .2s ease-out;
}

.home-form .dd-trigger:hover .open-close{
	color:#666;
}

.home-form .dd-trigger i.open{
	background-position:top center;
}

.home-form-dd{
	display:none;
	float: left;
	width: 100%;
	margin-bottom:20px;
}

.home-form-dd div.custom-check {
	float: left;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	margin: 0 0 8px 0;
	cursor: pointer;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

.home-form-dd div.custom-check:hover {
	background-color: #ebebeb;
}

.home-form-dd input[type=text] {
	background-color: #fff;
}

.home-form-dd div:nth-child(3), .home-form-dd div:nth-child(6), .home-form-dd div:nth-child(9), .home-form-dd div:nth-child(12), .home-form-dd div:nth-child(15), .home-form-dd div:nth-child(18){
	margin-right:0;
}

.home-form-dd input[type=checkbox]:not(old) {
	width: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.home-form-dd input[type=checkbox]:not(old) + label {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color:#666;
	padding: 19px 23px;
	width: calc(100% - 46px);
	position: relative;
	cursor:pointer;
}

.home-form-dd input[type=checkbox]:not(old) + label > span {
	position: absolute;
	top: 21px;
	right: 18px;
	display: inline-block;
	width: 0.875em;
	height: 0.875em;
}

.home-form-dd input[type=checkbox]:not(old):checked + label > span{
	
}

.home-form-dd input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #e85126;
  font-size   : 18px;
  line-height : 1em;
  text-align  : center;
  font-weight : bold;
}

.g-recaptcha{
	margin-top:14px;
}

.home h1, .home h2{
	color:#333;
	font-size:52px;
	line-height: 56px;
	font-weight:300;
	letter-spacing:-.5px;
	margin:15px 0 30px;
}

.home .white{
	color:#fff !important;
}

.home h3{
	color:#e85126;
	font-weight:bold;
	font-size:24px;
	letter-spacing:-.5px;
}

.home .checkmarks h3{
	color:#ff4611;
}

.home h2.line{
	font-size: 28px;
  line-height: 36px;
	position: relative;
	padding-bottom:18px;
}

.home h2.line span{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.home h2.line.features-of-ht{
  font-weight:600;
}

.home h2.line.features-of-ht span{
  font-size: inherit;
  line-height: inherit;
}

.home h2 sep{
    font-size: 22px;
    position: relative;
    top: -10px;
    left: 4px;
}

.home h2.line:after{
	content:'';
	width:50px;
	height:2px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}

.home h2.line.white:after{
	background:#fff;
}

.home p{
	color: #2a2a2a;
  line-height: 30px;
  letter-spacing: -.5px;
	font-size:18px;
	font-weight:400;
	margin-bottom:16px;
}

.home a:hover{
	color:#e85126;
}

.home ul li{
    color: #2a2a2a;
    line-height: 30px;
    letter-spacing: -.5px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}

.home ul li .small{
    font-size:14px;
    color: #999;
}

.home .glyphicon.correct{
    top: 3px;
    margin-right: 4px;
}

.home .wrapper.top-section{
	width:1100px !important;
	padding: 120px 50px;
}

.home .top-section .sub-headline{
    font-size: 22px;
    margin-bottom: 45px;
}

.home .top-section .left-content{
    float: left;
    width: 40%;
    margin-right: 4%;
}

.home .top-section .left-content p{
    letter-spacing: -.8px;
}

.home .top-video{
    float: left;
    width: 56%;
    margin-top:24px;
    position: relative;
}

.home .link{
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 1;
}

.home .top-video .sixteen-nine:before{
	padding-top:calc(56.25% + 6px);
}

.home .top-video iframe{
	border: 6px solid #eee;
}

.home .icons{
	text-align:center;
    margin-bottom: 40px;
}

.home .icons span{
    display: inline-block;
    margin: 0 24px;
    color: #fff;
    font-size: 40px;
}

.home .icons .glyphicon-arrow-right{
    font-size: 18px;
    color: #e85126;
    position: relative;
    top: -8px;
}

.home .icons .howtube-h{
	font-size:56px;
}

.home .icons .howtube-h:before{
	content:'h';
	display:block;
	font-weight:bold;
}

.home .wide{
	float:left;
	width:100%;
	padding: 80px 0;
}

.home a{
	color:#000;
}

.home .wide.dark{
	background:#1f2021;
}

.home .wide#shoppable-videos{
	background:url(../img/shoppable-videos-bk-2.jpg) no-repeat #fafafa;
	background-position:right top;
	background-size: 100%;
    padding-top: 76%;
}

.home .wide#shoppable-videos .wrapper{
    width: 600px !important;
    padding-right: 500px;
}

.home .wide#howtube-ecommerce{
    background: url(../img/imac-howtube-video.jpg) no-repeat #fff;
    background-position: -56px 104%;
    background-size: 100%;
    padding-bottom: 94%;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-top: 7rem;
}

.home .wide#howtube-ecommerce .wrapper{
    width: calc(100% - 830px) !important;
    padding: 150px 0;
    margin: 0 0 0 800px;
    min-width: 355px;
    max-width: 730px;
    min-height: 440px;
}

.home .wide#connect-your-store{
	background:#2b2f38;
}

.home .wide#connect-your-store p{
	text-align:justify;
	text-align-last: center;
}

.home .wide#connect-your-store .imac-image{
    margin-top: 70px;
}

.home .wide#connect-your-store .bottom-content{
	margin-top: -153px;
}

.home .wide#connect-your-store .bottom-content h4{
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 26px;
}

.home .wide#connect-your-store .bottom-content h4 span{
	font-weight: bold;
}

.home .wide#connect-your-store .bottom-content ul{
	padding-left:20px;
}

.home .wide#connect-your-store .bottom-content li{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
}

.home .wide#free-account .container{
    padding: 0 7%;
}

.home .wide#free-account .glyphicon{
	float:left;
	width:18%;
	font-size:80px;
	top:27px;
}

.home .wide#free-account .right-content{
	float:left;
	width:82%;
}

.home .wide.video-ecommerce{
	background:url(../images/video-hosting-with-ecommerce-bk.jpg) center no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

.home .wide.connect-ecommerce{
	background:url(../images/connect-ecommerce-bk.jpg) center no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

.home .wide.dark h2, .home .wide.dark p{
	color:#fff;
}

.home .wide.dark h2:after{
	background:#fff;
}

.home .wide.aligncenter h2:after{
	left:calc(50% - 25px);
}

.home .wide.light-grey{
	background-color: #f2f2f2;
}

.home .wide .add-padding{
	padding:140px 0;
}

.home .add-padding, .home .wide.dark .add-padding{
	padding:100px 50px;
}

.home .wrapper.content{
	position:relative;
	z-index: 1;
}

.home .orange{
  color: #e85126 !important;
}

.home .orange-button, .slide-content .orange-button{
	border: 1px solid #e85126;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  float: left;
  padding: 12px 22px 11px;
  line-height: 20px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  background: #e85126;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home .orange-button:hover{
  color: #e85126;
  background: transparent;
}

.home .aligncenter .orange-button{
	float:none;
	display:inline-block;
}

.home .dark .orange-button, .slide-content .orange-button, .home .orange-button.filled{
	color:#fff;
	background: #e85126;
}

.home .dark .orange-button:hover, .slide-content .orange-button:hover, .home .orange-button.filled:hover{
	color:#e85126;
	background: transparent;
}

#request-demo{
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#request-demo.active{
	visibility: visible;
	opacity: 1;
}

#request-demo .overlay{
    background: rgba(0,0,0,.45);
    width: 100%;
    height: 100%;
    position: absolute;
}

#request-demo .box{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 92%;
	max-width:600px;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#request-demo .box .content{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-radius: 3px;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
	opacity: 0;
	border-top: 4px solid #e85126;
	top:-40px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#request-demo.active .box .content{
	opacity:1;
	top:0;
}

#request-demo .close-button{
	position: absolute;
	top: 11px;
    right: 19px;
    cursor: pointer;
}

#request-demo .close-button:after{
    content: 'x';
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #666;
    display: block;
}

#request-demo .demo-form {
    float: left;
    width: 100%;
    text-align: center;
}

#request-demo .demo-form h2{text-transform:uppercase}

#request-demo .demo-form #form-messages{margin:0 5%}

#request-demo .demo-form form{padding:12px 0 0}

#request-demo .demo-form form input.left,#request-demo .demo-form form select.left{margin-right:2%}

#request-demo .demo-form form select{height:46px}

#request-demo textarea{
    height: 100px;
    width: 100%;
    padding: 12px;
}



/**** Sign In Pages ****/

.sign-in-form .message{
  display: none;
  background: #f2dede;
  color: #a94442;
  padding: 10px 14px;
  width: 100%;
  font-weight:400;
}

.sign-in-form .message p{
  color: #a94442;
  margin:0;
}



/***** Secondary Pages *****/

.secondary-page{
	float:left;
	width:100%;
	margin:16px 0 80px;
}

.secondary-page h1{
	color: #333;
	font-size: 33px;
	font-weight: 300;
	letter-spacing: -.5px;
	margin: 15px 0 0;
	line-height: 33px;
}

.secondary-page h1 span{
	font-size: 24px;
	font-weight: bold;
}

.secondary-page h2{
	color: #e85126;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -.5px;
	margin: 40px 0 8px;
}

.secondary-page h3{
	font-size: 19px;
	font-weight: 600;
	color: #999;
	margin-bottom: 26px;
}

.secondary-page p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: justify;
}

.secondary-page a{
	text-decoration: underline;
	color: #1bb0eb;
}

.secondary-page ul, .secondary-page ol{
	padding-left: 26px;
	margin: 0 0 20px;
}

.secondary-page ul li, .secondary-page ol li{
	font-size: 17px;
	color: #777;
	margin: 14px 0px;
	line-height: 22px;
}

.secondary-page ul ul, .secondary-page ol ol{}










/**** Search Bar ****/

.search-bar {
	float: left;
	width: 100%;
	position: relative;
}

select.sort-select{
  float: right;
  width: 45%;
  font-size: 12px;
  color: #3c3c3c;
  height: 38px;
  background: rgb(249 248 247);
  max-width: 250px;
}

#htTabs .search-bar, .search-bar.secondary, #rightTabs .search-bar, #purchasedTabs .search-bar, #purchasedVTabs .search-bar {
	margin-bottom: 25px;
	width:50%;
	max-width: 300px;
}

.search-bar.secondary{
	width:100%;
}

.search-bar.active{
	border: 1px solid #e85126;
}

.search-bar label{
	color: #c2c2c2;
	font-weight: 400;
	padding-left: 15px;
	margin:0;
}

.search-bar input {
	border: none;
	outline: none;
}

.search-bar .howtube-search{
  padding: 0 34px 0 10px;
  font-size: 12px;
  color: #3c3c3c;
  height: 38px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: rgb(249 248 247);
  margin: 0;
  width: 100%;
  top: 0;
  position: relative;
}

.search-bar input.search-submit {
  border: none;
  height: 38px;
  width: 35px !important;
  background: url(../img/icons/gridview/icon-search-input.png?ver=2.0) no-repeat center center;
  background-size: 40%;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 0;
  top: 0;
}

.search-bar input.search-submit.focus {
	opacity: 1;
	visibility: visible;
}

.search-bar input.search-submit.active{
	background-position:bottom center;
}

#tab_loaded.searching{
	height:600px;
}



/**** Video Previews ****/

.video-preview{
	float:left;
	margin-bottom:20px;
}

.video-preview .video-cover{
	float:left;
	width:100%;
	position:relative;
}

.featured-video, .sell-video {
	position:relative;
	width:100%;
}

.featured-video .featured-icon{
	position:absolute;
	top:-3px;
	left:-3px;
	background:url(../img/featured-video.png) top left no-repeat;
	width:60px;
	height:60px;
	z-index:1;
	background-size: 100%;
}

.sell-video .sell-icon {
    color: #fc5020;
    color: #c1421e;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 65px solid #fc5020;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
}

.sell-video .sell-icon .top-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 6px solid #9d3719;
    left: -6px;
}

.sell-video .sell-icon .top-border {
    position: absolute;
    width: 65px;
    height: 0;
    border-top: 2px solid #dc7b5e;
    border-bottom: 0px solid transparent;
    left: -65px;
}

.sell-video .sell-icon .below-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 6px solid #6f1b03;
    left: -65px;
    top: 54px;
}

.sell-video .sell-icon .below-border {
    position: absolute;
    width: 0px;
    height: 60px;
    border-right: 2px solid #dc7b5e;
    left: -65px;
}

.sell-video .sell-icon p {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    position: absolute;
    left: -62px;
    top: 13px;
    float: left;
    margin: 0;
}

.video-preview .cover-overlay{
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:rgba(0,0,0,.5);
	height:33px;
}

.video-preview .user-thumb{
	float:left;
	width:42px;
	border:1px solid #fff;
	position:relative;
	bottom:18px;
	margin-left:8px;
}

.video-preview .user-username a{
	float:left;
	margin:6px 0 0 8px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}

.video-preview .video-share{
	float:right;
	background:url(../img/video-preview-share-icon.png) center no-repeat;
	background-size:100%;
	width:17px;
	height:17px;
	margin:8px 3% 8px 0;
}

.video-preview .video-add-playlist{
	float:right;
	background:url(../img/Playlists-Icon.png) center no-repeat;
	background-size:100%;
	width:19px;
	height:17px;
	margin:8px 4% 8px 0;
}

.video-preview .video-add-watchlist{
	float:right;
	background:url(../img/Watchlist-Icon.png) center no-repeat;
	background-size:100%;
	width:21px;
	height:17px;
	margin:8px 3% 8px 0;
}

.video-preview .video-remove-watchlist {
    float: right;
    background: url(../img/Remove-Watchlist-Icon.png) center no-repeat;
    background-size: 100%;
    width: 21px;
    height: 17px;
    margin: 8px 3% 8px 0;
}

.video-preview .video-preview-content{
  float:left;
	width:100%;
	background-color:#f6f6f6;
	border:1px solid #eaeaea;
	border-top:0;
	padding:12px 3%;
}

.video-preview .title{
	float:left;
	max-width:calc(100% - 70px);
}

.video-preview .title a{
	font-size:14px;
	line-height:15px;
	color:#333;
	font-weight:400;
}

.video-preview .description {
	display:none;
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
	color: #666;
	font-size:13px;
}

.video-preview .content-right{
	float:right;
	width:63px;
}

.video-preview .duration{
	text-align:right;
	color:#222;
	font-size:12px;
	font-weight:600;
}

.video-preview .rating{
	height: 12px;
	margin-top: -3px;
}



/**** Video Page ****/

#video-page h1{
	font-size:20px;
	line-height:23px;
	color:#333;
	font-weight:400;
}

#video-page .video-actions{
	float:left;
	width:100%;
	margin:6px 0 18px;
}

#video-page .video-actions a{
	float:left;
	width:30%;
	margin-right:5%;
	padding:5px 0;
	color:#fff;
	text-transform:uppercase;
	box-shadow:0 0 6px rgba(255,255,255,.7) inset;
	border:1px solid rgba(249,249,249,.5);
	font-size:9px;
	font-weight:600;
	text-align:center;
}

#video-page .video-actions a.last{
	margin:0;
}

#video-page .user-info{
	float:left;
	width:100%;
	margin:15px 0 0;
}

#video-page .user-thumb {
	float: left;
	max-width: 61px;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin-right: 15px;
}

#video-page .content-right{
	float:left;
}

#video-page .rating{
	max-width:61px;
	margin-bottom: 4px;
}

#video-page .user-views{
	font-size:12px;
	color:#666;
	margin-bottom: 5px;
}

#video-page .user-views a{
	text-decoration:underline;
}

#video-page .user-actions a{
	float:left;
	font-size:12px;
	color:#333;
	font-weight:500;
	border-right:1px solid #333;
	margin-right:5px;
	padding-right:5px;
}

#video-page .user-actions a.last{
	border:none;
}

#video-page .user-actions.add_div{
	float: left;
	text-align: center;
	padding: 8px 10px 7px 15px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 12.7188px;
	background-color: rgb(232, 81, 38);
	display:none;
}

#howtube .for-sale{
	width:100%;
	position: absolute;
	top:0;
}

#howtube .add_cart_overlay{
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: rgba(0,0,0,.75);
  height: 100%;
  width:100%;
  display: flex;
}

#howtube .add_cart_overlay .add_cart_overlay_content {
  padding: 20px 30px;
  align-self: center;
}

#howtube .add_cart_overlay .add_cart_overlay_content h2 {
	text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

#howtube .add_cart_overlay .add_cart_overlay_content h2.added_result {
	font-size: 20px;
	line-height: 20px;
}

#howtube .add_cart_overlay .add_cart_overlay_content p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  margin: 10px 0 20px 0;
  text-transform: inherit;
}

#howtube .add_cart_overlay .add_cart_overlay_content .price_span {
    width: 100%;
    padding: 0 30px;
    float: left;
}
#howtube .add_cart_overlay .add_cart_overlay_content .price_span a {
    line-height: 20px !important;
    width: 110px;
}
#howtube .add_cart_overlay .add_cart_overlay_content .price_span span {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    padding: 5px 15px;
    border: 1px dashed rgba(255,255,255,.3);
    float: left;
}

#howtube .view-cart{
    margin: 20px auto;
	display: table;
}

.ht-accordions{
	float: left;
	width: 100%;
}

.ht-accordions h1{
	font-size: 30px;
}

.ht-accordions h3{
	font-size: 20px;
	color: #666;
	margin-top: 10px;
}

.ht-accordions ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ht-accordions ul li{
	height:auto;
	margin-bottom: 1px;
}

.ht-accordions ul li.st-open{
	
}

.ht-accordions ul li > a span{
	visibility:hidden;
}

.accordion-master-controls{
	float:left;
	width:100%;
	margin-bottom:10px;
}

.accordion-master-controls a{
	float:left;
	font-size:12px;
	font-weight:500;
	border-right:1px solid #e85126;
	margin-right:5px;
	padding-right:5px;
	cursor:pointer;
}

.accordion-master-controls a.last{
	border:none;
}

.grey-border-bar{
	float:left;
	width:100%;
	height:9px !important;
	background-color:#e1e1e2;
	margin:1px 0;
}

.accordion-controller, .accordion{
	float: left;
    width: 100%;
    height: 40px;
    background-color: #ecedec;
    cursor: pointer;
    margin-top: 1px;
}

.panel-heading {
	padding:0;
	border-bottom: none;
}


.accordion-controller#relevant-products {
	margin-top: 1px;
	border-top: 9px solid #e1e1e2;
	height: 62px !important;
	background-color:transparent;
}

.rp-wrapper{
	float:left;
	width:100%;
	margin-top:2px;
	background-color: #e85126;
}

li.relevant-products {
    overflow: inherit !important;
}

.accordion-title{
	float:left;
}

.accordion-title h2{
	font-size:14px;
	font-weight:400;
	color:#666;
	letter-spacing:-.5px;
	line-height:40px;
	margin:0;
	padding:0;
}

#relevant-products .accordion-title h2{
	color:#fff;
}

.accordion-arrow {
	float: right;
	margin-top: 16px;
	background: url(../img/accordion-grey-arrow.png) center no-repeat;
	background-size: 100%;
	width: 12px;
	height: 8px;
}

#relevant-products .accordion-arrow{
	background:url(../img/accordion-white-arrow.png) center no-repeat;
	background-size: 100%;
}

.accordion-arrow.up{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.accordion-content{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	display:none;
}

.accordion-content .row{
	padding:15px 0;
}

.rm-prod-btn{
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  border-radius: 50%;
  top: -7px;
  right: -7px;
}

.rm-prod-btn:hover, .rm-prod-btn:focus{
  text-decoration: none !important;
  color:#fff !important;
}

.product-image{
  float:left;
  padding: 5px 0 !important;
  text-align: center;
}

.product-image img {
	width: 100%;
}



/**** New Product/Categories Layout ****/

.empty-img{
  display: inline-block;
  width:100%;
  border-radius:4px;
  background-color:#f9f9f9;
  border:1px solid #f0f0f0;
  box-sizing: border-box;
  position: relative;
}

.empty-img:before{
  content: '';
  display: block;
  padding-top:100%;
}

.empty-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icons/icon-image.svg) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 45% auto;
  box-sizing: border-box;
}

#category-section .breadcrumb{
    background:none;
    width: 100%;
    padding: 0 0 0 2px;
    margin: 0;
}

#category-section .breadcrumb a{
    color:#e85126;
    font-weight:500;
    font-size: 14px;
    line-height:28px;
    position: relative;
    padding-left: 15px;
    margin: -15px 0 20px;
    display: block;
}

#category-section .breadcrumb a.disabled{
    color:#666;
    cursor:text;
    padding-left:0;
}

#category-section .breadcrumb a:not(.disabled):before{
    content: '\00AB';
    font-size: 17px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 4px;
}

#category-section .breadcrumb a:not(.disabled):hover{
    text-decoration: underline;
}

#category-section .main-heading, #category-section .sub-heading, #product-section .sub-heading{
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.5px;
    margin: 0 0 40px;
}

#category-section .sub-heading, #product-section .sub-heading{
    font-size: 20px;
    margin-bottom: 18px;
}

.store-items{
  margin: 0 -8px 0 -6px;
}

.store-item {
  display: inline-block;
  width: calc(50% - 20px);
  margin:0 8px 3.5rem;
  text-align: left;
  vertical-align: top;
}

.store-item .content {
    padding:10px 5px 0;
}

.store-item .p-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.1;
    word-break: break-word;
}

.store-item .p-name:hover {
    color: #e85126;
}

.store-item .sold-elsewhere .p-name {
    width:100%;
    position: relative;
    padding-right:21px;
    display: block;
    box-sizing: border-box;
}

.store-item .sold-elsewhere .p-name .glyphicon-new-window {
    position: absolute;
    right:0;
    top:3px;
    font-size:15px;
}

.store-item .contents {
    color: #777;
    font-size: 12px;
    line-height: 1.4;
    font-weight:500;
    margin-top: 2px;
}

.store-item .product .contents {
    font-size: 14px;
}

.store-item .contents span {
    display: inline-block;
}

.store-item .contents span:not(:last-of-type):after {
    content: '-';
    padding:5px;
}

.store-item .action-btns{
  margin-top:3px;
}

.store-item .action-btns a{
  padding:3px 0;
}

.store-item .action-btns a span{
  padding-left:3px;
}

/**** New Product/Categories Layout END ****/




#show-selected-categories{
  padding:10px 1px;
}

#show-selected-categories h6{
  font-weight: bold;
  padding: 0 0 3px 5px;
  font-size: 14px;
  margin: 0 0 3px;
}

#show-selected-categories .categories .category{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  color: #555;
  line-height: 1;
}

#show-selected-categories .categories .category.placeholder{
  line-height: 1.4;
  font-size: 13px;
  padding-left: 10px;
}

#show-selected-categories .categories .category .remove{
  display: inline-block;
  font-size: 16px;
}

#show-selected-categories .categories .category .remove:before{
  display: inline-block;
  content: 'x';
  color: #f52424;
  padding: 3px;
  font-weight: bold;
  position: relative;
  top: -1px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.product-info{
    float: right;
    width: 100%;
}

.product-info .video-desc p:last-of-type {
    margin: 0;
    display: contents;
}

.step .product-info, #products-accordion-content .product-action-button-area {
	padding: 0 40px;
	max-width: 345px;
	width: 100%;
	position: relative;
	float: left;
}

.product-info h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.product-info h3{
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: black;
    margin-bottom: 0;
    line-height: 1.4;
}

.product-info p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.product-info p.smaller {
    font-size: 12px;
}

.product-info .product-price{
    font-size: 28px;
    font-weight: bold;
    margin: 0 13px 14px 0;
    line-height: inherit;
    float: left;
}

.product-info .stock-notify{
	font-size: 16px;
    color: #999;
    font-weight: 600;
    font-style: italic;
	position: relative;
	top:9px;
}

.product-info .attr-area{
    float: left;
    width: 100%;
	margin-bottom: 16px;
}

.product-info .attr-area .one-row {
    float: left;
    width: 100%;
}

.product-info .attr-area label {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 14px 0 6px;
}

.product-info .attr-area select {
    text-transform: capitalize;
    line-height: 18px;
    font-size: 18px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #ddd;
    background: #fcfcfc;
    width: 80%;
}

.product-info .add-cart-section{
	float:left;
	width:100%;
}

#howtube .product-info p.price {
    font-size: 13px;
    margin-bottom: 4px;
    word-break: break-all;
    color: #999;
    font-style: italic;
}

.product-info a.click-call{
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #999;
}

.step .product-info a, #products-accordion-content .product-action-button-area a {
	width: 120px;
	margin: 0;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 0;
	border-radius: 4px;
	text-align: center;
	margin-left: calc(50% - 60px);
}

.step{
    float: left;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 45px;
    padding-bottom: 30px;
}

.step:last-of-type{
	margin-bottom:0;
	border:none;
}

.step h2 {
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    margin: 0 0 20px;
    font-weight: 500;
}

.step p {
    font-size: 16px;
    line-height: 24px;
    color: #747576;
    margin-bottom: 20px;
    white-space: pre-line;
}

.comment-box{
    float: left;
    width: 100%;
}

.comment-box .user-info{
	float:left;
	width:100%;
	margin-bottom:12px;
}

.comment-replies .user-info{
	margin-bottom:7px;
}

.comment-replies .user-info{
	width:inherit;
}

.comment-box .user-thumb{
	float:left;
	max-width:50px;
	margin-right:10px;
}

.comment-box .user-thumb img{
	border-radius:5px;
}

.comment-box .content-right{
    float: left;
    width: calc(100% - 60px);
    margin-top: 9px;
}

.comment-replies .content-right {
    width: calc(100% - 102px);
}

.logout{
    color: #999;
}

.comment-box .content-right span{
	display: block;
	font-size:13px;
}

.comment-box .content-right span.name{
	text-transform:uppercase;
	font-weight:700;
	line-height:16px;
}

.comment-box .content-right span.username a{

}

.comment-box .content-right span.post-date{
	
}

.comment-box .flag-comment {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-top: 7px;
    font-size: 12px;
}

.comment-box .flag-comment span.glyphicon{
	display:inline-block;
}

.comment-replies .flag-comment{
    float: right;
	clear:none;
	width:inherit;
    text-align: right;
    margin: 0;
}

.comment-box .flag-comment a{
	color:#cd3230;
}

.comment-box .flag-comment span.flag-icon {
	background: url(../img/flag-icon.png) center no-repeat;
	background-size: 100%;
	width: 9px;
	height: 18px;
	float: right;
	margin-left: 5px;
}

.comment-box .comment{
	float:left;
	width:100%;
	margin-bottom: 4px;
}

.comment-box .comment p{
	white-space:pre-wrap;
}

.comment-box a.write-reply{
	font-weight:500;
	color:#666;
	cursor:pointer;
}

.comment-box a.write-reply span.reply-icon{
	float:left;
	margin-right:5px;
	background:url(../img/reply-icon.png) center no-repeat;
	background-size:100%;
	width:14px;
	height:14px;
	position:relative;
	top:2px;
}

.comment-replies{
	float: left;
	width: 100%;
}

.comment-replies .reply-toggle{
    float: left;
    margin-left: 68px;
}

.comment-replies .reply-bar{
	font-size:13px;
	cursor:pointer;
}

.comment-replies .reply-bar span.reply-toggle-icon {
	background: url(../img/accordion-dark-grey-arrow.png) center no-repeat;
	background-size: 100%;
	width: 9px;
	height: 8px;
	display: inline-block;
	margin-left: 4px;
}

.comment-replies .reply-bar span.reply-toggle-icon.up{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.comment-replies .replies{
	display:none;
    float: right;
    width: calc(100% - 28px);
}

.comment-replies .reply-wrapper{
	float:left;
	width:100%;
	position:relative;
}

.comment-replies span.reply-arrow{
    background: url(../img/reply-arrow.png) center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 31px;
    position: absolute;
    top: 30px;
}

.comment-replies .comment-box{
    margin: 20px 0 0 40px;
}

.comment-box.post-comment{
	border: none;
	background: none;
}

.post-comment .write-comment{
	float:left;
	width:100%;
}

.post-comment .write-comment .form-group{
	margin:0;
}

.post-comment .user-info{
	margin-top:5px;
}

.post-comment .write-comment textarea, #video_comments .comments-text{
    width: 100%;
    padding: 12px;
    color: #666;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 12px;
    min-height: 70px;
	box-shadow:none;
}

.post-comment .write-comment input{
    float: right;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 7px 13px;
    margin-top: 6px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.total-comments{
    float: left;
    color: #777;
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: -19px;
    font-weight: 600;
}

.total-comments .glyphicon{
    top: 2px;
    margin-right: 5px;
}

#video_comments{
	list-style-type:none;
    padding: 0;
}

.user-comments .comment-box {
}

.comment-box .post-comment{
	display:none;
	width: 100%;
	margin: 11px 0 0;
}

.comment-box .post-comment .col-md-3{
	padding:0;
}

.comment-box .post-comment .write-comment textarea {
	width: 100%;
	padding: 12px;
	color: #666;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
}

.comment-box .user-image{
    float: left;
    width: 50px;
    margin: 0 12px 0 6px;
}

.comment-box .user-image img{
    border-radius: 5px;
}

.comment-box .comment-details{
    float: left;
    width: calc(100% - 68px);
}

.comment-box .user-details {
    margin-bottom: 3px;
}

.comment-box .user-details a{
    color: #000;
    font-weight: bold;
    float: left;
}

.comment-box .post-date{
    float: right;
    color: #999;
    font-size: 13px;
    margin-top: 1px;
}

.comment-replies .post-date{
	float:left;
}

/*VIDEO PAGE INSTRUCTIONAL STEP*/
.step-gallery{
	margin-bottom:15px;
}
.swiper-container1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.gallery-top {
    width: 100%;
    overflow: hidden;
    max-height: 300px; /*BENJAMIN 20170411*/
}
.gallery-top .swiper-slide {
	max-height: 300px;
	position: relative;
}
.gallery-thumbs {
    height: 70px;
    box-sizing: border-box;
    padding: 15px 0;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    width: 75px;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #ccc;
    margin-right: 5px !important;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.empty-text {
	font-size: 14px;
	font-weight: 600;
    color: #aaa;
    padding: 15px;
    word-break: break-all;
    margin: 0;
}





/**** NEW Video Page 2018 ****/

#howtube{
	float:left;
	width:100%;
}

#howtube h1{
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin: 0 0 12px;
    float: left;
    width: 100%;
}

#howtube p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#howtube summary p{
    margin-bottom: 15px;
}

#howtube #howtube-player{
	position:relative;
    width: 100%;
}

#howtube #howtube-player:before{
	padding-top:56.25%;
	display:block;
	content:'';
}

#howtube #howtube-player > *{
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

#howtube-player div div div:nth-of-type(1) div {
    background-image: none !important;
}

#howtube #remote-video{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#howtube #remote-video iframe{
	width:100%;
	height:100%;
}

#howtube #action-bar{
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

#howtube .rating{
	float:left;
	margin-right:8px;
}

#howtube .views{
	float:left;
	color:#696969;
	font-weight: bold;
	font-size:12px;
    padding-top: 2px;
}

#howtube #action-bar .right-content{
    position: relative;
    top: 1px;
}

#howtube #action-bar .right-content ul{
	list-style-type:none;
}

#howtube #action-bar .right-content li{
	float:left;
	margin-left:10px;
}

#howtube #action-bar .add_video{
    font-size: 26px;
    color: #000;
    line-height: 20px;
    padding: 3px;
}

#howtube #action-bar .vjs-button{
    color: #000;
    font-size: 16px;
    padding: 3px;
}

.vjs-button.vjs-share-control {
    display: none !important;
}

#howtube #action-bar a:hover{
	text-decoration:none;
}

#howtube .video-description{
	float:left;
	width:100%;
}

#howtube #video-details{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#howtube .video-description .quick-buy-now{
  font-weight: 800;
  font-size: 16px;
  margin: 8px auto 20px;
  float: none;
  border: 2px solid #e85126;
  padding: 8px 22px 7px;
}

#howtube .video-description .quick-buy-now:hover{
  color:#e85126;
  letter-spacing: 2px;
}

#howtube #video-details h1 span.lower{
  position: relative;
  top:5px;
}

#howtube #upload-details{
  width: 100%;
  font-size: 13px;
  color: #666;
}

#howtube #user-details{
  width: 100%;
  margin: 30px 0 10px;
  display: flex;
}

#howtube #user-details .image{
    flex: 1;
    max-width: 55px;
}

#howtube #user-details .image img{
    border-radius: 5px;
}

#howtube #user-details .content{
	display:table;
	flex: 5;
  padding-left: 14px;
}

#howtube #user-details .centered-content{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#howtube #user-details h3{
	font-size:16px;
	font-weight: 700;
	margin:0 0 2px;
}

#howtube #user-details ul{
  list-style-type: none;
  margin: 7px 0 0 -5px;
  background-color: #f7f7f7;
  padding: 2px 8px;
  border-radius: 3px;
  display: inline-block;
}

#howtube #user-details li{
  display: inline-block;
}

#howtube #user-details ul li:last-of-type{
	border:none;
}

#howtube #user-details li a{
  color: #6a6a6a;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

#howtube #user-details li a:after {
  content: "|";
  font-size: 13px;
  line-height: 16px;
  color: #8f8f8f;
  margin: 0 5px;
}

#howtube #user-details li:last-child a:after {
  display: none;
}

#howtube #accordions{
    float: left;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

#howtube #accordions .toggle-bar{
	float:left;
	width:100%;
    background-color: #fdfdfd;
    border-top: 1px solid #eee;
	font-size:14px;
	padding:20px 0;
	cursor: pointer;
    color: #555;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#howtube #accordions .toggle-bar.active{
	color:#000;
	background-color:#f3f3f3;
}

#howtube #accordions .toggle-bar .glyphicon{
	font-size:14px;
}

#howtube #accordions .toggle-bar .left .glyphicon{
	margin-right:8px;
}

#howtube #accordions .toggle-bar.active .right .glyphicon{
	transform: rotate(180deg);
}

#howtube #accordions .content{
    display: none;
    float: left;
    width: 100%;
    margin: 20px 0 30px;
}

#howtube #accordions .store-item .content {
  display: block;
  margin: 0;
  float: none;
}

#howtube #accordions #info a {
  color:#e85126;
}

#howtube #accordions #info a.orange-button{
  color:#fff;
  text-decoration: none;
  display: inline-block;
  padding: 12px 10% 10px;
  margin: 10px 10px 0;
  font-size: 16px;
}
#howtube #accordions #info a.orange-button:hover{
  color: #e85126;
  text-decoration: none;
}

#howtube #video_comments .comment-item{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#howtube .user-comments p{
	font-size:13px;
	line-height: 1.3;
	margin-bottom: 3px;
}

#howtube .video-js.md-content{
	display:none;
    background-color: #f9f9f9;
    padding: 4%;
    float: left;
    width: 100%;
    user-select: initial;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#howtube .video-js.md-content h2{
    margin: 1px 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 18px;
}

#howtube .video-js.md-content h2 span{
    top: 2px;
    margin-right: 5px;
}

#howtube .video-js.md-content h3{
    color: #666;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    opacity: 1;
    margin-bottom: 8px;
}

#howtube .video-js.md-content .half{
	float:left;
	width:50%;
	box-sizing: border-box;
	padding-right:5%;
	margin-bottom:14px;
}

#howtube .video-js.md-content #direct_link_span{
    float: left;
    font-size: 18px;
    text-align: left;
    line-height: 1.3em;
}

#howtube .video-js.md-content .half .htButton{
    text-align: left;
    float: left;
    line-height: 17px;
}

#howtube .video-js.md-content .full{
	float:left;
	width:100%;
}

#howtube .video-js.md-content > div{
	padding:0;
}

#howtube .video-js.md-content .closebut{
    right: 4%;
    top: 3.5%;
    z-index: 1;
    font-size: 24px;
    background: none;
    color: #666;
}

#howtube .video-js.md-content .vjs-social-overlay.vjs-social-small .vjs-social-share-links{
    float: left;
    margin: 0 !important;
}

#howtube .video-js.md-content .vjs-social-overlay.vjs-social-small .vjs-social-share-link{
	font-size: 1.5em;
}

#howtube .video-js.md-content textarea{
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 5%;
    word-break: break-all;
    width: 100%;
    height: 76px;
    border: 1px solid #efefef;
}

#howtube textarea{
	-webkit-appearance: none;
}

#howtube #video_transcript{
    color: #999;
    margin-bottom: 6px;
    display: inline-block;
}




/**** Dashboard ****/

#dashboard .video-previews{
	float:left;
	width:100%;
	margin-top:10px;
}

.page-title{
	float: left;
	width: 100%;
	border-bottom: 2px solid #dfdfdf;
}

.greeting{
	font-size: 12px;
	margin-top: 24px;
}

.greeting span{
	font-size:14px;
}

#profile-progress{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0;
	padding: 4px 0;
	float:left;
	width:100%;
	border: 1px solid #d5d5d5;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

#profile-progress h3.small {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	margin: -1px 0 6px;
}

#profile-progress p.progressbar-annotation{
	line-height: 14px;
}

.progressbar {
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.progressbar .canvas {
	width: 100%;
	height: 32px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.progressbar .canvas .dragger {
	height: 100%;
	width: 20%;
	background: #e85126;
}

.progressbar .canvas .dragger span {
	font-size: 14px;
	line-height: 14px;
	display: block;
	position: absolute;
	right: calc(50% - 17px) !important;
	top: 50%;
	margin-top: -8px;
	/*color: #e85126;*/
	color: black !important;
}

#dashboard-notifications{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

#dashboard-notifications .notification {
	float: left;
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 2px 0;
	text-transform: uppercase;
	font-weight: 500;
	position:relative;
}

#dashboard-notifications .notification i.message {
	position: absolute;
	top: 10px;
	left: 23px;
	background: url(../img/icon-message-notification.png);
	background-position: left;
	background-size: auto 100%;
	height: 18px;
	width: 31px;
}

#dashboard-notifications .notification i.comment{
	position:absolute;
	top:8px;
	left:25.3px;
	background: url(../img/icon-comment-notification.png);
	background-position: left;
	background-size: auto 100%;
	height: 20px;
	width: 25px;
}

#dashboard-notifications .notification i.rating{
	position:absolute;
	top:8px;
	left:28px;
	background: url(../img/icon-rating-notification.png);
	background-position: left;
	background-size: auto 100%;
	height: 20px;
	width: 27px;
}

#dashboard-notifications .notification.new-update i.message{
	background-position:right;
	left:17px;
}

#dashboard-notifications .notification.new-update i.comment{
	background-position:right;
	left:21.4px;
}

#dashboard-notifications .notification.new-update i.rating{
	background-position:right;
	left:17px;
}

#dashboard-notifications .notification span.text{
	float:left;
	padding:10px 0 10px 69px;
}

#dashboard-notifications .notification.new-update i.new{
	float:right;
	background:url(../img/new-icon.png) center no-repeat;
	background-size:100%;
	width:46px;
	height:29px;
}

.section-title{
	float:left;
}

.section-title h2{
	margin-bottom: 0;
}

.see-all{
	float: right;
	color: #fff;
	border-radius: 5px;
	padding: 8px 12px;
	margin-top: 25px;
}




/**** Sign In ****/

.sign-in h2{
	float:left;
}

.sign-in a{
	float:right;
	margin-top:21px;
}

.sign-in-form button, .sign-in-form .btn{
	border:none;
	padding:8px 0;
	width:100%;
	float:left;
	font-size:14px;
	font-weight:600;
}




/**** Sign Up ****/
.right-header{
  float:right;
}
a.cart-top-link {
  position: relative;
  padding: 13px 3px 14px 4px;
  vertical-align: middle;
  margin-right: 2px;
}

a.cart-top-link span.glyphicon {
    font-size: 22px;
    color: white;
    float: right;
}

a.cart-top-link span.cart-num {
  color: #e85126;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 1px 5px 0 0;
}

#main-search-toggle{
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 12.5px 15px 14px 11px;
}

.sign-up-banner{
	float:left;
	width:100%;
	text-align:center;
}

.businessNameWrapper{
	display:none;
}

#account-type{
	margin: 14px 0;
}




/**** Profile Settings ****/

.settings h2.orange{
	margin-top: 40px;
}

.settings h3{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom: 3px;
}

.change-banner a {
	float: left;
	width: 100%;
	background-color: rgba(255,255,255,.4);
	text-align: center;
	height: 160px;
	line-height: 160px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.change-banner.series-banner a {
	height: 117px;
	line-height: 117px;
	font-size: 17px;
}

.change-profile{
	float: left;
	width: 100%;
	margin-top:20px;
}

.change-profile .user-thumb{
	float:left;
	max-width:100px;
	margin-right:15px;
}

.change-profile .content-right {
	float: left;
	width: calc(100% - 115px);
	margin-bottom:25px;
}

.change-profile .content-right h3{
	margin:4px 0 5px 0;
}

.input-group-addon {
  padding: 0px 12px 13px;
  background-color: transparent;
  border: none;
}

.add-social-links{
	float:left;
	width:100%;
	margin-bottom:25px;
}

.form-control.warning{
  border-color:red;
}




/**** Upload Video ****/

#uploadTabs .z-tabs-nav, #videoeditTabs .z-tabs-nav{
	display:none !important;
}

.upload-video-details-wrapper{
	position: relative;
}

.upload-video-details-wrapper a{
    width: 48%;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 14px 5px;
    letter-spacing: .5px;
	border-radius: 5px;
	color:#fff;
	text-align: center;
}

.upload-video-details-wrapper a span{
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

.upload-video-details-wrapper a.lighter{
	background-color:#727272;
}

.upload-video-details-wrapper a:focus, .upload-video-details-wrapper a:hover{
	outline: none;
	text-decoration: none;
}

.upload-video-details-wrapper #remote-video{
	display:none;
    width: 100%;
    float: left;
    margin: 14px 0 30px;
}

.upload-video-details-wrapper #remote-video .char-count{
	display:none !important;
}

.upload-video-details-wrapper #remote-video input{
	float:left;
    background: none;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #e85126;
    font-size: 14px;
	width:0;
    -webkit-transition : all .5s ease-out; 
    -moz-transition : all .5s ease-out;
    -o-transition : all .5s ease-out; 
    transition : all .5s ease-out; 
}

.upload-video-details-wrapper #remote-video.active input{
	width:100%;
}

.upload-video-details-wrapper #remote-video input:focus{
	outline:none;
}

.upload-video-details-wrapper #remote-video-holder{
	display: none;
	float:left;
	width:100%;
}

.upload-video-details-wrapper #remote-video-holder span{
	display: block;
	position: absolute;
	z-index: 3;
	top:-15px;
	right:-15px;
}

.upload-video-details-wrapper #remote-video-holder span:after{
    content: 'x';
    display: block;
    background-color: #e85126;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 1;
    padding-top: 4px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition : all .25s ease-out; 
    -moz-transition : all .25s ease-out;
    -o-transition : all .25s ease-out; 
    transition : all .25s ease-out; 
}

.upload-video-details-wrapper #remote-video-holder span:hover:after{
	font-size:32px;
	padding-top:2px;
}

.upload-video-details-wrapper #remote-video-holder iframe{
	opacity: 0;
    -webkit-transition : all .5s ease-out; 
    -moz-transition : all .5s ease-out;
    -o-transition : all .5s ease-out; 
    transition : all .5s ease-out; 
}

.upload-video-details-wrapper #remote-video-holder iframe.active{
	opacity: 1;
}

.upload-action-buttons{
    float: left;
    width: calc(100% + 30px);
    margin: 30px -15px -18px;
}

.upload-action-buttons .top-buttons{
    float: left;
    width: 100%;
    background: #f9f9f9;
    border-top: 3px solid #ddd;
}

.upload-action-buttons .top-buttons a{
    color: #666;
    padding: 10px 0;
    float: right;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #ddd;
    background-color: transparent;
}

.upload-action-buttons .top-buttons a.bck-btn{
	border:0;
}

.upload-action-buttons .top-buttons a.nxt-btn.video_cover {
	display: none;
}

.upload-action-buttons .top-buttons a.bck-btn.video_cover{ 
	border-right: 1px solid #ddd;
}

.upload-action-buttons .save-finish{
    width: 100%;
    float: left;
    padding: 13px 0;
    text-align: center;
}

.double-arrow-up{
	float: left;
	width: 100%;
	position: relative;
    margin: 30px 0 28px;
    padding-right: calc(25.5% - 15px);
    color: #dedede;
    font-size: 80px;
    text-align: right;
	font-weight: 300;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

p.hint{
	text-align: center;
	font-size: 13px;
	line-height:16px;
	color: #777;
	margin-bottom:30px;
}

.selected-video{
	float:left;
	width:100%;
	border:1px solid #c4c4c4;
	border-radius:5px;
	padding: 11px 11px 12px;
	margin: 5px 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,e2e2e2+100 */
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #e2e2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.selected-video span.remove:before {
	float: right;
	content: "x";
	font-size: 21px;
	font-weight: 700;
	position: relative;
	top: -2px;
}

.uploadImage.product-image{
	float: none;
	width: 245px;
	height: 140px;
	margin: 0 auto 10px;
	padding: 48px 0 0;
}

.uploadImage.learn-more-image, .uploadImage.step-image, .uploadImage.cover-image {
	width: 100%;
	padding-bottom: 61%;
	padding-top: 0;
	margin-bottom: 10px;
	position:relative;
}

.uploadImage.step-image {
	padding-bottom: 56.8%;
}

.uploadImage.cover-image {
	padding-bottom: 56.3%;
}

.uploadImage.learn-more-image p, .uploadImage.step-image p, .uploadImage.cover-image p{
	position: absolute;
	top: 44%;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.upload-in-crop{
    color: #666;
    text-align: center;
    float: left;
    width: 100%;
    height: 100%;
    margin: -10px 0 15px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.upload-in-crop .upload-icon{
    width: 80px;
    margin: 0 auto;
}

p.cover-decision{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin: 40px 0 30px;
}

.upload-progress {
    display: none;
    float: left;
    width: calc(100% + 30px);
    position: relative;
    margin: 0 -15px;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 16px 0;
}

.upload-progress span{
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 8px;
}

/* Usage examples start here */
.stripes {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
}

.dropzone-style-2 .progress {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
	background-color: #fdfdfd;
	height: 10px;
	width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0 !important;
}
.progress .progress-bar {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: big 2s linear infinite;
  -moz-animation: big 2s linear infinite;
  -ms-animation: big 2s linear infinite;
  animation: big 2s linear infinite;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
}
.progress > span {
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 2px 9px inset, rgba(0, 0, 0, 0.4) 0 -2px 6px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 2px 9px inset, rgba(0, 0, 0, 0.4) 0 -2px 6px inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 2px 9px inset, rgba(0, 0, 0, 0.4) 0 -2px 6px inset;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #2ac052, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(37%, #2ac052), color-stop(69%, #56f056));
  background: #2ac052, -webkit-linear-gradient(center bottom, #2ac052 37%, #56f056 69%);
  background: #2ac052, -moz-linear-gradient(center bottom, #2ac052 37%, #56f056 69%);
  background: #2ac052, linear-gradient(center bottom, #2ac052 37%, #56f056 69%);
}
.progress .mariam {
  background-color: #e85126;
  position: relative;
}
.progress .mariam:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}


@-moz-keyframes big {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes big {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@-ms-keyframes big {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@keyframes big {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.progress-bar.done{
	background:#e85126;
}

.progress-text{
    float: left;
    width: 100%;
    margin-top: 22px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.progress-text.done{
	color:#fff;
	margin-top:-16px;
}

.progress-text span{
	display:inline-block;
}

#background-istep-image-progress {
	float: left;
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
}

#step-form .istep-image-list {
	width: 100%;
	border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    list-style-type: none
}

#step-form .istep-image-list .istep-image .istep-image-box {
	float: left;
	display: flex;
	width: 100%;
	height: 75px;
	border: 1px dashed #ccc;
	position: relative;
}

#step-form .istep-image-list .istep-image .istep-image-box .remove_istep_image {
	position: absolute;
	width: 20px;
    top: -12px;
    right: -10px;
}

#step-form .istep-image-list .istep-image img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}


.triangle-left.instructional-step {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e85126;
    position: absolute;
    margin-left: -10px;
    margin-top: 27.5px;
}

.triangle-right.instructional-step {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e85126;
    border-right: 0;
    position: absolute;
    margin-left: 75px;
    margin-top: 27.5px;
}

.triangle-up.instructional-step, .triangle-up.productt {
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 13px solid #e85126;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: 24px;
  bottom: -2px;
}

.triangle-down.instructional-step, .triangle-down.productt {
  width: 0;
  height: 0;
  border-top: 13px solid #e85126;
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -2px;
}

/**** Playlists & Video Series ****/

.playlist-title {
	max-width: 100%;
	word-break: break-word;
	color: #666;
	margin: 3px 0 30px;
}

.playlist-title.series-title {
	margin: 18px 0;
}

.graybox {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  padding: 5px;
}

.sharebox {
	margin-top: 12px;
	position:relative;
}
.sharebox img {
	max-height:45px;
	max-width:45px;
	float:left;
	margin-right:10px;
    border-radius: 3px;
}
.sharebox .info_block {
	float:left;
	color:#666;
	font-size:12px;
	line-height:14px;
	position:relative;
	width:223px;
	height:45px;;
}
.sharebox .info_block h3 {
	margin-top:8px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
.sharebox .info_block a.user {
	color:#4dbaed;
	font-size:12px;
	line-height:14px;
}

.series-subscribe{
	float:left;
	width:100%; 
  margin: 20px 0 10px;
}

.subscribe_series{
  padding:7px 14px !important;
}

.subscribe_series[data-action="unsubscribe"] {
  position: relative;
  padding-left: 33px !important;
}
.subscribe_series[data-action="unsubscribe"]:before {
  content: '';
  color: #fff;
  font-weight: bold;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 6px;
  left: 16px;
  box-sizing: content-box;
}

.playlist-title h1{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 28px;
}

.playlist-title.series-title h1 {
	font-size: 23px;
}

.playlist-info {
  float: left;
  width: 100%;
  background-color: #fbfbfb;
  padding: 12px 15px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.playlist-info h2 {
	margin: 0 0 9px;
	font-size: 16px;
}

.playlistProfile{
	float:left;
	width:100%;
}

.playlistProfileImage{
	float:left;
	width:60px;
	margin-right:10px;
}

.playlistProfileInfo{
	float:left;
	width:calc(100% - 85px);
}

.playlistProfileInfo p{
	line-height: 17px;
}

.playlistProfileInfo a.share-playlist{
	position: relative;
	top: 6px;
	color: #777;
	font-weight: 500;
}

.playlistProfileInfo a.share-playlist img{
	margin-right: 5px;
	position: relative;
	top: -2px;
	width:13px;
}




/**** Footer ****/

#sticky-footer {
	/* min-height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	overflow-x: hidden;
}

.footer-push {
	height: 70px; /* '.push' must be the same height as 'footer' */
}

footer{
	float:left;
	width:100%;
	height:50px;
	background-color:#333;
	margin-top:60px;
}

footer .howtube-logo{
	margin-left:17px;
	max-width:100px;
	padding-top:11px;
}

/* New Footer */

#site-footer{
  width: 100%;
	margin-top: 50px;
	height: inherit;
	background-color:#343437;
	color: #999;
  border-top: 6px solid #e85126;
	display: inline-table;
  position: relative !important;
}

#site-footer .logo{
  margin: 5rem auto 4rem;
  text-align: center;
  width: 140px;
}

#site-footer .items{
	position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

#site-footer .item{
    display: inline-block;
    margin: 0 0 46px;
    width: 30%;
}

#site-footer .item .icon{
	width:38px;
	height:36px;
    background-position: center;
	background-repeat: no-repeat;
	background-size:auto 100%;
    margin: 0 auto 10px;
}

#site-footer .item .icon:before{
	display:none;
}

#site-footer .item .icon.video-ecommerce{
	background-image:url(../img/icons/video-ecommerce-icon.png);
}

#site-footer .item .icon.interactive{
	background-image:url(../img/icons/interactive-icon.png);
}

#site-footer .item .icon.connect-ecommerce{
	background-image:url(../img/icons/connect-ecommerce-icon.png);
}

#site-footer .item h3{
	color: #fff;
    font-size: 16px;
    line-height: 20px;
	position: relative;
	margin-bottom:23px;
}

#site-footer .item h3:after{
	content:'';
	display: block;
	position: absolute;
	bottom:-15px;
	left:calc(50% - 4px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #e85026 transparent transparent transparent;
}

#site-footer .item .links{
	
}

#site-footer .item .links button{
    color: #e85126;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #e85126;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
	background-color: transparent;
	outline: none;
	cursor: pointer;
    -o-transition : all .15s ease-in-out;
    -moz-transition : all .15s ease-in-out;
    -webkit-transition : all .15s ease-in-out; 
    transition : all .15s ease-in-out; 
}

#site-footer .item .links button:hover{
	color:#fff;
	background-color:#e85126;
}

#site-footer .dashed-box{
    padding: 12px 24px;
    width: 90%;
	border: 2px solid #444;
    display: table;
    margin: 0 auto;
    text-align: center;
	max-width: 500px;
}

#site-footer .dashed-box h2{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .3px;
}

#site-footer .dashed-box p{
    font-size: 15px;
	color:#999;
}

#site-footer .dashed-box button{
    background: none;
	color:#fff;
    border: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
    -o-transition : all .15s ease-in-out;
    -moz-transition : all .15s ease-in-out;
    -webkit-transition : all .15s ease-in-out; 
    transition : all .15s ease-in-out; 
}

#site-footer .dashed-box button:hover{
	color: #e85126;
}

#site-footer .sub-footer{
	float:left;
	width:100%;
	background-color:#2e2e2e;
    margin-top: 60px;
    text-align: center;
    padding: 22px 0;
}

#site-footer .sub-footer .social{
	margin-bottom: 7px;
}

#site-footer .sub-footer .social ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#site-footer .sub-footer .social li{
	display: inline-block;
	margin:0 10px;
}

#site-footer .sub-footer .social a{
	
}

#site-footer .sub-footer .social a i{
	color:#888;
    font-size: 17px;
    -o-transition : all 300ms ease-in-out;
    -moz-transition : all 300ms ease-in-out;
    -webkit-transition : all 300ms ease-in-out; 
    transition : all 300ms ease-in-out; 
}

#site-footer .sub-footer .social a i:hover{
	color:#fff;
}

#site-footer .sub-footer .copyright{
	margin: 0;
    color: #999;
}

#site-footer .sub-footer .copyright a{
	color:#999;
}

#site-footer .sub-footer .copyright a:hover{
	color:#fff;
}

.ias-noneleft {
	clear: both;
	margin-top: 15px;
	float: left;
	width: 100%;
	font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaa;
}

#site-footer .ias-noneleft{
  display: none !important;
}

.list-view .ias-noneleft {
  display: none !important;
}

.list-view .ias-noneleft:last-of-type {
  display: block !important;
}

.rating-xs {
    font-size: 12px;
    line-height: 20px;
}

#results_list {
	float: left;
	width: 100%;
	min-height: 200px;
}

#results_list .item:not(.store-item):not(.episode) {
	float: left;
	width: 100%;
}

.empty {
	text-align: center;
	padding: 30px;
}

.no-results-found {
	color: #b9b9b9;
	font-weight: bold;

	/*JIMI 20170425*/
	font-size: 16px;
    text-transform: uppercase;
}



/* Video Global Tags */

.private-tag{
    background: #e85126;
    color: #fff;
    padding: 3px 10px 2px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    float: none;
    margin: 0 0 6px;
    font-weight:bold;
}

/* Video Global Tags END */



.accordion.selected {
    background-color: #ecedec;
}

.accordion.unread {
    background-color: #DCDCDC;
}

.search {
	margin-top: 10px;
    display: table;
    -moz-border-radius: 35px 35px;
    -webkit-border-radius: 35px 35px;
    border-radius: 35px 35px;
}

.search input[type="text"] {
    width: 200px !important;
    float: left !important;
    background: none;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    height: 25px;
    border: 1px solid #888888;
    border-right: none;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.search input[type="button"] {
    border: 1px solid #888888;
    border-left: none;
    height: 25px;
    width: 35px !important;
    background: url("../img/icons/gridview/icon-search-input.png") no-repeat center center;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.search input[type="text"]:focus {
    color:#ff470f !important;
}
.search:hover input[type="text"], 
.search:hover input[type="submit"]  { 
    border-color:#ff470f;
}
.search:focus input[type="text"], 
.search:focus input[type="submit"]  { 
    border-color:#ff470f;
}
.search:hover input[type="text"] {border-right:none;}
.search:focus input[type="text"] {border-right:none;}
.search:hover input[type="submit"] {border-left:none;}

.blocklist .blocks {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    position: relative;
}

.blocklist .blocks .block {
    list-style: none;
    display: block;
    position: relative;
    float: left;
    width: 221px;
    /* width: 213px; */
    /* height: 193px; */
    min-height: 193px;
    max-height: 193px;
    overflow: hidden;
    margin: 0 20px 45px 0;
    color: #999999;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blocklist .blocks.col-3.smallheight .block {
    min-height: 1px;
    height: auto;
    margin: 0 10px 5px 0;
}

.sortName p {
	display: block; 
	display: -webkit-box; 
	height: 28px; 
	margin: 0 auto; 
	line-height: 1.4; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis;
	font-size: 12px;
    font-weight: bold;
}

p.ellipsis {
	display: -webkit-box; 
	height: 20.2px; 
	margin: 0 auto; 
	line-height: 1.4; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}

img.crop-img{
	max-width: none;
}

.avatar-popup-qtip-container {
    background: transparent !important;
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.avatar-popup-qtip-container .qtip-content {
    background: transparent !important;
    color: #000;
    font-size: 1.15em;
    font-weight: 300;
    margin: 0 !important;
    padding: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.avatar-popup-qtip {
    color: #fff;
    /*background: #FFF; */
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.avatar-popup-qtip nav a.active {
    background: #fff;
    color: #333;
    z-index: 10;
}
.avatar-popup-qtip nav a:first-child {
    margin-left: 15px;
}
.avatar-popup-qtip nav a {
    font-weight: 400;
    z-index: 9;
    color: #e85126;
    margin: 0 10px 0 0;
    background: #fff;
    padding: 10px 20px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}

.avatar-popup-qtip nav {
	background: transparent !important;
	left: 0;
	height: inherit;
	width: inherit;
	position: inherit;
	z-index: inherit;
}

.avatar-popup-qtip > div {
    padding: 10px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    color: #000;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

.image.selected img{
	border: 3px solid #e85126;
	border-radius: 5px;
}

.gallery-popup .info {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cfcfcf;
    width: 100%;
    clear: both;
    padding: 20px 0 0 0;
    height: 165px;
    max-height: 165px;
    overflow: hidden;
}

.gallery-popup .info .image {
    float: left;
    max-width: 130px;
    max-height: 110px;
    /* min-width: 170px; */
    margin-right: 10px;
}

.gallery-popup .details h1 {
    /* padding-top: 30px; */
    font-size: 14px;
    line-height: 5px;
    font-weight: bold;
    margin-top: 0;
}

.gallery-popup .details p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.avatar-crop-container {
    background: #fcfcfc;
    border: 1px solid #fd4400;
    z-index: 100;
    min-width: 215px;
    min-height: 255px;
    position: absolute;
    top: 0px;
    left: 14px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.avatar-crop-container .avatar-buttons {
    clear: both;
    float: none !important;
    text-align: center;
    padding: 0 10px 10px 10px !important;
}

#select_receiver .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}

#select_receiver .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    padding-top: 2px;
    padding-left: 10px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
}

#message_description .redactor-box {
	border: 1px solid #ccc;
}

/**** Send Message Popup ****/

#send-message .bootstrap-tagsinput{
	margin-bottom:0;
}


/**** Image Gallery Popup ****/

#image-gallery{
	float:left;
	background-color:#fff;
	z-index:1051;
	padding-right:0 !important;
}

#image-gallery .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
	margin:0;
	position:relative;
}

#image-gallery .modal-content {
  border-radius: 0;
	height: 100%;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	position:relative;
}

#image-gallery .modal-content .row{
	margin-left:0;
	margin-right:0;
}

#image-gallery .modal-content .row .col-xs-8, #image-gallery .modal-content .row .col-xs-4{
	padding:0;
}

#image-gallery .modal-body{
	padding:12px 1%;
}

#image-gallery .thumb-containter{
	position:relative;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0;
}

#image-gallery .thumb {
	width: 100%;
	height:100px;
	background-position: center center;
	background-size: cover;
}

#image-gallery .dropdown {
	position: relative;
	width: 30%;
	margin: 4px 1%;
	display: inline-block;
}

#image-gallery .dropdown.open{
	outline: 2px solid #e85126;
	position:static;
}

#image-gallery .thumb-info {
	left: 0;
	top: inherit;
	z-index:1052;
}

#image-gallery .thumb-info.slide-up {
	margin-bottom:-400px;
}

#image-gallery .thumb-info.slide-up.in {
	margin-bottom:0;
}

#image-gallery .thumb-info.in {
	overflow: visible;
	width: 100%;
	left: inherit;
	top: initial;
	bottom: 0;
	position: fixed;
	box-shadow: 0 0 15px rgba(0,0,0,.8);
	z-index: 99999;
	float: left;
	border-radius: 0;
	background-color: #fff;
	text-align: left;
}

#image-gallery .image {
	float: left;
	padding: 10px;
	width: 100%;
	text-align: center;
}

#image-gallery .image img {
	max-width: 100%;
	max-height: 200px;
}

#image-gallery .image-content{
	float: left;
	width: 100%;
	padding: 10px;
}

#image-gallery .image-content p.price{
	font-size: 18px;
	margin-top: -6px;
}

#image-gallery .modal-footer {
  float: right;
	width: 100%;
}

#image-gallery div.close-thumb-info{
	position: absolute;
	top: -17px;
	right: 7px;
	background-color: #e85126;
	color: #fff;
	padding: 2px 12px 6px;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	cursor:pointer;
	box-shadow: 0 0 3px rgba(0,0,0,.6);
}

#image-gallery #folder-area {
	text-align: left;
	/*border-bottom: 1px solid #e5e5e5;*/
}

#image-gallery #folder-area .folder {
	position: relative; 
	background-image:url(../img/image-gallery/folder.png);
}

#image-gallery #folder-area .folder .label_area {
	position: absolute; 
	width: 100%; 
	height: 80%;
	bottom: 0; 
	text-align: center; 
	display: table;
}

#image-gallery #folder-area .folder .label_area p {
	font-size: 16px; 
	color: white;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	line-height: 24px;
}

#image-gallery #folder-area .folder .label_area p.big{
	font-size: 55px; 
	color: #484141;
}

/**** More NEW Things ****/

.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.no-bk{
	background:none;
	background-color:transparent;
	box-shadow:none;
	border:none;
	border-radius:0;
}

.button-options {
	width: 100%;
	margin: 0 auto;
	padding:10px;
}

.move-bottom {
	top: inherit;
}

.popup-button-clean {
	background-color: transparent;
	width: 100%;
	margin: 3px 0;
	font-size: 16px;
	color: #fff;
	padding: 2px 10px 12px;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.popup-button-clean.last{
	border:none;
}

i.upload-icon {
	background: url(../img/icon-upload-white.png) center no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

i.gallery-icon {
	background: url(../img/icon-gallery.png) center no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

i.x-icon {
	background: url(../img/icon-x.png) center no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	float: left;
	margin: 5px 14px 0 5px;
}

.slide-up {
	margin-bottom:-200px;
	-webkit-transition: margin .35s ease-in-out;
	-o-transition: margin .35s ease-in-out;
	transition: margin .35s ease-in-out;
}

.slide-up.in{
	margin-bottom:0;
}

.search-bar.smallLeft .howtube-search {
    width: calc(100% - 50px);
    margin-left: 10px;
}

.add_website {
	margin-left: 13px;
    font-size: 11px;
    line-height: 35px;
    font-weight: bold;
    color: #e85126;
}

.form-control.website {
	margin-bottom: 10px;
}

.form-group {
	position: relative;
	float: left; /*GROS*/
	width: 100%; /*GROS*/ 
}

.flat-fields .form-group{
	margin-bottom:35px;
}

.flat-fields .form-control{  
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flat-fields select.form-control{
    height:inherit;
}

.flat-fields .form-control:focus{
    border-color: #e85126;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flat-fields .yii-selectize.style-2.form-control{
	padding-bottom:0;
	border:none;
}

.flat-fields label{
	margin-bottom:10px;
    color: #333;
}

.flat-fields h2{
	margin-bottom:20px;
}

.form-group .redactor-box { /*GROS*/
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	z-index: 100 !important;
}

.char-count {
	position: absolute;
	right: 0;
	top:0;
	opacity: 0;
	color: #a6a6a6;
}

#video_uploaded_form .modal-dialog{
  height: 100vh !important;
  display: flex;
  margin: 0;
}

#video_uploaded_form .modal-content{
  margin: auto !important;
  height: fit-content !important;
}

#video_uploaded_form h2{
  font-size: 2.3rem;
  clear: both;
  padding-top: 10px;
}

#video_uploaded_form p.required-fields{
  font-size: 16px;
  padding-top: 20px;
}

#video_uploaded_form ul{
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

#video_uploaded_form ul li{
  margin-bottom:10px;
}

#video_uploaded_form .htButton{
  margin-bottom: 15px;
  display: inline-block;
}

.ht-accordions .redactor-editor {
	border: none;
	word-wrap: break-word;
  white-space: pre-line;
}

.ht-accordions .redactor-editor ul {
  padding-right: 2rem;
  float: none;
  list-style: initial;
  margin-bottom: 15px;
}

/*.redactor-toolbar li a[rel="link"] {
    display: none;
}*/

.redactor-toolbar li a[rel="video"] {
    display: none;
}

.reply_table {
    width: 100%;
    padding: 5px 8px 5px 15px;
    cursor: pointer;
}
/*.reply_table td:first-child {
    width:55%;
}
.reply_table td:last-child {
    width:45%; text-align:right;
}*/
.reply_table td:last-child {
    text-align:right;
}
.details.reply {
    border-bottom:1px solid #C5C1C1; 
    border-left: 1px solid #C5C1C1;
    border-right: 1px solid #C5C1C1;
    background-color: #fff;
}
.details.gray{
    background-color: #F1EDED;
}
.details.reply.top{
    border-top:1px solid #C5C1C1;
}
.details.reply.unread {
    background-color: #F7F7F7;
}

.reply_table i.new {
	float:right;
	background:url(../img/new-icon.png) center no-repeat;
	background-size:100%;
	width:46px;
	height:29px;
	margin-top: -15px;
	margin-right: -15px;
}

.video-cover-image i.new {
	background:url(../img/new-icon.png) center no-repeat;
	background-size:100%;
	width:46px;
	height:29px;
	right: 0;
	position: absolute;
}

/*GROS*/
.unblock-people {
    float: right;
    background: url(../img/unbck-user.png) center no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin-top: 1px;
}

.block-people {
    float: right;
    background: url(../img/bck-user.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-right: -4px;
}

.md-message p {
	color: #666 !important;
}

.boxlist-content .stats{
	width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 7px 0px 0;
    padding: 0;
    font-size: 11px;
    color: black;
}

.boxlist-content table.stats thead tr td {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 15%;
}

.boxlist-content table.stats thead tr td:first-child {
    width: 45%;
}

.boxlist-content table.stats thead tr td:last-child {
    width: 25%;
}

.boxlist-content table.stats tbody tr:first-child {
    border-top: 3px solid #e85126;
}

.boxlist-content table.stats tbody tr td {
    text-align: center;
    border: 1px solid #cdcdcd;
    padding: 3px 5px;
    width: 15%;
}

.boxlist-content table.stats tbody tr td:first-child {
    text-align: left;
    border-left: none;
    width: 45%;
}

.boxlist-content table.stats tbody tr td:last-child {
    border-right: none;
    width: 25%;
}

.boxlist-content table.stats tbody tr:last-child {
    border-bottom: 3px solid #e85126;
}

.icon-img {
	width: 20px;
	margin-right: 10px;
}

#howtube-player .vjs-social-overlay{
    display: none !important;
}

.ht-accordions .redactor-editor p {
	margin-bottom: 0px;
}


/*** VIDEO PLAYER OVERRIDES ***/

.vjs-poster{
	background-size:cover !important;
}

.vjs-dock-shelf{
	margin-right:0 !important;
}

.vjs-dock-shelf .vjs-button.vjs-share-control {
	float: right !important;
	margin-right: 0 !important;
	right: 14px !important;
	top: 9px !important;
}

/*** END VIDEO PLAYER OVERRIDES ***/

#rendered-videourl {
    float:left;
    width: 250px;
    height: 142px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

#rendered-videourl a {
    display: block;
    position: relative; 
    width: 100%; 
    height: 100%;
}

#rendered-videourl .overlay {
    padding: 15px; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    height: 100%;
    margin: 0;
}

#rendered-videourl .overlay .overlay_content {
    float:left; 
    position: relative; 
    width: 100%; 
    height: 100%;
    margin: 0;
}

.search-page{
  margin-top: 3.5rem;
}

.search-page h1{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .5px;
  color: #222;
  margin-bottom:30px;
  position: relative;
}

.search-page.category h1{
  font-size: 20px;
  margin-left:44px;
}

.search-page h1 span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.search-page h1 img{
  width: 40px;
  max-height: 40px;
  filter: invert(1);
  position: absolute;
  left: -50px;
  bottom: 6px;
}

.filters {
	margin-bottom: 20px;
	float: left;
}

.filters .trigger.closed {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding-right: 15px;
	background: url(../img/icons/sm-triangle-icon.png) no-repeat right center;
	float: left;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
}

.filters .trigger.opened {
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding-right: 15px;
    background: url(../img/icons/icon-openreplies.png) no-repeat right center;
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.filters div {
    display: none;
}

.filters ul {
    list-style: none;
    padding: 0;
    float: left;
    line-height: 16px;
    margin: 10px 0 0 5px;
    width: 32%;
    border-left: 2px solid #e85126;
    padding-left: 10px;
}

.filters ul li {
    display: inline-block;
    /* padding: 0 5px; */
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #b2b2b2;
    width: 100%;
    margin-bottom: 3px;
}

.filters ul li a {
    color: #b2b2b2;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.filters ul li a.active {
    color: #e85126;
}

#search_videos .block{
  display: inline-block;
  width: 100%;
  margin:0 0 3rem;
  vertical-align: top;
}

#search_videos .block .image{
  margin-bottom:6px;
}

#search_videos .block .image img{
  width: 100%;
}

#search_videos .block .preview-content{
  padding:0 3px;
}

#search_videos .block .title a{
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}

#search_videos .block .info{
  color: #999;
  font-size: 13px;
  margin-top:2px;
}

#search_videos .block .duration{
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  margin-top:3px;
}




#results_div #image_list {
	float: left; 
	width: 100%; 
	/*border-top: 2px solid #dfdfdf; 
	padding-top: 40px;*/
}

#results_div #folder_list .item.block {
	width: 60px; 
	float: left;
	margin: 5px 10px;
	min-height: 95px;
}

#results_div #folder_list .item.block .image_area.black {
	background-image: url('../img/image-gallery/folder.png'); 
	position: relative;
	float: left; 
	width: 60px; 
	height: 60px; 
	cursor: pointer; 
	background-size: 60px 120px;
}

#results_div #folder_list .item.block .image_area.white {
	background-image: url('../img/image-gallery/folder.png'); 
	position: relative;
	float: left; 
	width: 60px; 
	height: 60px; 
	cursor: pointer; 
	background-size: 60px 120px; 
	background-position: 0 180px
}

#results_div #folder_list .item.block .label_area {
	width: 100%; 
	color: #555; 
	text-align: center; 
	word-break: break-word; 
	float: left;
	font-size: 10px;
	font-weight: bold;
}

#results_div #folder_list .item.block .label_area_overlay {
	position: absolute; 
	width: 100%; 
	height: 90%; 
	bottom: 0; 
	text-align: center; 
	display: table;
}

#results_div #folder_list .item.block .label_area_overlay p {
	font-size: 25px; 
	color: #484141; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	line-height: 24px;
}

#results_div #folder_list .item.block .label_area_overlay p.white {
	color: white;
}

#results_all_images .item.block .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    height: 22px;
    width: 100%;
}

#results_all_images .item.block .overlay .text {
	font-size: 11px; 
	padding: 5px 2px;
}

#results_all_images .item.block .action_area .image-filename {
    border: 1px solid #cecece;
    font-size: 11px;
    padding: 3px;
    width: calc(100% - 40px);
}

#image-gallery .image-action-but {
	margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    color: gray;
}

#image-gallery .image-action-but.red {
	color: #e85126;
}

#results_all_images .item.block .action_area .image-action-but {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    color: gray;
}

#results_all_images .item.block .action_area .image-action-but.red {
    color: #e85126;
}

#image-gallery-page .checkbox, #product-management-page .checkbox {
	margin-top: 11px;
	margin-right: 10px; 
	float: left;
}

.accordion-controller .row.selected {
	background-color: #dcdcdc;
}

/*PAGINATION*/
/* Pagination */
.dataTables_paginate {
    line-height: 16px;
    text-align: left;
    margin-top: 15px;
    margin-right: 0px;
    float: left;

    width: 100%; /*GROS*/
}
.dataTables_paginate .ui-button,
.pagination.alternate li a {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: inline-block;
    line-height: 18px;
    color: white;
    background-color: #000;
    text-shadow: 0 1px 0 #ffffff;
    margin-right: 10px;
}
.dataTables_paginate .ui-button:hover,
.pagination.alternate li a:hover {
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
}
.pagination.alternate li a {
    margin-right: 1px;
}
.dataTables_paginate .first,
.pagination.alternate li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left-width: 1px;
}
.dataTables_paginate .last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.dataTables_paginate .ui-state-disabled,
.fc-state-disabled,
.pagination.alternate li.disabled a {
    /*color: #AAAAAA !important;*/
    color: #ffffff !important;
    cursor: default !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: lightgray;
}
.dataTables_paginate .ui-state-disabled:hover,
.fc-state-disabled:hover,
.pagination.alternate li.disabled a:hover {
    cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
    color: #ffffff !important;
    cursor: default !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.ui-state-default{
    border: none;
}

.no-image-gallery {
	font-size: 15px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

/*Folder Explorer when move or copy*/
#folder-explorer .modal-dialog {
	margin-top: 100px;
}

#folder-explorer .form-group {
	text-align: center;
}

#folder-explorer #real_content {
	background-color: white; 
	height: 210px; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	border: 1px solid #cecece;
}

#folder-explorer #real_content .container {
	width: 100%;
}

#folder-explorer #real_content .container .row {
	padding-left: 15px; 
	user-select: none;
}

#folder-explorer #real_content .checkbox {
	float: right; 
	margin-top: -25px;
}

/*Comment Approvals Page*/
#comments-approval-page .reply_container {
	float: left;
    width: 100%;
    padding: 0 0 0 40px;
    background: url(../img/arrow-reply.png) no-repeat left;
    background-position: 5px 40px; background-size: 30px 20px;
}

#comments-approval-page .details.video-comments {
	padding-bottom: 5px;     
	background: #f9f9f9;
    border: 1px solid #e8e8e8;
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 10px 0 10px 0;
    margin-top: 10px;
}

#comments-approval-page .details.video-comments .user-info {
	width: 90px;
    float: left;
    padding: 0 10px 0 10px;
}

#comments-approval-page .details.video-comments h3 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
}

#comments-approval-page .details.video-comments p {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#comments-approval-page .details.video-comments .content {
	float: left;
    padding: 0 10px 0 10px;
    min-height: 50px;
    width: calc(100% - 90px);
    word-wrap: break-word;
}

#comments-approval-page .link_but {
	float: left;
    width: 85px;
}

#comments-approval-page .link_but.green h3 {
	color: #3CBC33;
    font-size: 13px;
}

#comments-approval-page .link_but.red h3 {
	color: #CC3230;
    font-size: 13px;
}

.path {
    font-size: 13px;
    text-transform: none;
    color: #cccccc;
}

.path.active {
    color: #e85126;
}

.path.inactive {
    color: #777777;
}

.filter.left .folder-title {
	text-transform: none;
	font-size: 18px;
	margin: -5px 0 3px 0;
}

.filter.left a.folder-action-link {
    text-transform: uppercase;
    color: #e85126;
    font-weight: 600;
    font-size: 11px;
}

#path_div_gallery {
	padding: 5px 10px;
    background-color: #e7e7e7;
    margin-top: 10px;
}

.breadcrumb {
	padding: 5px 10px;
    background-color: #e7e7e7;
}

/*Video Upload/Edit Privacy and Sharing Settings*/
#privacy_sharing_settings h3 {
	font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 2px;
    color: #5a5757;
}

#privacy_sharing_settings .form-group p {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

#privacy_sharing_settings .form-group p .lcs_wrap {
    margin-right: 10px;
}

#privacy_sharing_settings #limit_sites_div_area input {
	width: calc(100% - 105px);
	float: left;
	margin-left: 85px;
}

#privacy_sharing_settings #limit_sites_div_area a {
	color: #e85126;
	display: block;
	float: left;
	margin-top: 5px;
}

#privacy_sharing_settings #limit_sites_div_area a.add-link {
	width: 100%;
	text-align: center;
}

.video-extra-actions{
  padding: 18px;
  background: #f9f9f9;
  border-radius: 4px;
  margin-left: -2px;
}

.video-extra-actions .content{
  padding-bottom:5px;
}

#specific_websites .field-videos-limited_websites{
  width: calc(100% - 60px);
  display: inline-block;
}

#specific_websites .add_website{
  display: inline-block;
}

#specific_websites .add_website:before {
  content: "+";
  display: block;
  font-size: 22px;
  font-weight: 700;
  border: 2px solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 16px;
  color: #e85126;
  position: relative;
  top: 5px;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

#specific_websites .add_website:hover:before{
  opacity:.7;
}

#specific_websites .websites{
  padding-top:22px;
}

#specific_websites .websites h6{
  font-weight: bold;
  padding-left: 5px;
  font-size: 14px;
}

#specific_websites .websites .domain{
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  color: #555;
  line-height: 1;
}

#specific_websites .websites .domain.placeholder{
  line-height: 1.4;
  font-size: 13px;
  padding-left: 10px;
}

#specific_websites .websites .domain .remove:before{
  display: inline-block;
  content: 'x';
  color: #f52424;
  padding: 3px;
  font-weight: bold;
  position: relative;
  top: -1px;
  cursor: pointer;
}

#video-sections-sortable-sortable {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 6px 10px;
    border: 1px solid #dadfe3;
}

#video-sections-sortable-sortable li {
    background-color: #fff;
    border: none;
    padding: 10px 16px;
    margin: 8px;
    border-radius: 3px;
    font-size: 16px;
    color: #424d56;
    font-weight: 500;
    letter-spacing: .2px;
    box-shadow: 0 0 2px #424d562e;
}


/* css/selectize.bootstrap3.css START */

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 6px 6px 0;
  padding: 4px 7px 5px;
  background: #efefef;
  color: #333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


/* css/selectize.bootstrap3.css END */


/* redactor.css START */

/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
.redactor-editor,
.redactor-box {
  background: #fff;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box-fullscreen {
  z-index: 1051;
}
.redactor-toolbar {
  z-index: 100;
}
.redactor-dropdown {
  z-index: 1052;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053;
}
/*
	Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.body-redactor-hidden {
  overflow: hidden;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important;
}

#tab_about_result .redactor-editor{
	padding:10px 0 20px;
}
/*
	Placeholder
*/
.redactor-placeholder {
  position: relative;
}
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important;
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
/*
	CodeMirror
*/
.redactor-box .CodeMirror {
  display: none;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
/*.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}*/
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
/*.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}*/


.redactor-editor strong, .redactor-editor b {
    font-weight: bold; 
  }
.redactor-editor em, .redactor-editor i {
    font-style: italic; 
}

.redactor-editor strong em, .redactor-editor strong i, .redactor-editor b em, .redactor-editor b i {
  font-weight: bold;
  font-style: italic;
}

.redactor-editor strong span, .redactor-editor b span{
    font-weight: bold; 
}

.redactor-editor strong, .redactor-editor strong span, .redactor-editor strong u, .redactor-editor strong em, .redactor-editor strong s {
  font-weight: 700;
}

.redactor-editor{
  font-size:16px;
}
.redactor-editor p, .fr-view p, #howtube .redactor-editor p, #howtube .fr-view p,
.redactor-editor ul, .fr-view ul, #howtube .redactor-editor ul, #howtube .fr-view ul,
.redactor-editor ol, .fr-view ol, #howtube .redactor-editor ol, #howtube .fr-view ol{
  margin:0;
  color:#000;
  font-size:16px;
  line-height: 1.4;
}
.redactor-editor ul, .fr-view ul, #howtube .redactor-editor ul, #howtube .fr-view ul,
.redactor-editor ol, .fr-view ol, #howtube .redactor-editor ol, #howtube .fr-view ol{
  margin:0 0 10px 25px;
  padding:0;
}
.redactor-editor.reset p, .fr-view.reset p, .reset .fr-view p, #howtube .redactor-editor.reset p, #howtube .fr-view p, #howtube .reset .fr-view p{
  margin:0 0 10px;
}
.redactor-editor hr, .fr-view hr, #howtube .redactor-editor hr, #howtube .fr-view hr{
  border-color:#333;
}
.redactor-editor a{
  color:#1bb0eb;
}
.redactor-editor span[style~="color:"] a{
  color:inherit;
}
.redactor-editor a:hover{
  text-decoration: underline;
}
.redactor-editor ul, .redactor-editor ol{
    margin: 0 0 0 25px;
    padding: 0;
	color:#000;
}
.redactor-editor li{
  padding:2px 0;
}

.redactor-editor hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
}

/* redactor.css END */

/* New redactor.css START */

/*
    Redactor II

    http://imperavi.com/redactor/

    Copyright (c) 2009-2017, Imperavi Oy.
    License: http://imperavi.com/redactor/license/
*/
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-video:before {
  content: "\e927"; }

.redactor-box {
  position: relative;
  overflow: visible; }

.redactor-layer,
.redactor-box {
  background: #fff; }

.redactor-layer,
.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-link-tooltip {
  z-index: 1050; }

.redactor-toolbar {
  z-index: 100; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-air,
.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099; }

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal !important; }

.redactor-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 20px;
  padding-top: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.redactor-relative {
  position: relative; }

.redactor-in {
  cursor: text; }

.redactor-layer:focus,
.redactor-in:focus {
  outline: none; }

.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.redactor-script-tag {
  display: none; }

.redactor-layer-img-edit img {
  cursor: pointer; }

.redactor-voice-label {
  display: none; }

.redactor-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor-toolbar {
  position: relative;
  padding: 0 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  .redactor-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  white-space: nowrap;
  height: 48px; }

.redactor-toolbar li a {
  color: rgba(0, 0, 0, 0.8); }
  .redactor-toolbar li a:hover {
    outline: none;
    background-color: #3d79f2;
    color: #fff; }
  .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #eee;
    color: #444; }

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar li a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.redactor-air {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  border: none; }

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor-air li a:active, .redactor-air li a.redactor-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor-air li a.redactor-button-disabled {
  opacity: .3; }
  .redactor-air li a.redactor-button-disabled:hover {
    color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-air li a.redactor-button-focus {
  color: #333;
  background: #eee; }

.redactor-air,
.redactor-toolbar {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1 !important; }

.redactor-air li,
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important; }

.redactor-air li a,
.redactor-toolbar li a {
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 48px;
  /*height: 48px;*/
  height: 37px;
  padding: 16px;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  position: relative; }
  .redactor-air li a.re-button-icon,
  .redactor-toolbar li a.re-button-icon {
    /*padding: 16px;*/
    padding: 10px;
    font-size: 16px; }
  .redactor-air li a .re-button-tooltip,
  .redactor-toolbar li a .re-button-tooltip {
    display: none;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: -18px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    padding: 3px 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

.redactor-toolbar li a {
  border-right: 1px solid rgba(0, 0, 0, 0.05); 
  border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}


.redactor-toolbar li:last-child a {
  /*border-right: none;*/ }

.redactor-link-tooltip {
  border-radius: 3px;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: absolute;
  padding: 16px;
  line-height: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
  font-size: 14px; }

.redactor-link-tooltip a {
  font-size: 14px;
  color: #ccc;
  margin: 0 8px;
  text-decoration: none; }
  .redactor-link-tooltip a:hover {
    color: #fff; }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .3;
    left: -28px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8; }

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor-image-resizer {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -5px;
  right: -6px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10px;
  height: 10px; }

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7); }

.redactor-image-dragover {
  outline: 2px solid #3d79f2; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp; }

@-webkit-keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown; }

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn; }

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none; }

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .redactor-dropdown li:last-child {
    border-bottom: none; }
  .redactor-dropdown li:hover {
    background-color: #3d79f2; }
    .redactor-dropdown li:hover a {
      color: #fff !important;
      text-decoration: none; }
  .redactor-dropdown li.redactor-dropdown-link-inactive {
    background: none; }
    .redactor-dropdown li.redactor-dropdown-link-inactive a,
    .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
      background: none;
      cursor: default;
      color: #000 !important;
      opacity: 0.4;
      background: none; }

.redactor-dropdown a {
  display: block;
  padding: 12px 10px;
  color: #000;
  text-decoration: none; }
  .redactor-dropdown a span {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    border-radius: 3px;
    line-height: 1; }
  .redactor-dropdown a:focus {
    outline: none; }
  .redactor-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor-dropdown a.redactor-dropdown-link-selected {
    color: #fff;
    background: #000; }

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: rgba(0, 0, 0, 0.05); }

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9); }

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5); }

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap; }

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px; }

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  line-height: 24px;
  font-weight: bold; }

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 21px; }

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 18px; }

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 16px; }

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px; }
  @media (max-width: 768px) {
    #redactor-modal {
      font-size: 16px !important; } }
  #redactor-modal #redactor-modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  #redactor-modal #redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: none;
    outline: none; }
    #redactor-modal #redactor-modal-close:hover {
      color: #000; }
  #redactor-modal #redactor-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    #redactor-modal #redactor-modal-body section {
      margin-bottom: 24px; }
    #redactor-modal #redactor-modal-body label {
      font-weight: normal;
      font-size: 15px;
      display: block;
      margin-bottom: 4px;
      color: rgba(0, 0, 0, 0.8); }
      #redactor-modal #redactor-modal-body label .desc {
        color: rgba(0, 0, 0, 0.5); }
      #redactor-modal #redactor-modal-body label.checkbox {
        font-size: inherit; }
    @media (max-width: 768px) {
      #redactor-modal #redactor-modal-body {
        padding: 24px; } }
  #redactor-modal select,
  #redactor-modal input[type="text"],
  #redactor-modal input[type="password"],
  #redactor-modal input[type="email"],
  #redactor-modal input[type="url"],
  #redactor-modal input[type="number"],
  #redactor-modal textarea {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    width: 100%;
    font-size: 16px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }
    #redactor-modal select:focus,
    #redactor-modal input[type="text"]:focus,
    #redactor-modal input[type="password"]:focus,
    #redactor-modal input[type="email"]:focus,
    #redactor-modal input[type="url"]:focus,
    #redactor-modal input[type="number"]:focus,
    #redactor-modal textarea:focus {
      -moz-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #1f78d8; }
  #redactor-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor-modal button {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    height: 40px;
    line-height: 38px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none; }
    #redactor-modal button:hover {
      color: #777;
      background: none;
      background-color: #f5f5f5;
      text-decoration: none; }
    #redactor-modal button.redactor-modal-button-offset {
      margin-left: 24px; }
    #redactor-modal button#redactor-modal-button-delete {
      background: none;
      border-color: #f23d3d;
      color: #f23d3d; }
      #redactor-modal button#redactor-modal-button-delete:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #f23d3d; }
    #redactor-modal button#redactor-modal-button-action {
      background: none;
      color: #fff;
      background-color: #1c86f2; }
      #redactor-modal button#redactor-modal-button-action:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #4ca0f5; }
  #redactor-modal .redactor-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor-modal .redactor-modal-tab-side {
    float: left;
    width: 26%;
    margin-right: 6%; }
  #redactor-modal .redactor-modal-tab-area {
    float: left;
    width: 66%; }
  @media (max-width: 768px) {
    #redactor-modal .redactor-modal-tab-side {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 24px; }
    #redactor-modal .redactor-modal-tab-area {
      float: none;
      width: auto; } }

#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000; }
    #redactor-modal-tabber a:hover {
      background-color: #1f78d8;
      border-color: #1f78d8;
      color: #fff; }
    #redactor-modal-tabber a.active {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #ddd;
      color: rgba(0, 0, 0, 0.5); }

#redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }
  #redactor-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor-modal-list li:last-child {
      border-bottom: none; }
  #redactor-modal-list a {
    padding: 16px 4px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
    position: relative; }
    #redactor-modal-list a:hover {
      background-color: #eee; }

.redactor-styles {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 24px 0 0; }
  @media (max-width: 768px) {
    .redactor-styles {
      font-size: 16px; } }
  .redactor-styles a {
    color: #256bc9; }
    .redactor-styles a:focus, .redactor-styles a:hover {
      color: #e21e3b; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: bold;
    color: #222;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
    .redactor-styles h1:empty,
    .redactor-styles h2:empty,
    .redactor-styles h3:empty,
    .redactor-styles h4:empty,
    .redactor-styles h5:empty,
    .redactor-styles h6:empty {
      min-height: 24px; }
  .redactor-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor-styles h4 {
    font-size: 21px;
    line-height: 24px; }
  .redactor-styles h5 {
    font-size: 18px;
    line-height: 24px; }
  .redactor-styles h6 {
    font-size: 16px;
    line-height: 24px; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0; }
  .redactor-styles p:empty,
  .redactor-styles blockquote:empty {
    min-height: 24px; }
  .redactor-styles p + h2,
  .redactor-styles p + h3,
  .redactor-styles p + h4,
  .redactor-styles p + h5,
  .redactor-styles p + h6,
  .redactor-styles ul + h2,
  .redactor-styles ul + h3,
  .redactor-styles ul + h4,
  .redactor-styles ul + h5,
  .redactor-styles ul + h6,
  .redactor-styles ol + h2,
  .redactor-styles ol + h3,
  .redactor-styles ol + h4,
  .redactor-styles ol + h5,
  .redactor-styles ol + h6,
  .redactor-styles dl + h2,
  .redactor-styles dl + h3,
  .redactor-styles dl + h4,
  .redactor-styles dl + h5,
  .redactor-styles dl + h6,
  .redactor-styles blockquote + h2,
  .redactor-styles blockquote + h3,
  .redactor-styles blockquote + h4,
  .redactor-styles blockquote + h5,
  .redactor-styles blockquote + h6,
  .redactor-styles hr + h2,
  .redactor-styles hr + h3,
  .redactor-styles hr + h4,
  .redactor-styles hr + h5,
  .redactor-styles hr + h6,
  .redactor-styles pre + h2,
  .redactor-styles pre + h3,
  .redactor-styles pre + h4,
  .redactor-styles pre + h5,
  .redactor-styles pre + h6,
  .redactor-styles table + h2,
  .redactor-styles table + h3,
  .redactor-styles table + h4,
  .redactor-styles table + h5,
  .redactor-styles table + h6,
  .redactor-styles form + h2,
  .redactor-styles form + h3,
  .redactor-styles form + h4,
  .redactor-styles form + h5,
  .redactor-styles form + h6,
  .redactor-styles figure + h2,
  .redactor-styles figure + h3,
  .redactor-styles figure + h4,
  .redactor-styles figure + h5,
  .redactor-styles figure + h6 {
    margin-top: 24px; }
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles ul ul,
  .redactor-styles ol ol,
  .redactor-styles ul ol,
  .redactor-styles ol ul {
    margin: 0 0 0 24px; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    /*margin-bottom: 16px; */
    margin-bottom: 0;
  }
  .redactor-styles blockquote {
    position: relative;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6); }
    .redactor-styles blockquote cite {
      font-size: 80%; }
  @media (min-width: 768px) {
    .redactor-styles blockquote {
      padding-left: 24px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor-styles address {
    font-style: normal; }
  .redactor-styles dl dt {
    font-weight: bold; }
  .redactor-styles dd {
    margin-left: 24px; }
  .redactor-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor-styles s,
  .redactor-styles del {
    text-decoration: line-through; }
  .redactor-styles abbr[title],
  .redactor-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor-styles strong,
  .redactor-styles b {
    font-weight: bold; }
  .redactor-styles em,
  .redactor-styles i {
    font-style: italic; }
  .redactor-styles strong em, .redactor-styles strong i, .redactor-styles b em, .redactor-styles b i {
    font-weight: bold;
    font-style: italic;
  }
  .redactor-styles strong del, .redactor-styles b del {
    font-weight: bold;
    text-decoration: line-through;
  }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    margin-left: .2rem; }
  .redactor-styles sup {
    top: -.4rem; }
  .redactor-styles sub {
    bottom: -.2rem; }
  .redactor-styles strong:empty, .redactor-styles b:empty, .redactor-styles em:empty, .redactor-styles i:empty, .redactor-styles sup:empty, .redactor-styles sub:empty, .redactor-styles u:empty, .redactor-styles ins:empty {
    display: inline-block;
    min-width: 1px;
    min-height: 1rem; }
  .redactor-styles figcaption {
    margin: 4px 0;
    font-size: 12px;
    font-style: italic;
    text-align: left; }
  .redactor-styles ins,
  .redactor-styles u {
    text-decoration: underline; }
  .redactor-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor-styles pre,
  .redactor-styles code,
  .redactor-styles kbd,
  .redactor-styles samp,
  .redactor-styles var,
  .redactor-styles output {
    font-size: 90%;
    font-style: normal;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-styles pre {
    margin-top: 16px;
    font-size: 90%;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    background: rgba(0, 0, 0, 0.03);
    padding: 16px 20px;
    word-wrap: normal; }
  .redactor-styles mark,
  .redactor-styles code,
  .redactor-styles samp,
  .redactor-styles kbd {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px; }
  .redactor-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor-styles pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 24px; }
  .redactor-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto; }
  .redactor-styles embed,
  .redactor-styles object {
    height: 100%; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    empty-cells: show; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px; }
    .redactor-styles .video-container iframe,
    .redactor-styles .video-container object,
    .redactor-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }

    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: right;
    }
    .text-justify {
        text-align: justify;
    }

/* New redactor.css END */


/* popup.css START */

#backgroundPopup, #backgroundPopup1 {
    z-index:2001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:rgb(0,0,0);
    top:0px;
    left:0px;
}
#toPopup, #toPopup1 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 rgb(229, 229, 231);
    border-radius: 7px 7px 7px 7px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -310px;
    position: fixed;
    top: 10%;
    width: 680px;
    z-index: 2002;
}
div.loader, div.loader1 {
    background: url("../img/loading3.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: -14px;
  top: -17px;
  width: 28px;
  background-color: #e85126;
  border-radius: 50%;
  z-index: 10002;
  opacity: 1;
}
div.close:before {
  content: 'x';
  position: absolute;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  width: 100%;
  left: 0;
  top: 2px;
  text-align: center;
}
.signin-required div.close{
  right: -9px;
  top: -9px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content, div#popup_content1 {
	width:100%;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}

.image-gallery-fullsize #toPopup {
    width: 100%;
    left: 0; 
    top: 0;
    height: 100%; 
    margin-left: 0;
    background-color: rgba(0,0,0,0.8);
}

.image-gallery-fullsize #toPopup .close {
    top: 0px; 
    right: 0px;
    opacity: 1;
}

.image-gallery-fullsize #popup_content {
    text-align: center; 
    height: 100%; 
    width: 100%;
}

.image-gallery-fullsize #popup_content img.real-image {
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
}

.image-gallery-fullsize #popup_content img.prev-arrow {
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 15px; 
    bottom: 0;
}

.image-gallery-fullsize #popup_content img.next-arrow {
    position: absolute; 
    margin: auto; 
    top: 0; 
    right: 10px; 
    bottom: 0;
}

/* popup.css END */

/**** Channel Page ****/

#profileBanner{
	background-size: cover;
	background-position: center;
	background-image: url("../img/default-banner.jpg");
	height: 89px;
	float: left;
	width: 100%;
}

#profileMenu{
	background-color: #f2f2f2;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.profilePhoto{
	float: left;
  width: 70px;
  margin-top: -12px;
  margin-bottom: -20px;
  border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.profilePhoto .current-avatar img{
  border-radius: 4px;
}
.profileIcons{
	float: right;
	padding: 7px 0 0 0;
}
.item-actions{
	float: right;
	margin: 4px 10px 0 -5px;
}
.item-actions.video-series-actions{
	margin:0;
}
.profileIcons a, .item-actions a{
	width: 60px;
	text-align: center;
	font-size: 10px;
	color: #888888;
	display: inline-table;
	text-transform: uppercase;
}
.profileIcons a i, .item-actions a i{
	width: 30%;
	display: block;
	margin: 3px auto;
	padding: 9px 0px;
	background-size: cover;
	background-position: center;
}
.profileIcons a.icon-follow i{
	background-image: url(../img/icon-follow.png);
}
.profileIcons a.icon-unfollow i{
	background-image: url(../img/icon-unfollow.png);
}
.profileIcons a.icon-message i{
	background-image: url(../img/icon-mail.png);
}
.profileIcons a.icon-videos i{
	background-image: url(../img/icon-videos.png);
}
.profileIcons a.icon-upload i{
	background-image: url(../img/icon-upload.png);
}
.profileIcons a.icon-more, .item-actions a.icon-more{
	width: 25px;	
}
.profileIcons a.icon-more i, .item-actions a.icon-more i{
	background-image: url(../img/icon-more.png);
}
.video-actions a.icon-more i{
	background-image: url(../img/icon-more-white.png);
}
.dropdown-menu {
    top: 25px;
    left: inherit;
    right: -15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    border-radius: 0;
}
.item-actions .dropdown-menu{
	top: 31px;
	margin-left: -124px;
	left: auto;
}
.video-series-actions .dropdown-menu {
	top: 46px;
}
.dropdown-menu li a{
	width: 100%;
	text-align: left;
	padding: 15px;
	color: #333;
}

a.add-element{
	position: absolute;
	top: -29px;
	left: 97px;
	z-index: 1000;
	font-weight: 600;
}

div.button-line {
	float: left;
	width: 100%;
}

a.normal-tab-item{
	color: #333;
	position: absolute;
	top: -29px;
	left: 105px;
}

a#new-video-series{
	left:110px;
}

a#new-playlist{
	left:90px;
}

.sort-options{
	float:right;
}

.sort-options a.sort-by{
	float: right;
	border: 1px solid #c7c7c7;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 6px 11px;
	color: #333;
	font-size: 12px;
	font-weight: 500;
}

.sort-options a.sort-by i {
	float: right;
	margin: 6px 0 0 12px;
	background: url(../img/accordion-dark-grey-arrow.png) center no-repeat;
	background-size: 100%;
	width: 9px;
	height: 7px;
}

.sort-options .dropdown-menu {
    top: 45px;
    margin-left: -70px;
}

#profileInfo h1{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 0px;
}
#profileInfo p{
	color: #777;
}
#profileInfo p a{
	text-decoration: underline;
}

#htTabs{
	margin-top: 15px;
}

.aboutProfile{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #DDDDDD;
}
.aboutProfileImage{
	float: left;
	width: 30%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #777;
}
.aboutProfileImage img{
	margin-bottom: 8px;
}
.aboutProfileInfo{
	width: 65%;
  float: right;
}

.aboutProfileInfo h2{
	margin: 10px 0;
}
.aboutProfileInfo p{
	font-size: 12px;
	line-height: 18px;
}



/**** Video Series ****/

.share-sm {
  background: url(../img/icons/icon-share-sm.png) no-repeat center left;
  padding-left: 20px;
  color: #e85126;
  font-size: 12px;
}

.video-series{
	float:left;
	margin-bottom:32px;
}
.list-view .video-series .content{
    padding: 3% 5% 5.5%;
    background-color: #f9f9f9;
    position: relative;
}
.list-view .video-series .action-btns{
    background-color: #f3f3f3;
    padding: 2rem 5%;
}
.list-view .video-series-detail {
	margin-bottom:6px;
  width:100%;
}
.list-view .video-series-detail h1 {
	font-weight:bold;
	margin:0px;
	font-size:22px;
	line-height:28px;
	color:#000;
}
.list-view .video-series-detail h2 { 
	font-weight:bold;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
	color:#000;
	-webkit-transition: all .15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.list-view .video-series-detail a h2:hover{
    color:#e85126;
}
.list-view .video-series-detail h3 {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.list-view .video-series-detail p{
  font-size: 12px;
}

.list-view .video-series .series-tag{
  margin: 4px 0 15px;
}

.list-view .video-series .series-tag a{
    background-color: #e85126;
    padding: 7px 14px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
	-webkit-transition: all .15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.list-view .video-series .series-tag a:hover{
    opacity:.8;
}

.video-series .action-btns h3{
    font-weight: bold;
    font-size: 16px;
    margin: 2px 0 8px;
    color: #333;
    margin-bottom: 12px;
}

.video-series .action-btns .btn {
  font-size: 11px;
  padding: 5px 11px !important;
  letter-spacing: .5px;
}

.video-series .action-btns .btn.subscribe_series[data-action="unsubscribe"] {
  padding-left: 32px !important;
}

.video-series .user-thumb{
	float:left;
	width:42px;
	border:1px solid #fff;
	position:relative;
	bottom:18px;
	margin-left:8px;
}

.video-series .user-username a{
	float:left;
	margin:5px 0 0 8px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}

.video-series .video-share{
	float:right;
	background:url(../img/video-preview-share-icon1.png) center no-repeat;
	background-size:100%;
	width:17px;
	height:17px;
	margin:5px 3% 8px 0;
}

.video-series .video-series-content{
  float:left;
	width:100%;
	background-color:#f6f6f6;
	border:1px solid #eaeaea;
	border-top:0;
	padding:12px 3%;
	position: relative;
}

.video-series .title{
	float:left;
	max-width:calc(100% - 85px);
	font-size: 12px;
	color: #666;
}

.video-series .title a{
	font-size:16px;
	line-height:15px;
	color:#333;
	font-weight:bold;
	display: block;
}

.video-series .description {
	display:none;
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
	color: #666;
	font-size:13px;
}

.list-view .video-series .description{
  display: block;
  float: none;
  margin-top: 0;
}

.video-series .content-right{
	float:right;
	margin-top: 5px;
}

.video-series .duration{
	text-align:right;
	color:#222;
	font-size:12px;
	font-weight:600;
}

.video-series .rating{
	height: 12px;
	margin-top: -3px;
}

.playlistDetails{
	width: 30%;
	float: right;
	padding: 13px 0 200px 0;
	top: 0px;
	right: 0px;
	display: block;
	position: absolute;
	background-image: url("../img/playlist-corner.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.playlistNumber {
	float: right;
	margin: 6px 12px 0 0;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	font-size: 26px;
}

.playlistNumber .orange{
	font-size: 14px;
}

.followers{
	float:left;
	width:100%;
}

.followers h2 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 26px;
	margin: 8px 0 0;
	padding: 0;
	text-transform:none;
}

.followers p.followers-amount{
	font-size: 14px;
	font-weight: 500;
}

.people{
	float:left;
	width:100%;
}

.people .person {
	float: left;
	width: 100%;
	background-color: #fbfbfb;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 10px 0 0;
	margin: 8px 0;
}

.people .person .user-info{
	float: left;
	width: 75px;
	margin-right: 14px;
}

.people .person .user-info a{
	color:#e85126;
}

.people .person .content-right{
	float:left;
	width: calc(100% - 120px);
}

.people .person .content-right h3 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
	margin: 8px 0 0;
	padding: 0;
}

.people .person .content-right span.user-followers {
	font-size: 12px;
  letter-spacing: .3px;
	color: #666;
	line-height: normal;
  font-weight: 400;
}

.people .person .content-right .rating{
	float: left;
	max-width:70px;
	margin-top: -1px;
}

.people .person .content-right .video-count{
	position: relative;
	left: 8px;
	color: #666;
	font-weight: 500;
	font-size: 13px;
}

.people .person .follow {
	float: left;
	font-size: 12px;
  letter-spacing: .3px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin: 3px 0 6px;
}

.people .person .about-person{
	float:left;
	width:100%;
}

.people .person .about-person p{
	margin-bottom: 8px;
}

/**New Video Series*/

.removeImage{
	color: #ff0000;
	font-size: 12px;
	text-align: right;
	padding: 0 0 13px 0;
	margin-top: -29px;
  text-transform: uppercase;
}
.removeImage span, .input-area .removeImage span{
	font-weight: bold;
	font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.uploadImage{
	border: 3px dashed #959595;
	background-color: #f2f2f2;
	text-align: center;
	padding: 40px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.subtext{
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0;
}

.videoSeriesVideo{
	float: left;
	width: 50%;
	padding: 8px 5px;
	margin-top: 8px;
}

.videoSeriesThumb{
	
}

.videoSeriesName{ 
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
}

.sort{
	list-style-type: none;
	padding: 0px;
}
.sort li{
	width: 100%;
	float:left;
	margin: 12px 0;
}
.sort li:first-child .reorder-up{
	opacity: .3;
}
.sort li:last-child .reorder-down{
	opacity: .3;
}
.sortArrow{
	width:10%;
	float:left;
}
.sortArrow .arrow{
	background-repeat: no-repeat;
	padding: 13px 0;
	display: block;
	background-size: 20px;
	background-position: top left;
}
.sortArrow .reorder-up{
	background-image: url(../img/icon-up.png);
}
.sortArrow .reorder-down{
	background-image: url(../img/icon-down.png);
}
.sortThumb{
	width: 30%;
	float:left;
}
.sortName{
	width: 45%;
	float:left;
	font-size: 12px;
	padding: 14px;
	font-weight: bold;
}

.sortRemove{
	width: 15%;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 14px 0;
	font-weight: bold;
}
.removeLI{
	color: #ff0000;
	font-size: 12px;
}

.removeLI span{
	font-weight: bold;
	font-size: 14px;
}

.videoSeriesProfile{
	
}
.videoSeriesProfileImage{
	width: 25%;
	float: left;
}
.videoSeriesProfileInfo{
	width: 75%;
	float: left;
	padding: 0 8px;
}
.videoSeriesProfileInfo p{
	line-height: 14px;
	font-size: 12px;
}

#htTabs, #uploadTabs, #seriesEditTabs, #inboxTabs{display: none;}

#inbox{
	height: 60px;
}
#inbox .accordion-arrow{
	margin-top: 25px;
}

.my-messages, .page-headline{
	float:left;
	width:100%;
	margin:35px 0 30px;
}

.my-messages h1, .page-headline h1{
	font-size: 26px;
	margin: 0;
}

.inboxAccordion{
	font-size: 12px;
	color: #000;
	display: table;
	padding: 4px 0;
	width: 100%;
}
.inboxCheckbox{
	/*width: 7%;
	text-align: left;
	vertical-align: middle;
	display: table-cell;*/
	padding-top: 18px;
}
.inboxFrom{
	width: 90%;
	float: left;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	color: #999;
	line-height: 10px;
}
.inboxSubject{
	width: 90%;
	float: left;
	font-size: 13px;
	padding: 2px;
	font-weight: bold;
	line-height: 17px;
}
.inboxDate{
	width: 90%;
	float: left;
	font-size: 10px;
	padding: 2px;
	color: #999;
	font-weight: bold;
	line-height: 10px;
	margin-top: -3px;
}

.user-details{
	float: left;
	width: 100%;
}

.user-details .user {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.user-details .user .image-content {
	float: left;
}

.user-details .user .left-content {
	float: left;
	width: 197px;
	margin-left: 15px;
	margin-top: 2px;
}

.user-details .user .left-content h3 {
	font-size: 18px;
	color: #333;
	margin: 3px 0 2px;
}

.user-details .receivers {
	float: left;
	margin-bottom: 25px;
}

.user-details .tooltip {
	text-decoration: none;
	position: relative;
}

.user-details .receivers img {
	margin-right: 3px;
	cursor: pointer;
}

.details.reply-form form{
	float: left;
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 33px;
}


.myconnectionsButton{
	text-align: center;
	width: 48%;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 10px 1% 30px 1%;
	font-weight: bold;
	background-color: #a9a9a9;
	border-radius: 5px;
}
.active .myconnectionsButton{
	background-color: #e85126;
}
.myconnectionsButton:focus, .myconnectionsButton:hover{
	background-color: #e85126 !important;
	color: #FFF;
	text-decoration: none;
}

.leftSubHead{
	float:left;
	width: 70%;
}
.leftSubHead input[type=checkbox]{
	margin: 10px 17px;
	display: inline-block;
	vertical-align: top;
}
.leftSubHead .sort-options{
    float: none;
    display: inline-block;	
}


.leftSubHead a{
	text-align: center;
	font-size: 10px;
	color: #888888;
	display: inline-table;
	text-transform: uppercase;
	vertical-align: top;
}
.leftSubHead a i{
	width: 17px;
	height: 18px;
	display: block;
	margin: 8px 2px;
	/* padding: 9px 0px; */
	background-size: cover;
	background-position: center;
}
.leftSubHead a.icon-trash i{
	background-image: url(../img/icon-trash.png);
}
.leftSubHead a.icon-archive i{
	background-image: url(../img/icon-archive.png);
}
.leftSubHead a.icon-search i{
	background-image: url(../img/icon-searchDk.png);
}

.replyJump{
	width: 100%;
	height: 0;	
}

/* betterStyles.css END */


/* selectize_styles.css START */

.yii-selectize.style-1 {
	
}
.yii-selectize.style-1 .selectize-input {
    border: none;
    -webkit-box-shadow: inset -1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset -1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: inset -1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    display:block;
}

.yii-selectize.style-1 .selectize-input .item {
    color:#fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}

.yii-selectize.style-1 .selectize-input .item.active {
    background: #f94300;
}


/* .yii-selectize.style-2 {
    
}
.yii-selectize.style-2 .selectize-input {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 17px;
    color: #a6a6a6;
    font-family: myriad-pro;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    width: 100%;
    padding: 0 15px 4px !important;
    border-bottom: 1px solid #ddd;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.yii-selectize.style-2 .selectize-input.focus{
	border-color:#e85126;
}
.yii-selectize.style-2 .selectize-input input {
    float:none !important;
}
.yii-selectize.style-2 .selectize-input .item {
    color:#fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}

.yii-selectize.style-2 .selectize-input .item.active {
    background: #f94300;
} */

.yii-selectize.style-2 {
    
}
.yii-selectize.style-2 .selectize-input {
    border: 1px solid #e8e8e8;
    background: #fbfbfb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    display:block;
    padding: 9px;
    font-size: 16px;
    line-height: 26px;
    color: #a6a6a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 46px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.yii-selectize.style-2 .selectize-input input {
    float:none !important;
}
.yii-selectize.style-2 .selectize-input .item {
    color:#fff;
    font-size: 16px;
    line-height: 1;
    margin: 2px 5px 2px 0;
    padding: 5px 10px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.2);
    border-radius: 3px;
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}

.yii-selectize.style-2 .selectize-input .item.active {
    background: #f94300;
}

.yii-selectize.style-2 .selectize-dropdown{
	left:0 !important;
	width: calc(100% + 30px) !important;
	border:none !important;
}


.tag-editor { 
    background: #FFF; font-size: 16px; 
    border: medium none;
    border-radius: 0;
    box-shadow: -1px 1px 3px 0 rgba(50, 50, 50, 0.5) inset;
    display: block;
     margin: 0 0 0 22px;
}

.tag-editor .placeholder div{
  font-family: "myriad-pro" !important;  
  font-size: 16px;
  font-weight: 400; 
  color: #b6b6b6;
  
}

.tag-editor .tag-editor-tag {
   color:#fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    
}
.tag-editor .tag-editor-spacer { width: 7px; }
.tag-editor .tag-editor-delete { 
    display: block; 
/*    background: #e0eaf1 none repeat scroll 0 0;*/
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    padding-right: 5px;
    color:#fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
    background: #f94300;
    background: -moz-linear-gradient(top, #f94300 0%, #b13000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94300), color-stop(100%,#b13000));
    background: -webkit-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -o-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: -ms-linear-gradient(top, #f94300 0%,#b13000 100%);
    background: linear-gradient(to bottom, #f94300 0%,#b13000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94300', endColorstr='#b13000',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}

.tag-editor .tag-editor-tag input{
     border:none !important;
     padding: 0 !important;
     box-shadow: none !important;
      
}


.tag-editor .tag-editor-delete i {
     color:#FFF !important;
     background: url("../images/icons/delete.png") no-repeat scroll 0 0;
}

.hintWrap .tag-editor{
     display:block;
     width: calc(100% - 21px);
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid #f5f4f4;
     padding: 7px 0; 
}

/* selectize_styles.css END */


/* js/crop/crop.css START */

/*---------------------------------------------------------*/
/*
/*  set the aspect ratio
/*
/*  the cropper has a 40px offset
/*  this means 80px will be subtracted from the image height and width
/*
/*  the class .one must match the class written into one.init('.one');
/*
/*---------------------------------------------------------*/

.series_crop .cropMain {
    width:654px;
    height:240px;
    margin:0px auto 0 auto;
}

.default.thumb_crop .cropMain, .wiz_thumb_crop .cropMain{
    width:330px;
    height:203px;
    margin:10px auto 0 auto;
}

.ua_crop_istep .cropMain, .wiz_crop_istep .cropMain {
    width:335px;
    height:221px;
    margin:10px auto 0 auto;
}

.ua_learn_crop .cropMain, .wiz_learn_crop .cropMain  {
    width:335px;
    height:221px;
    margin:10px auto 0 auto;
}

.avatar_crop .cropMain {
    width:190px !important;
    height:190px !important;
    margin:10px auto 0 auto !important;
}

.default .series_banner {
	width:654px;
	height:240px;
    margin:10px auto 0 auto;
}








.series_crop {
    position:relative;
}
.series_crop .cropSlider {
    position: absolute;
    width: 400px;
    bottom: 30px;
    left: 50%;
    z-index: 1000;
    margin-left: -200px;
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity:0.7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.series_crop .cropSlider:hover {
    opacity:1;
}
.series_crop .cropSlider > .noUi-base {
    margin: 10px 15px;
}

.series_crop .cropSlider > .noUi-handle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}




/*---------------------------------------------------------*/
/*	cropper styling begins here...
/*---------------------------------------------------------*/

.cropMain {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///5EjRxiAGMgCCCAGFB5AADGCRBgYjh49CiRZIJS1tTWQBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwARxT7aD6kRXAAAAABJRU5ErkJggg==') repeat;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cropMain .crop-img { position: absolute }

.cropMain .crop-container {
	overflow: hidden;
	position: relative;
}

.cropMain .crop-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	opacity: .75;
	filter: alpha(opacity=7);
	-webkit-box-shadow: inset 0 0 0 20px white,inset 0 0 0 21px rgba(0,0,0,.1),inset 0 0 10px 21px rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 20px white,inset 0 0 0 21px rgba(0,0,0,.1),inset 0 0 10px 21px rgba(0,0,0,.2);
}

.cropMain .crop-overlay {
	position: relative;
	cursor: move;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*---------------------------------------------------------*/
/*	slider bar styling
/*---------------------------------------------------------*/
.cropSlider{
    margin:0 10px;
}

.cropSlider .noUi-target * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -ms-touch-action:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor:default
}
.cropSlider .noUi-base {
	margin: 25px 10px;
	height: 7px;
	border-radius: 4px;
	background-color: #bbb;
	cursor:pointer;
	position:relative;
	z-index:1
}
.cropSlider .noUi-handle {
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4), inset 0 -4px 8px rgba(0,0,0,0.10);
	cursor: move;
	border-radius: 4px;
	margin:-7px 0 0 -10px
}
.cropSlider .noUi-active {

}
.cropSlider .noUi-connect {
    background:Teal
}
.cropSlider .noUi-background {
    background:#fd4400
}
.cropSlider .noUi-origin-lower {
	background:#eee;
}
.cropSlider .noUi-origin {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    z-index:0;
    border-radius:inherit
}
.cropSlider .noUi-origin-upper {
    background:inherit !important
}
.cropSlider .noUi-z-index {
    z-index:10
}
.cropSlider .noUi-vertical {
    width:40px;
    height:100%
}
.cropSlider .noUi-vertical .noUi-origin {
    bottom:0;
    left:0
}
.cropSlider .noUi-vertical .noUi-handle {
    margin:-23px 0 0 -3px
}
.cropSlider .noUi-target[disabled] .noUi-base {
	background: #ccc;
	box-shadow: none;
}
.cropSlider .noUi-target[disabled] .noUi-connect {
	background: #ccc;
	box-shadow: none;
}
.cropSlider .noUi-state-tap .noUi-origin {
    -webkit-transition:left .3s, top .3s;
    transition:left .3s, top .3s
}


/*---------------------------------------------------------*/
/*	crop button styling
/*---------------------------------------------------------*/

.cropButton {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: linear-gradient(top, #fff 0, #e6e6e6 100%);
    border: 1px solid #d3d3d3;
    color: #7c7c7c;
    -moz-box-shadow: 0 1px 1px #b0afaf;
    -o-box-shadow: 0 1px 1px #b0afaf;
    -webkit-box-shadow: 0 1px 1px #b0afaf;
    box-shadow: 0 1px 1px #b0afaf;
    font-weight: normal;
    font-size: 12px;
    text-shadow: 1px 1px 1px #f5f5f5;
    height: 25px;
    width: auto;
    padding: 0 15px;
    cursor:pointer;
    border-radius:5px;
}

.cropButton:hover {
    color: #0b94c8;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #f0eeee 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #f0eeee 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #f0eeee 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f0eeee 100%);
    background-image: linear-gradient(top, #fff 0, #f0eeee 100%);
}

.cropButton:active {
    -moz-box-shadow: inset 0 3px 5px #e6e6e6;
    -o-box-shadow: inset 0 3px 5px #e6e6e6;
    -webkit-box-shadow: inset 0 3px 5px #e6e6e6;
    box-shadow: inset 0 3px 5px #e6e6e6;
}


/* js/crop/crop.css END */


/* kv-widgets.css START */ 

/*!
 * @package    yii2-krajee-base
 * @subpackage yii2-widget-activeform
 * @author     Kartik Visweswaran <kartikv2@gmail.com>
 * @copyright  Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
 * @version    1.7.7
 *
 * Common CSS file for all kartik\widgets.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.kv-plugin-loading {
    width: 25px;
    height: 25px;
    background: transparent url('../img/loading-plugin.gif') center left no-repeat;
}

.kv-hide {
    display: none;
}

.kv-input-group-hide .input-group-addon,
.kv-input-group-hide .input-group-btn {
    visibility: hidden;
}

/* kv-widgets.css END */ 


/* kv-sortable.css START */

/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
 * @package yii2-sortable
 * @version 1.1.0
 *
 * Sortable widget styling using Bootstrap 3.0 theme
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2014
 * For more Yii related demos visit http://demos.krajee.com
 */
.sortable {
    -moz-user-select: none;
    padding:0;
    border-radius: 4px;
    border: 1px solid #ddd;
    width:100%;
}

.sortable li {
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    padding: 8px;
    cursor: normal;
    width: calc(100% - 8px);
}

.cursor-move li{
    cursor: move;
}

.sortable .handle {
    cursor: move;
}

.sortable li.disabled {
    cursor: not-allowed;
}

.sortable li:focus, .sortable li:hover {
    background-color: #eee;
}

.sortable.grid {
    overflow: hidden;
}

.sortable.grid li {
    float: left;
    min-width: 80px;
    min-height: 80px;
    text-align: center;
}

.sortable .handle {
    cursor: move;
}

.sortable.connected {
    min-height: 100px;
    min-width: 200px;
}

.sortable li.disabled {
    opacity: 0.5;
}

.sortable li.sortable-placeholder {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed #CCCCCC;
    padding: 16px;
}

.sortable li.sortable-dragging {
}

/* kv-sortable.css END */


/* js/royalslider/royalslider.css START */

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
/*	min-height:723px;*/
/*	height: 640px;*/
	position: relative;
	direction: ltr;
	margin-bottom:30px !important;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.royal-theme.fr-toolbar.fr-top{
  border-radius: 10px 10px 0 0;
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/* js/royalslider/royalslider.css END */


/* js/royalslider/rs-default.css START */

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
/*	background: #151515;*/
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width:40px;
/*    height:28px;*/
/*	width: 44px;*/
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background:#f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: -52px; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: -52px; top:0; }

.rsDefault .rsArrowIcn {		
	width: 45px;
	height: 28px;
	top: 50%;
/*	left: 50%;*/
	margin-top:-36px;	
/*	margin-left: -16px;*/

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
	background-color: rgba(0,0,0,0.75);
	*background-color: #111;
	background-position:center center;
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url("../img/pagination-prev.png") no-repeat center center; 
	width: 42px;
	height:28px;
/*	left:-40px;*/
/*	margin-top:-65px;*/
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { 
	background:url("../img/pagination-next.png") no-repeat center center;
	width: 42px;
	height:28px;
/*	right:-40px;*/
/*	margin-top:-65px;*/
	
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { 
/*	background-color: rgba(0,0,0,0.4); */
/*	opacity: .4; */
	*display: none; 
}


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	margin-bottom:20px;
/*	background: #000;*/
/*	background: rgba(0,0,0,0.75);*/
	text-align: center;
	line-height: 18px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	margin: 0 5px 1px;
	border-radius: 50%;
	background: #ccc;
/*	background: rgba(255,255,255,0.5);*/
}
.rsDefault .rsBullet.rsNavSelected  {
/*	background-color: #FFF;*/
	background: #ff470f;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	padding-bottom: 4px;
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	padding-right: 4px;
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
		color: white;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	-webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(rs-default.png) no-repeat 0 -32px;
	
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
	/*top: -6px;
	right: -38px;*/
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

/* js/royalslider/rs-default.css END */


/* select2.css START */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    line-height: 32px !important;
    margin-top: 5px; }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }


/* select2.css END */


/* select2-krajee.css START */

/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
 * @version 2.0.0
 *
 * Krajee Theme for Select2 (matches Bootstrap 3 styles)
 *
 * Author: Kartik Visweswaran
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.select2-container--krajee {
    display: block;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

/**
 * Search Field
 */
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('search.png') right 10px top 7px no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-search__field {
    background: #fff url('search.png') left 10px top 7px no-repeat;
}

.select2-container--krajee .select2-search__field {
    outline: 0;
}

.select2-container--krajee .select2-search__field::-webkit-input-placeholder,
.select2-container--krajee .select2-search__field:-moz-placeholder,
.select2-container--krajee .select2-search__field::-moz-placeholder,
.select2-container--krajee .select2-search__field:-ms-input-placeholder {
    color: #999;

}

.select2-container--krajee .select2-search__field::-moz-placeholder {
    opacity: 1;
}

.kv-hide-search .select2-search__field {
    display: none;
}

/**
 * Selection Clear 
 */
.select2-container--krajee .select2-selection__clear {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    position: absolute;
    right: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee[dir="rtl"] .select2-selection__clear {
    left: 0px;
    right: auto;
    margin-right: auto;
    margin-left: 30px;
}

.select2-container--krajee .select2-selection__clear:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.input-group-sm .select2-container--krajee .select2-selection__clear {
    font-size: 15px;
    line-height: 1.3;
    margin-right: 26px;
}

.input-group-lg .select2-container--krajee .select2-selection__clear {
    font-size: 21px;
    margin-right: 34px;
}

.select2-container--krajee[dir="rtl"] .select2-selection__clear {
    margin-right: 0;
    margin-left: 30px;
}

.input-group-sm .select2-container--krajee[dir="rtl"] .select2-selection__clear {
    margin-left: 26px;
}

.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection__clear {
    margin-left: 34px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin-right: 10px;
    margin-top: 6px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 6px;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin-top: 5px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
}

/**
 * Multi Selection Remove
 */
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-right: 3px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 1px;
    font-size: 12px;
    line-height: 1;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 1px;
    font-size: 16px;
    line-height: 1.2;
}

/**
 * Selection Arrow
 */
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 32px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 29px;
    width: 18px;
}

.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 3px 0 3px;
    margin-left: -3px;
}

.input-group-sm .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
}

.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 22px;
    right: 2px;
}

.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 2px;
    right: auto;
}

.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.input-group-lg .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
}

/**
 * Selection States
 */
.select2-container--krajee li.select2-results__option {
    background-color: #FCF8E3;
    color: #C09853;
}

.select2-container--krajee .select2-results__option[aria-disabled=true] {
    color: #333;
    background: #fff;
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--krajee .select2-results__option.loading-results,
.select2-container--krajee .load-more {
    font-style: italic;
    color: #a94442;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff url('loading.gif') right 10px center no-repeat;
}

.select2-container--krajee .load-more {
    margin: 5px 0 5px 5px;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-results__option.loading-results,
.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
    background: #fff url('loading.gif') left 10px center no-repeat;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
    margin: 5px 5px 5px 0;
}

.select2-container--krajee .select2-results__option[aria-selected] {
    background-color: #fff;
    color: #333;
    border-radius: 0;
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #31708f;
    background-color: #d9edf7;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}

.select2-container--krajee .select2-results__option .select2-results__option {
    padding: 6px 12px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}

.select2-container--krajee .select2-results__group {
    display: block;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 12px;
    line-height: 1.428571429;
    white-space: nowrap;
}

.select2-container--krajee.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--krajee.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}

.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-container--krajee.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}

.select2-container--krajee.select2-container--disabled .select2-selection__clear,
.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--krajee .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee .select2-dropdown--above {
    margin-top: 1px;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--krajee .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--krajee .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

/**
 * Bootstrap validation states
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-warning.select2-dropdown-active {
    border-color: #66512c;
}

.has-warning.select2-dropdown-active.select2-dropdown.select2-dropdown-above {
    border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}

.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-error.select2-dropdown-active {
    border-color: #843534;
}

.has-error.select2-dropdown-active.select2-dropdown.select2-dropdown-above {
    border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

.has-success.select2-dropdown-active {
    border-color: #2b542c;
}

.has-success.select2-dropdown-active.select2-dropdown.select2-dropdown-above {
    border-top-color: #2b542c;
}

/**
 * Bootstrap Input Groups
 */
.input-group .select2-container--krajee {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--krajee .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--krajee .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-sm .select2-container--krajee .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple {
    min-height: 30px;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px;
}

.input-group-sm .select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 4px 5px 0 0;
}

.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
}

.input-group-lg .select2-container--krajee .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple {
    min-height: 46px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}

.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}

.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 9px 8px 0 0;
}

/**
 * Bootstrap Input Group Buttons
 */
.select2-bootstrap-append .select2-container--krajee,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--krajee,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
}

.btn.dark {
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	
	background:#464646;
	background: -moz-linear-gradient(top, #464646 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #464646 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #464646 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #464646 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom, #464646 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
}
.btn.dark:hover {
	color:#e85126;
}
.btn.dark.disabled {
  background: #464646;
  opacity: 1;
}
.btn.orange {
	text-transform:uppercase;
	color:#fff !important;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	padding:15px 25px;
  vertical-align: top;
	
	background: #e85126; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85126 0%, #c0421e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e85126 0%,#c0421e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e85126 0%,#c0421e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85126', endColorstr='#c0421e',GradientType=0 ); /* IE6-9 */
}
.btn.orange.nogradient {background:#e85126 !important;}
.btn.orange.focused {background:#666 !important;}
.btn.orange.smaller {
   padding:10px 15px; 
   font-size:14px;
}
.btn.orange:hover {
	color:#f5f5f5;
}

.btn.gray-gradient {
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding:10px 20px;
	border:1px solid #e0e0e0;
	
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #fff 50%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(50%,#fff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#fff 50%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#fff 50%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#fff 50%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#fff 50%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );

}

.btn.icon {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:17px;
	height:13px;
	padding:7px;
	margin:0 5px;
	border:1px solid transparent;
}

.btn.icon.usersort {background:url("../img/icons/gridview/icon-user_sort.png") no-repeat center center;}
.btn.icon.detailview {background:url("../img/icons/gridview/icon-detailview.png") no-repeat center center;}
.btn.icon.gridview {background:url("../img/icons/gridview/icon-gridview.png") no-repeat center center;}
.btn.icon.gridsmallview {background:url("../img/icons/gridview/icon-grid-small-view.png") no-repeat center center;}
.btn.icon.search {background:url("../img/icons/gridview/icon-search.png") no-repeat center center;}
.btn.icon.archive-messages {background:url("../img/icons/icon-archive-messages.png") no-repeat center center;}
.btn.icon.delete-messages {background:url("../img/icons/icon-delete-messages.png") no-repeat center center;}

.btn.icon:hover {
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc ;
}

.btn.sharebutton {
	padding:7px 15px 7px 12px;
	font-size:12px;
	line-height:12px;
  position: absolute;
  top: calc(50% - 14px);
  right: 5px;
}

.btn.sharebutton span {
	background:url("../img/buttons/btn-share-bg.png") no-repeat;
	width:12px;
	height:12px;
	display:inline-block;
	margin:0px 5px -2px 0;
	padding:0px;
	
}

.btn-small {
	padding:8px 20px !important;
	font-size:16px !important;
	line-height:16px !important;
}

.btn-small2 {
	padding:10px 15px !important;
	font-size:14px !important;
	line-height:14px !important;
}

.btn-small3 {
    padding:10px 15px !important;
    font-size:14px !important;
    line-height:14px !important;
    border-top:none !important;
    text-transform:none !important;
}

.btn-small4 {
    padding:5px 10px !important;
    font-size:12px !important;
    line-height:12px !important;
    border-top:none !important;
    text-transform:none !important;
}

/* select2-krajee.css END */


/* js/modalWindowEffects/component.css START */

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}

footer .container{
	margin-top:0;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: 80%;
	z-index: 10000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-modal.transcript {
	display: none;
	visibility: visible;
}

.md-show {
	visibility: visible;
}

.md-show.transcript {
	display: block;
	visibility: visible;
}

.md-overlay {
    display:block;
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9000;
	opacity: 0;
	background: rgba(37, 36, 36, 0.8);
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
  color: #000;
  background: #f1f1f1;
  position: relative;
  border-radius: 5px;
	margin: 0 auto;    
  overflow: scroll;
}

.md-modal.video-modal .md-content{
	border-radius:0;
}

.md-content h3 {
  margin: 0;
  padding: 1.6em 2em .5em;
  text-align: center;
  font-size: 20px;
  color: #e85126;
  font-weight: 600;
}

.md-content h1 {
	text-align: center;
}

.md-content > div {
  padding: 0 2em 2em;
  margin: 0;
  text-align: center;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
	color: white;
}

.md-content > div section p {
	color: black;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-content .closebut {
	background: url("../img/layout/add-to-playlist-header-close-icon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 10px;
    width: 30px;
    background-size: 25px 25px;
    z-index: 10002;
    padding: 0;
}

.md-content .htButton {
	padding: 7px 20px !important;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/*@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}*/


/* js/modalWindowEffects/component.css END */



/* js/lcs_switch/lc_switch.css START */

.lcs_wrap {
	display: inline-block;	
	direction: ltr;
	height: 28px;
    vertical-align: middle;
}
.lcs_wrap input {
	display: none;	
}

.lcs_switch {
	display: inline-block;	
	position: relative;
	width: 73px;
	height: 28px;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	
	-webkit-transition: all .2s ease-in-out;  
	-ms-transition: 	all .2s ease-in-out; 
	transition: 		all .2s ease-in-out; 
}
.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 3px;	
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
	
	-webkit-transition: all .2s linear;  
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.lcs_label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 33px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all .2s ease-in-out .1s;  
	-ms-transition: 	all .2s ease-in-out .1s;   
	transition: 		all .2s ease-in-out .1s;   
}
.lcs_label.lcs_label_on {
	left: -70px;
	z-index: 6;	
}
.lcs_label.lcs_label_off {
	right: -70px;
	z-index: 5;	
}


/* on */
.lcs_switch.lcs_on {
	background: #e85126;
    box-shadow: 0 0 2px #e85126 inset;
}
.lcs_switch.lcs_on .lcs_cursor {
	left: 48px;
}
.lcs_switch.lcs_on .lcs_label_on {
	left: 10px;	
	opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
	background: #b2b2b2;
	box-shadow: 0px 0px 2px #a4a4a4 inset; 	
}
.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
	right: 10px;
	opacity: 1;	
}


/* disabled */
.lcs_switch.lcs_disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);	
	cursor: default;
}
/* js/lcs_switch/lc_switch.css END */

.signin-required .overlay{
  position: absolute;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: 10000;
  background:url(../img/signin-required-banner-updated.jpg) top center no-repeat;
}
.signin-required .inner{
  padding: 12% 0 0 7%;
  max-width: 75%;
}
.signin-required .inner h2{
  font-size: 22px;
  margin: 0;
}
.signin-required .inner h3{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0 20px;
}

.signin-required .inner .signin{
margin-top:10px;
font-size:12px;
}

/* Product Management Page*/

#product-management-page .search-bar, #product-gallery .search-bar {
	width: 55%;
	border-radius: 0; 
	padding: 7px 5px 7px;
}

#product-management-page .search-bar .product-search, #product-gallery .search-bar .product-search {
	color: #666;
    font-weight: 400;
    width: calc(100% - 30px);
}

#product-management-page .search-bar .search-submit, #product-gallery .search-bar .search-submit {
	top: 5.2px;
} 

#product-gallery .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	position:relative;
}

#product-management-page .product-detail, #product-gallery .product-detail {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 10px;
  margin: 8px 0;
  position: relative;
}

 #product-gallery .product-detail {
 	padding-top: 10px;
 }

#product-management-page .product-detail .product-image, #product-gallery .product-detail .product-image {
  float: left;
  width: 75px;
  margin-right: 12px;
}

#product-management-page .product-detail .content-right, #product-gallery .product-detail .content-right {
    float: left;
    width: calc(100% - 120px);
    word-wrap: break-word;
}

#product-management-page .product-detail .content-right h5, 
#product-management-page .product-detail .content-right p, 
#product-gallery .product-detail .content-right h5,
#product-gallery .product-detail .content-right p {
  margin-bottom:3px;
}

#product-management-page .product-detail .content-right .connect-logo, #product-gallery .product-detail .content-right .connect-logo{
  max-width: 34px;
  margin-bottom:6px;
}

#product-management-page .product-detail .content-right h3, #product-gallery .product-detail .content-right h3 {
  font-size: 16px;
  font-weight: 600;
}

#product-management-page .product-detail .checkbox, #product-gallery .product-detail .checkbox {
	position: absolute;
    right: -2px;
    top: -1px;
    margin: 0;
}

#product-management-page .product-detail .action-area, #product-gallery .product-detail .action-area {
	position: absolute;
    bottom: 10px;
}

#product-management-page .product-detail .status img, #product-management-page .product-visible-href img, #product-gallery .product-detail .status img {
	width: 28px;
	margin-right: 5px;
	border: none;
}

#product-management-page .product-detail .action-menu {
 	border: 1px solid #fbfbfb !important;
}

 #product-management-page .product-detail .action-menu-content {
 	background-color: #fbfbfb !important;
 }

 #product-management-page .product-detail .action-menu.active {
 	border: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #fbfbfb !important;
 }

#product-management-page .product-detail-form {
  padding: 0 20px;
  margin: 8px 0 40px;
  width: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  background: #fdfdfd;
  position: relative;
} 

#product-management-page .product-detail-form:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #e85126 transparent;
  top: 0;
  left: calc(50% - 10px);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#product-management-page .product-detail-form.active:before {
  top: -11px;
  opacity: 1;
}

#product-management-page .product-detail-form .input-area{
  max-width: inherit;
}

#product-management-page .product-detail-form div.close{
  position: relative;
  top: 10px;
  right: -6px;
  z-index: 1;
}

#product-management-page .product-detail-form .title-h3 {
  font-size:18px;
}

#product-management-page .product-detail-form .htSubmit {
	padding: 6px 10px;
    font-size: 13px;
}

.products-form.input-area.new-form input[type="text"], .products-form.input-area.new-form select, .products-form .yii-selectize.style-2 .selectize-input {
  background-color: #fff;
}

#product-management-page .product-detail-form .product-place-button, #videos-form #products .product-place-button {
  display: inline-block;
  width: 200px;
  background: radial-gradient(#c0421e, #e85126, #c0421e);
}

#product-management-page .product-detail-form .product-place-button.disabled, #videos-form #products .product-place-button.disabled {
	background: linear-gradient(to bottom,  #ffffff 0%,#d4d4d4 100%); 
    color: #333;
}

#product-management-page .product-detail-form .products-dimension-left, #videos-form #products .products-dimension-left {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

#product-management-page .product-detail-form .products-dimension-right, #videos-form #products .products-dimension-right {
	width: 48%;
	float: right;
	margin-bottom: 10px;
}

#product-management-page .product-detail-form .sortArrow input[type="text"] {
	width: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    margin-left: -4px;
}

.products-form .form-group.two-in-row > * {
  display: inline-block;
  width:calc(50% - 3px) !important;
  margin-bottom: 6px;
  vertical-align: top;
}

.products-form .form-group.three-in-row > * {
  display: inline-block;
  width:calc(33.33333% - 3px) !important;
  margin-bottom: 6px;
  vertical-align: top;
}

.products-form .form-group.four-in-row > * {
  display: inline-block;
  width:calc(25% - 3px) !important;
  margin-bottom: 6px;
  vertical-align: top;
}

.products-form .input-area.new-form select{
  padding-left: 1rem;
  padding-right: 1rem;
}

.products-form .input-area label {
  font-size: 14px;
  margin-left: 6px;
}

.products-form .royal-theme.fr-toolbar, .products-form .royal-theme.fr-box.fr-basic .fr-element, .products-form .royal-theme .fr-second-toolbar, .products-form .royal-theme.fr-box.fr-basic .fr-wrapper{
  border-color:rgb(229, 227, 221);
}

.products-form .royal-theme.fr-toolbar.fr-top{
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.products-form .royal-theme .fr-second-toolbar{
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.royal-theme.fr-box .fr-counter {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

#product-gallery .use_this_product {
	margin-right: -10px;
	margin-top: -5px;
}

.htButton.disabled {
	background:#b8b8b8;
	color:#fff;
	/*border:1px solid #eaeaea;*/
}

.ecom-inactive .pro-product:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  background-color: rgba(255,255,255,.9);
  top: 7px;
  left: 10px;
  cursor: pointer;
}

.ecom-inactive .pro-product:after {
  content: 'Your PRO eCommerce account is inactive';
  position: absolute;
  z-index: 3;
  top: calc(50% - 18px);
  left: calc(50% - 130px);
  width: 100%;
  max-width: 260px;
  text-align: center;
  font-weight: 600;
  color: #767676;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

#product-management-page .product-detail-form #product-sold-overlay, #videos-form #products #product-sold-overlay { /*BENJAMIN 20170406*/
    position: absolute; 
    width: 100%; 
    top: 0; 
    height: calc(100% - 10px); 
    background-color: rgba(0,0,0,0.8); 
    text-align: center; 
    font-size: 16px; 
    color: white;
    z-index: 1000;
    display: none;
}

#product-management-page .product-detail-form #product-sold-overlay p, #videos-form #products #product-sold-overlay p {
    margin: 0;
    color: white;
}

#product-management-page .product-detail-form #product-sold-overlay p span, #videos-form #products #product-sold-overlay p span {
    font-weight: bold;
}

#product-management-page .product-detail-form .sku-detail {
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #d7d7d7;
}

#product-management-page .product-detail-form .sku-list .listing-table.sku {
	width: 100%;
}

.listing-table.sku td img {
    width: 15px;
}

.listing-table.sku td:first-child {
    width:60px;
}

.listing-table.sku td:first-child img {
	width: 60px;
}

.listing-table.sku td:nth-child(2) {
    width: calc(100% - 485px);
}

.listing-table.sku td:nth-child(3) {
    width: 55px;
}

.listing-table.sku td:nth-child(4) {
    width: 135px;
}

.listing-table.sku td:nth-child(5) {
    width: 80px;
}

.listing-table.sku td:nth-child(6) {
    width: 100px;
}

.listing-table.sku td:nth-child(7) {
    width: 55px;
    text-align: right;
}

.product-detail .ht-connect-prod {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -.5px;
    display: inline-block;
    position: relative;
    top: 7px;
    text-transform: uppercase;
}

.product-detail .ht-connect-prod svg{
    fill:#e85126;
    width:20px;
}

.product-detail .ht-connect-prod:after {
    content:'';
    position: absolute;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

#product-management-page .sku-list-small .edit-sku-link {
	margin: 5px 0;
    float: left;
    display: block;
    text-decoration: underline;
    color: #e85126;
    font-weight: bold;
    line-height: 18px;
    word-break: break-all;
}

#product-management-page .sku-list-small .delete-sku-link {
	position: absolute;
	color: #e85126;
    font-size: 15px;
}

#product-management-page .sku-list-large .delete-sku-link, #product-management-page .sku-list-large .edit-sku-link {
	color: #e85126;
    font-size: 15px;
    text-decoration: none;
}

#product-management-page .sku-list-small p {
	line-height: 16px;
	margin-bottom: 5px;
}

#videos-form #single_product_inventory_type, #product-management-page #sku_inventory_type {
	width: 190px;
  padding: 6px;
  float: left;
  margin-right: 33px;
}

#product-management-page .single_product_inventory_quantity_div, #videos-form .single_product_inventory_quantity_div, #product-management-page .sku_inventory_quantity_div {
	width: 100px;
}

#product-management-page .new-button-div {
    position: relative; 
    float: right;
}

#product-management-page .new-button-div ul {
    position: absolute;
    right: 0;
    top: 31px;
    background-color: #f9f9f9;
    border: 1px solid rgba(139,139,139,0.3);
    border-bottom: none;
    list-style-type: none;
    display: none;
    z-index: 100;
    width: 100%;
    padding: 0;
}

#product-management-page .new-button-div ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(139,139,139,0.3);
    text-align: center;
    cursor: pointer;
    font-size: 11px;
}

#product-management-page .new-button-div ul li a {
    color: #666;
}

#product-management-page #attach-file-dropzone h1, #videos-form #attach-file-dropzone h1 {
    font-size: 12px !important;
    margin: 0 !important;
}

#product-management-page #attach-file-dropzone .button-div, #videos-form #attach-file-dropzone .button-div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#product-management-page #attach-file-dropzone .progress, #videos-form #attach-file-dropzone .progress {
	height: 10px;
}

#product-management-page #attach-file-dropzone .button-div a, #videos-form #attach-file-dropzone .button-div a {
    color: #e85126;
    font-size: 12px;
    font-weight: 600;
}

#product-management-page #attach-fileupload, #videos-form #attach-fileupload {
    float: left;
    width: 122px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    display: none;
}

.price-textbox {
    padding-left: 21px !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"65\" height=\"30\"><text x=\"10\" y=\"20.5\" style=\"font: 14px Arial;\">$</text></svg>") no-repeat rgb(255, 255, 255);
}

/* Subscription Payments Page */

.horizontal-scroll-container {
  overflow-x: scroll;
}

.horizontal-scroll-container .details {
  min-width:600px;
}

p.title-description a {
	color: #e85126;
}

div.details {
	padding: 4px 0;
}

.details:nth-child(even) {
  background-color: #f1f1f1;
}

div.details-small {
	border: 1px solid #f7f7f7;
	border-top:	none;
}

div.details-small.last {
	border-bottom: none;
}

div.details-small.header {
	border: 1px solid #f7f7f7;
	border-bottom: none;
}

div.details-small.header1 {
	border: 1px solid #f7f7f7;
	border-bottom: none;
}

div.details-small.no-data {
	border: none;
    border-top: 1px solid #f7f7f7;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 15px;
}

.details.odd, .item.staggered:nth-child(odd) .details {
    background-color: #f7f7f7;
}

.item.staggered .details {
  padding: 4px 0;
}

.details.no-data {
	padding: 18px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #666;
}

.header .listing-table td, .header1 .listing-table td {
    padding-left: 5px;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
    vertical-align: bottom;
    text-transform: uppercase;
}

.header1 .listing-table td {
	text-align: center;
	background-color: #f7f7f7;
}

.header .listing-table.subscriptions-small td, .header1 .listing-table.subscriptions-small td {
	text-transform: initial;
}

.listing-table {
    width: 100%;
    padding: 7px 10px 7px 9px;
    cursor: pointer;
}

.listing-table td {
    padding: 10px 7px;
    font-size: 11px;
    color: #000;
}

.listing-table.subscriptions td img {
    width: 20px;
}

.listing-table.subscriptions td:first-child {
    width:24%;
}

.listing-table.subscriptions td:nth-child(2) {
    width: 16%;
}

.listing-table.subscriptions td:nth-child(3) {
    width: 15%;
}

.listing-table.subscriptions td:nth-child(4) {
    width: 15%;
}

.listing-table.subscriptions td:nth-child(5) {
    width: 15%;
}

.listing-table.subscriptions td:last-child {
	text-align: right;
}

.listing-table.subscriptions td:nth-child(6) {
    width: 10%;
    text-align: center;
}

.listing-table.subscriptions td img {
    width: 20px;
}

.listing-table.subscriptions.invoices td:first-child {
    width:10%;
}

.listing-table.subscriptions.invoices td:nth-child(2) {
    width: 31%;
}

.listing-table.subscriptions.invoices td:nth-child(3) {
    width: 23%;
}

.listing-table.subscriptions.invoices td:nth-child(4) {
    width: 10%;
}

.listing-table.subscriptions-small td:first-child {
    width:20%;
    
}

.listing-table.subscriptions-small td:first-child {
	text-align: left;
}

.listing-table.subscriptions-small td:nth-child(2) {
    width: 40%;
}

.header1 .listing-table.subscriptions-small td:nth-child(2) {
	border-right: none;
	text-align: right;    
	color: #666
}

.listing-table.subscriptions-small td:nth-child(3) {
    width: 20%;
    
}

.listing-table.subscriptions-small td:nth-child(4) {
    width: 29%;
    text-align: right;
}

/* Payment Methods Page */

.payment-card {
    float: left;
    margin: 7px;
    margin-left: calc(50% - 125px);
    width: 250px;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #eee;
    border-bottom: 3px solid #cecece;
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    cursor: pointer;
    position: relative;
}

.payment-card .left-section {
	width: 60%;
	float: left;
}

.payment-card .right-section {
	width: 40%;
	float: right;
	display: table;
	height: 100%;
}

.payment-card .card-number {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.payment-card .expiry-date {
    font-size: 16px;
    margin-left: 15px;
    color: #666666;
}

.payment-card img {
    width: 40px;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}

.payment-card.new {
    background: white;
    border: 1px dashed #cecece;
    display: table;
}

.payment-card.new a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #cfcece;
    font-size: 18px;
}

.payment-card.new.hover {
    border: 1px dashed #e85126;
}

.payment-card.new.hover a {
    color: #e85126;
}

.payment-card .primary-label {
    display: block;
    float: left;
    position: absolute;
    top: 10px;
    width: 75px;
    text-align: right;
    left: -10px;
    background-color: #464646;
    color: white;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
}

.payment-card .primary-label .triangle-down {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 20px;
}

.payment-card .action-menu, #product-management-page .product-detail .action-menu {
  width: 30px;
  padding: 5px 5px;
  z-index: 1;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px;
  margin-top: 4px;
  border: 1px solid #fff;
}

/* .payment-card .action-menu, #product-management-page .product-detail .action-menu .more-menu{
  width: 100%;
  height: 24px;
  display: block;
  padding: 6px 0;
}

.payment-card .action-menu, #product-management-page .product-detail .action-menu .more-menu:before{
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #5f5f5f;
  box-shadow: 0px 16px 0px #5f5f5f, 0px 8px 0px #5f5f5f;
  margin: 0 auto;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
} */

.payment-card .action-menu.active, #product-management-page .product-detail .action-menu.active {
	border:1px solid #d7d7d7;
	border-bottom:1px solid #fff;
	z-index: 6;
}

.payment-card .action-menu img, #product-management-page .product-detail .action-menu img {
	float: left;
	margin: 0;
}

.payment-card .action-menu-content, #product-management-page .product-detail .action-menu-content {
	border: 1px solid #d7d7d7;
    position: absolute;
    width: 140px;
    right: 5px;
    display: none;
    background-color: white;
    z-index: 5;
    top: 33px;
}

#product-management-page .product-detail .action-menu-content{
  top:39px;
}

.payment-card .action-menu-content ul, #product-management-page .product-detail .action-menu-content ul {
	list-style: none;
	margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    padding: 0;
}

.payment-card .action-menu-content ul li, #product-management-page .product-detail .action-menu-content ul li {
	margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    text-align: left;
}

.payment-card .action-menu-content ul li a, #product-management-page .product-detail .action-menu-content ul li a {
	color: #333;
    width: 100%;
    padding-left: 15px;
    display: block;
    float: left;
}

#add-card-form-popup p {
	font-size: 16px;
	color: #333;
}

#add-card-form-popup input.disabled {
	background-color: #f9f9f9;
}

/* SIGNUP Page */
#signup-page {
    width: 100%;
    float: left;
    background: url(../img/signup/background.jpg) no-repeat center;
    min-height: 800px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: -750px 0;
    margin-bottom: -50px;
}

#signup-page.app-form{
    background: url(../img/signup/top-100-app-bk.jpg) no-repeat center;
    height: 1000px;
    background-size: cover;
}

#signup-page.app-form .grecaptcha-badge{
  bottom: -316px !important;
}

#signup-page .signup-step {
    height: 2px;
    float: left;
    background-color: #fbfbfb;
    margin-top: 45px;
    width: 100%;
}

#signup-page .signup-step-label {
    width: 30px;
    height: 30px;
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: -15px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    float: left;
}

#signup-page #signup_step_label2 {
    margin-left: 127px;
}

#signup-page #signup_step_label3 {
	margin-left: 128px;
}

#signup-page .signup-step-label.active {
    background-color: #e85126;
    color: white;
}

#signup-page .new-signup-box {
    width: 100%;
    max-width: 616px;
    float: left;
    background-color: #fbfbfb;
    border-top: 4px solid #e85126;
    margin-top: 30px;
    padding: 26px 28px;
}

#signup-page .new-signup-box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	color:#333;
}

#signup-page .new-signup-box h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	color:#333;
}

#signup-page .new-signup-box h4.special-message{
  background-color: #00bcd4;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
}

#signup-page .new-signup-box p {
    font-size: 13px;
    text-align: center;
	color:#333;
}

#signup-page .type-box {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    position: relative;
    padding: 25px 15px;
    margin-bottom: 25px;
}

#signup-page .type-box p {
    font-size: 14px;
    color: #333;
}

#signup-page .type-box-label {
    background-color: #bbb;
    width: 120px;
    border-radius: 40px;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 0px;
    text-align: center;
    position: absolute;
    top: -18px;
    left: calc(50% - 60px);
}

#signup-page .register-but {
    border-radius: 40px;
    width: 110px;
    margin: 0 auto;
    margin-top: 15px;
    text-transform: none;
    padding: 5px 10px 5px !important;
    border: none;
    display: block;
}

#signup-page .signup-but {
	padding: 5px 5px;
	width: 150px;
	margin: 0;
}

#signup-page .input-area .form-group p {
	font-size: 14px;
	text-align: left;
}

#signup-page .row.logo {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}

#signup-page .row.logo img {
    width: 100%;
}

#signup-page .btn-group {
	width: 100%;
}

#signup-page .btn-group label {
	width: 50%;
}

#pro-options h4{
    font-size: 18px !important;
    margin: 16px 0 8px;
}

.pro-option{
    box-sizing: border-box;
    border:1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 4px;
    background-color:#f1f1f1;
    width: calc(100% - 10px);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.pro-option:hover, .pro-option.selected{
    background-color:#e85126;
    color:#fff;
}

.pro-option.half{
    width: calc(48% - 8px) !important;
    margin:5px 2%;
}

.pro-option input {
    position: absolute;
    opacity: 0;
}
  
.pro-option input + label {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 14px 14px 12px;
    font-size: 15px;
    font-weight: 600;
    color:#333;
}

.pro-option input + label.bigger{
    font-size:16px;
}

.pro-option input + label .title{
    position: relative;
    top: -7px;
}

.pro-option input + label .price{
    position: absolute;
    left: 42px;
    bottom: 5px;
    font-size: .85em;
    color: #e85126;
}

.pro-option:hover label, .pro-option.selected label, .pro-option:hover input + label .price, .pro-option.selected input + label .price{
    color:#fff;
}

.pro-option:hover input + label.bigger, .pro-option.selected input + label.bigger{
    color:#fff;
}
  
.pro-option input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    position: relative;
    top: -1px;
}
  
.pro-option input:hover + label:before {
    
}
    
.pro-option input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
  
.pro-option input:checked + label:before {
    
}
    
.pro-option input:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
  
.pro-option input:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
  
.pro-option input:checked + label:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 21px;
    background: #e85126;
    width: 2px;
    height: 2px;
    box-shadow: 
    2px 0 0 #e85126,
    4px 0 0 #e85126,
    4px -2px 0 #e85126,
    4px -4px 0 #e85126,
    4px -6px 0 #e85126,
    4px -8px 0 #e85126;
    transform: rotate(45deg);
}

#country-notice{
    display: none;
}

#country-notice .show-countries{
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  margin: 2px 0 5px;
  display: inline-block;
}

#country-notice .show-countries:hover{
    text-decoration: underline;
}

#supported-countries-overlay{
    position: fixed;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#supported-countries-overlay.active{
    visibility: visible;
    opacity: 1;
}

#supported-countries{
    position: fixed;
    z-index: 999999;
    width: 295px;
    left:-295px;
    top: 0;
    height: 100vh;
    background-color:#fff;
    border-left: 5px solid #e85126;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#supported-countries.active{
    left:0;
    box-shadow: 10px 0 40px rgb(0,0,0,.6);
}

#supported-countries .scrolling-div{
    width:100%;
    height:100%;
    overflow-y: scroll;
}

#supported-countries .close{
    position: absolute;
    z-index: 3;
    top:18px;
    right: 18px;
    opacity: 1;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

#supported-countries .close:hover{
    opacity:.9;
}

#supported-countries .down{
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 25px;
}

#supported-countries .down:before{
    content:'';
    display: block;
    border-right: 2px solid #909090;
    border-bottom: 2px solid #909090;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

#supported-countries h3 {
    padding: 40px 20px 0 30px;
    font-size: 20px;
    font-weight: 700;
}

#supported-countries ul {
    margin:0;
    padding: 10px 0 40px 35px;
    list-style-type: none;
}

#supported-countries ul li {
    padding: 7px 0;
    width: 100%;
}

#supported-countries ul li img {
    display: inline-block;
    width: 28px;
    margin-right: 9px;
    vertical-align: middle;
}

#supported-countries ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}

#top-100 input, #top-100 textarea{
    -webkit-appearance: none;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
    margin-bottom: 2%;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    box-shadow: none;
}

#top-100 textarea{
    height: 150px;
}

#top-100 input:focus, #top-100 textarea:focus{
    border-color: #e85126;
}

#top-100 input[type=submit]{
    background: #e85126;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: inherit;
    padding: 12px 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #e85126;
    margin: 18px auto 0;
    float: none;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#app-form-messages .catch-errors-bot.alert{
    margin: 0 0 1rem;
}

.input-area {
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
}

.input-area .form-group {
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

.input-area .form-group.two-things{
  display:flex;
}

.input-area .form-group.two-things > * {
  flex:1;
}

.input-area .form-group.two-things > *:first-of-type{
  margin-right:10px;
}

#return-product-popup .input-area .form-group.items {
	border-bottom: 1px solid #dedede;
    margin: 0;    
    padding: 10px;
}

#return-product-popup .input-area .form-group.items label {
	margin-top: 2px;
	font-size: 13px;
}

#return-product-popup .input-area .form-group.items.first {
    border-top: 1px solid #dedede;
    margin-top: 15px;
}

.input-area .form-group p {
    text-align: left;
    margin:	0;
}

.input-area span {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.input-area input[type="text"] {
    border: 1px solid #c9c9c9;
    box-shadow: none;
    font-size: 15px;
    height: inherit;
    padding: 10px 12px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
}

.input-area input[type="text"]:focus {
    border-left: 4px solid #e85126;
}

.input-area .password-show {
    border: 1px solid #c9c9c9;
    border-left: none !important;
    height: 34px;
    width: 35px !important;
    background: url(../img/signup/show-password-icon.png) no-repeat center center;
    float: left;
    background-color: white;
    background-size: 70%;
    cursor: pointer;
}

.input-area .secure-div {
    background: url(../img/signup/secure-icon.png) no-repeat center right;
    background-size: 12px 15px;
    padding-right: 15px;
    cursor: pointer;
}

.input-area select {
	border: 1px solid #c9c9c9;
    box-shadow: none;
    font-size: 15px;
    height: inherit;
    padding: 10px 12px;
    border-radius: 0;
    padding-left: 8px;
    max-width: 100%;
}

.input-area .password-input {
    border: 1px solid #c9c9c9;
    box-shadow: none;
    font-size: 16px;
    width: calc(100% - 35px);
    float: left;
    border-right: none !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
}

.input-area .toggle-password{
    position: absolute;
    right: 13px;
    bottom: 13px;
}

.input-area .toggle-password:hover{
    text-decoration: none;
}

.input-area .toggle-password img{
    width:22px;
    display: none;
}

.input-area .toggle-password.pass-hidden img.show-pass{
    display: block;
}

.input-area .toggle-password.pass-shown img.hide-pass{
    display: block;
}

.input-area .password-input:focus {
    border-left: 4px solid #e85126;
}

.input-area input.warning {
    border: 1px solid #e85126;
}

.tooltip_div {
    color: #333;
    background: #fff; 
    padding:20px 20px;
    border:1px solid #ccc;
    display: none;
    z-index: 1000;
    position: absolute;
    width: 160px;
    word-wrap: break-word;
    box-shadow: 2px 2px 5px #ccc;
}

.tooltip_div span {
    font-size: 13px;
}

.tooltip_div p {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

.triangle-right {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333;
    position: absolute;
}

.tooltip_text
{
    color:black;
    background:#F7F7F7; 
    padding:3px 15px 3px 15px;
    border:1px solid black;
    border-radius: 4px;
    border-color: #ccc;
    font-size: 12px;
    display: none;
    z-index: 1000;
    position: absolute;
}

.triangle-up {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0;
    border-bottom: 5px solid #e85126;
    position: absolute;
}

/* Product Page */
#view_product_container {
	width: 60%;
	margin: 0 auto;
	margin-left: 20%;
}

.add-cart-section{
  float: left;
  width: 100%;
}

#product_add_cart_txt {
  border: 1px solid #ddd;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
  font-size: 18px;
  color: #777;
  margin: 0 7px;
  background: #fcfcfc;
}

/* Chrome, Safari, Edge, Opera */
.add-cart-section input::-webkit-outer-spin-button,
.add-cart-section input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.add-cart-section .quantity-wrapper{
  display: flex;
}

/* Firefox */
.add-cart-section input[type=number] {
-moz-appearance: textfield;
}

.add-cart-section .quantity-wrapper a {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 44px;
  width: 44px;
  min-width: 42px;
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  background: #fcfcfc;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.add-cart-section .quantity-wrapper a svg{
  width: 24px;
  height: 24px;
  stroke: #777;
  vertical-align: middle;
  transition: fill .1s;
}

.add-cart-section .cart-action{
  vertical-align: bottom;
}

.add-cart-section .add_cart_but{
  display: inline-block;
  padding: 13px 14px;
  width:152px;
  margin:16px 0 0;
  background-color: #e85126;
  border: 1px solid #e85126;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  text-align: center;
  border-radius:5px;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.add-cart-section .add_cart_but:hover{
  background-color: #fff;
  color:#e85126;
  text-decoration: none;
}

.add-cart-section .alert-section{
  vertical-align: bottom;
  margin:0 0 10px 8px;
}

#product-page .add-cart-section .alert-section p {
  color: #999 !important;
  font-weight: 500;
}

#product-page .user-info{
	float:left;
	width:100%;
}

#product-page .user-thumb{
    width: 80px;
    float: left;
}

#product-page .user-info .content-right{
    width: calc(100% - 95px);
    float: right;
}

#product-page .user-info .content-right a{
    color: #000;
    font-size: 13px;
    line-height: 16px;
}

#product-page .user-info .content-right a:after{
    content: "|";
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 0 5px;
}

#product-page .user-info .content-right a:last-of-type:after{
	content:none;
}

#product-page .user-info .content-right .author{
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

#product-page .user-info .content-right .author a{
	color: #1bb0eb;
	text-decoration: underline;
}

.comments-item-tick.active {
    color: #ed4811;
}

.comment-tick-option {
	float: left;
	margin-right: 5px;
}

.comment-tick-option.active {
    color: #ed4811;
}

.comment-left-section {
	float: left;
	width: 35%;
}

.comment-right-section {
	float: right;
	width: 65%;
}

.comment-filter-bar {
	border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

#product_comments {
	float: left;
	width: 100%;
}

.comments-item-tick-selected {
    color: #ed4811;
}

.comments-item-tick-unselected {
    text-decoration: line-through;
}

#product-page .alert-section p {
	font-size: 13px !important;
    color: #1bb0eb !important;
    float: left;
    border-radius: 10px;
    /*border: 1px solid #1bb0eb;
    padding: 5px 7px;*/
    margin: 0;
    text-align: center;
}

#product-page .small-width-area {
	border: 1px solid #e85126;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

#product-page .large-width-area {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding-right: 20%;
}

#product-page .small-width-area .attr-area {
    float: left;
    width: 100%;
}

#product-page .small-width-area .attr-area .one-row {
    display: table-cell;
    vertical-align: middle;
    margin: 5px 0;
    width: 100%;
}

#product-page .small-width-area .attr-area .one-row .left-hand {
	width: 20%;
	float: left;
	text-align: left;
}

#product-page .small-width-area .attr-area .one-row .right-hand {
	width: 78%;
	float: right;
	text-align: left;
}

#product-page .large-width-area .attr-area {
    float: left;
    width: 100%;
    display: flex;
}

#product-page .large-width-area .attr-area .left-section {
    float: left;
    width: 55%;
    min-height: 70px;
}

#product-page .large-width-area .attr-area .left-section .one-row {
    display: table-cell;
    vertical-align: middle;
    margin: 5px 0;
    width: 100%;
}

#product-page .large-width-area .attr-area .right-section {
    float: right;
    width: 45%;
    background-color: #f1f1f1;
    text-align: center;
}

#product-page .large-width-area .attr-area .right-section .right-section-area, #product-page .large-width-area .attr-area .left-section .left-section-area {
    height: 100%;
    display: table;
    width: 100%;
    float: left;
    min-height: 75px;
}

#product-page .large-width-area .attr-area .right-section .right-section-area .right-section-area-content {
    display: table-cell;
    vertical-align: middle;
}

#product-page .result-section {
	width: 100%;
	float: left;
}

#product-page .result-section .left-hand {
	width: calc(100% - 80px);
	float: left;
}

#product-page .result-section .right-hand {
	width: 80px;
	float: right;
	border: 1px dashed #aaa;
	height: 50px;
}

#product-page .result-section .stock-notify {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin: 0 0 5px 0;
}

#product-page .result-section .product-price {
    font-size: 25px;
    color: #e85126;
    font-weight: bold;
    margin: 0;
}

#product-page .product-breadcrumb {
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	color: #747576;
}

#product-page .product-breadcrumb a {
	color: #e85126;
}

/* Cart Page */
#cart-page .cart-item {
	border-bottom: 1px solid #dfdfdf;
	float: left;
	width: 100%;
	padding: 15px 0;
}

#cart-page .cart-item.last {
	border-bottom: 2px solid #dfdfdf;
}

#cart-page .cart-item .left-section {
	float: left;
	width: 30%;
}

#cart-page .cart-item .middle-section-small {
	float: left;
	width: 100%;
	margin-top: 10px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	border-top: 1px dashed #aaa;
    padding-top: 10px;
}

#cart-page .cart-item .middle-section-large {
	float: left;
	width: 100%;
	margin-top: 10px;
	border-top: 1px dashed #aaa;
    padding-top: 10px;
}

#cart-page .cart-item .middle-section-small span, #cart-page .cart-item .middle-section-large span {
	font-size: 12px;
    text-transform: uppercase;
}

#cart-page .cart-item .right-section {
	float: right;
	width: 65%;
}

#cart-page .cart-item .product-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 3px;
  color: #000;
}

#cart-page .cart-item .product-sold {
	font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 5px 0 8px;
}

#cart-page .cart-item .product-stock {
	font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

#cart-page .cart-item .product-stock.large {
	text-align: left;
}

#cart-page span.glyphicon.disabled {
    color: #aaa;
}

#cart-page span.glyphicon-triangle-top {
  top: -3px;
  padding: 1px;
  font-size: 14px !important;
}

#cart-page span.glyphicon-triangle-bottom {
  left: -19.5px;
  top: 9px;
  padding: 1px;
  font-size: 14px !important;
}

#cart-page .cart-item-quantity-textbox {
	border: 1px solid #dfdfdf;
    width: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    padding: 4px 8px;
    background-color: #fff;
}

#cart-page .cart-item .item-price {
	font-size: 15px !important;
	color: #e85126;
	font-weight: 600;
}

#cart-page .remove-item-cart span {
	top: 5px;
	font-size: 14px !important;
    color: #e85126;
}

#cart-page .total-section {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    /*padding-right: 30px;*/
}

#cart-page .total-section span {
	font-weight: 600;
}

#cart-page #check-out-but {
	width: 150px;
}

#cart-page .attr-table {
	float: left;
	width: 100%;
}

#cart-page .attr-table tr, #cart-page .attr-table td, #cart-page .attr-table th, #checkoutTabs .attr-table tr, #checkoutTabs .attr-table td, #checkoutTabs .attr-table th {
	/*border: 1px solid #aaa;*/
	font-size: 13px;
	font-weight: 400;
	padding-right: 10px;
	text-transform: capitalize;
}

#cart-page .attr-table th, #checkoutTabs .attr-table th {
	font-weight: 600;
	text-align: left;
	padding-right: 5px;
	height: 25px;
}

#cart-page .attr-table td select {
	padding: 3px 10px;
    height: 26px;
    margin: 2px 0;
    width: initial;
    min-width: 140px;
}

#cart-page .attr-table td select option {
	padding: 0 10px;
}

/* Checkout Page */

#checkoutTabs .z-tabs-nav {
	display: none !important;
}

#checkoutTabs h3 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	margin: 0;
	text-align: center;
}

#checkoutTabs .shipping-form {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#checkoutTabs .shipping-description-content {
	float: right;
    margin-top: 35px;
}

#checkoutTabs .input-area {
	margin: 0;
	max-width: initial;
}

#checkoutTabs .button-section {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#checkoutTabs .shipping-description-content ul {
	color: #333 !important;
    padding-left: 20px;
}

#checkoutTabs .shipping-policy-phrase {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-left: 10px;
}

#checkoutTabs .payment-method-buttons {
    margin-top: 20px;
    text-align: center;
}

#checkoutTabs .payment-method-button {
  display: inline-block;
  width: 150px;
  background: #dcdcdc;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666;
}

#checkoutTabs .payment-method-button.selected {
  background: radial-gradient(#c0421e, #e85126, #c0421e);
  color: #fff;
}

#checkoutTabs .payment-method-button.disabled {
    background: linear-gradient(to bottom, #ffffff 0%,#d4d4d4 100%);
    color: #333;
}

#checkoutTabs .card-info-section, #checkoutTabs #saved-cards-but-content, #checkoutTabs #payment-card-results, #checkoutTabs .billing-address-section {
	float: left;
	width: 100%;
}

#checkoutTabs .billing_section{
    display: none;
}

#checkoutTabs .billing_section.active{
    display: block;
}

#checkoutTabs #payment-card-results {
	padding-top: 10px;
}

#checkoutTabs .checkbox-label {
	color: #333;
}

#checkoutTabs .continue-button, #checkoutTabs .back-button {
	width: 100px;
}

#checkoutTabs .input-area p.control-label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    float: left;
    margin-top: 8px;
    width: 65px;
}

#checkoutTabs #checkoutform-billing-exp_month, #checkoutTabs #checkoutform-billing-exp_year {
	width: calc(50% - 35px);
}

#checkoutTabs .payment-card .active-icon img {
	width: 25px;
	margin-right: 15px;
    margin-top: 5px;
}

#checkoutTabs .payment-card.active {
    border: 1px solid #e85126;
    box-shadow: 0px 2px 2px #dfdfdf;
}

#checkoutTabs .order-product-header {
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}

#checkoutTabs .order-product-content {
    float: left;
    width: 100%;
    /*padding: 15px 0 45px 0;*/
    padding: 15px 0 15px 0;
}

#checkoutTabs .order-product-content.last {
    border-bottom: 1px solid #dfdfdf;
}

#checkoutTabs .order-product-header p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

#checkoutTabs .order-product-header a {
    color: #1bb0eb;
    text-decoration: underline;
    font-size: 14px;
}

#checkoutTabs .order-product-content .product-detail, #checkoutTabs .order-product-content .product-detail .product-div {
	float: left;
	width: 100%; 
}

#checkoutTabs .order-product-content .product-shipping-options {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#checkoutTabs .order-product-content .product-detail .product-detail-left {
	width: 100px;
	float: left;
}

#checkoutTabs .order-product-content .product-detail .product-detail-right {
	width: calc(100% - 120px);
    float: right;
}

#checkoutTabs .product-detail .product-title, #checkoutTabs .shipping-option-subject {
	font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
}

#checkoutTabs .product-detail .product-price {
	font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #e85126;
    margin: 5px 0 0 0 ;
    float: left;
    width: 70px;
}

#checkoutTabs .product-detail .product-qty {
	font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 5px 0 0 0 ;
    float: left;
}

#checkoutTabs .product-detail .next-charge{
  padding: 6px 12px;
  background-color: #f9f9f9;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  line-height: 1.3;
  font-size: 12px;
  margin-top: 14px;
}

#checkoutTabs .product-detail .next-charge:before{
  content:'';
  position: absolute;
  top: -10px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #666 transparent transparent;
  transform: rotate(90deg);
}

#checkoutTabs .radio-one-line {
	float: left;
	width: 100%;
}

#checkoutTabs .ship-option-radio {
	float: left;
	margin: 12px 10px 0 10px;
}

#checkoutTabs .ship-option-radio-label {
	color: #666;
	font-size: 13px;
	margin: 8px 0 0 10px;
}

#checkoutTabs .ship-option-radio-label-desc {
	color: #e85126;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    float: left;
    width: 100%;
    display: block;
    padding-left: 43px;
}

#checkoutTabs .ship-option-radio-label-desc-black {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    float: left;
    width: 100%;
    display: block;
    padding-left: 43px;
}

#checkoutTabs .summary-content {
    padding: 25px 0 0 0;
    width: 250px;
    float: right;
    margin-right: 20px;
}

#checkoutTabs .summary-content .one-line-item {
    float: left;
    width: 100%;
}

#checkoutTabs .summary-content .one-line-item.border {
    border-bottom: 1px solid #dfdfdf;
}

#checkoutTabs .summary-content .one-line-item-key {
    float: left;
    width: 35%;
    text-align: right;
}

#checkoutTabs .summary-content .one-line-item p {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    margin: 0;
}

#checkoutTabs .summary-content .one-line-item.total p {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}

#checkoutTabs .summary-content .one-line-item-value {
    float: right;
    width: 65%;
    text-align: right;
}

#checkoutTabs .small-img {
	width: 15px;
	margin-left: 10px;
}

#checkoutTabs #apple-pay-but.disabled {
    background-image: url("../img/ecom/apple-black.png"), linear-gradient(to bottom, #ffffff 0%,#d4d4d4 100%) !important;
}

#checkoutTabs #apple-pay-but {
    background-image: url("../img/ecom/apple-white.png"), radial-gradient(#c0421e, #e85126, #c0421e) !important;
    background-repeat: no-repeat;
    background-position: 7% 35%;
    padding-left: 18px;
    padding-right: 0;
}

#checkoutTabs #card-element {
    float:left;
    border-radius: 0;
    padding: 16px;
    border: 1px solid #c9c9c9;
    width: 100%;
    background: white;
    margin-top: 6px;
}

/* Tax Settings Page */

#country-state-select{
  width: 100%;
  margin: 0 auto;
  max-width: 310px;
}

#country-state-select select{
  width:100%;
}

.listing-table.tax-settings td {
	min-height: 30px;
}

.listing-table.tax-settings td img {
    width: 20px;
}

.listing-table.tax-settings td img.small-img {
    width: 15px;
    margin-left: 10px;
}

.listing-table.tax-settings td:first-child {
    width:32%;
}

.listing-table.tax-settings td:nth-child(2) {
    width: 18%;
    text-align: center;
}

.listing-table.tax-settings td:nth-child(3) {
    width: 18%;
    text-align: center;
}

.listing-table.tax-settings td:nth-child(4) {
    width: 18%;
    text-align: center;
}

.listing-table.tax-settings td:nth-child(4) {
    width: 18%;
    text-align: center;
}

.details.header .listing-table.tax-settings td:nth-child(4) {
	position: initial;
}

.listing-table.tax-settings .action-menu {
    width: 28px;
    z-index: 1;
    float: left;
    position: absolute;
    top: 1px;
    padding: 5px;
    right: calc(50% - 14px);
    border: 1px solid #fff;
}

.listing-table.tax-settings .action-menu.active {
	border:1px solid #d7d7d7;
	border-bottom:1px solid #fff;
	z-index: 6;
}

.listing-table.tax-settings .action-menu img {
	float: left;
	margin: 0;
}

.listing-table.tax-settings .action-menu-content {
	border: 1px solid #d7d7d7;
    position: absolute;
    width: 90px;
    right: calc(50% - 14px);
    display: none;
    background-color: white;
    z-index: 5;
    top: 28px;
}

.listing-table.tax-settings .action-menu-content ul {
	list-style: none;
	padding: 0;
  margin: 5px;
  float: left;
  width: 100%;
}

.listing-table.tax-settings .action-menu-content ul li {
	margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  text-align: left;
}

.listing-table.tax-settings .action-menu-content ul li a {
	color: #333;
	width: 100%;
	padding-left: 15px;
	display: block;
	float: left;
}

#add-tax-form-popup input[type=checkbox], #add-tax-form-popup input[type=radio] {
	margin-top: 1px;
}

#add-tax-form-popup .country-state-content {
    width: 310px;
    padding: 10px 20px;
    float: left;
    min-height: 200px;
    overflow-y: scroll;
    max-height: 200px;
    border: 1px solid #c9c9c9;
    margin-top: 6px;
}

#add-tax-form-popup .checkbox-label.disabled {
	color: #ccc;
}

#tax-settings-page .action-tax-but[data-type="new"] {
	color: #e85126;
	line-height: 30px;
}

/* Dashboard Connect Stripe Account Popup */
#toPopup1.stripe-connect-popup {
	width: 350px;
	margin-left: calc(50% - 175px);
	left: 0;
	border-radius: 0;
	padding: 15px 15px 20px 15px;
    background-color: #fff;
    border-top: 3px solid #e85126;

    max-height: 570px;
    overflow-y: scroll;
}

#toPopup1.stripe-connect-popup h4 {
	text-align: center;
	font-weight: 600;
}

#toPopup1.stripe-connect-popup .sub-title {
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}

#toPopup1.stripe-connect-popup .section-content-left, #toPopup1.stripe-connect-popup .section-content-right, #toPopup1.stripe-connect-popup .button-content {
	width: 100%;
	float: left;
}

#toPopup1.stripe-connect-popup .section-content-right {
	margin: 15px 0 10px 0;
}

#toPopup1.stripe-connect-popup .button-content {
	text-align: center;
	margin-top: 5px;
}

#toPopup1.stripe-connect-popup iframe {
	width: 100%;
	height: 180px;
}

/* Upgrade Membership Page */
#upgrade-membership-page {
	width: 100%;
	padding: 0;
}

#upgrade-membership-page .parallax-back-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                rgba(0,0,0,0.55) url("../img/account/upgrade_membership_background1.jpg");

    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    display: table;
}

#upgrade-membership-page .parallax-back-1 h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#upgrade-membership-page .text-section {
    padding: 10px 20px; 
    float: left;
}

#upgrade-membership-page .text-section .left-section {
    width: 100%;
    float: left;
}

#upgrade-membership-page .text-section .right-section {
    width: 100%;
    float: right;
    position: relative;
    margin: 30px 0;
}

#upgrade-membership-page .text-section h2 {
    font-size: 34px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
}

#upgrade-membership-page .text-section p {
    font-size: 16px;
    font-weight: 400;
    color: #747576;
    text-align: justify;
}

#upgrade-membership-page .text-section .buttons {
    float: right;
    width: 120px;
    margin-top: 10px;
}

#upgrade-membership-page .text-section .underline {
    text-decoration: underline;
}

#upgrade-membership-page .text-section .big-price {
    color: #888888;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
}

#upgrade-membership-page .text-section .small-price {
    color: #888888;
    font-weight: 400;
    font-size: 20px;
}

#upgrade-membership-page .text-section .right-section .ipad {
    width: 335px;
    background: url(../img/account/iPad-frame.png) top center no-repeat;
    background-size: 100%;
    z-index: 2;
    height: 240px;
}

#upgrade-membership-page .text-section .right-section .pad-cover {
    position: absolute;
    top: 16px;
    left: 31px;
    width: 274px;
    height: 205px;
    overflow: hidden;
}

#upgrade-membership-page .text-section .right-section .pad-content {
    float: left;
    position: relative;
    top: 0;
    width: 100%;
    height: 1182px;
    background: url(../img/account/iPad-background.png) top center no-repeat;
    background-size: 100%;
    z-index: 1;
    transition: all 6s ease-out;
    -webkit-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
}

#upgrade-membership-page .text-section .right-section .pad-content.pad-hover{
    top:-220px;
}

#upgrade-membership-page .parallax-back-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                rgba(0,0,0,0.55) url("../img/account/upgrade_membership_background2.jpg");

    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    display: table;
}

#upgrade-membership-page .parallax-back-2 .text-content {
    display: table-cell;
    vertical-align: middle;
}

#upgrade-membership-page .parallax-back-2 .text-content p {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 15px 0;
}

#upgrade-membership-page .parallax-back-2 .text-content p.big-title {
    font-size: 34px;
    font-weight: 400;
}

#upgrade-membership-page .parallax-back-2 .text-content p.small-title {
    font-size: 16px;
    font-weight: 400;
}

/* Checkout Success Page */
#checkout-success #action-required{
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 2rem;
  clear: both;
}

#checkout-success #action-required h2{
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}

#checkout-success #action-required p{
  max-width: 800px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #333;
}

#checkout-success .order-box {
    float: left;
    width: 100%;
    border: 1px dashed #aaa;
    padding: 20px;
    margin-top: 20px;
}

#checkout-success .order-box h2 {
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}

#checkout-success .order-box .left-section {
    float: left;
    width: 100%;
}

#checkout-success .order-box .right-section {
    float: left;
    width: 100%;
}

#checkout-success .order-box .sub-title {
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
}

#checkout-success .order-box .para-title {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#checkout-success .order-box .item-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

#checkout-success .order-box a.channel-link {
    color: #1bb0eb;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

#checkout-success .order-box p.small-text-content {
    font-size: 14px;
    color: #333;
}

#checkout-success .order-box p.big-text-content {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

#checkout-success .order-box .payment-card-img {
    height: 22px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: -2px -9px;
    padding-left: 45px;
}

#checkout-success .order-box .summary-box .one-row {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

#checkout-success .order-box .summary-box .left-hand {
    float: left;
    width: 65%;
    text-align: left;
}

#checkout-success .order-box .summary-box .right-hand {
    float: right;
    width: 35%;
    text-align: right;
}

#checkout-success .accordion-header-bar {
	float: left;
	width: 100%;
}

#checkout-success .order-box .payment-method-box div {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#checkout-success .order-box .payment-method-box img {
    float: left;
    margin-top: -10px;
    width: 40px;
}

/* My Purchase Page */
.purchase-history #results_list .item .item-header {
    float: left;
    width: 100%;
    padding: 15px 35px;
    background-color: #f3f3f3;
}

.purchase-history #results_list .item .item-header .left-section{
    float: left;
    width: 50%;
    text-align: left;
}

.purchase-history #results_list .item .item-header .right-section{
    float: right;
    width: 50%;
    text-align: right;
}

.purchase-history #results_list p.font-14 {
    font-size: 14px;
    color: #333;
}

.purchase-history #results_list p.font-14.orange {
    color: #e85126;
}

.purchase-history #results_list p.font-16 {
    font-size: 16px;
    color: #333;
}

.purchase-history #results_list p.font-18 {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.purchase-history #results_list .line-height-20 {
    line-height: 20px !important;
}

.purchase-history #results_list .line-height-16 {
	line-height: 16px !important;
}

.purchase-history #results_list .semibold {
    font-weight: 600;
}

.purchase-history #results_list .item {
    clear: both;
    width: 100%;
    float: left;
}

.purchase-history #results_list .item .item-content {
    float: left;
    width: 100%;
    padding: 25px 35px;
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    margin-bottom: 15px;
}

.purchase-history #results_list .item .item-content .summary-box {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
    padding: 20px 0;
}

.purchase-history #results_list .item .item-content .summary-box .left-section{
    float: left;
    width: 25%;
    text-align: left;
}

.purchase-history #results_list .item .item-content .summary-box .right-section{
    float: right;
    width: 75%;
    text-align: left;
}

.purchase-history #results_list .item .item-content .purchased-item-box {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
    padding: 25px 0;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-items {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 30px 15px 10px 15px;
    margin-top: 30px;
}

.purchase-history #results_list .item .item-content .purchased-item-box .channel-link {
    color: #1bb0eb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.purchase-history #results_list .item .item-content .purchased-item-box .deliver-title {
    font-weight: bold;
    float: left;
    /* width: 100%; */
    text-align: center;
    margin: 25px 0;
    margin: 0;
    position: absolute;
    margin-top: -40px;
    /* width: calc(100% - 30px); */
    background-color: white;
}

.purchase-history #results_list .item .item-content .purchased-item-box.last {
    border-bottom: none;
    padding-bottom: 0;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-box-header .left-section {
    float: left;
    width: 70%;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-box-header .right-section {
    float: right;
    width: 30%;
    padding: 12px 0;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-content {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-content .left-section {
    width: 100px;
    float: left;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-content .left-section img {
    width: 100px;
}

.purchase-history #results_list .item .item-content .purchased-item-box .purchased-item-content .right-section {
    width: calc(100% - 120px);
    float: right;
    padding: 0;
}

.purchase-history select#sort-product, .purchase-history select#sort-digital {
    height: 33px;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: white;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

p.videoseries_switch .lcs_wrap {
	margin-right: 10px;
}

#videoseries_price, #video_price {
    width: 100px;
    float: left;
    padding: 15px 12px;
    padding-left: 22px;
    background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"65\" height=\"30\"><text x=\"10\" y=\"21.3\" style=\"font: 15px Arial;\">$</text></svg>") no-repeat rgb(255, 255, 255);
}

#videoseries_price_span, #video_price_span {
    font-size: 15px;
    margin-left: 20px;
    color: #777;
    line-height: 34px;
}

.purchase-history .purchase_digital_details {
	border-bottom: 1px solid #C5C1C1;
    background-color: #fcfcfc;
    transition: background-color 100ms ease-out;
    -webkit-transition: background-color 100ms ease-out;
    -moz-transition: background-color 100ms ease-out;
    -o-transition: background-color 100ms ease-out;
    padding: 10px;
}

.purchase-history .purchase_digital_details.top {
	border-top: 1px solid #C5C1C1;
}

.purchase-history .purchased_digital_table {
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
}

.purchase-history .purchased_digital_table td:first-child {
    width:50px;
}

.purchase-history .purchased_digital_table td:first-child img {
    width: 45px;
}

.purchase-history .purchased_digital_table td:nth-child(4) {
    width:calc(47% - 130px);
}

.purchase-history .purchased_digital_table td:nth-child(5) {
    width:20%;
    text-align: center;
}

.purchase-history .purchased_digital_table td:nth-child(2) {
    width:15%;
    text-align: center;
}

.purchase-history .purchased_digital_table td:nth-child(3) {
    width:18%;
}

.purchase-history .purchased_digital_table td:nth-child(6) {
    width:80px;
    color: #1bb0eb;
    font-weight: 600;
    text-align: right;
}

.purchase-history .purchased_digital_table a {
    text-decoration: underline;
    color: #1bb0eb;
    font-weight: 400;
}

.purchase-history .small-digital-area .item-content .digital-left-section {
	float: left;
	width: 120px;
}

.purchase-history .small-digital-area .item-content .digital-left-section img {
	width: 100px;
}

.purchase-history .small-digital-area .item-content .digital-right-section {
	float: right;
	width: calc(100% - 120px);
}

.purchase-history .small-digital-area a {
	text-decoration: underline;
}

/* Order Management Page */
#order-management-page .checkbox {
	margin-top: 11px;
	margin-right: 10px; 
	float: left;
}

#order-management-page .form-group.large .search-bar {
	width: calc(70% - 193px);
	border-radius: 0; 
	padding: 7px 5px 7px 10px;
	margin-right: 4%;
}

#order-management-page .form-group.small .search-bar {
	width: 100%;
	border-radius: 0; 
	padding: 7px 5px 7px 10px;
}

#order-management-page .search-bar .order-search {
	color: #666;
    font-weight: 400;
    width: calc(100% - 30px);
    font-size: 14px;
}

#order-management-page .search-bar .search-submit {
	top: 5.2px;
} 

#order-management-page #order_results_div {
	float: left;
	width: 100%;
}

#order-management-page #order_results_div .item.block {
	margin: 5px 0 12px;
	float: left;
	width: 100%;
}

#order-management-page .listing-table.order-header1-small td:first-child {
	width: 13px;
}

#order-management-page .listing-table.order-header1-small td:nth-child(2) {
	width: calc(100% - 53px);
  text-align: left;
  font-size: 12px;
  color: #444;
  text-transform: initial;
  font-weight: 600;
}

#order-management-page .listing-table.order-header1-small td:nth-child(3) {
	width: 40px;
  position: relative;
  height: 30px;
  text-transform: initial;
  font-weight: 400;
  color: #444;
}

#results_all_orders .listing-table .platform-logo {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -1px;
}

#results_all_orders .listing-table .platform-logo img {
  max-height: 20px;
  max-width: 25px;
}

#order-management-page .listing-table.order-header1-small input.checkbox {
	margin: 0;
	margin-top: -15px;
}

#order-management-page .listing-table .action-menu {
  width: 30px;
  padding: 7px 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

#order-management-page .listing-table.order .action-menu {
	top: 22px;
	border: 1px solid #ffffff;
	right: 10px;
}

#order-management-page .listing-table .action-menu.active {
	border:1px solid #d7d7d7;
	border-bottom:1px solid #fff;
	z-index: 6;
	background-color: white;
}

#order-management-page .listing-table .action-menu img {
	float: left;
	margin: 0;
}

#order-management-page .listing-table .action-menu-content {
	border: 1px solid #d7d7d7;
  position: absolute;
  width: 125px;
  right: 0px;
  display: none;
  background-color: white;
  z-index: 5;
  top: 29px;
}

#order-management-page .listing-table.order .action-menu-content {
	top: 51px;
  right: 10px;
  width: 130px;
}

#order-management-page .listing-table .action-menu-content ul {
	list-style: none;
	margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  padding: 0;
}

#order-management-page .listing-table.order .action-menu-content ul {
	margin: 10px 0;
}

#order-management-page .listing-table .action-menu-content ul li {
	margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  text-align: left;
}

#order-management-page .listing-table .action-menu-content ul li a {
	color: #333;
  width: 100%;
  padding-left: 15px;
  display: block;
  float: left;
}

#order-management-page .listing-table.order-small td:first-child {
	width: 40px;
}

#order-management-page .listing-table.order-small td:first-child img {
	width: 30px;
	float: left;
	margin-right: 10px;
}

#order-management-page .listing-table.order-small td:nth-child(2) {
	width: calc(50% - 60px);
	padding: 0;
}

#order-management-page .listing-table.order-small td:nth-child(3) {
	width: 34%;
}

#order-management-page .listing-table.order-small td:nth-child(4) {
	width: 20%;
	text-align: right;
}

#order-management-page .listing-table.order-small td:nth-child(5) {
	width: 20px;
}

#order-management-page .listing-table.order-small td:nth-child(5) a {
	color: #444;
}

#order-management-page .listing-table.order-small .channel-link {
	font-size: 11px;
	float: left;
	margin: 0;
	text-decoration: underline;
	word-wrap: break-word;
}

#order-management-page .order-item-action {
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  color: #444;
  background-color: white;
  height: 34px;
  line-height: 32px;
}

#order-management-page select.order-item-action {
  padding: 0 4px;
}

#order-management-page .mark-pending, #order-management-page .connect-pending, #order-management-page .connect-draft {
  background-color: #eaeaea;
  color: #666;
}

#order-management-page .connect-processing{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

#order-management-page .mark-part-shipped, #order-management-page .connect-partial, #order-management-page .connect-onhold, #order-management-page .connect-on-hold {
  background-color: #6dcff6;
  color: #244e5f;
}

#order-management-page .mark-shipped, #order-management-page .connect-shipped, #order-management-page .connect-inprocess {
  background: #ccf3cc;
  color: #5b841b;
}

#order-management-page .mark-completed, #order-management-page .connect-completed, #order-management-page .connect-fulfilled {
  background: #c6e1c6;
  color: #5b841b;
}

#order-management-page .mark-refunded, #order-management-page .connect-refunded {
  background-color: #fccb05;
  color: #8c730e;
}

#order-management-page .mark-canceled, #order-management-page .connect-canceled, #order-management-page .connect-archived {
  color: #343b3f;
  background-color: #b4bdc5;
  border-color: #c6c8ca;
}

#order-management-page .mark-failed, #order-management-page .connect-failed {
  background: #eba3a3;
  color: #761919;
  border-color: #c78d8d;
}

#order-management-page .gray-form-detail {
	float: left;
	width: 100%;
	padding: 0 20px 20px;
	background-color: #f7f7f7 !important;
	display: none;
}

#order-management-page .gray-form-detail .order-status {
  width: calc(100% + 40px);
  margin: 0 -20px 25px;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  font-size: 12px;
}

#order-management-page .gray-form-detail .order-status > div {
  width: 100%;
  align-self: center;
  max-width: 600px;
}

#order-management-page .gray-form-detail h2 {
	font-size: 14px;
	padding-left: 5px;
}

#order-management-page .gray-form-detail .items-section {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#order-management-page .gray-form-detail .listing-table.order-item td:first-child {
	width: 70px;
}

#order-management-page .gray-form-detail .listing-table.order-item td:first-child img {
	width: 60px;
}

#order-management-page .gray-form-detail .listing-table.order-item td:nth-child(2) {
	width: 40%;
}

#order-management-page .gray-form-detail .listing-table.order-item td:nth-child(3) {
	width: 25%;
	text-align: right;
}

#order-management-page .gray-form-detail .listing-table.order-item td:nth-child(4) {
	width: calc(35% - 70px);
	text-align: right;
}

#order-management-page .gray-form-detail .listing-table.order-item .sku {
    margin-top: 4px;
    color: #333;
}

#order-management-page .gray-form-detail .listing-table.order-item .sku.orange{
    color:#e85126;
}

#order-management-page .gray-form-detail .total-section {
	float: left;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

#order-management-page .gray-form-detail .total-section .one-row {
    float: right;
    width: 70%;
    margin-right: 5px;
}

#order-management-page .gray-form-detail .total-section .one-row p {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 12px;
}

#order-management-page .gray-form-detail .total-section .one-row.total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
}

#order-management-page .gray-form-detail .total-section .one-row.total p {
    font-size: 11px;
    font-weight: 600;
}

#order-management-page .gray-form-detail .total-section .one-row .left-tab {
    float: left;
    width: 70%;
    text-align: right;
}

#order-management-page .gray-form-detail .total-section .one-row .right-tab {
    float: right;
    width: 30%;
    text-align: right;
}

#order-management-page .gray-form-detail .total-section .one-row .right-tab p {
    font-weight: 600;
}

#order-management-page .gray-form-detail .user-detail-section {
	float: left;
    width: 100%;
    padding: 0 5px;
}

#order-management-page .gray-form-detail .user-detail-section p.heading{
	font-weight: 600;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 22px;
    margin-top: 10px;
}

#order-management-page .gray-form-detail .user-detail-section p {
	font-size: 11px;
	margin: 0;
	line-height: 15px;
}

#order-management-page .gray-form-detail .user-detail-section a {
	font-size: 11px;
	color: #e85126;
	margin: 0;
}

#order-management-page .listing-table.order td:first-child {
	width: 13px;
    padding: 0;
}

#order-management-page .listing-table.order td:nth-child(2)  {
    width: 135px;
}

#order-management-page .listing-table.order td:nth-child(3) {
    width: 110px;
}

#order-management-page .listing-table.order td:nth-child(4) {
    width: 120px;
    text-align: center;
}

#order-management-page .listing-table.order td:nth-child(5) {
    width: 160px;
}

#order-management-page .listing-table.order td:nth-child(6) {
    width: calc(100% - 598px);
    text-align: right;
    padding-right: 10px;
}

#order-management-page .listing-table.order td:nth-child(7) {
    width:60px;
    position: relative;
    text-align: center;
}

#order-management-page .listing-table.order td:nth-child(7) img {
	width: 24px;
}

#order-management-page .listing-table.order input.checkbox {
	margin: 0;
}

#order-management-page .listing-table.order img.avatar-img {
    width: 48px;
}

img.order-notes{
    position: absolute;
    right: 5px;
    top: calc(50% - 9px);
    width: 22px;
    opacity: .7;
}

#order-management-page .listing-table.order a {
	text-decoration: none;
	color: #000;
}

#order-management-page .listing-table.order a.channel-link {
	display: block;
	float: left;
	width: 100%;
	color: #1bb0eb;
}

#order-management-page .listing-table.order select {
	width: 152px;
	float: left;
	font-size: 14px;
	padding: 5px 10px;
    height: 30px;
}

#order-management-page .error-msg {
	font-size: 13px !important;
    color: #1bb0eb !important;
    float: left;
    border-radius: 10px;
    border: 1px solid #1bb0eb;
    padding: 5px 7px;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

/* Shipping Settings Page */
#shipping-settings-page .para-area {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#shipping-settings-page .para-area .input-area {
    margin: 0;
    max-width: 410px;
}

#shippo-connect-status{
  display: inline-block;
  position: relative;
  padding: .6rem 1rem;
  margin: .5rem 0 3.5rem;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 14px;
}

#shippo-connect-status:before{
    content:'\2715';
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}

#shippo-connect-status:after{
    content:'Not Connected';
    display: inline-block;
    font-weight: 500;
}

#shippo-connect-status.connected{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#shippo-connect-status.connected:before{
    content:'\2713';
}

#shippo-connect-status.connected:after{
    content:'Connected';
    position: relative;
    top: -1px;
}



#login-page.container{
  min-height: inherit;
  max-width: 400px;
  padding: 40px 50px;
  box-sizing: content-box;
}

#login-page .input-area{
  max-width: 100%;
}

#login-page h1{
  font-weight: 800;
  font-size: 35px;
}

#login-page .signup-link{
  margin:80px 0 -110px;
}

#login-page .signup-link p{
  font-size: 16px;
}



/* Video Upload Page / Products */
#videos-form #products #product-management-page {
	border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}
#videos-form #products #product-management-page #results_all_products {
	overflow-y: scroll;
	max-height: 300px;
}

#videos-form #products .use_this_product {
	padding: 1px 15px;
    text-transform: capitalize;
}

#videos-form #products .search-bar {
	width: 45%;
    border-radius: 0;
    padding: 4px 5px 4px;
}

#videos-form #products .search-bar .product-search {
	color: #666;
    font-weight: 400;
    width: calc(100% - 30px);
}

#videos-form #products #product-filter-dropdown {
	width: 25%;
	float: left;
}

#videos-form #products #product-sort-dropdown {
	width: 25%; 
	float: left; 
	margin-left: 10px;
}

.jwplayer.jw-stretch-exactfit video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.jwplayer video{
	width:inherit !important;
	height:inherit !important;
	max-width:100%;
	max-height:100%;
}

.bc-iframe, .bc-iframe body, .bc-player-default_default {
    background-color: #000 !important;
}

/*New WYSIWYG Editor*/
.fr-box .fr-toolbar button {
    display: block !important;
}

.fr-box .fr-separator.fr-hs {
    display: none;
}

.fr-element strong em, .fr-element strong i, .fr-element b em, .fr-element b i {
  font-weight: bold;
  font-style: italic;
}

.fr-element strong em u, .fr-element strong i u, .fr-element b em u, .fr-element b i u,
.fr-element em strong u, .fr-element i strong u, .fr-element em b u, .fr-element i b u,
.fr-element strong em span, .fr-element strong i span, .fr-element b em span, .fr-element b i span,
.fr-element em strong span, .fr-element i strong span, .fr-element em b span, .fr-element i b span,
.fr-element strong em s, .fr-element strong i s, .fr-element b em s, .fr-element b i s, 
.fr-element em strong s, .fr-element i strong s, .fr-element em b s, .fr-element i b s {
    font-weight: bold;
    font-style: italic;
}

.site-notification {
    padding: 12px 20% 10px 10px;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
}
.site-notification .wrapper {
    position:relative;
    color: #fff;
}
.site-notification strong {
    font-weight:bold;
}

.site-notification header {
    position:absolute;
    right: -20%;
    top: 50%;
    margin-top: -16px;
}
.site-notification header a {
    display:block;
    width:30px;
    height:30px;
    border:1px solid #fff;
    color:#fff;
    text-align:center;
    font-size:21px;
    line-height:30px;
    text-decoration:none;
}
.site-notification.orange .wrapper > a {color:#fff;text-decoration:underline;line-height:22px;}

.site-notification.orange {
    background: #e44002; /* Old browsers */
    background: -moz-linear-gradient(top,  #e44002 0%, #f85010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e44002), color-stop(100%,#f85010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e44002 0%,#f85010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e44002 0%,#f85010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e44002 0%,#f85010 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e44002 0%,#f85010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44002', endColorstr='#f85010',GradientType=0 ); /* IE6-9 */
    color:#fff;
}

.popup-view-cart{
	display:inline-block;
	padding:10px 12px;
	background-color:#e85126;
	border:1px solid #e85126;
	color:#fff;
	font-size:14px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	border-radius:6px;
}

.md-message .popup-view-cart{
  margin-top: 15px !important;
}

.popup-view-cart:hover{
	background: transparent;
    color: #e85126;
}

.site-error{
  text-align: center;
  margin-bottom: -30px;
}

.site-error h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #444;
}

.site-error .alert-danger {
  color: #e85126;
  font-size: 22px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto 30px;
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}

.site-error p{
    color: #777;
}




/**** Donations ****/

.ht-check-toggle{
  display: inline-block;
  position: relative;
  padding: .6rem 1rem;
  margin: .5rem .4rem 3rem;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 16px;
  opacity: 1;
  -webkit-transition : all .15s ease-out; 
  -moz-transition : all .15s ease-out;
  -o-transition : all .15s ease-out; 
  transition : all .15s ease-out; 
}

.ht-check-toggle.cursor-pointer:hover{
  opacity: .8;
}

.ht-check-toggle:before{
  content:'\2715';
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
}

.ht-check-toggle:after{
  display: inline-block;
  font-weight: 500;
}

.ht-check-toggle.checked{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.ht-check-toggle.checked:before{
  content:'\2713';
}

.ht-check-toggle.checked:after{
  content:'Connected';
  position: relative;
  top: -1px;
}

.ht-check-toggle:after{
  content:'Not Connected';
}

#shippo-connect-status.checked:after{
  content:'Connected';
}

#donation-status.ht-check-toggle:after{
  content:'Donations Off';
}

#donation-status.checked:after{
  content:'Donations On';
}

.donate-content .heading{
    display: flex;
    justify-content: space-between;
    padding: 10px 0 30px;
}

.donate-content .heading > div{
    align-self: center;
}

.donate-content .heading h2{
    line-height:1.2;
    font-weight: 600;
}

.donate-content .heading h2 span{
    display: block;
    color:#777;
    font-size: 16px;
    font-weight: 400;
}

.donate-content .description{
    border:none;
    padding:0;
}

#manage-donation-status .notice {
    display: inline-block;
    padding-left: 5px;
    color: #777;
    font-style: italic;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition : all .25s ease-out; 
    -moz-transition : all .25s ease-out;
    -o-transition : all .25s ease-out; 
    transition : all .25s ease-out; 
}

#manage-donation-status .notice.active{
    visibility: visible;
    width: 240px;
    opacity: 1;
}

#donation-settings-page .redactor-editor{
    border:none;
    padding:0;
}

.donate-hot-link{
  cursor: pointer;
}

.donate-hot-link.green{
  font-weight: 700;
  margin: 6px 0 0 -5px;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  letter-spacing: .5px;
  font-size: 13px;
  background: rgb(143,196,0);
  background: -moz-linear-gradient(-45deg, rgba(143,196,0,1) 0%, rgba(26,158,0,1) 100%);
  background: -webkit-linear-gradient(
-45deg, rgba(143,196,0,1) 0%,rgba(26,158,0,1) 100%);
  background: linear-gradient(
135deg, rgba(143,196,0,1) 0%,rgba(26,158,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#1a9e00',GradientType=1 );
  -webkit-transition : all .15s ease-out; 
  -moz-transition : all .15s ease-out;
  -o-transition : all .15s ease-out; 
  transition : all .15s ease-out; 
}

.donate-hot-link.green:hover{
    opacity:.8;
}

#donate-form {
    width: 100%;
    margin: 0 auto;
    padding: 20px 2.1rem;
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#donate-form h2{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}

#donate-form .sub-title{
    text-align: center;
    font-weight: 500;
    color: #888;
    font-size: 14px;
}

#donate-form .input-area{
    max-width: 100%;
}

#donate-form #donation-amount{
    width: 100%;
    background: none;
    border: none;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    color:#e85126;
}

#donate-form #billing_options{
    margin: 0;
}

#donate-form #billing_options .option, #donate-form #signup_fields .fields, #donate-form #donation_comment_field .fields{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom:5px;
    cursor: pointer;
}

#donate-form #signup_fields .fields, #donate-form #donation_comment_field .fields{
    padding:12px 20px 20px;
    cursor: inherit;
}

#donate-form #billing_options .option.checked{
    cursor:initial;
}

#donate-form #billing_options .option > .radio{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: top;
    margin: 0 20px 0 8px;
}

#donate-form #billing_options .option.checked > .radio:before, #donate-form #billing_options .option:hover > .radio:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #e85126;
    border-radius: 50%;
    box-shadow: 0 -3px 6px inset rgba(0,0,0,.18);
}

#donate-form #billing_options .option .fields{
    display: inline-block;
    width: calc(100% - 72px);
}

#donate-form .label{
    font-weight: 600;
    margin: 3px 0 0;
    color: #333;
    font-size: 16px;
    display: block;
    text-align: left;
    white-space: inherit;
    line-height: 1.2;
}

#donate-form .secure-div{
  margin-bottom: -19px;
  position: relative;
  z-index: 1;
  top: 6px;
}

#donate-form #billing_options .fields .city-input{
  width:60%;
}

#donate-form #billing_options .fields .zip-input{
  width: 36%;
  margin-left: 2%;
}

#donate-form .fields label, #request-demo .input-area label{
  font-weight: 600;
  margin: 10px 0 5px;
  color: #333;
  font-size: 14px;
  display: block;
  text-align: left;
  line-height: 1.2;
}

#donate-form span.light{
    color:#777 !important;
}

#donate-form .toggle-content{
    display: none;
    opacity: 0;
    -webkit-transition : all .25s ease-out; 
    -moz-transition : all .25s ease-out;
    -o-transition : all .25s ease-out; 
    transition : all .25s ease-out; 
}

#donate-form .option.checked .toggle-content{
    opacity: 1;
}

.input-area.new-form input[type="text"], .input-area.new-form input[type="number"], .input-area.new-form input[type="password"], .input-area.new-form input[type="email"], .input-area.new-form select, .input-area.new-form .square-select.chosen-container-single .chosen-single, .input-area.new-form textarea, #checkoutTabs #card-element{
    resize: none;
    min-width: 0px;
    width: 100%;
    font-weight: normal;
    appearance: none;
    background: rgb(249 248 247);
    border: 1px solid rgb(229, 227, 221);
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(36, 30, 18);
    height: 5rem;
    outline: none;
    padding: 2rem 1.5rem;
    border-radius: 4px;
    font-size: 1.6rem !important;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.input-area.new-form select{
    padding: 0 1.5rem;
}

#checkoutTabs #card-element{
  height: inherit;
  padding: 1.4rem;
}

.input-area.new-form textarea{
    height:inherit;
}

.input-area.new-form input[type="password"]{
    padding-right:3rem;
}

.input-area.new-form input[type="text"]:focus, .input-area.new-form input[type="email"]:focus, .input-area.new-form input[type="number"]:focus, .input-area.new-form input[type="password"]:focus, .input-area.new-form textarea:focus{
    border-left: 4px solid #e85126;
}

.input-area.new-form .option .row p{
    font-weight: 600;
}

#donate-form .input-area input[type="text"], #donate-form .input-area input[type="password"], #donate-form .input-area .square-select.chosen-container-single .chosen-single, #donate-form .input-area select, #donate-form .input-area textarea{
  resize: none;
  min-width: 0px;
  width: 100%;
  font-weight: normal;
  background: rgb(249 248 247);
  border: 1px solid rgb(229, 227, 221);
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(36, 30, 18);
  outline: none;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 1.4rem;
  -webkit-appearance: none;
  height: inherit;
}

#donate-form .input-area textarea{
    height:inherit;
}

#donate-form .input-area input[type="text"]:focus, #donate-form .input-area input[type="password"]:focus{
    border-left: 4px solid #e85126;
}

#donate-form .input-area .option .row p{
    font-weight: 600;
}

#donate-form #saved-cards .card{
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: rgb(249 248 247);
    border: 1px solid rgb(229, 227, 221);
    border-radius: 8px;
    padding: 12px 18px 12px 12px;
    margin:10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

#donate-form #saved-cards .card.checked, #donate-form .select-options .option.checked{
    cursor: initial;
    border-color: #e85126;
    background-color: rgba(232,81,38,.07);
}

#donate-form #saved-cards .card > div{
    align-self: center;
}

#donate-form #saved-cards .card .radio, #donate-form .select-options .option .radio{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e8e8e8;
    background-color: #fdfdfd;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

#donate-form #saved-cards .card .reference{
    display: inline-block;
    vertical-align: middle;
}

#donate-form #saved-cards .card .radio{
    margin-right:14px;
}

#donate-form #saved-cards .card.checked .radio, #donate-form #saved-cards .card:hover .radio, #donate-form .select-options .option.checked .radio, #donate-form .select-options .option:hover .radio{
    background-color: #e85126;
    border-color: #e85126;
    box-shadow: 0 -3px 6px inset rgba(0,0,0,.1);
}

#donate-form #saved-cards .card.checked .radio:before, #donate-form #saved-cards .card:hover .radio:before, #donate-form .select-options .option.checked .radio:before, #donate-form .select-options .option:hover .radio:before{
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

#donate-form #saved-cards .card .reference span.name{
    line-height: 1.2;
    margin-bottom:4px;
    color:#333;
}

#donate-form #saved-cards .card .reference span.info{
    display: block;
    font-weight: 400;
    line-height: 1.3;
}

#donate-form #saved-cards .card .reference span.brand{
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
}

#donate-form #saved-cards .card span.orange{
    color: #e85126;
}

#donate-form #saved-cards .card .number span{
    display:inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

#donate-form #saved-cards .card .number span.last4{
    font-size: 16px;
}

#donate-form .select-options .option{
  display: inline-block;
  width: 30.8%;
  background: #fff;
  border: 1px solid rgb(229, 227, 221);
  border-radius: 8px;
  padding: 17px 12px;
  margin: 5px 2.5px;
  box-sizing: border-box;
  cursor: pointer;
}

#donate-form .select-options .option.custom-amount{
  width: 64.4%;
  margin-right: 0;
}

#donate-form .select-options .inner{
    width:100%;
}

#donate-form .select-options .amount{
    font-weight: 500;
    color: #444;
    font-size: 17px;
    line-height: 1;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
    vertical-align: top;
    display: inline-block;
}

#donate-form .select-options .custom-amount .amount{
    width: calc(100% - 46px);
}

#donate-form .select-options .custom-amount .amount:before{
    content:"$";
    position: absolute;
    top: -2px;
}

#donate-form .select-options .amount input{
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    color: #444;
    background-color: transparent;
    border: none;
    display: inline-block;
    margin: -4px 0 -1px 12px;
    padding: 0;
}

#donate-form .select-options .amount input:focus{
  outline:none;
}

#donate-form #frequency_options.select-options .option-wrapper{
    position: relative;
    z-index: 1;
}

#donate-form #frequency_options.select-options .option{
    width: 48%;
    margin: 5px .5%;
}

#donate-form #frequency_options.select-options .option .radio{
    vertical-align: top;
}

#donate-form #frequency_options .last-day{
    color: #777;
    width: 44%;
    font-size: 12px;
    text-align: center;
    padding: 8px 1.5% 9px;
    box-sizing: border-box;
    margin: -10px 0 0 2.5%;
    background-color: #fdfdfd;
    border-radius: 0 0 6px 6px;
    border: 1px solid #eee;
    border-top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition : all .25s ease-out; 
    -moz-transition : all .25s ease-out;
    -o-transition : all .25s ease-out; 
    transition : all .25s ease-out; 
}

#donate-form #frequency_options .last-day.active{
    visibility: visible;
    opacity:1;
    height: 46px;
}

#donate-form .select-options .text{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

#donate-form .select-options .text span{
    display: block;
    font-size: 14px;
    color:#777;
    font-weight: 400;
}

#donate-form .action-btn{
    width:100%;
    text-align:center;
    margin: 38px 0 22px;
}

#donate-form .action-btn .orange-button{
  float: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 22px;
}

#donate-form .action-btn .orange-button:hover {
    color:#e85126;
}

#donate-form .action-btn .orange-button span{
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

#donate-form .required > .label, #billing_options .option.required .label, #new-card .required label{
    color: #f93b3b !important;
}

#new-card .required input, #new-card .required .chosen-single{
    border-color: #f93b3b !important;
}

#donate-form .required > .label:after, #billing_options .option.required .label:after, #new-card .required label:after{
    content:'*';
    display: inline-block;
    margin-left: 3px;
}

.orange-button {
  border: 1px solid #e85126;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 22px 11px;
  line-height: 20px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  background: #e85126;
  outline: none;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.orange-button:hover {
  color: #e85126;
  background: transparent;
  text-decoration: none;
}



/**** Live Stream Page ****/

#live-stream{
    background-color:#000;
}

#live-stream .wrapper{
    width:1250px;
    display:flex;
}

#live-stream #player-container{
    width:100%;
}

#live-stream #howtube-player{
    width:100%;
    height:inherit;
}

#live-stream #chat-container{
    height: 527px;
    flex: 1;
    background: rgb(31,32,33); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(31,32,33,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(31,32,33,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(31,32,33,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2021', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#live-control-bar {
    background-color: #eee;
    padding: 20px;
}

#live-control-bar .display-flex > * {
    align-self:center;
    flex:1;
}

#live-control-bar h3 {
    font-weight:bold;
    font-size:20px;
    text-transform: uppercase;
    color:#444;
}

#live-control-bar section h5{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
    color:#333;
}

#live-control-bar #live-stream-status .lcs_switch{
    width:105px;
}

#live-control-bar #chat-status .lcs_switch{
    width:95px;
}

/**** end Live Stream Page ****/



/**** Chat ****/

#chat{
    height:100%;
    position: relative;
}

#chat .heading{
    padding:14px;
    background: rgba(255,255,255,.1);
}

#chat .title{
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align: center;
}

#chat .message-container{
    height: calc(100% - 113px);
    padding: 0 16px;
    overflow-y: scroll;
    position: relative;
}

#chat .message-container > *{
    opacity: 0;
    visibility: hidden;
    -o-transition : all .5s ease-out; 
    -moz-transition : all .5s ease-out;
    -webkit-transition : all .5s ease-out; 
    transition : all .5s ease-out; 
}

#chat .message-container .active{
    visibility: visible;
    opacity: 1;
}

#chat #chat-closed-container{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#chat .chat-closed {
    text-align: center;
    justify-content: center;
    height:100%;
    display: flex;
}

#chat-closed {
    position: relative;
    display: inline-block;
    padding: 1em;
    overflow: hidden;
    margin:50px;
    align-self: center;
    color: #d9d9d9;
    font-weight: 700;
    letter-spacing: .5px;
    -o-transition : all .15s ease-out; 
    -moz-transition : all .15s ease-out;
    -webkit-transition : all .15s ease-out; 
    transition : all .15s ease-out; 
}
#chat-closed:before, #chat-closed:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
}
#chat-closed:before {
    top: 0;
}
#chat-closed:after {
    bottom: 0;
}
#chat-closed.outline{
    color:#fff;
}
#chat-closed.outline > * > *:before, #chat-closed.outline > * > *:after {
    transform: translate3d(0, 0, 0);
}
#chat-closed.outline > * > * > *:before, #chat-closed.outline > * > * > *:after {
    transform: translate3d(0, 0, 0);
}
#chat-closed > *:before, #chat-closed > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: transparent;
}
#chat-closed > *:before {
    left: 0;
}
#chat-closed > *:after {
    right: 0;
}
#chat-closed > * > *:before, #chat-closed > * > *:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 1px;
    width: 100%;
    background-color: #e85126;
}
#chat-closed > * > *:before {
    top: 0;
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#chat-closed > * > *:after {
    bottom: 0;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#chat-closed > * > * > *:before, #chat-closed > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 1px;
    background-color: #e85126;
}
#chat-closed > * > * > *:before {
    left: 0;
    transform: translate3d(0, 105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#chat-closed > * > * > *:after {
    right: 0;
    transform: translate3d(0, -105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#chat .messages{
    position: relative;
    z-index: 1;
}

#chat .messages .chat-open{
    width: 100%;
    color: #cbcbcb;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    letter-spacing: .5px;
}

#chat .messages .message{
    color:#fff;
    font-weight: 500;
    display: flex;
    padding: 12px 0 0;
}

#chat .messages .message .image{
    width: 34px; 
    height: 34px;
    margin:-2px 0;
}

#chat .messages .message .image img{
    border-radius: 4px;
}

#chat .messages .message span.initials {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0.4px 0 0 1.5px;
    line-height: 34px;
    border-radius: 4px;
}

#chat .messages .message .content{
    color:#fff;
    font-weight: 500;
    flex: 1;
    padding-left:12px;
    align-self: center;
    font-size: 14px;
    word-break: break-word;
}

#chat .messages .message .content .username{
    font-size: 12px;
    display: table;
    padding-bottom: 1px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #ff6438;
}

#chat .messages .message .content .username:hover{
    text-decoration: none;
    color: #e85126;
}

#chat .message.blocked .content .username, #chat .message.blocked_user .content .username{
    display: none;
}

#chat .message.blocked .content .chat-message, #chat .message.blocked_user .content .chat-message{
    color:#9b9b9b;
    font-style: italic;
}

#chat .message.blocked .content .chat-message:before, #chat .message.blocked_user .content .chat-message:before{
    color:red;
    font-style: italic;
    content:'Message Hidden';
    display: block;
    font-size: 12px;
    padding-bottom: 1px;
    letter-spacing: .5px;
    font-weight: 600;
}

#chat .message.blocked_user .content .chat-message:before{
    content:'User Blocked';
}

#chat .message.donation {
    background: #00b09b;
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
    background: linear-gradient(to right, #96c93d, #00b09b);
    margin: 3px 0 1px -10px;
    padding-left: 10px;
    border-radius: 6px;
    width: calc(100% + 10px);
}

#chat .messages .message.donation .content .username {
    color:#fff;
}

#chat .messages .message.donation .content .username:after {
    content: 'DONATED:';
    display: inline-block;
    margin-left:5px;
}

#chat .messages .message.donation .chat-message {
    font-size: 18px;
    font-weight: bold;
}

#chat .messages .message.donation .chat-message .symbol{
    font-size: .8em;
    position: relative;
    top: -3px;
}

#chat .message.donation .toggle-actions {
    display: none;
}

#chat .message .content .display-flex{
    justify-content: space-between;
}

#chat .message .details {
    width: 92%;
}

#chat .messages .message .content .chat-message a.blue:hover{
  text-decoration: underline;
  color: #1bb0eb;
}

#chat .message .toggle-actions {
    align-self: center;
    height: 18px;
    padding: 6px 10px;
    margin-right: -7px;
    position: relative;
}

#chat .message .toggle-actions:before {
    content: '';
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    background-color: #aaa;
    box-shadow: 0px 14px 0px #aaa, 0px 7px 0px #aaa;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

#chat .message .toggle-actions:hover:before {
    background-color: #fff;
    box-shadow: 0px 14px 0px #fff, 0px 7px 0px #fff;
}

#chat .message .action-controls {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: inherit;
    right: -3px;
    text-align: right;
    background-color: #363636;
    padding: 6px 30px 6px 0;
    margin-top: -11px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#chat .message .toggle-actions:hover .action-controls {
    visibility: visible;
    opacity:1;
}

#chat .message .action-controls .action {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color:#ff6438;
    display: block;
    margin: 2px 5px 2px 14px;
    padding: 1px;
}

#chat .message .action-controls .action:hover {
    color: #e85126;
}

#chat .chat-input{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 60px;
}

#chat .chat-input .char-count{
    display: none;
}

#chat .chat-input textarea{
  width: calc(100% - 72px);
  background-color: rgba(255,255,255,.06);
  border: 1px solid #555;
  resize: none;
  border-radius: 4px;
  padding: 10px 12px;
  height: 40px;
  margin: 8px 0 8px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display:inline-block;
  -o-transition : all .15s ease-out; 
  -moz-transition : all .15s ease-out;
  -webkit-transition : all .15s ease-out; 
  transition : all .15s ease-out; 
}

#chat .chat-input textarea:focus{
    border-color:#888;
    outline: none;
}

#chat #message-submit{
    color: #e85126;
    font-size: 20px;
    padding: 11px 19px 11px 14px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 -3px;
    cursor: pointer;
    width:53px;
    -o-transition : all .15s ease-out; 
    -moz-transition : all .15s ease-out;
    -webkit-transition : all .15s ease-out; 
    transition : all .15s ease-out; 
}

#chat #message-submit:hover{
    text-shadow: 0 0 14px #e85126;
}

#chat .account-required{
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    background: #2e2e2e;
    padding: 4px 8px 3px;
    border-radius: 4px 4px 0 0;
    -o-transition : all .15s ease-out; 
    -moz-transition : all .15s ease-out;
    -webkit-transition : all .15s ease-out; 
    transition : all .15s ease-out; 
}

#chat .account-required:hover{
    color: #1bb0eb;
    top:-15px;
    padding-bottom:5px;
    text-decoration: none;
}

/**** end Chat ****/



/**** 2022 homepage ****/

.md-modal.video-modal{
  max-width: 94% !important;
  width: 94% !important;
}

.md-modal.video-modal .md-content{
  overflow:visible;
}

.md-modal.video-modal .closebut{
  top: -32px;
  right: -4px;
}

.md-modal.video-modal .md-content > div {
  padding:0;
}

.home.new h2.divider{
  font-weight: bold;
  font-size:26px;
  color:#292A29;
  margin-bottom:30px;
}

.home.new h2.divider span{
  height:4px;
  width:138px;
  background-color: #292A29;
  position: relative;
  display: block;
  margin-bottom:18px;
  padding:0;
}

.home.new h2.divider span:before, .home.new h2.divider span:after{
  content:'';
  height:100%;
  width:calc(100% / 3);
  position: absolute;
  z-index: 1;
  top:0;
  margin:0;
}

.home.new h2.divider span:before{
  background-color: #e85126;
  left:0;
}

.home.new h2.divider span:after{
  background-color: #D5D5D5;
  right:0;
}

#home-2022 {
  overflow-x: hidden;
}

#home-2022 .btn{
  font-size:16px !important;
  line-height: 1.3 !important;
  font-weight:600 !important;
  padding:8px 16px !important;
  border-radius: 5px !important;
  border-width: 2px !important;
  -o-transition : all .15s ease-out; 
  -moz-transition : all .15s ease-out;
  -webkit-transition : all .15s ease-out; 
  transition : all .15s ease-out; 
}

#home-2022 .btn-rounded{
  border-radius: 50px !important;
}

#home-2022 .btn-primary {
  background-color:#e85126 !important;
  border-color:#e85126 !important;
  color:#fff !important;
}

#home-2022 .btn-primary:hover {
  background-color:transparent !important;
  color:#e85126 !important;
}

#home-2022 .btn-dark {
  background-color:#292A29 !important;
  border-color:#292A29 !important;
  color:#fff !important;
}

#home-2022 .btn-dark:hover {
  background-color:transparent !important;
  color:#292A29 !important;
}

#home-2022 .btn-white {
    background-color:#fff !important;
    border-color:#fff !important;
    color:#292A29 !important;
}

#home-2022 .btn-white:hover {
    background-color:transparent !important;
    color:#fff !important;
}

#main-slider-wrapper{
  background-color: #141414;
  width: 100%;
  padding: 5px 0;
}

#ht-main-slider{
  width: 80%;
  margin: 0 auto;
  height: auto;
  position: relative;
  margin: 0 10%;
  overflow: hidden;
}

#ht-main-slider .swiper-slide{
  background-color: #141414;
  padding-bottom:1rem;
  display:block;
}

#ht-main-slider .heading, #ht-main-slider .content{
  width:100%;
  display:block;
  justify-content: space-between;
  align-items: center;
}

#ht-main-slider .heading{
  text-align: right;
  margin: 20px 0 12px;
}

#ht-main-slider .content{
  padding:20px 5px;
  text-align: center;
}

#ht-main-slider .heading h4{
  font-size:18px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0;
  color:#fff;
}

#ht-main-slider .heading a{
  font-size:12px;
  font-weight:600;
}

#ht-main-slider .heading a:after{
  content:'';
  display:inline-block;
  margin-left:5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #e85126;
}

#ht-main-slider .heading a:hover{
  text-decoration: none;
  color:#333;
}

#ht-main-slider .featured-graphic{
  position: relative;
}

#ht-main-slider .featured-graphic img{
  width:100%;
  border-radius: 10px;
}

#ht-main-slider .featured-graphic .cta{
  position: absolute;
  top: 22px;
  right: 28px;
  font-size: .9rem !important;
}

#ht-main-slider .left-side > * {
  vertical-align: middle;
  width: 100%;
}

#ht-main-slider .cta-btns .btn{
  padding:7px 0 !important;
  width:120px;
}

#ht-main-slider .title .sub {
  font-size:12px;
  letter-spacing: .5px;
}

#ht-main-slider .title .main {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 3px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
}

#ht-main-slider .user-details, #ht-main-slider .user-thumb{
  vertical-align: middle;
}

#ht-main-slider .name{
  font-size:18px;
  color:#292A29;
}

#ht-main-slider .user-details span{
  font-size:12px;
  color:#707070;
}

#ht-main-slider .user-thumb img{
  border-radius: 5px;
}

.videos .video.channel{
  max-width: 300px;
}

.videos .video .image{
  position:relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.videos .video.channel .image {
    max-width: 150px;
    margin: 0 auto 10px;
}

.videos .video .image img, .videos .video .image .img-container{
  border-radius: 10px;
}

.videos .video .image .duration{
  position:absolute;
  background-color: rgba(22,22,22,.7);
  bottom:0;
  right:0;
  border-radius: 10px 0;
  color: #fff;
  font-weight: 600;
  padding: 5px 9px 5px 12px;
}

.videos .video .user-details{
  padding:4px 8px;
}

.videos .video .user-details > *{
  vertical-align: top;
}

.videos .video .user-thumb{
  display: inline-block;
}

.videos .video .user-thumb img{
  border-radius: 5px;
}

.videos .video .user-details .content{
  display: inline-block;
  width: calc(100% - 55px);
  margin-left: 7px;
}

.videos .video .title {
  margin-bottom:4px;
}

.videos .video .title a {
  font-weight: 600;
  color: #000;
  overflow: visible;
  white-space: initial;
  text-overflow: initial;
  font-size: 16px;
  line-height: 1.1;
}

.videos .video .author a{
  font-weight: 500;
  letter-spacing: .2px;
}

.videos .video .user-details .category{
  font-size:12px;
  color: #a1a1a1;
  font-weight: 500;
}

#featured-channels-wrapper{
  overflow: hidden;
}

#featured-channels-slider{
  width:90%;
  height: auto;
  padding: 0 10% 0 0;
  position: relative;
  overflow: visible;
}

#featured-channels-slider .swiper-slide{
  display: block;
}

#featured-channels-slider .image{
  position: relative;
}

#featured-channels-slider .video-link-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 1;
}

#featured-channels-slider .content{
  padding:10px 15px;
}

#featured-channels-slider .content > *{
  display:inline-block;
  vertical-align: middle;
}

#featured-channels-slider .left-side{
  float:right;
  width:100%;
}

#featured-channels-slider .left-side > *{
  vertical-align: middle;
}

.home #featured-channels-slider .user-details .name {
  font-size:16px;
  font-weight:bold;
  color:#292A29;
  letter-spacing: 0;
}

#featured-channels-slider .user-details {
  width: calc(100% - 80px);
  float: none;
}

#featured-channels-slider .user-details span{
  font-size:12px;
  color:#707070;
}

#featured-channels-slider .image img, #featured-channels-slider .image iframe{
  border-radius: 10px;
}

#featured-channels-slider .user-image img{
  border-radius: 5px;
}

#featured-channels-slider .right-side{
  float:left;
  width:100%;
}

#featured-channels-slider .right-side .sub{
  font-size: 12px;
  line-height: 1.5;
}

.home #featured-channels-slider .right-side .main{
  font-size: 16px;
  color:#292A29;
  letter-spacing: 0;
  margin:0 0 8px
}

.start-creating{
  width:100%;
}

.start-creating > * {
  flex:1;
}

.start-creating .left-side{
  width:100%;
  background: url('../img/how-to-girl-homepage.jpg') center left no-repeat;
  background-size: cover;
  min-height: 250px;
  height: 34vh;
}

.start-creating.howtubepro .left-side{
    background: url('../img/video-hosting-with-ecommerce.jpg') center bottom no-repeat;
    background-size: cover;
}

.start-creating.highrisk .left-side{
    background: url('../img/sell-high-risk-products-on-howtube.jpg') left top no-repeat;
    background-size: cover;
}

.start-creating .right-side{
  width:100%;
  background-color:#F2F2F2;
}

.start-creating .content{
  padding:4rem 5%;
  width:100%;
  text-align:center;
  max-width: 700px;
  margin: 0 auto;
}

.start-creating .content h2{
  font-weight: 600;
  font-size: 30px;
  line-height: .5;
  padding-bottom:2rem;
}

.start-creating .content h2 span{
  display:inline-block;
  text-transform: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  padding-bottom:inherit;
}

.start-creating .content h2 span:after{
  display:none;
}

.start-creating .content h4{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

/**** end 2022 homepage ****/


/***** Video Page Loader *****/
#video-finalizing{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #303030; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #303030 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #303030 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #303030 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#video-finalizing p{
    color: #dcdcdc;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
#video-finalizing p.file-name{
    margin-top: 14px;
    padding: 0 10px;
    font-size: 12px;
    color: #a5a5a5;
}
#video-finalizing .ht-dot-grid{
    margin-top: 6%;
}
#upload_area #video-finalizing{
    width:100%;
    height:338px;
}
#upload_area #video-finalizing .ht-dot-grid{
    margin-top: 2%;
}
.ht-dot-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.ht-dot-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: ht-dot-grid 1.2s linear infinite;
}
.ht-dot-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.ht-dot-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.ht-dot-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.ht-dot-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.ht-dot-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.ht-dot-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.ht-dot-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.ht-dot-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.ht-dot-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes ht-dot-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}



/************************/
/**** jPlayer Styles ****/
/************************/

.podcast-title h2{
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -.5px;
    text-transform: none;
    margin-top: 4px;
}

.podcast-title span{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    letter-spacing: .5px;
    margin: 0 0 -3px 0;
    display: block;
}

/** Icons **/
.jp-button button:before,
.icon:before {
  display: inline-block;
  font-family: "themicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  letter-spacing: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/** Elements **/
#podcast img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
#podcast button,
#podcast .button {
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0.58333333em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}
#podcast button:hover,
#podcast .button:hover,
#podcast button:focus,
#podcast .button:focus {
  text-decoration: none;
}
#podcast button.selected,
#podcast .button.selected {
  background-color: #e85126;
  border-color: #e85126;
  color: #fff;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
/** Animations **/
.fade-in,
.fade-out {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translatez();
  transform: translatez();
}
.fade-in {
  -webkit-animation: fade-in 0.4s ease-in;
  animation: fade-in 0.4s ease-in;
}
.fade-out {
  -webkit-animation: fade-out 0.4s ease-in;
  animation: fade-out 0.4s ease-in;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** Player **/
#podcast-list{
    margin-top:25px;
}
#podcast{
    position: relative;
    text-align:center;
}
.episode{
    display:inline-block;
    width: 100%;
    vertical-align: top;
    margin-top:25px;
    text-align:left;
}
.audio-player {
  position: relative;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  width: 100%;
  font-family: proxima-nova, sans-serif;
}
.jp-jplayer {
  height: 0px;
  width: 0px;
}
.jp-audio {
  overflow: hidden;
  position: relative;
}
.jp-no-solution {
  padding: 0.92857143em 1.42857143em;
}
/* Track Info */
#podcast .track-title{
  padding:10px 16px 0 74px;
}
#podcast .track-title h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 1px;
}
#podcast .track-title p{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    letter-spacing: .5px;
    margin: 0;
}
#podcast .track-info {
  background-color: rgb(240, 240, 240);
}
#podcast .track-poster {
  background-color: #000;
  margin-bottom: 5px;
}
#podcast .track-record {
font-weight: 400;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  padding:16px;
  clear: both;
}
/* jPlayer: Cotrols
----------------------------------------------- */
.jp-controls-wrap {
  float:left;
}
.jp-controls{
    margin: 17px 12px 0 16px;
    position: relative;
    z-index: 1;
}
.jp-button button {
    box-shadow: 0 0 14px inset rgba(0,0,0,.2);
    border: none;
    border-radius: 100%;
    background-color: #e85126;
    display: block;
    height: 3.33333333em;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    text-indent: 510%;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 3.33333333em;
}
.jp-button button:before {
  font-size: 33px;
  font-size: 2.1rem;
  line-height: 1.85714286;
  text-align: center;
  text-indent: 0.04761905em;
}
.jp-button button:hover {
  box-shadow:none;
}
.jp-button-play button {
    font-size: 22px;
    height: 44px;
    width: 44px;
    position: relative;
    -o-transition : all .2s ease-out; 
    -moz-transition : all .2s ease-out;
    -webkit-transition : all .2s ease-out; 
    transition : all .2s ease-out; 
}
.jp-button-play button:before, .jp-button-play button:after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #fff;
    -o-transition : all .3s ease-out; 
    -moz-transition : all .3s ease-out;
    -webkit-transition : all .3s ease-out; 
    transition : all .3s ease-out; 
}
.jp-button-play button:after{
    opacity: 0;
    left: calc(50% - 8px);
    border-width: 10px 2.5px;
    border-color: #fff;
}
.jp-state-playing .jp-button-play button:before {
    left: calc(50% - 8px);
    border-width: 10px 2.5px;
    border-color: #fff;
}
.jp-state-playing .jp-button-play button:after{
    left: calc(50% + 3px);
    opacity: 1;
}
.jp-button-previous button:before,
.jp-button-next button:before {
  font-size: 21px;
}
.jp-button-previous {
  left: 25%;
}
.jp-button-previous button:before {
  content: "\f156";
}
.jp-button-next button:before {
  content: "\f155";
}
.jp-button-playlist {
  display: none;
}
.jp-button-playlist button:before {
  content: "\f153";
}
/** jPlayer: Progress Bar **/
.jp-time-rail {
  position: absolute;
  width: 100%;
  margin-top: -5px;
}
.jp-time-rail .jp-progress {
  width: 100%;
  height: 100%;
}
.jp-time-rail .jp-seek-bar {
  background-color: rgba(0,0,0,.3);
  border: none;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-transition : all .15s ease-out; 
  -moz-transition : all .15s ease-out;
  -webkit-transition : all .15s ease-out; 
  transition : all .15s ease-out; 
}
.jp-time-rail .jp-play-bar {
  background-color: #e85126;
  height: 100%;
  opacity: 1;
}
.jp-time-rail .duration{
  position: absolute;
  right: -50px;
  top: calc(50% - 6px);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  -o-transition : all .3s ease-out; 
  -moz-transition : all .3s ease-out;
  -webkit-transition : all .3s ease-out; 
  transition : all .3s ease-out; 
}
.jp-time-rail .duration.active{
  right:6px;
  opacity: 1;
}


.jw-flag-small-player .jw-logo-button {
    display: none !important;
}

.read-more a{
  color: #e85126;
}




/**** reCaptcha ****/
.grecaptcha-badge{
	position: absolute !important;
	bottom:-67px !important;
	right:0 !important;
}

.catch-errors-bot.alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.catch-errors-bot.alert.success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.catch-errors-bot.alert.fail{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/**** Storage Usage Bar ****/
#total-space-used{
  width: 200px;
  margin: 14px auto 40px;
}

#total-space-used .outer{
  width: 100%;
  height: 12px;
  background-color: #d4d4d4;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 3px;
}

#total-space-used .inner{
  height: 100%;
  background-color: #e85126;
}

#total-space-used .content{
  font-size:12px;
  color:#555;
}

#total-space-used a{
    font-size: 12px;
    padding: 4px;
    line-height: 1;
    margin: -3px -4px 0 0;
}



/**** CSS Loader ****/

:root {
  --size: 100px;
  --clr-bg: #272324;
  --clr1: #e85126;
  --clr2: #e82630;
  --clr3: #e82630;
  --clr4: #eec290;
  --clr5: #e88126;
}

.ht-loader {
  --animation-duration: 4500ms;
  position: relative;
  width: var(--size);
  height: var(--size);
  transform: rotate(45deg);
  margin: 0 auto;
}
.ht-loader i {
  --item-size: calc(var(--size) / 2.5);
  position: absolute;
  width: var(--item-size);
  height: var(--item-size);
  border: 4px solid var(--clr-spinner);
  box-sizing: border-box;
  border-radius: 5px;
}
.ht-loader i:nth-child(1) {
  --clr-spinner: var(--clr1);
  top: 0;
  left: 0;
  animation: spinner3A var(--animation-duration) linear infinite;
}
@keyframes spinner3A {
  0%, 8.33%, 16.66%, 100% {
  transform: translate(0%, 0%);
  }
  24.99%, 33.32%, 41.65% {
  transform: translate(100%, 0%);
  }
  49.98%, 58.31%, 66.64% {
  transform: translate(100%, 100%);
  }
  74.97%, 83.30%, 91.63% {
  transform: translate(0%, 100%);
  }
}
.ht-loader i:nth-child(2) {
  --clr-spinner: var(--clr3);
  top: 0;
  left: var(--item-size);
  animation: spinner3B var(--animation-duration) linear infinite;
}
@keyframes spinner3B {
  0%, 8.33%, 91.63%, 100% {
  transform: translate(0%, 0%);
  }
  16.66%, 24.99%, 33.32% {
  transform: translate(0%, 100%);
  }
  41.65%, 49.98%, 58.31% {
  transform: translate(-100%, 100%);
  }
  66.64%, 74.97%, 83.30% {
  transform: translate(-100%, 0%);
  }
}
.ht-loader i:nth-child(3) {
  --clr-spinner: var(--clr5);
  top: var(--item-size);
  left: var(--item-size);
  animation: spinner3C var(--animation-duration) linear infinite;
}
@keyframes spinner3C {
  0%, 83.30%, 91.63%, 100% {
  transform: translate(0, 0);
  }
  8.33%, 16.66%, 24.99% {
  transform: translate(-100%, 0);
  }
  33.32%, 41.65%, 49.98% {
  transform: translate(-100%, -100%);
  }
  58.31%, 66.64%, 74.97% {
  transform: translate(0, -100%);
  }
}



/**** Froala Override / Style Fixes ****/



/**** Temp Solutions ****/

#live-stream-access{
  padding: 15px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin: 0 0 28px;
}

#live-stream-access .image{
  display: inline-block;
}

#live-stream-access .content{
  display: inline-block;
  vertical-align: top;
  margin: .5rem 0 0 2%;
}

#live-stream-access p{
  font-size: 16px;
  margin-bottom: 1.5rem;
}



/***** SPECIAL EVENTS *****/

#cosmic-summit-2023-speakers {
    text-align: center;
    padding: 30px 0;
    margin: 0 -5px;
}

#cosmic-summit-2023-speakers .cosmic-speaker {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 3rem;
}

#cosmic-summit-2023-speakers .cosmic-speaker img {
    border-radius: 50%;
}

#cosmic-summit-2023-speakers .cosmic-speaker h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 18px;
}