@import url('https://fonts.googleapis.com/css?family=Lato:900,400,300');
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Lato', helvetica, arial, sans-serif;
    font-weight: 300;
}
html, body {
    width: 100%;height: 100%;
    left: 0;
}
.wrapper {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 0 20px;
}
.wrapper::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}
h1,h2{text-transform: uppercase; font-weight: 900}
section h1, section h2, section h3, section p{ padding: 0 0 1em; line-height: 1.3em}
section p{ line-height: 1.5em;}
a{ color: #00aced}
.hide{display: none;}
strong{font-weight: 900}
/************************************************************************************************************************ header */
header *{
    position: relative;
}
header{
    background: #000 url(../img/bg_top.jpg) top center;
    background-size: cover;
    color: #FFF;
    padding: 1.5em 0;
    font-size: 3em;
    text-align: center;
}
header .logo{
    background: #eee;
    color: #eee;
    margin: 0.2em 0;
    width: 2.5em; height: 2.5em;
    border-radius: 100%;
}
header h1{
    font-size: 1em;
    letter-spacing: 0.03em;
    color: #eee;
}
header a{
    color: #FFF;
    text-decoration: none;
    font-weight: 900;
}
header h2{
    text-transform: uppercase;
    font-size: 0.50em;
    color: #eee;
}
header h2 span{
    font-weight: 300;
}
header h2 i{
    color: #dedd00;
    font-style: normal;
    font-weight: 900;
}
/************************************************************************************************************************ section01 */
.section_01 *{
    position: relative;
}
.section_01{
    padding: 3em 0;
    font-size: 1.2em;
    color: #444;
}
.img_1{
    width: 140px; height: 140px;
    border-radius:100%;
}
.timeline, .right{
    display: table-cell;
    vertical-align: top;
}
.timeline{
    background: url(../img/bg_time.png) center repeat-y;
}
.timeline::after{
    content: "";
    display: block;
    height: 20px; width: 100%;
    position: absolute; bottom: 0;
    background: url(../img/bg_time_end.png) center bottom no-repeat;
}
.right{
    padding: 0 0 0 20px;
}
.socials a{
    display: inline-block;
    border:none;
    text-decoration: none;
    padding: 15px;
    margin: 0 5px 0 0;
    border-radius: 100%;
    background: #444;
    width: 50px; height: 50px;
}
.socials a img{
    width: 20px; height: 20px;
}
/************************************************************************************************************************ timelinecontent */
.timelinecontent{
    padding: 3em 0 2em;
}
.timelinecontent div{
    position: relative; top: 0px; left: -60px;
    margin-bottom: 3px;
}
.timelinecontent strong{
    display: block;
    position: absolute; top: 40px; left: -100px;
    color: #c8c8c8;
    font-weight: 400;
    width: 80px;
    text-align: right;
    padding-right: 25px;
    font-size: 16px;
}
.timelinecontent strong::after{
    content: "";
    display: block;
    position: absolute; top: 0; right: 0px;
    width: 20px; height: 20px;
    background-color: #c8c8c8;
    border-radius: 100%;
}
.timelinecontent img{
    width: 100px; height: 100px;
    border-radius: 3px;
}
.timelinecontent p{
     display: inline-block;
     width: auto; height: 100px;
    max-width: calc(100% - 120px);
     border-radius: 3px;
     padding: 14px;
     background: #f9f9f9;
     vertical-align: top;
     text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2em;
    overflow: hidden;
 }
.timelinecontent small{
    font-weight: 200;
    font-size: 1em;
    display: block;
    height: 2.2em; overflow: hidden;
}
@media screen and (max-width: 950px) {
    .timelinecontent small{
        height: 1em;
    }
}
@media screen and (max-width: 700px) {
    .timeline{
        display: none;
    }
    .right{
        padding: 0;
    }
    .timelinecontent div{
        position: relative; top: 0px; left: 0px;
        font-size: 0.8em;
    }
    .timelinecontent strong::after{
        display: none;
    }
    .timelinecontent small{
        height: 1em;
    }
}
/************************************************************************************************************************ section_02 */
.section_02{
    background: #eee;
    padding: 20px 0;
}
.section_02 a.item{
    display: block;
    opacity: 0.25;
}
.section_02 a.item:hover{
    opacity: 1;
}
.section_02 a.item img{
     width: 200px!important;
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -webkit-filter: grayscale(1);
 }
.section_02 a.item img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}
/************************************************************************************************************************ section_03 */
.section_03{
    background: #444;
    padding: 50px 0 70px;
}
.section_03 .wrapper{
    padding: 20px 20px 0;
}
.section_03 .wrapper img{
    height: 200px;
}
/************************************************************************************************************************ section_04 */
.section_04{
    background: #222;
    padding: 5em 0;
}
.section_04 .wrapper{
    padding: 0 20px;
    text-align: center;
    color: #fff;
}
.section_04 .wrapper h1{
    font-size: 3em;
}
.section_04 .wrapper .btn{
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    background: transparent;
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border:2px solid #fff;
    padding: 0.3em 2em;
    line-height: normal;
}
.section_04 .wrapper input.btn{ padding: 0em 2em;}
.section_04 .wrapper .btn:hover{
    color: #000;
    background: #fff;
    border:2px solid #fff;
}
@media screen and (max-width: 940px) {
    .section_04{
        font-size: 1.5vw;
    }
}
/************************************************************************************************************************ section_04 */
.section_05{
    background: #000;
    padding: 3em 0;
}
.section_05 .wrapper{
    padding: 0 20px;
    text-align: center;
    font-weight: 900;
    color: #666;
    text-transform: uppercase;
}
.section_05 .wrapper a{
    color: #666666;
    font-weight: 900;
    text-decoration: none;
    padding: 0 0.4em;
}
.section_05 .wrapper a:hover{
    color: #999999;
}
/************************************************************************************************************************ form */


.form, #thx{ display: none;}
.column {
    width: 50%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding:1em 1em 0 1em;
    float: left;
}
.column h2{
    text-align: left;
    padding: 1em 0;
}
label {
    display: block;
    width:100%;
    margin-top:20px;
}

select,
input,
textarea{
    -webkit-appearance: none;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #666;
    border: 1px solid #fff;
    border-radius: 0px;
    height: 1.8em;

    padding: 0 0.2em;
}
textarea {
    height: 10.5em;
}
form a{
    position: relative;
    display: block;
    margin: 20px 0;
    border-radius: 0.3em;
    background: #FFF;
    text-align: center;
}
form a::after{
    content: "";
    display: block;
    position: absolute; top: -12px; left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
}

.checkboxlabel input[type='checkbox']{
    -webkit-appearance: inherit;
    width: 1.8em; height: 1.8em;
    margin: 0 0.2em 0 0;
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxlabel input[type='checkbox']:checked{
    background: #FFF url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"><path fill="#4a4949" d="M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z"></path></svg>') center no-repeat;
}
.checkboxlabel{
    margin: 0;
    display: block;
    padding: 0.5em 0 0;
    width: auto;
    font-size: 1em;
}
.has-error .form-control, .has-error .control-label, .help-block {
    border-color: #a94442;
    color: #a94442;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}














@media screen and (max-width: 500px) {
    body{
        font-size: 14px;
    }
    header{
        padding: 1em 0;
        font-size: 2em;
    }
    .column {
        width: 100%;

    }
}