

/* Watchopolis Theme Stylesheet
-------------------------------------------------- */


/* Import Google Web Fonts
-------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700,500,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


/* Body and structure
-------------------------------------------------- */
html, body {
  height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', serif;
 }

/*Adding some extra margin to choice fields*/
form select {
  margin-bottom: 10px;
}

div#wrapper {
       width: 100%;
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0px 0px -83px 0px;
 }


div#footer_wrapper {
       width: 100%;
       height: 41px;
 }


div#content_wrapper {
       width: 100%;
       padding: 0px 0px 82px 0px;
 }


.no_footer #content_wrapper {
       padding: 0px 0px 0px 0px;
 }

div#footer_wrapper, div#content_wrapper {
       min-width: 100%;
 }


div#footer_inner_wrapper, div#content_inner_wrapper {
       width: 100%;
       margin: 0px auto;
 }

.btn {
    border-radius: 1px!important;
    background-color: #DEDEDE;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: none;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.btn-small, input[type="submit"].btn.btn-small {font-family: inherit; color:#333;}
.btn-primary {background-color: rgba(22, 150, 200, 0.5);color: #ffffff;background-image: -moz-linear-gradient(top, #4eb2e0, #4aaad6);background-image: -ms-linear-gradient(top, #4eb2e0, #4aaad6);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4eb2e0), to(#4aaad6));background-image: -webkit-linear-gradient(top, #4eb2e0, #4aaad6);
background-image: -o-linear-gradient(top, #4eb2e0, #4aaad6);
background-image: linear-gradient(top, #4eb2e0, #4aaad6);
background-image: none;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'4eb2e0, endColorstr='#'4aaad6, GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary {
  background-color: hsl(51, 100%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee242", endColorstr="#e5c300");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fee242), to(#e5c300));
  background-image: -moz-linear-gradient(top, #fee242, #e5c300);
  background-image: -ms-linear-gradient(top, #fee242, #e5c300);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee242), color-stop(100%, #e5c300));
  background-image: -webkit-linear-gradient(top, #fee242, #e5c300);
  background-image: -o-linear-gradient(top, #fee242, #e5c300);
  background-image: linear-gradient(#fee242, #e5c300);
  background-image: none;
  border-color: #e5c300 #e5c300 hsl(51, 100%, 40.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-primary {
background-color: hsl(49, 100%, 53%) !important;
    background-color: hsl(208, 100%, 90%) !important;
    background-color: hsl(208, 100%, 86%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe36b", endColorstr="#ffd30f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe36b), to(#ffd30f));
  background-image: -moz-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -ms-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe36b), color-stop(100%, #ffd30f));
  background-image: -webkit-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -o-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: linear-gradient(#ffe36b, #ffd30f);
  background-image: none;
  border-color: #ffd30f #ffd30f hsl(49, 100%, 48.5%);
    border-color: transparent;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color:#96CEFF!important;}
.btn-primary:active,
.btn-primary.active {background-color: #003399 \9;}
.branded {color:#52B8EB;}
.ast {padding-right:10px; margin-right:6px;}
.ast-alt { margin-right:6px;}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > .tab,
.tabs-right > .nav-tabs > li > .tab {
  min-width: 72px;
  margin-right: 0;
  margin-bottom: 3px;
  Padding: 24px 40px;
}

.nav-tabs > .active > .tab,
.nav-tabs > .active > .tab:hover,
.nav-tabs > .active > .tab:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs > li > .tab,
.nav-pills > li > .tab {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
font-size:12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
color: #0078E2;
display: block;
cursor: pointer;}

.nav-tabs > li.double-left > a,
.nav-pills > li.double-left > a,
.nav-tabs > li.double-left > a:hover,
.nav-pills > li.double-left > a:hover,
.nav-tabs > li.double-left > .tab,
.nav-pills > li.double-left > .tab,
.nav-tabs > li.double-left > .tab:hover,
.nav-pills > li.double-left > .tab:hover{
  padding-right: 4px;
  padding-left: 12px;
  margin-right: 0px;
  border-right: none;
border-top-right-radius: 0px;}

.nav-tabs > li.double-right > a,
.nav-pills > li.double-right > a,
.nav-tabs > li.double-right > a:hover,
.nav-pills > li.double-right > a:hover,
.nav-tabs > li.double-right > .tab,
.nav-pills > li.double-right > .tab,
.nav-tabs > li.double-right > .tab:hover,
.nav-pills > li.double-right > .tab:hover {
  padding-right: 6px;
  padding-left: 6px;
  border-left: none;
border-top-left-radius: 0px;}

.nav-tabs > li.double-right ul.dropdown-menu,
.nav-tabs > li.double-right ul.dropdown-menu {
    left: auto;
    right: 0;
}

/* Global Styles
-------------------------------------------------- */
a {
    color: #BAAC1E;
    color: #0078E2;
}

a:hover, a:focus {
color: #907318;
    color:#3D8CFF;
text-decoration: none;
}

.display_none {
    display:none;
}

.invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Alerts
-------------------------------------------------- */
.alert-warning {
  background:#D2EAFF;
  border: none;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
}

/* General page containers
-------------------------------------------------- */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 98%;
    }

#main_section {
    padding-bottom: 20px;
}

/* Header
-------------------------------------------------- */

#header {;position: relative;z-index: 2;}
#header .navbar {
font-family: 'Open Sans', sans-serif;
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;}
 #header .navbar-inner {
  min-height: 50px;
  background-color: transparent;
  background-image: none;
  border: none;
}

.background_fullscreen {
 background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
    z-index: 1;
}

#header.clear .navbar .nav {
    float:right;
}

 #header.clear .navbar-inner {
  min-height: 50px;
  background-color:rgba(0, 0, 0, 0);
  background-image: none;
  border: none;
}

 #header.clear .navbar-inner .container {
     margin: auto;
     float: none;
     width: 70%;
 }

#header .navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}

#header .navbar .nav > li > a {
float: none;
padding: 15px 13px 9px;
color: #777;
text-decoration: none;
text-shadow: 0 1px 0 white;
    text-shadow: none;
}

#header.clear .navbar .nav > li > a {
    color: #FFF;
}

#header.clear .navbar-link.clear {
  color: #FFE368;
    color: #B8DEFF;
}

#header.clear .navbar-text p {
  color: #FFF;
}

#header .nav-logo {
float: left;
  width: 260px;
  height: 42px;
  margin-top: 5px;
  margin-right: 10px;
  overflow: hidden;
  background: url("../../img/footage/logo.png");
  text-indent: -9999px;
  background-size: cover;
  margin: 3px 10px 5px -15px;
}

h1 {
    padding-bottom: 20px;
}

.search-title h1, .search-title h2 {
    font-size: 0;
    margin:0;
    padding: 0;
    line-height: 0;
}


#header .input-search {
font-family: inherit;
background-color: #F9F9F9;
border-color: #E7E7E7;
border-width: 1px;
-moz-border-radius: 0%;
-webkit-border-radius: 0%/3%;
border-radius: 0%/3%;
border-style: solid;
margin: 10px 18px;
font-size: 12px;
}

#header .navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
    background-color: rgb(184, 222, 255);
}

#header .navbar .nav > li > a:focus,
#header .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color:rgb(229, 229, 229);
    background-color:rgb(255, 218, 73);
    background-color: rgb(184, 222, 255);

}

#header .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  margin-top: 5px;
  margin-right: 15px;
}

#header .navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
  border: 1px solid;
  font-size: 14px;
  background-color: transparent;
  border:1px solid rgb(218, 218, 218);
  border-radius: 2px;
  font-weight: bold;
}

#header .dropdown-menu {
text-transform: none;
color: #8D8C8C;
}

#header .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: red;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%); 
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(91,187,235)),color-stop(1, rgb(22,150,200)));
background-image:-webkit-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:-o-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5bbbeb,endColorstr=#ff1696c8,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5bbbeb,endColorstr=#ff1696c8,GradientType=0);
}

#header .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
color: #333;
text-decoration: none;
background-color: #D8EDFF;
background-image: -moz-linear-gradient(50% 0% -90deg,#ffd30f,#ffe36b);
background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,#ffd30f),color-stop(1,#ffe36b));
background-image: -webkit-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -o-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -ms-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: linear-gradient(-90deg,#ffd30f,#ffe36b);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0);
    background-image: none;
    -ms-filter: none;
    filter: none;
}

#header .dropdown-menu li > ul > li > a {
    display: block;
    padding: 5px;
}

#header .dropdown-menu li p.heading {
    padding: 3px 20px;
    color: #BBA931;
    background: #F7F7F7;
    display: block;
    margin-bottom: 5px;
}

#header .dropdown-menu li > ul {
    list-style: none;
    margin-left: 0px;
}

#header .navbar-text .dropdown-menu {
right: 0;
float: right;
left: auto;
}

#header .navbar-link {color: #BBA92B;color: #0078E2;}
#header .navbar-link:hover {color: #333333;}
#header .navbar-text, #header .navbar-text p {
  margin-bottom: 0;
  line-height: 46px;
  color: #777777;
  font-size: 12px;}

#header .navbar-text p.pull-left {
padding: 2px 10px 0px 0px;
}

#header .navbar-text p.pull-right {
padding: 2px 0px 0px 6px;
}

#header .navbar .btn-group {
float: left;
    margin-top: 0px;
}

#header .selected_bin {
    text-transform: none;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#header .myclips_link:hover .selected_bin {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
}

#header .myclips_link sup {
    font-size: 10px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

#header .myclips_link i.icon-inbox, .bin-selector i.icon-clip-counter {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-top: -10px;
    -webkit-transition: margin 0.1s ease-out;
    -moz-transition: margin 0.1s ease-out;
    -o-transition: margin 0.1s ease-out;
}

#header a.current-selected-bin-link {
    background: #FFF2B8;
    background: #B8DEFF;
}

#header a.current-selected-bin-link:hover {
    background: #96CEFF;
    background-image: -moz-linear-gradient(50% 0% -90deg,#ffd30f,#ffe36b);
background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,#ffd30f),color-stop(1,#ffe36b));
background-image: -webkit-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -o-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -ms-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: linear-gradient(-90deg,#ffd30f,#ffe36b);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0);
    background:#B8DEFF;
    background-image: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1200px) {
.navbar-static-top .container {
  width: 1145px;
    width: 98%;
}
}


/* Info Unit
-------------------------------------------------- */

#info-unit { padding-bottom:10px;}
#info-unit .alert-block {position: relative; padding-top: 34px;z-index: 1;}
#info-unit .alert-info .btn-success {background: white; color: #3F7CE2;}
#info-unit .alert-info h4 {color: #3F7CE2; font-weight: 600; margin-bottom: 10px;}
#info-unit  .alert-block p + p {margin-top: 13px;}
#info-unit .alert-block > p, .alert-block > ul {color: #333;font-size: 13px;
  line-height: 22px;}
#info-unit .alert-info {
  font-family: inherit;
  color: #3F7CE2;
 background:-moz-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-webkit-gradient(linear,color-stop(0, rgba(255,254,245,0.84)),color-stop(1, rgba(255,252,221,0.9)));
background:-webkit-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-o-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-ms-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#052b8eb,endColorstr=#b52b8eb)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#052b8eb,endColorstr=#b52b8eb);
    -ms-filter: none;
    filter: none;
border: none;
  background:#D4EBFF;
  border-radius: 0;}

#cookies_alert.alert-info {
    font-size: 13px;
    line-height: 32px;
    position: fixed;
    bottom:0;
  width: 80%;
  border: none;
  border-radius: 0;
  padding: 10px 10%;
  text-align: center;
  background: rgb(255, 243, 196);
  color: #333;
margin: 0;
  background: rgb(65, 65, 65);
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      z-index: 1;
}

#cookies_alert.alert-info a {
    color: #B8DEFF;
}

#cookies_alert.alert-info a:hover {
    color: #e3fcff;
}

/* 404 Page
-------------------------------------------------- */

#error-page .hero-unit {padding: 60px;text-align: center;margin-bottom: 30px;font-size: 18px;font-weight: 200;line-height: 30px;color: inherit;background-color: rgba(238, 238, 238, 0.13);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#error-page .hero-unit h1 {margin-bottom: 0;font-size: 7em;line-height: 1;letter-spacing: -1px; color: inherit; }
#error-page .hero-unit li {line-height: 30px;}


/* Spinners
-------------------------------------------------- */

.spinner {
  height: 100px;
  width: 100px;
  animation: rotate 1.5s infinite linear;
  border: 4px solid #CCC;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  bottom: 42%;
  left: 40%;
  right: 40%;
}

.loading-inline {
    display: inline-block;
    padding: 1.5%;
}

.loading-inline .spinner {
    height: 14px;
    width: 14px;
    border: 2px solid #3F89F9;
    border: 2px solid #0050CE;
    border-right-color: transparent;
    animation: rotate 1.5s infinite linear;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -4px 5px;
}

.videoWrapper .spinner {
  height: 100px;
  width: 100px;
  animation: rotate 1.5s infinite linear;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  /*top: 42%;*/
  /*bottom: 42%;*/
  /*left: 45.5%;*/
  /*right: 45.5%;*/
  margin-left: -3.9em;
  margin-top: -3.9em;
  top: 50%;
  left: 50%;

}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}



/* Options Bar
-------------------------------------------------- */

.options-bar {
margin-bottom:15px;
padding:10px;
background: url('../../img/footage/bg-1.png') repeat;
border: 1px solid rgb(241, 241, 241);
-webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
padding: 0;
background: none;
border: none;
}

.options-bar td.right {
text-align:right;
}

.options-bar td.right p {
font-size: 12px;
}

.options-bar .title {
    width: 100%;
    display: inline-block;
text-align: left;
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(left,  #efefef 0%, #ffffff 46%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(46%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* IE10+ */
background: linear-gradient(to right,  #efefef 0%,#ffffff 46%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    background: none;
    filter: none;

}

.options-bar-bin.quote .title {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(left,  #FFFADA 0%, #ffffff 46%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFADA), color-stop(46%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* IE10+ */
background: linear-gradient(to right,  #FFFADA 0%,#ffffff 46%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFADA', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    background: none;
    filter: none;
}


.options-bar-bin form, .options-bar-bin.quote h4 {
    padding: 0;
    margin: 10px 0;
    width: 38%;
display: inline-block;
    vertical-align: top;
}

.options-bar-bin form input[type=text] {
    border:none;
    background:transparent;
    border: none;
background: transparent;
font-weight: bold;
font-size: 17.5px;
font-family: inherit;
margin: 0;
width: 80%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.options-bar-bin form input[type=text]:focus {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 17.5px;
}

.options-bar-bin .title {
    padding-left: 0;
    margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}

.options-bar-bin .title b {
    font-weight: normal;
    font-size: 17.5px;
vertical-align: middle;
}

.options-bar-bin .title strong {
    font-size: 17.5px;
vertical-align: middle;
}

.options-bar-bin .title .actions {
    width: 60%;
    display: inline-block;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
  padding: 8px 0px;
}

.options-bar-bin .title .actions .btn {
    font-size: 12px;
    margin-bottom: 5px;
}

.options-bar-bin .title .actions .btn span {
    padding: 0px;
}

.options-bar-bin .title .actions .btn.download_zip .loading_text,
.options-bar-bin .title .actions .btn.download_zip.loading .active_text {
    display: none;
}

.options-bar-bin .title .actions .btn.download_zip.loading {
    background-color: #F4F4F4;
    background-image: none;
    color: #9D9770;
    text-shadow: none;
    border-color: transparent;
    cursor: default;
}

.options-bar-bin .title .actions .btn.download_zip.loading .loading_text {
    display: inline;
}

.options-bar-bin .share-link {
    display: inline-block;
}

.options-bar-bin .share-link ul {
    width: 300px;
    left: auto;
    right: 0;
    text-align: left;
    padding: 10px;
}

.options-bar-bin .share-link form {
    width: 95%
}

.options-bar-bin .share-link form input,
.options-bar-bin .share-link form input:focus {
    width: 95%;
    font-weight: normal;
    font-size: 12px;
        border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


.options-bar-bin .info {
    width: 28%;
    display: inline-block;
}
.options-bar-bin p {
margin: 0px 10px 0px;}

.options-bar-bin span {
font-size: 12px;
padding: 6px 21px;
float:right;
color: #757575;

}

.options-bar table td span {
    font-size: 11px;
  font-weight: bold;
}

.options-bar table {
    width: 100%;
}

.options-bar .bin-selector {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  margin-left: -10px;
    margin-bottom: 10px;
    float:left;
}

.options-bar .bin-selector .col {
    padding: 12px;
    float: left;
}

.options-bar .bin-selector .col.col-holder {
    padding: 0;
    float: left;
}

.options-bar .bin-selector .col.col-holder.hidden {
    display:none;
}

.options-bar .bin-selector .col.triangle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 20px 17px 0;
    border-color: transparent #D2EAFF transparent transparent;
    padding: 0px;
    margin-left: 10px;
}

.options-bar .bin-selector .col.control {
    padding: 5px;
}

.get-in-touch {
    float: right;
    display: block;
    background: #DEDEDE;
    border-radius: 2px;
    margin: 0px 0px;
    width: 420px;
}

.get-in-touch .smiley {
        display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: transparent url("../../img/footage/matt.jpg") center center;
    background-size: contain;
    border: 6px solid #DEDEDE;
    margin: 0px 5px 0px -22px;
}

.get-in-touch p,
.footer .get-in-touch p {
    margin: 5px 10px;
    padding: 0;
    font-size: 14px;
    color: #333;
}

.get-in-touch .small {
    font-size: 0.8em;
    font-weight: normal;
}

.options-bar .nav-tabs {
    margin-bottom: 5px;
}

.options-bar .nav-tabs.second_level,
.options-bar .nav-tabs.second_level > .active > a.tab,
.options-bar .nav-tabs.second_level a.tab {
    border: none;
}

.options-bar .nav-tabs.second_level,
.options-bar .nav-tabs.second_level a.tab:hover {
    border: none;
    background: none;
}

.options-bar .nav-tabs.second_level li:first-child a.tab {
    border: none;
    border-radius: 0;
    border-right: 1px solid #DDD;
}

.update-folder-form.dropdown-menu {
    padding: 10px 0px 10px 10px;
}

.update-folder-form form {
    margin-bottom: 0px;
}

.update-folder-form form input[type=text]{
    float: left;
    margin: 0px 10px;
    font-size: 11px;
    padding: 5px;
    min-height: 25px;
}

.update-folder-form span.error {
    font-size: 12px;
  padding: 5px 10px 0px;
  margin: 0;
  color: rgb(229, 106, 106);
  display: inline-block;
}

.update-folder-form form input[type=text].error {
    border: 1px solid rgb(229, 106, 106);
}

.update-folder-form #create-bin-folder-form span.error {
    position: absolute;
}


.icon-refresh-animate {
    -animation: spin 1.7s infinite linear;
    -webkit-animation: spin2 1.7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.advanced_search_toggle {
    cursor: pointer;
    width:70%;
}

#advanced_search_options {
    width:70%;
}

.options-bar table .dropdown-menu {
    min-width:80px;
}

.options-bar table .btn-mini {
  background: none;
  box-shadow: inset 0px 2px 2px #999;
  border: none;
}

.options-bar table tbody:after {
  display: none;
}

.options-bar .dropdown-menu li > a:hover {
    background-color: hsl(49, 100%, 53%);
    background-color:#D8EDFF;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe36b", endColorstr="#ffd30f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe36b), to(#ffd30f));
  background-image: -moz-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -ms-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe36b), color-stop(100%, #ffd30f));
  background-image: -webkit-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -o-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: linear-gradient(#ffe36b, #ffd30f);
  border-color: #ffd30f #ffd30f hsl(49, 100%, 48.5%);
    border-color: transparent;
    background-image: none;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.options-bar .dropdown-menu li.selected > a {
  background: #FFF2B8;
}

.options-bar .dropdown-menu li.selected > a:hover {
    background: #FCF3D1;
}

/* Search
-------------------------------------------------- */

.search .main-section {
    float: right;
}

.keypage {
    float: left;
}

.keypage h1 {
    float: left;
    margin: 0;
    padding-bottom: 15px;
}

.keypage .info {
    float: left;
    margin: 0 0 20px;
}

.keypage .info .thumbnail {
    float: left;
    width: 200px;
    padding: 0 0 112px;
    margin: 0 20px 0px 0;
}

.keypage .info p {
    float: left;
    width: 60%;
}

.results_container {
    float: left;
    box-sizing: border-box;
}
.results {
    position: absolute;
    padding-right: 1.5%;
    min-width:70%;
    max-width:73%;
}

.result:hover .thumbnail {
    background: #F2F2F2;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: 0 2px 4px rgba(145, 145, 145, 0.6);
}

.result:hover .thumbnail.bin_clip.selected, .result:hover .thumbnail.selected {
background: #FCF3D1;
    background:#EFF9FF;
border: 1px solid #FFF6B5;
border: 1px solid rgba(0,0,0,0);
box-shadow: 0 2px 4px rgba(157, 184, 204, 0.6);}

.result .add_link {
    float: right;
    margin: -50px 5px 0px 0px;
    font-size: 40px;
    text-decoration: none;
    color: #7eb6e6;
    color: #FFF;
}

.result .add_link.selected {
    float: right;
    margin: -50px 5px 0px 0px;
    font-size: 40px;
    text-decoration: none;
    color: #7eb6e6;
    color: #FFF;
}

.result:hover .add_link,
.result:hover .add_link.selected{
    color: #72beff;
}

/* Quote
-------------------------------------------------- */

.quote-form-box, .order-form-box {
  background: #FFFADA;
    background: #F2F7FB;
}

.quote-form-box form select {
}

.quote-form-box form input, .quote-form-box form select, .quote-form-box form textarea {
    margin-bottom: 0px;
}

.quote-form-box form button[type=submit] {
    margin: 10px 0px;
}

.quote-form-box form td label {
    margin-top: 10px;
}

.quote-form-box form td label:first-child {
    margin-top: 0px;
}

.quote-form-box td, .order-form-box td {
    border: none;
}

.quote-details, .quote-form-box td.quote-details {
    margin: 2%;
    border-right: 1px dotted #888;
}

.quote-info, .quote-amounts {
  padding: 2%;
  margin: 1% 1% 10px;
  width: 94%;
}

h4.quote-total {
    font-weight: normal;
}

.quote-info {
    min-height: 150px;
  background: #FFF2B8;
    background: #E6E6E6;
  box-shadow: 0px 2px 2px #DDD;
  border-radius: 4px;
}

.quote-form-box ul.checkboxes {
    list-style: none;
}

fieldset.timecode label {
    display: inline-block;
    width: 30px;
}

fieldset.timecode input {
    width: 25px;
    border-radius: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

fieldset.timecode input:first-of-type {
    border-radius: 4px 0px 0px 4px;
}

fieldset.timecode input:last-child {
    border-radius: 0px 4px 4px 0px;
}

/* Tables
-------------------------------------------------- */


thead tr.bin-title {
    font-size: 1.2em;
background: #efefef;
background: -moz-linear-gradient(left, #efefef 0%, #ffffff 46%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(46%,#ffffff));
background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: -o-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: -ms-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: linear-gradient(to right, #efefef 0%,#ffffff 46%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
    background: none;
    filter: none;
}

tr.folder-title, .options-bar .bin-selector {
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #ffffff 46%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #efefef), color-stop(46%, #ffffff));
    background: -webkit-linear-gradient(left, #efefef 0%, #ffffff 46%);
    background: -o-linear-gradient(left, #efefef 0%, #ffffff 46%);
    background: -ms-linear-gradient(left, #efefef 0%, #ffffff 46%);
    background: linear-gradient(to right, #efefef 0%, #ffffff 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=1);
    background: none;
}

thead tr.bin-cols {
    font-size: 0.8em;
    font-weight:normal;
}

.bin-selector .col .btn {
    font-weight: bold;
    text-transform: uppercase;
}

.options-bar #search_form {
    width: 95%;
}

.options-bar #search_form .input-append {
    width: 95%;
}

.options-bar #search_form #search_query {
        width: 90%;
    font-size: 25px;
    height: 40px;
}

.options-bar #search_form .btn-primary {
        font-size: 25px;
    padding: 5px;
    line-height: 28px;
}

#home_search_form input[type="text"]#search_query {
    font-size: 20px;
    padding: 4px 10px;
    line-height: 20px;
    height: 30px;
    box-sizing: content-box;
}

#home_search_form button.btn-primary {
    font-size: 20px;
    height: 40px;
}

thead tr.bin-title th, .table thead:first-child tr.bin-title:first-child th {
border-top: 1px solid #777;
}

thead tr.bin-title a.bin-title-link {
    color: #000;
}

thead tr.bin-cols th:first-child, tbody.bin-clips tr td:first-child {
    padding-left: 20px;
}

tr td.table-spacer, tbody.bin-clips tr td:first-child.table-spacer, .table-striped tbody > tr:nth-child(odd) > td.table-spacer {
    background: #FFF;
    padding-left: 5px;
    border: none;
    width:5px;
}

tr.folder-title h6 {
    margin: 0px;
}

tbody.bin-folder tr.empty {
    display: none;
}

.table tbody + tbody.bin-folder {
    border: none;
}

table tbody.bin-folder td {
  border-top: 1px solid #F7F7F7;
}

thead tr.bin-cols th {
border: none;
}

thead tr.bin-title a.btn-small {
    font-size: 11px;
    color: #999;
}

tbody.bin-clips {
    font-size: 0.8em;
}

tbody.bin-clips .clip-synopsis, tbody.bin-clips .clip-video {
    width: 20%;
}

tbody.bin-clips .clip-number {
    width: 5%;
    white-space: nowrap;
}

tbody.bin-clips .clip-actions {
    font-size: 1.5em;
    width: 10%;
}
tbody.bin-clips .clip-video .film_image {
    background-size: contain;
    width: 100%;
    display: block;
    padding-bottom: 56%;
    height: 0;

}

tbody:after {
  content: '';
  display: block;
  height: 20px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #F2F7FB;
}

/* Modals
-------------------------------------------------- */
#modal-messages {
    padding-top:50px;
    position:absolute;
    width: 100%;
    display: block;
}
.modal-messages {
    display: block;
    width: 100%;
    height: 70px;
}

#modal-messages .popover-title {
    background: #FFF2B8;
    background: #B8DEFF;
border: none;
padding: 3px 14px;
}

#modal-messages .popover-inner {
    text-align: center;
}

#modal-main video, .clip-video video, .clip-video .video-js {
    width: 100%;
}

#modal-main .video-js .vjs-tech {
    z-index: 1;
}

.thumbnail video {
    cursor: pointer;
}

#modal-main.modal {
    left: 0;
    z-index: 1050;
    width: 90%;
    margin: 0 5%;
    border-radius: 1px;
}

#modal-main.selected, .video-page .selected {
    background: #FCF3D1;
    background: #B8DEFF;
}

#modal-main .modal-body {
    max-height: 500px;
    min-height: 420px;
}

#modal-main.contains-contact-form .modal-body {
    max-height: none;
}

.contact-form ul.errorlist{
  text-align: center;
}

.modal.fade {
  top: 20%;
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

.modal.fade.in {
  top: 20%;
}

.modal.fade.in.contains-contact-form {
  top: 5%;
}

.modal-backdrop {
background-color: #000000;
}

.modal table.table.table-striped {
    margin-bottom: 0px;
}

.modal table.table.table-striped td {
    padding: 6px;
}

.modal.selected table.table.table-striped tbody > tr:nth-child(odd) > td, .modal.selected table.table.table-striped tbody > tr:nth-child(odd) > th,
.video-page .selected table.table.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #FCF4CA;
    background-color: #E1F2FD;
}

.modal table.table.table-striped:after {
  content: '';
  display: block;
  height: 0px;
}

/* Clip Mover
-------------------------------------------------- */
.clip-mover ul {
    list-style: none;
}

.clip-mover ul li {
    list-style: none;
    margin: 0px;
    font-size: 15px;
    cursor: pointer;
}

.clip-mover .clip-mover-bins ul li, .clip-mover .clip-mover-folders ul li ul li {
    padding: 3px;
}

.clip-mover-bins ul li:hover {
    background: #EEE;
}

.clip-mover-bins ul li.selected {
      background: #FFDD47;
    background: #96CEFF;
}

.clip-mover-bins ul li.selected.current-bin,
.clip-mover-folders ul li.current-folder,
.clip-mover-folders ul li.current-folder:hover {
      background: none;
}

.clip-mover .current-label {
      display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  background: #FDF4AD;
    background: #D2EAFF;
  margin: 0 0 0 20px;
}

.clip-mover .current-label .triangle-left {
        width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #D2EAFF transparent transparent;
  padding: 0px;
  display: inline-block;
  margin: -2px 10px 0 -20px;
  position: absolute;
}

.clip-mover-folders ul li ul li:hover, .clip-mover-folders ul li ul li.selected {
    background: #EEE;
}

.clip-mover ul.mover-bin-folders li ul {
    position: absolute;
    width: 80%;
    padding:0;
}

.clip-mover ul.mover-bin-folders,
.clip-mover ul.mover-bin-folders li ul {
    padding: 0;
    margin: 0;
}
.clip-mover .mover-bin-folders-box {
    margin: 0 0 0 20px;
}

.clip-mover .mover-bin-folders-box,
.clip-mover .clip-mover-bins ul {
      display: block;
  position: relative;
  width: 100%;
  height: 135px;
  overflow-y: scroll;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
    padding: 0;
    margin: 0;
}

.clip-mover ul.mover-bin-folders li ul, .clip-mover ul li .folder_bin_title {
    display: none;
}

.clip-mover ul.mover-bin-folders li ul.current-bin {
    display: block;
  width: 100%;
}

.clip-mover-folders {
}

p#folder_move_error {
      position: absolute;
  margin: -30px 0 0 0px;
  font-size: 12px;
  color: rgb(245, 115, 115);
}


/* Video JS
-------------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56%; /* video dimensions - height/width */
	padding-top: 0px;
	height: 0;
	z-index: 1;
}

video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

video.video-js {
  z-index: 1000;
}

.video-js .vjs-controls {
  z-index: 1002;
}

.video-js .vjs-big-play-button {
  z-index: 1002;
}

.videoWrapper .video-js, .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	background: none;
}

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}

.vjs-spinner {
  display: none !important;
}

.video-js img.vjs-poster {
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
  max-width: 100%;
}

.videoWrapper .vjs-default-skin .vjs-big-play-button {
  border-radius: 0;
}

.videoWrapper .vjs-default-skin:hover .vjs-big-play-button, .videoWrapper .vjs-default-skin:hover .vjs-big-play-button:focus {
  border-radius: 0;
    border-color: #6EBAFB;
}

.videoWrapper .vjs-default-skin .vjs-play-progress,
.videoWrapper .vjs-default-skin .vjs-volume-level { background: #6EBAFB; }
.videoWrapper .vjs-default-skin .vjs-control-bar { }

.videoWrapper .vjs-default-skin .vjs-control-bar {
      z-index: 1;
  }

.videoWrapper .vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
    text-shadow: none;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: block;
}

#bgvid.video-js.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-default-skin .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0);
}

.thumbnail .vjs-big-play-button, td.clip-video .vjs-big-play-button {
    font-size: 1.5em;
}

body:hover .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

body:hover .vjs-default-skin.vjs-controls-disabled:hover .vjs-big-play-button {
    display:none;
}

.vjs-error-display div {
    display: none;
}

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 40px;
  color: #000;
  line-height: 1;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  width: 100%;
}

/* Homepage
-------------------------------------------------- */
#video_wall {
    position: fixed;
left: 0;
top: 50px;
width: 100%;
z-index: 0;
    display:none;
}

#video_wall ul, #video_wall li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#video_wall li {
    width: 33.3%;
    line-height: 0px;
    float: left;
opacity: 0.8;
filter: alpha(opacity=80);
}

#video_wall li video {
    width: 100%;
}

#video_wall li:hover {
}

#bgvid_wrap #bgvid.video-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#bgvid.video-js video {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

#bgvid.video-js, #bgvid.video-js .vjs-poster, #bgvid.video-js video {
    background-repeat: no-repeat;
  background-size: cover;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
}

#main_section.homepage {
    z-index: 1;
position: relative;
background: none;
}

#central_overlay {
    margin: 100px auto 0px;
float: none;
border: none;
      background: rgba(255, 218, 73, 0.9);
border-radius: 4px;
padding: 10px;
}

#main_section.homepage .overlay {
    margin: 0px auto 0px;
float: left;
border: none;
    background: rgba(255, 218, 73, 0.9);
padding: 10px;
    background:rgba(218, 210, 171, 0.65);
    background:rgba(26, 26, 26, 0.15);
    background:rgba(0, 0, 0, 0);
  float: none;
}

#main_section.homepage .overlay a {
    color: #FFE800;
    color: #B8DEFF;
}

#main_section.homepage .overlay a:hover {
    color: #FFF;
    color: #dcf5ff;
}

#main_section.homepage .overlay a.btn {
    color: #333;
}

#main_section.homepage .overlay.clear a {
      color: #EED80D;
    color: #B8DEFF;
}

#main_section.homepage .overlay.top {
    margin-top: 10%;
}

#main_section.homepage .overlay.top.shaded {
  background: rgba(0, 0, 0, 0.27);
  border-bottom: 1px solid #000;
      border-radius: 8px 8px 0px 0px;
}

#main_section.homepage .overlay.login {
}

#main_section.homepage .overlay.clear {
    background: none;
}

#main_section.homepage .overlay p.copyright {
   font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

#main_section.homepage .overlay.pull-right {
    float:right;
}

#main_section.homepage .overlay .name_label {
    margin: auto;
display: block;
text-align: center;
background: rgba(255, 255, 255, 0.51);
border-radius: 4px 4px 0px 0px;
padding: 10px;
text-shadow: 1px 1px 1px #4C4C4C;
background: none;
font-size: 18px;
  color: #FDE228;
    color: #B8DEFF;
}

#main_section.homepage .overlay .name_label h1,
#main_section.homepage .overlay .name_label h2 {
    padding:0;
    margin:0;
}

#main_section.homepage .overlay .name_label h1 span,
#main_section.homepage .overlay .name_label h2 {
    font-size: 0;
    line-height: 0;
}

#main_section.homepage .overlay .actions {
text-align: center;
    margin: auto;
display: block;
}

#main_section.homepage .overlay .actions p.error {
      color: black;
  background: rgb(252, 174, 174);
  font-size: 12px;
  padding: 5px;
      border-radius: 4px;
  margin: 0px auto 10px;
  width: 60%;
}

#main_section.homepage .overlay .actions input.error {
      border: 2px solid rgb(255, 137, 137);
}

#main_section.homepage .overlay.login .actions input[type=text],
#main_section.homepage .overlay.login .actions input[type=password],
.overlay.login input[type=text],
.overlay.login input[type=password] {
margin: 5px 5px 10px;
        background: rgba(0, 0, 0, 0.21);
    border: 1px solid #B8DEFF;
    border-top: none;
    border-right: none;
    color:#FFF;
}

.overlay.login input::-webkit-input-placeholder { color:#DDD; }
.overlay.login input::-moz-placeholder { color:#DDD; } /* firefox 19+ */
.overlay.login input:-ms-input-placeholder { color:#DDD; } /* ie */
.overlay.login input::-moz-placeholder { color:#DDD; }

#main_section.homepage .overlay .actions .login_options {
    color: #FFF;
    font-size: 12px;
}

#main_section.homepage .overlay .actions input[type=checkbox] {
  float: none;
  margin: -12px 5px 0px;
}

#main_section.homepage .overlay .actions .inlay {
background: #ECECEC;
border-radius: 4px;
margin-top: 10px;
box-shadow: inset 1px 1px 2px #BBB;
}

#main_section.homepage .overlay .actions .inlay.highlight {
      box-shadow: none;
  background: #BBBBBB;
  text-shadow: none;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 10px;
    background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top,  #dbdbdb 0%, #ffffff 100%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

  background: #fff;
  color: #333;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#main_section.homepage .overlay .actions .inlay form {
    padding: 10px;
}

#main_section.homepage .overlay .actions .inlay ol {
    text-align: left;
    margin: 10px 20%;
}

#main_section.homepage .overlay .actions ul.bins-list {
    margin:0 auto;
    padding: 5px;
    list-style: none;
    text-align: left;
    width: 60%;
}

#main_section.homepage .overlay .actions ul.bins-list li a {
    margin:0;
    padding: 5px;
    list-style: none;
    display: block;
    background: rgba(0, 0, 0, 0.25);

}

#main_section.homepage .overlay .actions ul.bins-list li a:hover {
    background: rgba(0, 0, 0, 0.40);
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}

#main_section.homepage .overlay .actions ul.bins-list li span.itemcount {
    color: #333;
  display: inline-block;
  background: #FFDC51;
    background: #B8DEFF;
  font-size: 0.8em;
  float: right;
  padding: 0px 5px;
  border-radius: 2px;
  box-shadow: 0px -1px 1px #BAA934
  margin-left: 10px;
  line-height: 16px;
}

#main_section.homepage .overlay .actions ul.bins-list li a:hover span.itemcount {
    background: #FFF;
    box-shadow: 0px -1px 1px #CBCBCB;
}



#central_overlay .name_label {
    margin: auto;
display: block;
width: 40%;
text-align: center;
background: rgba(255, 255, 255, 0.51);
border-radius: 4px 4px 0px 0px;
padding: 10px;
text-shadow: 1px 1px 1px #9E9E9E;
background: none;
}

#central_overlay .actions {
text-align: center;
    margin: auto;
display: block;
}

#central_overlay .collapse {
background: #ECECEC;
border-radius: 4px;
margin-top: 10px;
box-shadow: inset 1px 1px 2px #BBB;
}

#central_overlay .collapse ol {
    text-align: left;
    margin: 10px 20%;
text-shadow: 1px 1px 1px #9E9E9E;
}

#main_section.homepage .overlay .categories a {
      display: inline-block;
  color: #B2B2B2;
  background: rgba(0, 0, 0, 0.41);
  padding: 2px 8px;
  margin: 2px;
  font-size: 12px;
}

#main_section.homepage .overlay .categories a:hover {
      color: #FFE800;
  background: rgba(0, 0, 0, 0.56);
}


/* Account Pages
-------------------------------------------------- */

.icon.jumbo {
    font-size: 50px;
}
/* Clip Page
-------------------------------------------------- */

.video-page h1.synopsis {
    font-weight: normal;
    font-size: 14px;
  line-height: 14px;
}

.video-page .nav {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.video-page .tab-content {
    background: #FFF;
    padding: 30px;
    margin: 0 0 20px;
}

/* Pagination
-------------------------------------------------- */

.pagination {
    margin: 0;
}

.pagination.pull-right {
    margin: 0;
    width: 100%;
    text-align: right;
    min-height: 35px;
    margin-bottom: 15px;
}

.pagination ul > li.current a,
.pagination ul > li.current .link {
      background-color: #E2E2E2;
  color: #614600;
  border-color: rgba(255, 0, 0, 0);
  font-weight: normal;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span,
.pagination-mini ul > li:first-child > .link,
.pagination-small ul > li:first-child > .link {
    border-radius: 0px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span,
.pagination-mini ul > li:last-child > .link,
.pagination-small ul > li:last-child > .link {
    border-radius: 0px;
}

.pagination ul {
    border-radius: 0px;
    box-shadow: none;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:first-child > .link {
    border-radius: 0px;
  background: #DEDEDE;
    margin-right: 10px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:last-child > .link {
    border-radius: 0px;
  background: #DEDEDE;
}

.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li > .link {
    border-radius: 0px;
  background: #DEDEDE;
    margin-right: 10px;
}

.pagination ul > li > span
.pagination ul > li > .link  {
float: left;
padding: 10px 4px 0px;
line-height: 16px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
border-left-width: 0;
margin: 0;
display: inline;
margin: 0px;
border-top: none;
border-bottom: none;
    border: none;
}

.pagination ul > li > .empty {
    border: none;
}

.pagination ul > li > a,
.pagination ul > li > .link {
    border: none;
    color: #0078E2;
    cursor: pointer;
}

/* Pricing Plans
-------------------------------------------------- */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 20px;   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);}
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { 
border-bottom: 1px solid rgba(19, 125, 176, 0.28);
-moz-box-shadow:0px 1px 1px rgba(19,125,176,0.65);
-webkit-box-shadow:0px 1px 1px rgba(19,125,176,0.65);
box-shadow:0px 1px 1px rgba(19,125,176,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#a6137db0,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#a6137db0,Positive=true);
background-color: #33ADE8; padding: 15px 20px; text-align: center; 
color: #FFF; 
font-weight: 400; 
font-size: 32px; }
.pricing-table .price { background-color: #50B9EB; padding: 15px 20px; text-align: center; color: #FFF; font-weight: normal; font-size: 20px; border-top: 1px solid rgba(255, 255, 255, 0.13);}
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 19px; border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 13px; font-weight: 600; border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button { background-color: rgba(238, 238, 238, 0.13); text-align: center; padding: 20px; }
#pricing-plans {background: #F2F2F2;height: auto;padding: 50px 0px; border-bottom:1px solid rgba(218, 218, 218, 0.89); border-top:1px solid rgba(218, 218, 218, 0.89); }
#pricing-plans .page-header h3 {font-weight:300;}
#pricing-plans .page-header small {font-size: 14px;}
.overview {padding:100px 0px;}
.overview .tab-content {font-weight: 300;}
.overview .page-header h1 {font-weight: 300;}

/* Thumbnails
-------------------------------------------------- */

.thumbnail {background: #DEDEDE; border: 1px solid rgba(145, 145, 145, 0.0); box-shadow: 0 2px 1px rgba(145, 145, 145, 0); border-radius: 0px; height: 0; padding-bottom: 90%;}
.span6 .thumbnail { height: 0; padding-bottom: 90%;}
.thumbnail.bin_clip {
    background: rgba(255, 242, 184, 0.36);
    background: rgba(184, 228, 255, 0.36);
    box-shadow: none;
}
.thumbnail.selected, .thumbnail.bin_clip.selected {background: #FFF2B8;
    background: #B8DEFF;
box-shadow: 0 2px 4px rgba(145, 145, 145, 0.6);}
.thumbnail h6 {margin: 0px 0px 9px 0px; text-align: right; font-size: 15px;}
.thumbnail h6 .pull-left {text-align: left;}
.thumbnail h6 a {color: #555;text-decoration: none;}
.thumbnail h6 a:hover {color: #000;}
.thumbnail > img {opacity: 1;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.thumbnail > img:hover {opacity: .5;background: red;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.thumbnail p {font-size: 12px;line-height: 15px;}
ul.thumbnails li.span4:nth-child(3n + 4) {margin-left : 0px;}
ul.thumbnails li.span3:nth-child(4n + 5) {margin-left : 0px;}
ul.thumbnails li.span12 + li {margin-left : 0px;}
.thumbnail h6 a.clip-mover-link {font-weight: normal; font-size: 12px; cursor: pointer;}
.thumbnail h6 a.clip-mover-link i {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    padding-left: 5px;}

.row-fluid ul.thumbnails li[class*="span"] {
    margin-left: 0px;
    padding-left: 2%;
}
.row-fluid  ul.thumbnails li.span4 {
/*width: 32.623931623931625%;*/
}
.row-fluid .thumbnails .span3 {
    width: 24%;
}

.row-fluid .span3 .thumbnail {
    padding-bottom: 105%;
}
.thumbnail:hover {
background: #F2F2F2;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,0);
box-shadow: 0 2px 4px rgba(145, 145, 145, 0.6);}

.thumbnail.bin_clip:hover {
background: rgba(252, 243, 209, 0.31);
    background: rgba(209, 238, 252, 0.31);
border: 1px solid #FFF6B5;
border: 1px solid rgba(0,0,0,0);
box-shadow: none;}

.thumbnail.bin_clip.selected:hover, .thumbnail.selected:hover {
background: #FCF3D1;
    background:#EFF9FF;
border: 1px solid #FFF6B5;
border: 1px solid rgba(0,0,0,0);
box-shadow: 0 2px 4px rgba(157, 184, 204, 0.6);}

.row-fluid .span4 .thumbnail video {
    width: 100%;
    height: 121px;
}

.thumbnail .film_image {
    display: block;
    width: 100%;
        padding-bottom: 56%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #BFBFBF;
    color:transparent;
    position: relative;
}

.thumbnail .film_image .length {
    color: #FFF;
    padding: 5px 10px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.30);
    display: block;
    bottom: 0;
    position: absolute;
}

@media (min-width: 1200px) {
    .row-fluid .span3 .thumbnail {
        padding-bottom: 90%;
    }
    .row-fluid .span6 .thumbnail {
     padding-bottom: 78%;
    }
}

@media (max-width: 1600px) {
    .row-fluid .thumbnails .span3 {
        width: 32.5%;
    }
    .row-fluid .span6 .thumbnail {
     padding-bottom: 78%;
    }
    .row-fluid .span3 .thumbnail {
        padding-bottom: 90%;
    }
}

@media (max-width: 1200px) {
    .row-fluid .span6 .thumbnail {
     padding-bottom: 95%;
    }
    .row-fluid ul.thumbnails li.span3 {
        width:48%;
    }
    .row-fluid .span3 .thumbnail {
     padding-bottom: 90%;
    }
}

@media (max-width: 979px){
    .row-fluid .span6 .thumbnail {
     padding-bottom: 120%;
    }
    .row-fluid ul.thumbnails li.span3 {
        width:48%;
    }
    .row-fluid .span3 .thumbnail {
     padding-bottom: 100%;
    }
    #header.clear .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }
        #header.clear .nav-collapse .nav > li {
      float: left;
    }
        #header.clear .navbar .btn-navbar {
      display: none;
    }
        #header.clear .open > .dropdown-menu {
      display: block;
    }
    #header.clear .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      list-style: none;
      background-color: #ffffff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
        }

    .footer p.copyright {
        width: auto;
        float: left;
        padding: 10px 20px;
    }

    .footer span.footer_break {
        float: left;
        clear: left;
    }
    .alert-warning {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .main-section .row-fluid {
        width: 92%;
        padding: 0 4%;
    }

    #main_section.homepage .overlay .input-append input[class*="span"] {
        display: inline-block;
        width: 70%;
    }

    #main_section.homepage .overlay input[class*="span2"] {
        display: inline-block;
        width: 30%;
    }

    #header.clear .navbar-static-top {
        margin-right: 0px;
    }

    #header.clear .navbar-inner .container {
        width: 90%;
    }

    #header.clear .navbar .btn-navbar {
        display: none;
    }

    #header.clear .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }

    #header.clear .nav-collapse .nav > li {
        float: left;
    }

    #header.clear .open > .dropdown-menu {
        display: block;
    }

    #header.clear .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    #header.clear .dropdown-menu li > a {
        white-space: normal;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0px;
        margin-left: 0px;
    }
    #bgvid.video-js video {
        display: none;
    }

    .search #side-section {
        clear: both;
    }

    .keypage .info .thumbnail {
        float: left;
        width: 96%;
        padding: 0 0 54%;
        margin: 0 0 20px;
    }

    .keypage .info p,
    .keypage .info h1 {
        float: left;
        width: 96%;
        margin: 0 1% 10px;
    }

    .results {
        padding-right: 1.5%;
        min-width: 96%;
        max-width: 96%;
    }

    .row-fluid .span6 .thumbnail {
     padding-bottom: 70%;
    }
    .row-fluid ul.thumbnails li.span3 {
        width:98%;
    }
    .row-fluid .span3 .thumbnail {
     padding-bottom: 75%;
    }
    .options-bar .bin-selector .col {
        clear: left;
    }
    .options-bar .bin-selector .col.control,
    .options-bar .bin-selector .col.alert-warning {
        margin-left: 10px;
    }
    .options-bar .bin-selector .col.triangle-left {
        display:none;
    }
    .options-bar .bin-selector .col.triangle-left,
    .options-bar .bin-selector .col.alert-warning {
        clear: none;
    }
    .update-folder-form form input[type=text] {
        max-width: 80px;
    }
    .large-screens {
         display: none!important;
     }
    .small-screens {
         display: block!important;
     }
    .small-screens.inline {
         display: inline-block!important;
     }
}

@media (max-width: 605px){
    .row-fluid .span3 .thumbnail {
     padding-bottom: 75%;
    }
    .row-fluid .span6 .thumbnail {
     padding-bottom: 75%;
    }
    .get-in-touch {
        text-align: center;
        margin: auto;
        float: left;
        width: 100%;
    }
    .get-in-touch .smiley {
        margin: 0px auto;
        float:none;
    }
    .get-in-touch .small {
        display: block;
    }
    .footer p.copyright,
    .footer .developer_link{
        float:none;
        margin: auto;
        display: block;
        text-align: center;
    }
    .footer span.footer_break {
        float: none;
        margin: auto;
        text-align: center;
        display: block;
    }
}


@media (max-width: 460px){
    .row-fluid .span3 .thumbnail {
     padding-bottom: 90%;
    }
    .row-fluid .span6 .thumbnail {
     padding-bottom: 90%;
    }
}


#side-section p.small {
font-size: 0.8em;
}

.search #side-section {
    margin-left: 0;
}

#side-section .nav-list > .active > a,
.nav-list > .active > a:hover,
#side-section .nav-list > .active > .filter_header {
  color: #1596C7;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

#side-section .nav-list > li > a
#side-section .nav-list > li > .filter_option,
#side-section .nav-list > li > .filter_header {
  padding: 8px 15px;
  color: rgb(156, 156, 156);
   -webkit-transition-property: background color;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-property: background color;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: linear;
  -ms-transition-property: background color;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: linear;
  transition-property: background color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
    cursor: pointer;
}

.nav > li > ul > li > a:hover,
.nav > li > ul > li > .filter_option:hover,
.nav > li > ul > li > .filter_header:hover{
text-decoration: none;
background-color: #eeeeee;
}
.nav-list > li > ul > li > a,
.nav-list > li > ul > li > .filter_option,
.nav-list > li > ul > li > .filter_header {
padding: 3px 15px;

    cursor: pointer;
}
.nav-list > li > ul > li > a, .nav-list .nav-header {
margin-right: -15px;
margin-left: -15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Right Section styling
============================================== */

#side-section  { padding-top:0px;}
#side-section .module-top {margin-top:15px;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;height: 20px;background: #B8DEFF;color: #333333;padding: 5px 13px 7px 13px;font-size: 12px;font-weight: 500;}
#side-section .module-top {border-top-left-radius: 0px; border-top-right-radius: 0px;}
#side-section .module-top.top {margin-top:0px;}
#side-section .module-top i { padding-right:10px;}
#side-section .error input, #side-section input.error {border: 1px solid #FFA0A0;}
#side-section form p.error {font-size: 0.8em;
color: #FFA0A0;
margin: -5px 5px 10px;}
#side-section .module {padding: 15px;margin:  0px;}
#side-section .module span {font-size: 11px;}
#side-section .module .w-input { box-sizing: border-box;
width: 100%;}

#side-section .module .label-main {font-weight: 600;font-size: 12px;}
#side-section  .nav-list {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 0;
border-left: none;
border-radius: 4px;
border-radius: 0px;}

#side-section .nav-list .nav-list {
padding-right: 15px;
padding-left: 10px;
margin-bottom: 0;
border: none;
border-radius: 4px;
border-radius: 0px;
    margin-left: 0px;
    list-style: none;
    margin: 5px 0px 10px 0px;
      max-height: 310px;
  overflow-y: scroll;

}

#side-section .nav.nav-list > li > ul.nav-list > li > a,
#side-section .nav.nav-list > li > ul.nav-list > li > .filter_option {
display: block;
font-size: 0.9em;
padding: 4px 15px;
    color: #000;

}

#side-section .nav.nav-list > li > ul.nav-list > li > .filter_option,
#side-section .nav.nav-list > li > ul.nav-list > li {
      -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}

#side-section .nav.nav-list > li > ul.nav-list > li.unavailable {
    display: none;
}

#side-section .nav.nav-list > li > ul.nav-list.updating > li.unavailable {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#side-section .nav.nav-list > li > ul.nav-list > li.unavailable.available {
    display: block;
    filter: alpha(opacity=100);
    display: block;
}

#side-section .nav.nav-list > li > ul.nav-list.updating > li.unavailable.selected {
    opacity:1;
    filter: alpha(opacity=100);
    display: block;
}

#side-section .nav.nav-list > li > ul.nav-list > li.selected > a,
#side-section .nav.nav-list > li > ul.nav-list > li.selected > .filter_option {
    background: #FFF2B8;
    background: #B8DEFF;
}

.nav > li > ul > li > a span.itemcount,
.nav > li > ul > li > .filter_option span.itemcount {
color: #D5C574;
    color: #333;
display: inline-block;
background: #FFFFFF;
font-size: 0.8em;
padding: 0px 5px;
border-radius: 2px;
box-shadow: 0px -1px 1px #CBCBCB;
    line-height: 16px;
    margin: 2px 2px 0;
}

#side-section .nav-list > .active > a,
.nav-list > .active > a:hover,
#side-section .nav-list > .active > .filter_option,
#side-section .nav-list > .active > .filter_header {
  color: #919191;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-top: none;
  border-bottom: none;
    color: #000;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    background-color: #DEDEDE;
    border: none;

}

.myclips #side-section .nav.nav-list > li.selected > a {
    background: #FFF2B8;
    background: #D2EAFF;
    font-weight: bold;
    color: #333;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li.selected > a {
font-weight: normal;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li > a i.icon {
color: #CBCBCB;
padding-top: 4px;
    margin: 2px 0px 2px 5px;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li.selected > a i.icon {
color: #333;
}

.comment {  border-bottom: 1px dashed #E7E7E7; padding-top:10px;}
.comment-body {font-size: 10px;line-height: 16px;color: grey;*overflow: visible;zoom: 1;}
.comment-heading {color:grey;margin: 0 0 5px;font-size: 12px;font-weight: 600;}
.comment:first-child {padding:0px;}
.comment:last-child {margin-top: 0;border: 0px;}
.comment-object {display: block;margin-top: 3px;}
.comment-heading .time {float: right;font-size: 9px;color: #ACACAC;}
.comment .pull-left {margin-right: 10px;}
.comment .pull-right {margin-left: 10px;}
.comment-list {margin-left: 0;list-style: none;}



/* Input styling
============================================== */
select,
input[type='checkbox'],
input[type='radio'],
input[type='button']
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #DEDEDE);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #444;
  font: inherit;
  margin: 0 1px 0 0;
  text-shadow: 0 1px 0 #F0F0F0;
}

input[type='checkbox']:checked::before {
  -webkit-user-select: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wDBhYcG79aGIsAAACbSURBVBjTjdFBCkFhFAXgj4fp24PBy0SZ2ICRXRgYGb2xlKzBSEo2YgsiKWVoZgFKMjD5X/2Ux6lb99bpnNO5lKMR5i8MsEQHkhJiEzlS9HCqfiFWMUIt3AfsC3KKLCL30Qr7HfM4Ro4h6rhiEqmusIMKuphGqo+ogSPGcbYLzh91vdkXSHDDBk+0gxussS3rNcMCs+D6E18/9gLPPhbDshfzLgAAAABJRU5ErkJggg==");
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
html[dir='rtl'] input[type='checkbox']:checked::before {
  -webkit-transform: scaleX(-1);
}
input[type='radio']:checked::before {
  background-color: #666;
  border-radius: 100%;
  bottom: 3px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}
select {
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC), -webkit-linear-gradient(#EDEDED, #F3F3F3 38%, #FDFDFD);
  background-position: right center;
  background-repeat: no-repeat;
}
select {
  min-height: 2em;
  min-width: 4em;
  font-size: 11px;
}
html[dir='rtl'] select {
  background-position: center left;
}
input[type='checkbox'] {
  bottom: 0px;
  height: 13px;
  position: relative;
  vertical-align: middle;
  width: 13px;
}
input[type='radio'] {
  /* OVERRIDE */

  border-radius: 100%;
  bottom: -3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

.radio,
.checkbox {
  margin: 0.65em 0;
  font-size: 11px;
}
select:focus,
input[type='checkbox']:focus,
input[type='radio']:focus
 {
  -webkit-transition: border-color 200ms;
  border-color: #4d90fe;
  outline: none;
}

select:disabled {
  background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
  border-color: rgba(80, 80, 80, 0.2);
  box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #aaa;
}
select:disabled {
background-image: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAAXNSR0IArs4c6QAAAAd0SU1FB9sLAxYEBKriBmwAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAABLSURBVCiRY2CgA4gC4jQ8OIpokxKBoKGh4T8uDJIn2rD///8rLFiwYCE2g0DiIHkSfIndQLIMwmYgRQYhG/j27dsmig1CMpCVGHUAo8FcsHfxfXQAAAAASUVORK5CYII=") 1 x), -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);}
input[type='checkbox']:disabled,
input[type='radio']:disabled {
  opacity: .75;
}

select:hover:enabled,
input[type='checkbox']:hover:enabled,
input[type='radio']:hover:enabled
 {

  background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
  color: black;
}
select:hover:enabled {

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"), -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
}
select:active:enabled,
input[type='checkbox']:active:enabled,
input[type='radio']:active:enabled
{
  background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
  box-shadow: none;
  text-shadow: none;
}
select:active:enabled {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"), -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);}

/* Footer
-------------------------------------------------- */

.footer {
  position: relative;
top: 48px;
 
  padding:  0;
  margin-top: 70px;
      border-top: 1px solid #e5e5e5;
    background-color: #E8E8E8;
}

.footer {
    top: inherit;
    bottom: 0;
    margin-top: inherit;
    width: 100%;
}
.footer p {
  margin-bottom: 0;
  color: #A8A7A7;
  font-size: 11px;
  padding: 30px 10px;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}
.foot-logo {padding-right:25px;opacity: 1;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.foot-logo:hover {opacity: .5;background: transparent;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}

.footer .pagination ul > li:first-child a,
.footer .pagination ul > li:last-child a {
    background: #FFF;
}

.developer_link {
    float:right;
    clear: right;
    font-size: 12px;
    padding: 5px 5px 0px;
    color: #bbb;
}


/* Page Elements Styling
-------------------------------------------------- */

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.bs-docs-example .label-e {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}


/* Forms */
ul.errorlist {
    padding: 0;
margin: 0;
text-align: left;
color: #F94949;
list-style: none;
font-size: 0.8em;
}
