body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    background: rgb(232, 232, 232);
    background: -moz-linear-gradient(0deg, rgb(232, 232, 232) 32%, rgb(190, 190, 190) 100%);
    background: -webkit-linear-gradient(0deg, rgb(232, 232, 232) 32%, rgb(190, 190, 190) 100%);
    background: -o-linear-gradient(0deg, rgb(232, 232, 232) 32%, rgb(190, 190, 190) 100%);
    background: -ms-linear-gradient(0deg, rgb(232, 232, 232) 32%, rgb(190, 190, 190) 100%);
    background: linear-gradient(90deg, rgb(232, 232, 232) 32%, rgb(190, 190, 190) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

a:link,
a:visited {
    color: inherit;
}

.herofull {
    background-image: url(img/index-11.jpg);
    min-height: 100vh;
    background-position: bottom center;
    display: table;
}

.vertigo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vertigo h1 {
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.vertigo h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.vertigo .btn {
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -o-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: linear-gradient(180deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    border: solid 2px #fff;
    color: #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    min-width: 200px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 8px;
}

.vertigo .btn:hover,
.text-block .btn:hover,
.three .btn:hover {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.text-block .btn,
.three .btn {
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -o-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: linear-gradient(180deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    color: #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 2px #fff;
}

.three .btn {
    margin-bottom: 0;
}

.wrap {
    max-width: 1600px;
}

.text-cont {
}

.bg1 {
    background-image: url(img/kranlyft.jpg);
    background-size: cover;
    background-position: center center;
}

.text-block {
    padding-top: 90px;
    padding-bottom: 90px;
}

.text-block h2 {
    font-size: 48px;
}

.text-block h3 {
    color: #0a5391;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -o-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: linear-gradient(180deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
}

.silver {
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -o-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
    background: linear-gradient(180deg, rgb(245, 245, 245) 38%, rgb(200, 200, 200) 100%);
}

.bg-info {
    background-color: #bad4ed !important;
}

.text-info {
    color: #bad4ed !important;
}

.border-info {
    border-color: #bad4ed !important;
}

.btn-outline-info {
    color: #bad4ed;
    background-color: transparent;
    background-image: none;
    border-color: #bad4ed;
}

.btn-info {
    color: #000;
    background-color: #bad4ed;
    border-color: #bad4ed;
}

.btn-info:hover {
    color: #000;
    background-color: #75b1ec;
    border-color: #75b1ec;
}

.sh1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sh2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.sh4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)!important;
}

.sh5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)!important;
}

/* XL Desktops */
@media only screen and (min-width : 1200px) {
}

/* LG Desktops */
@media only screen and (max-width : 1200px) {
}

/* MD Tablets */
@media only screen and (max-width : 992px) {
}

/* XS Landscape phones Phones */
@media only screen and (max-width : 768px) {
    .bg1 {
        height: 300px !important;
        margin-bottom: 50px;
    }

    .herofull {
        background-position: center center;
        display: block;
    }

    .vertigo {
        display: block;
        padding-top: 150px;
        padding-bottom: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .vertigo h1 {
        font-size: 40px;
    }

    .vertigo h2 {
        font-size: 26px;
    }
}

/* XS Portrait Phones */
@media only screen and (max-width : 544px) {
    .vertigo h1 {
        font-size: 36px;
    }

    .vertigo h2 {
        font-size: 22px;
    }
}

.nav-link {
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    color: #000 !important;
    font-weight: bold;
}

.active,
.nav-link:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.paddmax {
    padding-top: 90px;
    padding-bottom: 90px;
}

.paddmax .row {
}

.three {
    padding: 25px;
}

.pris {
    border: none;
    width: 100%;
    height: 1300px;
}

.text-primary {
    color: #0a5391 !important;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #000000;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #080808;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #131313;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    background-color: #000000;
}

.contact .php-email-form button[type="submit"]:hover {
    background-color: #202020;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}