body {
  margin-top: 0px;
  background-color: #404147;
  font-family: Lovelo, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  overflow-x: hidden;
}
/* unvisited link */
a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
}

/* selected link */
a:active {
    text-decoration: none;

}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: ;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-bottom: 5px;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.w-slide-title {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin:10px 0px 0px 0px;
  padding:8px 10px 4px 10px;
  width: auto;
  height: auto;
  white-space: normal;
  text-align: left;
  /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
   /* RGBa with 0.6 opacity */
   /* background-color: rgba(0, 0, 0, 0.5); */
   /* For IE 5.5 - 7 */
   /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); */
   /* For IE 8*/
   /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; */
  color: #fff;
  font-family: Lovelo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.w-slide-date {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin:32px 0px 0px 0px;
  padding:8px 10px 4px 10px;
  width: auto;
  height: auto;
  white-space: normal;
  text-align: left;
/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
   /* RGBa with 0.6 opacity */
   /* background-color: rgba(0, 0, 0, 0.5); */
   /* For IE 5.5 - 7 */
   /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); */
   /* For IE 8*/
   /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; */
  color: #999;
  font-family: Lovelo, sans-serif;
  font-size: 16px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
.w-slide-text-caption p{
  position: absolute;
  z-index: 1;
  display: inline-block;
  bottom:0px;
  margin:10px 0px 0px 0px;
  padding:3px 10px 3px 10px;
  width: 100%;
  height: auto;
  white-space: normal;
  text-align: right;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0) transparent;
  /* RGBa with 0.5 opacity */
  background: rgba(0, 0, 0, 0.5);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.button {
  display: inline-block;
  padding: 12px 17px 8px;
  border-bottom: 2px solid #cfcfcf;
  border-radius: 3px;
  background-color: #e5e5e5;
  color: #4d4d4d;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}
.button:hover {
  border-bottom-color: #5da8a2;
  background-color: #77ccc5;
  color: white;
}
.button.color {
  border-bottom-color: #5da8a2;
  background-color: #77ccc5;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.button.ic-set {
  margin-top: 25px;
  border-bottom-color: #d4d4d4;
  background-color: white;
  color: #77ccc5;
}
.nav-link {
  padding-right: 30px;
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Lovelo, sans-serif;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: transparent;
  color: #999;
}
.nav-link.w--current {
  background-color: transparent;
  color: #3d3d3d;
}
.nav-link.w--current:hover {
  background-color: transparent;
  color: #666;
}
.nav-link.w--open {
  background-color: transparent;
  color: #3d3d3d;
}
.nav-link.w--open:focus {
  background-color: transparent;
}
.arrow-dropdown {
  margin-top: 22.5px;
}
.header {
  position: fixed;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #ccc;
  border-top-style: none;
  border-top-width: 0px;
  background-color: #f9f9f9;
}
.container-header {
  margin-top: 22px;
}
.nav-menu {
  padding-top: 1px;
}
.dropdown-list.w--open {
  margin-top: 24px;
  background-color: #77ccc5;
}
.container-slider {
  margin-top: 70px;
  margin-bottom: 70px;
}
.main-content-section {
  padding-top: 110px;
  padding-bottom: 40px;
  background-color: #fff;
}
.main-content-section.wht {
  background-color: white;
}
.tiitle {
  margin-bottom: 0px;
  color: #3d3d3d;
  font-size: 21px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.tiitle.fixed {
  margin-bottom: 40px;
  color: white;
  font-size: 36px;
}
.tiitle.top {
  margin-bottom: 18px;
  font-family: Lovelo, sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
.tiitle.top.wht {
  margin-bottom: 24px;
  color: white;
  font-size: 60px;
}
.tiitle.ic {
  margin-bottom: 6px;
  color: white;
}
.tiitle.main-title {
  margin-top: 0px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-weight: 500;
  text-align: left;
}
.tiitle.main-title.selected-title {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}
.tiitle.main-title.work-under {
  color: #3d3d3d;
}
.sub {
  margin-bottom: 30px;
  font-family:'Sorts Mill Goudy', sans-serif;
  color: #919191;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.sub.int {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}
.sub.tlt {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.sub.ic {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.76);
}
.sub.prt {
  margin-bottom: 50px;
}
.portfolio {
  margin-top: 70px;
}
.portfolio._2 {
  margin-top: 0px;
}
.tab {
  margin-right: 10px;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px none #cfcfcf;
  border-radius: 3px;
  background-color: transparent;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tab.w--current {
  border-bottom-style: solid;
  border-bottom-color: #5da8a2;
  background-color: #77ccc5;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}
.tab-content {
  margin-top: 40px;
}
.tab-menu {
  text-align: center;
}
.column-portfolio {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 6px;
  padding-left: 6px;
}
.row-portfolio {
  margin-bottom: 13px;
  margin-left: -10px;
}
.hero {
  padding-top: 172px;
  padding-bottom: 1px;
  text-align: center;
}
.hero.tw {
  padding-top: 0px;
}
.hero.prt {
  padding-top: 220px;
}
.logo:hover {
  text-decoration: none;
}
.logo.w--current:hover {
  color: #333;
  text-decoration: none;
}
.work-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}
.icon {
  width: 60px;
  margin-right: 15px;
  float: left;
  text-align: center;
}
.service-text {
  overflow-x: hidden;
  overflow-y: hidden;
}
.row-services {
  margin-top: 60px;
}
.row-services.sp {
  margin-top: 70px;
}
.logo-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.team-wrapper {
  margin-top: 70px;
}
.team-name {
  margin-top: 35px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.name-staff {
  margin-bottom: 8px;
  color: #3d3d3d;
  font-size: 15px;
  letter-spacing: 1px;
}
.work-staff {
  margin-bottom: 16px;
  font-family:'Sorts Mill Goudy', sans-serif;
  color: #919191;
  font-size: 16px;
  font-style: italic;
}
.process-section {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}
.process-section.hm {
  padding-bottom: 30px;
}
.btn {
  margin-top: 70px;
  text-align: center;
}
.client-logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 21%;
  margin-right: 18.5px;
  margin-bottom: 29px;
  margin-left: 18.5px;
  background-color: white;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.client-logo:hover {
  box-shadow: rgba(99, 99, 99, 0.09) 0px 0px 8px 2px;
}
.footer {
  padding-top: 30px;
  padding-bottom: 400px;
  background-color: #404147;
}
.portfolio-overlay {
  position: absolute;
  display: block;
  width: 96%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-overlay:hover {
  opacity: 1;
}
.icon-section {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #77ccc5;
}
.ic {
  color: white;
}
.div-fet {
  margin-bottom: 50px;
  text-align: center;
}
.img {
  position: absolute;
  left: 0px;
  top: 123px;
  right: 0px;
  text-align: center;
}
.plus {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.plus:hover {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.slider {
  position: relative;
  z-index: 12;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background-color: transparent;
}
.square-nav {
  padding-top: 13px;
  font-size: 10px;
  bottom:16px;
}
.arrow {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  padding-top: 12px;
  background-color: rgba(255, 255, 255, 0.49);
  opacity: 0.5;
  color: #383838;
  font-size: 17px;
  font-weight: 600;
}
.arrow:hover {
  background-color: rgba(204, 204, 204, 0.49);
  opacity: 0.5;
  color: white;
}
.arrow._2 {
  margin-right: 20px;
  margin-left: 0px;
}
.arrow._2:hover {
  color: rgba(255, 255, 255, 0.49);
}
.shadow {
  position: relative;
  bottom: 4px;
  opacity: 0.5;
}
.social {
  margin-top: 23px;
}
.social.ftr {
  margin-top: 0px;
}
.soc-ico {
  margin-right: 12px;
  opacity: 0.59;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.soc-ico:hover {
  opacity: 1;
}
.footer-column {
  text-align:right;
  width:66.666%;
  float:right;
}
.copyright {
  color: #000;
  font-size: 12px;
  padding-left:2px;
  
}
.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0.83;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-link:hover {
  background-color: #6abab3;
  opacity: 1;
}
.caption {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 16px 20px 15px;
  background-color: #77ccc5;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.caption.sl2 {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
}
.sub-caption {
  position: absolute;
  left: 30px;
  top: 96px;
  padding: 12px 20px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family:'Sorts Mill Goudy', sans-serif;
  color: #919191;
  font-size: 16px;
  font-style: italic;
}
.sub-caption.sl2 {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 96px;
}
.top-button {
  position: fixed;
  top: 93%;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 11px;
  border-radius: 10%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.top-button:hover {
  background-color: transparent;
}
.top-button.w--current {
  background-color: transparent;
}
.top-button.w--current:hover {
  background-color: transparent;
}
.arrow-top {
  opacity: 0.6;
}
.staff-overlay {
  position: absolute;
  width: 96.4%;
  height: 56%;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.staff-overlay:hover {
  opacity: 1;
}
.div-light {
  position: relative;
  top: 7%;
  padding: 50px;
}
.lightbox {
  padding-top: 50px;
  padding-bottom: 50px;
}
.project-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
}
.project-div {
  margin-bottom: 20px;
}
.project-name {
  margin-bottom: 20px;
  color: #3d3d3d;
  font-size: 14px;
  letter-spacing: 2px;
}
.list {
  margin-bottom: 30px;
}
.website {
  color: #77ccc5;
  text-decoration: none;
}
.button-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.middle-btn {
  border-right: 1px solid #cfcfcf;
  text-align: center;
}
.right-btn {
  text-align: center;
}
.left-btn {
  border-right: 1px solid #cfcfcf;
  text-align: center;
}
.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.link-contact {
  color: #555;
  text-decoration: none;
}
.row-contact {
  margin-top: 70px;
}
.text-field {
  width: 80%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 1px;
  border-color: #e6e6e6;
  border-top-style: solid;
  font-family:'Sorts Mill Goudy', sans-serif;
  font-size: 17px;
  font-style: italic;
}
.text-field.area {
  margin-bottom: 30px;
  padding-bottom: 100px;
}
.success-msg {
  padding: 50px;
  border: 1px solid #e6e6e6;
  background-color: white;
  text-align: center;
}
.succes {
  font-family:'Sorts Mill Goudy', sans-serif;
  font-size: 20px;
  font-style: italic;
}
.succes.err {
  margin-bottom: 0px;
  color: #fc8181;
  font-size: 17px;
}
.error-msg {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ffdede;
  background-color: transparent;
}
.line {
  display: block;
  width: 40%;
  height: 7px;
  margin: 56px auto 38px;
  background-color: rgba(255, 255, 255, 0.67);
}
.button-div {
  margin-top: 40px;
  text-align: center;
}
.logo-text {
  margin-top: 11px;
  font-size: 26px;
}
.logo-text:hover {
  text-decoration: none;
}
.main-content-block {
  padding-top: 28px;
}
.news-container {
  margin-top: 0px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.news-container.about-container {
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-right: 20px;
}
.image-block {
  width: 50%;
  float: left;
}
.news-text-block {
  width: 100%;
  float: left;
padding-bottom:-40px;
}
.news-text-block.event {
  width: 100%;
}
.news-text-block.about {
  width: 50%;
}
.news-text-block.contact {
  width: 50%;
  float: left;
}
.news-text-block.contact a:link {
    text-decoration: none;
    color:#666;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-text-block.contact a:visited {
    text-decoration: none;
    color: #999;
}
.news-text-block.contact a:hover {
    text-decoration: none;
    color: #000;
}
.news-text-block.contact a:active {
    text-decoration: none;
    color: #999;
}
.news-title {
  margin-top: 0px;
  margin-bottom: 14px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.news-title a:link {
    text-decoration: none;
    color:#666;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-title a:visited {
    text-decoration: none;
    color: #999;
}
.news-title a:hover {
    text-decoration: none;
    color: #000;
}
.news-title a:active {
    text-decoration: none;
    color: #999;
}
.news-text {
  padding-right: 20px;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.news-text a:link {
    text-decoration: none;
    color:#666;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-text a:visited {
    text-decoration: none;
    color: #999;
}
.news-text a:hover {
    text-decoration: none;
    color: #000;
}
.news-text a:active {
    text-decoration: none;
    color: #999;
}
.news-caption-text p{
  padding-top: 4px;
  padding-right: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  text-align:right;
  color:#666;
}
.linker {
  padding-right: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  text-align:right;
}
.previous-next-block {
  margin-top: 13px;
}
.previous {
  float: right;
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: black;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.previous:hover {
  color: #999;
}
.divider {
  padding-right: 6px;
  padding-left: 6px;
  float: right;
}
.next {
  float: right;
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: black;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.next:hover {
  color: #999;
}
.label {
  padding-top: 10px;
  padding-bottom: 4px;
  font-weight: 500;
}
.field {
  width: 80%;
  padding-right: 0px;
  font-family:'Open Sans', sans-serif;
  font-weight: 500;
}
.submit {
  margin-top: 6px;
  padding-top: 7px;
  padding-bottom: 2px;
  float: none;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-weight: 500;
}
.submit:hover {
  background-color: black;
  opacity: 0.5;
}
.archive-link {
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: black;
  font-weight: 500;
  text-decoration: none;
}
.archive-link:hover {
  color: #999;
}
.down-links {
  margin-bottom: 1px;
  background-color: #d2d2d2;
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #3d3d3d;
  font-weight: 500;
}
.down-links:hover {
  color: #999;
  text-decoration: none;
}
.whole-down.w--open {
  position: absolute;
  z-index: 1000;
}
.ind-work-block {
  width: 33.333%;
  height: auto;
  padding: 10px 10px 0px;
  float: left;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #3d3d3d;
  text-decoration: none;
}
.ind-work-block:hover {
  opacity: 0.7;
  color: #999;
  text-decoration: none;
}
.ind-work-img {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 200px;
  background-color: #eee;
  line-height:200px;
}
.ind-work-img img {
  vertical-align:middle;
}
.ind-work-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  background-color: transparent;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.ind-work-date {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.ind-work-title a {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  background-color: transparent;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.ind-work-title a:hover {
  color: #666;
}
.main-work-image-block {
  display:inline-block;
  width: 66.666%;
  padding-right: 20px;
  float: left;
  background-color: transparent;
  margin-top:15px;
  overflow: hidden;
}
.thumbs-block {
  width: 33.333%;
  float: left;
  margin-top:16px;
}
.ind-work-text-block {
  width: 100%;
  margin-top: -10px;
  float: left;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  padding-bottom:30px;
}
/* unvisited link */
.ind-work-text-block a:link {
    text-decoration: none;
    color:#999;
}

/* visited link */
.ind-work-text-block a:visited {
    text-decoration: none;
    color:#999;
}

/* mouse over link */
.ind-work-text-block a:hover {
    text-decoration: none;
    color:#666;
}

/* selected link */
.ind-work-text-block a:active {
    text-decoration: none;
    color:#999;

}
.video-text p {
  width: 100%;
  margin-top: 0px;
  float: left;
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  padding-bottom:0px;
}
.thumb-ind {
  width: 100%;
  height:100%;
  padding-right: 0px;
  margin-bottom: 6px;
  padding-left: 0px;
  float: left;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow:hidden;
}
.thumb-ind-inner {
  width: 50%;
  padding-right: 6px;
  padding-bottom: 6px;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
  float: left;
}
.thumb-ind-inner:hover {
  opacity: 0.6;
  cursor: pointer;
}
.main-image-block-ind {
  margin-bottom: 0px;
  background: transparent;
  overflow:hidden;
  position:relative;
}
.main-image-block-ind img {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.ind-text-outer {
  height:20px;
  margin: 10px 0px 0px 0px;
  position:absolute;
  bottom:0;
  background:#fff;
  clear:both;
  float:left;
  z-index:999;
  width:100%
}
.main-image-block-ind-text p {
  height:auto;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
  margin-top: 0px;
  color:#666;
}
.main-video-block-ind {
  margin-bottom: 20px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    padding-top: 0px;
    height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow:hidden;
}
.audiowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    height: auto;
    margin-bottom: 4px;
    overflow:hidden;
}

.slide {
  width: 100%;
}
.slide-image {
  width: 100%;
}
.slide-2 {
  height: auto;
}
.right-col-block {
  margin-top: 20px;
  padding-left: 6px;
  float: left;
}
.exhibited-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 31px;
  font-weight:bold;
}
.exhibited-text {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
}
html.w-mod-js *[data-ix="from-left"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  -o-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}
html.w-mod-js *[data-ix="from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="down"] {
  opacity: 1;
}
html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
}
@media (max-width: 991px) {
  .main-content-block {
    padding-left: 10px;
   padding-right: 10px;  
  } 
   .main-content-section {
    padding-top: 110px;
    padding-bottom: 0px;
  }
  .main-work-image-block {
  display:block;
  width: 66.666%;
  padding-right: 20px;
  float: left;
  background-color: transparent;
  margin-top: 15px;
  }
  h1 {
    margin-top: 12px;
  }
  .tiitle.main-title.selected-title {
    margin-bottom: 0px;
  }
  .nav-link {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: rgba(227, 227, 227, 0.97);
  }
  .dropdown-list.dev.w--open {
    margin-top: 0px;
  }
  .client-logo {
    width: 44%;
  }
  .img {
    top: 90px;
  }
  .staff-overlay {
    height: 46.5%;
  }
  .div-light {
    top: 0%;
    padding: 30px;
  }
  .menu-button {
    margin-top: 5px;
    padding: 15px;
    background-color: black;
    color: white;
    font-size: 23px;
    margin-right:20px;
  }
  .thumb-ind {
  width: 100%;
  height:50%;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow:hidden;
  }
  .dropdown {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .ind-work-block {
    padding-bottom: 10px;
  }
  .ind-work-img {
   height: 150px;
  line-height:150px;
}
.ind-work-img img {
  vertical-align:middle;
}
  .ind-work-title {
    margin-top: 0px;
    padding-top: 10px;
    line-height: 20px;
  }
  .thumbs-block {
    padding-left: 0px;
  }
  .right-col-block {
    margin-bottom: 22px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .exhibited-title {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
h1 {
    margin-top: 13px;
    padding-left: 10px;
  }
   .main-content-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
    .header {
  position: relative;
}
  .news-text-block.contact {
  width: 100%;
  float: left;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .tiitle.fixed {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 59px;
  }
  .tiitle.top {
    margin-bottom: 7px;
    font-size: 24px;
  }
  .tiitle.top.wht {
    margin-bottom: 9px;
    font-size: 46px;
  }
  .tiitle.main-title {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 18px;
  }
  .tiitle.main-title.selected-title {
    margin-bottom: 0px;
  }
  .sub.int {
    margin-bottom: 10px;
  }
  .column-portfolio {
    margin-bottom: 34px;
  }
  .client-logo {
    width: 93%;
  }
  .footer {
    padding-bottom: 30px;
  }
  .portfolio-overlay {
    width: 98%;
  }
  .img {
    top: 50%;
  }
  .slider {
    padding-right: 20px;
    padding-left: 20px;
  }
  .caption {
    padding: 13px 16px 12px;
    font-size: 12px;
  }
  .sub-caption {
    top: 87px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }
  .staff-overlay {
    width: 98%;
    height: 71.8%;
  }
  .div-light {
    top: 30%;
  }
  .project-div {
    margin-top: 20px;
  }
  .button-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .middle-btn {
    margin-bottom: 20px;
    border-right-style: none;
  }
  .left-btn {
    margin-bottom: 20px;
    border-right-style: none;
  }
  .menu-button {
    margin-right: 20px;
    background-color: black;
  }
  .spc-col {
    margin-bottom: 50px;
  }
  .ft-1 {
    text-align: left;
  }
  .spc {
    margin-top: 40px;
  }
  .banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .logo-text {
    padding-left: 8px;
    font-size: 22px;
  }
  .main-content-block {
    padding-left: 10px;
   padding-right: 10px;  
  }
  .news-container {
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom:0px;
  }
  .image-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-block.about-img {
    float: left;
  }
    .news-img {
    float: right;
  }
    .news-img img {
    width:100%;
  }
  .news-text-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-text-block.about {
    width: 100%;
  }
  .news-title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-text {
    padding-bottom: 20px;
  }
  .previous-next-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ind-work-block {
    width: 50%;
  }
  .ind-work-img {
   height: 200px;
  line-height:200px;
}
.ind-work-img img {
  vertical-align:middle;
}
  .ind-work-title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .main-work-image-block {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .thumbs-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top:0px;
    margin-left:4px;
    margin-bottom:10px;
  }
  .ind-work-text-block {
    margin-top: 26px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .thumb-ind {
    width: 100%;
    height:50%;
  }
  .thumb-ind-inner {
    float:left;
    width: 50%;
    padding-right: 6px;
    padding-bottom: 6px;
  }
  .right-col-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .exhibited-title {
    margin-top: 0px;
    padding-left: 0px;
  }
  .exhibited-text {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
.footer-column {
  text-align: right;
  width:100%;
  float:right;
  margin-top:0px;
}
.square-nav {
  padding-top: 13px;
  font-size: 10px;
  bottom:0px;
}
.main-image-block-ind {
  margin-bottom: 20px;
}
  .menu-button {
    margin-top: 5px;
    padding: 8px;
    background-color: black;
    color: white;
    font-size: 23px;
    margin-right:20px;
  }

  h1 {
    margin-top: 11px;
    padding-left: 22pxpx;
    font-size: 16px;
    text-align: left;
  }
  .main-work-image-block {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbs-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 8px;
    margin-top:-30px;
    margin-left:0px;
    margin-bottom:10px;
  }
    .thumb-ind {
    width: 100%;
    height:50%;
    margin-bottom:6px;
  }
    .thumb-ind-inner {
    padding-left: 0px;
    margin-right: 0px;
    float:left;
    width:25%;
  }
  .nav-link {
    border-bottom: 1px solid #ccc;
  }
  .nav-link.w--current {
    border-bottom: 1px solid #ccc;
  }
  .main-content-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tiitle {
    font-size: 19px;
  }
  .tiitle.fixed {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 47px;
  }
  .tiitle.top.wht {
    font-size: 26px;
  }
  .tiitle.main-title {
    font-size: 16px;
  }
  .tiitle.main-title.selected-title {
    margin-bottom: 0px;
    line-height: 36px;
  }
  .sub {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sub.int {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .tab {
    margin-bottom: 14px;
  }
  .tab-menu {
    margin-left: 5px;
  }
  .row-portfolio {
    margin-bottom: 0px;
  }
  .hero.prt {
    padding-top: 160px;
  }
  .work-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .process-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    margin-top: 20px;
  }
  .client-logo {
    width: 93%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .portfolio-overlay {
    width: 96.1%;
  }
  .img {
    top: 43%;
  }
  .caption {
    display: none;
  }
  .sub-caption {
    display: none;
  }
  .work--section {
    padding-bottom: 35px;
  }
  .staff-overlay {
    width: 96%;
    height: 55.8%;
  }
  .div-light {
    top: 14%;
  }
  .banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .logo-text {
    font-size: 16px;
  }
  .main-content-block {
    padding-top: 60px;
    padding-bottom: 12px;
   padding-left: 10px;
   padding-right: 10px;
  }
  .ind-work-block {
    width: 100%;
  }
  .ind-work-img {
   height: 235px;
  line-height:235px;
}
.ind-work-img img {
  vertical-align:middle;
}
  .main-work-image-block {
    padding-bottom: 0px;
  }
  .ind-work-text-block {
    margin-top: 26px;
  }
  .exhibited-title {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo_Black.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
/* CSS3 fadeIn
---------------------------------------------------- */	 
	 .fadeIn {
	
/* CSS needed for animation
---------------------------------------------------- */
opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-3s {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-3s {
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


/* Toggle
---------------------------------------------------- */
#toggle-view {
    list-style:none;    
    font-family:'Open Sans', sans-serif;
    font-weight: normal;
    font-size:11px;
    margin:0;
    padding:0;
    width:auto;
}
#toggle-view li {
    margin:10px 0 0 0;
    position:relative;
    cursor:pointer;
    } 
#toggle-view h3 {
    margin:0 0 20px 0;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    border-bottom:1px solid #ccc;
    font-style:normal;
    font-weight: normal;
    padding:0 0 6px 0;
    }
#toggle-view span {
    position:absolute;
    right:0px; top:8px;
    color:#666;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    }    
#toggle-view .panel {
    margin:0px;
    display:none;
    font-weight: normal;
    }
#toggle-view-2 {
    list-style:none;    
    font-family:'Open Sans', sans-serif;
    font-weight: normal;
    font-size:11px;
    margin:0;
    padding:0;
    width:auto;
}
#toggle-view-2 li {
    margin:10px 0 0 0;
    position:relative;
    cursor:pointer;
    } 
#toggle-view-2 h3 {
    position:relative;
    margin:0 0 20px 0;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    border-bottom:1px solid #ccc;
    font-style:normal;
    font-weight: normal;
    padding:0 0 6px 0;
    z-index: 999;
    }
#toggle-view-2 span {
    position:absolute;
    left:0px; top:8px;
    color:#666;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    z-index: 1;
    }    
#toggle-view-2 .panel {
    margin:0;
    display:none;
    font-weight: normal;
    padding-bottom:40px;
    }
#toggle-view-3 {
    list-style:none;    
    font-family:'Open Sans', sans-serif;
    font-weight: normal;
    font-size:11px;
    margin:0;
    padding:0;
    width:auto;
}
#toggle-view-3 li {
    margin:10px 0 0 0;
    position:relative;
    cursor:pointer;
    } 
#toggle-view-3 h3 {
    position:relative;
    margin:0 0 20px 0;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    border-bottom:1px solid #ccc;
    font-style:normal;
    font-weight: normal;
    padding:0 0 6px 0;
    z-index: 999;
    }
#toggle-view-3 span {
    position:absolute;
    left:0px; top:8px;
    color:#666;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    z-index: 1;
    }    
#toggle-view-3 .panel {
    margin:0;
    display:none;
    font-weight: normal;
    padding-bottom:40px;
    }    