/**
 * Global Reset of all HTML Elements
 */
html,
body {
  border: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/**
 * Custom Boilerplate snippets
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  -ms-interpolation-mode: bicubic;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
svg:not(:root) {
  overflow: hidden;
}
@media print {
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  img {
    max-width: 100% !important;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-poster img {
  padding: 0;
  border: 0;
  display: block;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../_img/mediaplayer/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../_img/mediaplayer/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../_img/mediaplayer/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../_img/mediaplayer/controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow;
}
/* End: CONTROL BAR */
/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (current / duration) */
/* Start: Play/pause */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
/* End: Play/pause */
/* Stop */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* End: Play/pause */
/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(20, 20, 20, 0.8);
}
/* End: TRACK (Captions and Chapters) */
.mejs-clear {
  clear: both;
}
/* Start: ERROR */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: ERROR */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: picture controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: SourceChooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../_img/mediaplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Reber Covington Player */
.mejs-container {
  margin: 0 auto;
}
.mejs-reber .mejs-overlay-button {
  display: none !important;
}
.mejs-reber .mejs-controls {
  height: 48px;
  background: white;
}
.mejs-reber .mejs-controls .mejs-time-rail {
  padding: 24px 0 24px 0;
}
.mejs-reber .mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0;
  cursor: pointer;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 0;
  background: #d2d2d2;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-buffering {
  background: #a5a5a5;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #828282;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: #a5a5a5;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float {
  display: none !important;
}
.mejs-reber .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle {
  width: 24px;
  height: 24px;
  top: -12px;
  margin-left: 11px;
  background: transparent url(../_img/mediaplayer/reber-controls.svg) no-repeat;
  background-position: -10px -100px;
  border: none;
}
.mejs-reber .mejs-controls .mejs-button {
  height: 100%;
  width: 54px;
}
.mejs-reber .mejs-controls .mejs-button button {
  margin: 12px 12px 12px 16px;
  height: 24px;
  width: 24px;
  background: transparent url(../_img/mediaplayer/reber-controls.svg) no-repeat;
}
.mejs-reber .mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow;
}
.mejs-reber .mejs-controls .mejs-play button {
  background-position: -10px -10px;
}
.mejs-reber .mejs-controls .mejs-play button:hover {
  background-position: -40px -10px;
}
.mejs-reber .mejs-controls .mejs-pause button {
  background-position: -10px -40px;
}
.mejs-reber .mejs-controls .mejs-pause button:hover {
  background-position: -40px -40px;
}
.mejs-reber .mejs-controls .mejs-fullscreen-button button {
  position: relative;
  z-index: 9999;
  background-position: -10px -70px;
}
.mejs-reber .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: -40px -70px;
}
.mejs-reber .no-svg .mejs-button button,
.mejs-reber .no-svg .mejs-time-handle {
  background-image: url(../_img/mediaplayer/reber-controls.png);
}
/* /////  Font  ///// */
@font-face {
  font-family: 'reber';
  src: url('fonts/reber-heavy.eot');
  src: url('fonts/reber-heavy.eot?#iefix') format('embedded-opentype'), url('fonts/reber-heavy.woff') format('woff'), url('fonts/reber-heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'reber';
  src: url('fonts/reber-medium.eot');
  src: url('fonts/reber-medium.eot?#iefix') format('embedded-opentype'), url('fonts/reber-medium.woff') format('woff'), url('fonts/reber-medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'reber';
  src: url('fonts/reber.eot');
  src: url('fonts/reber.eot?#iefix') format('embedded-opentype'), url('fonts/reber.woff') format('woff'), url('fonts/reber.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
/* /////  Vars  ///// */
/* /////  Main  ///// */
* {
  box-sizing: border-box;
  *behavior: url(/_css/boxsizing.htc);
}
body {
  background: #f7f7f7;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'reber', helvetica;
  font-weight: 400;
  letter-spacing: 2px;
}
.wrapper {
  display: table;
  *behavior: url(/_css/display-table.min.htc);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 9;
}
.wrapper .vertical-align {
  display: table-cell;
  -dt-display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wrapper .vertical-align .bounds {
  width: 70%;
  min-width: 990px;
  max-width: 1300px;
  margin: 0 auto;
}
.wrapper .vertical-align .bounds .scale {
  position: relative;
  padding: 48.5% 0 0 0;
  height: 0;
}
.wrapper .vertical-align .bounds .scale .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* ///// Header ///// */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header nav {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  padding: 0 100px 0 240px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
  line-height: 3.25rem;
}
header nav a {
  display: block;
  width: 20%; 
  height: 100%;
  float: left;
  border-right: 1px solid #ffffff;
  background-color: #e0e0e0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header nav a:hover {
  background-color: #a9a9a9;
}
header nav a.active {
  background-color: transparent;
  color: #262626;
}
header nav a.logo {
  position: absolute;
  left: 0;
  width: 240px;
  background-color: #a9a9a9;
}
header nav a.logo .logoText {
  position: relative;
  z-index: 3;
}
header nav a.logo .slash {
  width: 110px;
  height: 100%;
  background-color: #e0e0e0;
  border-right: 1px solid #ffffff;
  position: absolute;
  left: -20px;
  z-index: 2;
  top: 0;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
header nav a.fbt {
  position: absolute;
  width: 52px;
  height: 52px;
  overflow: hidden;
  right: 52px;
  background-color: #a9a9a9;
  border-left: 1px solid #ffffff;
  border-right: none;
}
header nav a.fbt .sideType {
  position: relative;
  margin-top: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
header nav a.fbt:hover,
header nav a.fbt.open {
  background-color: #ffffff;
  color: #262626;
  height: 200px;
}
header nav a.fbt.open {
  border-left: 1px solid #e0e0e0;
}
header nav a.twitter {
  right: 0;
}
header .twitBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  z-index: -100;
  transition: all 0.3s ease-in-out;
}
header .twitBox.open {
  height: 201px;
}
header .twitBox .tweets {
  height: 200px;
  overflow: hidden;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 70px;
  padding-bottom: 70px;
}
header .twitBox .tweets .tweet_list li {
  font-weight: 100;
  color: #666;
  margin-bottom: 20px;
}
header .twitBox .tweets .tweet_list li a {
  font-weight: 100;
  color: #333;
  text-decoration: none;
}
header .twitBox .tweets .tweet_list li .date {
  color: #a9a9a9;
  padding: 0 40px 0 40px;
}
header .twitBox .tweetNav {
  height: 148px;
  width: 51px;
  position: absolute;
  right: 52px;
  top: 100px;
  text-align: center;
  font-family: serif;
}
header .twitBox .tweetNav .tw {
  display: block;
  margin-bottom: 10px;
  color: #a9a9a9;
  cursor: pointer;
}
header .twitBox .tweetNav .tw.nextt {
  font-size: 16px;
  font-size: 1rem;
}
/* ///// Footer ///// */
footer {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
footer nav {
  display: table;
  *behavior: url(/_css/display-table.min.htc);
  width: 100%;
  border-collapse: collapse;
  height: 52px;
}
footer nav a {
  display: table-cell;
  -dt-display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #ffffff;
  padding: 0 14px 0 14px;
  cursor: pointer;
  background-color: #e0e0e0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
footer nav a:hover {
  background-color: #a9a9a9;
}
footer nav a.active {
  background-color: transparent;
  color: #262626;
}
footer nav a:last-child {
  border: none;
}
.footerCover {
  width: 100%;
  height: 52px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #f7f7f7;
  display: none;
}
/* ///// Home ///// */
.home .content {
  overflow: hidden;
}
.home .content .fatTitle {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -495px;
  width: 990px;
  height: 120px;
  line-height: 120px;
  line-height: 7.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 62px;
  font-size: 3.875rem;
  z-index: 11;
}
.home .content .slider {
  width: 100%;
  height: 100%;
}
.home .content .slider .slide {
  width: 100% !important;
  height: 100% !important;
}
.home .content .slider .slide .thumbSplitter {
  height: 30%;
  width: 100%;
  background-color: transparent;
  float: left;
}
.home .content .slider .slide a {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  width: 33.233333333333334%;
  float: left;
  margin-right: 1px;
  color: #262626;
}
.home .content .slider .slide a .thumbText {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 50%;
  left: -100%;
  margin-top: -48px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.home .content .slider .slide a .thumbText h4 {
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 12px 0;
}
.home .content .slider .slide a .thumbCover {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -220%;
  background-color: #F0E77F;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  transition: all 0.3s ease-in-out;
}
.home .content .slider .slide a:hover .thumbCover {
  left: -93%;
}
.home .content .slider .slide a:hover .thumbText {
  left: 0;
}
.home .content .slider .slide a img {
  float: left;
  width: 100%;
  height: auto;
}
.home .content .slider .fluid-fix {
  position: relative !important;
  display: block !important;
  height: auto !important;
}
.home .content .dots {
  position: fixed;
  bottom: 80px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  font-size: 22px;
  font-size: 1.375rem;
}
.home .content .dots a {
  color: #C2C2C2;
  margin-right: 3px;
}
.home .content .dots a.activeSlide {
  color: #828282;
}
.home .control {
  cursor: pointer;
  position: fixed;
  top: 50%;
  margin-top: -26px;
  display: none;
  z-index: 12;
}
.home .control.prevBtn {
  left: 5%;
}
.home .control.nextBtn {
  right: 5%;
}
.home .control:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.home .control .arrow {
  width: 0;
  height: 0;
  border-top: 26px solid transparent !important;
  border-bottom: 26px solid transparent !important;
}
.home .control.prevBtn .arrow {
  border-right: 38px solid #a9a9a9;
}
.home .control.nextBtn .arrow {
  border-left: 38px solid #a9a9a9;
}
.home .vidNav {
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  z-index: 13;
}
.home .vidNav.prevy {
  left: 5%;
}
.home .vidNav.nexty {
  right: 5%;
}
.home .vidNav.hider {
  background: #f7f7f7;
}
.home .vidNav:not(.hider):hover {
  background: #f7f7f7;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
/* ///// Modal ///// */
.modal {
  position: fixed;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
  display: none;
  z-index: 11;
  line-height: 52px;
  line-height: 3.25rem;
}
.modal .projInfo {
  position: relative;
  top: -52px;
  left: 240px;
  padding-left: 30px;
  background: #e0e0e0;
  width: 100%;
  height: 52px;
  text-transform: uppercase;
  color: #ffffff;
}
.modal .projInfo .clientName {
  color: #262626;
}
.modal .projVideo {
  display: table;
  *behavior: url(/_css/display-table.min.htc);
  position: fixed;
  top: 52px;
  width: 100%;
  height: 100%;
}
.modal .projVideo .projVidAlign {
  display: table-cell;
  -dt-display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal .projVideo .projVidAlign .mejs-container {
  margin-top: -45px;
}
.modal .closeBtn {
  display: block;
  width: 52px;
  height: 52px;
  position: fixed;
  right: 0;
  top: 0;
  background: #a9a9a9 url(../_img/close.png) no-repeat center;
  border-left: 1px solid white;
}
/* ///// Clients ///// */
.clients .content {
  display: inline-block;
  width: 990px;
  max-height: 1500px;


}
/* added */

.clients-section:hover {color:white;}
.clients .wrapper .vertical-align {
 display: table-cell;
  -dt-display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  max-height: 1500px;
  overflow-y: scroll;
}



.client-scroll {


}

.client-section:hover{
  color: #a9a9a9;
} /* added */

.clients .content .fatList {
  width: 900px;
  margin-left: 45px;
  text-transform: uppercase;
  display: none;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 70px;
}
.clients .content .fatList h3 {
  color:#e0e0e0;
  font-family: 'reber', helvetica;
  font-weight: 800;
}
.clients .content .fatList h3:hover {
  color:#a9a9a9;
}
.clients .content .fatList li {
  display: inline;
  margin-right: 5px;
}
.clients .content .fatList li a {
  font-weight: 800;
  color: #7A7A7A;
}
.clients .content .fatList li a:hover {
  color: #7A7A7A !important;
}
.clients .content .bio {
  display: none;
}
.clients .content .bio h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 62px;
  font-size: 3.875rem;
  margin-bottom: 48px;
}
.clients .content .bio .logoLink {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.clients .content .bio .logoLink img {
  max-height: 300px;
  width: auto;
}
.clients .content .bio p {
  margin: 0 0 0 195px;
  float: left;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #808080;
  width: 600px;
  text-align: justify;
  font-weight: 100;
}
.clients .content .bio .clientLink {
  display: block;
  float: left;
  width: 165px;
  overflow: hidden;
}
.clients .content .bio .clientLink img {
  width: 100%;
  height: auto;
}
.clients .content .bio .clientLink .visit {
  display: block;
  width: 165px;
  height: 86px;
  line-height: 86px;
  border: 1px solid #DDDDDD;
  text-transform: uppercase;
  color: #ddd;
}
.about .content {
  display: inline-block;
  width: 990px;
}
.about .content .hider {
  display: none;
}
.about .content h6 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 62px;
  font-size: 3.875rem;
  margin-bottom: 48px;
  margin-top: 24px;
}
.about .content .bio {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #808080;
  letter-spacing: 0;
  font-weight: 100;
}
.about .content .bio .col {
  width: 240px;
  margin: 24px;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
}
.about .content .bio .col .sub {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
}
.about .content .bio .col2 {
  width: 420px;
  margin: 24px;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
}
.about footer.biosF {
  z-index: 9999 !important;
}
/* /////// Contact /////// */
.contact .content {
  display: inline-block;
  width: 990px;
}
.contact .content .contactBlock {
  display: none;
}
.contact .content .bigSlash {
  height: 600px;
  width: 1px;
  background: #ddd;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -275px;
}


.contact .content .sf,
.contact .content .la {
  display: inline-block;
  margin: 120px;
  text-align: center;
  vertical-align: top;
}
.contact .content .sf .city,
.contact .content .la .city {
  color: #CCCCCC;
  text-transform: uppercase;
}
.contact .content .sf h6,
.contact .content .la h6 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 62px;
  font-size: 3.875rem;
  margin-bottom: 24px;
  margin-top: 24px;
}
.contact .content .sf .meta,
.contact .content .la .meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #808080;
  letter-spacing: 0;
  font-weight: 100;
}
.contact .content .sf .meta a,
.contact .content .la .meta a {
  font-weight: 100;
  color: #808080;
}
.siteBy {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 9999;
  color: #CCCCCC;
}
.siteBy a {
  color: #CCCCCC;
}
.siteBy a:hover {
  color: #808080;
}
/* /////// MQ /////// */
@media only screen and (max-width: 1024px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  footer nav a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .home .content .fatTitle,
  .about .content h6 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .clients .content .fatList {
    font-size: 60px;
    fo