body {
  background-color: #fff;
}
section {
  background-color: #fff;
}
/*div,
section {
  -webkit-animation: fadeInWhite 0.2s ease-out !important;
          animation: fadeInWhite 0.2s ease-out !important;
}*/
.col-centered {
  float: none;
  margin: 0 auto;
}
::-moz-selection {
  background: #f4f9ad;
}
::selection {
  background: #f4f9ad;
}
#project-description ul {
  list-style: none;
  padding: 0;
}
button:focus {
  outline: 0;
}
.latest-works--thumbnail {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-works--thumbnail-image {
  top: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-works--thumbnail:hover .latest-works--thumbnail-image {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.latest-works--thumbnail-text {
  top: 0;
  position: absolute;
  text-align: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-works--thumbnail:hover + .latest-works--thumbnail-text {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.latest-works--thumbnail h3 {
  text-transform: uppercase;
}
.latest-works--thumbnail-line {
  border-bottom: 1px solid #222;
  width: 50px;
  margin: 5px auto;
  opacity: 0;
}
.latest-works--thumbnail h3,
.latest-works--thumbnail h5,
.latest-works--thumbnail h6,
.latest-works--thumbnail .latest-works--thumbnail-line {
  color: #222;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-works--thumbnail:hover h3,
.latest-works--thumbnail:hover h5,
.latest-works--thumbnail:hover h6,
.latest-works--thumbnail:hover .latest-works--thumbnail-line {
  text-decoration: none;
  opacity: 1;
}
.nopadding {
  padding: 0 !important;
}
#view-all-projects {
  padding: 30px 0 30px 0;
  width: 100%;
  display: block;
  height: 120px;
  background-color: #00b9b3;
}
#logo-full,
#logo-carousel {
  background-color: #fff;
}
#contact-page {
  min-height: 100vh;
}
#section-testimonial {
  background-image: url("../images/background/bg-2.jpg");
  background-repeat: repeat-xy;
  background-position: 0px 0px;
  -webkit-animation: animatedBackground 40s linear infinite;
          animation: animatedBackground 40s linear infinite;
}
/* ================================================== */
/* isotope */
/* ================================================== */
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
#filters {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
#filters li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}
#filters button {
  border: 1px solid MediumPurple;
  outline: none;
  padding: 10px 20px 8px 20px;
  color: #888;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  background: #eee;
  border: none !important;
}
#filters button > * {
  border: 1px solid DarkKhaki;
}
#filters button > * > * {
  border: 1px solid MediumTurquoise;
}
#filters button > * > * > * {
  border: 1px solid LightSlateGray;
}
#filters button > * > * > * > * {
  border: 1px solid LightBlue;
}
#filters button > * > * > * > * > * {
  border: 1px solid MediumSlateBlue;
}
#filters button > * > * > * > * > * > * {
  border: 1px solid DeepSkyBlue;
}
#filters button > * > * > * > * > * > * > * {
  border: 1px solid DarkSeaGreen;
}
#filters button img {
  border: 1px solid #f00;
  -webkit-filter: hue-rotate(330deg) contrast(0.75) saturate(6);
  filter: hue-rotate(330deg) contrast(0.75) saturate(6);
}
#filters button img[alt] {
  border: 1px solid LimeGreen;
  -webkit-filter: none;
  filter: none;
}
#filters button img[alt=""] {
  border: 1px solid #ffd700;
  -webkit-filter: contrast(1) saturate(2);
  filter: contrast(1) saturate(2);
}
#filters button a {
  background: rgba(255,0,0,0.1);
  border: 1px solid #f00;
}
#filters button a[title] {
  background: none;
  border-color: LimeGreen;
}
#filters button style {
  border: block;
}
#filters button [style],
#filters button style,
#filters button [class=""],
#filters button [id=""],
#filters button a[href="#"] {
  background: rgba(255,220,0,0.2);
  border: 1px solid #ffd700;
}
.dark #filters button {
  color: #888;
  border: solid 1px #555;
}
#filters button:hover {
  background: #ddd;
}
#filters button.selected {
  color: #fff;
  background-color: #00b9b3;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.gallery .item {
  position: relative;
}
.picframe-overlay {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.picframe img {
  -webkit-animation: picframe 0.3s;
          animation: picframe 0.3s;
}
.picframe-text {
  opacity: 0;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
  color: #fff;
}
.picframe-overlay:hover {
  background-color: rgba(0,185,179,0.7);
}
.picframe-overlay:hover .picframe-text {
  opacity: 1;
}
.team-text {
  text-align: left;
  color: #dcdcdc;
}
.team-text a {
  color: #dcdcdc;
}
.team-text a:hover {
  color: #00b9b3;
}
.team-text .small-border {
  margin: 20px 0;
  width: 70px;
  left: 0;
  border-bottom: 1px solid #00b9b3;
}
.team-text h3 {
  color: #00b9b3;
}
.team-item {
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.team-container {
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.team-item .team-item-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.team-overlay {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  margin-left: 50%;
  height: 400px;
  background-color: #111;
  margin: 0 auto;
  padding: 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 5;
}
.team-container:hover .team-overlay, .team-container:active .team-overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.team-container:hover .team-item-img, .team-container:active .team-item-img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
}
#view-all-projects {
  background-color: #000;
}
.box-fx .btn-border,
.dark a.btn-border {
  border: solid 1px rgba(0,185,179,0.5);
  color: #00b9b3 !important;
}
#section-about-us-2 {
  background: #111;
}
h2,
h3,
h4,
h5,
h6 {
  color: #00b9b3;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
#section-about-us-2 p {
  color: #dcdcdc;
}
#newnationcreation {
  padding-left: 20px;
  padding-top: 20px;
}
.logo-1 {
  padding-left: 0.35em;
  width: 200px;
  height: 100px;
  fill: #fff;
}
.logo-2 {
  width: 100px;
  height: 50px;
  fill: #00b9b3;
}
header {
  background: none;
  margin: 0;
  position: fixed;
  background: none;
}
header.smaller {
  height: 70px;
  background: #000;
}
header::after {
  opacity: 0;
  background: #222;
  content: "";
  height: 100vh;
  width: 100vw;
  display: block;
}
header.smaller::after {
  opacity: 0;
  background: #222;
  content: "";
  height: 100vh;
  width: 100vw;
  display: block;
}
header.active {
  height: auto;
}
header.active::after {
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu-button::before {
  content: "=";
  color: #fff;
  font-size: 2em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu-button.active::before {
  content: "x";
}
#menu-button {
  position: fixed;
  right: 0;
  margin: 2em;
  width: 48px;
  height: 48px;
  background: #222;
  border: none;
  z-index: 5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu-button.active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobilemenu {
  opacity: 0;
}
#mobilemenu.active {
  width: 100%;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#mobilemenu.active ul {
  width: 100%;
  display: block;
  padding-left: 0;
}
#mobilemenu.active ul li {
  font-size: 2em;
  text-align: center;
  padding: 2em;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 992px) {
  #menu-button,
  #mobilemenu.active,
  header::after,
  header.smaller::after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #logo {
    opacity: 0;
  }
  header.smaller {
    background: none;
  }
}
header {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background: rgba(0,0,0,0);
}
header.header-bg {
  background: rgba(0,0,0,0.5);
}
header h1#logo {
  display: inline-block;
  height: 100%;
  line-height: 120px;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header h1#logo .logo-2 {
  display: none;
}
header nav {
  float: right;
}
header nav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav a:hover {
  color: #555;
}
header.smaller #mainmenu a {
  padding: 18px 20px 18px 20px !important;
  color: #00b9b3;
}
.logo-smaller h1#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}
.logo-smaller h1#logo img {
  width: auto;
  height: 30px;
  line-height: 75px;
  font-size: 30px;
}
.logo-smaller h1#logo .logo-1 {
  display: none;
}
.logo-smaller h1#logo .logo-2 {
  display: inline-block;
}
header.smaller a:hover {
  color: #f4f9ad !important;
}
.video-slider-text {
  padding-top: 30vh;
  z-index: 500;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 20;
  min-height: 100vh;
}
.video-slider-title {
  margin: 0 auto;
  width: 250px;
  font-family: "Georgia, Serif";
  color: #fff;
  font-style: italic;
  font-size: 1.7em;
}
.video-slider-subtitle {
  margin: 0 auto;
  width: 280px;
  font-family: "Lato";
  font-weight: bold;
  color: #fff;
  font-size: 4.7em;
  text-transform: uppercase;
}
.video-text-fade-in {
  animation: video-text-fade-in 1s;
}
@keyframes video-text-fade-in  {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-fade-in {
  animation: video-fade-in 1s;
}
@keyframes video-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-slider-link {
  background-color: rgba(0,0,0,0.7);
  color: #00b9b3;
  padding: 8px 10px;
  border: none;
  font-size: 1.1em;
  font-family: 'Lato';
  margin: 2em auto;
  display: block;
  width: 150px;
}
.video-slider-link:hover,
.video-slider-link:focus {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #222;
  outline: 0;
}
.video-slider-link:hover {
  background-color: rgba(255,255,255,0.7);
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #222;
}
.video-slider-overlay {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
}
#video-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#player1,
#player2 {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.hideVideo {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.nnc-video-slider--button-left,
.nnc-video-slider--button-right {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
}
.nnc-video-slider--button-left:hover,
.nnc-video-slider--button-right:hover {
  opacity: 0.5;
}
.nnc-video-slider--button-left {
  left: 20px;
}
.nnc-video-slider--button-right {
  right: 20px;
}

video#video-player {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
#project-video {
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #000;
}
.videoWrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#subvideo {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  #project-video {
    padding-top: 60px;
  }
  #subvideo {
    width: 100%;
    height: auto;
    padding-top: 58px;
    margin: 0 auto;
  }
}
.slideinput {
  display: none;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -180px;
}
#slide3:checked ~ #slides .inner {
  margin-left: -360px;
}
#slide4:checked ~ #slides .inner {
  margin-left: -540px;
}
#slide5:checked ~ #slides .inner {
  margin-left: -720px;
}
#slide6:checked ~ #slides .inner {
  margin-left: -50%;
}
#slide7:checked ~ #slides .inner {
  margin-left: -60%;
}
#slide8:checked ~ #slides .inner {
  margin-left: -70%;
}
#slide9:checked ~ #slides .inner {
  margin-left: -80%;
}
#slide10:checked ~ #slides .inner {
  margin-left: -90%;
}
#overflow {
  margin: 0 60px;
  width: 100%;
  overflow: hidden;
}
article img {
  width: 100%;
}
#slides .inner {
  width: 1950px;
  line-height: 0;
}
#slides article {
  width: 10%;
  float: left;
}
#controls {
  display: none;
  margin: -25% 0 0 0;
  width: 100%;
  height: 50px;
}
#controls label {
  width: 50px;
  height: 50px;
  opacity: 0.3;
}
#active {
  margin: 23% 0 0;
  text-align: center;
}
#active label {
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
}
#active label:hover {
  background: #ccc;
  border-color: #777 !important;
}
#controls label:hover {
  opacity: 0.8;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(7),
#slide7:checked ~ #controls label:nth-child(8),
#slide8:checked ~ #controls label:nth-child(9),
#slide9:checked ~ #controls label:nth-child(10),
#slide10:checked ~ #controls label:nth-child(1) {
  background: url("next.png") no-repeat;
  float: right;
  margin: 0 -70px 0 0;
  display: block;
}
#slide1:checked ~ #controls label:nth-child(10),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4),
#slide6:checked ~ #controls label:nth-child(5),
#slide7:checked ~ #controls label:nth-child(6),
#slide8:checked ~ #controls label:nth-child(7),
#slide9:checked ~ #controls label:nth-child(8),
#slide10:checked ~ #controls label:nth-child(9) {
  background: url("prev.png") no-repeat;
  float: left;
  margin: 0 0 0 -70px;
  display: block;
}
#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5),
#slide6:checked ~ #active label:nth-child(5),
#slide7:checked ~ #active label:nth-child(5),
#slide8:checked ~ #active label:nth-child(5),
#slide9:checked ~ #active label:nth-child(5),
#slide10:checked ~ #active label:nth-child(5) {
  background: #333;
  border-color: #333 !important;
}
.info {
  line-height: 20px;
  margin: 0 0 -150%;
  position: absolute;
  font-style: italic;
  padding: 30px 30px;
  opacity: 0;
  color: #000;
  text-align: left;
}
.info h3 {
  color: #333;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 22px;
  font-style: normal;
}
#slides {
  margin: 45px 0 0;
}
#slides img {
  width: auto;
}
#slides .inner {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
#slider {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#controls label {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info,
#slide6:checked ~ #slides article:nth-child(6) .info,
#slide7:checked ~ #slides article:nth-child(7) .info,
#slide8:checked ~ #slides article:nth-child(8) .info,
#slide9:checked ~ #slides article:nth-child(9) .info,
#slide10:checked ~ #slides article:nth-child(10) .info {
  opacity: 1;
  -webkit-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}
.info,
#controls,
#slides,
#active,
#active label,
.info h3,
.desktop,
.tablet,
.mobile {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#desktop:checked ~ #slider {
  max-width: 960px;
}
#tablet:checked ~ #slider {
  max-width: 850px;
}
#mobile:checked ~ #slider {
  max-width: 450px;
}
#desktop:checked ~ #slider .desktop,
#tablet:checked ~ #slider .tablet,
#mobile:checked ~ #slider .mobile {
  color: #777;
  opacity: 1;
}
.desktop,
.tablet,
.mobile {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 50px;
  opacity: 0.35;
  font-size: 12px;
}
.desktop:hover,
.tablet:hover,
.mobile:hover {
  opacity: 0.2;
}
.desktop {
  background: url("desktop.png") no-repeat;
}
.tablet {
  background: url("tablet.png") no-repeat;
}
.mobile {
  background: url("mobile.png") no-repeat;
}
#tablet:checked ~ #slider #controls {
  margin: -25% 0 0 12%;
  width: 76%;
  height: 50px;
}
#tablet:checked ~ #slider #controls label {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#tablet:checked  ~ #slider #slides,
#mobile:checked  ~ #slider #slides {
  padding: 1% 0;
  border-radius: 0px;
}
#tablet:checked ~ #slider #active {
  margin: 22% 0 0;
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  #slider #controls {
    margin: -25% 0 0 15%;
    width: 70%;
    height: 50px;
  }
  #slider #controls label {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #slider #slides {
    padding: 1% 0;
    border-radius: 0px;
  }
  #slider #active {
    margin: 22% 0 0;
  }
}
#mobile:checked ~ #slider #controls {
  margin: -28% 0 0 24%;
  width: 50%;
  height: 50px;
}
#mobile:checked ~ #slider #active {
  margin: 23% 0 0;
}
#mobile:checked ~ #slider #slides .info {
  opacity: 0 !important;
}
#mobile:checked ~ #slider #controls label {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media only screen and (max-width: 450px) {
  #slider #controls {
    margin: -28% 0 0 24%;
    width: 50%;
    height: 50px;
  }
  #slider #active {
    margin: 23% 0 0;
  }
  #slider #slides {
    padding: 1% 0;
    border-radius: 0px;
  }
  #slider #slides .info {
    opacity: 0 !important;
  }
  #slider #controls label {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@-webkit-keyframes fadeInWhite {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInWhite {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@-webkit-keyframes picframe {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes picframe {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#video-slider {
  background-color: black;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  z-index: 0;
}

#video-slider button {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 40vh;
  background: none;
  border: none;
  color: white;
  font-size: 5em;
  z-index: 888;

}

.videoSlider-button-left {
  left: 0;
}

.videoSlider-button-right {
  right: 0;
}

#brand-logo-slider {
  display: flex;
  text-align: center;
  width: 100%;
  height: auto;
}

.brand-logo-slider-button {
  display: inline-block;
  border: none;
  background: none;
  font-size: 3em;
  color: white;
  padding: 0 0.5em;
}

.brand-logo-slider-viewport {
  text-align: left;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.brand-logo-slider-container {
  display: inline-block;
  width: auto;
  transition: 1s;
  white-space: nowrap
}

.brand-logo {
  display: inline-block;
  width: 150px;
  margin: 0 25px;
  height: auto;
}

.brand-logo-slider-transition {
  transition: 0.3s;
}

/* Hide play button on video tag for phones */
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
/* === */

/*-------INSTAFEED #9c0d1d---------*/
#instafeed{
  height: auto;
}
#instafeed a {
  text-decoration: none;
  color:#dcdcdc;
  background-color: #111;
}
#instafeed div {
  color: white;
  background-color: #111;
}
#instafeed a span{
  text-transform:uppercase;
  font-size:0.8em;
  padding: 2px 2px 2px 27px;
  display:inline-block;
  height:25px;
  text-align: left;

}
#instafeed a span.heart {
  background: url(images/MediaItem.png) no-repeat scroll -100px 7px rgba(0, 0, 0, 0);
}
#instafeed a p {
  padding: 2px;

}
#instafeed img {

}

#section-insta {
	background-color: #111;
}
#section-insta h1 {
	color:#fff;
}
/*-------------------------------------------
  BXSLIDER CUSTOM
---------------------------------------------*/
.bxslider{padding:0 32px;}
.bx-wrapper {
  margin-bottom: 0;
}
