@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext');
@import url(font-awesome.min.css);
::selection {
    background: #6A9E4B;
    color: #FFF;
}


/* Classes */

.container {
    width: 1200px;
    margin: 0 auto;
}

.container.fluid {
    width: 100%;
}

.container:after,
#page p:after,
.isGallery:after,
.clearfix {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.half {
    width: 50%;
    float: left;
}

.one.third {
    width: 33.3333%;
    float: left;
}

.two.thirds {
    width: 66.6666%;
    float: left;
}

.separator {
    clear: both;
    content: "";
    display: block;
    height: 20px;
    visibility: hidden;
}

.at-char:before {
    content: "\0040";
    font-size: 17px;
}

.at-char {
    font-size: 0;
}

.nope {
    text-indent: -9999px;
    display: inline-block;
}

.animationPulse {
    animation: animationPulse infinite 1.5s;
}

.animationPulse2 {
    animation: animationPulse2 infinite 1.5s;
}


/* Elements */

* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    background: #80AD66;
    color: #F5F5F5;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #6A9E4B;
    transition: all .3s;
}

a:hover {
    color: #2A5E0B;
}

ol>li>ol {
    list-style-type: lower-latin;
}

hr {
    border-color: #EEEEEE;
    border-style: solid none;
    border-width: 1px;
    margin: 18px 0;
}

h2.service {
    background: #80AD66 linear-gradient(left, #80AD66, #bfd6b2);
    background: #80AD66 -webkit-linear-gradient(left, #80AD66, #bfd6b2);
    background: #80AD66 -moz-linear-gradient(left, #80AD66, #bfd6b2);
    padding: 8px;
    color: #FFF;
    border-radius: 2px;
    text-shadow: rgba(0, 0, 0, .4) 1px 1px 1px;
}


/* Modal Window */

#modalWrap {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 322px;
    height: 132px;
    background: #FFF;
    border: 1px solid #555;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    color: #555;
}

#modal span {
    width: 100px;
    height: 100px;
    font-size: 50px;
    float: left;
}

#modal span .green {
    color: #04d40f;
}

#modal span .red {
    color: #d40F04;
}

#modal span .fa-times,
#modal span .fa-check {
    color: #FFF;
}

#modal div {
    width: 180px;
    float: right;
    height: 60px;
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
}


/* Gallery Lightbox */

#galleryWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    display: none;
}

#galleryWrap .arrow {
    width: 70px;
    float: left;
    height: 100%;
    color: #FFF;
    font-size: 70px;
    position: absolute;
    top: 0;
    z-index: 500;
    transition: all .3s;
    opacity: .75;
    cursor: pointer;
}

#galleryWrap .arrow:hover {
    opacity: 1;
}

#galleryWrap .arrow.disabled {
    opacity: .1;
}

#galleryWrap .arrow.goLeft {
    left: 0;
}

#galleryWrap .arrow.goRight {
    right: 0;
}

#galleryWrap .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#exitCross {
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    font-size: 40px;
    padding: 10px;
    transition: all .3s;
    width: 70px;
    text-align: center;
}

#exitCross:hover {
    color: #F00;
    cursor: pointer;
}

#imgWrap {
    width: calc(100% - 140px);
    float: left;
    position: absolute;
    left: 70px;
    top: 0;
    height: 100%;
    background:url(/data/images/loader.min.svg) center center no-repeat;background-size:80px 80px;
}

#imgWrap img {
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#imgWrap div {
    position: absolute;
    bottom: 25%;
    left: 25%;
    color: #FFF;
    transform: translate(-25%, 25%);
    z-index: 20;
}


/* Page */

#pageWrap {
    position: relative;
}


/* Background video */

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
    background-size: cover;
    z-index: 1;
}

#background video {
    object-fit: fill;
    height: 101vh;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 20;
}

#content {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 0;
    left: 0;
}

header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 15px 0;
    height: 148px
}

header h1 {
    float: left;
}

header h1 a {
    display: block;
    text-indent: -99999px;
    background: url(/data/images/logo.svg) no-repeat left top;
    background-size: auto 118px;
    height: 118px;
    width: 345px;
}

header nav {
    float: right;
    margin-top: 46px;
}

header nav a {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 6px solid transparent;
    color: #5c5b5b;
    transition: all .3s;
    margin: 0 15px;
    padding: 0;
}

header nav a:hover {
    border-bottom-color: #80AD66;
}

header nav a.active {
    border-bottom-color: #6A9E4B;
    padding: 0 10px;
    margin: 0 5px;
}

#services {
    padding: 25px 0;
    min-height: 600px;
    position: relative;
}

#services .service {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: none;
}

#services .service h2 {
    display: block;
    font-size: 34px;
    font-weight: 400;
}

#services .service span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    opacity: .8;
    margin-left: 10px;
}

#services .service a {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    float: left;
    clear: both;
    font-size: 18px;
    color: #CFC;
    margin-top: 10px;
    margin-left: 10px;
}

#projectslink {
    padding: 25px 0;
    background: #6A9E4B;
}

#projectslink .project {
    width: 280px;
    height: 171px;
    float: left;
    margin: 0 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    transition: all .3s;
    overflow: hidden;
}

#projectslink .project img {
    position: absolute;
    width: 280px;
    height: 171px;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}

#projectslink .project div {
    position: absolute;
    width: 280px;
    height: 171px;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    text-align: center;
    display: table;
    transition: all .3s;
    padding: 8px;
}

#projectslink .project div span {
    font-weight: 600;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

#projectslink .project:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

#projectslink .project:hover img {
    transform: scale(1.1);
}

#projectslink .project:hover div {
    background: rgba(0, 0, 0, 0.4);
}

#projectslink .project.link {
    background: #F5F5F5;
    display: table;
    text-align: center;
    color: #6A9E4B;
}

#projectslink .project.link:hover {
    background: #FFF;
}

#projectslink .project.link span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
    font-size: 24px;
    transition: all .3s;
}

#projectslink .project.link:hover span {
    transform: scale(1.04);
}

#projectslink .project.link i.fa {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 60px;
    line-height: 171px;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1rem;
}

#page {
    font-size: 16px;
    padding: 50px;
    margin: 25px auto 0;
    background: #FFF;
    color: #333;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#page h1 {
    font-size: 2.5rem;
}

#page h2 {
    font-size: 2rem;
}

#page h3 {
    font-size: 1.75rem;
}

#page h4 {
    font-size: 1.5rem;
}

#page h5 {
    font-size: 1.25rem;
}

#page h6 {
    font-size: 1rem;
}

#page p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
}

#page a {
    border-bottom: 1px solid transparent;
}

#page a:hover {
    border-bottom-color: currentColor;
}

#page ul,
#page ol {
    padding-left: 40px;
    margin-bottom: 1rem;
    line-height: 1.5;
}

#page li ol,
#page li ul {
    margin-bottom: 0
}

#page table {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
}

#page table caption {
    padding: 8px 0;
    color: #777;
    text-align: left;
}

#page table th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
    padding: 8px;
    line-height: 1.429;
    text-align: left;
}

#page table td {
    padding: 8px;
    line-height: 1.429;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD;
    transition: all .3s;
}

#page table tr:hover td {
    background: #F5F5F5;
}

#page img {
    border-radius: 6px;
    vertical-align: middle;
    margin: 0 8px 8px 0;
    float: left;
}

#projects {
    width: 100%;
    padding: 1px;
}

#projects .project {
    float: left;
    width: 356px;
    margin: 5px;
    position: relative;
    background: #F5F5F5;
    min-height: 365px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#projects .project .projectImage {
    width: 100%;
    position: relative;
    height: 200px;
    float: left;
    overflow: hidden;
}

#projects .project .projectImage img {
    width: 100%;
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
}

#projects .project .contentSeparator {
    width: 100%;
    position: relative;
    height: 6px;
    background: #6A9E4B;
    float: left;
    text-align: center;
    margin-bottom: 44px;
}

#projects .project .contentSeparator span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #6A9E4B;
    margin-top: -27px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

#projects .project:hover .contentSeparator span {
    transform: scale(1.5);
}

#projects .project .contentSeparator span:hover {
    background: #80AD66;
}

#projects .project .contentSeparator span:before,
#projects .project .contentSeparator span:after {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #FFF;
    content: "";
    top: 30px;
    transition: all .3s;
}

#projects .project .contentSeparator span:before {
    left: 11px;
    transform: rotate(45deg);
    border-radius: 2px 0 0 2px;
}

#projects .project .contentSeparator span:after {
    right: 11px;
    transform: rotate(-45deg);
    border-radius: 0 2px 2px 0;
}

#projects .project .contentSeparator span.up:before {
    transform: rotate(-45deg);
    top: 26px;
}

#projects .project .contentSeparator span.up:after {
    transform: rotate(45deg);
    top: 26px;
}

#projects .project h4 {
    text-align: center;
    line-height: 1.6;
    padding: 0 8px;
}

#projects .project p {
    font-size: 13px;
    text-align: justify;
    color: #666;
    float: left;
}

#projects .project .hiddenContent {
    float: left;
    width: 100%;
    padding: 16px;
    display: none;
}

#projects .project .isGallery a {
    width: 160px;
    height: 90px;
    margin: 0 4px 4px 0;
}

#projects .project .isGallery a:nth-child(2n) {
    margin-right: 0;
}

#projects .project .isGallery a img {
    margin: 0;
    border-radius: 2px;
}

#prefooter {
    background: #404040;
    padding: 25px 0;
}

#page.contact iframe,
#prefooter iframe {
    width: 100%;
    height: 250px;
    border-radius: 3px;
}

#page.contact h3,
#prefooter h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 400;
}

#page.contact h4 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #444;
}

#page.contact dl,
#prefooter dl {
    margin-top: 20px;
    text-align: left;
}

#page.contact dl div,
#prefooter dl div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #DDD;
}

#page.contact dt,
#prefooter dt {
    width: 40px;
    text-align: center;
    border-right: 1px solid #AAA;
    float: left;
}

#page.contact dd,
#prefooter dd {
    width: 200px;
    float: left;
    font-size: 17px;
    margin-left: 10px;
}

#page.contact .phone .fa,
#prefooter .phone .fa {
    font-size: 30px;
    line-height: 30px;
}

#page.contact .phone dd,
#prefooter .phone dd {
    line-height: 30px;
}

#page.contact .address .fa,
#prefooter .address .fa {
    font-size: 45px;
    line-height: 69px;
}

#page.contact .email .fa,
#prefooter .email .fa {
    font-size: 25px;
    line-height: 30px;
}

#page.contact .email dd,
#prefooter .email dd {
    line-height: 30px;
}

#page.contact .contactlinks,
#prefooter .contactlinks {
    text-align: center;
    float: left;
    width: 100%;
}

#page.contact .contactlinks a,
#prefooter .contactlinks a {
    display: inline-block;
    font-size: 40px;
    color: #FFF;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: .8;
    transition: all .3s;
    position: relative;
}

#page.contact .contactlinks a:hover,
#prefooter .contactlinks a:hover {
    opacity: 1;
}

#page.contact .contactlinks a:before,
#prefooter .contactlinks a:before {
    position: absolute;
    content: attr(title);
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    text-align: center;
    background: #2E2E2E;
    color: #FFF;
    line-height: 16px;
    font-weight: 300;
    padding: 0 4px;
    white-space: nowrap;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .3s;
}

#page.contact .contactlinks a:hover:before,
#prefooter .contactlinks a:hover:before {
    opacity: 1;
}

#page.contact iframe {
    width: 100%;
    height: 310px;
}

#page.contact dl div {
    color: #505050;
}

#page.contact i.fa.fa-envelope {
    color: #FA3C4C;
}

#page.contact i.fa.fa-facebook-official {
    color: #3B5998;
}

#page.contact i.fa.fa-map-marker {
    color: #6A9E4B;
}

#page.contact i.fa.fa-phone {
    color: #FFC300;
}

#page.contact i.fa.fa-user {
    color: #0084FF;
}

#page.contact .person .fa {
    font-size: 30px;
    line-height: 30px;
}

#page.contact .person dd {
    line-height: 30px;
}

footer {
    background: #2E2E2E;
    width: 100%;
    color: #999;
    padding: 15px 0 10px;
    line-height: 15px;
}

footer a {
    color: #FFF;
    opacity: .8;
    transition: all .3s;
}

footer a:hover {
    opacity: 1;
    color: #FFF;
}

footer .foolinks {
    text-align: right;
    font-size: 15px;
}

footer .foolinks a {
    margin-left: 10px;
}

footer .foolinks a img {
    width: 15px;
    height: 15px;
    display: inline-block;
}

footer .foolinks a i {
    line-height: 15px;
    vertical-align: 2px;
}

.isGallery {
    width: 100%;
}

.isGallery a {
    float: left;
    width: 210px;
    margin: 5px;
    position: relative;
    background: #F5F5F5;
    height: 118px;
    transition: all .3s;
    border-radius: 3px;
    overflow: hidden;
}

.isGallery a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.isGallery a img {
    width: 100%;
    height: auto;
    border-radius: 2px!important;
    opacity: .8;
    transition: all .3s;
}

.isGallery a:hover img {
    opacity: 1;
}

#page.contact .isGallery a {
    width: 173px;
    height: 97px;
}

.projectsButton {
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0;
    background: #6A9E4B;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 2px;
}

.projectsButton:hover {
    color: #FFF;
    background: #80AD66;
}

.projectsButton.disabled {
    background: #777;
    cursor: default;
    border-bottom-color: transparent !important;
}

form {
    width: 100%;
    background: #404040;
    padding: 25px;
}

form input {
    width: 520px;
    float: left;
    background: #FFF;
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 4px solid #FFF;
    transition: all .3s;
}

form textarea {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    max-width: 100%;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 15px;
    font-size: 16px;
    transition: all .3s;
    border-bottom: 4px solid transparent;
}

form input:valid,
form textarea:valid {
    border-bottom-color: #04D40F;
}

form input:invalid,
form textarea:invalid {
    border-bottom-color: #f00;
}

form input.text {
    margin-right: 10px;
}

form input.submit {
    float: right;
    margin-bottom: 0;
    border: 0;
    background: #6A9E4B;
    color: #FFF;
    cursor: pointer;
}

form input.submit:hover {
    box-shadow: rgba(0, 0, 0, .24) 0 1px 3px, rgba(0, 0, 0, .12) 0 -2px 2px;
    background: #80AD66;
}

i.fa.fa-temp-messenger::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
    top: 4px;
    background: transparent url(/data/images/messenger.png) no-repeat scroll center center/100%;
}

i.fa.fa-temp-messenger-blue::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
    top: 4px;
    background: transparent url(/data/images/messenger_blue.png) no-repeat scroll center center/100%;
}

@keyframes animationPulse {
    0%,
    100% {
        margin-left: 2px
    }
    40% {
        margin-left: 7px;
    }
}

@keyframes animationPulse2 {
    0%,
    100% {
        right: 7px
    }
    40% {
        right: 2px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 990px;
    }
    #services {
        min-height: 450px;
    }
    #projectslink .project {
        width: 225px;
        height: 137px;
    }
    #projectslink .project img,
    #projectslink .project div {
        width: 225px;
        height: 137px;
    }
    #projectslink .project.link i.fa {
        font-size: 50px;
        line-height: 137px;
    }
    #projectslink .project.link span {
        font-size: 20px;
    }
    #projects {
        padding: 1px 5px;
    }
    #projects .project {
        width: 280px;
        min-height: 280px;
    }
    #projects .project .projectImage {
        height: 157px;
    }
    #projects .project h4 {
        font-size: 20px;
    }
    #projects .project .isGallery a {
        width: 122px;
        height: 68px;
    }
    form input {
        width: 415px;
    }
    #page.contact .isGallery a {
        width: 187px;
        height: 101px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        width: 760px;
    }
    .one.third,
    .two.thirds {
        width: 50%;
    }
    header {
        height: 110px
    }
    header h1 a {
        background-size: auto 80px;
        height: 80px;
        width: 234px;
    }
    header nav {
        margin-top: 35px;
    }
    header nav a {
        font-size: 21px;
        margin: 0 10px;
    }
    #services {
        min-height: 400px;
    }
    #projectslink .project {
        width: 170px;
        height: 103px;
    }
    #projectslink .project img,
    #projectslink .project div {
        width: 170px;
        height: 103px;
    }
    #projectslink .project div span {
        font-size: 18px;
    }
    #projectslink .project.link i.fa {
        line-height: 103px;
    }
    #projects {
        padding: 1px 0;
    }
    #projects .project {
        width: 320px;
        min-height: 320px;
    }
    #projects .project .projectImage {
        height: 180px;
    }
    #projects .project h4 {
        font-size: 20px;
    }
    #projects .project .isGallery a {
        width: 142px;
        height: 79px;
    }
    #projects .clearfix {
        display: none;
    }
    form input {
        width: 100%;
        margin-right: 0!important;
    }
    #page.contact .isGallery a {
        width: 155px;
        height: 89px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 480px;
    }
    .one.third,
    .two.thirds {
        width: 100%;
    }
    .one.third {
        margin-bottom: 15px;
    }
    header {
        height: 159px
    }
    header h1 a {
        background-size: 480px auto;
        height: 80px;
        width: 480px;
    }
    header nav {
        margin-top: 15px;
    }
    header nav a {
        font-size: 18px;
        margin: 0 10px;
    }
    #services {
        min-height: 300px;
    }
    #projectslink .project {
        width: 220px;
        height: 133px;
    }
    #projectslink .project:nth-child(n+2) {
        display: none;
    }
    #projectslink .project.link {
        display: table;
    }
    #projectslink .project img,
    #projectslink .project div {
        width: 220px;
        height: 133px;
    }
    #projectslink .project.link i.fa {
        font-size: 50px;
        line-height: 133px;
    }
    #projectslink .project.link span {
        font-size: 20px;
    }
    #prefooter h3,
    #page.contact h3 {
        text-align: center;
    }
    #prefooter dl {
        margin: 20px 115px;
    }
    #page.contact dl {
        margin: 20px 110px;
    }
    #projects {
        padding: 1px 40px;
    }
    #projects .project {
        width: 380px;
        min-height: 380px;
    }
    #projects .project .projectImage {
        height: 213px;
    }
    #projects .project h4 {
        font-size: 22px;
    }
    #projects .project .isGallery a {
        width: 172px;
        height: 96px;
    }
    #page {
        padding: 25px 5px;
    }
    #page.contact .isGallery a {
        width: 225px;
        height: 129px;
    }
    #imgWrap {
        width: 100%;
        left: 0;
    }
    #imgWrap img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 320px;
    }
    .half {
        width: 100%;
        text-align: center !important;
    }
    .foolinks {
        margin-top: 10px;
    }
    #background,
    #backgroundOverlay {
        display: none;
    }
    header {
        height: 144px
    }
    header h1 a {
        background-size: auto 80px;
        height: 80px;
        width: 320px;
    }
    header nav {
        margin-top: 15px;
    }
    header nav a {
        font-size: 12px;
        margin: 0 6px;
    }
    #services {
        min-height: 160px;
    }
    #services .service {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 0 20px;
    }
    #projectslink {
        padding: 15px 0;
    }
    #projectslink .project {
        width: 150px;
        height: 84px;
        margin: 0 5px
    }
    #projectslink .project img,
    #projectslink .project div {
        width: 150px;
        height: 84px;
    }
    #projectslink .project.link i.fa {
        line-height: 84px;
    }
    #prefooter h3 {
        text-align: center;
    }
    #prefooter dl {
        margin: 20px 35px;
    }
    #page.contact dl {
        margin: 20px 20px;
    }
    #projects .project {
        width: 300px;
        min-height: 300px;
    }
    #projects .project .projectImage {
        height: 168px;
    }
    #projects .project h4 {
        font-size: 20px;
    }
    #projects .project .isGallery a {
        width: 132px;
        height: 74px;
    }
    .projectsButton {
        width: 300px;
    }
    #page.contact .isGallery a {
        width: 300px;
        height: 172px;
    }
}