.bg-img-SINGLE {
    background-image: url(bg-new.jpg);
}

html,
body {
    height: 100%;
    line-height: 170%;
}

ol,
ul {
    list-style: none;
    margin-top: 25px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #5f5f5f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

p a,
p a:hover {
    color: #fff !important;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
}

::selection {
    background: #5f5f5f;
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

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


.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

/* 17. fullwidth IMG */
.img-fullwidth-wrapper {
    position: relative;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .img-fullwidth-wrapper {
        min-height: 396px;
    }
}

@media only screen and (max-width: 480px) {
    .img-fullwidth-wrapper {
        height: 236px;
    }
}

.img-fullwidth {
    min-height: 600px;
}

@media (min-width: 992px) {
    .img-fullwidth {
        position: absolute;
        width: 50vw;
        height: auto;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .img-fullwidth {
        min-height: 350px;
    }
}

.img-fullwidth-all {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


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

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

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

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


h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #5f5f5f;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
}

img {
    width: 100%;
    height: 100%;
}

.icon-works {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
}

.icon-works a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 0 -10px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.icon-works a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.icon-works a:hover:after {
    background: #000;
}

.image-works:hover .icon-works {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
    position: relative;
    z-index: 1;
}

.icon-works a i {
    position: relative;
    z-index: 1;
}

.image-works {
    position: relative;
    z-index: 5 !important;
    padding: 5px;
    margin-top: 40px;
    border: 1px solid #ccc;
}

.image-works>.hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}

.image-works:hover .hover-effect {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.zoom-item {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 640px) {
    .zoom-item {
        font-size: 13px;
        font-weight: 400;
    }
}

.move-up {
    margin-top: -30px;
}

.logo .logo-light,
.main-navigation-bg .logo .logo-dark {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.logo .logo-dark,
.main-navigation-bg .logo .logo-light {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.logo img {
    width: 100%;
    height: 100%;
}

.navbar-bg-switch {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 999;
}

.logo {
    margin-top: 20px;
    padding-left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 1250px) {

    h2.home-page-title {
        font-size: 50px !important;
    }

    .the-button-light {
        font-size: 1.15em !important;
    }

    h1.home-page-title {
        font-size: 30px !important;
    }

    .logo img {
        width: 90%;
        height: 90%;
    }
}


@media only screen and (max-width: 950px) {
    h1.home-page-title {
        font-size: 26px !important;
    }

    h2.home-page-title {
        font-size: 45px !important;
    }

    .the-button-light {
        margin: 80px 100px 50px 100px !important;
    }

}

@media only screen and (max-width: 768px) {
    .logo {
        width: 100%;
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 560px) {
    h1.home-page-title {
        line-height: 1.3em !important;
    }
}

@media only screen and (max-width: 450px) {
    h1.home-page-title {
        line-height: 1.3em !important;
        font-size: 16px !important;
        margin: 50px auto -5px auto !important;
    }

    h2.home-page-title {
        font-size: 24px !important;
        margin: 70px 0 30px 11px !important;
    }

    .the-button-light {
        font-size: 0.9em !important;
        margin: 30px 70px 30px 70px !important;
    }

    .logo {
        padding-left: 0 !important;
    }

    .logo img {
        width: 60% !important;
        height: 60% !important;
    }

}


@media only screen and (max-width: 380px) {
    .the-button-light {
        font-size: 0.8em !important;
        margin: 30px 50px 30px 50px !important;
    }

    h2.home-page-title {
        font-size: 20px !important;
        margin: 100px 0 30px 11px !important;
    }

    .main-navigation .navbar-nav li a {
        font-size: 9px !important;
    }
}

.main-navigation .navbar-nav li a {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 45px 15px 35px 15px;
    right: -15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 1200px) {
    .main-navigation .navbar-nav li a {
        right: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a {
        color: #000;
        padding: 10px 15px;
        right: auto;
    }
}

.main-navigation .navbar-nav li a:hover {
    color: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a:hover {
        color: #000;
    }
}

.nav li a:focus,
.nav li a:hover {
    color: #fff;
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg {
    background: rgba(255, 255, 255, 1);
    /* height: 95px; */
    height: 110px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.main-navigation-bg .logo {
    /* padding-top: 6px; */
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    color: #000;
    padding: 30px 15px 0 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navbar-header,
.main-navigation {
    display: inline-block !important;
}



@media (min-width: 768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .toggle-menu {
        display: none;
    }
}

.navbar-header {
    float: left;
}

.main-navigation {
    float: right;
}

@media (max-width: 768px) {
    .navbar-header {
        float: none;
        margin-top: 5%;
    }

    .main-navigation {
        float: none;
    }

    .main-navigation-bg {
        height: 80px;
    }
}

@media (max-width: 430px) {
    .navbar-header {
        margin-top: 2%;
    }
}

/* } */

@media (min-width: 768px) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .main-navigation .navbar-nav li a {
        padding: 10px 15px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: #fff;
        margin-right: -10px;
    }

    .main-navigation-bg .navbar-toggle .icon-bar {
        background: #000;
        margin-right: -10px;
    }

    .navbar-toggle {
        margin-top: -35px;
        margin-right: 4px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .main-navigation-bg .navbar-toggle {
        margin-top: -44px;
        margin-right: 4px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        margin-top: 23px;
    }

    .main-navigation-bg .navbar-collapse {
        margin-top: 3px;
    }
}

.main-navigation-bg .link-underline-menu:before {
    bottom: -7px;
    background: #000;
}

.navbar-nav li.active {
    color: #ccc !important;
    text-decoration: none;
}

.navbar-nav>.active>a {
    color: #ccc !important;
    background: none;
    text-decoration: none;
}

.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 28px;
    left: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
    .link-underline-menu:hover:before {
        visibility: hidden;
    }
}

.link-underline-menu.active:before {
    background: #ccc;
}

.main-navigation-bg .link-underline-menu.active:before {
    background: #ccc;
}


h1.home-page-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 80px auto -5px auto;
    width: 45%;
    line-height: 100%;
    z-index: 1;
    padding: 0.5em;
    border-radius: 1em;
    background: #000;
}

h2.home-page-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin: -2px 0 30px 11px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-top-bottom-dark-15:before,
.overlay-dark-70:before,
.overlay-dark-60:before,
.overlay-dark-40:before {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
/*Background!!!*/

.overlay-top-bottom-dark-15:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-70:before {
    background: rgba(6, 141, 178, 0.55);
}

.the-button-light {
    color: #000;
    margin: 80px 200px 10px 200px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    font-size: 1.25em;
}

ol,
ul {
    list-style: none;
    margin-top: 25px !important;
}

/* .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
} */

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav>li {
    float: left;
}


.container {
    /* padding-right: 15px;
  padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    width: 1500px;
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

@media (max-width: 1600px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 790px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 600px;
    }
}

@media (max-width: 540px) {
    .container {
        width: 100%;
    }
}


h1 a {
    color: #fff;
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 6px;
}

.span-logo {
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    color: #000;
    transform: scaleY(1.5);
    display: inline-block;
    text-shadow:
        -1px -1px 1px #000,
        1px -1px 1px #000,
        -1px 1px 1px #000,
        1px 1px 1px #000;
    letter-spacing: 2px;
    padding-top: 1rem;
}

.uninstall-instructions ul {
    width: fit-content;
    text-align: left;
    margin: auto;
}

.uninstall-instructions ul li {
    list-style: circle;
}

#cookiesWindow {
    border: 2px solid #666666;
    border-radius: 4px;
    color: #000;
    height: 20px;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding: 2px 5px 0px 6px;
    position: fixed;
    bottom: 4px;
    left: 14px;
    z-index: 10;
}

#cookiesWindow a {
    color: inherit;
}

#cookiesWindow-ok {
    color: #fff;
    display: inline-block;
    background-color: #888;
    border-radius: 4px;
    padding: 0px 8px;
    margin-left: 3px;
    cursor: pointer;
}

.hidden{
    display: none;
}