.grecaptcha-badge {
  visibility: hidden;
  }

  .tekst-holder { color:#aaa9a9 }
.tekst-holder a {
    color: #bc9c50;
}
#header-title {
    position: relative;
    top: -60%;
    display: block;
    text-align: center;
}
#header-title .avadawhitetext {
    display: inline-block;
    max-width:100%;
    white-space: inherit !important;
    line-height: 58px;
}
#ifrm { display: none; }
.cta-group {
    display: block;
    width:100%;
    text-align: center;
}
#rev_slider_3_1_wrapper {
    height: 350px !important;
    max-height: 350px !important;
}
#rev_slider_3_1 {
    height: 350px !important;
    max-height: 350px !important;
}
.fusion-title-size-one, h1 {
    margin-top: 0em;
    margin-bottom: 0.3em;
}
.cta-group {
    padding-bottom: 1em;
}
.cta-group .cta-btn {
    display: inline-block;
    padding:10px 20px;
    margin:0 6px;
    text-align:center;
    background: #bc9c50;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.cta-group .cta-btn:hover {
    opacity:.8;
}
.usps {
    display:block;
    width: 100%;
    border-bottom: 1px solid #bc9c50;
    background: #131313;
    padding-top: 1px;
}
.usps ul {
    display: block;
    width:100%;
    text-align: center;
}
.usps ul li {
    display: inline-block;
    width:30%;
    text-align: center;
}
.usps ul li span {
    color:#bc9c50;
}
#main {
    padding-top:0;
}
.breadcr ul {
    margin:0;
    padding:1em 0 0 0;
}
.breadcr ul li {
    display: inline-block;
}
.breadcr ul li::after {
    content: "›";
}
.breadcr ul li:last-of-type::after {
    content: "";
}
.breadcr ul li a {
    color:#bc9c50;
    text-decoration: underline;
}
.breadcr ul li a:hover {
    text-decoration: none;
}

#contact {
    width: 100%;
    font-family: sans-serif;
}

#contact .box-field input, #contact .box-field textarea, #contact .box-field button{
    font-family: sans-serif;
    font-size: 15px;
}

.half {
    width: 50%;
    display: inline-block;
}

.full {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.e-mail-url {
    visibility: hidden !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 0px !important;
    position: absolute !important;
}

.foot-note {
    text-align: center;
}

.box-field {
    margin: 0 0 25px 0;
}

textarea {
    resize: vertical;
    min-height: 175px;
}

.box-field input, .box-field textarea{
    padding: 15px 20px;
    box-sizing: border-box;
    /* background-color: #f4f4f4; */
    /* border: 1px solid #f1f1f1; */
    /* border-radius: 0px; */
    /* box-shadow: 0px 4px 2px -3px #d2d2d2; */
    /* color: #6d7779; */
    display: block;
}

.box-field input::placeholder, .box-field textarea::placeholder{
    color: #6d7779;
}

/* .box-field input:focus, .box-field textarea:focus{
    outline: none;
} */

.box-field.half{
    width: 49%;
}

.half-left {
    padding-right: 1%;
}

.half-right {
    margin-left: 2%;
}

button.send-submit {
    background-color: #cbaa5c;
    cursor: pointer;
    color: #FFF;
    border: none;
    padding: 15px 40px;
    transition: .3s all;
    border-radius:3px;
}

button.send-submit:hover {
    opacity: .8;
}

label {
    margin: 0 0 2px 0;
}

.error {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 8px -4px #DE0000 !important;
}

.error:focus {
    box-shadow: 0 4px 8px -4px #DE0000 !important;
}

label.error {
    display: none !important;
}

@media screen and (max-width: 500px){
    .box-field{
        margin-bottom: 25px;
    }
    .box-field.half,  #details.half, #message.half{
        width: 100%;
    }

    .half-left {
        padding-right: 0;
    }

    .half-right {
        margin-left: 0;
    }
}
@media screen and (max-width:510px) {
    .cta-group .cta-btn {
        display: block;
        margin:6px 0;
    }
}
@media screen and (max-width:777px) {
    #rev_slider_3_1_wrapper {
        height: 250px !important;
        max-height: 250px !important;
    }
    #rev_slider_3_1 {
        height: 250px !important;
        max-height: 250px !important;
    }
    .usps ul li {
        display: block;
        width:100%;
        text-align: left;
    }
    .breadcr ul {
        padding:1em 0 0 2em;
    }
    #retina-logo {
        max-height:160px !important;
    }
}
