.drawermenu, .navbar.drawermenu {
    background-color: #000
}

.drawermenu, .drawermenu-overlay {
    position: fixed;
    top: 0;
    height: 100%
}

.navbar.drawermenu {
    width: 100%;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}


.navbar .logo a img, .navbar .logo a svg {
    height: 20px;
    line-height: 100%;
    width: auto;
    vertical-align: bottom;
    padding: 15px 0
}

.navbar .logo a svg path {
    vertical-align: bottom;
    fill: #fff
}

.navbar .menu-left, .navbar .menu-right {
    display: block;
    height: 17px;
    width: 50px;
    padding: 18px 20px
}

.navbar .menu-left svg, .navbar .menu-right svg {
    height: 17px;
    width: auto;
    line-height: 100%;
    cursor: pointer
}

.navbar .menu-left {
  display: none;
}

.navbar .logo {
    order: 1;
    text-align: center
}

.navbar .menu-right {
    order: 2;
    text-align: right
}

.navbar .hamburger {
    height: 20px
}

.navbar .hamburger rect {
    fill: #fff
}

.navbar .hamburger:hover rect {
    fill: #e0e0e0
}

.drawermenu {
    left: -250px;
    width: 250px;
    max-width: 70%;
    z-index: 100
}

.ts-lang-changer-list{
    left: 25% !important;
    min-width: 130px;
}

.dropdown-menu > li > a{
    left: 12%;
    position: relative;
}
.drawermenu.drawermenu-right {
    left: auto;
    right: -250px;
    z-index: 32325;
}

.drawermenu > dl, .drawermenu > ul {
    list-style: none;
    padding: 0;
    padding-top: 35px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%
}

.drawermenu > dl > li, .drawermenu > ul > li {
    width: 100%
}

.drawermenu > dl > li > a, .drawermenu > ul > li > a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.drawermenu > dl > li > a .icon-down, .drawermenu > ul > li > a .icon-down {
    fill: #fff;
    width: 8px;
    margin-left: 10px
}

.drawermenu > dl > li > ul, .drawermenu > ul > li > ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}

.drawermenu > dl > li > ul > li > a, .drawermenu > ul > li > ul > li > a {
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none
}

.drawermenu-overlay {
    display: none;
    cursor: pointer;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

* {
    border: 0;
    margin: 0;
    padding: 0;
}

.mouse {
    display: block;
    margin: auto;
}

.uppercase {
    margin-top: 20px;
    text-transform: uppercase;
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(0px, 10px, 0px);
        transform: translate3d(0px, 10px, 0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translate3d(0px, 20px, 0px);
        transform: translate3d(0px, 20px, 0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translate3d(0px, 10px, 0px);
        transform: translate3d(0px, 10px, 0px);
    }
}

#subnav {
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

.mouse_line {
    position: absolute;
    bottom: 40px;
    left: 49.9%;
}

.image-responsive {
    width: 100%;
    height: auto;
}

html{
    font-family: 'Arial' !important;

}

.transparent {
    background-color: transparent;
}

.inline {
    display: inline-block;
}

.left {
    float: left;
}

.color {
    color: red;
}

.slider_text {
    font-size: 16px;
    margin-top: 10px;
}

.menu_links {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.footer_menu_links {
    text-decoration: none;
    color: red;
}

.menu_links:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer_menu_links:hover {
    text-decoration: none;
    color: red;
}

.footer_text_div {
    position: relative;
    top: 30px;
}

.footer_menu_div {
    margin-top: 30px;
}

#footer {
    background-color: white;
    margin: 0;
}

.mg28 {
    margin: 28px 0px;
}

.menu {
    padding: 20px 0px 0px 0px;
    margin: 0;
    border: none;
}

.menu-cont {
    position: absolute;
    width: 100%;
}

.cont {
    padding: 10px;
}

.footer_text {
    color: red;
    letter-spacing: 1px;
}

.icon {
    font-size: 26px !important;
    color: red;
    margin-right: 15px;
}

.slider {
    width: 100%;
    height: 100%;
}

.gray_line {
    position: absolute;
    padding: 8px 0px;
    width: 100%;
    height: 70px;
    top: calc(100vh - 80px);
}

#content {
    padding: 0;
}

.figcaption_style {
    height: 0;
    font-size: 16px;
}

.dots {
    position: absolute;
    display: table;
    top: 0;
    width: 100%;
    height: 100vh;
}

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

.b{
    display: inline-block;
    height: auto;
    width: 300px;
}

.slider-cont {
    width: 100%;
    height: 100vh;
}

.products-cont {
    width: 100%;
}

.cover-image {
    object-fit: cover;
}

.item-height {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.without-padding {
    padding: 0;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect a, hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tb {
    display: table;
    width: 100%;
    height: 100vh;
}

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

.logo_div {
    position: absolute;
    margin: 5% auto;
    top: 0;
    padding: 0px 40%;
}

.about_us_img {
    width: 100%;
    height: auto;
}

.voodooimg {
    height: 50px;
    width: 25px;
    margin-top: 5px;
}

.ts-language-widget {
    margin-left: -10px !important;
}

.ts-current-lang {
    margin-top: -7px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 40px;
}

.map-content {
    height: 450px;
    width: 100%;
    position: relative;
}

#map {
    width: 100%;
    height: 400px;
    margin: 0px;
    float: left;
    background-color: gray;
}

.goal_txt{
    height: 400px;
}

.contact_list {
    list-style: none;
    text-align: center;
}

.contact_icon {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 10px;
}

.red_line {
    color: red;
    font-weight: 800;
    margin: 0;
}

.about_us_slider {
    width: 100%;
    height: auto;
}

.max_height{
    height: 100%;
}

.gray_area{
    background-color: #6f6d6f;
    padding: 0px 20px;
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
}

.gray_area_span{
     margin-top: 0;
     color: white;
}

.first_gray_area{
    margin-top: 65px;
    margin-bottom: 30px;
}

.txt_center{
    padding: 0px 25px;
    display: table-cell;
    vertical-align: middle;
}