﻿@import url(../fonts/icomoon.css);

@import url("owl.carousel.css");

@import url("owl.transitions.css");

@import url("fancybox.custom.css");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none;
}

del {
    text-decoration: line-through;
}

hr {
    clear: both;
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0;
    background: transparent;
    color: transparent;
}

mark {
    background-color: #ffffb3;
    font-style: italic;
}

input,select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    background: #222;
    color: #666;
    font: 14px/1.8 "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #e96247;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e96247;
    color: #fff;
    text-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
    color: #222;
    font-weight: 900;
    line-height: 1.4;
}

a,a>* {
    color: #e96247;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -o-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
}

a:hover,a>*:hover {
    color: #222;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin: 4px 0 4px 40px;
}

dl,hr,ol,ul,pre,table,address,fieldset,blockquote,p,iframe {
    margin-bottom: 40px;
}

ul ul,ol ol,ul ul ul,ol ol ol {
    margin-bottom: 0;
}

article {
    margin-bottom: 40px;
}

strong,b {
    font-weight: 700;
}

del {
    color: #999;
    text-decoration: line-through;
}

small,sup,sub {
    font-size: 85%;
}

abbr,acronym {
    text-transform: uppercase;
    letter-spacing: .1em;
}

a abbr,a acronym {
    border: 0;
}

abbr[title],acronym[title],dfn[title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {
    border-left: 5px solid #ddd;
    color: #666;
}

blockquote p {
    padding: 20px 30px;
    color: #999;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
}

blockquote .author {
    color: #222;
    font-weight: 700;
}

blockquote .author:before {
    display: inline-block;
    margin: 0 4px 0 2px;
    content: "-";
}

small {
    font-size: 11px;
}

.container img {
    max-width: 100%;
    max-height: 100%;
}

label {
    display: block;
    margin: 0 0 5px;
    color: #222;
    font-size: 14px;
    cursor: pointer;
}

*::-webkit-input-placeholder {
    color: #999;
}

*:-moz-placeholder {
    color: #999;
}

*::-moz-placeholder {
    color: #999;
}

*:-ms-input-placeholder {
    color: #999;
}

input,textarea,select {
    padding: 15px;
    border: 0;
    border-radius: 0;
    color: #999;
    font: 14px/1.5 "Roboto",Helvetica,Arial,"Lucida Grande",sans-serif;
}

input,select {
    width: 200px;
}

input,textarea {
    background-color: #ececec;
}

textarea {
    padding: 10px;
    width: 100%;
    min-height: 200px;
    resize: both;
}

select,option {
    padding: 5px 7px;
    cursor: pointer;
}

input[type="submit"],button {
    -webkit-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -o-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out;
}

.form {
    margin-bottom: 30px;
    max-width: 100%;
}

.form input,.form textarea {
    width: 100%;
}

.form .row {
    margin-bottom: 20px;
}

.form input,.form textarea {
    margin-bottom: 20px;
}

.form textarea {
    margin-bottom: 20px;
    min-height: 200px;
}

.hidden {
    display: none;
}

.disabled {
    cursor: auto;
}

.invisible {
    visibility: hidden;
}

.no-margin {
    margin: 0!important;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

img.inline {
    max-width: 100%;
    vertical-align: middle;
}

img.size-1-2 {
    width: 50%;
    height: 50%;
}

img.size-3-4 {
    width: 75%;
    height: 75%;
}

img.aligncenter {
    display: block;
    margin-bottom: 30px;
}

.alignleft,.floatleft {
    float: left!important;
}

img.alignleft {
    margin-right: 20px;
    margin-bottom: 30px;
}

.alignright,.floatright {
    float: right!important;
}

img.alignright {
    margin-bottom: 30px;
    margin-left: 20px;
}

img.frame {
    border: 4px solid #fff;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.color {
    color: #e96247;
}

.white {
    color: #fff!important;
}

.light {
    color: #eee;
}

.dark {
    color: #666;
}

.caps {
    text-transform: uppercase;
}

.clear {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    margin-top: -1px;
    width: 0;
    height: 1px;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    content: ' ';
    font-size: 0;
    line-height: 0;
}

* html .clearfix,:first-child+html .clearfix {
    zoom: 1;
}

.inlineblock {
    display: inline-block;
}

#exit-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
}

.caption {
    margin-bottom: 40px;
}

.caption .zoom-thumb {
    margin-bottom: 10px;
}

.caption img {
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
    height: auto;
}

.caption p.caption-text {
    width: 100%;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    line-height: 17px;
}

p.lead.big {
    font-size: 30px;
    line-height: 1.5em;
}

p.lead.medium {
    font-size: 24px;
}

p.lead.small {
    font-size: 18px;
}

p.dark {
    color: #222;
}

.big-heading {
    font-size: 48px;
}

.medium-heading {
    font-size: 36px;
}

.line-heading:after {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 60px;
    height: 1px;
    background-color: #999;
    content: "";
}

.line-heading.tiny {
    font-weight: 500;
}

.line-heading.big {
    font-size: 24px;
}

#page {
    display: none;
    opacity: 0;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.container:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    line-height: 0;
}

.col-1-1,.col-1-2,.col-1-3,.col-2-3,.col-1-4,.col-3-4 {
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.col-1-1 {
    width: 100%;
}

.col-1-2 {
    width: 570px;
}

.col-1-3 {
    width: 370px;
}

.col-1-4 {
    width: 270px;
}

.col-2-3 {
    width: 770px;
}

.col-3-4 {
    width: 870px;
}

.col-1-2 .col-1-2 {
    margin-right: 20px;
    width: 270px;
}

.last {
    margin-right: 0!important;
}

.row {
    position: relative;
    z-index: 1;
    clear: both;
    margin-bottom: 40px;
}

.row:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    line-height: 0;
}

.flex-col-1-1,.flex-col-1-2,.flex-col-1-3,.flex-col-1-4,.flex-col-1-5 {
    float: left;
}

.flex-col-1-1 {
    width: 100%;
}

.flex-col-1-2 {
    width: 50%;
}

.flex-col-1-3 {
    width: 33.33%;
}

.flex-col-1-4 {
    width: 25%;
}

.flex-col-1-5 {
    width: 20%;
}

.center-col {
    float: none;
    margin: 0 auto;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 901;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}

#header.show-bg {
    background-color: rgba(000,000,000,.5);
}

body.show-menu #header.show-bg {
    background: transparent;
}

body.show-menu {
    overflow: hidden;
}

body.show-menu #header {
    width: 100%;
    height: 100%;
}

#logo {
    float: left;
}

#logo img {
    margin: 0;
    vertical-align: middle;
}

#logo:hover {
    opacity: .5;
}

#menu-trigger {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
    display: block;
    width: 30px;
    height: auto;
    background-color: transparent;
}

#menu-trigger .icon {
    position: relative;
    top: 3px;
    left: 4px;
    display: inline-block;
    margin: 10px 0;
    width: 22px;
    height: 3px;
    background: #fff;
}

#menu-trigger .icon:before,#menu-trigger .icon:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}

#menu-trigger .icon:before {
    top: -7px;
}

#menu-trigger .icon:after {
    top: 7px;
}

#menu-trigger.close span {
    background: 0;
}

#menu-trigger.close span:before {
    top: 0!important;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#menu-trigger.close span:after {
    top: 0!important;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#menu-trigger.close span.menu-text {
    color: #fff;
}

#menu-trigger:hover span:before {
    top: -8px;
}

#menu-trigger:hover span:after {
    top: 8px;
}

#menu-trigger .icon,#menu-trigger .icon:before,#menu-trigger .icon:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
}

#menu-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
    width: 100%;
    height: 100%;
}

#menu-container.active {
    display: block;
}

#menu-container .container {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    z-index: 903;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu-container .nav-title {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}

#nav ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

#nav ul li {
    display: block;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    font-size: 15px;
}

#nav ul li a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid transparent;
    color: #fff;
}

#nav ul li a:hover,#nav ul li a.active {
    border: 1px solid #fff;
}

#menu-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 901;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .95;
}

#intro-slider {
    margin-bottom: 0;
    padding: 0;
    background-color: #222;
}

#resize-image,#intro-image {
    position: relative;
    background-color: #222;
}

#intro-image {
    overflow: hidden;
    min-height: 600px;
}

#intro-image .carousel-slider {
    margin-bottom: 0;
}

#intro-image .carousel-slider,#intro-image .carousel-slider .slide {
    min-height: 600px;
}

#intro-image.big {
    min-height: 690px;
}

#intro-image.medium {
    min-height: 500px;
}

#intro-image.big .carousel-slider,#intro-image.big .carousel-slider .slide {
    min-height: 690px;
}

#intro-image.medium .carousel-slider,#intro-image.medium .carousel-slider .slide {
    min-height: 500px;
}

#intro-image .image,#intro-slider .image,#resize-image .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro-captions {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-captions .caption-title {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0 8px;
    color: #fff;
    font-weight: 400;
}

.caption-title.big {
    font-weight: 900;
    font-size: 46px;
}

.caption-title.medium {
    font-size: 36px;
}

.caption-title.small {
    font-size: 24px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-color: #000;
    background-position: left top;
    background-repeat: repeat;
    opacity: 0;
}

.overlay.active {
    opacity: .6;
}

.intro-captions .caption-title,.intro-captions .divider,.intro-captions .intro-button {
    opacity: 0;
    -webkit-transform: translatex(-80px);
    -moz-transform: translatex(-80px);
    transform: translatex(-80px);
}

.intro-captions .caption-title.active,.intro-captions .divider.active,.intro-captions .intro-button.active {
    opacity: 1;
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    transform: translatex(0px);
}

.overlay.active {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}

.intro-captions .caption-title.active,.intro-captions .divider.active,.intro-captions .intro-button.active,.swipe-icon {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.overlay.active {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
}

.intro-captions .caption-title.active {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
}

.intro-captions .divider.active {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
}

.intro-captions .intro-button.active {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
}

.swipe-icon {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 200;
    width: 44px;
    height: 41px;
    background: transparent url(../img/swipe-icon.png) left top no-repeat;
    opacity: .2;
}

.swipe-icon:hover {
    opacity: 1;
}

.scroll-anim {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 3;
    margin-left: -24.5px;
    -webkit-animation: scrollfade 1s ease-in alternate infinite;
    -moz-animation: scrollfade 1s ease-in alternate infinite;
    animation: scrollfade 1s ease-in alternate infinite;
}

@-webkit-keyframes scrollfade {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes scrollfade {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scrollfade {
    0% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

.scroll-anim>.scroll {
    position: relative;
    display: block;
    margin: 0 auto 5px;
    width: 16px;
    height: 30px;
    border: 2px solid #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 42px;
}

.scroll-anim>.scroll:before {
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    margin-left: -1px;
    width: 2px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    content: '';
}

.scroll-anim>.scroll-text {
    float: left;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.home-slide01 {
    background-image: url(../placeholders/intro-slide01.jpg);
}

.home-slide02 {
    background-image: url(../placeholders/intro-slide02.jpg);
}

.home-slide03 {
    background-image: url(../placeholders/intro-slide03.jpg);
}

.home-slide04 {
    background-image: url(../placeholders/intro-slide04.jpg);
}

.about-intro {
    background-image: url(../placeholders/about.jpg);
}

.process-steps {
    background-image: url(../placeholders/process-bg.jpg);
}

.about-box {
    background-image: url(../placeholders/about-bg.jpg);
}

.latest-tweets {
    background-image: url(../placeholders/twitter-bg.jpg);
}

.contact-intro {
    background-image: url(../placeholders/contact.jpg);
}

.news-intro {
    background-image: url(../placeholders/news.jpg);
}

.news-single-intro {
    background-image: url(../placeholders/news-single.jpg);
}

.portfolio-intro {
    background-image: url(../placeholders/portfolio-bg.jpg);
}

.project01-intro {
    background-image: url(../placeholders/work-workouts-big.jpg);
}

.project02-intro {
    background-image: url(../placeholders/work-symbols-big.jpg);
}

.project03-intro {
    background-image: url(../placeholders/work-504-big.jpg);
}

.project04-intro {
    background-image: url(../placeholders/work-confirmation-big.jpg);
}

.project05-intro {
    background-image: url(../placeholders/work-flat-ui-big.jpg);
}

.project06-slide01 {
    background-image: url(../placeholders/work-super-wii-big.jpg);
}

.project06-slide02 {
    background-image: url(../placeholders/work-super-wii-big2.jpg);
}
.project06-intro {
    background-image: url(../placeholders/work-santak.jpg);
}

.project07-intro {
    background-image: url(../placeholders/work-baxter.jpg);
}

.project08-intro {
    background-image: url(../placeholders/work-super-wii-big2.jpg);
}
.project09-intro {
    background-image: url(../placeholders/intro-title9-big.jpg);
}

.error500-intro {
    background-image: url(../placeholders/500.jpg);
}
.success-intro {
    background-image: url(../placeholders/success.jpg);
}
#portfolio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #222;
}

#portfolio-content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#portfolio-filter {
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 12px;
}

#portfolio-filter li:after {
    color: #888;
}

#portfolio-filter a {
    color: #888;
}

#portfolio-filter a:hover,#portfolio-filter a.active {
    color: #fff;
}

#portfolio-carousel {
    margin-bottom: 0;
}

#portfolio-carousel .owl-wrapper-outer {
    overflow: visible;
}

.portfolio-item img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.portfolio-item .zoom-thumb {
    margin-bottom: 6px;
}

.portfolio-item footer .title,.portfolio-item footer .title a {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.portfolio-item footer .portfolio-cats {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}

.portfolio-item footer .portfolio-cats li:after {
    color: #888;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: .8;
}

.portfolio-item,#portfolio-filter {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

.portfolio-item.animated,#portfolio-filter.animated {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -ms-transition: all .5s ease-out;
}

.work-details {
    overflow: hidden;
    margin: 40px 0;
}

.work-detail {
    padding: 6% 4%;
    min-height: 300px;
    border-right: 1px solid #ddd;
}

.work-details .work-detail:last-child {
    border-right: 0;
}

.work-detail .btn {
    margin-top: 20px;
}

.work-detail .client-logo {
    margin-top: 20px;
}

.work-categories {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e96247;
}

.work-categories a {
    display: block;
}

.work-categories a:hover:after {
    color: #e96247;
}

.work-categories a:before {
    display: inline-block;
    margin-right: 4px;
    content: '/';
}

.work-meta {
    margin: 0;
    list-style: none;
}

.work-meta li {
    overflow: hidden;
    margin: 0;
    margin: 10px 0;
    color: #222;
}

.work-meta li span {
    display: inline-block;
    margin-right: 10px;
    min-width: 100px;
    color: #666;
}

.work-meta li a {
    display: inline-block;
}

#content {
    clear: both;
    padding: 80px 0 0;
    width: 100%;
    background: #fff;
}

#content .animated {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0px,50px);
    -moz-transform: translate(0px,50px);
    transform: translate(0px,50px);
}

.clients-row {
    overflow: hidden;
}

.clients-row .client {
    padding: 8% 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.clients-list .clients-row:last-child .client {
    border-bottom: 0;
}

.clients-row .client:last-child {
    border-right: 0;
}

.clients-row .client a img,.clients-row .client img {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.clients-row .client img:hover {
    opacity: .5;
}

.about-box {
    padding: 80px 0;
    background-color: #ddd;
}

.about-text {
    padding: 60px;
    background-color: #fff;
}

.member {
    text-align: center;
}

.member>img {
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.member-name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
}

.member-departament {
    display: inline-block;
    margin-bottom: 20px;
    color: #e96247;
    text-transform: uppercase;
    font-size: 12px;
}

.process-steps {
    padding: 150px 0;
    text-align: center;
}

.step-icon {
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 55px;
}

.step-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.step-text {
    color: #fff;
}

.service {
    text-align: center;
}

.service .service-icon,.service .service-title {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.service:hover .service-icon,.service:hover .service-title {
    color: #e96247;
}

.service-icon {
    display: inline-block;
    margin-bottom: 30px;
    color: #444;
    font-size: 48px;
}

.service-title {
    font-size: 24px;
}

.slider-content {
    margin-bottom: 80px;
}

.slider-content .slider {
    margin-bottom: 0;
}

.slider-content .box {
    padding: 90px 70px;
}

.request {
    padding: 120px 0;
    width: 100%;
    background-color: #e96247;
    text-align: center;
}

#latest-tweets {
    padding: 120px 0 80px;
    text-align: center;
}

.twitter-col {
    padding: 0 20%;
}

.twitter-col .big-heading {
    margin-bottom: 40px;
}

#latest-tweets .slide {
    color: #fff;
    font-style: italic;
    font-size: 24px;
}

#latest-tweets .slide a:hover {
    color: #fff;
}

#latest-tweets .slide .date {
    display: block;
    margin-top: 20px;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 18px;
    opacity: .7;
}

#latest-tweets .slide .date a {
    color: #fff;
    font-weight: 400;
}

#latest-tweets .slide .date a:hover {
    color: #e96247;
    opacity: 1;
}

#gmap {
    position: relative;
    width: 100%;
    height: 600px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}

.contact-details {
    overflow: hidden;
    margin: 40px 0;
}

.contact-detail {
    padding: 6% 4%;
    min-height: 300px;
    border-right: 1px solid #ddd;
}

.contact-details .contact-detail:last-child {
    border-right: 0;
}

.email-list {
    margin: 0;
    list-style: none;
}

.email-list li {
    overflow: hidden;
    margin: 0;
    margin: 10px 0;
}

.email-list li span {
    display: inline-block;
    margin-right: 10px;
    min-width: 100px;
}

.email-list li a {
    display: inline-block;
}

#form-box {
    position: relative;
    border-top: 1px solid #eee;
}

#form-box:before {
    position: absolute;
    top: -48px;
    left: 50%;
    z-index: 2;
    margin-left: -48px;
    width: 96px;
    height: 96px;
    border: 1px solid #eee;
    border-radius: 100%;
    background-color: #fff;
    color: #666;
    content: "\e694";
    text-align: center;
    font-size: 42px;
    font-family: 'icomoon';
    line-height: 96px;
}

#form-box header {
    margin-bottom: 40px;
}

#form-box .form-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.contact-form input {
    width: 100%;
}

.contact-form .submit-button {
    margin-top: 20px;
}

.contact-form {
    text-align: center;
}

#news-entries .entry:first-child {
    border-top: 0;
}

.entry {
    padding: 80px 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

.entry .col-2-3,.entry .col-1-3 {
    margin-bottom: 0;
}

.entry-title,.entry-title a {
    color: #222;
}

.entry-title a:hover {
    color: #e96247;
}

.entry .date {
    display: block;
    color: #222;
}

.categories {
    display: block;
    margin-bottom: 10px;
    color: #e96247;
}

.categories:before {
    display: inline-block;
    margin-right: 4px;
    content: '/';
}

.categories a {
    display: inline-block;
}

.categories a:hover:after {
    color: #e96247;
}

.categories a:after {
    display: inline-block;
    margin: 0 4px;
    content: '/';
}

.categories a:last-child:after {
    display: none;
}

.single-news {
    padding-bottom: 40px;
    max-width: 800px;
}

.section {
    padding: 0 0 80px;
}

.section.no-padding {
    padding: 0;
}

.padding {
    padding: 80px 0;
}

.section:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    line-height: 0;
}

.last-section {
    padding-bottom: 120px;
}

.section-header {
    margin-bottom: 80px;
    padding: 0 12%;
    width: 100%;
    text-align: center;
}

.section-title {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 48px;
}

.section-sub-title {
    margin-bottom: 0;
    color: #444;
    font-weight: 500;
    font-size: 24px;
}

.section-header-text {
    font-style: italic;
}

.grey-texture {
    background: #eee url('../img/grey-texture.png') left top repeat;
}

.cover-bg {
    position: relative;
    background-color: #222;
    background-position: center center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.page-navigation {
    overflow: hidden;
    margin-top: 0;
}

.page-navigation .left {
    padding: 0 1px 2px 0;
}

.page-navigation .right {
    padding: 0 0 2px 1px;
}

.page-navigation .next,.page-navigation .prev {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
    background-color: #f2f2f2;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.page-navigation .next i,.page-navigation .prev i {
    margin: 0 8px;
    color: #666;
    font-size: 16px;
}

.page-navigation .next:hover,.page-navigation .prev:hover {
    background-color: #222;
    color: #fff;
}

.page-navigation .next:hover i,.page-navigation .prev:hover i {
    color: #fff;
}

#footer {
    clear: both;
    padding: 100px 0 100px 0;
    background-color: #222;
}

.footer-col {
    float: left;
    padding: 30px 4%;
    width: 33.333%;
    min-height: 300px;
    border-right: 1px solid #333;
    color: #fff;
}

.footer-col p a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.footer-col p a:hover {
    border-bottom: 0;
}

.footer-col.last {
    border: 0;
}

.footer-col h1,.footer-col h2,.footer-col h3,.footer-col h4,.footer-col h5,.footer-col h6 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.social-icon {
    display: inline-block;
    margin: 4px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    background-color: #999;
    color: #222;
    text-align: center;
}

.social-icon i {
    color: #222;
    font-size: 18px;
    line-height: 44px;
}

.social-icon:hover {
    background-color: #e96247;
}

.social-icon:hover i {
    color: #fff;
}

#footer-note {
    padding: 15px 20px;
    width: 100%;
    background-color: #191919;
    text-align: center;
}

#footer-note p {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
}

#footer-note p a {
    border-bottom: #999 1px dotted;
    color: #999;
}

#footer-note p a:hover {
    border: 0;
}

.stat {
    display: inline-block;
    width: 100%;
    color: #e96247;
    font-weight: 900;
    font-size: 120px;
    line-height: normal;
}

.stat-name {
    position: relative;
    top: -20px;
    display: inline-block;
    font-size: 18px;
}

.readmore {
    display: inline-block;
    color: #222;
    text-align: center;
}

.readmore:after {
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    border: 1px dashed #777;
    color: #777;
    content: '\e644';
    font-size: 12px;
    font-family: 'icomoon';
    line-height: 22px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.readmore:hover {
    color: #e96247;
}

.readmore:hover:after {
    border-color: #e96247;
    color: #e96247;
}

.zoom-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 30px;
}

.zoom-thumb img {
    display: block;
    margin: 0;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
    -ms-transition: all .30s linear;
}

.zoom-thumb:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -ms-transform: scale(1.4);
}

hr.separator {
    margin-bottom: 80px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.divider {
    position: relative;
    margin: 30px auto 30px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divider.white {
    background-color: #fff;
}

.divider.dark {
    background-color: #000;
}

.divider:before,.divider:after {
    position: absolute;
    top: 50%;
    width: 150px;
    height: 1px;
    content: '';
}

.divider.white:before,.divider.white:after {
    background-color: #fff;
    opacity: .5;
}

.divider.dark:before,.divider.dark:after {
    background-color: #000;
    opacity: .2;
}

.divider.long:before,.divider.long:after {
    width: 200px;
}

.divider:before {
    right: 13px;
}

.divider:after {
    left: 13px;
}

.inline-dots {
    margin: 0;
    list-style: none;
}

.inline-dots li {
    display: inline-block;
    margin: 0;
}

.inline-dots li:after {
    display: inline-block;
    margin: 0 4px 0 6px;
    content: '·';
}

.inline-dots li:last-child:after {
    display: none;
}

.icon-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.icon-button i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

.icon-button:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    content: '';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.icon-button:hover:after {
    background-color: #fff;
}

.icon-button:hover i {
    color: #111;
}

.video-wrap {
    margin: 0 0 30px;
}

.error,.success,.info,.warning {
    clear: both;
    display: block;
    padding: 14px 20px 14px 20px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}

.error {
    border-color: #ffc3c3;
    background-color: #fdcaca;
    color: #7f6060;
}

.success {
    border-color: #9cfaa3;
    background-color: #cafdce;
    color: #637a65;
}

.info {
    border-color: #cddfff;
    background-color: #dee9fe;
    color: #737b8b;
}

.warning {
    border-color: #fbe0b9;
    background-color: #fbe9de;
    color: #877863;
}

input[type="submit"],button {
    display: inline-block;
    padding: 10px 40px;
    width: auto;
    border: 1px solid #444;
    background-color: transparent;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

input[type="submit"]:hover,button:hover {
    background-color: #444;
    color: #fff;
}

.btn,.stamp-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.btn.dark {
    border: 1px solid #222;
    color: #222;
}

.btn span,.stamp-button span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.btn.dark span {
    color: #222;
}

.btn:after,.stamp-button:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: #fff;
    content: '';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn.dark:after {
    background: #222;
}

.btn:hover,.btn:hover span,.stamp-button:hover,.stamp-button:hover span {
    color: #111;
}

.btn.dark:hover,.btn.dark:hover span {
    color: #fff;
}

.btn:hover:after,.btn:active:after,.stamp-button:hover:after,.stamp-button:active:after {
    height: 100%;
}

.carousel {
    margin-bottom: 30px;
}

.carousel-fw-item {
    margin: 1px;
    width: auto;
}

.slider {
    background-color: #222;
}

.text-slider {
    background-color: transparent;
}

.carousel-slider {
    margin-bottom: 30px;
}

.carousel-slider img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-slider .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.carousel-slider .slide {
    position: relative;
    overflow: hidden;
}

.carousel-slider.owl-theme .owl-buttons i {
    color: #111;
    font-size: 18px;
    line-height: 36px;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev,.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev i,.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next i {
    color: #fff;
    line-height: 50px;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: rgba(255,255,255,0.2);
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover i,.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover i {
    color: #fff;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 50%;
    left: 0;
    border-left: 0;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 50%;
    right: 0;
    border-right: 0;
}

.carousel-slider.owl-theme .owl-controls {
    margin-top: 0;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev,.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    color: #fff;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    position: relative;
    display: block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-controls .owl-page span:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    content: '';
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: transparent;
}

.owl-theme .owl-controls .owl-page.active span:after,.owl-theme .owl-controls.clickable .owl-page:hover span:after {
    display: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.image.zoom {
    -webkit-animation: sliderzoom linear 40s infinite alternate;
}

@-webkit-keyframes sliderzoom {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        -ms-transform: scale(1.4);
    }
}

#ie-message {
    z-index: 2000;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    border-bottom: 1px solid #900;
    background: #c00;
}

#ie-message p {
    margin: 0 25%;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

#ie-message a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -ms-transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
    -ms-transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
}

@media only screen and (max-width:1200px) {
    body {
        font-size: 13px;
    }

    .container {
        width: 960px;
    }

    .col-1-1,.col-1-2,.col-1-3,.col-2-3,.col-1-4,.col-3-4 {
        margin-right: 20px;
    }

    .col-1-2 {
        width: 460px;
    }

    .col-1-3 {
        width: 300px;
    }

    .col-1-4 {
        width: 220px;
    }

    .col-2-3 {
        width: 620px;
    }

    .col-3-4 {
        width: 700px;
    }

    .col-1-2 .col-1-2 {
        width: 220px;
    }

    .center-col {
        margin: 0 auto;
        width: 500px;
    }

    p.lead.big {
        font-size: 18px;
        line-height: 1.5em;
    }

    .line-heading {
        font-size: 16px;
    }

    .line-heading:after {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .line-heading.tiny {
        font-weight: 500;
    }

    .line-heading.big {
        font-size: 20px;
    }

    .slider-content .box {
        padding: 40px 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .container {
        width: 748px;
    }

    .container img {
        max-width: 100%;
        max-height: 100%;
    }

    .col-1-2 {
        width: 364px;
    }

    .col-1-3 {
        width: 236px;
    }

    .col-2-3 {
        width: 492px;
    }

    .col-1-4 {
        width: 172px;
    }

    .col-3-4 {
        width: 492px;
    }

    .col-1-2 .col-1-2 {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .center-col {
        width: 492px;
    }

    p.lead.big {
        font-size: 16px;
        line-height: 1.5em;
    }

    .line-heading {
        font-size: 16px;
    }

    .line-heading:after {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .line-heading.big {
        font-size: 18px;
    }

    #intro-slider {
        margin-bottom: 0;
        padding: 0;
        background-color: #222;
        cursor: url(../img/grab.cur) 8 8,move;
    }

    #intro-image,#intro-image.medium,#intro-image.big {
        min-height: 300px;
    }

    #intro-image .carousel-slider,#intro-image .carousel-slider .slide,#intro-image.medium .carousel-slider,#intro-image.medium .carousel-slider .slide,#intro-image.big .carousel-slider,#intro-image.big .carousel-slider .slide {
        min-height: 300px;
    }

    .scroll-anim {
        bottom: 30px;
    }

    .slider-content .box {
        padding: 30px 30px;
    }

    #gmap {
        height: 400px;
    }

    .slider .owl-buttons {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 300px;
    }

    .container img {
        max-width: 100%;
        max-height: 100%;
    }

    .col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-2-3, .col-3-4 {
        margin-right: 0;
        width: 300px;
    }

    .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
        width: 100%;
    }

    .col-1-2 .col-1-2 {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .center-col {
        margin: 0 auto;
    }

    #header {
        padding: 4px 0;
    }

    #logo img {
        width: 70%;
        height: 70%;
    }

    #menu-trigger {
        top: 5px;
    }

    #menu-container .nav-title, #menu-container .divider {
        display: none;
    }

    .big-heading {
        font-size: 32px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-sub-title {
        font-size: 18px;
    }

    .about-box {
        padding: 40px 0;
    }

    .about-text {
        padding: 30px;
    }

    #intro-image, #intro-image.medium, #intro-image.big {
        min-height: 300px;
    }

    #intro-image .carousel-slider, #intro-image .carousel-slider .slide, #intro-image.medium .carousel-slider, #intro-image.medium .carousel-slider .slide, #intro-image.big .carousel-slider, #intro-image.big .carousel-slider .slide {
        min-height: 300px;
    }

    .caption-title.big {
        font-size: 22px;
    }

    .caption-title.medium {
        font-size: 16px;
    }

    .caption-title.small {
        font-size: 14px;
    }

    .scroll-anim {
        bottom: 20px;
    }

    .clients-row .client {
        padding: 6% 0;
        border-right: 0;
    }

    .clients-list .clients-row:last-child .client {
        border-bottom: 1px solid #c7c7c7;
    }

    .clients-list .clients-row:last-child .client:last-child {
        border-bottom: 0;
    }

    #portfolio-filter {
        margin-bottom: 41px;
    }

    .work-detail {
        margin-bottom: 20px;
        padding: 20px 2% 40px;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }

    .work-details .work-detail:last-child {
        border-bottom: 0;
    }

    .process-steps {
        padding: 50px 0;
    }

    .step-icon {
        font-size: 55px;
    }

    .step-title {
        font-size: 24px;
    }

    #latest-tweets {
        padding: 80px 0 60px;
    }

    .twitter-col {
        padding: 0 10%;
    }

    .twitter-col .big-heading {
        margin-bottom: 30px;
    }

    #latest-tweets .slide {
        font-size: 18px;
    }

    #latest-tweets .slide a:hover {
        color: #fff;
    }

    #latest-tweets .slide .date {
        margin-bottom: 80px;
        font-size: 14px;
    }

    #gmap {
        height: 300px;
    }

    .contact-detail {
        margin-bottom: 20px;
        padding: 20px 2% 40px;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
    }

    .contact-details .contact-detail:last-child {
        border-bottom: 0;
    }

    #footer {
        clear: both;
        padding: 50px 0 50px 0;
        background-color: #222;
    }

    .footer-col {
        display: block;
        margin-bottom: 30px;
        padding: 30px 0;
        width: 100%;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #333;
    }

    .carousel-fw-item {
        padding: 0 1px;
        width: 100%;
    }

    .divider.long:before, .divider.long:after {
        width: 130px;
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container {
            width: 440px;
        }

        .col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-2-3, .col-3-4 {
            margin-right: 0;
            width: 440px;
        }

        .flex-col-1-3, .flex-col-1-2, .flex-col-1-4, .flex-col-1-5 {
            width: 100%;
        }

        .center-col {
            margin: 0 auto;
        }

        .scroll-anim {
            bottom: 10px;
        }

        #portfolio-filter {
            margin-bottom: 5px;
        }

        .portfolio-item img {
            margin-bottom: 5px;
        }

        .portfolio-item footer .title, .portfolio-item footer .title a {
            margin-bottom: 5px;
        }

        .carousel-fw-item {
            padding: 0;
            width: auto;
        }
    }
}
