.std-pd {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.row.std-pd {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dbl-pd {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.row.dbl-pd {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.upper {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.center-block {
    float: none;
}
.txt-center {
    text-align: center;
}
.wrapper {
    padding: 20px 20px 20px 20px;
}
.rel-wrapper {
    position: relative;
}
.img-responsive.stretch {
    width: 100%;
}
.txt-rust {
    color: #c57556 !important;
}
.txt-black {
    color: #494b54 !important;
}
.txt-white {
    color: #ffffff !important;
}
.txt-disclaimer {
    color: #2a4f67;
}
.txt-strong {
    font-weight:900;
    font-family:"Montserrat";
}
.bg-white {
    background: #ffffff none;
}
.bg-grey {
    background-color: #F3F3F3;
}
.bg-black {
    background-color: #494b54;
}
.bg-loader {
    background-image: url('/assets/images/lib/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
:focus {
    outline: none;
}
body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
input,
li,
a,
span {
    line-height: 1.2;
    font-weight: normal;
    /*-webkit-font-smoothing: antialiased;*/
    /*-webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0);*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
p {
    margin-top: 7px;
    margin-bottom: 0px;
    line-height: 1.4;
}
p:first-child,
p.first {
    margin-top: 0px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
#header,
#main,
#footer {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
}
#main {
    margin-top: 162px;
}
#header {
    /*height: 102px !important;*/
    box-sizing: border-box;
    /*line-height: 110px !important;*/
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}
#footer {
    background: #383b43;
    height: 102px;
    line-height: 78px;
    color: #fff;
    padding: 1.25em 30px;
    padding: 1.25rem 30px;
}
#footer img {
    height: 49px;
}
.image-center {
    position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    width: 100.5%;
}
.full-height {
    height: 100% !important;
}
.image-center > img {
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    height: auto;
    width: 100% !important;
}
.image-center.byheight > img {
    height: 100% !important;
    width: auto !important;
}
html.ie8 .image-center > img {
    display: block !important;
}
.caption {
    position: absolute;
    display: block;
    left: 7px;
    bottom: 5px;
}
.caption.top-left {
    top: 5px;
    right: auto;
    bottom: auto;
    left: 7px;
}
.caption.bottom-left {
    top: auto;
    right: auto;
    bottom: 5px;
    left: 7px;
}
.caption.bottom-center {
    top: auto;
    right: auto;
    bottom: 5px;
    left: 30%;
}
.caption.top-right {
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
}
.caption.bottom-right {
    top: auto;
    right: 5px;
    bottom: 5px;
    left: auto;
}
.artists-impression {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100%;
    text-align: right;
    font-size: 1em;
    font-size: 1rem;
    font-family: 'Gotham Light', arial, helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    z-index: 999;
}
/**/
/* ################### */
/* ##### FLEXSLIDER ##### */
.flexslider {
    margin: 0;
    padding: 0px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background: transparent url('/assets/images/lib/ajax-loader.gif') no-repeat center center;
    min-height: 200px;
}
.flexslider .flex-viewport li,
.flexslider > .slides > li {
    position: relative;
    overflow: hidden;
}
.flexslider.thumbs .flex-direction-nav a {
    margin-top: -10%;
    line-height: 1;
}
.flex-control-thumbs li {
    width: 16.666666666%;
}
.flex-control-thumbs li {
    position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
}
.flex-control-thumbs li:after {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    width: 10%;
    top: 0px;
    bottom: 0px;
    background: #ffffff none;
    z-index: 10;
}
.flex-control-thumbs li:first-child:after {
    display: none;
}
.flex-control-thumbs li > img {
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    height: auto;
    width: 100% !important;
}
.flex-control-paging {
    display: block;
    width: 99%;
    margin-bottom: 2px;
}
.flex-control-nav {
    text-align: center;
}
.flex-control-nav li {
    margin-left: 3px;
    margin-right: 3px;
}
.flex-control-nav a {
    text-align: left;
}
.flex-direction-nav a {
    color: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.flex-direction-nav a:hover {
    color: rgba(5, 65, 100, 0.8);
}
.flex-control-paging li a,
.flex-control-paging li a:hover {
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    padding: 5px 5px 5px 5px;
    background: transparent none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #ffffff none;
    background: rgba(255, 255, 255, 0.75) none;
    border: 1px solid rgba(255, 255, 255, 0.75);
}
.flex-control-nav {
    z-index: 99;
}
.flex-direction-nav a.flex-next {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    right: 10px;
}
.flex-direction-nav a.flex-prev {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    left: 10px;
}
.flexslider:hover .flex-prev {
    opacity: 1;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 1;
    right: 10px;
}
.fancybox-skin {
    background-color: #ffffff;
}
.flex-direction-nav {
    display: block !important;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: url('/assets/images/previous.png');
}
.flex-direction-nav a.flex-next:before {
    content: url('/assets/images/next.png');
}
/* ###  SPECIFICS COLOURS FOR PRESTIGE ### */
.txt-light,
body,
span,
p,
input,
li,
a,
span {
    font-family: 'Gotham Light', arial, helvetica, sans-serif;
    font-weight: normal;
}
.txt-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Light', times, serif;
    font-weight: normal;
    letter-spacing: -1px;
}
/* MAIN text color */
body,
a,
#registerform .form-group input[type=text],
#registerform .form-group input[type=email],
#registerform .form-group textarea {
    color: #494b54;
}
a:hover,
a:focus {
    color: #aaaaaa;
}
/* DISCLAIMER TEXT */
#footer,
#footer a,
#footer p {
    color: #ffffff;
    font-size: 1em;
    font-size: 1rem;
    font-family: "Gotham Light", sans-serif;
}
/* reversed color */
.navbar {
    height: 100%;
    text-align: center;
}
.navbar ul {
    padding: 1.25em !important;
    /*    border-top:1px solid #494b54;*/
}
.navbar-nav>li {
    height: 100%;
}
.navbar-nav li,
.navbar-nav li > a {
    color: #494b54;
}
.navbar-nav li.active,
.navbar-nav li.active > a,
.navbar-nav li:hover > a {
    color: #494b54;
}
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent !important;
}
/* form placeholder text */
#registerform::-webkit-input-placeholder {
    color: #777777;
}
#registerform:-moz-placeholder {
    color: #777777;
}
/* Firefox 18- */
#registerform::-moz-placeholder {
    color: #777777;
}
/* Firefox 19+ */
#registerform:-ms-input-placeholder {
    color: #777777;
}
/* backgrounds */
body {
    background: #ffffff none;
}
.container {
    background: transparent none;
}
.flexslider {
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-toggle {
    background-color: #ffffff;
}
.navbar-toggle > .icon-bar {
    background-color: #00290E;
}
.navbar-toggle > .icon-bar-text {
    font-size: 10px;
}
#registerform {
    width: 600px;
    margin: auto;
    max-width: 100%;
}
#registerform button[type=submit] {
    background: #494b54 none;
}
#registerform button[type=submit]:hover,
#registerform button[type=submit]:active,
#registerform button[type=submit]:focus {
    background: #333333 none;
}
#registerform .form-group input[type=text],
#registerform .form-group input[type=email],
#registerform .form-group textarea {
    background: #ffffff none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background: #cdcdcd;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* ################### */
#header #logo,
#header #logo > h1 {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0px;
}
#header #logo > h1,
h2.seo,
.seo {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
h2.seo {
    text-indent: -600px;
}
.navbar-header {
    width: 100%;
    padding-bottom: 10px;
}
.navbar-toggle {
    margin: 0px;
}
.navbar-nav li.bj-logo {
    /*margin: 0 2rem;*/
    margin: 0px;
    margin-top: 1.5em;
    /*width: 55%;*/
    text-align: center;
}
.navbar-nav li {
    padding-left: 0em !important;
    padding-right: 0em !important;
    /*width: 10%;*/
    /*text-align: left;*/
    /*margin-top: 84px;*/
}
.navbar-nav li.menu-projects,
.navbar-nav li.menu-contact {
    /*text-align: right;
    width: 12.5%;*/
}
.navbar-nav li a {
    font-size: 1em;
    font-family: 'Gotham Light', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: none !important;
    display: inline-block !important;
    padding: 0.5em 0.375em 0.5em 0.375em !important;
    text-align: center;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #494b54;
    border-bottom: 2px solid #494b54;
}
.navbar-nav li > a {
    text-transform: uppercase;
    padding: 0px;
}

.navbar-nav li img {
    /*padding: 0rem 2rem;*/
    width: 210px;
}
#footer .container {
    background: transparent none;
}
#registerform {
    position: relative;
}
#registerform .form-group label {
    text-transform: uppercase;
    font-weight: normal;
}
#error .error-message {
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding: 10px 12px 10px 12px;
    background: #ff0000 none;
    background: rgba(255, 0, 0, 0.65);
    letter-spacing: 0.5px;
    font-style: normal;
    margin-top: 10px;
}
#main form .form-group input.field-has-error,
#main form .form-group textarea.field-has-error,
#main form .form-group select.field-has-error {
    background-color: #ffdfdf;
    transition: all 0.5s;
}
.javascript-error-placeholder {
    position: absolute;
    display: none;
    left: 2em;
    right: 2em;
    z-index: 99;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.25em;
    text-align: center;
    background: #ff0000 none;
    letter-spacing: 0.5px;
    font-style: normal;
    padding: 0.5em;
    font-family: 'Gotham Medium', arial, helvetica, sans-serif;
    margin: auto;
    width: auto;
    margin-top: -3.25em;
}
.javascript-error-placeholder:after {
    content: '';
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    margin-bottom: -10px;
    border-top: 10px solid red;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.javascript-error-placeholder p {
    margin-bottom: 0px !important;
}
#error .error-message p {
    margin: 0px;
    padding: 0px;
}
.image-center {
    padding-bottom: 53%;
}
.image-center .overlay {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: transparent url('/assets/images/black-60pct.png') repeat left top;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all 0.25s;
    cursor: pointer;
}
.image-center:hover .overlay {
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.image-center .overlay .text {
    color: #ffffff;
    text-align: center;
    font-family: 'Gotham Bold', arial, helvetica, sans-serif;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    line-height: 1.4em;
    height: 5.6em;
    margin: auto;
    width: 11em;
}
.bordered {
    line-height: 1em;
    max-width: 18.35em;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    border-top: 1px solid #494b54;
    border-bottom: 1px solid #494b54;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.hero .flag {
    position: absolute;
    float: left;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.hero .flag > img {
    display: block;
    max-width: 100%;
}
.flexslider.thumbs .flex-viewport .image-center {
    padding-bottom: 60.1%;
}
.flexslider.thumbs .flex-control-thumbs li {
    padding-bottom: 9%;
}
.flexslider figcaption {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 30px;
}
.flexslider figcaption h1 {
    color: #fff;
    font-family: 'Yeseva One', sans-serif;
    font-size: 4.5em;
    font-size: 4.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}
.flexslider figcaption h1.txt-rust {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.flexslider figcaption p {
    font-family: 'Gotham Light', sans-serif;
    font-weight: 100;
    margin: 1em 0 0 0;
    margin: 1rem 0 0 0;
    color: #fff;
    font-size: 2.5em;
    font-size: 2.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.flexslider figcaption p.txt-black {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.table {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0;
}
.table-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#register-form {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #F3F3F3;
    display: none;
}
#register-form h6 {
    background: #383b43;
    height: 40px;
    line-height: 43px;
    color: #ffffff;
    font-family: "Gotham Light", sans-serif;
    letter-spacing: 1px;
    font-size: 1.5em;
    font-size: 1.5rem;
}
#register-form h6 img {
    vertical-align: middle;
    width: 12px;
    margin-top: 14px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}
.thanks {
    margin: 0px !important;
    padding: 1.5em !important;
    padding: 1.5rem !important;
}
#registerform {
    position: relative;
    padding: 1.5em 30px;
    padding: 1.5rem 30px;
}
#registerform input {
    margin: 0 0 15px 0;
    background: #f7f6f6;
    padding: 00px 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000000;
}
#registerform textarea {
    height: 150px;
    border: 1px solid #000000;
    background: #f7f6f6;
    padding-top:10px;
}
.text-row-heading {
    padding: 5em 0 0 0;
    padding: 5rem 0 0 0;
}
.text-row {
    position: relative;
    padding: 2.5em 0 5em 0;
    padding: 2.5rem 0 5rem 0;
}
.text-row .block-left {
    width: 50%;
    float: left;
}
.inner-second .text-row .block-left {
    float: right;
}
.inner-second .text-row .block-right {
    float: right;
}
.inner-second .text-row-heading .block-even {
    width: 50%;
    float: right;
    display: block;
}
.text-row .block-right {
    width: 50%;
    float: left;
    top: 0;
    bottom: 0;
    padding: 0 5em;
    padding: 0 5rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    display: block;
    position: relative !important;
}
.text-row .block-right span {
    z-index: 2;
    font-size: 2.25em;
    font-size: 2.25rem;
    font-family: 'Yeseva One', sans-serif;
    color: #38383A;
    position: relative;
    padding-left: 10px;
}
.quote-left {
    position: absolute;
    z-index: 1;
    width: 55px;
    top: -10px;
    z-index: 1;
}
.quote-right {
    position: absolute;
    z-index: 1;
    width: 55px;
    bottom: -10px;
    z-index: 1;
    right: 82px;
}
.text-row p {
    margin-bottom: 1.5em;
    margin-bottom: 1.5rem;
}
.text-row-heading h1 {
    font-family: 'Yeseva One', sans-serif;
    color: #747779;
    font-size: 3.5em;
    font-size: 3.5rem;
}
.text-row-heading h2 {
    font-family: 'Yeseva One', sans-serif;
    color: #C57656;
    font-size: 3.5em;
    font-size: 3.5rem;
}
.white-section {
    padding: 6.5em 0;
    padding: 6.5rem 0;
    text-align: center;
}
.white-section p {
    width: 750px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
    /*font-size: 1.5rem;*/
    line-height: 1.5;
}
.white-section h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #383b43;
    letter-spacing: 1px;
    font-size: 2.725em;
    font-size: 2.725rem;
    border-bottom: 4px solid #383b43;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.bj-button {
    display: inline-block;
    background-color: #383b43;
    padding: 1.125em 2.5em;
    padding: 1.125rem 2.5rem;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    margin-top: 25px;
    font-size: 1.5em;
    font-size: 1.5rem;
    border: 1px solid #383b43;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.bj-button:hover {
    background-color: #ffffff !important;
    color: #383b43 !important;
}
.bj-strip {
    overflow: auto;
    position: relative;
    background: #383b43;
}
.bj-strip.left .flexslider.bj-slider {
    width: 50%;
    left: 0;
    position: absolute !important;
    height: 100%;
}
.bj-strip.right .flexslider.bj-slider {
    width: 50%;
    right: 0;
    position: absolute !important;
    height: 100%;
}
.bj-strip.right article {
    text-align: right !important;
}
.flexslider.bj-slider li.bj-slide {
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
    position: absolute !important;
}
.bj-strip.left article {
    width: 50%;
    height: 100%;
    float: right;
    padding: 6.5em;
    padding: 6.5rem;
    text-align: left;
    color: #ffffff;
}
.bj-strip.right article {
    width: 50%;
    height: 100%;
    float: left;
    padding: 6.5em;
    padding: 6.5rem;
    text-align: left;
    color: #ffffff;
}
.bj-strip .project-logo {
    height: 50px;
    margin-bottom: 2em;
    margin-bottom: 2rem;
}
.zinnia .project-logo {
    height: 173px;
    margin-bottom: 2em;
    margin-bottom: 2rem;
}
.bsa .project-logo {
    height: 90px;
    display: block;
    float: right;
}
.bsa-right .project-logo {
    height: 90px;
        display: block;
    margin-bottom: 0!important;

}
.bj-strip .bj-button {
    background: #ffffff !important;
    color: #383b43 !important;
    border: 1px solid #ffffff !important;
}
.bj-strip .bj-button:hover {
    background: #383b43!important;
    color: #ffffff !important;
}
.zinnia {
    background-image: url('/assets/images/bg-left.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left bottom;
}
.metropol {
    background-image: url('/assets/images/bg-right.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right bottom;
}
@media (max-width: 767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #main {
        margin-top: 139px;
    }
    #header {
        height: auto !important;
        padding: 15px 0 0 0 !important;
    }
    #header .container {
        padding: 0px !important;
    }
    #header #logo img {
        width: 120px;
        margin: auto;
    }
    .navbar ul {
        padding: 0px !important;
    }
    .navbar-nav {
        margin: 0px;
        padding: 1em 0;
        padding: 1rem 0;
        width: 100%;
        border-bottom: 1px solid #383b43 !important;
    }
    .navbar-nav li.bj-logo {
        display: none !important;
    }
    .navbar button {
        margin-right: 15px;
        background-color: #cccccc;
    }
    .navbar-nav li a {
        font-size: 1.125em;
        height: 35px;
        line-height: 35px;
        padding: 0px !important;
    }
    .navbar-nav>li {
        display: block !important;
        padding: 1em 0;
        padding: 1rem 0;
    }
    .hero .image-center {
        padding-bottom: 60% !important;
    }
    #footer {
        padding: 0px 15px;
        text-align: center;
        height: auto;
        line-height: 50px;
    }
    #footer .text-right {
        text-align: center !important;
    }
    .flexslider figcaption h1 {
        font-size: 2.5em;
        font-size: 2.5rem;
    }
    .flexslider figcaption p {
        font-size: 1.5em;
        font-size: 1.5rem;
    }
    #registerform {
        position: relative;
        padding: 1.5em 30px;
        padding: 1.5rem 30px;
    }
    .toggle-menu {
        padding: 0;
        margin-top: 1.5em;
        margin-top: 1.5rem;
        line-height: 40px;
        height: 40px;
        color: #fff;
        font-family: "Gotham Light", sans-serif;
        cursor: pointer;
        background: #383b43;
    }
    #mobile-menu {
        display: none;
    }
    #mobile.menu.show {
        display: block;
    }
    .flexslider .slides img {
        width: 100%;
        display: block;
        height: 100%;
        width: auto !important;
    }
    .white-section {
        padding: 4em 0;
        padding: 4rem 0;
        text-align: center;
    }
    .bj-strip.left article,
    .bj-strip.right article {
        padding: 4em 2.5em;
        padding: 4rem 2.5rem;
        width: 100%;
    }
    .bj-strip.left .flexslider.bj-slider,
    .bj-strip.right .flexslider.bj-slider {
        width: 100%;
        left: 0;
        position: relative !important;
        height: 300px !important;
    }
    .flexslider.bj-slider li.bj-slide {
        background-size: cover !important;
        background-position: center center !important;
        height: 300px;
        position: relative !important;
    }
    .flex-direction-nav {
        display: none !important;
    }
}


.first-button {
    margin-right: 1em;
}

@media (max-width: 767px) {
    .zinnia .first-button {
        margin-right: 0em;
    }
    .zinnia .second-button {
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
    p {
        font-size: 0.875em ;
    }
    .flexslider.thumbs .flex-direction-nav a {
        margin-top: -5%;
        line-height: 1;
    }
     #header                               > .container {
        border-top: 2px solid #383B42;
     }
    #header #logo,
    #header #logo > h1 {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0px;
    }
    #header #logo > h1 > img {
        margin: auto;
        display: block;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .navbar-header {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    .navbar-header {
        padding-bottom: 0px;
    }
    .navbar-collapse {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    .navbar-nav.container {
        margin: auto;
        float: none;
        clear: both;
        text-align: center;
        height: 100%;
        background: red;
    }
    .art-direction-image {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    .art-direction-image > .image-center {
        padding: 0px;
        padding-bottom: 0px !important;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 100%;
    }
    #registerform .form-group {
        margin-bottom: 5px;
    }
    #registerform .form-group input[type=text],
    #registerform .form-group input[type=email] {
        height: 40px;
    }
    #header {
        height: auto;
        padding: 0px;
        line-height: 1;
    }
    #header .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #header #logo {
        width: auto;
        float: none;
        margin: auto;
        text-align: center;
        padding: 1.5em 0 0 0;
        padding: 1.5rem 0 0 0;
    }
    #header #logo a {
        display: inline-block !important;
    }
    .flex-direction-nav {
        display: none;
    }
    .flex-control-paging {
        display: block;
    }
    .navbar-nav li:last-child {
        padding-right: 0px !important;
    }
    #main {
        margin-top: 134px;
    }
    .navbar-nav li.bj-logo {
        width: 36%;
        text-align: center;
        margin: 0px;
        margin-left: 6%;
        margin-top: 1.5em;
    }
    .navbar-nav li.bj-logo img {
        width: 160px;
        image-rendering: crisp-edges;
        -o-transition: width 0.125s ease-in-out;
        -moz-transition: width 0.125s ease-in-out;
        -webkit-transition: width 0.125s ease-in-out;
        -ms-transition: width 0.125s ease-in-out;
        transition: width 0.125s ease-in-out;
    }
    .navbar-nav li {
        width: 13%;
        text-align: left;
        margin-top: 60px;
        -o-transition: margin 0.125s ease-in-out;
        -moz-transition: margin 0.125s ease-in-out;
        -webkit-transition: margin 0.125s ease-in-out;
        -ms-transition: margin 0.125s ease-in-out;
        transition: margin 0.125s ease-in-out;
    }
    body.scroll .navbar-nav li.bj-logo {
        margin-top: 0px;
    }
    body.scroll .navbar-nav li.bj-logo img {
        width: 108px;
    }
    body.scroll .navbar-nav li {
        margin-top: 32px;
    }
    .navbar-nav li.menu-projects,
    .navbar-nav li.menu-contact {
        text-align: right;
        width: 16%;
    }
    .navbar-nav li a {
        font-size: 0.75em;
        padding: 0.5em 0.375em 0.5em 0.375em !important;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    p {
        font-size: 0.875em ;
    }
    #registerform .form-group input[type=text],
    #registerform .form-group input[type=email] {
        height: 40px;
        line-height: 1.3;
    }
    .home-strip .second,
    .home-strip .first,
    .home-strip .third {
        padding: 2.5em 0;
        padding: 2.5rem 0;
    }
    #main {
        margin-top: 146px;
    }
    .navbar-nav li.bj-logo {
        width: 40%;
        text-align: center;
        margin: 0px;
        margin-left: 5%;
        margin-top: 1.5em;
    }
    .navbar-nav li.bj-logo img {
        width: 180px;
    }
    .navbar-nav li {
        width: 12.5%;
        text-align: left;
        margin-top: 68px;
    }
    body.scroll .navbar-nav li.bj-logo {
        margin-top: 0px;
    }
    body.scroll .navbar-nav li.bj-logo img {
        width: 120px;
    }
    body.scroll .navbar-nav li {
        margin-top: 36px;
    }
    .navbar-nav li.menu-projects,
    .navbar-nav li.menu-contact {
        text-align: right;
        width: 15%;
    }
    .navbar-nav li a {
        font-size: 1em;
        padding: 0.5em 0.375em 0.5em 0.375em !important;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    p {
        font-size: 1em ;
    }
    .home-strip .second,
    .home-strip .first,
    .home-strip .third {
        padding: 5em 0;
        padding: 5rem 0;
    }
    .home-strip .second {
        margin: 2.5em 0 2.5em 0;
        margin: 2.5rem 0 2.5rem 0;
    }
    #main {
        margin-top: 108px;
    }
    .navbar-nav li.bj-logo {
        width: 40%;
        text-align: center;
        margin-left: 10%;
        margin-right: 5%;
        margin-top: 0em;
    }
    .navbar-nav li.bj-logo img {
        width: 210px;
    }
    .navbar-nav li {
        width: 10%;
        text-align: left;
        margin-top: 40px;
    }
    body.scroll .navbar-nav li.bj-logo {
        margin-top: 1em;
    }
    body.scroll .navbar-nav li.bj-logo img {
        width: 180px;
    }
    body.scroll .navbar-nav li {
        margin-top: 20px;
    }
    .navbar-nav li.menu-projects,
    .navbar-nav li.menu-contact {
        text-align: right;
        width: 12.5%;
    }
    .navbar-nav li a {
        font-size: 1em;
        padding: 0.5em 0.375em 0.5em 0.375em !important;
        text-align: center;
    }

}
h3 {
    margin-bottom: 1em;
}
@media(min-width:1600px) {
    .zinnia .table p,
    .bsa .table p,
    .bsa .table h3 {
        padding-left: 20%;
    }
    .metropol .table p,
    .bsa-right .table p {
        padding-right: 20%;
    }

}
@media (min-width: 2000px) {
    /*.navbar-nav li a {
        font-size: 1.25em;
    }*/
    .zinnia .table p,
    .bsa .table p,
    .bsa .table h3 {
        padding-left: 27%;
    }
    .metropol .table p,
    .bsa-right .table p {
        padding-right: 27%;
    }
}