@import url("https://fonts.googleapis.com/css?family=Arimo:400,700|Asap|Libre+Baskerville:400,700|Muli:300,400,700|PT+Serif:400,700|Quicksand:300,400,700");
.grid:after {
  content: "";
  display: table;
  clear: both; }

.srt, .form__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.panel--centered, .panel--padded--centered, [class^="btn--"], .card a {
  text-align: center; }

.icn--nav-toggle:before {
  display: block;
  content: '';
  position: absolute; }

.centered, .grid {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.tinylink {
  font-size: 13px;
  color: #6e6e6e;
  padding: 3px; }
  .tinylink--shwz {
    visibility: visible; }
  .tinylink--hide {
    visibility: hidden; }
  .tinylink a {
    color: #f36b25; }

.ie9 img[src$=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

*
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  .thmb {
    width: 150px !important;
    height: 90px !important;
  }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #797e83;
  font-size: 16px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

h3 {
  font-size: 1.125em; }

h4 {
  margin-top: 1.57143em;
  margin-bottom: 2.28571em;
  color: #656a6e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1em; }

h5 {
  font-size: 0.9375em; }

a {
  color: #656a6e;
  text-decoration: none;
  font-weight: 400; }

p {
  margin: 0 0 1.66667em;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5; }

blockquote {
  font-weight: 300;
  font-style: italic;
  font-size: 1.25em; }
  @media (min-width: 769px) {
    blockquote {
      margin: 1.33333em 0;
      padding: 0 0 0 5%;
      border-left: 0.33333em solid #ebecec;
      font-size: 1.5em; } }

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

input,
textarea {
  display: block;
  padding: 15px;
  width: 100%;
  outline: 0;
  border: 0; }

input:focus,
textarea:focus {
  transition: 0.3s; }

button {
  outline: 0; }

footer {
  border-top: 1px solid #ebecec; }
  footer p {
    font-size: 1em;
    margin-top: 1.375em; }

.panel, .panel--centered {
  padding-top: 0.625em; }
  @media (min-width: 769px) {
    .panel, .panel--centered {
      padding-bottom: 0.625em; } }

.panel--padded, .panel--padded--centered {
  padding-top: 0.875em; }
  @media (min-width: 769px) {
    .panel--padded, .panel--padded--centered {
      padding-top: 1.25em;
      padding-bottom: 1.5em; } }

.grid {
  width: 90%; }
  [class*="grid__col--"] > .grid {
    width: 100%; }
  @media (min-width: 1100px) {
    .grid {
      max-width: 1050px; } }
  .grid .wrap h5 {
    margin-bottom: 0.5em; }
  .grid .wrap ul li a {
    color: #f8991d; }
    .grid .wrap ul li a:hover {
      color: #f36b25; }
    .grid .wrap ul li a:visited {
      color: #f8991d; }
  @media (min-width: 1px) and (max-width: 768px) {
    .grid .wrap {
      text-align: center; } }

.t-pad {
  margin-top: 1.5em;
  padding-top: 1.25em; }

.bg--light {
  background-color: #ebecec; }

@media (min-width: 769px) {
  .grid__col--1 {
    width: 8.33333%; }
  .grid__col--2 {
    width: 16.66667%; }
  .grid__col--3 {
    width: 25%; }
  .grid__col--4 {
    width: 33.33333%; }
  .grid__col--5 {
    width: 41.66667%; }
  .grid__col--6 {
    width: 50%; }
  .grid__col--7 {
    width: 58.33333%; }
  .grid__col--8 {
    width: 66.66667%; }
  .grid__col--9 {
    width: 75%; }
  .grid__col--10 {
    width: 83.33333%; }
  .grid__col--11 {
    width: 91.66667%; }
  .grid__col--12 {
    width: 100%; } }

@media (min-width: 1px) and (max-width: 768px) {
  [class^="grid__col--"] {
    margin-top: 0.75em;
    margin-bottom: 0.75em; } }
@media (min-width: 769px) {
  [class^="grid__col--"] {
    float: left;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px; }
    [class^="grid__col--"] + [class^="grid__col--"] {
      margin-left: 0%; }
    [class^="grid__col--"]:last-of-type {
      float: right; } }

@media (min-width: 769px) {
  .nav__item, .nav__item--current {
    display: inline-block;
    margin: 0 0.75em; } }

.nav__item a, .nav__item--current a {
  font-size: 1.125em;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 0.44444em;
  border-bottom: 1px solid transparent; }
  @media (min-width: 1px) and (max-width: 768px) {
    .nav__item a, .nav__item--current a {
      border-bottom-color: #ebecec;
      padding-top: 0.77778em;
      padding-bottom: 0.77778em; } }

.nav__item a:hover, .nav__item--current a {
  color: #0b0b0b;
  border-color: #f8991d; }

h1, .headline-primary, .headline-primary--grouped {
  color: #525559;
  font-weight: 300;
  font-size: 2.375em;
  line-height: 1.09524;
  margin-top: 0; }
  @media (min-width: 769px) {
    h1, .headline-primary, .headline-primary--grouped {
      font-size: 1.5625em; } }
  @media (min-width: 1px) and (max-width: 768px) {
    h1, .headline-primary, .headline-primary--grouped {
      font-size: 1.125em; } }

h2, .headline-secondary, .headline-secondary--grouped {
  color: #999da1;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 1.25em;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 769px) {
    h2, .headline-secondary, .headline-secondary--grouped {
      font-size: 0.9375em; } }
  @media (min-width: 1px) and (max-width: 768px) {
    h2, .headline-secondary, .headline-secondary--grouped {
      font-size: 0.75em; } }

.form__btn, [class^="btn--"] {
  padding: 15px 30px;
  border: 0;
  border-radius: 0.4em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  transition: opacity 0.3s;
  display: block; }
  .form__btn:hover, [class^="btn--"]:hover {
    opacity: .75; }
  .form__btn:active, [class^="btn--"]:active {
    opacity: initial; }

.icn--nav-toggle {
  line-height: 0;
  cursor: pointer; }

.a_demo_one {
  background-color: #f8991d;
  padding: 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(bottom, #ab1b1b 0%, #f8991d 100%);
  border-radius: 5px; }

.a_demo_one:active {
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  top: 1px;
  background-image: linear-gradient(bottom, #ab1b1b 100%, #d43333 0%); }

.img--wrap {
  border: 1px solid #d6d7d9;
  padding: 0.75em; }
.img--avatar {
  display: block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  margin-top: 1.5em; }
@media (min-width: 769px) {
  .img--hero {
    margin-bottom: 2.625em; } }

.headline-primary {
  margin-bottom: 1.66667em; }
  .headline-primary--grouped {
    margin-bottom: 0; }
.headline-secondary {
  margin-bottom: 0.91667em; }
  .headline-secondary--grouped {
    margin-top: 0.41667em;
    margin-bottom: 2.25em; }

.form__label {
  display: block;
  margin-bottom: 0.625em; }
.form__input {
  font-size: 1.125em;
  margin-bottom: 1.11111em;
  border-bottom: 6px solid #d6d7d9;
  border-radius: 0.4em;
  background: #ebecec;
  color: black;
  font-weight: 300; }
  .form__input:focus {
    border-color: #f8991d; }
.form__btn {
  background: #f8991d; }

.btn--default {
  background-color: #52bab3; }
.btn--success {
  background-color: #5ece7f; }
.btn--error {
  background-color: #e67478; }
.btn--warning {
  background-color: #ff784f; }
.btn--info {
  background-color: #9279c3; }

[class^="btn--"] {
  margin-bottom: 1.42857em; }
  @media (min-width: 1px) and (max-width: 768px) {
    [class^="btn--"] {
      width: 100%; } }
  @media (min-width: 769px) {
    [class^="btn--"] {
      width: auto;
      display: inline-block; }
      [class^="btn--"] + [class^="btn--"] {
        margin-left: 20px; } }

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 240px;
  padding: 1.5em;
  border: 1px solid #ebecec;
  border-radius: 0.25em;
  margin: 0.25em;
  transition: 0.17s cubic-bezier(0.4, 0, 0.2, 1); }
  .card img {
    display: block;
    height: auto;
    width: 160px;
    margin: auto;
    margin-bottom: 0.75em; }
  .card h1 {
    color: #f8991d;
    margin: 0.35em 0 0;
    line-height: 1.25; }
  .card a {
    height: 2.75em; }
  .card--featured {
    height: 350px; }
    @media (min-width: 1px) and (max-width: 768px) {
      .card--featured {
        height: 300px; } }
    .card--featured img {
      height: auto;
      width: 350px; }
      @media (min-width: 1px) and (max-width: 768px) {
        .card--featured img {
          height: 160px;
          width: auto;
          margin-top: 40px; } }
  .card--appz {
    height: 200px; }
    .card--appz img {
      height: auto;
      width: 100px; }
  .card--vert {
    height: 350px; }
    .card--vert img {
      height: auto;
      margin-top: 40px;
      width: 90%; }
    @media (min-width: 1px) and (max-width: 768px) {
      .card--vert {
        height: 250px !important; }
        .card--vert img {
          width: 250px;
          margin-top: 0px;
          margin-bottom: -20px;
          height: auto; } }
  .card--eld {
    height: 50px;
    /*  background-color: rgba(128, 181, 57, 0.15); */
    background-color: #f8991d;
    margin-top: 20px;
    line-height: 0px;
    font-size: 19px; }
  .card--setup {
    height: 50px;
    /*  background-color: rgba(128, 181, 57, 0.15); */
    background-color: #f0f0f0;
    margin-top: 20px;
    line-height: 0px;
    font-size: 19px; }
  .card--guidz {
    height: 250px; }
    .card--guidz img {
      height: auto;
      width: 90px; }
  .card--horz {
    margin: 0.25em;
    padding: 1.5em;
    height: 120px !important; }
    @media (min-width: 1px) and (max-width: 768px) {
      .card--horz {
        height: 200px !important; }
        .card--horz img {
          width: 90px;
          height: auto; } }
    @media (min-width: 769px) {
      .card--horz {
        flex-direction: row;
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        padding: .5em; }
        .card--horz img {
          width: 70px;
          height: 90%;
          padding: 0.25em;
          margin: 0.25em; }
        .card--horz a {
          text-align: left;
          margin: auto auto auto 8px; } }
  .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer; }

.outline {
  border: 1px solid #d6d7d9; }

.main-content {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 769px) {
    .main-content {
      width: 90%;
      max-width: 1050px;
      margin-left: auto;
      margin-right: auto; } }

.navbar {
  position: relative; }
  @media (min-width: 769px) {
    .navbar {
      margin-top: 0.3125em;
      margin-bottom: 0; } }

.nav {
  margin-top: 0.1875em;
  margin-bottom: 0.125em; }

.nav__item a {
  color: #797e83; }

.site-logo {
  background-image: url("../img/omnilogo.svg");
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
  display: inline-block; }

.icn--nav-toggle {
  width: 25px;
  height: 17px;
  border-top: solid 3px #797e83;
  border-bottom: solid 3px #797e83;
  position: relative; }
  .icn--nav-toggle:before {
    width: 25px;
    height: 3px;
    background: #999da1;
    top: 4px; }

video {
  width: 70%;
  background-color: #000;
  margin-left: auto;
  margin-right: 50px;
  display: block;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.vid-details {
  width: 80%;
  margin: 5px auto;
  background: #fff;
  padding: 4px;
  border-radius: 4px; }
  .vid-details h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin: 0;
    padding: 4px;
    font-weight: normal; }
  .vid-details h4 {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 4px;
    font-weight: normal; }
  .vid-details h5 {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 4px;
    font-weight: normal;
    color: #656a6e; }
  .vid-details #current-title {
    display: inline-block; }
  .vid-details #current-duration {
    display: inline-block;
    margin-left: 8px;
    font-size: 0.75em;
    color: #007efd; }
  .vid-details #current-description {
    padding-bottom: 24px;
    line-height: normal; }

#media-play-list {
  padding: 8px;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto; }
  @media (min-width: 1px) and (max-width: 768px) {
    #media-play-list {
      width: 100%; } }
  #media-play-list ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    list-style-type: none; }
    #media-play-list ul .play-item {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-bottom: 8px;
      vertical-align: top;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      #media-play-list ul .play-item:hover {
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1); }
        #media-play-list ul .play-item:hover .item-title {
          color: #007efd; }
    #media-play-list ul img {
      display: block;
      width: 150px;
      height: 90px;
      margin-right: 8px;
      padding: 12px; }
    #media-play-list ul .item-text-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 0;
      overflow: visible;
      padding: 8px; }
    #media-play-list ul .item-title {
      font-size: 1.25em;
      line-height: 1.3; }
    #media-play-list ul .item-duration {
      font-size: 0.75em;
      color: darkgrey;
      line-height: 1.2;
      padding-top: 4px; }
    #media-play-list ul .item-description {
      font-size: 0.9em;
      line-height: 1.2; }
  @media (min-width: 1px) and (max-width: 768px) {
    #media-play-list .grid {
      width: 100%; }
      #media-play-list .grid h1 {
        text-align: center; }
      #media-play-list .grid #media-play-list {
        width: 100%; }
      #media-play-list .grid video {
        height: 280px; }
      #media-play-list .grid .vid-details {
        width: 100%; } }

footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 45px;
  line-height: 2.8125em;
  text-align: center;
  color: #fff;
  margin-top: 2.5em;
  font-size: 13px;
  background-color: rgba(69, 69, 69, 1); }

@media (min-width: 1px) and (max-width: 768px) {
  .is-displayed-mobile {
    display: block; }
    .is-hidden-mobile {
      display: none; } }
@media (min-width: 769px) {
  .is-displayed-mobile {
    display: none; } }

@media (min-width: 1px) and (max-width: 768px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0; } }

/*# sourceMappingURL=application.css.map */

.banner{
	background-image: url("../img/BannerBG.jpg");
	background-position: right;
	background-repeat: no-repeat;
  	background-size: 1100px auto;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	color:white;
	padding-right:300px;
	font-size:13px;
}
