strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: var(--theme-primary);
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: var(--theme-primary);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-primary);
    color: #fff;
    text-shadow: none;
}


/***** Top menu *****/

.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-no-bg {
    background: none;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-inverse ul.navbar-nav li .li-text {
    opacity: 0.8;
}

.navbar-inverse ul.navbar-nav li a {
    display: inline;
    padding: 0;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

.navbar-inverse ul.navbar-nav li .li-social a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus {
    border: 0;
    color: var(--theme-primary);
}

.navbar-brand {
    width: 162px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}


/***** Top content *****/

.top-content {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
}

.wizard h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wizard-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.wizard-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: var(--theme-primary);
}

.wizard-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wizard-step.activated .wizard-step-icon,
.wizard-step.active .wizard-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: var(--theme-primary);
    font-size: 22px;
    line-height: 48px;
}

.wizard-step p {
    color: #ccc;
}

.wizard-step.activated p {
    color: var(--theme-primary);
}

.wizard-step.active p {
    color: var(--theme-primary);
}

.wizard fieldset.step {
    display: none;
    text-align: left;
}

.wizard-buttons {
    text-align: right;
}

.wizard .input-error {
    border-color: var(--theme-primary);
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

    .navbar {
        padding-top: 0;
    }

    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .top-content {
        padding: 40px 0 110px 0;
    }

}

@media (max-width: 415px) {

    h1,
    h2 {
        font-size: 32px;
    }

    .wizard {
        padding-bottom: 20px;
    }

    .wizard-buttons button {
        margin-bottom: 5px;
    }

}

.wizard-steps .wizard-step {
    width: calc(100% / 3);
}

.wizard-steps {
    margin: 0 auto;
}

/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        background-image: url(../img/logo@2x.png) !important;
        background-repeat: no-repeat !important;
        background-size: 162px 36px !important;
    }

}