* {margin:  0 auto;padding:0;}

body {
    background:#fff;
    color:#333;
    font: 14px Lato;
    font-weight: 400;
}

a {text-decoration: none;color: inherit;}

.container {
    width: 90%;
    max-width: 1200px;
    position: relative;
}

.clear {
    clear: both;
}

#first_page {
    padding: 20px 0;
}

.pages {
    
}

.header {
    height: 150px;
    width: 100%;
    display: block;
}

h1.logo {
    width: 300px;
    height: 150px;
    overflow: hidden;
    text-indent: -1500px;
    background: url('/assets/images/logo.png') no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}

ul#menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
    text-align: right;
    list-style-type: normal;
    width: auto;
    padding: 50px 0;
    line-height: 50px;
}

ul#menu li {
    display: inline-block;
}
ul#menu li a {
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 50px;
}
ul#menu li a:hover {opacity:0.6;}

#boxes {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#boxes .box {
    width: 33.33%;
    height: 230px;
    background:#eee;
    color:#000;
    float: left;
    box-sizing: border-box;
    border:10px solid #fff;
    text-align: center;
    font:37px Lato;
    font-weight: 200;
    line-height: 40px;
    padding:85px 55px;
    letter-spacing:1px;
}
#boxes .box_color1 {background:#77bd43;}#boxes .box_color2 {background:#ffea05;}#boxes .box_color3 {background:#ffa907;}#boxes .box_color4 {background:#8932da;}#boxes .box_color5 {background:#91e3ef;}#boxes .box_color6 {background:#f7f7f7;}#boxes .box_color7 {background:#efda91;}#boxes .box_color8 {background:#eda49e;}#boxes .box_color9 {background:#33b2c2;}
#boxes .box:hover {opacity:0.8;}

section {
    min-height: 800px;
    position: relative;
}

#bio {
    background: #202020;
    color:#fff;
}

#bio .container {
    padding: 50px 0;
    padding-left: 500px;
    box-sizing: border-box;
}

#bio .title {
    font-size: 75px;
    font-weight: 300;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: left;
    max-width: 400px;
    overflow: hidden;
}

#bio .content {
    padding-top: 80px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing:0.5px;
}

#bio .content b {
    font-size: 20px;
    font-weight: bold;
}

#contact {
    background:#ffe700;
    color:#000;
}

.contact {
    max-width: 500px;
    width: 90%;
    height: auto;
    height: 90%;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
     -khtml-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#content .contact {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
     -khtml-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

.contact h3 {
    font-size: 28px;
}

.contact .textput {
    width: 100%;
    height: 30px;
    background: none;
    border: 0;
    border-bottom: 2px solid #777;
    margin-top: 30px;
    letter-spacing: 0.5px;
    font: inherit;
    padding: 0 5px;
    box-sizing: border-box;
}

.contact .textput:focus {border-color:#000;}

.contact textarea {
    width: 100%;
    font: inherit;
    background:#fff;
    border: 0;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    height: 200px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.contact .subput {
    background:#000;
    color:#fff;
    cursor: pointer;
    font: inherit;
    letter-spacing: 1px;
    border: 0;
    width: 100%;
    padding: 10px 0;
}

.contact .part {
    width: 50%;
    float: left;
    margin-top: 10px;
    line-height: 36px;
}

.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.icon i {
    background: url('/assets/images/icons.png') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.icon:hover {
    background-color: #fff48e;
}

.icon-email i {background-position: 0 0;}
.icon-mobile i {background-position: 0 -16px;}
.icon-instagram i {background-position: 0 -32px;}
.icon-linkedin i {background-position: 0 -48px;}
.icon-pinterest i {background-position: 0 -64px;}
.icon-facebook i {background-position: 0 -80px;}
.icon-googleplus i {background-position: 0 -96px;}


.footer {
    background:#202020;
    min-height: 200px;
    padding: 50px 0;
    box-sizing: border-box;
    color:#fff;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 200;
}

.footer .footer_menu {margin-left:-5px;}

.footer .footer_menu a {font-weight: bold;padding: 0 5px;}
.footer .footer_menu a:hover {opacity:0.8;}

.footer .left {
    width: 60%;
    box-sizing: border-box;
    float: left;
    padding-right: 50px;
}

.footer .left .footer_logo {
    display: inline-block;
    width: 200px;
    height: 100px;
    background: url('/assets/images/logo_w.png') no-repeat center;
    background-size: 100% auto;
    text-indent: -2000px;
    overflow: hidden;
}

.footer .right {
    width: 40%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.footer .right h2 {
    font:30px Lato;
    line-height: 1.8;
    font-weight: 300;
    margin-left: 8px;
}

.footer .right .insta {
    width: 105px;
    height: 105px;
    background:#eee;
    float: left;
    border: 8px solid #202020;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#empty {
    text-align: center;
    font-size: 30px;
    color:#ccc;
    display: block;
    margin: 100px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#content {
    text-align: left;
    direction: ltr;
    max-width: 800px;
    color:#333;
    line-height: 2.1;
    margin-top: 80px;
}

#content.content_full {
    max-width: none;
    text-align: center;
}

.work {
    position: relative;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin:5px 10px;
    cursor: pointer;
    text-align: left;
    line-height: 1.5;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    overflow: hidden;
}

.work .info {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    text-align: center;
    display: none;
}

.work .info .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.work:hover > .info {
    display: block;
}

.work a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.work a {
    z-index: 1;
}

.work a:first-child {
    z-index: 2;
}

.work .gallery {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    width: 30px;
    height: 30px;
    background: url('/assets/images/icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 -210px;
    opacity: 0.6;
}


