@import "foundation.css";

@import "chosen.css";
/* Artfully masterminded by TPWD  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: IMPORTED STYLES
:: BASE STYLES
:: REUSABLE CLASSES
:: MAIN STRUCTURE
:: PAGE - INDEX
:: PAGE - INDEX (FULLSCREEN STYLES)
:: PAGE - VIDEO
:: PAGE - ARCHIVE
*/
/* -----------------------------------------
   IMPORTED STYLES
----------------------------------------- */
/* -----------------------------------------
   COLORS
----------------------------------------- */
/* -----------------------------------------
   BASE STYLES
----------------------------------------- */
/*THE ENTYPO PICTOGRAM SUITE*/
@font-face {
  font-family: "Entypo";
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/_font-face/Entypo _font-face/entypo.eot');
  src: url('../../fonts/_font-face/Entypo _font-face/entypo.eot#iefix') format('embedded-opentype'), url('../../fonts/_font-face/Entypo _font-face/entypo.woff') format('woff'), url('../../fonts/_font-face/Entypo _font-face/entypo.ttf') format('truetype'), url('../../fonts/_font-face/Entypo _font-face/entypo.svg') format('svg');
}
html {
  height: 100%;
  font-size: 62.5%;
  /* Activate kerning  in MSIE 10+ */

  font-feature-settings: "kern";
  /* Activate kerning in C\ome and Safari */

  text-rendering: optimizeLegibility;
  /* Activate kerning in Firefox */

  /* Not necessary, activated by default */

  /* Activate kerning in Opera */

  /* Not possible */

}
html.ie .search_input {
  line-height: 30px;
  padding: 0;
}
html.ie .glass {
  top: 0;
}
body {
  font-family: 'NeueHaasGroteskText W01';
}
body img {
  border: 0;
}
body img.original_size,
body img.logo {
  width: auto !important;
  height: auto !important;
}
body h1,
body h2,
body h3,
body h4 {
  color: #272a23;
}
body p {
  color: #7d7b6e;
}
body a:hover,
body a:active {
  color: #6EB643;
  font-weight: bold;
}
body a,
body a:link,
body a:visited {
  color: #05ac48;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
body h6 {
  text-transform: uppercase;
  color: #BCBCBC;
  font-weight: 500;
}
body hr {
  margin: 0;
}
body ul {
  list-style: none;
}
body li {
  color: #646464;
}
body dt {
  font-weight: bold;
}
body iframe {
  display: block;
}
body video {
  border-radius: 4px;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.49);
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.49);
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #999;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #999;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #999;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #999;
}
/* -----------------------------------------
   REUSABLE CLASSES
----------------------------------------- */
.entypo {
  font-family: "Entypo";
  color: #ffffff;
  font-size: 100px;
  line-height: 0.5em;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.disabled {
  text-decoration: line-through;
}
.right {
  text-align: right;
}
.ad img {
  display: block;
}
.ad:first {
  margin-top: 0;
}
.ad:after {
  content: "Advertising";
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #999999;
  float: right;
  margin-top: 2px;
}
.logo {
  margin-top: 4px;
}
.botao {
  height: 40px;
  margin-top: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 15%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 15%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 15%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 15%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  text-align: left;
  padding-top: 9px;
  padding-left: 10px;
  font-size: 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.botao span {
  float: right;
  padding-right: 10px;
}
.botao:hover {
  height: 40px;
  background-image: linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #ffffff));
  padding-top: 9px;
  font-size: 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
#pagination {
  margin-top: 40px;
}
#pagination .next {
  float: right;
}
#pagination h6 {
  text-align: center;
  margin-top: 0;
  font-size: 12px;
}
.disabled {
  color: #dddddd;
}
.disabled:hover {
  color: #dddddd;
}
/* -----------------------------------------
   MAIN STRUCTURE
----------------------------------------- */
section,
#navbar,
#directo,
hr {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#sponsors {
  max-width: none;
  border-top: solid 1px #dddddd;
}
#lang-selector {
  background-color: #333333;
  color: #CCC;
  border-bottom: 1px solid #4d4d4d;
  height: 90px;
  width: 100%;
  overflow: hidden;
}
#lang-selector ul li {
  float: right;
  margin-left: 40px;
  list-style: none;
  margin-top: 15px;
}
#navbar {
  /* 	background-color: #F7F7F7; */

  padding-top: 30px;
}
#navbar #logo_bar {
  padding-bottom: 10px;
}
#navbar #logo_bar #punchline p {
  font-size: 13px;
  line-height: 1em;
  margin: 5px 0 0;
  color: #666;
}
#navbar #logo_bar #punchline p small {
  font-size: 10px;
  color: #999;
}
#navbar nav {
  background-color: #252525;
  overflow: hidden;
  height: 40px;
}
#navbar nav ul {
  margin: 0;
  height: 40px;
}
#navbar nav ul.sub-nav {
  border-left: solid 1px #3A3A3A;
}
#navbar nav ul li {
  float: left;
}
#navbar nav ul li a {
  font-size: 13px;
  color: #e7e7e7;
  border-right: solid 1px #3A3A3A;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navbar nav ul li a:hover,
#navbar nav ul li a.selected {
  color: white;
}
#navbar nav ul li#lang {
  display: none;
  margin-top: 0;
  margin-right: 12px;
}
#navbar nav ul li#lang dd:after {
  color: #989488;
  content: "▾";
  font-size: 14px;
  margin-left: 8px;
}
#navbar nav ul li#meokanal {
  padding-top: 6px;
}
#navbar nav ul li#meokanal img {
  height: 30px;
}
#navbar nav ul li#search input {
  background-color: transparent;
  border: none;
  color: white;
  float: left;
  height: 40px;
  line-height: 20px;
}
#navbar nav ul li#search .search_input {
  font-size: 13px;
  color: #e7e7e7;
  font-weight: normal;
  width: 80px;
  padding: 10px;
  transition-duration: 0.2s;
}
#navbar nav ul li#search .search_input::-webkit-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
}
#navbar nav ul li#search .search_input:-moz-placeholder {
  color: #C8C8C8;
  opacity: 1;
}
#navbar nav ul li#search .search_input::-moz-placeholder {
  color: #C8C8C8;
  opacity: 1;
}
#navbar nav ul li#search .search_input:-ms-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
}
#navbar nav ul li#search .search_input:focus {
  transition-duration: 0.2s;
  width: 200px;
}
#navbar nav ul li#search .search_input:focus::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
#navbar nav ul li#search .search_input:focus:-moz-placeholder {
  color: white;
  opacity: 1;
}
#navbar nav ul li#search .search_input:focus::-moz-placeholder {
  color: white;
  opacity: 1;
}
#navbar nav ul li#search .search_input:focus:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
#navbar nav ul li#search .glass {
  padding: 0 10px 0 0;
  font-family: "Entypo";
  font-size: 30px;
  color: #C8C8C8;
  font-weight: normal;
  border-right: solid 1px #3A3A3A;
}
.search_form {
  position: relative;
  float: left;
  padding-left: 0;
}
.search_form .search_input,
.search_form .search_input:focus {
  width: 600px;
  background-color: #2b2b2b;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 30px;
  font-size: 18px;
  margin-top: 4px;
  height: 40px;
  line-height: 40px;
}
.search_form .glass {
  font-family: "Entypo";
  font-size: 32px;
  position: absolute;
  left: 10px;
  top: 8px;
}
section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#sponsors {
  background-color: #F7F7F7;
  padding-bottom: 60px;
  padding-top: 40px;
}
#sponsors .logo {
  text-align: left;
  margin: 0 0 20px;
}
#sponsors .logo:nth-of-type(n+4) {
  clear: left;
}
footer {
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer #copy {
  margin-top: 30px;
}
footer #copy p {
  font-size: 11px;
}
footer #copy #tpwd {
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
footer #copy #tpwd a {
  font-size: 11px;
  color: #000;
}
footer #copy #tpwd:hover,
footer #copy #tpwd:hover a {
  color: white;
}
#preloader {
  width: auto !important;
  display: block;
  margin: 20px auto;
}
/* -----------------------------------------
   PAGE - INDEX
----------------------------------------- */
#latest {
  margin-bottom: 50px;
  padding-top: 40px;
}
section h1 {
  /*     margin-top: 35px; */

  font-size: 60px;
}
#directo {
  background-size: 100% auto;
  /*
    background-attachment:fixed;
    background-position: center top;
*/

  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  background-color: #333;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  position: relative;
  text-shadow: 0 1px 3px rgba(45, 45, 45, 0.7);
  height: 440px;
}
#directo h3,
#directo dd {
  color: white;
}
#directo #directo-button {
  display: block;
  position: absolute;
  padding-top: 180px;
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /*
        display: none;
        .hidden-veed {
            opacity: 0;
            transition: all 2s;
            -moz-transition: all 2s;
            -webkit-transition: all 2s;
            -o-transition: all 2s;
        }
        .hidden-veed:hover {
	        
        }
*/

}
#directo #directo-previews {
  height: 100%;
}
#directo #directo-previews .vjs-big-play-button {
  display: none !important;
}
#directo #directo-previews #a-seguir,
#directo #directo-previews #a-dar {
  position: absolute;
  bottom: 20px;
}
#directo #directo-previews #a-seguir h5,
#directo #directo-previews #a-dar h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(45, 45, 45, 0.7);
  font-size: 16px;
}
#directo #directo-previews #a-seguir .subheader,
#directo #directo-previews #a-dar .subheader {
  margin-bottom: 3px;
  text-shadow: 0 1px 4px rgba(45, 45, 45, 0.7);
  text-transform: lowercase;
  color: #EEEEEE;
}
#directo #directo-previews #a-dar {
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
}
#directo #directo-previews #a-dar #player1 {
  width: 1400px;
  height: 595px;
}
#directo #directo-previews #a-dar #close_fullscreen {
  display: none;
}
#directo #directo-previews #a-seguir {
  right: 0;
}
#directo #directo-previews #a-seguir .subheader,
#directo #directo-previews #a-seguir h5 {
  text-align: right;
  margin-top: 165px;
}
#directo #directo-previews #sponsor {
  width: 130px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0;
}
#directo:hover #directo-button .hidden-veed {
  opacity: 1;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */

  -webkit-transition: all 0.5s linear;
  /* Safari and Chrome */

  -o-transition: all 0.5s linear;
  /* Opera */

}
#slogan h1 {
  text-align: center;
  color: #989488;
}
#highlight {
  padding-top: 70px;
  margin-bottom: 50px;
}
#highlight .highlights_module nav#programs_nav {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
}
#highlight .highlights_module nav#programs_nav h6 {
  margin-top: 0;
}
#highlight .highlights_module nav#programs_nav a {
  display: inline-block;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-right: 20px;
  padding: 10px 0;
  margin-bottom: -1px;
}
#highlight .highlights_module nav#programs_nav a.selected {
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-bottom-color: white;
}
#highlight .highlights_module nav#programs_nav a.fr,
#highlight .highlights_module nav#programs_nav a.fr.selected {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
  font-size: inherit;
  color: #05ac48;
}
#highlight .highlights_module nav#programs_nav a.fr.selected {
  display: block;
}
#highlight .four {
  height: 240px;
  margin-bottom: 30px;
  position: relative;
}
#highlight .four img {
  width: 100%;
}
#highlight .four h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3em;
}
#highlight .four p {
  font-size: 13px;
}
#highlight .four .sponsor {
  position: absolute;
  bottom: 0;
  left: 10px;
}
#highlight .four .sponsor h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
#highlight .four .sponsor img {
  height: 40px !important;
}
#highlight .more_videos {
  overflow: hidden;
  clear: left;
  text-align: center;
}
#banner960 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
#banner960 .row {
  width: 960px !important;
}
#banner960 img {
  display: block;
  margin: 0 auto;
}
#banner2 {
  margin-bottom: 40px;
}
.latest-news {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.latest-news h3 {
  margin-bottom: 10px;
}
.latest-news h5 {
  margin: 0;
  padding: 0;
}
.latest-news h5 small {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #999999;
}
.latest-news p {
  margin-bottom: 10px;
  padding: 0;
}
.top-news .news {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.top-news img {
  width: 70px;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.top-news a h4 {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  margin-bottom: 5px;
}
.top-news p {
  font-size: 13px;
}
.top-news p:after {
  content: " ";
  font-family: "Entypo";
  font-size: 20px;
  line-height: 20px;
  color: #05ac48;
}
.top-chart a {
  display: block;
  height: 115px;
  background-image: url('../rachel.png');
  color: white;
}
.top-chart a h4 {
  padding: 5px 5px 5px 8px;
  color: #ffffff;
}
/* -----------------------------------------
   PAGE - INDEX (FULLSCREEN STYLES)
----------------------------------------- */
body.fullscreen {
  overflow: hidden;
  height: 100%;
  position: static;
}
body.fullscreen #directo {
  max-width: none;
  height: 100%;
}
body.fullscreen #navbar {
  display: none;
  position: relative;
  z-index: 1;
  background-color: black;
  height: 65px;
}
body.fullscreen #navbar .row {
  width: 100%;
}
body.fullscreen #a-dar h6,
body.fullscreen #a-dar h5,
body.fullscreen #a-seguir,
body.fullscreen #close_fullscreen {
  position: absolute;
  right: 20px;
  bottom: auto;
  margin: 0;
  padding: 0;
}
body.fullscreen #directo,
body.fullscreen #directo-previews,
body.fullscreen #a-dar,
body.fullscreen #player1 {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
body.fullscreen .hide_on_fullscreen,
body.fullscreen hr {
  display: none !important;
}
body.fullscreen #a-seguir {
  top: 65px;
  left: 0;
  right: 20px;
  text-align: right;
  width: auto;
}
body.fullscreen #a-seguir h6 {
  margin-top: 0;
}
body.fullscreen #a-dar h5 {
  top: 40px;
}
body.fullscreen #a-dar h6 {
  top: 20px;
}
body.fullscreen #a-dar #close_fullscreen {
  top: 65px;
  display: block !important;
}
body.fullscreen #directo {
  background-image: none !important;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
/* -----------------------------------------
   PAGE - VIDEO
----------------------------------------- */
#detail {
  padding-top: 40px;
}
#detail video {
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#detail .sixteen.columns {
  position: relative;
}
#detail #subtitles {
  color: white;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  top: 340px;
  z-index: 1000;
  line-height: 1.4em;
}
#info {
  margin-top: 10px;
  margin-bottom: 70px;
}
#info img {
  height: 300px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#info img.logo {
  margin: 0;
  height: auto;
}
#info #video_description p {
  font-size: 16px;
}
#info h5 {
  margin: 0;
  padding: 0;
}
#info h5 small {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #999999;
}
#info #video_sponsors {
  float: right;
  width: 80%;
  clear: left;
}
#info #video_sponsors .sponsor {
  text-align: right;
  float: right;
  margin: 0 10px 20px;
}
#info #video_sponsors .sponsor h5 {
  text-transform: uppercase;
}
#info #video_sponsors .sponsor:nth-child(3n+1) {
  clear: right;
}
#info dl {
  position: relative;
}
#info dl dt {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  opacity: .3;
}
#info dl dt.visualizations {
  position: absolute;
  right: 0;
  top: 0;
}
#info dl dd {
  margin-bottom: 7px;
}
#info dl dd a {
  font-size: 18px;
  opacity: .7;
  margin-bottom: 17px;
}
#info dl dd a span {
  font-family: "Entypo";
}
#info dl dd.visualizations {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
#info .five {
  margin-top: 15px;
}
#list {
  margin-top: 40px;
}
#list img {
  margin-top: 10px;
  border-radius: 4px;
  visibility: visible;
  -webkit-box-shadow: 0px 6px 6px -6px #989488;
  -moz-box-shadow: 0px 6px 6px -6px #989488;
  box-shadow: 0px 6px 6px -6px #989488;
}
img:hover {
  border: 1px red;
}
#videos-grid {
  margin-top: 10px;
  border-radius: 4px;
}
#videos-grid h4 {
  margin-top: 5px;
  margin-bottom: 40px;
}
#videos-grid img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 6px -6px #989488;
  -moz-box-shadow: 0px 6px 6px -6px #989488;
  box-shadow: 0px 6px 6px -6px #989488;
}
#attachments {
  height: 115px;
  background-image: linear-gradient(bottom, #3b3b3b 0%, #242424 50%);
  background-image: -o-linear-gradient(bottom, #3b3b3b 0%, #242424 50%);
  background-image: -moz-linear-gradient(bottom, #3b3b3b 0%, #242424 50%);
  background-image: -webkit-linear-gradient(bottom, #3b3b3b 0%, #242424 50%);
  background-image: -ms-linear-gradient(bottom, #3b3b3b 0%, #242424 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b3b3b), color-stop(0.5, #242424));
  border-top: 1px solid #444444;
  border-bottom: 1px solid #f1f1f1;
  -moz-border-radius-bottomright: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  -moz-border-radius-bottomleft: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  text-align: center;
}
#attachments .thumbnail {
  margin-top: 10px;
  margin-right: 15px;
  width: 113px;
  height: 64px;
  /* border-top: 1px solid rgba(255,255,255,0.08); */

  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.49);
  display: inline-block;
  position: relative;
}
#attachments .thumbnail a,
#attachments .thumbnail a div {
  display: block;
  height: 64px;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  text-align: left;
}
#attachments .thumbnail a h6,
#attachments .thumbnail a div h6 {
  margin-top: 2px;
  margin-bottom: 10px;
}
#attachments .thumbnail a:after,
#attachments .thumbnail a div:after {
  display: block;
  width: 10px;
  height: 10px;
  font-family: "Entypo";
  font-size: 30px;
  color: white;
  opacity: .7;
  font-weight: 100;
}
#attachments .thumbnail.other_video a:after {
  content: "🎬";
}
#attachments .thumbnail.url {
  padding-left: 5px;
}
#attachments .thumbnail.url a:after {
  content: "🔗";
}
#attachments .thumbnail.file a:after {
  content: "📷";
}
#attachments .thumbnail.map a {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  background-position: center -25px;
}
#attachments .thumbnail.map a:after {
  content: "➢";
}
#attachments .thumbnail.map span {
  font-family: "Entypo";
  font-size: 75px;
  display: block;
  position: absolute;
  top: -5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 2px 3px black;
  color: #65B644;
}
/* -----------------------------------------
   PAGE - ARCHIVE
----------------------------------------- */
#archive_content {
  margin-bottom: 30px;
  z-index: 2;
  height: 90px;
  width: 100%;
  padding-top: 40px;
  /*
	a {
		font-size: 18px;
		padding-top: 2px;
		padding-left: 0;
		margin-left: 0;
		color: @green;
	}
*/

}
#archive_content .search_input {
  background-color: rgba(43, 43, 43, 0.1);
  color: #333333;
}
#order_videos_chzn {
  margin-top: 3px;
  height: 40px;
}
#order_videos_chzn .chzn-single,
#order_videos_chzn .chzn-single * {
  height: 40px;
  line-height: 40px;
}
#order_videos_chzn .chzn-single div b,
#order_videos_chzn .chzn-single * div b {
  background-position: 0 10px;
}
#archive_content .button {
  display: block;
  margin-top: 13px;
}