@charset "UTF-8";
html{
    scroll-behavior: smooth;
}
body {
  background: url(../images/bg-tile.png);
  margin: 0;
}

img.inject-me {
  display: none;
}

.arrow-down {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-inner {
  position: relative;
  width: 58.75em;
  margin-left: auto;
  margin-right: auto;
}

.site-inner-abs {
  position: absolute;
  top: 0;
  left: 50%;
  width: 58.75em;
  margin-left: -29.375em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★ Typography                 */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@font-face {
  font-family: segoeui;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/segoeui.eot");
  src: url("fonts/segoeui.eot?#iefix") format("embedded-opentype"), url("fonts/segoeui.woff") format("woff"), url("fonts/segoeui.ttf") format("truetype"), url("fonts/segoeui.svg#segoeui") format("svg");
}
@font-face {
  font-family: segoeuib;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/segoeuib.eot");
  src: url("fonts/segoeuib.eot?#iefix") format("embedded-opentype"), url("fonts/segoeuib.woff") format("woff"), url("fonts/segoeuib.ttf") format("truetype"), url("fonts/segoeuib.svg#segoeuib") format("svg");
}
.heading {
  color: #464b4f;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
.heading.h-01 {
  font-family: segoeuib, Arial, sans-serif;
  font-size: 80px;
  font-weight: normal;
  
  text-transform: uppercase;
}
.h{
  font-family: segoeuib, Arial, sans-serif;
  font-size: 80px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}
.heading.h-02 {
  font-family: segoeui, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}
.heading.h-03 {
  font-family: segoeuib, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.copy-01 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 25px;
  color: #464b4f;
  line-height: 42px;
}

.copy-02 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 18px;
  color: #888a8b;
  line-height: 30px;
}

.copy-03, #page-work .filter-link, #page-signup .form-result {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.button {
  display: inline-block;
  padding: 23px 63px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button.main {
  background: orange;
  border: 1px solid orange;
  color: white;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
}
.button.white {
  background: white;
  color: orange;
  font-family: segoeui, Arial, sans-serif;
  font-size: 14px;
}
.button.rounded {
  border-radius: 3px;
}
.button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.section {
  padding: 114px 0;
}
.section .h-01 {
  text-align: center;
}

#page-hero {
  text-align: center;
  background: #40404e;
}
#page-hero .brand-logo {
  padding: 80px 0 100px 0;
}
#page-hero .brand-logo #brand-logo {
  height: 135px;
  width: 135px;
}
#page-hero .brand-logo #brand-logo * {
  position: relative;
  fill: white;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-hero .brand-logo #brand-logo #circle-alt {
  opacity: 0;
}
#page-hero .brand-logo #brand-logo:hover #circle {
  fill: #40404e;
}
#page-hero .brand-logo #brand-logo:hover #circle-alt {
  opacity: 1;
  fill: #40404e;
  -webkit-transform: scale(0.75) translateY(9px);
  -moz-transform: scale(0.75) translateY(9px);
  -ms-transform: scale(0.75) translateY(9px);
  -o-transform: scale(0.75) translateY(9px);
  transform: scale(0.75) translateY(9px);
}
#page-hero .brand-logo #brand-logo:hover #icon {
  -webkit-transform: scale(0.75) translateY(3px);
  -moz-transform: scale(0.75) translateY(3px);
  -ms-transform: scale(0.75) translateY(3px);
  -o-transform: scale(0.75) translateY(3px);
  transform: scale(0.75) translateY(3px);
}
#page-hero .h-01 {
  color: white;
  margin-bottom: 50px;
}
#page-hero .copy-02 {
  color: white;
  margin-bottom: 100px;
  padding: 0 240px;
}
#page-hero #arrow-down {
  margin-bottom: 50px;
  height: 48px;
  width: 48px;
  -webkit-animation: bounce 3s infinite ease alternate;
  -moz-animation: bounce 3s infinite ease alternate;
  animation: bounce 3s infinite ease alternate;
}
#page-hero #arrow-down * {
  fill: white;
}
#page-hero #arrow-down #arrow {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
#page-hero #arrow-down:hover #arrow {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

@-webkit-keyframes scaleAway {
  from {
    -webkit-transform: scale(1);
  }

  to {
    -webkit-transform: scale(50);
  }
}
@-moz-keyframes scaleAway {
  from {
    -moz-transform: scale(1);
  }

  to {
    -moz-transform: scale(50);
  }
}
@keyframes scaleAway {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(50);
    -moz-transform: scale(50);
    -ms-transform: scale(50);
    -o-transform: scale(50);
    transform: scale(50);
  }
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounce {
  from {
    -moz-transform: translateY(10px);
  }

  to {
    -moz-transform: translateY(0);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
#page-about .copy-01 {
  text-align: left;
  margin-bottom: 42px;
  padding: 0 20px;
}
#page-about .h-01 {
  margin: 104px 0 90px 0;
}
#page-about .h-03 {
  margin-bottom: 18px;
}
#page-about .columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
#page-about aside {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 285px;
  float: left;
  margin-right: 20px;
}
#page-about aside:last-child {
  margin: 0;
}




#page-work {
  position: relative;
  text-align: center;
  background: #40404e;
  box-sizing: border-box;
}


 .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  z-index: 0;
  height: 100%;
  padding: 16px;
  overflow: auto;
  background-color: #40404e;
  text-align: center;
  -webkit-transition: opacity .75s;
  transition: opacity .75s;
 }
 .grid .grid-item {
  display: inline-block;
  width: 25%;
  padding: 16px;
  opacity: .75;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
 }
 .grid .grid-item:hover {
  opacity: 1;
 }
 @media screen and (max-width: 1024px) {
  .grid .grid-item {
  width: 50%;
  }
 }
 @media screen and (max-width: 480px) {
  .grid .grid-item {
  width: 100%;
  }
 }
 .grid img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
 }





#page-photography {
  text-align: center;
}
#page-photography .h-01 {
  margin-bottom: 43px;
}
#page-photography .copy-01 {
  margin-bottom: 50px;
  padding: 0 60px;
  color: #888a8b;
}
#page-photography #photo-grid:after {
  content: "";
  display: table;
  clear: both;
}
#page-photography .photo-item {
  float: left;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
#page-photography .photo-item figure {
  height: 300px;
  width: 300px;
  overflow: hidden;
}
#page-photography .photo-item figure img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 100%;
  width: 100%;
}
#page-photography .photo-item:nth-child(3n) {
  margin-right: 0;
}
#page-photography .photo-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#page-photography .button {
  margin-top: 66px;
  padding: 23px 48px;
}



#page-footer {
  padding-top: 1px;
  text-align: center;
  padding-bottom: 20px;
  background: #40404e;
}
#page-footer2 {
  color: #dbdbdb;
  background: #40404e;
}
#page-footer .social-links {
  margin: 90px 0;
}
#page-footer .social-links:after {
  content: "";
  display: table;
  clear: both;
}
#page-footer .social-links a {
  display: inline-block;
  margin: 0 15px;
  font-size: 45px;
  color: #dbdbdb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-footer .social-links a:hover {
  color: orange;
}

#page-footer .social-links svg {
  height: 50px;
  width: 50px;
}
#page-footer .social-links svg * {
  fill: #dbdbdb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-footer .social-links #icon-twitter:hover * {
  fill: orange;
}
#page-footer .social-links #icon-dribbble:hover * {
  fill: orange;
}
#page-footer .social-links #icon-behance:hover * {
  fill: orange;
}
#page-footer .social-links #icon-instagram:hover * {
  fill: orange;
}
#page-footer .copy-02 {
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-inner {
    width: 47.9375em;
  }

  #page-hero .copy-02 {
    padding: 0 140px;
  }

  #page-about .columns {
    padding: 0 40px;
  }

  #page-work {
    overflow: hidden;
  }

  #work-grid {
    left: 50%;
    margin-left: -310px;
  }

  #page-photography .photo-item {
    margin: 0 10px 20px 10px;
  }

  #page-photography .photo-item figure {
    height: 235px;
    width: 235px;
  }
}
@media only screen and (max-width: 767px) {
  #page-container {
    overflow: hidden;
  }

  .section {
    padding: 50px 0;
  }

  .site-inner {
    width: 100%;
  }

  .h-01 {
    font-size: 36px !important;
  }
  .h{
    font-size: 36px;
  }
  #page-hero .brand-logo {
    padding: 20px 0 20px 0;
  }

  #page-hero .h-01 {
    margin-bottom: 20px;
  }

  #page-hero .copy-02 {
    padding: 0 40px;
    margin-bottom: 30px;
  }

  #page-about .h-01 {
    margin: 40px 0 40px 0;
  }
  #page-about .h-03 {
    margin-bottom: 10px;
  }
  #page-about .copy-01 {
    font-size: 18px;
    line-height: 24px;
  }
  #page-about .copy-02 {
    line-height: 24px;
  }
  #page-about .columns {
    display: block;
  }
  #page-about aside {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-about .gg{
    max-width: 1%;
  }
  #page-work .h-01 {
    margin-bottom: 20px;
    color: white;
  }
  #page-work .mobile-filter-select {
    position: relative;
    display: block;
    margin: 30px 0;
    font-family: segoeuib, Arial, sans-serif;
    font-size: 14px;
    color: white;
    text-align: center;
  }
  #page-work .mobile-filter-select:after {
    content: "+";
    position: relative;
    left: 5px;
  }
  #page-work .mobile-filter-select.opened:after {
    content: "-";
  }
  #page-work #work-filter {
    display: none;
    height: 145px;
  }
  #page-work #work-filter a {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    border: none;
    padding: 0;
  }
  #page-work #work-filter a.active:after {
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -31px;
    height: 3px;
    width: 60px;
    background: orange;
  }
  #page-work #work-grid {
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
  #page-work .button {
    margin-top: 0;
  }

  #page-photography .h-01 {
    margin: 0px 0 40px 0;
  }
  #page-photography .copy-01 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
  }
  #page-photography .photo-item {
    float: none;
    margin: 0 auto 10px auto;
    display: inline-block;
  }
  #page-photography .button {
    margin-top: 40px;
  }

  #page-signup .copy-02 {
    padding: 0 20px;
  }
  #page-signup input, #page-signup button {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-signup input {
    margin-right: auto;
    padding: 18px 20px;
  }

  #page-footer .social-links {
    margin: 40px 0;
  }
  #page-footer .social-links a {
    margin: 0 10px;
  }
  #page-footer .copy-02 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
body {
  -webkit-tap-highlight-color: transparent;
}



.fa-heart{
  color: orange;
}
.about-me-info{
  display: flex;
}
.about-me-info img{
  width: 300px;
  margin-right: 20px;
}

.dd {
  max-width: 100%;
}

h2{
  color: orange;
}

@media screen and (min-widht:800px){
  .about-me-info{
    display: flex;
  }
}



.pop-up {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.span {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}

.pop-up-text h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text a {
  color:orange;
  margin-bottom:15px;
}
.pop-up-text img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}


.pop-up3 {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container3{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.pop-up-text3 h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text3 p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.span3 {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}
.pop-up-text3 a {
  color:orange;
  margin-bottom:10px;
}
.pop-up-text3 img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}



.pop-up2 {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container2{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.pop-up-text2 h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text2 p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.span2 {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}
.pop-up-text2 a {
  color:orange;
  margin-bottom:10px;
}
.pop-up-text2 img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

.pop-up4 {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container4{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.pop-up-text4 h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text4 p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.span4 {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}
.pop-up-text4 a {
  color:orange;
  margin-bottom:10px;
}
.pop-up-text4 img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

.pop-up5 {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container5{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.pop-up-text5 h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text5 p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.span5 {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}
.pop-up-text5 a {
  color:orange;
  margin-bottom:10px;
}
.pop-up-text5 img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

.pop-up6 {
  height:auto;
  width:70%;
  margin:10vh auto;
  background:#fff;
  position:relative;
  z-index:1;
  border-radius:5px;
}
.pop-up-container6{
  height:100vh;
  width:100%;
  background:#000;
  opacity:.5;
  position:relative;
  z-index:-1;
  margin-top:-500px;
}
.pop-up-text6 h1{
  font-size:2em;
  font-weight:bold;
  margin-bottom:20px;
  font-family: segoeui, Arial, sans-serif;
}
.pop-up-text6 p{
  font-size:1em;
  margin-bottom:1em;
  font-family: segoeui, Arial, sans-serif;
}
.span6 {
  border-radius:3em;
  margin-left:95%;
  background:#212121;
  color:#fff;
  font-size:1.25em;
  padding:.4em .7em;
  cursor:pointer;
}
.pop-up-text6 a {
  color:orange;
  margin-bottom:10px;
}
.pop-up-text6 img {
  max-height:250px;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

.biger, .less, .biger2, .less2
{
  text-align: center;
  font-size: 20px;
  color: orange;
}
.dd{
      border-radius: 100%;
      background-color: orange;
      position: fixed;
      z-index: 100000px;
      filter: opacity(50%);
      text-decoration: none;
      width: 45px;
    }
.dd h1{
      font-size: 40px;
      filter: opacity(100%);
    }