body {
    line-height: 1.8;
    background-color: #000;
    color: #ececec;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
}

html {
    padding: 0!important; 
    margin: 0!important; 	
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
	
    .site-header-logo {
        display: block !important;
        content: url("../img/header-logo-print.png") !important;
    }
	
    .cover-pl {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 30px 0 !important;
        content: url("../img/cover-pl-print.png") !important;
    }
	
    .cover-en {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 30px 0 !important;
        content: url("../img/cover-en-print.png") !important;
    }
	
    .cover-de {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 30px 0 !important;
        content: url("../img/cover-de-print.png") !important;
    }
	
    .site-header {
        border-bottom: 2px solid #ccc !important;
    }
	
    .site-footer {
        border-top: 2px solid #ccc !important;
    }
	
    .form-control,
    .btn {
        border: 2px solid #ccc !important;
    }
	
	.hinter {
		display: none !important;
	}
	
	form .required:after,
	.required-rodo:before {
		color: #ff5454 !important;
	}
	
	.snow-flake {
		display: none !important;
	}
}

.hinter {
	display: none;
}

/* img */
img {
    vertical-align: middle;
    max-width: 100%;
    font-style: italic;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*:active:focus,
*:focus {
    outline: 0 !important;
}

*:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .p {
        margin-top: 30px;
    }
}

a {
    color: #fff;
}

a:focus,
a:hover {
    color: white;
    text-decoration: none;
}

figure {
    margin: 0;
}

.at {
    position: relative;
    top: 0;
}

.at:after {
    content: "@";
}

.scroll-block {
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
    overflow-y: scroll;
}

.velocity-animating {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 767px) {
    .animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }
}

/* site loader */
.site-loader._multi-circle-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 900;
}

.site-loader._multi-circle-line .site-loader-spinner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.site-loader._multi-circle-line .site-loader-spinner:before,
.site-loader._multi-circle-line .site-loader-spinner:after {
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.site-loader._multi-circle-line .site-loader-spinner:before {
    -webkit-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
}

.site-loader._multi-circle-line .site-loader-spinner:after {
    -webkit-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
}

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
	
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
	
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.is-loaded .site-loader._multi-circle-line {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
}

/* site header */
.site-header {
    z-index: 800;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.25); /* transparent */
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}

@media (min-width: 768px) {
    .is-site-bg-border .site-header .container-fluid {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media (min-width: 992px) {
    .is-site-bg-border .site-header .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .site-header {
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width: 991px) {
    .site-header-header::after {
        content: "";
        display: table;
        clear: both;
    }
	
    .site-header {	
		background: rgba(0, 0, 0, 0.25);
		border-bottom: none;	
	}
}

@media (min-width: 992px) {
    .site-header-header {
        float: left;
    }
}

.site-header-brand {
    display: table;
    height: 70px;
}

.site-header-brand a {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .site-header-brand {
        float: left;
    }
}

@media (min-width: 992px) {
    .site-header-brand {
        height: 100px;
    }
	
    .site-header-brand img {
        max-height: 60px;
    }
}

.site-header-logo {
    display: block;
    max-height: 40px;
}

.primary-nav-toggle {
    float: right;
    padding-left: 19px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.primary-nav-toggle:hover {
    color: inherit;
}

.nav-open .primary-nav-toggle i:before {
    content: "\f00d";
}

@media (max-width: 991px) {
    .nav-open .primary-nav-toggle i {
        color: #ffffff;
    }
	
    .nav-open .primary-nav-toggle i:before {
        content: "\f00d";
    }
}

@media (min-width: 992px) {
    .primary-nav-toggle {
        display: none;
    }
}

@media (min-width: 992px) {
    .site-header-main {
        float: right;
    }
}

.primary-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .primary-menu::after {
        content: "";
        display: table;
        clear: both;
    }
}

.primary-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .primary-menu::after {
        content: "";
        display: table;
        clear: both;
    }
}

.primary-menu-item a {
    position: relative;
    display: block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.primary-menu-item a:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: attr(data-hover);
    opacity: 0;
    padding: 0 20px;
    letter-spacing: 2px;
}

.primary-menu-item a span {
}

.nav-link:hover {
    color: #ff5454;
}

.hi {
    color: #ff5454 !important;
}

@media (max-width: 991px) {
    .primary-menu-item a {
        line-height: 40px;
    }
	
	.nav-link:hover {
		color: #ff5454 !important;
	}
}

@media (min-width: 992px) {
    .primary-menu-item {
        float: left;
    }
	
    .primary-menu-item a {
        padding: 0 20px;
    }

    .primary-menu-item a:hover {
    }
	
    .primary-menu-item a:hover:after {
    }

    .primary-menu-item a:hover span {
    }

    .primary-menu-item:last-child a {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .primary-nav {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .primary-nav-open .primary-nav-toggle {
        color: #ffffff;
    }
}

#nav {
    top: 70px;
    right: 0;
    bottom: 200px;
    left: 0;
    position: relative;
    z-index: 799;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#nav .primary-menu-item a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

#nav.is-active {
    z-index: 799;
}

@media (min-width: 992px) {
    #nav {
        display: none !important;
    }
}

/* audio */
.audio-toggle {
    display: none;
}

.audio-toggle a:hover {
    color: #ff5454;
    text-decoration: none;
}

.is-audio-on .audio-toggle,
.is-audio-off .audio-toggle {
    display: block;
}

.is-audio-on .audio-toggle i,
.is-audio-off .audio-toggle i {
    width: 15px;
    font-size: 15px;
}

.is-audio-on .audio-toggle i:before {
    font-family: "player-font";
    content: "\e900";
}

.is-audio-off .audio-toggle i:before {
    font-family: "player-font";
    content: "\e901";
}

/* common */
html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
}

.is-site-bg-border .container {
    max-width: 100%;
}

@media (min-width: 768px) {
    .is-site-bg-border .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .is-site-bg-border .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.site {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.site-canvas {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}

@media (min-width: 768px) {
    .is-site-bg-border .site-canvas {
        margin: 0px; /* 37 */
    }
}

@media (min-width: 992px) {
    .is-site-bg-border .site-canvas {
        margin: 0px; /* 57 */
    }
}

.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.site-main {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.section {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: 100px;
    right: 0;
    bottom: 45px;
    left: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .section {
        top: 70px;
    }
}

.section-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.section-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}

.section-heading {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .section-heading {
        margin-bottom: 50px;
    }
}

.section-title {
    margin-bottom: 0;
    font-size: 20px;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .section-title {
        font-size: 28px;
    }
}

.section-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
}

/* background and effect */
.site-bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.site-bg-img,
.site-bg-video,
.site-bg-overlay,
.site-bg-effect,
.site-bg-canvas,
.site-bg-border {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute !important;
    overflow: hidden;
}

.site-bg-img,
.site-bg-video,
.site-bg-effect,
.site-bg-canvas,
.site-bg-border {
    display: none;
}

.site-bg-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.is-site-bg-img .site-bg-img {
    display: block;
    background-image: url(../img/bg/site-bg.jpg);
}

.is-site-bg-slideshow .site-bg-img {
    display: block;
}

.is-site-bg-video .site-bg-img {
    display: block;
    background-image: url(../img/bg/site-bg-video.jpg);
}

.is-site-bg-video-youtube .site-bg-img {
    display: block;
    background-image: url(../img/bg/site-bg-video-youtube.jpg);
}

.is-desktop .is-site-bg-video .site-bg-video,
.is-desktop .is-site-bg-video-youtube .site-bg-video {
    display: block;
}

.site-bg-overlay {
    /* background-image:  url(../img/overlays/05.png);
	background-repeat: repeat; */
    background-color: rgba(0, 0, 0, 0.2);
}

.site-bg-color .site-bg-overlay {
    background-color: #111214;
}

.is-site-bg-cloud .site-bg-effect,
.is-site-bg-parallax-star .site-bg-effect {
    display: block;
}

.ie9 .site-bg-effect {
    background-image: url(#);
}

/* home */
#home {
    text-align: center;
}

/* about */
.first-letter {
    float: left;
    line-height: 1;
    padding-top: 0px;
    padding-right: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

/* service */
#service {
    text-align: center;
}

@media (min-width: 768px) {
    .service-carousel-item {
        padding: 0 20px;
    }
}

/* social */
.social-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.social-item {
    display: inline-block;
}

.social-item a {
    display: block;
    width: 135px;
    padding: 15px 30px;
}

.social-item i {
    font-size: 48px;
}

.social-item span {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.social-item:hover i {
    -webkit-animation: jello 1s;
    -o-animation: jello 1s;
    animation: jello 1s;
}

/* scrollbar  */
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 4px;
}

.owl-dots {
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background-color: #869791;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    opacity: 1;
}

.owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .owl-dots .owl-dot span {
        width: 15px;
    }
}

@media (min-width: 992px) {
    .owl-dots {
        margin-top: 50px;
    }
}

.site-main {
    position: relative;
    height: 100%;
}

/* Clients block */
.clients-list {
    overflow: hidden;
    margin-bottom: 0;
}

.clients li.client-cell {
    padding: 40px 10px;
    float: left;
    width: 25%;
    margin: 0;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.3);
}

.client-cell img {
    margin: 0 auto;
}

/* Setting 1px border to the cells */
.clients li.client-cell.first-cell,
.clients li.client-cell.fourth-cell {
    border: 0px solid transparent;
}

.clients li.client-cell.fifth-cell,
.clients li.client-cell.last-cell {
    border: 0px solid transparent;
    border-top: 0px solid rgba(255, 255, 255, 0.3);
}

.clients li.client-cell.second-cell,
.clients li.client-cell.third-cell,
.clients li.client-cell.sixth-cell,
.clients li.client-cell.seventh-cell {
    border-bottom: 0px solid transparent;
}

.clients li.client-cell.second-cell,
.clients li.client-cell.sixth-cell {
    border-right: 0px solid transparent;
}

.clients li.client-cell.second-cell,
.clients li.client-cell.third-cell {
    border-top: 0px solid transparent;
}

@media (max-width: 992px) {
    .award-div {
        margin-bottom: 50px;
    }
}

@media (max-width: 668px) {
    .clients li.client-cell {
        width: 50%;
    }

    .clients li.client-cell.first-cell {
        border: 0px solid rgba(255, 255, 255, 0.3);
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
    }

    .clients li.client-cell.second-cell {
        border: 0px solid rgba(255, 255, 255, 0.3);
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
    }

    .clients li.client-cell.third-cell,
    .clients li.client-cell.seventh-cell {
        border-left: 0px solid transparent;
    }

    .clients li.client-cell.fifth-cell {
        border-right: 0px solid rgba(255, 255, 255, 0.3);
    }

    .clients li.client-cell.sixth-cell {
        border-left: 0px solid transparent;
    }
}

/* site footer */
.site-footer {
    position: fixed; /* absolute */
    right: 0;
    bottom: 0;
    left: 0;
    display: blok; /* none */
    z-index: 1000;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-on .site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer > .container {
    position: relative;
    height: inherit;
}

.site-footer > .container > .row {
    height: inherit;
}

.site-footer > .container > .row > .col-xs-12 {
    height: inherit;
}

@media (min-width: 992px) {
    .site-footer {
        position: fixed;
        display: block;
    }
}

.site-footer-inner {
    height: inherit;
}

/* copyright */
.site-footer-copyright {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    float: left;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}

.site-footer-copyright a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: inherit;
}

.site-footer-copyright a:hover {
    border-bottom: 1px dashed #999;
}

@media (max-width: 315px) {
    .site-footer-copyright {
        text-align: center;
        float: none;
    }
}

.site-footer-social {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    float: right;
    line-height: 1;
    text-align: right;
}

.site-footer-social li {
    float: left;
    margin-right: 40px; /* 40pxe */
}

.site-footer-social li:last-child {
    margin-right: 0;
}

.site-footer-social a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}

.site-footer-social a:hover {
    text-decoration: none;
    color: #ff5454;
}

/* contact form */
@media (max-width: 991px) {
    #contactForm {
        margin-top: 30px;
    }
}

.form-label {
    font-size: 12px;
    font-weight: 600;
}

.form-notify {
    display: block;
    height: 10px;
    margin-top: -6px;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1;
    text-align: left;
    color: #ff5454;
}

.form-notify i {
    margin-right: 10px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::-ms-input-placeholder {
    color: #fff;
}

form .required {
    position: relative;
}

form .required:after {
    position: absolute;
    top: 7px;
    right: 0;
    content: "*";
    line-height: 1;
    color: #ff5454;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

form._outline .form-control {
    border-width: 0 0 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    padding: 0;
    background-color: transparent;
	font-size: 12px;
}

.required-rodo {
    position: relative;
}

.required-rodo:before {
    position: relative;
    content: "*";
    color: #ff5454;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

form._outline textarea {
    resize: none;
	font-size: 12px
}

.form-group.error .form-label {
    color: #ff5454;
}

/* button */
.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
    padding: 22px 39px 22px 40px;
    border: 1px solid transparent;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn i {
    font-weight: bold;
    margin-right: 10px;
}

.btn-default {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-default:focus,
.btn-default:hover {
    border-color: #fff;
    background-color: transparent;
    color: #ff5454;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
    border-color: #fff;
    background-color: transparent;
    color: #ff5454;
}

.btn-primary {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #fff;
    background-color: #ff5454;
    color: #fff;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
    border-color: #fff;
    background-color: #fff;
    color: #fff;
}

.btn-accent {
    border-color: #6d5cae;
    background-color: transparent;
    color: #6d5cae;
}

.btn-accent:focus,
.btn-accent:hover {
    border-color: #8a7cbe;
    background-color: #8a7cbe;
    color: #fff;
}

.btn-accent:active,
.btn-accent:active:focus,
.btn-accent:active:hover {
    border-color: #6d5cae;
    background-color: #6d5cae;
    color: #fff;
}

.btn-info {
    border-color: #48b0f7;
    background-color: transparent;
    color: #48b0f7;
}

.btn-info:focus,
.btn-info:hover {
    border-color: #6cbff8;
    background-color: #6cbff8;
    color: #fff;
}

.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
    border-color: #48b0f7;
    background-color: #48b0f7;
    color: #fff;
}

.btn-success {
    border-color: #10cfbd;
    background-color: transparent;
    color: #10cfbd;
}

.btn-success:focus,
.btn-success:hover {
    border-color: #3fd8ca;
    background-color: #3fd8ca;
    color: #fff;
}

.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover {
    border-color: #10cfbd;
    background-color: #10cfbd;
    color: #fff;
}

.btn-warning {
    border-color: #f8d053;
    background-color: transparent;
    color: #f8d053;
}

.btn-warning:focus,
.btn-warning:hover {
    border-color: #f9d975;
    background-color: #f9d975;
    color: #fff;
}

.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
    border-color: #f8d053;
    background-color: #f8d053;
    color: #fff;
}

.btn-danger {
    border-color: #ff5454;
    background-color: transparent;
    color: #ff5454;
}

.btn-danger:focus,
.btn-danger:hover {
    border-color: #ff7676;
    background-color: #ff7676;
    color: #fff;
}

.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
    border-color: #ff5454;
    background-color: #ff5454;
    color: #fff;
}

.form-icon-success,
.form-icon-failure,
.form-icon-error {
    font-family: "FontAwesome";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
    speak: none;
    margin-right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-icon-success {
    color: #008000;
}

.form-icon-success:before {
    content: "\f00c";
}

.form-icon-error {
    color: #ff5454;
}

.form-icon-error:before {
    content: "\f00d";
}

.form-icon-failure {
    color: #ff5454;
}

.form-icon-failure:before {
    content: "\f12a";
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    /* cursor: -moz-zoom-out; */
    /* cursor: -webkit-zoom-out; */
    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
	margin-top: 4px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
	position: absolute;	
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    color: #ccc;
    word-wrap: break-word;
    padding-right: 45px;
	margin-top: 4px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /* Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
	
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
	
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
	
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
	
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
	
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
	
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
	
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
	
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
	
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
	
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* snow-flakes */
.snow-flakes {
    display: none !important;
}

.snow-flake {
    font-family: "FontAwesome";
    font-size: 25px;
    color: rgba(255,255,255,.5);
    position: absolute;
    top: -50px;
    -webkit-animation: spin-clockwise 6s linear infinite;
    -moz-animation: spin-clockwise 6s linear infinite;
    animation: spin-clockwise 6s linear infinite;
}

.snow-flake:before {
    content: "\f2dc";
}

@-moz-keyframes spin-clockwise {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-clockwise {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-clockwise {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin-counterclockwise {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin-counterclockwise {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-counterclockwise {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
