@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif; }

@font-face {
  font-family: 'si';
  src: url("../fonts/socicon.eot");
  src: url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'spinweradC';
  src: url("../fonts/spinweradC.ttf"); }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(../fonts/socicon.svg) format(svg); } }
a {
  color: inherit; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.img_responsive {
  max-width: 100%; }

header {
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 0px 60px;
  box-sizing: border-box;
  z-index: 999; }
  header .logo {
    float: left; }
  header .soc {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    float: right; }
    header .soc.soceu {
      width: 52px;
      position: absolute;
      right: 51px;
      top: 54px; }
      header .soc.soceu li {
        margin-bottom: 10px; }
    header .soc li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      margin-left: 10px; }
      header .soc li a {
        font-family: si !important;
        font-style: normal;
        font-weight: 400;
        transition: 0.3s background;
        box-sizing: border-box;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        display: block;
        position: relative;
        z-index: 1;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 19px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        color: #ffffff;
        border: 1px solid white; }
      header .soc li .black {
        border: 1px solid black;
        color: black; }
  header .soc-icon-last {
    margin: 0 !important; }
  header .soc-facebook:before {
    content: 'b'; }
  header .soc-instagram:before {
    content: 'x'; }
  header .soc-behance:before {
    content: 'H'; }
  header #nav_icon {
    float: right;
    width: 50px;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    width: 32px;
    height: 35px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    header #nav_icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      header #nav_icon span.black {
        background: black; }
      header #nav_icon span:nth-child(1) {
        top: 0px; }
      header #nav_icon span:nth-child(2), header #nav_icon span:nth-child(3) {
        top: 10px; }
      header #nav_icon span:nth-child(4) {
        top: 20px; }
    header #nav_icon.open span:nth-child(1) {
      top: 14px;
      width: 0%;
      left: 50%; }
    header #nav_icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header #nav_icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header #nav_icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

#loader {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  background-image: url(../images/loading/Logo-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #loader img {
    display: none; }

#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 99;
  display: none; }
  #menu .content {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-family: 'spinweradC','ariel',sans-serif;
    font-size: 30px; }
    #menu .content span {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
  #menu .layer_1 {
    width: 50%;
    float: left;
    height: 100%;
    background-image: url(../images/the_lence_bg.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat; }
    #menu .layer_1 .content span {
      left: 10%; }
  #menu .layer_2 {
    left: 0;
    right: 0;
    width: 35%;
    position: absolute;
    overflow: hidden;
    height: 100%;
    margin-left: 32.5%;
    transform: skewX(20deg);
    z-index: 3; }
    #menu .layer_2:before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      z-index: -1;
      background-image: url(../images/the_photographer_bg.jpg);
      background-size: contain;
      background-color: #000;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: skewX(-20deg);
      -moz-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
      -o-transform: skewX(-20deg);
      transform: skewX(-20deg); }
    #menu .layer_2 .content span {
      display: block;
      -webkit-transform: skewX(-20deg) translate(0, -50%);
      -moz-transform: skewX(-20deg) translate(0, -50%);
      -ms-transform: skewX(-20deg) translate(0, -50%);
      -o-transform: skewX(-20deg) translate(0, -50%);
      transform: skewX(-20deg) translate(0, -50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 315px; }
  #menu .layer_3 {
    width: 50%;
    float: left;
    height: 100%;
    background-image: url(../images/the_bonds_bg.jpg);
    background-position: center;
    background-repeat: no-repeat; }
    #menu .layer_3 .content span {
      right: 10%; }

#photographer {
  height: 100%; }
  #photographer .block_left {
    width: 40%;
    float: left;
    height: 100%;
    padding-left: 60px;
    padding-top: 150px;
    padding-right: 22px;
    box-sizing: border-box; }
    #photographer .block_left h3 {
      font-family: 'spinweradC','ariel',sans-serif;
      font-size: 45px;
      color: #2d2d2d;
      margin-bottom: 20px;
      margin-top: 0; }
    #photographer .block_left p {
      font-size: 13px;
      line-height: 1.6;
      color: #828282;
      text-align: justify;
      letter-spacing: 1px;
      font-weight: 300; }
  #photographer .block_right {
    width: 60%;
    float: left;
    text-align: right;
    height: 100%;
    background-image: url(../images/alain-mitri.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover; }
    #photographer .block_right img {
      height: 1px;
      width: 1px; }

#home .slides-pagination {
  width: 30px;
  right: 66px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: auto; }
  #home .slides-pagination a {
    border: 2px solid white; }
    #home .slides-pagination a.current {
      background-color: white; }

#the_bond {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  #the_bond .block_left {
    width: 50%;
    float: left; }
    #the_bond .block_left h3 {
      font-size: 45px;
      font-family: 'spinweradC','ariel',sans-serif;
      margin: 0; }
    #the_bond .block_left p {
      font-size: 12px;
      line-height: 1.6;
      color: #cecece;
      margin: 0;
      letter-spacing: 1px;
      font-weight: 300; }
    #the_bond .block_left form .block {
      width: 48%;
      float: left; }
    #the_bond .block_left form .right {
      float: right; }
    #the_bond .block_left form input[type='text'],
    #the_bond .block_left form input[type='email'],
    #the_bond .block_left form textarea {
      outline: none;
      resize: none;
      border: none;
      border-bottom: 1px solid black;
      font-size: 12px;
      padding-bottom: 5px;
      width: 100%;
      box-sizing: border-box;
      height: 24px;
      margin-top: 25px;
      transition: .3s border;
      background-color: white;
      overflow: hidden; }
      #the_bond .block_left form input[type='text']:hover, #the_bond .block_left form input[type='text']:focus,
      #the_bond .block_left form input[type='email']:hover,
      #the_bond .block_left form input[type='email']:focus,
      #the_bond .block_left form textarea:hover,
      #the_bond .block_left form textarea:focus {
        border-bottom: 3px solid black; }
    #the_bond .block_left form input[type='submit'] {
      float: right;
      width: 70px;
      height: 30px;
      background: #2d2d2d;
      transition: .3s background;
      border: 1px solid #2d2d2d;
      outline: none;
      color: white;
      margin-top: 20px;
      font-size: 12px;
      cursor: pointer;
      text-transform: uppercase; }
      #the_bond .block_left form input[type='submit']:hover {
        color: #2d2d2d;
        background: white; }
  #the_bond .block_right {
    width: 25%;
    float: right;
    margin-top: 120px; }
    #the_bond .block_right p {
      font-size: 12px; }
      #the_bond .block_right p b {
        width: 20px;
        display: inline-block; }
    #the_bond .block_right ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #the_bond .block_right ul li {
        display: inline-block;
        font-weight: bold; }
        #the_bond .block_right ul li a {
          text-decoration: none;
          font-size: 10px;
          margin-right: 10px; }
          #the_bond .block_right ul li a:hover {
            text-decoration: underline; }

#the_lens {
  padding: 0 60px;
  margin-top: 100px; }
  #the_lens .filters {
    width: 15%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #9d9d9d;
    margin-top: 20px; }
    #the_lens .filters li {
      cursor: pointer;
      margin-bottom: 5px; }
      #the_lens .filters li.smaller {
        font-size: 12px;
        box-sizing: border-box;
        padding-left: 5px;
        display: none; }
      #the_lens .filters li:hover, #the_lens .filters li.is-checked {
        color: #191919; }
  #the_lens .grid {
    width: 85%;
    float: left; }
    #the_lens .grid:after {
      content: '';
      display: block;
      clear: both; }
    #the_lens .grid .element-item {
      width: 25%;
      float: left;
      padding: 0 5px;
      margin-bottom: 5px;
      box-sizing: border-box;
      transition: 0.4s opacity; }
      #the_lens .grid .element-item img {
        max-width: 100%; }

@media only screen and (max-width: 1050px) {
  header {
    padding: 0px 30px; }

  #photographer {
    padding: 0px 30px; }
    #photographer .block_left {
      width: 100%;
      height: auto;
      padding-right: 0px;
      padding-left: 0px; }
      #photographer .block_left h3 {
        font-size: 25px; }
    #photographer .block_right {
      display: none; }

  #the_lens {
    padding: 0px 30px; }
    #the_lens .filters {
      width: 100%; }
    #the_lens .grid {
      width: 100%; }
      #the_lens .grid .element-item {
        width: 50%; }
        #the_lens .grid .element-item img {
          width: 100%; }

  #the_bond .block_left {
    width: 100%; }
  #the_bond .block_right {
    margin-top: 30px;
    width: 100%; }

  header .soc {
    display: none !important; }

  #menu {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: black;
    text-align: center;
    padding-top: 95px; }
    #menu .content {
      height: 40px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      font-family: 'spinweradC','ariel',sans-serif;
      font-size: 20px; }
      #menu .content span {
        position: static; }
    #menu .layer_1 {
      width: 100%;
      float: left;
      height: auto;
      background-image: none; }
      #menu .layer_1 .content span {
        left: 0; }
    #menu .layer_2 {
      width: 100%;
      position: static;
      height: auto;
      margin-left: 0;
      transform: skewX(0deg); }
      #menu .layer_2:before {
        content: "";
        display: none; }
      #menu .layer_2 .content span {
        display: block;
        -webkit-transform: skewX(0deg) translate(0, 0%);
        -moz-transform: skewX(0deg) translate(0, 0%);
        -ms-transform: skewX(0deg) translate(0, 0%);
        -o-transform: skewX(0deg) translate(0, 0%);
        transform: skewX(0deg) translate(0, 0%);
        margin: auto;
        max-width: auto; }
    #menu .layer_3 {
      width: 100%;
      float: left;
      height: auto;
      background-image: none; }
      #menu .layer_3 .content span {
        right: 0; } }

/*# sourceMappingURL=styles.css.map */
