body {
    font-family: 'Roboto', sans-serif;
    background: #3C3D40;
    color: #3B3B3B;
}


hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #000;
}

h1, h2, h3,
.h1, .h2, .h3 {
    font-family: 'Raleway', sans-serif;
}

h1, .h1 {
    font-size: 48px;
    font-weight: 100;
}

.h3, h3 {
    color: inherit;
    font-size: 26px;
    font-weight: 400;
}

.h3:hover a,
h3:hover a {
    color: inherit;
    text-decoration: none;
}

.btn, .form-control, .form-group {
    border-radius: 0px;
}

.btn {
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    border-color: #000;
}

.btn:hover {
    color: #000;
    border-color: #000;
    background-color: #EBEBEB;
}

.c_green {
    color: #BFD651;
}

html body div .centerme {
    margin-left: auto !important;
    margin-right: auto !important;
}

blockquote {
    padding: 0px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* SECTION ROWS ///////////////////////////////////////////////////////////////// */

.section_wrapper {
}

.row_text_dark {
    padding: 30px 0px 40px 0px;
    font-size: 18px;
    font-weight: 300;
}

.theme_dark * {
    color: #9d9d9d;
}

.theme_dark h1, .theme_dark h2, .theme_dark h3,
.theme_dark .h1, .theme_dark .h2, .theme_dark .h3 {
    color: #fff;
}

.row_home_buttons {
    background: #EBEBEB;
}

.row_home_buttons div.inner {
    background: #fff;
    padding: 15px 15px 30px 15px;
    border-bottom: 2px solid #000;
}

.img-full {
    width: 100%;
    height: auto;
}

.row_home_buttons div.inner .btn-default {
    text-transform: uppercase;
    margin-top: 10px;
    background-color: #fff;
    color: #5C5C5C;
}

.row_home_buttons .col-xs-12:hover div.inner,
.row_home_buttons .col-xs-12:hover div.inner .btn {
    border-color: #BED851;
}

.row_home_buttons .col-xs-12:hover div.inner h3,
.row_home_buttons .col-xs-12:hover div.inner h3 a,
.row_home_buttons .col-xs-12:hover div.inner .h3,
.row_home_buttons .col-xs-12:hover div.inner .h3 a,
.row_home_buttons .col-xs-12:hover div.inner .btn {
    color: #BED851;
}

.row_home_buttons .col-xs-12 div.inner h3 a,
.row_home_buttons .col-xs-12 div.inner .h3 a {
    color: #000;
}

.col-xs-12:hover .img_changer .hidden {
    display: block !important;
}

.col-xs-12:hover .img_changer .img_on {
    display: none;
}

.row_home_buttons .col-xs-12:hover div.inner .btn:hover {
    background-color: #BED851;
    color: #fff;
}

.row_home_buttons .row {
    margin: 40px 0px;
}

.blog h2 a,
.blog a{
    color: #000;
    text-decoration: underline;
}

.row_image, .row_content,
.row_image_nospace, .row_content {
    background-color: #fff;
}

.row_content {
    position: relative;
}

.row_image_nospace > .container-fluid.text-center .col-xs-12 {
    padding: 0px;
}

.row_image_nospace .text-center .img-responsive {
    margin: 0 auto;
}

.row_image .parallax-window {
    margin: 80px auto 20px auto;
}

.row_map {
    background-color: #E9E5DC;
    max-height: 300px;
    text-align: center;
    overflow: hidden;
}

.row_map .container-fluid {
    padding: 0px;
}

.grey_block {
    background: #EBEBEB;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 300px;
}

.tri-panel {
    background: #EBEBEB;
}

.tri-panel {
    background: #EBEBEB;
}

.tri-panel.v2 .white_box .cross_holder {
    top: 50%;
    bottom: auto;
}

.tri-panel.v2 .white_box .cross_holder img {
    margin-top: -20px;
    margin-left: -20px;
}

.tri-panel.v3 {
    background: none;
}

.left_v1 {
    left: 25%;
}

.middle_v1 {
    left: 50%;
}

.right_v1 {
    left: 75%;
}

div.text-center > img.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.white_out {
    background: none !important;
}

.well {
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well blockquote,
.well blockquote p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.big_plus {
    font-weight: bolder;
    font-family: 'Arial';
}

/* VIDEO ///////////////////////////////////////////////////////////////// */

.scroll-hint {
    z-index: 999;
    position: absolute;
    color: #3C3D40;
    background: #BED851;
    padding: 15px 40px;
    border-radius: 0px;
    bottom: 10px;
    border: 0px solid #999999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

iframe {
    max-width: 1920px;
}

video{
    max-width: 1920px;
    background:transparent url('/images/poster.jpg') no-repeat 0 0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    margin-bottom: -5px;
}

.row_video {
    background-color: #2f3033;
}

.white_box {
    background: #fff;
    display: block;
    margin: 0 0 60px 0;
    position: relative;
}

.white_box .col-xs-12 .h2,
.white_box .col-xs-12 h2 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}

.white_box .col-xs-12 {
    border-top: 8px solid #EBEBEB;
    border-bottom: 0px solid #EBEBEB;
}

.white_box .verti {
    width: 8px;
    background: #EBEBEB;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.white_box .verti.left,
.cross_holder.left {
    left: 33.3%;
}

.white_box .verti.right,
.cross_holder.right {
    left: 66.6%;
}

.white_box.team .clearfix.middle{
    height: 36px;
}

.white_box .col-xs-12 .inner {
    padding: 25px 25px 45px 25px;
}

.team-roller {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    color: #fff;
}

.col-xs-12:hover .team-roller {
    display:block;
}

.clearfix.middle {
    position: relative;
    width: 100%;
}

.cross_holder {
    position: absolute;
    top: -26px;
    z-index: 10;
}

.cross {
    margin-left: -28px;
}

.image_above_padding {
    /*padding-top: 40px;*/
}

.image_above_padding .container-fluid,
.image_above_padding .container,
.image_above_padding .row-fluid,
.image_above_padding .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* /////////PARRALAX ////////////////////*/

.loading {
    background: url('../img/ico_loading.gif') no-repeat center center;
}

.loaded section,
.no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bcg {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parallax-window p {
    -webkit-transform: translateZ(199px);
}

.parralax-text {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.parralax-text.team-parra{
    top: 17%;

}

.parralax-text .inner {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 15px;
}

.parralax-text .inner.wide {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.parralax-text{
    color: #fff;
}
.parralax-text p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2em;
}

/* HEADER ///////////////////////////////////////////////////////////////// */
header a,
header li:hover a,
header a:hover {
    color: inherit;
}

.logo {
    max-width: 270px;
}

.navbar-collapse {
    border-top: 3px solid #C0D851;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #C0D851;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li > a:focus{
    color: #BFD651 !important;
    border-bottom: 3px solid #BFD651;
    background: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom: 3px solid #3C3D40;
}

.navbar-default {
    text-transform: uppercase;
    background: none;
    border: none;
}

.navbar-default a {
    font-weight: bold;
}

.navbar-collapse {
    border-top: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-left: 20px;
}

.top-text-1 {
    padding: 30px 0px;
}

.top-text-2 {
    padding-top: 14px;
    padding-left: 10px;
}

.row_dark {

}

.row.clients img {
    margin-bottom: 30px;
}

footer .text-center img {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.footer_row_1 {
    padding: 40px 0;
    color: #fff;

}

.footer_row_1 a {
    color: #fff;
}

footer .social {
    font-size: 26px;
}

footer .social i:hover {
    color: #BDD450;
}

.footer_dark {
    background: #252525;
}

.footer_dark_2 {
    background: #1D1D1D;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0 80px 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;

}

footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

footer ul li a {
    margin: 0px;
    font-size: 12px;
    color: #565656;
    padding: 0 10px;
    font-weight: bold;
}

footer ul li a:hover,
footer ul li.active a {
    color: #fff;
    text-decoration: none;
}

h2, .h2 {
    font-weight: 600;
    font-size: 22px;
}

h2.special,
.h2.special {
    font-weight: 600;
    font-size: 22px;
    margin: 30px 0px 40px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    background: url("../images/h2_special.gif") no-repeat bottom left;
}

.connect ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px;
    font-size: 16px;

}

.connect ul li {
    list-style: none;
    padding: 5px 20px 0 0;
    margin: 0px 0 15px 0;
    display: inline-block;
}

.connect ul li i {
    font-size: 36px;
    margin-right: 5px;
    float: left;
    margin-top: -7px;
}

.connect ul li a {
    margin: 0px;
    padding: 0px;
    color: #000;
}

.connect ul li a:hover,
.connect ul li.active a {
    color: #000;
    text-decoration: none;
}

.header_dropper {
    background-color: #3C3D40;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
    max-height: 300px !important;
}

.form-control {
    border-color: #3C3D40;
    font-size: 16px;
}

.checkboxes .form-group {
    border: 1px solid #3C3D40;
    padding: 10px 15px 3px;
    line-height: 1em;
}

.checkboxes .form-group input {
    margin: 0px 5px 0 0;
    float: left;
}

.checkboxes .form-group label {
    width: 100%;
}

form {
    margin: 40px 0px;
}

form * {
    text-transform: uppercase;
    font-weight: 300;
}

.btn-default {
    background: #5C5C5C;
    border-color: #5C5C5C;
    color: #fff;
}

.btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(190, 216, 81, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(190, 216, 81, 0.6);
    outline: 0 none;
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 999;
    text-transform: uppercase;
}

.back-to-top:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.relative{
    position: relative;
}
.inner.project{
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    color: #fff;
    width: 100%;
    font-size: 22px;
}
.inner_holder{
    margin-top: 25%;
}
.col-xs-12.col-sm-4:hover .project{
    display: block;

}
.maggy{
    border: 1px solid #fff;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    line-height: 1.3em;
    display: block;
    opacity: 0.75;
    font-size: 50px;
    margin: 0 auto 10px auto;
}

/* ///////////////////////////////////////////////////////////////////////// */

.number_box {
    float: left;
    margin: -10px -15px;
    background-color: #000;
    color: #fff;
    width: 45px;
    height: 42px;
    line-height: 1em;
    font-size: 42px;
    font-weight: 100;
}

.arrow_up {
    right: 4px;
    bottom: 0;
    margin: 0;
    width: 45px;
    height: 42px;
    line-height: 1em;
    position: absolute;
    cursor: pointer;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.arrow_down {
    float: right;
    margin: -10px -10px;
    width: 45px;
    height: 42px;
    line-height: 1em;

    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.panel {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}

.panel-default h4,
.panel-default h4 a {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.panel.active,
.panel:hover{
    border-color: #BED851;
}

.panel.active h4 a ,
.panel:hover h4 a {
    color: #BED851;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
    border-radius: 0px;
}

.panel-body {
    padding-bottom: 42px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #000;
    border-bottom: 0px;
    border-radius: 0px;
}

.panel-default:hover > .panel-heading {
    background-color: #fff;
    border-color: #BED851;
    border-radius: 0px;
}

.panel-collapse {
    position: relative;
}

.arrow_down {
    opacity: 1;
}

div.active .arrow_down {
    opacity: 0;
}

div.active .number_box,
.panel:hover .number_box{
    background-color: #BED851;
}

.row_video .img-responsive{
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;

}

.btn-primary {
    background: #fff;
    color: #000;
    border-color: #000;
}
.btn-primary:hover{
    background: #3B3B3B;
    color: #fff;
    border-color: #3B3B3B;
}
.text-center.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.project-container img {
    margin-bottom: 10px;
    z-index: 99;
    position: relative;

}
.white_box.team .col-xs-12 {
    padding: 0 0px 0 0px;
    border-left: 8px solid #ebebeb;
    border-right: 0px solid #ebebeb;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 8px 8px 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px dotted #000;
    color: #434343;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    border-top: 0px dotted #000;
}

div.mini_icons div.h4 {
    padding-top: 10px;
}

div.mini_icons div.h4 a {
    width: 100%;
    color: #000;
    font-weight: 300;
}

.row_also_like {
    background: #EBEBEB !important;
}

.team-special{
    display: none;
}
p.quoteme{
    font-size: 100px;
    font-weight: bold;
    height: 50px;
    font-family: Times;
}

.form-group label{
    color: #000;
}

/* MIN WIDTHS///////////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
    .logo {
        margin-top: 28px;
    }

    .row_home_buttons .col-xs-12 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .row_recent_work .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row_home_buttons div.inner p {
        min-height: 62px;
    }

}

/* MAX WIDTHS///////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {
    .container-fluid {

    }
}

@media (max-width: 992px) {
    .nav > li > a {
        margin-left: 15px;
    }

    .team-roller .h3{
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .team-roller{
        font-size: 12px;
    }

    .white_box .col-xs-12 .inner{
        padding: 5px 25px 45px 25px;
    }

}

@media (max-width: 768px) {

    body div.scroll-hint{
        display: none !important;
        opacity: 0;
        height: 0px;
        width: 0px;
    }

    .white_box.team .col-xs-12{
        border-left: 0px;
    }

    .team-roller{
        display: block;
    }

    .parralax-text p {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2em;
    }

    p.quoteme{
        font-size: 70px;
        font-weight: bold;
        height: 30px;
        font-family: Times;
     }


    .white_box.white_out .inner {
        padding: 0px !important;

    }

    .panel-heading {
        padding: 7px 15px 8px 15px;
    }

    .number_box {
        margin: -8px -15px;
        font-size: 40px;
        height: 39px;
        width: 40px;
    }

    .white_box .verti,
    .cross_holder,
    .arrow_down,
    .arrow_up {
        display: none;
    }

    .white_box .col-xs-12 {
        border-left: none;
        border-right: none;
    }

    .text-center img {
        margin-left: auto;
        margin-right: auto;
    }

    .top-text-1 {
        padding: 30px 0px;
    }

    .navbar-collapse {
        border-top: 3px solid #3C3D40;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
        margin-left: 0px;
    }

    .logo {
        max-width: 350px;
        width: 100%;
    }

    .row_recent_work .col-xs-12 {
        padding: 0px;
    }

    .panel h4 a {
        font-size: 15px;
    }

}

@media (max-width: 480px) {

    .parralax-text p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.2em;
    }

    .team-roller .h3{
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .connect ul li {
        font-size: 14px;
        display: block;
        padding-bottom: 5px;
    }

    .connect ul li i {
        font-size: 36px;
        margin-right: 5px;
        float: left;
        width: 50px;
        text-align: center;
    }

    footer ul li {
        display: block;
        padding-bottom: 5px;
    }

}

@media (min-width: 480px) and (max-width: 768px) {

   .team-roller .h3{
        font-size: 22px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .team-roller{
        z-index: 9;
        font-size: 14px;
    }

    .white_box .col-xs-12 .inner{
        padding: 25px 25px 45px 25px;
    }

    .white_box.team .col-xs-12{
        position: relative;
        overflow: hidden;
    }
    .team-special{
        display: block;
        position: absolute;
        width: 100%;
        top:-44%;
    }
    .team-other{
        height: auto;
        width: 50%;
    }
}