﻿html, body, h1, h2, h3, h4, h5, h6, div, span, p, a, blockquote, pre, dl, dd, ol, ul, fieldset, form, select, textarea, input, button {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #303030;
    line-height: 1.6;
}

html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #303030;
}

div {
    box-sizing: border-box !important;
}

span {
    font-weight: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    background: transparent!important;
}

th, td {
    padding: 0;
    border: none;
    background: transparent!important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

a {
    background: transparent;
    text-decoration: underline;
}

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

input {
    border: 1px solid #303030;
    padding: 3px;
    margin-bottom: 10px;
    font-size: 14px!important;
    width: 100%;
}

img, iframe {
    border: none !important;
}

a.top-line {
    font-size: 14px !important;
    text-decoration: none !important;
    color: #b0b0b0 !important;
    word-wrap: normal;
    white-space: nowrap;
}

a.bottom-line {
    font-size: 14px !important;
    text-decoration: none !important;
    color: #303030!important;
    word-wrap: normal;
        white-space: nowrap;
}

a.menu {
    font-size: 16px !important;
    text-decoration: none !important;
    padding-left: 20px;
}

h1 {
    color: #303030 !important;
    font-weight: 700 !important;
    padding-bottom: 15px !important;
    line-height: 1.15;
}

.center {
    text-align: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.justify {
    text-align: justify !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.left {
    text-align: left !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.right {
    text-align: right !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.bold {
    text-align: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: 700 !important;
}

.slider-box {
    position: relative;
}

.slider {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

.slider img {
    width: 100%;
}

.slider-arrow {
    top: 40%;
    position: absolute;
    font-size: 30px;
    color: #808080!important;
}

div.button-form {
    display: inline-block;
}

div.button-form a {
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    border: 1px solid #303030;
    font-style: normal !important;
    background: #ffffff;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #303030 !important;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

div.button-form a:hover {
    background: #303030;
    color: #ffffff!important;
}

div.message-all {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1004;
    display: none;
}

div.message-dialog {
    position: absolute;
    width: 90%;
    max-width: 350px;
    background-color: #ffffff;
    z-index: 1005;
}

div.message-dialog-text {
    width: 90% !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.29 !important;
    letter-spacing: -0.4px !important;
    text-align: left !important;
    padding: 15px 10px 25px 10px !important;
    margin: 0 auto;
    color: #202020 !important;
}

div.message-close {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    right: 5px;
    top: 5px;
}

div.opacity-ground {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #202020;
    opacity: 0.9;
    z-index: 1003;
}


@media (min-width: 767px) {
    h1 {
        font-size: 50px !important;
    }

    div.visible-desk {
        display: block;
        visibility: visible;
    }

    div.visible-mobile {
        display: none;
        visibility: hidden;
    }
}


@media (max-width: 766px) {
    h1 {
        font-size: 45px !important;
    }

    div.visible-desk {
        display: none;
        visibility: hidden;
    }

    div.visible-mobile {
        display: block;
        visibility: visible;
    }
}
