/* ============================================================ */
/*  RESET                                                       */
/* ============================================================ */

    *, img, span, p, div, a, h1, h2, h2, h4, h5, h7 {margin:0;padding:0;}
    body, html {	word-break:break-word;}
    a:focus, input { outline: none; }
    img, a img, iframe, input {  margin: 0; padding: 0; border: none; }
    a, a:link, a:visited, a:hover, a:active {}

    ul, ol, dl, li, dt, dd { margin: 0; padding: 0; list-style: none; }

    form, fieldset { margin: 0; padding: 0; }

    fieldset { border: 1px solid #000; }

    input, textarea, select { margin: 0; padding: 0; font-size: 100%; font-family: inherit; }

    select { padding: 0; }

    @font-face {
        font-family: 'MisoRegular';
        src: url('../font/miso-regular-webfont.eot');
        src: url('../font/miso-regular-webfont.woff') format('woff'),
        url('../font/miso-regular-webfont.ttf') format('truetype'),
        font-weight: normal;
        font-style: normal;
    }
    a{

        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    a:hover{
        text-decoration: none;
    }
    .clear-both{
        clear:both;
    }



/* ============================================================ */
/*  INTRO                                                       */
/* ============================================================ */

#start { height: 370px; }

#intro {
    width: 100%;
    height: 270px;
    background: #2a2f31;
    position: relative;
}

#intro #introCnt {
    width: 950px;
    height: 270px;
    z-index: 10;
}

#intro h1 {
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    left: 215px;
}

#intro h1#name {
    color: white;
    font-size: 20px;
    line-height: 22px;
    top: 130px;
}

#intro h1#ticker {
    color: #6d7a80;
    font-size: 11px;
    line-height: 16px;
    top: 155px;
}
#intro h1 a{
    font-family: Arial, san-serif;
    color: #ffffff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#intro h1 a:hover{
    color: #C90B0B;
    text-decoration: none;
}
#intro h1 strong{
    font-family: Arial, san-serif;
    font-size: 12px;
    font-weight: normal;
}


h1 #first {
display: block;
}
#ban {
    position: absolute;
    left: 40px;
    top: 0;
    height: 140px;
    width: 60px;
    border-top: 3px solid #C90B0B;
}
#ban img {
    margin-top: 130px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
}

/* ============================================================ */
/*  HEADER                                                      */
/* ============================================================ */

#header {
    width: 100%;
    height: 69px;
    font-family: Arial, san-serif;
    font-size: 12px;
    text-transform: uppercase;
    background: #25292b;
    background: rgba(20,20,20,0.2);
    border: 0;
    border-top: 3px solid #2a2f31;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header a{
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
#header a:hover{
    color: #C90B0B;
    text-decoration: none;
}
#headNav li>a{
    padding-top: 18px;
    padding-bottom: 18px;
}
#header ul#navLeft {
    margin-left: 55px;
    float: left;
}
#header ul#navLeft li.menu {
    margin-right: 114px;
}
#header ul#navRight {
margin-right: 40px;
float: right;
}

#header.affix{
    position: fixed;
    top: 0;
    background-color: #373e41;
    border-color: #C90B0B;
    border-top-width: 3px;
    z-index: 999;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
/* ============================================================ */
/*  WRAPPER                                                     */
/* ============================================================ */
#wrapper {
    margin: 0 40px;
    width: auto;
    position: relative;
}

.section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.teaser {
    padding-top: 80px;
    width: auto;
    height: auto;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #373e41;
    border-bottom: 1px solid #373e41;
}

.teaser .tIco {
    width: 60px;
    height: 60px;
    background: url("../img/images.png") no-repeat #6d7a80;
    display: block;
    position: absolute;
    top: 86px;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.teaser h1 {
    margin-left: 170px;
    width: 100%;
    font-size: 25px;
    line-height: 36px;
    padding-right:20px;
}



.content {
    margin-top: 10px;
    width: auto;
    overflow: hidden;
}
.textcontent {
    margin-left: 170px;
    margin-bottom: 50px;
}
.text:hover .tIco {
background-position: 0px -60px;
background-color: #C90B0B;
}

.text p {
    margin: 7px 0px;
    line-height: 20px;
}
.readmore {
    margin-left: 5px !important;
    margin-top: 15px !important;
}
.section h1 {
    float: none;
    margin-bottom: 10px;
}
.section h2 {
    font-size: 12px;
    color: #6D7A80;
    margin-bottom: 10px;
    line-height: 18px;
}
.text blockquote {
    margin: 0 0 0 15px;
    border-left: 2px solid #aaa;
    padding: 0 0 0 30px;
    word-break: break-all;
}
.text blockquote p {
    margin: 7px 0px;
    line-height: 20px;
    font-size: 13px;
}
.readmore a {
    text-decoration: underline;
    color: white;
}
.readmore a:hover{
    color: #C90B0B;
}

.syntaxhighlighter{
    overflow-y: hidden !important;
}
/* ============================================================ */
/*  PAGER                                                       */
/* ============================================================ */

#profil.blog-pager {
    margin: 30px;
}
#profil.blog-pager .pager-content {
    width: 320px;
    margin: 0 auto;
}
#profil #process ul {
margin-bottom: 10px;
/*width: 790px;*/
width: 100%;
height: 140px;
overflow: hidden;
}
#profil #process ul li {
width: 140px;
margin-right: 10px;
text-align: center;
float: left;
}
#profil #process ul li.step4>a {
    background-position: -420px -200px;
}
#profil #process ul li.step1>a {
    background-position: 0 -200px;
}
#profil #process ul li h1 {
    margin-top: 70px;
    width: 140px;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    *display: none;

    font-weight: 400;
    position: absolute;
}
#profil #process ul li h1 a{
    text-decoration: none;
    color: #fff;
}
#profil #process ul li>a {
    width: 140px;
    height: 100px;
    text-align: center;
    background: url("../img/images.png") no-repeat #373e41;
    display: block;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    z-index: 5;
}
#profil #process ul li.step1:hover a.hover { background-position: 0 -300px; }
#profil #process ul li.step4:hover a.hover { background-position: -420px -300px; }

#profil #process ul li:hover a.hover { background-color: #6d7a80; }

#profil #process ul li:hover h1 { margin-top: 110px; background-color: #373e41; }
#profil #process ul li h1 a{*display:none}
#profil .pager-content,{
width: auto;
overflow: hidden;
}
/* ============================================================ */
/*  FOOTER                                                      */
/* ============================================================ */
#reference{
    background-color:#353B3F;
    border-top: 2px solid #C90B0B;
    padding: 20px 75px;
    /* fix width */
    margin-right:0 !important;
}
#reference h1{
    color: #6d7a80;
    font-size: 14px;
    font-weight: 700;
}
#reference ul{
    width: 500px;
    margin-top: 10px;
}
#reference li{
    width: 100px;
    float: left;
}
#reference ul li a{
    color: #6d7a80;
    font-size: 12px;
}
#reference ul li a:hover{
    color: #ffffff;
}





#footer {
    margin-bottom: -50px;
}
#footer {
    /*margin-top: 30px;*/
    width: 100%;
    height: auto;
    color: #6d7a80;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 60px;
    text-transform: uppercase;
    background: #373e41;
    overflow: hidden;
    position: relative;
}
#footer ul {
    margin-left: 50px;
    overflow: hidden;
}
#footer ul li.copy {
    width: 500px;
}
#footer ul li {
    margin-right: 10px;
    float: left;
}
#footer ul li a{
    color: #6d7a80;
}
#footer ul li a:hover{
    color: #C90B0B;
}

/* ============================================================ */
/*  BODY CONTAINER                                              */
/* ============================================================ */

.body-container{
    border-top: 1px solid #373e41;
    border-bottom: 1px solid #373e41;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/* ============================================================ */
/*  ABOUT                                                       */
/* ============================================================ */

.resume .syntaxhighlighter{
    font-size: 25px !important;
}

/* ============================================================ */
/*  ARCHIVE                                                     */
/* ============================================================ */

.arch-sidebar{
    width: 100px;
    position: absolute;
    left: 0px;
}
.arch-sidebar>ul>li>a {
    border-right: 2px #6d7a80 solid;
    font-size: 16px;
    padding:3px 15px;
}
.arch-sidebar>ul>li>ul>li>a {
    border-right: 2px #6d7a80 solid;
    padding: 1px 0px 1px 19px;
}
.arch-sidebar>ul a{
    color: #ffffff;
}
.arch-sidebar>ul a:hover{
    color: #C90B0B;
    border-right-color: #C90B0B;
}
.arch-sidebar .active>a{
    color:#C90B0B;
}
.arch-sidebar.affix{
    position: fixed;
    top:90px;
    left:40px;
}

.arch-content{
    margin-left: 140px;
}
.arch-content .archive-month>h1{
    font-size: 23px;
}
.archive-month > ul >li{
    margin: 10px 5px;
    float: left;
    position: relative;
}
.arch-block{
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    background-color: #25292B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px;

    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.archive-month > ul >li:hover .arch-block{
    background-color: #282b2d;
}
.archive-month > ul >li:hover .arch-block >a{
    color: #e4e4e4;
}
.arch-block >a{
    color: #b4b4b4;
}
.arch-block >a:hover{
    text-decoration: underline;
    color: #C90B0B !important;
}
/*.arch-block>.time-line{
    display: none;
}*/
.archive-month > ul >li >.arch-time{
    width: 100px;
    padding:5px 10px;
    margin:0 25px;
    text-align: center;
    font-size:11px;
    position: absolute;

    display: none;

    background-color: #373e41;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.archive-month > ul >li:hover >.arch-time{
    display: inherit;
    bottom: 10px;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
.archive-month > ul >li>a{
    vertical-align: middle;
}
.archive-month > ul{
    border-top: 1px #373e41 solid;
    margin:10px 0;
    padding:10px;
}
.archive-month > span{
    font-size: 12px;
    color: #b4b4b4 ;
}

/* ============================================================ */
/*  APPS                                                        */
/* ============================================================ */

.apps{
    padding: 5px 20px;
}
.app-ul>li{
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #25292B;
    margin: 20px 0;
    padding: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.app-ul>li a{
    color: #999999;
}
.app-ul>li a:hover{
    text-decoration: underline;
}
.app-ul>li:hover{
    background-color: #282b2d;
}

/* ============================================================ */
/*  REPLY BOX                                                   */
/* ============================================================ */

.reply-box{
    max-width: 700px;
    border-bottom: 1px solid #373e41 !important;
    margin: 0 auto;
}
.ds-comment-body p{
    color: #ffffff;
}
#ds-reset .ds-avatar img{
    box-shadow: inset 0 -1px 0 #3333sf !important;
}
#ds-reset .ds-avatar{
    box-shadow: none !important;
    background-color: #2a2f31 !important;
}
#ds-reset .ds-replybox a.ds-avatar,
#ds-reset .ds-replybox .ds-avatar img { 
    padding:0;
    border-radius:5px;
}
#ds-reset .ds-avatar img {
    border-radius:50px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-transition:.4s all ease-in-out;
    -moz-transition:.4s all ease-in-out;
    -o-transition:.4s all ease-in-out;
    -ms-transition:.4s all ease-in-out;
    transition:.4s all ease-in-out;
}
.ds-post-self:hover .ds-avatar img {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}

#ds-thread #ds-reset .ds-meta,
#ds-thread #ds-reset .ds-comments{
    border-bottom: 1px solid #373e41 !important;
}
#ds-thread #ds-reset li.ds-post,
#ds-thread #ds-reset .ds-post-self{
    border-top: 1px solid #373e41 !important;
}

.ds-replybox> form{
    box-shadow: none !important;
    border-bottom: none !important;
}
#ds-thread #ds-reset .ds-post-toolbar{
    box-shadow: none !important;
}

#ds-thread #ds-reset li.ds-tab a{
    border: none !important;
    text-shadow: none !important;
    background-color: inherit !important;
}
#ds-thread #ds-reset li.ds-tab a:hover,
{
    background-color: inherit !important;
    color: #999999 !important;
}
#ds-thread #ds-reset .ds-sort a:hover{
    color: #AAAAAA !important;
}

#ds-thread #ds-reset a.ds-like-thread-button{
    border: none !important;
    text-shadow: none !important;
    background: none !important;
    box-shadow: none !important;
}
#ds-reset a.ds-highlight,
#ds-reset span.ds-highlight,
#ds-thread #ds-reset .ds-sort a.ds-current,
#ds-thread #ds-reset .ds-sort a:active,
#ds-reset #ds-comment-header a,
#ds-reset .ds-card-meta a,
#ds-thread #ds-reset #ds-bubble a{
    color: #C90B0B !important;
}
#ds-thread #ds-reset .ds-comment-actions a,
#ds-thread #ds-reset a.ds-like-thread-button span,
#ds-thread #ds-reset span.ds-like-panel,
#ds-thread #ds-reset .ds-login-buttons p,
#ds-thread #ds-reset .ds-login-buttons a.ds-more-services{
    color: #999999 !important;
}
#ds-thread #ds-reset .ds-comment-actions a:hover,
#ds-thread #ds-reset .ds-toolbar a:hover,
#ds-thread #ds-reset .ds-powered-by a:hover,
#ds-thread #ds-reset .ds-meta a:hover,
#ds-thread #ds-reset .ds-social-links a:hover,
#ds-thread #ds-reset .ds-comments-tabs a:hover{
    color: #AAAAAA !important;
}
#ds-thread #ds-reset a.ds-comment-context:hover{
    color: inherit !important;
}
#ds-reset a.ds-user-name.ds-highlight :hover{
    color: #d32 !important;
}
/* ============================================================ */
/*  ERR BLOCK                                                   */
/* ============================================================ */

.err-message{
    margin: 40px 0;
}


/* ============================================================ */
/*  FIX IMAGE WIDTH                                             */
/* ============================================================ */

.textcontent.rich-content img{
    max-width: 100%;
}