﻿/* Html */
/* Forms */
.btn-primary {
    background-color: #006F53 !important;
    border-color: #006F53 !important;
    color: #fff !important;
}

.text-primary {
    color: #006F53;
}

/*.tagline .word5, .tagline .word7 {
    color: #CCB77C;
}*/

/* Navigation */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #006F53 !important;
}

.btn-primary:hover {
    background-color: #006F53 !important;
}

/* Helpers */
.primary-font {
    font-family: "jaf-bernina-sans-condensed", Verdana !important;
    font-weight: 300;
}

.secondary-font {
    font-family: "nimbus-sans",sans-serif !important;
}

.more a, .body a {
    color: #006F53;
}

a.more {
    color: #006F53;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #006F53 !important;
    color: #fff !important;
    cursor: default;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #006F53 !important;
    color: #fff !important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #3cab8f !important;
    color: #fff !important;
}

@media only screen and (max-width : 992px) {
    #header .social-media {
        display: none;
    }
}


@media only screen and (max-width : 768px) {

    #footer .social-media {
        display: none;
    }
}