.logbook,
#content .logbook {
    height:0;
    overflow:hidden;
    position:relative;
}
.lb-loader {
    width:100%;
    text-align:center;
    padding:150px 0;
}

.logbook .lb-line .lb-node-desc.lb-node-empty-desc,
#content .logbook .lb-line .lb-node-desc.lb-node-empty-desc,
.logbook .lb-line .lb-node-desc.lb-node-empty-desc > span,
#content .logbook .lb-line .lb-node-desc.lb-node-empty-desc >span {
    display:none !important;
}


/* fixed line holder */
.logbook .lb-line,
#content .logbook .lb-line {
    margin-top:10px;
    margin-bottom:10px;
    /*width:70%;*/
    width: 920px;
}

/* full (including months that are not shown) line holder */
.logbook .lb-line-holder,
#content .logbook .lb-line-holder {
    height:80px;
    background:url('../images/logbook/light/line.jpg') repeat-x 0 39px;
}

.logbook.darkLine .lb-line-holder,
#content .logbook.darkLine .lb-line-holder {
    background:url('../images/logbook/dark/line.jpg') repeat-x 0 39px;
}

/* 2 months are stored in one view */
.logbook .lb-line-view,
#content .logbook .lb-line-view {
    height:20px;
    width: 920px;
}

/* holder for year number */
.logbook h3.lb-line-year,
#content .logbook h3.lb-line-year {
    font-weight:normal;
    font-size:22px;
    margin:0;
    color:#545454;
}

/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.logbook .lb-line-segment,
#content .logbook .lb-line-segment {
    margin-top:35px;
    height:10px;
    border-left:1px solid #545454;
    border-right:1px solid #545454;
    width:458px;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.logbook .lb-line-segment.right,
#content .logbook .lb-line-segment.right {
    left:459px;
    width:459px;
}

/* month caption */
.logbook h4.lb-line-month,
#content .logbook h4.lb-line-month {
    font-weight:normal;
    font-size:20px;
    margin:-30px 0 0;
    color:#545454;
}


/* node on the logbook */

.logbook a.lb-line-node,
#content .logbook a.lb-line-node {
    text-decoration:none;
    padding:38px 0 4px;
    height:10px;
    font-size:12px;
    top:-25px;
    color:#141817;
    box-shadow: none;
    text-decoration: none;
}

/* FLAT line design */

.logbook.flatLine .lb-line-holder,
#content .logbook.flatLine .lb-line-holder {
    padding: 10px 0 0 0;
    height:80px;
    background:url('../images/logbook/light/line.jpg') repeat-x 0 49px;
}

.logbook.flatLine .lb-line-segment,
#content .logbook.flatLine .lb-line-segment {
    border-left:1px solid transparent;
    border-right:1px solid #b7b6b6;
}

.logbook.flatLine .lb-line-segment.right,
#content .logbook.flatLine .lb-line-segment.right {
    border-left:1px solid #b7b6b6;
    border-right:1px solid transparent;
}


.logbook.flatLine a.lb-line-node,
#content .logbook.flatLine a.lb-line-node {
    text-decoration: none;
    padding: 38px 0 4px;
    font-family: Montserrat;
    height: 10px;
    font-size: 12px;
    line-height: 12px;
    top: -25px;
    position: relative;
    color: #b7b6b6;
}

.logbook.flatLine a.lb-line-node:after,
#content .logbook.flatLine a.lb-line-node:after {
    content: "";
    border-radius: 22px;
    height: 10px;
    width: 10px;
    border: none;
    position: absolute;
    top: 23px;
    left: 50%;
    margin: 0 0 0 -7px;
    background:#dd5555;
}
.logbook.flatLine a.lb-line-node.active,
#content .logbook.flatLine a.lb-line-node.active {
    color:#dd5555;
}

.logbook.flatLine a.lb-line-node.active:after,
#content .logbook.flatLine a.lb-line-node.active:after {
    border: 5px solid #dd5555;
    height: 12px;
    width: 12px;
}


.logbook.flatLine .lb-node-desc,
#content .logbook.flatLine .lb-node-desc {
    padding: 0;
    white-space: normal !important;
    top:-50px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 50%;
    color:#fff;
    display: inline-block !important;
    position: relative;
    transition:top 200ms, opacity 500ms;
    -webkit-transition:top 200ms, opacity 500ms;
    -moz-transition:top 200ms, opacity 500ms;
    background: transparent;
}
.logbook.flatLine a.lb-line-node:hover .lb-node-desc,
#content .logbook.flatLine a.lb-line-node:hover .lb-node-desc {
    top:0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.lb-hover .lb-node-desc span {
    white-space: nowrap;
    margin-left: -50%;
    margin-right: 50%;
    margin-top: -16px;
    display: block !important;
    padding:8px;
    border-radius: 3px;
    background: #dd5555;
    position: relative;
}
.lb-hover .lb-node-desc span:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -10px;
    border:5px solid transparent;
    border-top:5px solid #dd5555;
    left:50%;
    margin-left: -5px;
}

.lb-hover .lb-node-desc {
    color:#fff;
    white-space: normal !important;
    top:-50px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 50%;
    color:#fff;
    display: inline-block !important;
    position: relative;
    transition:top 200ms, opacity 500ms;
    -webkit-transition:top 200ms, opacity 500ms;
    -moz-transition:top 200ms, opacity 500ms;
    background: transparent;
}
.logbook.flatLine .lb-node-desc span,
#content .logbook.flatLine .lb-node-desc span {
    white-space: nowrap;
    margin-left: -50%;
    margin-right: 50%;
    margin-top: -16px;
    display: block !important;
    padding:8px;
    border-radius: 3px;
    background: #dd5555;
    position: relative;
}
.logbook.flatLine #lb_line_left,
.logbook.flatLine #lb_line_right,
#content .logbook.flatLine #lb_line_left,
#content .logbook.flatLine #lb_line_right {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor:pointer;
    top:39px;
    width:14px;
    height:21px;
    font-size: 21px;
    color: #b7b6b6;
    position: relative;
    background: transparent;
    font-weight: 900;
}

.logbook.flatLine #lb_line_left:hover,
.logbook.flatLine #lb_line_right:hover,
#content .logbook.flatLine #lb_line_left:hover,
#content .logbook.flatLine #lb_line_right:hover {
    color: #dd5555;
    background: transparent;
}

/* line arrow left */
.logbook.flatLine #lb_line_left,
#content .logbook.flatLine #lb_line_left {
    left:-30px;
}
.logbook.flatLine #lb_line_left:after,
#content .logbook.flatLine #lb_line_left:after {
    content: "\f104";
    position: absolute;
    right: -3px;
    top:0;
}

/* line arrow right */
.logbook.flatLine #lb_line_right,
#content .logbook.flatLine #lb_line_right {
    right:-30px;
}
.logbook.flatLine #lb_line_right:after,
#content .logbook.flatLine #lb_line_right:after {
    content: "\f105";
    position: absolute;
    left: -3px;
    top:0;
}

/* node description */
.logbook .lb-node-desc,
#content .logbook .lb-node-desc {
    background: rgb(26,134,172);
    opacity:0.9;
    filter:alpha(opacity=90);
    top:0;
    color:#fff;
    padding:1px 5px;
}

/* descriptions on right side go from right to left */
.logbook .lb-node-desc.pos_right,
#content .logbook .lb-node-desc.pos_right {
    right:0;
}

/* line arrow left */
.logbook #lb_line_left,
#content .logbook #lb_line_left {
    cursor:pointer;
    left:-30px;
    top:30px;
    width:14px;
    height:19px;
    background:url('../images/logbook/light/arrow.png') no-repeat left top;
}
.logbook.darkLine #lb_line_left,
#content .logbook.darkLine #lb_line_left {
    background:url('../images/logbook/dark/arrow.png') no-repeat left bottom;
}
.logbook #lb_line_left:hover,
#content .logbook #lb_line_left:hover {
    background:url('../images/logbook/light/arrow.png') no-repeat left bottom;
}
.logbook.darkLine #lb_line_left:hover,
#content .logbook.darkLine #lb_line_left:hover {
    background:url('../images/logbook/dark/arrow.png') no-repeat left top;
}

/* line arrow right */
.logbook #lb_line_right,
#content .logbook #lb_line_right {
    cursor:pointer;
    right:-30px;
    top:30px;
    width:14px;
    height:19px;
    background:url('../images/logbook/light/arrow.png') no-repeat right top;
}
.logbook.darkLine #lb_line_right,
#content .logbook.darkLine #lb_line_right {
    background:url('../images/logbook/dark/arrow.png') no-repeat right bottom;
}
.logbook #lb_line_right:hover,
#content .logbook #lb_line_right:hover {
    background:url('../images/logbook/light/arrow.png') no-repeat right bottom;
}
.logbook.darkLine #lb_line_right:hover,
#content .logbook.darkLine #lb_line_right:hover {
    background:url('../images/logbook/dark/arrow.png') no-repeat right top;
}

/* items container */
.logbook .lb-items-wrapper,
#content .logbook .lb-items-wrapper {
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.logbook .lb-items,
#content .logbook .lb-items {
    padding:10px 0;
}

/* single lb-item (margines set from javascript) */
.logbook .lb-item,
#content .logbook .lb-item {
    height:100%;
    text-align:center;
    background:url('../images/logbook/light/background-white.jpg') repeat;
    color:#545454;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    width:200px;
}

.logbook .lb-item .post_date {
    font-family: Montserrat;
    background: #dd5555;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin: -34px 18px 0 0;
    float: right;
    position: relative;
    z-index: 2;
}

.logbook .lb-item .post_date span {
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    margin: 0 !important;
}


.logbook .lb-item.lb-node-hover,
#content .logbook .lb-item.lb-node-hover {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.logbook.flatLine .lb-item.lb-node-hover:before,
#content .logbook.flatLine .lb-item.lb-node-hover:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #dd5555;
    width: 100%;
    z-index: 2;
    top:0;
    left:0;
}

.logbook.flatLine .lb-item.lb-node-hover:after,
#content .logbook.flatLine .lb-item.lb-node-hover:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    z-index: 2;
    top:0;
    left:50%;
    margin: 4px 0 0 -6px;
    border: 6px solid transparent;
    border-top: 6px solid #dd5555;

}


/* ----- content - non-plugin elements ----- */
.logbook .lb-item img,
#content .logbook .lb-item img {
    margin:0;
    padding:0;
    border:0;
}

.logbook .lb-border-img,
#content .logbook .lb-border-img {
    border:0;
    border-bottom:5px solid #1a86ac;
}

/* ----------------------------------------- */

/* lb-item details (margines set from javascript) */
.logbook .lb-item-detail,
#content .logbook .lb-item-detail {
    height:380px;
    background:url('../images/logbook/light/background.jpg') repeat;
    position:relative;
    color:#545454;
    z-index:2;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    width:490px;

}

/* lb-item details content wrapper (used for animation - shuld have same width as .lb-item-detail) */
.logbook .lb-item-detail-wrapper,
#content .logbook .lb-item-detail-wrapper {
    width:490px;
    height:100%;
}

.logbook .lb-item-active-content,
#content .logbook .lb-item-active-content {
    width:100%;
    height:100%;
    position:relative;
}

.logbook .lb-item-active-content .ajaxloader,
#content .logbook .lb-item-active-content .ajaxloader {
    position:absolute;
    top:50%;
    left:50%;
    margin:-10px 0 0 -100px;

}



/* ----- content - non-plugin elements ----- */
.logbook .lb-active-content,
#content .logbook .lb-active-content {
    padding:20px;
}

.logbook .lb-item-detail h2,
#content .logbook .lb-item-detail h2 {
    margin-top:0;
    padding-top:0;
    font-size:28px;
}

.logbook .lb-item-detail .scrollable-content,
#content .logbook .lb-item-detail .scrollable-content {
    display: block;
}

.logbook .lb-item-detail .lb-close,
#content .logbook .lb-item-detail .lb-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 8px 2px 10px;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 20px !important;
    color: #ffffff !important;
    background: rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 3;
    transition: background-color 300ms, color 300ms;
    -webkit-transition: background-color 300ms, color 300ms;
    -moz-transition: background-color 300ms, color 300ms;
}
.logbook .lb-item-detail .lb-close:hover,
#content .logbook .lb-item-detail .lb-close:hover {
    background:rgb(26,134,172);
}

.logbook.flatButton .lb-item-detail .lb-close,
.logbook.flatWideButton .lb-item-detail .lb-close,
#content .logbook.flatButton .lb-item-detail .lb-close,
#content .logbook.flatWideButton .lb-item-detail .lb-close {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 5px 6px 5px 7px;
    top:12px;
    right:12px;
}

.logbook.flatButton .lb-item-detail.lb-item-active-noImg .lb-close,
.logbook.flatWideButton .lb-item-detail.lb-item-active-noImg .lb-close,
#content .logbook.flatButton .lb-item-detail.lb-item-active-noImg .lb-close,
#content .logbook.flatWideButton .lb-item-detail.lb-item-active-noImg .lb-close {
    background: transparent !important;
}

.logbook.flatButton .lb-item-detail .lb-close:after,
.logbook.flatWideButton .lb-item-detail .lb-close:after,
#content .logbook.flatButton .lb-item-detail .lb-close:after,
#content .logbook.flatWideButton .lb-item-detail .lb-close:after {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 14px !important;
    line-height: 14px !important;

}
/* ----------------------------------------- */



.logbook.flatButton .mCSB_container,
.logbook.flatWideButton .mCSB_container,
#content .logbook.flatButton .mCSB_container,
#content .logbook.flatWideButton .mCSB_container {
    margin-right: 16px;
}
.logbook.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.logbook.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#content .logbook.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#content .logbook.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar  {
    background: #dd5555;
}
.logbook.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
.logbook.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
#content .logbook.flatButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
#content .logbook.flatWideButton .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #aaaaaa;
}
.logbook.flatButton .mCustomScrollBox > .mCSB_scrollTools,
.logbook.flatWideButton .mCustomScrollBox > .mCSB_scrollTools,
#content .logbook.flatButton .mCustomScrollBox > .mCSB_scrollTools,
#content .logbook.flatWideButton .mCustomScrollBox > .mCSB_scrollTools {
    width: 8px;
}



/* FLAT left/right controles */
.logbook.flatNav .lb-arrows,
#content .logbook.flatNav .lb-arrows {
    margin:0;
}

.timelineTouch.logbook.flatNav .lb-left-arrow,
.timelineTouch.logbook.flatNav .lb-right-arrow,
#content .timelineTouch.logbook.flatNav .lb-left-arrow,
#content .timelineTouch.logbook.flatNav .lb-right-arrow {
    display: none;
}

.logbook.flatNav:hover .lb-left-arrow,
.logbook.flatNav:hover .lb-right-arrow,
#content .logbook.flatNav:hover .lb-left-arrow,
#content .logbook.flatNav:hover .lb-right-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.logbook.flatNav .lb-left-arrow,
.logbook.flatNav .lb-right-arrow,
#content .logbook.flatNav .lb-left-arrow,
#content .logbook.flatNav .lb-right-arrow {
    position: absolute;
    display:block;
    height:100%;
    width:75px;
    margin:0;
    cursor:pointer;
    top:0;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    transition:background-color 300ms, opacity 300ms;
    -webkit-transition: background-color 300ms, opacity 300ms;
    -moz-transition: background-color 300ms, opacity 300ms;
}
.logbook.flatNav .lb-left-arrow,
.logbook.flatNav .lb-left-arrow:hover:active,
#content .logbook.flatNav .lb-left-arrow,
#content .logbook.flatNav .lb-left-arrow:hover:active {
    left:0;
    background: rgba(255,255,255, 0.5) url('../images/logbook/clean/blck-arrow-left.png') no-repeat center center;
}
.logbook.flatNav .lb-left-arrow:hover,
#content .logbook.flatNav .lb-left-arrow:hover {
    background: rgba(255,255,255, 0.7) url('../images/logbook/clean/blck-arrow-left.png') no-repeat center center;
}

.logbook.flatNav .lb-right-arrow,
.logbook.flatNav .lb-right-arrow:hover:active,
#content .logbook.flatNav .lb-right-arrow,
#content .logbook.flatNav .lb-right-arrow:hover:active{
    right:0;
    background: rgba(255,255,255, 0.5) url('../images/logbook/clean/blck-arrow-right.png') no-repeat center center;
}

.logbook.flatNav .lb-right-arrow:hover,
#content .logbook.flatNav .lb-right-arrow:hover {
    background: rgba(255,255,255, 0.7) url('../images/logbook/clean/blck-arrow-right.png') no-repeat center center;
}



/* LIGHT & DARK left/right controles */
.logbook .lb-arrows,
#content .logbook .lb-arrows {
    margin:10px auto;
    text-align:center;
}
.logbook .lb-left-arrow,
.logbook .lb-right-arrow,
#content .logbook .lb-left-arrow,
#content .logbook .lb-right-arrow {
    display:inline-block;
    height:50px;
    width:29px;
    margin:10px;
    cursor:pointer;
}
.logbook .lb-left-arrow,
.logbook .lb-left-arrow:hover:active,
#content .logbook .lb-left-arrow,
#content .logbook .lb-left-arrow:hover:active {
    background: url('../images/logbook/light/big-arrow.png') no-repeat left top;
}
.logbook .lb-left-arrow:hover,
#content .logbook .lb-left-arrow:hover {
    background: url('../images/logbook/light/big-arrow.png') no-repeat left bottom;
}
.logbook.darkNav .lb-left-arrow,
.logbook.darkNav .lb-left-arrow:hover:active,
#content .logbook.darkNav .lb-left-arrow,
#content .logbook.darkNav .lb-left-arrow:hover:active {
    background: url('../images/logbook/dark/big-arrow.png') no-repeat left bottom;
}
.logbook.darkNav .lb-left-arrow:hover,
#content .logbook.darkNav .lb-left-arrow:hover {
    background: url('../images/logbook/dark/big-arrow.png') no-repeat left top;
}

.logbook .lb-right-arrow,
.logbook .lb-right-arrow:hover:active,
#content .logbook .lb-right-arrow,
#content .logbook .lb-right-arrow:hover:active{
    background: url('../images/logbook/light/big-arrow.png') no-repeat right top;
}

.logbook .lb-right-arrow:hover,
#content .logbook .lb-right-arrow:hover {
    background: url('../images/logbook/light/big-arrow.png') no-repeat right bottom;
}

.logbook.darkNav .lb-right-arrow,
.logbook.darkNav .lb-right-arrow:hover:active,
#content .logbook.darkNav .lb-right-arrow,
#content .logbook.darkNav .lb-right-arrow:hover:active{
    background: url('../images/logbook/dark/big-arrow.png') no-repeat right bottom;
}

.logbook.darkNav .lb-right-arrow:hover,
#content .logbook.darkNav .lb-right-arrow:hover {
    background: url('../images/logbook/dark/big-arrow.png') no-repeat right top;
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/



/* --- 768px --- */
@media screen and (max-width:980px) {

    .logbook .lb-line,
    #content .logbook .lb-line {
        width:680px !important;
    }

    .logbook .lb-line-view,
    #content .logbook .lb-line-view {
        width:680px !important;
    }

    .logbook .lb-line-segment,
    #content .logbook .lb-line-segment {
        width: 338px !important;
    }
    .logbook .lb-line-segment.right,
    #content .logbook .lb-line-segment.right {
        left: 339px !important;
        width: 339px !important;
    }
}


/* --- 610px --- */
@media screen and (max-width:768px) {

    .logbook .lb-line,
    #content .logbook .lb-line {
        width:530px !important;
    }

    .logbook .lb-line-view,
    #content .logbook .lb-line-view {
        width:1060px !important;
    }

    .logbook .lb-line-segment,
    #content .logbook .lb-line-segment {
        width: 528px !important;
    }
    .logbook .lb-line-segment.right,
    #content .logbook .lb-line-segment.right {
        left: 530px !important;
        width: 528px !important;
    }
    .logbook .lb-line-year,
    #content .logbook .lb-line-year {
        opacity:0 !important;
        filter:alpha(opacity=0) !important;
    }
    .logbook .lb-line-my,
    #content .logbook .lb-line-my {
        display:inline !important;
    }

    .logbook .lb-node-desc,
    #content .logbook .lb-node-desc {
        font-size:8px !important;
    }
    .logbook .lb-node-desc.pos_right,
    #content .logbook .lb-node-desc.pos_right {
        right:auto !important;
        left:0 !important;
    }
}
/* --- 300px --- */
@media screen and (max-width:610px) {

    .logbook .lb-line,
    #content .logbook .lb-line {
        width:220px !important;
        /*width:90% !important;*/
    }

    .logbook .lb-line-view,
    #content .logbook .lb-line-view {
        width:440px !important;
    }

    .logbook .lb-line-segment,
    #content .logbook .lb-line-segment {
        width: 218px !important;
    }
    .logbook .lb-line-segment.right,
    #content .logbook .lb-line-segment.right {
        left: 220px !important;
        width: 218px !important;
    }
}
/*
 * Vertical css
 */
.lb-vertical-logbook .lb-items{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.lb-vertical-logbook .lb-item{
    float:none !important;
    position:relative;
    z-index:100;
}
.lb-vertical-logbook .lb-vertical-border{
    top:35px;
    position:absolute;
    width:50%;
    border-top:1px solid #dcdedd;;
}
.lb-vertical-logbook .lb-vertical-row:nth-child(2n) .lb-vertical-border{
    left:0px;
}
.lb-vertical-logbook .lb-vertical-row:nth-child(2n+1) .lb-vertical-border{
    left:50%;

}


.lb-vertical-logbook .lb-item .lb-overlay{
    width:100%;
}
.lb-item .lb-overlay {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    content:"";
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
    z-index:2;
}
.lb-vertical-logbook .lb-vertical-row{
    position:relative;
    overflow:hidden;
}
.lb-vertical-logbook .lb-vertical-row:nth-child(2n) .lb-item{
    margin-top:165px !important;
}
.lb-vertical-logbook .lb-vertical-row:nth-child(2n) .lb-vertical-border{
    top:200px;
}

.lb-vertical-logbook .lb-vertical-row:nth-child(2n) .lb-item{
    float:right !important;
}
.lb-vertical-logbook .lb-vertical-row:nth-child(2n+1){
    margin-top:-20px !important;
}
.lb-vertical-logbook .lb-left-arrow{
    top:0px !important;
}
.lb-vertical-logbook .lb-left-arrow, .lb-vertical-logbook .lb-right-arrow{
    display:none !important;
}
.lb-vertical-logbook .lb-vertical-row{
    width:50% !important;
    float:left;
    box-sizing:border-box;
    o-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;

}

.lb-vertical-logbook .lb-vertical-row:nth-child(2n):after{
    clear:both;
    display:table;
    width:0;
    height:0;
    content:"";

}
.lb-vertical-line{
    position:absolute;
    top:0px;
    left:50%;
    border-right:1px solid #dcdedd;
    height:100%;
}

.lb-vertical-right-border{
    border-right:1px solid #dcdedd;
}
.lb-vertical-small .lb-vertical-line{
    left:100%;
    margin-left:-2px;
}
.lb-vertical-small .lb-vertical-row:nth-child(2n) .lb-vertical-border{
    left:50%;
}
.lb-vertical-logbook .lb-item-detail{
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    display:none;
    opacity:0;
    width:100% !important;
    height:100% !important;
}
.lb-vertical-logbook .lb-item-detail-wrapper{
    width:100%;
    height:100%;
}
.lb-vertical-logbook .lb-item-detail .lb-border-img{

    height:auto !important;
}
.lb-vertical-logbook .lb-item-detail , .lb-vertical-logbook .lb-close , .lb-vertical-logbook .lb-item-detail-wrapper{
    z-index:1000000010 !important;
}
.lb-vertical-small .lb-vertical-row{
    width:100% !important;
}
.lb-vertical-small  .lb-vertical-row:nth-child(2n+1){
    margin-top:20px !important;
}
.lb-vertical-small  .lb-vertical-row{
    margin-top:20px !important;
}
.lb-vertical-small .lb-vertical-row:nth-child(2n) .lb-item{
    float:none !important;
}
.lb-vertical-small .lb-vertical-row:nth-child(2n) .lb-item{
    margin-top:20px !important;
}
.lb-vertical-small .lb-vertical-row:nth-child(2n) .lb-vertical-border{
    top:40px;
}
.lb-vertical-logbook .lb-left-arrow, .lb-vertical-logbook .lb-right-arrow{
    z-index:100000 !important;
}

.lb-vertical-logbook .lb-left-arrow {
    width:50% !important;
    left:0px !important;
    background-image:url("../images/logbook/clean/blck-arrow-up.png") !important;
}
.lb-vertical-logbook .lb-line-holder * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lb-vertical-logbook .lb-right-arrow {
    width:50% !important;
    right:0px !important;
    background-image:url("../images/logbook/clean/blck-arrow-bottom.png") !important;
}