/**
 * created 20171027
 * author : Pecky
 * stylesheet for troubleshooting pages with theme and theme-tronic misbehaviour.
 */

 body {
    line-height: 24px;
}

.page-header {
    margin: 0px;
    padding: 160px 0px;
    border-bottom: none;
}

.page-header:before {
    position: absolute;
    width: 100%;
    height: 52.5%;
    top: 0px;
    content: '';
    opacity: 0.3;
    z-index: 2;
    background-color: #333333;
}

.background-image-holder, .foreground-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.background-image-holder.parallax-background {
    height: 80%;
    top: -10%;
}

.container {
    z-index: 3;
}

.form-contact .inputs-wrapper {
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 25px !important;
    margin-bottom: 24px !important;
}

.form-contact input {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.form-contact input, .form-contact textarea {
    background: none !important;
    border: none;
    box-shadow: none !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 100% !important;
    padding: 16px !important;
}

.form-success {
    background-color: #58b551 !important;
}

.form-error {
    background-color: #d94947 !important;
}

.form-success, .form-error {
    width: 100% !important;
    padding: 12px !important;
    display: none !important;
    margin-top: 12px !important;
    color: #fff !important;
}

.send-form {
    color: #666 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
    display: inline-block !important;
    margin-bottom: 0.5em !important;
    font-size: 0.875em !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
    -webkit-text-stroke-width: 0.5px !important;
    user-select: none !important;
    padding: 16px !important;
    line-height: inherit !important;
}

.text-white {
    color: #fff;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

.inline-image-right h1 {
    margin-bottom: 16px;
}

h1 {
    font-size: 36px;
}

.icon-jumbo {
    display: inline-block;
    color: #feb41c;
    text-align: center;
    font-size: 64px;
    margin-bottom: 24px;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature {
    overflow: hidden;
}

.feature i {
    color: #feb41c;
}

.feature-icon-large .pull-left {
    width: 25%;
}

.feature-icon-large .pull-right {
    width: 75%;
}

.duplicatable-content .feature {
    margin-bottom: 40px;
}

.feature-icon-large i {
    display: block;
    height: 104px;
    width: 104px;
    border: 2px solid #feb41c;
    border-radius: 50%;
    text-align: center;
    color: #feb41c;
    font-size: 40px;
    padding-top: 31px;
    margin-bottom: 32px;
}

.feature-icon-large .pull-left .icon {
    border: none;
    width: auto;
    font-size: 48px;
    padding-top: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.side-image {
    padding: 0px;
    position: relative;
}

.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.side-image .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.side-image.text-heavy .feature {
    margin-top: 64px;
}

section:nth-of-type(odd) {
    background: #f4f4f4;
}

.box-code {
    background-color: #D3FCFF;
    padding: 25px;
    margin-top: 50px;
    font-family: 'PT Mono';
    font-size: 26px;
}

.s48 {
    font-size: 48px;
    line-height: 48px;
}

.space-bottom-small {
    margin-bottom: 20px !important;
}

.s28 {
    font-size: 24px;
    line-height: 23pt;
}

.space-bottom-medium {
    margin-bottom: 40px !important;
}

h5 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.s16 {
    font-size: 16px;
    line-height: 16pt;
}

@media screen and (min-width: 930px) {

    .head84 {
        margin-bottom: 10px;
        font-size: 48px !important;
    }

}

@media screen and (min-width: 1300px) {

    .head84 {
        margin-bottom: 10px;
        font-size: 84px !important;
        line-height: 50pt !important;
    }

}

.button_cta, .submit, [type="submit"] {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 1em 1.2em 0.8em 1.2em;
    border: none;
    background-color: #53565c;
    font-size: 0.875em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    -webkit-text-stroke-width: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button_cta.outline-dark, .submit.outline-dark, [type="submit"].outline-dark {
    background: transparent;
    color: #ffffff;
    border: 1px solid #53565c;
    letter-spacing: 0.15em;
}

.button_cta.green, .submit.green, [type="submit"].green {
    background: #24A9C7;
    color: #ffffff;
    border: 1px solid #24A9C7;
    box-shadow: inset 0 0 0 0 #47a41e;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}