body, html {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #b2b2b2;
}
h1 {
    font-size: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-section h2{
text-align: center;
margin-bottom: 20px;
margin-top: 30px;
}
.video-section{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	margin-bottom: 100px;
}
.video-section video{
display: block;
margin: 0 auto;
 width: 100%;
  height: auto;
  max-width: 1080px;
}
.fb-video{
  max-width: 600px !important;
  margin-bottom: 50px;
}

.section{
	margin-top: 50px;
	margin-bottom:  50px;
}

.section h2 {
	text-align: center;
}

@media only screen and (max-width:480px) {
    h1 {
    font-size: 20px;
}
}
h2 {
    font-size: 26px;
    color: #b2b2b2;
}
h3 {
    font-size: 18px;
    color: #b2b2b2;
}
input:focus, textarea:focus {
    outline: none;
}
p {
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0px;
}
a {
    color: #777;
}
a:hover {
    color: #b2b2b2;
    text-decoration: none;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.container-fluid {
    width: 100%;
    padding: 0px;
}
.container {
    max-width: 80%;
    padding: 0px;
}
.link-box {
    border-left: 2px solid #ccc;
    padding-left: 40px;
}
.square {
    padding-top: 100%;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 50%}
.image-link {
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    margin: 0px;
}
@media only screen and (max-width:991px) {
    .image-link {
    width: 50%}
}
@media only screen and (max-width:480px) {
    .image-link {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
}
}
.grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.icon-vimeo {
    padding-top: 10px;
}
.vimeo-link {
    margin: 0 auto;
    text-align: center;
    width: 100%}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
}
@media only screen and (max-width:991px) {
    header {
    padding: 40px 30px;
}
}
@media only screen and (max-width:768px) {
    header {
    padding: 30px 30px 20px 30px;
}
}
@media only screen and (max-width:480px) {
    header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 30px 10px 30px;
}
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    color: #b2b2b2;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}
ul li a {
    color: #999;
}
.logo {
    padding: 0px;
    margin: 0;
    color: #b2b2b2;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
@media only screen and (max-width:768px) {
    .logo {
    font-size: 20px;
}
}
.main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 40px;
}
@media only screen and (max-width:480px) {
    .main-nav {
    display: none;
}
}
.main-nav li a {
    margin-right: 20px;
    font-size: 22px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #b2b2b2;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.main-nav li a img {
    width: 28px;
    height: 28px;
}
@media only screen and (max-width:768px) {
    .main-nav li a img {
    width: 24px;
    height: 24px;
}
}
.main-nav li a:hover {
    color: #999;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
@media only screen and (max-width:768px) {
    .main-nav li a {
    font-size: 20px;
}
}
a.nmr {
    margin-right: 0!important;
}
img {
    max-width: 100%;
    max-height: 100%}
.image {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 30px 0;
}
@media only screen and (max-width:768px) {
    .image {
    width: 100%;
    padding: 15px 10px;
}
}
.square-img {
    width: 50%}
@media only screen and (max-width:991px) {
    .square-img {
    width: 80%}
}
.centered {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 50px 0;
}
.hover-state a {
    display: block;
}
.hover-state {
    position: relative;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.6);
}
.hover-state:hover .overlay {
    opacity: 1;
}
.text {
    color: #fff;
    font-family: 'Josefin-Sans', sans-serif;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}
.text h4 {
    font-size: 14px;
}
.text h1, .text h2, .text h3, .text h4, .text p {
    color: #fff;
    padding: 0;
}
.project-title {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    width: 100%}
.project-title h1 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.project-title p {
    margin: 5px auto;
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    width: 80%}
.project-title p:last-child {
    padding-bottom: 10px;
    margin-top: 0;
}
@media only screen and (max-width:768px) {
    .project-title p {
    width: 100%}
}
.blurb {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
.blurb p {
    color: #b2b2b2;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}
.left-align {
    text-align: left;
    padding: 0 40px;
    margin-bottom: 30px;
}
.left-align h2, .left-align h3, .left-align p {
    display: block;
    text-align: left;
}
.left-align p {
    color: #b2b2b2;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    width: 90%;
    max-width: 870px;
    padding-bottom: 0px;
}
@media only screen and (max-width:991px) {
    .left-align p {
    width: 100%}
}
.video-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}
@media only screen and (max-width:1000px) {
    .video-wrapper {
    width: 80%}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
    margin-top: 1em;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% }

.three-d {
    width: 66%}

.flex-video-container {
    display: flex;
    max-width: 80%;
    justify-content: space-between;
    margin: 30px auto;
    padding-bottom: 40px;
}

.flex-video-container video {
    width: 48%;
}
.swiper {
      width: 100%;
      height: 100%;
      margin: 50px auto;
      max-width: 80%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
@media only screen and (max-width:1000px) {
    .three-d {
    width: 80%}
}
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}
h1 {
    font-size: 26px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.no-js #loader-wrapper {
    display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    background-image: url(../images/preloader-ph.gif);
    background-size: cover;
    background-position: 50%, 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 10;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 0px 40px 20px 0px;
}
footer p {
    color: #b2b2b2;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (max-width:991px) {
    footer {
    padding: 0px 30px 40px 0px;
}
}
@media only screen and (max-width:768px) {
    footer {
    padding: 0px 30px 20px 0px;
}
}
@media only screen and (max-width:480px) {
    footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 30px 10px 0px;
}
}
.banner iframe {
    border: none;
    margin: 50px auto;
    display: block;
}
@media only screen and (max-width:733px) {
    .banner-2 {
    display: none;
}
}
