/*
 *
 * Viewfinder
 *
 */

.heading-font {
    font-weight: 700;
    letter-spacing: 1px;
}

.body-font {}

.alt-font {
    text-transform: uppercase;
    letter-spacing: 2px;
}

html, body {
    height: 100%;
    width: 100%;
    font-weight: 400;
}

body {
    font-family: 'Karla', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 17px;
    color: #223c4b;
}

.wrapper {
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fff;
}

a:hover, a:focus {
    color: #fff;
    opacity: .9;
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h2 {
    font-size: 38px;
    font-family: 'Karla', 'Helvetica', 'Arial', 'sans-serif';
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    padding: 5px 0;
    text-transform: uppercase;
}

p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.invisible {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.nobrake {
    white-space: nowrap;
}

#page-top {
    position: absolute;
    top: 0;
}

/* scroll to top */

.scrollup {
    background-color: rgba(213, 216, 217, .8);
    border-radius: 2px;
    bottom: 10px;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 60px;
    z-index: 5;
}

.scrollup:hover, .scrollup:active, .scrollup:focus {
    text-decoration: none;
}

.scrollup i {
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}

@media (max-width:992px) {
    .pull-right {
        float: none !important;
    }
}

/* header ----------------------------------------------------------------- */

header {
    color: #fff;
    height: 700px;
    margin-bottom: -100px;
}

header img {
    margin-top: 183px;
    max-height: 137px;
    max-width: 583px;
    width: 100%;
}

/* upper content ----------------------------------------------------------------- */

section {
    font-family: 'Karla', 'Helvetica', 'Arial', 'sans-serif';
    position: relative;
}

.upper-content section.minus:before {
    position: absolute;
    content: " ";
    display: block;
    left: -5%;
    top: -20%;
    transform: rotate(-5deg);
    width: 110%;
}

.upper-content {
    position: relative;
}

.upper-content .target-icon {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
}

/* grey section */

.upper-content section.grey {
    height: 250px;
    z-index: 1;
}

.upper-content section.grey:before {
    background: #edf0f1;
    height: 250px;
}

.upper-content section.grey .content>p {
    font-size: 20px;
}

/* white section */

.upper-content section.white:before {
    background: #fff;
    height: 250px;
}

.upper-content section.white {
    margin-bottom: 25px;
}

.upper-content section.white .content {
    margin-top: -50px;
}

.upper-content section.white a {
    color: #14435f;
    text-decoration: underline;
    cursor: pointer;
}

.upper-content section.white a:hover{
    text-decoration: none;
}

/* centre blade ----------------------------------------------------------------- */

.centre {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
}

.centre>div>div>div {
    background-color: rgba(34, 60, 75, 0.6);
    position: relative;
    display: flex;
    align-items: center;
    height: 580px;
}

.centre .centre-rec-left {
    position: absolute;
    top: 0;
    left: 0;
}

.centre .centre-rec-right {
    position: absolute;
    top: 0;
    right: 0;
}

/* key contacts ----------------------------------------------------------------- */

.contacts .contact-img {
    width: 100%;
}

.contacts h2 {
    padding: 15px 0;
}

.contacts section.positive:before {
    background: #edf0f1;
    position: absolute;
    content: " ";
    display: block;
    height: 550px;
    left: -15%;
    top: 25%;
    transform: rotate(5deg);
    width: 130%;
}

.contacts .contact:last-child {
    margin-bottom: 30px;
}

.contacts .contact:last-child .left-corner {
    position: absolute;
    bottom: 0;
    left: 0;
}

.contacts .contact:last-child .right-corner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contacts a {
    color: #14435f;
    text-decoration: underline;
    cursor: pointer;
}

.contacts a:hover{
    text-decoration: none;
}

/* form ----------------------------------------------------------------- */

.contact-us {
    background-color: #223c4b;
    color: #fff;
    margin-top: 150px;
    padding: 15px 0 30px;
}

.contact-us .container {
    margin-top: -50px;
}

section.contact-us:before {
    background: #223c4b;
    position: absolute;
    content: " ";
    display: block;
    height: 200px;
    left: -5%;
    top: -15%;
    transform: rotate(5deg);
    width: 110%;
}

.contact-us .play-icon {
    pointer-events: none;
    position: absolute;
    left: 5%;
    top: -100px;
    z-index: 1;
}

.contact-us p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 1px;
}

.contact-us a {
    font-weight: bold;
}

.contact-us .form-group label {
    font-weight: normal;
}

.contact-us .checkbox label {
    font-weight: normal;
    font-size: 13px;
}

.contact-us .form-group input {
    background: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    height: 40px;
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
}

.contact-us .form-group textarea { border-radius: 0; border: solid 1px #eee; background: #f9f9f9; color: 000; min-height: 120px; padding: 10px 15px; font-size: 1em; margin-bottom: 15px; resize: vertical; border-radius: 3px; }

.contact-us .form-horizontal {
    z-index: 3;
}

.contact-us .form-horizontal .btn, .contact-us .form-horizontal .btn:focus, .contact-us .form-horizontal .btn:active {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 20px;
    margin-top: 10px;
    outline: none;
    padding: 5px 50px;
}

.contact-us .form-horizontal .btn:hover {
    opacity: .9;
}

.contact-us .form-horizontal .messages {
    margin-top: 20px;
}

.contact-us .form-horizontal .messages .alert {
    text-align: center;
}

.contact-us .form-horizontal textarea {
    color: #000;
    width: 100%;
}

.contact-us .checkbox {
    margin-bottom: 6px !important;
}

.contact-us input[type=checkbox] {
    z-index: -1;
}

.contact-us input[type="checkbox"]:checked+label:before {
    background: url(../img/checkbox-sprite.png) left top no-repeat;
}

.contact-us input[type="checkbox"]+label:before {
    background: url(../img/checkbox-sprite.png) -30px top no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin: -1px 4px 0 -35px;
    vertical-align: middle;
    width: 30px;
}
.contact-us input.tango { display:none; }
/* footer ----------------------------------------------------------------- */

footer {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

footer p {
    font-size: 15px;
    margin-bottom: 0;
}
span#captcha { color: #f00;
font-size: 14px;
font-weight: 400; }
@media screen and (max-width: 992px) {
    footer>div>div>div>div:last-child br {
        display: none;
    }
    footer>div>div>div>div:first-child {
        margin-bottom: 15px;
    }
    footer>div>div>div>div:last-child p:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    footer>div>div>div>div:last-child {
        text-align: right;
    }
}
