/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Fonts  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

@font-face {
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff2') format('woff2'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
    font-family: 'OpenSans Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
    font-family: 'OpenSans Light';
    font-weight: normal;
    font-style: normal;
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-light-webfont.woff2') format('woff2'), url('../font/opensans-light-webfont.woff') format('woff'), url('../font/opensans-light-webfont.ttf') format('truetype'), url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
}
@font-face {
    font-family: 'OpenSans Light Italic';
    font-weight: normal;
    font-style: normal;
    src: url('../font/opensans-lightitalic-webfont.eot');
    src: url('../font/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-lightitalic-webfont.woff2') format('woff2'), url('../font/opensans-lightitalic-webfont.woff') format('woff'), url('../font/opensans-lightitalic-webfont.ttf') format('truetype'), url('../font/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  DOM  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

body {
    margin: 0 0 0 0;
    padding: 64px 0 0 0;
    text-align: left;
    font-family: 'OpenSans', Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #828282;
    background: #484848 url(../img/re_body.jpg);
}
table {
    font-family: 'OpenSans', Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #828282;
}
div,
form {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
    margin: 0 0 17px 0;
    text-align: left;
}
a {
    text-decoration: none;
    color: #ff2824;
    outline: none;
}
input,
textarea {
    outline: none;
}
h1 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-family: 'OpenSans', Verdana, Geneva, sans-serif;
    font-size: 33px;
    font-weight: normal;
    color: #2a2a2a;
}
h2 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-family: 'OpenSans Light', Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #616161;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Util  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

.clear {
    clear: both;
}
.pad_s {
    padding: 10px;
}
.pad_m {
    padding: 20px;
}
.pad_l {
    padding: 30px;
}
.col2 {
    float: left;
    width: 50%;
}
.col3 {
    float: left;
    width: 33.3%;
}
.centered {
    text-align: center;
}
.align_l {
    text-align: left;
}
.align_r {
    text-align: right;
}
.pull_l {
    float: left;
}
.pull_r {
    float: right;
}
.height_s {
    height: 10px;
}
.height_m {
    height: 20px;
}
.height_l {
    height: 30px;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Content  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

#topbar {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 64px;
    background-color: #1f1f1f;
}
#topbar_int {
    clear: both;
    width: 1000px;
    height: 64px;
    margin: 0 auto;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

#topbar_int h1 {
    display: block;
    float: left;
    width: 96px;
    height: 64px;
    margin: 0 0 0 15px;
}
#topbar_int h1 a {
    display: block;
    overflow: hidden;
    width: 96px;
    height: 64px;
    text-indent: -9999px;
    background-image: url(../img/logo.png);
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

#topbar_int ul {
    float: right;
    margin: 20px 0 0 254px;
    padding: 0;
    list-style-type: none;
}
#topbar_int ul li {
    display: inline-block;
    margin: 0 51px 0 0;
    padding: 0;
}
#topbar_int ul li a {
    text-decoration: none;
    font-family: 'OpenSans Light', Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-size: 18px;
    color: #a0a0a0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
#topbar_int ul li a:hover {
    color: #fff;
}
#topbar_int ul li a.active {
    color: #fff;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

#content {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    background-color: #f2f2f2;
    background-image: url(../img/bk_welcome.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
#top {
    position: relative;
    clear: both;
    height: 484px;
}
#banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    padding: 12px 19px 0 10px;
    text-align: right;
    font-size: 11px;
    color: #555;
    background: rgba(255, 255, 255, .38);
}
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
#welcome {
    clear: both;
    padding: 40px 0 90px 0;
    border-bottom: 1px solid #b7b7b7;
}
#welcome_l_col {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 305px;
    margin: 0 97px 0 97px;
    padding: 30px 25px 44px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #353535;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
       -moz-box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
            box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
}
#welcome_l_col h2 {
    margin: 0 0 24px 0;
}
#welcome_l_col p {
    margin: 0 0 15px 0;
}
#welcome_l_col a {
    color: #353535;
    border-bottom: 1px solid #555;
}
#welcome_r_col {
    float: left;
    width: 416px;
}
#welcome_r_col h1 {
    margin: 0 0 24px 0;
}
#welcome_r_col a {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all .11s ease;
       -moz-transition: all .11s ease;
        -ms-transition: all .11s ease;
         -o-transition: all .11s ease;
            transition: all .11s ease;
}
#welcome_r_col a:hover {
    border-bottom: 1px solid #ff2824;
}
.simple_list {
    margin: 0;
    padding: 1px 0;
    list-style: none;
}
.simple_list li {
    margin: 0;
    padding: 2px 0 3px;
}
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
#trailers {
    position: relative;
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 97px 60px 97px;
    border-bottom: 1px solid #b7b7b7;
}
#trailers h1 {
    text-align: right;
}
.label {
    position: absolute;
    display: inline-block;
    padding: 2px 10px;
    font-size: 11px;
    color: #141414;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #c0c0c0;
}
.label_01 {
    top: 401px;
    left: 148px;
}
.label_02 {
    top: 611px;
    left: 515px;
}
.label_03 {
    top: 973px;
    left: 159px;
}
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
#certificate {
    position: relative;
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 0 100px 0;
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
}
#certificate h1 {
    margin: 0 0 60px 0;
    text-align: center;
}
#certificate img {
    margin: 0 auto;
    -webkit-box-shadow: 0 22px 18px -2px rgba(0, 0, 0, .44);
       -moz-box-shadow: 0 22px 18px -2px rgba(0, 0, 0, .44);
            box-shadow: 0 22px 18px -2px rgba(0, 0, 0, .44);
}
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
#contact {
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 97px 530px 97px;
    border-bottom: 1px solid #b7b7b7;
}
#contact h1 {
    margin: 0 0 46px 0;
    text-align: left;
}
#contact input[type='text'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 399px;
    margin: 0 0 5px 0;
    padding: 10px 12px;
    font-family: 'OpenSans Light Italic', Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #f0f0f0;
    border: none;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #353535;
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
       -moz-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
            box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);

         -o-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
}
#contact textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 802px;
    height: 300px;
    margin: 22px 0 8px 0;
    padding: 10px 12px;
    font-family: 'OpenSans Light Italic', Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #f0f0f0;
    border: none;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #353535;
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
       -moz-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
            box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);

         -o-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, .34);
}
#contact input[type='submit'],
#contact input[type='button'] {
    float: right;
    margin: 20px 4px 8px 0;
    padding: 12px 13px;
    font-family: 'OpenSans Bold', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #ff2e2a;
    border: none;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .12);
       -moz-box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .12);
            box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .12);

         -o-box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .12);
}
#sending {
    display: none;
    float: left;
    width: 200px;
    margin: 26px 0 0 0;
}
#sending img {
    margin-right: 4px;
    margin-bottom: -5px;
}
#success {
    display: none;
    clear: both;
    margin: 14px 0;
    padding: 10px 13px;
    font-family: 'OpenSans Bold', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #2aad5c;
}
#error {
    display: none;
    clear: both;
    margin: 14px 0;
    padding: 10px 13px;
    font-family: 'OpenSans Bold', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #f23835;
}
#msg {
    display: none;
    clear: both;
    margin: 14px 0;
    padding: 10px 13px;
    font-family: 'OpenSans Bold', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #999;
}
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Rounded Corners  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

.rounded_corner {
    -moz-border-radius-bottomright: 22px;
    border-bottom-right-radius: 22px;
    -moz-border-radius-bottomleft: 22px;
    border-bottom-left-radius: 22px;
}
.rounded_corners {
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}
.box_shaddow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
}
.text_shaddow {
    text-shadow: 1px 1px 2px #999;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Transitions  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

.transitions {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

/* ———————————————————————————————————————————————————————————————————————————————————————————————— */
/*                                                                                                  */
/*  Box Size  */
/*                                                                                                  */
/* ———————————————————————————————————————————————————————————————————————————————————————————————— */

.box-size {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
