* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
html {
    height: 100%;
    font-size: 18px;
    line-height: 1.55;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Roboto', Arial, sans-serif;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
td {
    vertical-align: top;
}
p {
    padding-bottom: 20px;
}

.header {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 15px;
    background-color: #f5e60e;
}
.headerDivImg {
    float:left;
    padding-left: 50px;
    width: 20%;
    max-width: 176px;
}
.headerImg {
    display: block;
    width: 100%;
    height: auto;
}
.text_quote {
    font-size: 0.8rem;
    color: #772d17;
    line-height: 1.3;
    display: inline-block;
}
.text_header1 {
    font-size: 52px;
}
.text_header2 {
    font-size: 74px;
}

div.navbarSpace {
    height: 120px;
}
.navbar {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999;
}
.navbar-fixed-top {
    position: fixed;
    top: 0;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.navbar-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menuContainer {
    background-color: rgba(13,28,247,1);
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    width: 100%;
}
.menuLeft {
    float: left;
    font-size: 1rem;
    padding: 4px 10px 0 10px;
}
.menuLeft_tel {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}
ul.menu {
    list-style: none outside none;
    cursor: pointer;
}
ul.menu a, ul.menu a:hover, ul.menu a:active {
    color: white;
}
ul.menu li:hover {
    background-color: rgb(8, 18, 158);
}
ul.menu a, ul.menu li {
    line-height: 60px;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px 0 10px;
    border: medium none;
    outline: medium none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.active {
    text-decoration: underline;
}

ul.menu2 {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul.menu2 a, ul.menu2 a:hover, ul.menu2 a:active {
    color: #ff8562;
}
ul.menu2 a, ul.menu2 li {
    line-height: 100px;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px 0 10px;
    outline: medium none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
li.rb2 {
    border-left: thin solid #8F86F5;
    border-right: thin solid #8F86F5;
}
ul.menu2 li:hover {
    background-color: #FAFAFA;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.beforeAnimated {
    opacity: 0;
}

div.content {
    max-width: 100%;
    color: #333333;
    text-align: center;
    display: block;
    padding-bottom: 60px;
}
div.wdth0 {
    width: 42%;
    max-width: 400px;
    display: inline-block;
}
div.wdth1 {
    width: 80%;
    max-width: 700px;
    padding: 20px;
    display: inline-block;
}
div.wdth {
    width: 80%;
    max-width: 820px;
    padding: 20px;
    display: inline-block;
}
div.wdth2 {
    width: 98%;
    max-width: 900px;
    padding-top: 20px;
    display: inline-block;
}
.list {
    display: block;
}
.listElement {
    display: inline-block;
}

.space {
    height: 60px;
}
.left {
    text-align: left;
}
.dright  {
    display: flex;
    justify-content: flex-end
}

.boxShadow {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
}
.boxRadius {
    border-radius: 10px;
}

.boxPadding {
    padding: 20px;
}
.spaceBetween {
    padding: 20px;
}

.fontBig0 {
    font-size: 1.33rem;
}
.fontBig {
    font-size: 1.56rem;
    line-height: 1.35;
}
.fontBig2 {
    font-size: 2rem;
}
.fontNormal {
    font-size: 1rem;
}
.fontSmall {
    font-size: 0.78rem;
}

.text_red {
    color:#fa2609;
}
.text_blue {
    color: #1f0cf2;
}
.text_alpha {
    opacity: 0.7;
}
.bg_white {
    background: #fff;
}
.bg_yellow {
    background: #ffff00;
}
.bg_gray {
    background: #f2f2f2;
}

.addPadding {
    padding: 10px;
}
.big_list {
    padding-left: 5%;
    vertical-align: middle;
}
div.comment {
    width: 90%;
    max-width: 500px;
    padding: 20px;
    display: block;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    font-size: 0.78rem;
}
div.news {
    padding: 20px;
    display: block;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    font-size: 0.78rem;
}
div.about {
    width: 300px;
    background-color: #f2f2f2;
    padding: 10px;
}

div.footer {
    padding: 10px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
div.footer a, div.footer a:hover, div.footer a:active {
    color: white;
}
div.footer a:hover {
    text-decoration: underline;
}

div.table {
    width: 100%;
    max-width: 970px;
    justify-content: space-between;
    flex-direction: row;
    display: inline-block;
}
div.table_content {
    display: inline-table;
    max-width: 296px;
    background-color: #f2f2f2;
    padding: 10px;
    margin: 2px;
}
div.table_content2 {
    display: inline-table;
    max-width: 458px;
    background-color: #f2f2f2;
    padding: 10px;
    margin: 2px;
}
div.table_content3 {
    display: inline-table;
    max-width: 946px;
    background-color: #f2f2f2;
    padding: 10px;
    margin: 2px;
}

div.table2 {
    width: 100%;
    max-width: 970px;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}
div.table_content4 {
    display: inline-table;
    max-width: 196px;
    padding: 10px;
    margin: 2px;
}
div.table_content5 {
    display: inline-table;
    max-width: 646px;
    padding: 10px;
    margin: 2px;
}


.bg1 {
    background: url(../img/bg1a.jpg) top center no-repeat #eee;
}
.bg2 {
    background: url(../img/bg2a.jpg) top center no-repeat #eee;
}
.bg3 {
    background: url(../img/bg3a.jpg) top center no-repeat #eee;
}
.bg4 {
    background: url(../img/bg4a.jpg) top center no-repeat #eee;
}
.bg5 {
    background: url(../img/bg5a.jpg) top center no-repeat #eee;
}
.bg6 {
    background: url(../img/bg6a.gif) top center repeat #eee;
}
.bg7 {
    background: url(../img/bg7a.png) top center no-repeat #eee;
}
.bg8 {
    background: url(../img/snowfall-201496_1920.jpg) top center no-repeat #eee;
}


@media screen and (max-width: 1140px) {
    .text_quote {
        display: none;
    }
    .headerDivImg {
        padding-left: 4%;
    }
    .header {
        padding-top: 5%;
    }
    .text_header1 {
        font-size: 5vw;
    }
    .text_header2 {
        font-size: 6.7vw;
    }
    .menuLeft {
        display: none;
    }
    ul.menu a, ul.menu li {
        line-height: 200%;
    }
    ul.menu2 a, ul.menu2 li {
        line-height: 200%;
    }
    .spaceBetween {
        padding: 0px;
    }
}
@media screen and (max-width: 500px) {
    .headerDivImg {
        padding-left: 2px;
    }
    .menuContainer {
        font-size: 4.5vw;
    }
    html {
        font-size: 4.2vw;
    }
    .fontBig {
        font-size: 1.2rem;
    }
    div.wdth0 {
        width: 80%;
    }
}
