.modal, a:active, a:hover {
    outline: 0;
}
img, legend {
    border: 0;
}
legend, td, th {
    padding: 0;
}
.container::after, .row::after {
    content: "";
    clear: both;
}
.lines, .menu-btn {
    -webkit-transition: .4s;
}
.breadcrumb a, .btn, .logo a, .pagination a, .project-box, .side-navigation a, .social a, .social-share a, footer .email, header .navigation a {
    text-decoration: none;
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow: auto; 
}
*, ::after, ::before {
    box-sizing: inherit;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0;
    background: rgba(15, 15, 15, 0.05);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.logo .logo-text, .logo img {
    display: inline-block;
    vertical-align: middle;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.image-overlay-title, .logo .logo-text {
    font-family: bebas_neuebook;
    color: #fff;
    letter-spacing: 2px;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select{color:black;padding: .35em .625em .75em;}

input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.logo img {
    max-width: 241px;
    margin-top:12px;
}
@media screen and (min-width:992px) {
    .logo img {
        max-width: 241px;
    }
}

.logo .logo-text {
    margin-left: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .logo .logo-text {
        font-size: 28px;
    }

}@media screen and (min-height:960px) {
    .logo img {
        max-width:  241px;
    }

    .logo .logo-text {
        font-size: 36px;
    }
    .background-image {
        padding-top: 122px;
    }
}

.image-overlay-container {
    display: block;
    position: relative;
}

.background-image, .image-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.image-overlay {
    z-index: 1;
    background-color: #000;
    opacity: .5;
}

header, header .menu-btn {
    z-index: 10;
}

.image-overlay-title {
    font-size: 20px;
}

a {
    color: white;
}

.background-image {
    background-size: cover;
    background-position: center center;
}

 .lines, .wrapper {
    position: relative;
}

.center {
    text-align: center;
}



/*default small - mobile */
.contact-info {
    display:block;

    padding: 20px;
    background-color:rgba(145, 170, 157, 0.9);
}


#map-canvas{
    background-image: url("/img/mapflat.png");
    margin-left:-1000px;
    height: 500px;
    
}


/*Medium - mobile*/
@media screen and (min-width:768px) {
   

    .contact-info {
        margin-left: inherit;
        margin-right: inherit;
        height: auto;

        margin-left: -15px;
        margin-right: -15px;
        margin-top:-450px;
    }
    #map-canvas{
        background-position: left;
        margin-left:-850px;
        margin-bottom: 20px;
    }
}


/*Large Screens*/
@media screen and (min-width:960px) {
    .contact-info {
        margin-left: inherit;
        margin-right: inherit;
      
    }
    #map-canvas{
        background-position: center;
        margin-left:0px;

    }
}


@media screen and (min-width:768px) {
    
    .lined-column-container {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .lined-column {
        border-right: 1px solid #fff;
        min-height: 150px;
        
    }
}

@media screen and (min-height:960px) {


    .lined-column-container {
        margin-top: 50px;
    }

}

.lined-column {
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    .lined-column {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .lined-column a, .lined-column h2, .lined-column h3, .lined-column h4, .lined-column p {
        margin-right: 16px;
    }
}

.lined-column-header {
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
}

.input-imp-long {
    display: none;
}

@-webkit-keyframes fadeIn {
        0% {
        opacity: 0;
        }
    100% {
        opacity: 1;
     }
    }@keyframes fadeIn {
        0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


body {
    
    color: grey;
}

.categorylanding .wrapper, .hirecategory .wrapper, .hirelanding .wrapper, .hiresubcategory .wrapper {
    background: url(../images/background-website.png) center center;
    background-size: cover;
}

.lines, .lines:after, .lines:before {
    height: 4.14px;
    background: rgb(99, 99, 99);
    width: 29px;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

iframe, img {
    max-width: 100%
}

.container::after {
    display: table;
}

@media screen and (min-width:768px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width:1500px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.row {
    display: block;
}
.row::after {
    display: table;
}
.clear {
    clear: both;
}
.hidden {
    display: none!important;
}
section {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media screen and (min-height:960px) {
    section {
    
    padding-bottom: 50px;
}
}.contact section {
    padding-top: 0;
}
body {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.btn, .lines {
    display: inline-block;
}
.wrapper {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*FONTS*/
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url("/fonts/bebasneue_regular-webfont.eot");
  src: url("/fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype")
  , url("/fonts/bebasneue_regular-webfont.woff2") format("woff2")
  , url("/fonts/bebasneue_regular-webfont.woff") format("woff")
  , url("/fonts/bebasneue_regular-webfont.ttf") format("truetype")
  , url("/fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuelight';
  src: url("/fonts/bebasneue_light-webfont.eot");
  src: url("/fonts/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype")
  , url("/fonts/bebasneue_light-webfont.woff2") format("woff2")
  , url("/fonts/bebasneue_light-webfont.woff") format("woff")
  , url("/fonts/bebasneue_light-webfont.ttf") format("truetype")
  , url("/fonts/bebasneue_light-webfont.svg#bebas_neuelight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuebook';
  src: url("/fonts/bebasneue_book-webfont.eot");
  src: url("/fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype")
  /*, url("fonts/bebasneue_book-webfont.woff2") format("woff2")*/
  , url("/fonts/bebasneue_book-webfont.woff") format("woff")
  , url("/fonts/bebasneue_book-webfont.ttf") format("truetype")
  , url("/fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuebook';
  src: url("/fonts/bebasneue_book-webfont.eot");
  src: url("/fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype")
  /*, url("fonts/bebasneue_book-webfont.woff2") format("woff2")*/
  , url("/fonts/bebasneue_book-webfont.woff") format("woff")
  , url("/fonts/bebasneue_book-webfont.ttf") format("truetype")
  , url("/fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato/Lato-Light.eot");
  src: url("/fonts/lato/Lato-Light.eot?#iefix") format("embedded-opentype")
  /*, url("fonts/lato/Lato-Light.woff2") format("woff2")*/
  , url("/fonts/lato/Lato-Light.woff") format("woff")
  , url("/fonts/lato/Lato-Light.ttf") format("truetype")
  , url("/fonts/lato/Lato-Light.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal;
}


/*@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?rr3sz8");
  src: url("/fonts/icomoon.eot?#iefixrr3sz8") format("embedded-opentype")
  , url("/fonts/icomoon.woff?rr3sz8") format("woff")
  , url("/fonts/icomoon.ttf?rr3sz8") format("truetype")
  , url("/fonts/icomoon.svg?rr3sz8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

/*ICONS*/
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-left:before {
    content: "\e600"}
.icon-chevron-right:before {
    content: "\e601"}
.icon-pinterest-p:before {
    content: "\e602"}
.icon-play3:before {
    content: "\e603"}
.icon-google-plus:before {
    content: "\e604"}
.icon-facebook:before {
    content: "\e605"
}
.icon-instagram:before {
    content: "\e606"
}
.icon-twitter:before {
    content: "\e607"
}
.icon-youtube3:before {
    content: "\e608"
}
.icon-linkedin2:before {
    content: "\e609"
}


.menu-btn {
    margin-top: 10px;
    float: right;
    transition: .4s;
}
h2, h3, h4, p {
    margin: 0 0 16px;
}
.lines {
    transition: .4s;
}
.lines:after, .lines:before {
    display: inline-block;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.07px center;
    transform-origin: 2.07px center;
}
.btn, .menu-btn.active .lines {
    background: 0 0;
}
.lines:before {
    top: 7.25px;
}
.lines:after {
    top: -7.25px;
}
.menu-btn.active .lines:after, .menu-btn.active .lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 29px;
}
.menu-btn.active .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.menu-btn.active .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
body {
    font-family: Lato;
}
.btn, .btn-black, .page-form label, footer .email, h1, h2, h3, header .navigation ul {
    font-family: bebas_neuebook;
}
h1 {
    margin: 0 0 15px;
    font-size: 32px;
    letter-spacing: 2px;
    color: grey;
}
@media screen and (min-height:960px) {
    h1 {
    margin: 0 0 35px;
    font-size: 42px;
}
}h2 {
    font-size: 36px;
    letter-spacing: 2px;
    color: grey;
}
h3 {
    font-size: 24px;
    letter-spacing: 2px;
}
h4, h5 {
    color: grey;
}
p {
    color: #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.btn {
    padding: 15px 30px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: .8;
    border: 2px solid rgb(114, 114, 114);
    color: grey;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
}
.footer-search, footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.btn:hover {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}
.btn-black {
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #000;
    border: 0;
}
input, textarea {
    padding: 10px;
    color: #999;
    border:1px solid grey !important;
    border: 0;
    text-align:center;
}
label {
    display: block;
    margin-bottom: 5px;
}
.page-form input, .page-form textarea {
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #282727;
    color: #fff;
}
.page-form label {
    letter-spacing: 2px;
}
.page-form .btn {
    float: right;
}
.field-validation-error {
    margin-bottom: 20px;
    display: block;
    color: #F92C2C;
}
.input-validation-error {
    border: 1px solid #F92C2C;
}
.footer-search {
    line-height: 0;
    background-color: #282727;
}
@media screen and (min-width:768px) {
    .footer-search .column-10 {
    margin-left: 8.4462%}
}.footer-search .btn-black {
    padding: 20px;
    vertical-align: bottom;
}
.footer-search input {
    width: 60%}
@media screen and (min-width:992px) {
    .footer-search input {
    width: 400px;
}
}footer {
    background-image: -webkit-radial-gradient(center, ellipse, #282727 0, #000 80%);
    background-image: radial-gradient(ellipse at center, #282727 0, #000 80%);
}
.social ul, footer ul {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
footer a, footer h3, footer li, footer p {
    color: rgba(255, 255, 255, .8);
}
footer ul {
    margin: 0;
}
footer li {
    float: left;
}
footer .email {
    font-size: 24px;
    letter-spacing: 2px;
    -webkit-transition: color .5s;
    transition: color .5s;
}
footer .email:hover {
    color: #91AA9D;
}
footer .address {
    margin-top: 5px;
    text-align: center;
}
footer .address ul li {
    width: 50%}
@media screen and (min-width:992px) {
    footer .address ul li {
    width: auto;
    margin-right: 17px;
    margin-left: 17px;
}
}footer .address ul li:first-child {
    margin-bottom: 20px;
  
}
@media screen and (min-width:992px) {

footer .address ul li: first-child {
    margin-bottom: 0;
    width: auto;
}
}.social {
    margin-bottom: 0px;
}
.social ul {
    margin: 0;
}
.social li {
    margin-right: 17px;
    margin-left: 17px;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%}
.social a {
    color: rgba(58, 58, 58, 0.7);
    -webkit-transition: color .5s;
    transition: color .5s;
}
.social a:hover {
    color: #91AA9D;
}
@media screen and (min-width:768px) {
    .column-3 {
    float: left;
    display: block;
    margin-right: 1.35446%;
    width: 23.98416%}
    .column-3:last-child, .column-3:nth-child(4n) {
        margin-right: 0;
    }
    .column-3:nth-child(4n+1) {
        clear: left;
    }
    .column-4 {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 32.43036%}
    .column-4:last-child {
        margin-right: 0;
    }
    .column-6 {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 49.32277%}
    .column-6:last-child, .column-6:nth-child(2n) {
        margin-right: 0;
    }
    .column-6:nth-child(2n+1) {
        clear: left;
    }
    .column-8 {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 66.21518%}
    .column-8:last-child {
        margin-right: 0;
    }
    .column-10 {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 83.10759%}
    .column-10:last-child {
        margin-right: 0;
    }
    .column-12 {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 100%}
    .column-12:last-child {
        margin-right: 0;
    }
    .shift-1 {
        margin-left: 8.4462%}
}


header {
    width: 100%;
    padding-top: 0px;
    vertical-align: middle;
    padding-bottom: 6px;
    height: 72px;
    position: relative;
    background: white;

}
.banner .swiper-slide, .banner-page {
    background-size: cover;
    background-position: center center;
}
@media screen and (min-width:992px) {
    header {
        height: 72px;
    }
    header .logo {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 32.43036%
    }
    header .logo:last-child {
        margin-right: 0;
    }
}

header .navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top:6px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .2s, opacity .2s, visibility .2s;
    transition: transform .2s, opacity .2s, visibility .2s;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.banner, .banner .banner-text, .banner .swiper-slide, .banner-page, .banner-text, .project-box, header .menu-btn {
    position: relative;
}

@media screen and (min-width:992px) {
    header .navigation {
        background-color: inherit;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        transition: none;
        position: relative;
        height: auto;
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 66.21518%
    }
    header .navigation:last-child {
        margin-right: 0;
    }
}

header .navigation.menu-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
}
header .navigation nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
header .navigation ul {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 2px;
    list-style: none;
    overflow: hidden;
}
.mobile-btn-subnav, .page-navigation ul {
    font-family: bebas_neuebook;
    letter-spacing: 2px;
}
header .navigation li {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: padding .5s;
    transition: padding .5s;
}
@media screen and (min-width:992px) {
    header .navigation nav {
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .navigation ul {
    float: right;
}
header .navigation li {
    margin-right: 25px;
    float: left;
    padding-top: 21px;
    padding-bottom: 22px;
}
header .navigation li.active {
    border-bottom: 3px solid #91AA9D;
}
header .menu-btn {
    display: none;
}
}header .navigation li:last-child {
    margin-right: 0;
}
header .navigation a {
    color: white;
    -webkit-transition: color .6s;
    transition: color .6s;
}

@media screen and (min-width:992px) {
    header .navigation a {
        color: black !important;

    }
}

header .navigation a:hover {
    color: #B6B6B6;
}
.banner h2 {
    font-size: 30px;
}
@media screen and (min-width:992px) {
    .banner h2 {
    font-size: 50px;
}
}.banner p {
    font-size: 22px;
}
.banner .btn {
    margin-top: 40px;
}
.banner .btn, .banner h2, .banner p {
    opacity: 0;
}
.banner .container {
    height: 100%}
.banner .swiper-container {
    width: 100%;
    height: 90vh;
}
.banner .swiper-slide {
    height: 90vh;
}
.banner .banner-text {
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.banner .swiper-slide-active h2 {
    -webkit-animation: fadeIn .6s ease-in-out;
    animation: fadeIn .6s ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.banner .swiper-slide-active p {
    -webkit-animation: fadeIn .9s ease-in-out;
    animation: fadeIn .9s ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.banner .swiper-slide-active .btn {
    -webkit-animation: fadeIn .9s ease-in-out;
    animation: fadeIn .9s ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.banner-page {
    min-height: 70px;
}
.banner-text {
    z-index: 2;
    overflow: hidden;
}
.page-navigation {
    display: none;
    margin-bottom: 8px;
    text-align: center;
    background-color: #91AA9D;
}
@media screen and (min-width:992px) {
    .banner .banner-text {
    width: 50%;
    padding-top: 100px;
}
.banner-page {
    min-height: 100px;
}
.page-navigation {
    display: block;
    background-color: transparent;
}
}.page-navigation.open {
    display: block;
}
@media screen and (min-height:960px) {
    .page-navigation {
    margin-bottom: 30px;
}
}.page-navigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 19px;
    overflow: hidden;
    list-style: none;
}
.page-navigation li {
    padding: 10px 0;
}
@media screen and (min-width:992px) {
    .page-navigation li {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    padding: 0 0 10px;
}
}.pagination, .pagination ul {
    float: right;
    list-style: none;
    overflow: hidden;
}
.page-navigation li.active {
    border-bottom: 3px solid #91AA9D;
}
.page-navigation a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .6s;
    transition: color .6s;
}
.page-navigation a:hover {
    color: #B6B6B6;
}
.mobile-btn-subnav {
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    text-align: center;
    background-color: #91AA9D;
    color: #fff;
}
@media screen and (min-width:992px) {
    .mobile-btn-subnav {
        display: none;
    }
    }
.pagination-wrapper {
    overflow: hidden;
}
.pagination {
    margin: 0;

}
@media screen and (min-height:960px) {
    .pagination {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.pagination ul {
    margin: 0;
    padding: 0;
    font-family: #282727;
}
.page-pagination, .side-navigation {
    font-family: bebas_neuebook;
}
.pagination li {
    float: left;
    margin-left: 15px;
    min-height: 30px;
    background-color: #282727;

}
.pagination li.active {
    background-color: #91AA9D;
    padding: 5px 8px;
}



.pagination a {
    display: block;
    padding: 5px 8px;
    color: #fff;
}



.pagination span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
}
.pagination .disabled span {
    padding: 5px 8px;
}

.page-pagination {
    float: right;
}
.page-pagination .number {
    padding: 8px 13.4px;
    background-color: #282727;
    color: #fff;
}
.side-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-navigation li {
    margin-top: 10px;
}
.side-navigation a {
    color: #fff;
}
.breadcrumb-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb {
    display: none;
    overflow: hidden;
    list-style: none;
    margin: 0 0 25px;
    padding-left: 0;
    font-size: 14px;
}
.about section .video-image img, .project section .video-image img, .project-box {
    display: block;
}
@media screen and (min-width:960px) {
    .breadcrumb {
    display: block;
    position: relative;
    z-index: 2;
    }
}

.breadcrumb li {
    float: left;
    margin-right: 3px;
}
.post {
    margin-bottom: 50px;
}
.projects-container {
    margin-top: 5px;
    overflow: hidden;
}
@media screen and (min-height:960px) {
    .breadcrumb-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .projects-container {
        margin-top: 30px;
    }
}

@media screen and (min-width:768px) {
    .project-column {
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 49.32277%
    }
    .project-column:last-child, .project-column:nth-child(2n) {
        margin-right: 0;
    }
    .project-column:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width:992px) {
    .project-column, .project-column:nth-child(2n) {
        margin-right: 1.35446%
    }
    .project-column {
        float: left;
        display: block;
        width: 18.91643%
    }
    .project-column:nth-child(2n+1) {
        clear: none;
    }
    .project-column:last-child, .project-column:nth-child(5n) {
        margin-right: 0;
    }
    .project-column:nth-child(5n+1) {
        clear: left;
    }

}

.styleguide-colours li:nth-child(3n+1), .styleguide-logo:nth-child(3n+1) {
    clear: left;
}

.category-summary {
    margin-top: 20px;
}
.project-box {
    margin-bottom: 10px;
    min-width: 100%;
    background-color: #000;
    overflow: hidden;
}

@media screen and (min-width:992px) {
    .category-summary {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 1.35446%;
        width: 83.10759%;
        margin-left: 8.4462%
    }
    .category-summary:last-child {
        margin-right: 0;
    }
    .project-box {
        margin-bottom: 1.0517em;
    }
}

.project-box img {
    opacity: .8;
    width: 100%;
    display: block;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
}

@media screen and (min-width:992px){
    .project-box:hover img{
        opacity:.5;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        -webkit-transition:-webkit-transform .35s;
        transition:transform .35s
    }
    .hiresubcategory .modal .modal-dialog{
        margin-top:150px;
        width:60%;
        height:auto
    }
}

.project-box h4 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.about section, .project section {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    
    position: relative;
    z-index: 2;
}
@media screen and (min-height:960px) {
    .about section, .project section {
        margin-bottom: 150px;
    }
}

.about section .video-image, .project section .video-image {
    cursor: pointer;
    position: relative;
   
}

.project section .section-left {
    float:left;
}

.project section .section-right {
    float:right;
}



.about section .video-image .overlay, .project section .video-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
}
.about section .video-image span, .project section .video-image span {
    position: absolute;
    color: #fff;
    top: 40%;
    left: 45%;
    font-size: 40px;
    z-index: 2;
}
.project-link {
    cursor: pointer;
}
.modal iframe {
    width: 100%;
    height: 100%}
.hire-summary {
    padding: 20px;
    background-color: #282727;
}
.hiresubcategory .modal .modal-dialog {
    margin-top: 20px;
}
@media screen and (min-width:992px) {
    .project-box: hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}
.hiresubcategory .modal .modal-dialog {
    margin-top: 150px;
    width: 60%;
    height: auto;
}
}.hiresubcategory .modal .modal-body {
    padding: 20px;
    background-color: #4A4A4A;
}
.swiper-pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #282727;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.modal .menu-btn, .project-carousel {
    margin-bottom: 20px;
}
.swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, .4);
}
.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #91AA9D;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    height: 100%}
.banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 1;
}
.project-carousel {
    position: relative;
    text-align: center;
}
@media screen and (min-width:992px) {
    .project-carousel {
    margin-bottom: 0;
}
}.project-carousel .arrow {
    position: absolute;
    top: 45%;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    opacity: 0.6;
}
.project-carousel .fa-chevron-left {
    left: 0.5em;
}
.project-carousel .fa-chevron-right {
    right: 0.5em;
}
.project-carousel .swiper-pagination {
    margin-top: 10px;
    padding: 0 5px;
    display: inline-block;
}
.project-carousel img {
    width: 100%}
.team-carousel .swiper-pagination {
    margin-top: 30px;
}
.staff {
    margin-top: 40px;
}
.member {
    margin-bottom: 30px;
}
.member-image {
    margin-bottom: 10px;
    position: relative;
}
.member-image img {
    display: block;
}
.member-image .image-overlay-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.colour-swatch {
    min-height: 100px;
    position: relative;
}
.colour-swatch:after, .colour-swatch:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 20%}
.styleguide-colours li, .styleguide-logo {
    display: block;
    width: 31.50259%;
    float: left;
}
.swiper-slide, .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    height: 100%;
    position: relative;
}
.colour-swatch:before {
    left: 0;
}
.colour-swatch:after {
    right: 0;
}
.styleguide-colours {
    margin: 0;
    padding: 0;
    list-style: none;
}
.styleguide-colours li {
    margin-bottom: 15px;
    padding: 5px;
    margin-right: 2.74611%;
    background-color: #282727;
}
.styleguide-colours li:last-child, .styleguide-colours li:nth-child(3n) {
    margin-right: 0;
}
.styleguide-colours li:nth-of-type(1) .colour-swatch {
    background: #4A4A4A;
}
.styleguide-colours li:nth-of-type(1) .colour-swatch:after, .styleguide-colours li:nth-of-type(1) .colour-swatch:before {
    background: #282727;
}
.styleguide-colours li:nth-of-type(2) .colour-swatch, .styleguide-colours li:nth-of-type(2) .colour-swatch:after, .styleguide-colours li:nth-of-type(2) .colour-swatch:before {
    background: #91AA9D;
}
.styleguide-colours li:nth-of-type(3) .colour-swatch, .styleguide-colours li:nth-of-type(3) .colour-swatch:after, .styleguide-colours li:nth-of-type(3) .colour-swatch:before {
    background: #999;
}
.styleguide-colours li:nth-of-type(4) .colour-swatch, .styleguide-colours li:nth-of-type(5) .colour-swatch, .styleguide-colours li:nth-of-type(6) .colour-swatch {
    background: #fff;
}
.styleguide-title {
    text-transform: uppercase;
}
.styleguide-box {
    padding: 20px;
    background-color: #282727;
}
.styleguide-buttons, .styleguide-logo {
    background: #4A4A4A;
}
.styleguide-logo {
    margin-right: 2.74611%;
    min-height: 170px;
}
.styleguide-logo:last-child, .styleguide-logo:nth-child(3n) {
    margin-right: 0;
}
.styleguide-logo img {
    padding: 15px;
    width: 100%}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.modal, .modal-open {
    overflow: hidden;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes swiper-preloader-spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    height: 50%}
.modal-content {
    position: relative;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 15px 0 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
}
.modal-footer {
    padding: 0 15px 15px;
    text-align: right;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
    float: left;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:768px) {
    .modal-dialog {
    width: 80%;
    height: 83%;
    margin: 30px auto;
}
.modal-content {
    height: 100%}
.modal-sm {
    width: 300px;
}
}@media (min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.modal-footer:after, .modal-footer:before {
    display: table;
    content: " "}
.modal-footer:after {
    clear: both;
}

/*Alex Changes*/
li{color:black;}



.projects-filter-text {
    width:100% !important;
    height: 40px;
    margin-right: -60px;
    border:0 !important;
}

.search-submit{
    margin-left: -5px;
    height: 38px;
    width: 60px;
    border:0;
    border-left:1px solid black;
    color:grey;
    border:0 !important;
}