/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2014, 8:28:38 AM
    Author     : Tien Dang
*/

@font-face {
    font-family: "Akkurat-Bold";
    src: url("../fonts/lineto-akkurat-bold.eot");
    src: url("../fonts/lineto-akkurat-boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff"), url("../fonts/lineto-akkurat-bold.ttf") format("truetype"), url("../fonts/lineto-akkurat-bold.svg#lineto-akkurat-bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Akkurat-Light";
    src: url("../fonts/lineto-akkurat-light.eot");
    src: url("../fonts/lineto-akkurat-lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-light.woff") format("woff"), url("../fonts/lineto-akkurat-light.ttf") format("truetype"), url("../fonts/lineto-akkurat-light.svg#lineto-akkurat-light") format("svg");
    font-weight: normal;
    font-style: normal
}

/*::-moz-selection {*/
/*background: #ffce45;*/
/*color: #fff*/
/*}*/
/*::selection {*/
/*background: #ffce45;*/
/*color: #fff*/
/*}*/
/*::-moz-selection {*/
/*background: #ffce45;*/
/*color: #fff*/
/*}*/
html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -10px
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    width: 30px;
    height: 20px;
    border: none
}

.fp-controlArrow.fp-prev {
    left: 110px;
    background: url(images/arrows-swatch.svg) no-repeat center bottom
}

.fp-controlArrow.fp-next {
    right: 110px;
    background: url(images/arrows-swatch.svg) no-repeat center top
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    opacity: 1
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

html {
    height: 100%
}

body,
html {
    padding: 0;
    margin: 0;
    overflow: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch
}

body {
    min-height: 100%;
    font-family: "Akkurat-Light";
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: subpixel-antialiased
}

h1,
h2,
strong {
    font-family: "Akkurat-Bold"
}

h2 {
    font-size: inherit
}

ul,
ol {
    margin: 0;
    padding: 0
}

p {
    margin: 0 0 1em
}

h2 {
    margin: 0 0 1em
}

em strong,
strong em,
i strong,
strong i,
b em,
em b,
b i,
i b {
    font-weight: 600;
    font-style: italic
}

#up,
#down {
    width: 48px;
    left: 50%;
    margin: 0 0 0 -24px;
    display: block;
    position: absolute
}

#up svg,
#down svg {
    width: 48px;
    height: 48px
}

#down {
    height: 48px;
    bottom: -24px;
    z-index: 991;
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

#down svg {
    fill: #000
}

#down.hidden {
    opacity: 0
}

#up {
    top: 120px;
    color: #666;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    line-height: 30px
}

#up svg {
    fill: #666
}

.page_header {
    padding: 160px 0 40px
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.page_wrap {
    min-height: 100%;
    margin-bottom: -500px
}

.page_wrap:after {
    content: "";
    display: block
}

footer,
.page_wrap:after {
    height: 500px
}

.is-mobile .mobile_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

header {
    top: 0;
    left: 0;
    width: 100%
}

header #menu-toggle {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 20px;
    left: 31px;
    z-index: 9999
}

header #menu-toggle svg {
    fill: #000;
}

header #menu-toggle .open_menu {
    display: block;
    width: 34px;
    height: 34px;
    padding: 5px 4px
}

header #menu-toggle .close_menu {
    width: 30px;
    height: 30px;
    display: none
}

header .menu {
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
    z-index: 999;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, height 0 linear 0.2s;
    transition: opacity 0.2s linear, height 0 linear 0.2s
}

header .menu .table {
    display: table;
    width: 100%;
    height: 100%
}

header .menu .cell {
    display: table-cell;
    vertical-align: middle
}

header .menu li {
    list-style: none
}

header .main_menu {
    font-size: 50px;
    line-height: 80px
}

header .main_menu li a {
    color: #000;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
    text-decoration: none
}

header .main_menu li.current_page_item a,
header .main_menu li a:hover {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

header.menu_open .menu {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

header.menu_open #menu-toggle .open_menu {
    display: none
}

header.menu_open #menu-toggle .close_menu {
    display: block
}

.logo {
    position: fixed;
    height: 100px;
    width: 100px;
    left: 50%;
    top: 0;
    margin: 28px 0 0 -15px;
    z-index: 999
}

.logo img {
    width: 100%;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.logo svg {
    width: 100%;
    height: 100%;
    fill: #000;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.logo.large {
    z-index: 999;
    width: 174px;
    height: 370px;
    top: 50%;
    margin: -185px 0 0 -87px;
}

.logo.large img {
    background: none;
}

.logo.large svg {
    fill: #fff
}

footer {
    position: relative;
    font-size: 19px;
    line-height: 25px;
    text-align: left
}

footer a {
    color: #656565;
    text-decoration: none
}

.home footer {
    /*visibility: hidden*/
}

.footer_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 15px solid #ddd;
    font-size: 19px;
    line-height: 25px;
    font-family: "Akkurat-Bold"
}

.footer_content .title {
    position: absolute;
    bottom: 0;
    left: 6.25%;
    height: 135px
}

.footer_content .title svg {
    width: 148px;
    height: 21px
}

.footer_content .title h2 {
    font-weight: normal;
    color: #b2b2b2;
    margin: 0
}

.footer_content .contact_info p {
    font-style: normal;
    height: 135px;
    color: #656565;
    position: absolute;
    bottom: 0;
    padding: 0 0 0 50px
}

.footer_content .contact_info p:before {
    content: "";
    width: 33px;
    height: 3px;
    background: #656565;
    position: absolute;
    left: 0;
    top: 12px
}

.footer_content .contact_info p.col_one {
    left: 56.25%
}

.footer_content .contact_info p.col_two {
    left: 81.25%
}

.slider_wrap {
    position: relative;
    background: #eee
}

#slider {
    position: relative;
    opacity: 0
}

.slides,
.slide {
    width: 100%;
    height: 100%
}

.slide {
    position: relative
}

#loggedinwrap #dragdrop-container {
    position: absolute
}

.logged-in #dragdrop-container {
    overflow: visible;
    border-left: 1px solid pink;
    border-right: 1px solid pink
}

#dragdrop-container {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 2000px;
    padding: 0 75px;
}

#dragdrop-container p {
    margin: 0
}

#dragdrop-container .quote,
#dragdrop-container .text_block {
    width: 600px
}

#dragdrop-container .text_block {
    font-size: 24px;
    line-height: 1.37em
}

#dragdrop-container .text_block strong {
    font-family: "Akkurat-Bold";
    font-weight: bold
}

#dragdrop-container .text_block p {
    margin: 0 0 1em
}

#dragdrop-container .quote {
    font-size: 75px;
    line-height: 1.2em;
    font-weight: normal;
    font-family: "Akkurat-Bold";
    font-weight: bold
}

#dragdrop-container .quote h3 {
    display: inline-block;
    text-decoration: underline;
    margin: 0
}

.draggable {
    position: absolute;
    padding: 20px;
    box-sizing: border-box
}

.logged-in .draggable {
    cursor: pointer
}

#position-elements {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 998;
    font-size: 20px
}

.post_content img,
.post_block img,
.fadein {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear
}

.post_content img.visible.loaded,
.post_block img.visible.loaded,
.fadein.visible.loaded {
    opacity: 1
}

#saved {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    font: bold 60px/60px sans-serif;
    color: #000;
    width: 200px;
    height: 100px;
    line-height: 100px;
    z-index: 9999
}

.guides {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.filters {
    position: absolute;
    z-index: 9;
    margin: 50px 100px;
}

.filters a {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    font-family: "Akkurat-Bold"
}

.filters ul {
    background: #fff;
    padding: 0;
    padding: 32px 0 25px;
    font-size: 28px;
    line-height: 34px;
    overflow: hidden;
    font-family: "Akkurat-Light";
    box-sizing: border-box;
    display: none
}

.filters ul li {
    list-style: none;
    color: #000;
    float: left;
    clear: both;
    cursor: pointer;
    margin: 0 0 8px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.1s linear;
    transition: border-bottom 0.1s linear
}

.filters ul li.active,
.filters ul li:hover {
    border-bottom: 2px solid #000
}

.projects_wrap {
    padding: 110px 0 0;
    overflow: hidden
}

.img_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: attr(data-imgratio)
}

.img_wrap img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0
}

#js-sizer {
    width: 31.25%
}

.small-thumb,
.portrait-thumb {
    width: 25%
}

.large-thumb {
    width: 56.25%
}

.small-thumb .img_wrap {
    padding: 0 0 62.1%
}

.portrait-thumb .img_wrap {
    padding: 0 0 149%
}

.large-thumb .img_wrap {
    padding: 0 0 66.75%
}

#projects {
    left: 3.125%
}

#projects .item {
    margin: 0 3.125% 6.25%;
    list-style: none;
    position: relative
}

#projects .item a {
    color: #000;
    text-decoration: none
}

#projects .item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

#projects .rollover {
    background: #ddd;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

#projects .rollover h3,
#projects .rollover p {
    font-size: 25px;
    line-height: 30px;
    margin: 0
}

#projects .rollover h3 {
    font-family: "Akkurat-Bold";
    font-weight: bold
}

#projects .rollover .title {
    position: absolute;
    top: 15px;
    left: -15px
}

#projects .rollover .more {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
}

#projects .rollover .more svg {
    width: 100%;
    height: 100%;
    fill: #000
}

.not-mobile #projects .item:hover img,
.is-mobile #projects .item.hover img {
    opacity: 1
}

.not-mobile #projects .item:hover .rollover,
.is-mobile #projects .item.hover .rollover {
    opacity: 1
}

.single-project .page_header {
    width: 75%;
    margin: 0 auto;
    position: relative
}

h1 {
    text-align: center;
    color: #656565;
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

h1:before {
    content: "— "
}

h1:after {
    content: " —"
}

.single-project {
    text-align: center
}

.single-project .project_text {
    height: auto;
    margin: 0 auto 6.25%;
    display: block
}

.single-project img.landscape {
    width: 75%
}

.single-project img.portrait {
    width: 50%
}

.single-project img:last-child {
    margin: 0 auto
}

.single-project img {
	max-width: 100%;
	height: auto;
}

.back_to_projects {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    margin: -8px 0 0;
    left: -15px;
    width: 130px;
    text-align: center;
    display: block;
    line-height: 18px;
    text-decoration: none;
    color: #656565;
    font-family: "Akkurat-Bold";
    font-weight: bold
}

.project_text {
    width: 50%;
    font-size: 15px;
    line-height: 18px
}

.previous_project,
.next_project {
    font-size: 11px;
    line-height: 21px;
    color: #656565;
    text-decoration: none;
    position: absolute;
    top: 160px;
    z-index: 1
}

.previous_project svg,
.next_project svg {
    fill: #666;
    width: 21px;
    height: 21px;
    vertical-align: middle
}

.previous_project span,
.next_project span {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.previous_project:hover span,
.next_project:hover span {
    opacity: 1
}

.previous_project {
    left: 0
}

.previous_project span {
    margin: 0 0 0 1em
}

.next_project {
    right: 0
}

.next_project span {
    margin: 0 1em 0 0
}

.clean_pin {
    width: 65px;
    text-align: left
}

.clean_pin a {
    background: none !important;
    padding: 0 25px 0 0
}

.clean_pin a:after {
    content: "Pinterest";
    background: #f9fafa;
    height: 20px;
    display: inline-block
}

.about_img {
    width: 75%;
    display: block;
    margin: 0 auto 6.25%
}

.about_text {
    overflow: hidden;
    margin: 20px auto 0;
    width: 75%;
    color: #656565
}

.about_text .col {
    width: 49.4%
}

.about_text .col.left {
    float: left
}

.about_text .col.left .text {
    width: 83.3%
}

.about_text .col.right {
    float: right
}

.about_text .col .img_wrap {
    margin: 0 0 1.2em
}

#open-instagram {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 35px;
    top: 25px;
    z-index: 99991
}

#open-instagram svg {
    width: 100%;
    height: 100%
}

#open-instagram svg.open_insta {
    display: block;
    background: #000;
    border-radius: 50%;
    fill: #fff
}

#open-instagram svg.close_insta {
    display: none
}

.menu_open #open-instagram svg.open_insta {
    background: #fff;
    border-radius: 50%;
    fill: #ffce45
}

.instagram_wrap {
    position: fixed;
    top: 0;
    right: -31.25%;
    width: 31.25%;
    background: #fff;
    overflow: auto;
    height: 100%;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
    z-index: 9999
}

.instagram_wrap ul {
    padding: 36px
}

.instagram_wrap ul li {
    list-style: none
}

.instagram_wrap ul img {
    width: 100%;
    height: auto;
    display: block
}

.instagram_wrap .visit {
    margin: 30px 0 100px;
    padding: 0 36px
}

.instagram_wrap .social_link {
    padding: 0 36px 36px;
    text-align: left
}

.instagram_wrap .social_link li {
    line-height: 30px
}

.instagram_wrap .back_to_top {
    position: absolute;
    margin: 0 0 0 -15px;
    left: 50%;
    top: 0
}

.instagram_wrap .visit a,
.instagram_wrap .social_link a {
    border-bottom: 1px solid;
    text-decoration: none;
    color: #656565
}

#instagram-feed li {
    list-style: none;
    margin: 0 0 64px
}

.instagram_open .instagram_wrap {
    right: 0
}

.instagram_open #open-instagram svg.open_insta {
    display: none
}

.instagram_open #open-instagram svg.close_insta {
    display: block
}

.instagram_footer {
    position: relative
}

.media_post {
    text-align: center;
    margin: 0 0 70px;
    font-size: 13px;
    line-height: 17px
}

.media_post:last-child {
    margin: 0
}

.media_post img {
    height: auto;
    display: block
}

.media_post .img_container {
    margin: 0 auto 30px
}

.media_post .portrait,
.media_post .media_text {
    width: 25%
}

.media_post .landscape {
    width: 37.5%
}

.media_post .media_text {
    margin: 0 auto;
    color: #656565
}

.media_post h2 {
    margin: 0
}

.media_post h2,
.media_post .issue_no {
    font-size: 15px;
    line-height: 18px
}

.media_text a {
    color: #656565;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block
}

#posts {
    position: relative
}

#loading {
    text-align: center;
    color: #656565;
    margin: 3em 0 0;
    position: relative;
    bottom: -3em;
    width: 100%
}

.back_to_top {
    width: 30px;
    height: 30px;
    right: 35px;
    top: 50%;
    margin: -15px 0 0;
    position: fixed;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 1
}

.back_to_top svg {
    width: 100%;
    height: 100%;
    fill: #000
}

#top.back_to_top {
    opacity: 0
}

#top.back_to_top.visible {
    opacity: 1
}

.contact {
    width: 100%;
    margin: 200px auto
}

.contact_wrap {
    margin: 50px 0 100px;
    overflow: hidden
}

.contact_text {
    float: left;
    width: 18.75%;
    color: #757576;
    margin: 0 0 0 18.75%
}

.contact_text address {
    font-style: normal
}

.contact_text p,
.contact_text h2,
.contact_text .social_link {
    margin: 0 0 2em
}

.contact_text a {
    color: #757576;
    text-decoration: none
}

.contact_text .social_link li {
    list-style: none;
    margin: 0 0 0.4em
}

.contact_text .social_link a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.1s linear;
    transition: border-bottom 0.1s linear
}

.contact_text .social_link a:hover {
    border-bottom: 1px solid #757576
}

.map {
    width: 43.75%;
    margin: 0 12.5% 0 0;
    height: auto;
    float: right
}

form {
    display: inline-block;
    position: relative
}

form .response {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

.button,
input,
.response {
    background: #f2f2f2;
    height: 31px;
    width: 205px;
    color: #757576;
    display: block;
    line-height: 31px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: "Akkurat-Light"
}

::-webkit-input-placeholder {
    color: #757576;
    opacity: 1;
    font-weight: normal;
    line-height: 31px;
    font-size: 14px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear
}

:-moz-placeholder {
    color: #757576;
    opacity: 1;
    font-weight: normal;
    line-height: 31px;
    font-size: 14px;
    transition: color 0.2s linear
}

::-moz-placeholder {
    color: #757576;
    opacity: 1;
    font-weight: normal;
    line-height: 31px;
    font-size: 14px;
    transition: color 0.2s linear
}

:-ms-input-placeholder {
    color: #757576;
    opacity: 1;
    font-weight: normal;
    line-height: 31px;
    font-size: 14px;
    transition: color 0.2s linear
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

@media screen and (max-width: 1440px) {
    .page_wrap {
        margin-bottom: -300px
    }

    footer,
    .page_wrap:after {
        height: 300px
    }

    #up,
    #down {
        width: 40px;
        margin: 0 0 0 -15px
    }

    #up svg,
    #down svg {
        width: 40px;
        height: 40px
    }

    #up {
        top: 60px;
        font-size: 15px;
        line-height: 20px
    }

    #down {
        bottom: -20px;
        height: 40px
    }

    .footer_content {
        font-size: 12px;
        line-height: 16px
    }

    .footer_content .title,
    .footer_content .contact_info p {
        height: 75px
    }

    .footer_content .contact_info p {
        padding: 0 0 0 26px
    }

    .footer_content .contact_info p:before {
        width: 20px;
        height: 2px;
        top: 7px
    }

    .footer_content .contact_info p.col_one {
        left: 43.75%
    }

    .footer_content .contact_info p.col_two {
        left: 75%
    }
}

@media screen and (max-width: 1200px) {
    #projects .rollover .title {
        bottom: -31px
    }

    #projects .rollover h3,
    #projects .rollover p {
        font-size: 18px;
        line-height: 22px
    }

    #projects .rollover .more {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 800px) {
    #js-sizer {
        width: 46.875%
    }

    .projects_wrap {
        padding: 165px 0 0
    }

    .page_header {
        padding: 140px 0 25px
    }

    .small-thumb,
    .portrait-thumb {
        width: 40.625%
    }

    .large-thumb {
        width: 87.5%
    }

    .single-project .page_header {
        width: 87.5%
    }

    h1 {
        font-size: 13px;
        line-height: 17px
    }

    .single-project img.landscape {
        width: 87.5%
    }

    .single-project img.portrait {
        width: 62.5%
    }

    .project_text {
        width: 62.5%
    }

    .filters a {
        font-size: 14px;
        line-height: 16px
    }

    .filters ul {
        padding: 24px 0 15px;
        font-size: 20px;
        line-height: 24px
    }

    .filters ul li {
        margin: 0 0 6px
    }

    .project_text,
    .about_text,
    .instagram_wrap {
        font-size: 13px;
        line-height: 17px
    }

    .instagram_wrap {
        width: 43.75%;
        right: -43.75%
    }

    .instagram_wrap .social_link li {
        line-height: 21px
    }

    .previous_project,
    .next_project {
        top: 140px
    }

    .previous_project span,
    .next_project span {
        display: none
    }

    .about_text {
        width: 87.5%
    }

    .about_text .col.left .text {
        width: 85.7%
    }

    .media_post img.portrait,
    .media_post .media_text {
        width: 50%
    }

    .media_post img.landscape {
        width: 62.5%
    }

    .map {
        width: 87.5%;
        margin: 0 auto;
        height: auto;
        float: none;
        display: block
    }

    .contact_wrap {
        margin: 25px 0 0;
        overflow: hidden
    }

    .contact_text {
        float: none;
        width: 75%;
        margin: 75px auto 0;
        display: block;
        overflow: hidden;
        font-size: 18px;
        line-height: 25px
    }

    .contact_text h2 {
        float: left;
        width: 50%
    }

    .contact_text .contact_info {
        float: right;
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    #position-elements {
        display: none
    }

    header #menu-toggle {
        left: 10px;
        top: 10px
    }

    .page_wrap {
        padding: 0 10px
    }

    .home .page_wrap {
        padding: 0
    }

    .home footer {
        visibility: visible
    }

    #dragdrop-container {
        height: auto !important;
        padding: 50px 0 0
    }

    #dragdrop-container .draggable {
        width: 100%;
        height: auto;
        top: auto !important;
        left: auto !important;
        position: relative;
        padding: 10px
    }

    #dragdrop-container .quote {
        width: 70%;
        padding: 10px 10px 23px;
        font-size: 23px;
        line-height: 28px
    }

    #dragdrop-container .text_block {
        font-size: 13px;
        line-height: 16px
    }

    .logo {
        height: 126px;
		width: 100px;
		margin: 20px 0 0 10px;
    }

    .logo img {
        width: 100%
    }

    .logo.large {
        width: 150px;
		height: 98px;
		margin: -100px 0 0 -70px;
    }

    #up,
    #down {
        width: 30px;
        margin: 0 0 0 -15px
    }

    #up svg,
    #down svg {
        width: 30px;
        height: 30px
    }

    #up {
        top: 60px;
        font-size: 15px
    }

    #down {
        bottom: -15px;
        height: 30px
    }

    .footer_content {
        font-size: 12px;
        line-height: 16px
    }

    .footer_content .title {
        height: 96px;
        left: 10px
    }

    .footer_content .title svg {
        width: 93px;
        height: 14px
    }

    .footer_content .contact_info {
        width: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 9px;
        line-height: 12px;
        height: 100px
    }

    .footer_content .contact_info p {
        position: relative;
        padding: 0 0 0 26px;
        height: auto
    }

    .footer_content .contact_info p:before {
        width: 20px;
        height: 1px;
        top: 7px
    }

    .footer_content .contact_info p.col_one {
        left: auto
    }

    .footer_content .contact_info p.col_two {
        left: auto
    }

    #js-sizer {
        width: 100%
    }

    .projects_wrap {
        padding: 120px 0 0
    }

    .page_header {
        padding: 90px 0 25px
    }

    .small-thumb,
    .large-thumb,
    .portrait-thumb {
        width: 100%
    }

    .filters {
        display: block;
        left: 10px;
        top: 85px;
        position: absolute
    }

    .filters ul {
        padding: 14px 0 15px
    }

    #projects {
        left: 0
    }

    #projects .item {
        margin: 0;
        box-sizing: border-box
    }

    #projects .item:hover img {
        opacity: 1
    }

    #projects .rollover {
        position: relative;
        opacity: 1;
        width: auto;
        height: auto;
        background: none
    }

    #projects .rollover h3,
    #projects .rollover p {
        font-size: 14px;
        line-height: 17px
    }

    #projects .rollover .title {
        position: relative;
        left: 0;
        bottom: auto;
        padding: 10px 15px 30px
    }

    #projects .rollover .more {
        display: none
    }

    .not-mobile #projects .item:hover img,
    .is-mobile #projects .item.hover img {
        opacity: 1
    }

    .page_header,
    .single-project img.landscape,
    .single-project img.portrait,
    .project_text,
    .about_img,
    .about_text .col.left,
    .about_text .col.right,
    .media_post img.portrait,
    .media_post .media_text,
    .media_post img.landscape,
    .contact_text,
    .contact,
    .contact_text .contact_info,
    .about_text,
    .about_text .col.left .text	{
        width: 100%
    }

	.gallery_thumbs	{
        width: 100% !important;
		margin-left: 10px;
    }
	
	.logo-fixed {
		margin: 28px 0 0 -40px !important;
	}
	
    .single-project img.landscape,
    .single-project img.portrait,
    .project_text {
        margin: 0 0 15px
    }

    .previous_project,
    .next_project,
    #top {
        display: none
    }

    .about_img,
    .about_text {
        margin: 0
    }

    .about_text .col.left,
    .about_text .col.right {
        margin: 40px 0 0;
        float: none
    }

    .about_text .col.left .text,
    .about_text .col.right .text {
        padding: 0 15px;
        box-sizing: border-box
    }

    #open-instagram {
        right: 10px;
        top: 10px
    }

    .instagram_wrap {
        position: fixed;
        top: 0;
        right: -75%;
        width: 75%
    }

    .map {
        width: 100%;
        margin: 0 auto;
        height: auto;
        float: none;
        display: block
    }

    .contact_wrap {
        margin: 25px 0 0;
        overflow: hidden
    }

    .contact_text h2,
    .contact_text .contact_info {
        float: none
    }

    .contact_text {
        padding: 0 15px;
        box-sizing: border-box;
        float: none;
        margin: 75px auto 0;
        display: block;
        overflow: hidden
    }

    .back_to_projects {
        position: relative;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        text-align: center;
        display: inline-block;
        margin: 1em auto 0;
        top: auto;
        left: auto
    }
}

.home-block {
    margin-top: 100px;
	max-width: 100%;
    width: 100%;
}

.home-block .home-title {
	font-size: 48px;
    margin: 10px;
    margin-left: 0;
}

.home-block .home-category {
    font-size: 17px;
}

.home-block .home-content {
    font-size: 17px;
}

.home-block.home-left {
    float: left;
    text-align: left;
}

.home-block img {
    max-width: 700px;
	max-height: 700px;
}

.home-block.home-right {
    float: right;
    text-align: left;
}

.home-block.home-right img {
	float: right;
}

.home-block.home-left img {
	float: left;
	margin-right: 25px;
}

.home-block.home-center {
    margin: 0 auto;
    text-align: center;
}

.home-block.home-center img {
    padding-top: 100px;
}

.logo-fixed {
    position: fixed;
    left: 50%;
    top: 0;
    margin: 28px 0 0 -15px;
    z-index: 999
}

.logo-fixed img {
    width: 70%;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project_text {
    height: auto;
    margin: 0 auto 6.25%;
    display: block;
}

.logo.large img.black {
    display: none;
}

.logo.large img.white {
    display: block;
}

.logo:not(.large) .black {
    display: block;
    margin-left: -50px;
    width: 70%;
}

.logo:not(.large) .white {
    display: none;
}

.page-number {
    margin: 40px auto 0;
    width: 75%;
    text-align: center;
}

.page-number .page {
    font-size: 15px;
    line-height: 18px;
    margin-left: 10px;
    color: #656565;
}

.current-page {
    font-weight: bold;
    text-decoration: underline;
}

.gallery_thumbs {
    height: auto;
    width: 37.5%;
    display: inline-block;
}

.gallery_thumbs .gallery-thumbs-item {
    display: block;
    float: left;
    width: 17%;
    position: relative;
    padding: 9%;
    margin: 2px;
    overflow: hidden;
}

.gallery_thumbs .gallery-thumbs-item.hidden {
    display: none;
}

.gallery_thumbs .gallery-thumbs-item.more span.overlay {
        text-align: center;
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    opacity: 0.8;
    line-height: 84px;
    font-size: 30px;
    color: #777;
    font-weight: bold;
}

.gallery_thumbs .gallery-thumbs-item img {
    width: auto;
    height: 200%;
    cursor: -webkit-zoom-in;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}


