
/** Title Bars **/
.titlebar {
    overflow: hidden; color: #fff; position: relative; padding-left: 26px;
    box-shadow: inset 0 25px 25px rgba(255, 255, 255, .3);
}

.titlebar i.icon-dot { position: absolute; left: 5px; top: 9px; }
.titlebar h1, .titlebar h2 { float: left; line-height: 39px; font-weight: normal; }
.titlebar h1 { font-size: 20px; text-transform: uppercase; font-family: LeagueGothicRegular,arial,sans-serif; }
.titlebar h2 { font-size: 12px; margin-left: 10px; font-weight: normal; }
.titlebar .gray-arrows { background: #4a4e51; padding: 10px 7px 10px 7px; position: absolute; right: 0; top: 0; height: 100px; }
.titlebar.tall h1, .titlebar.tall h2 { float: none; margin: 0; }
.titlebar.tall h2 { font-size: 11px; line-height: 22px; margin-top: -15px; }

.titlebar.bar-orange  { background: #d6711e; }
.titlebar.bar-orange2 { background: #e27e09; }
.titlebar.bar-blue    { background: #7cc0c5; }
.titlebar.bar-blue2   { background: #60a6ca; }
.titlebar.bar-blue3   { background: #0993e2; }
.titlebar.bar-pink    { background: #e2a3a4; }
.titlebar.bar-green   { background: #accb95; }
.titlebar.bar-green2  { background: #047436; }
.titlebar.bar-yellow  { background: #efdc78; }
.titlebar.bar-red     { background: #d35e0a; }
.titlebar.bar-black   { background: #000000; }
.titlebar.bar-gray    { background: #999999; }
.titlebar.bar-gray2   { background: #e9e9e9; color: #353535; }



/** Youtube **/
.video iframe { border: 0; }

/** Review Box **/
.reviewbox ul { margin: 0; list-style: none; width: 100%; }
.reviewbox li { padding: 0 10px; line-height: 20px; border: 1px solid #fff; border-width: 1px 0; }

.reviewbox.box-green    { background: #eafed6; }
.reviewbox.box-green li { border-bottom-color: #d0e4bc; }
.reviewbox.box-blue     { background: #eaf7ff; }
.reviewbox.box-blue li  { border-bottom-color: #c2e1f3; }


