@import '../css/font-awesome.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
/*variables*/
/*mixins*/
.col-sm-1 {
  width: 8.33333333%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-12 {
  width: 100%;
}
@media all and (min-width: 701px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media all and (min-width: 1280px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/*custom-class*/
.video-cont {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
@media all and (max-width: 700px) {
  .video-cont {
    height: 300px;
  }
}
@media all and (min-width: 701px) and (max-width: 1279px) {
  .video-cont {
    height: 300px;
  }
}
@media all and (min-width: 1280px) {
  .video-cont {
    height: 100vh;
    min-height: 300px;
  }
}
.video-cont{
  background-color: black;
}
.video-cont video {
  min-width: 600px;
  max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /*filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);*/
}
.playpause {
    width:60px;
    height:60px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
.player {
  background: none;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  border-radius: 100%;
  position: relative;
  text-indent:-9999px;
  box-shadow: 1px 1px 3px #999999;
}

.player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position:absolute;
  top:20%;
  left:36%;
}

.video-cont .show-more {

  position: absolute;
  z-index: 3;
  width: 50px;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
@media all and (min-width: 701px) and (max-width: 1279px) {
  .video-cont .show-more {
    display: none;
  }
}
.video-cont .show-more .fa-sort-desc {
  color: white;
  font-size: 48px;
  opacity: 0.25;
}
.video-cont .voice {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.video-cont .voice i {
  color: #1c1c1c;
}
@media all and (min-width: 1280px) {
  .video-cont .voice {
    bottom: 15px;
    width: 40px;
    height: 40px;
    right: 15px;
    padding: 0 7px 0 13px;
  }
  .video-cont .voice i {
    font-size: 20px;
    line-height: 40px;
  }
}
.video-cont .grid {
/*  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url('../img/grid.png');
  background-repeat: repeat;*/
}
@media all and (max-width: 1279px) {
  .video-cont .grid {
    display: none;
  }
}
.video-cont .grid:after {
  content: '';
}
.hidden {
  display: none;
}
a {
  text-decoration: none;
}
a,
a:focus,
a:visited,
a:active {
  color: #191919;
}
a:hover {
  color: #432241;
}
nav {
  border-bottom: solid 1px #432241;
  background-color: white;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  z-index: 5;
}
@media all and (max-width: 1279px) {
  nav {
    padding: 0 5px;
  }
}
nav h1 {
  float: left;
  line-height: 45px;
  margin-left: 10px;
  color: #191919;
}
nav h1 span {
  color: #432241;
}
nav img {
  height: 30px;
  margin-top: 10px;
}
nav ul {
  float: right;
  cursor: pointer;
}
nav ul li {
  display: inline-block;
  list-style: none;
  line-height: 50px;
  margin-left: 10px;
}
nav .toggle-menu {
  float: right;
  text-align: center;
  width: 50px;
  display: block;
  cursor: pointer;
}
nav .toggle-menu i {
  line-height: 50px;
  font-size: 32px;
}
@media all and (min-width: 701px) {
  nav .toggle-menu {
    display: none;
  }
}
@media all and (max-width: 700px) {
  nav ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: white;
    float: right;
    cursor: pointer;
  }
  nav ul:not(.active) {
    display: none;
  }
  nav ul li {
    display: block;
    padding-left: 20px;
  }
}
nav a {
  display: block;
}
nav .line {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9a9687;
  margin: 0;
  box-shadow: none;
  display: block;
}
nav.scrolled {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: solid 1px #1c1c1c;
  background-color: #1c1c1c;
}
nav.scrolled .toggle-menu,
nav.scrolled h1,
nav.scrolled ul li a {
  text-decoration: none;
  color: white;
}
nav.scrolled .toggle-menu,
nav.scrolled h1,
nav.scrolled ul li a,
nav.scrolled .toggle-menu:focus,
nav.scrolled h1:focus,
nav.scrolled ul li a:focus,
nav.scrolled .toggle-menu:visited,
nav.scrolled h1:visited,
nav.scrolled ul li a:visited,
nav.scrolled .toggle-menu:active,
nav.scrolled h1:active,
nav.scrolled ul li a:active {
  color: #ffffff;
}
nav.scrolled .toggle-menu:hover,
nav.scrolled h1:hover,
nav.scrolled ul li a:hover {
  color: #f5f5f5;
}
nav.scrolled .line {
  background-color: #444343;
}
@media all and (max-width: 700px) {
  nav.scrolled ul {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #1c1c1c;
  }
}
.logo {
  float: left;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
[class*=col] {
  float: left;
  padding: 10px;
}
[class*=col]:last-of-type:after {
  content: ' ';
  display: block;
  clear: both;
}
.card p {
  text-align: center;
}
.card h3 {
  display: table;
  margin: 0 auto;
  min-width: 100px;
  padding-bottom: 10px;
}
.row {
  width: 100%;
}
.row:after {
  content: ' ';
  display: block;
  clear: both;
}
@media all and (max-width: 700px) {
  .margin-sv {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 701px) and (max-width: 1279px) {
  .margin-sv {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1280px) {
  .margin-sv {
    margin-bottom: 120px;
  }
}
h1,
h2,
h3 {
  text-align: center;
}
h1,
h3 {
  line-height: 1.3;
}
h2 {
  margin: 30px 0 20px 0;
  line-height: 45px;
}
h4 {
  line-height: 2;
}
footer {
  background-color: #1c1c1c;
  color: white;
  width: 100%;
}
footer ul li {
  list-style: none;
}
footer a {
  text-decoration: none;
}
footer a,
footer a:focus,
footer a:visited,
footer a:active {
  color: #ffffff;
}
footer a:hover {
  color: #f5f5f5;
}
footer h4 {
  display: inline-block;
  min-width: 100px;
  margin: 0 30px 10px 30px;
}
footer li,
footer p {
  margin: 0 30px;
}
footer .small {
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px;
}
body.media {
  padding-top: 300px;
  background-image: url('../img/bird.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -400px;
  background-attachment: fixed;
}
body.media .grid {
  height: 300px;
  display: none;
}
body.media section {
  width: 100%;
  background: white;
}
body.media .container.first {
  padding-bottom: 30px;
}
body.media .container.first .row:first-of-type {
  position: relative;
}
body.media .container.first .row:not(:first-of-type) {
  padding-top: 30px;
}
body.media .container.first h2 {
  font-size: 76px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  top: -220px;
  border: none;
  text-align: left;
  line-height: 88px;
  color: #682585;
}
body.media .container.first h3 {
  text-align: left;
  font-size: 32px;
  display: inline-block;
  padding-right: 40px;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
body.media .container.first table {
  width: 100%;
  margin: 30px auto 0px auto;
}
@media all and (max-width: 1279px) {
  body.media {
    background-position: center left;
  }
  body.media .container.first {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.media .container.first h2 {
    font-size: 38px;
    top: -130px;
    padding-left: 20px;
    line-height: 44px;
  }
  tr {
    height: 45px;
  }
  tr td {
    border-bottom: 1px solid #ccc;
  }
  tr td:nth-of-type(3n+2) {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
