.header_info {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 25px;
}

.header_info a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
    transition: 0.5s;
}

.header_info a:HOVER {
    color: #000;
    text-decoration: none;
    background-color: #ddd;
}

.footer_menu a {
    display: block;
    color: #999;
    text-decoration: none;
    transition: 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu a:HOVER {
    color: #ff0;
    text-decoration: none;
}

.footer_menu ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Roboto-Regular;
    font-size: 18px;
}

.footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_container_l {
    text-align: center;
}

.footer_container_r {
    float: right;
}
.slider_box_text {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: OpenSans-light;
  font-size: 1.9vw;
  padding: 15px;
  text-shadow: 0px 0px 15px #000;
}
.slider_box_text h1 {
  margin: 0;
  padding: 0;
  font-size: 2.3vw;
}
.contact_box_glob h3 {
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.contact_box_glob_formbox {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.contact_box_glob {
    background-image: url('../images/background3.jpg');
    padding-top: 30px;
    background-size: 100%;
    color: #fff;
}

.contact_box_glob_container {
    float: left;
    width: 40%;
    padding: 10px;
}

.contact_box_glob_container_item input, select, textarea {
    width: 90%;
    border: 1px solid #b1b1b1;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 19px;
    margin-top: 8px;
    border-radius: 4px;
}

.contact_box_glob_container_item img {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

.contact_box_glob_container_item textarea {
    width: 97%;
    min-height: 90px;
    font-family: sans-serif;
}

.contact_box_glob_container_item input[name="cp"] {
    width: 40px;
    margin: 0;
    position: relative;
    top: -16px;
}

.contact_box_glob_container_submit {
    font-size: 19px;
    width: 20% !important;
}

.contact_box_glob_formbox {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #000;
}

.contact_box {
    padding: 30px;
    float: left;
    width: 70%;
}

.contact_box textarea {
    min-height: 190px;
}

.contact_box_logo {
    padding: 10px;
    float: right;
    margin: 0;
    width: 17%;
    text-align: center;
    padding-top: 30px;
}

.contact_box_logo img {
    padding: 30px;
}

.contact_box_tel {
    font-size: 30px;
}

.contact_box_logo a {
    text-decoration: none;
    color: #888;
    font-size: 20px;
}

.home_main_a {
        padding-top: 10px;
        background-color: #000;
        background-image: url('../images/content_image_01.jpg');
        height: 93px;
        background-position: top center;
        background-repeat: no-repeat;
        text-align: center;
        color: #fff;
        font-family: OpenSans-Light;
        font-size: 26px;
}
.home_big_title {
  text-align: center;
  color: #fff;
  padding: 10px;
}
.home_big_title h2 {
  font-size: 35px;
  font-weight: normal;
  font-family: OpenSans-light;
  margin: 0;
  padding: 0;
}
.home_big_title h1 {
  font-size: 39px;
  font-weight: normal;
  font-family: OpenSans-light;
  margin: 0;
  padding: 0;
}
.aboutme_page {
  float: right;
}
.aboutme_box {
  background-image: url('../images/content_slider_03.jpg');
  background-position: top center;
  background-size: cover;
  font-family:Roboto-Regular;
}