/* Import Fonts
-------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway);


html, body {
    border:0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
body {
    display: block;
}
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;
}
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%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a img {
    border: 0;
}
:focus {
    outline: 0;
}
nav {
    color: #fff;
    background-color: #000;
    width:100%;
    height: 50px;
    padding-top: 0;
    min-width: 930px;
    box-sizing: border box;
    -moz-box-sizing: border box;
    -webkit-box-sizing: border box;
}

nav .contain {
    position: relative;
}

nav h1 {
    margin-left: 30px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
}

nav h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

nav h1, nav h2 {
    float: left;
    font-weight: 500;
    margin-right: 9px;
    color: #fff;
    font-family: "Raleway", sans-serif;
}

nav .site-tagline {
    width: 360px;
    position: absolute;
    left: 150px;
    top: 14px;
    height: 25px;
}

nav .tagline {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin-top: 2px;
    color: #999;
    padding-left: 3px;
}

footer, header, nav, section, video {
    display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}

div, span, object, iframe, img, table, caption, nav, footer, header, section, video {
    border: 0;
    margin: 0;
    padding: 0;
}

div {
    display:block;
}

input,
button,
span,
div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    text-transform;
    height: 41px;
    padding: 10px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.clear-fix {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.contain {
    width:930px;
    margin: 0 auto;
    text-align: center;
}

.columns .column-1 {
    width: 320px;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.columns .column-1:last-child {
    width: 290px;
    padding-right: 0;
}

.columns:after {
    content: " ";
    visibility: hidden;
    display:block;
    height: 0;
    clear: both;
}

.offset-columns .column-1 {
    width: 425px;
    float:left;
}

.offset-columns .column-1.important {
    margin-top: -40px;
}

.offset-columns:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

h4 {
    color: #424340;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

h5 {
    font-family: "Raleway", sans-serif;
    color: #424340;
    font-size: 20px;
    font-weight: 500;
}

ul.inline {
    list-style-type: none;
}

ul.inline li {
    display: inline;
}


.video-player {
    margin: 44px 0 20px 0;
    height: 360px;
    background-color: black;
    overflow:hidden;
    position:relative;
}

.video-player .top-video {
    float:right;
    width:640px;
    height:360px;
}

.video-player ul {
    width:290px;
    list-style-type: none;
    text-align:left;
    float: left;
    display: table;
}

.video-player ul li.active h4 {
    color: #999999;
    font-weight:500;
}

.video-player ul li.active h5 {
    color: white;
}

.video-player ul li.active a.share {
    color: white;
    background: url(images/twitter-white.png) no-repeat left center;
}

.video-player ul li {
    height: 90px;
    display: table-row;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video-player ul li div {
    display: table-cell;
    padding-left: 20px;
    position:relative;
    vertical-align: middle;
    border-top: 1px solid rgba(256, 256, 256, 0.15);
    cursor: default;
}

.video-player ul li div h4 {
    font-size: 15px;
    color: #999;
    font-weight:500;
}

.video-player ul li div h5 {
    font-size: 14px;
    color: white;
}

.video-player ul li div h5.dark {
    color: #999;
}

.video-player ul li div a.share {
    font-family:"Raleway", sans-serif;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    text-decoration:none;
    display: block;
    width: 45px;
    margin-top: 12px;
    background: url(images/twitter-white.png) no-repeat left center;
    padding: 1px 0 0 22px;
}

.video-player ul li div a.share:hover {
    color: rgba(0, 0, 0, 0.3);
    background: url(images/twitter.png) no-repeat left center;
}

.video-player ul li div:hover {
    cursor: pointer;
}

.video-player ul li.video-1 {
    background: repeat-y left top #323230;
}

.video-player ul li.video-1:hover {
    background: repeat-y left top #383838;
}

.video-player ul li.video-1:hover h4 {
    color: white;
}

.video-player ul li.video-1.active {
    background-color: #a21b3a;
}

.video-player ul li.video-1.active h4 {
    color: white;
}

.video-player ul li.video-2 {
    background: repeat-y left top #323230;
}

.video-player ul li.video-2:hover {
    background: repeat-y left top #383838;
}

.video-player ul li.video-2:hover h4 {
    color: white;
}

.video-player ul li.video-2.active {
    background-color: #a21b3a;
}

.video-player ul li.video-2.active h4 {
    color: white;
}

.video-player ul li.video-3 {
    background: repeat-y left top #323230;
}

.video-player ul li.video-3:hover {
    background: repeat-y left top #383838;
}

.video-player ul li.video-3:hover h4 {
    color: white;
}

.video-player ul li.video-3.active {
    background-color: #a21b3a;
}

.video-player ul li.video-3.active h4 {
    color: white;
}

.video-player ul li.video-3.active h5.dark {
    color: #37837d;
}

.video-player ul li.video-4 {
    background: repeat-y left top #323230;
}

.video-player ul li.video-4:hover {
    background: repeat-y left top #383838;
}

.video-player ul li.video-4:hover h4 {
    color: white;
}

.video-player ul li.video-4.active {
    background-color: #a21b3a;
}

.video-player ul li.video-4.active h4 {
    color: white;
}

.video-player ul li.video-4.active h5.dark {
    color: #37837d;
}

.content .column-1 {
    width: 930px;
}

.content div {
    margin-top: 2px;
}

.content div h4 {
    color: #444D74;
}

.content div h5 {
    color: #222;
    font-size:14px;
}

.content div button {
    width: 175px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 24px;
}

.content div.small {
    background-color: #f2f2f2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 20px;
}

.content div.small a {
    color: #fff;
    width: 250px;
    position: absolute;
    right: 20px;
    top: 24px;
    display: block;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: #a21b3a;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
}

.content div.book {
    background-color: #f2f2f2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 20px;
    margin-top: 25px;
}

.content div.book a {
    font-family: "Roboto", sans-serif;
    color: #000;
}

.content div.book .button a {
    color: #fff;
    width: 250px;
    position: absolute;
    right: 20px;
    top: 24px;
    display: block;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: #a21b3a;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
}

footer {
    width: 100%;
    text-align: center;
    color: #808080;
    padding-top: 75px;
    clear: both;
}

footer p {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    text-align: justify;
    line-height: 22px;
}

footer ul {
    margin: 58px 0;
}

footer ul li {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px;
}

footer ul li a {
    text-decoration: none;
}