﻿/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

    .feature-box:first-child {
        margin-top: 0;
    }

    .feature-box .fbox-icon {
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        top: 0;
        left: 0;
    }

        .feature-box .fbox-icon a,
        .feature-box .fbox-icon i,
        .feature-box .fbox-icon img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            color: #FFF;
        }

        .feature-box .fbox-icon i,
        .feature-box .fbox-icon img {
            border-radius: 50%;
            background-color: #1ABC9C;
        }

        .feature-box .fbox-icon i {
            font-style: normal;
            font-size: 28px;
            text-align: center;
            line-height: 64px;
        }

    .feature-box h3 {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #0B2967;
    }

    .feature-box p {
        margin: 8px 0 0 0;
        color: #999;
    }

    .feature-box .before-heading {
        font-size: 14px;
    }


    /* Feature Box - Icon Large
-----------------------------------------------------------------*/

    .feature-box.fbox-large {
        padding: 0 0 0 115px;
    }

        .feature-box.fbox-large .fbox-icon {
            width: 96px;
            height: 96px;
        }

            .feature-box.fbox-large .fbox-icon i {
                font-size: 42px;
                line-height: 96px;
            }


    /* Feature Box - Icon Outline
-----------------------------------------------------------------*/

    .feature-box.fbox-outline .fbox-icon {
        border: 1px solid #1ABC9C;
        border-radius: 50%;
        padding: 3px;
    }

        .feature-box.fbox-outline .fbox-icon i {
            line-height: 56px;
        }


    /* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

    .feature-box.fbox-outline.fbox-large .fbox-icon {
        padding: 4px;
    }

        .feature-box.fbox-outline.fbox-large .fbox-icon i {
            line-height: 86px;
        }


    /* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

    .feature-box.fbox-rounded .fbox-icon {
        border-radius: 3px !important;
    }

        .feature-box.fbox-rounded .fbox-icon i,
        .feature-box.fbox-rounded .fbox-icon img {
            border-radius: 3px !important;
        }


    /* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

    .feature-box.fbox-rounded.fbox-large .fbox-icon {
        border-radius: 4px !important;
    }

        .feature-box.fbox-rounded.fbox-large .fbox-icon i,
        .feature-box.fbox-rounded.fbox-large .fbox-icon img {
            border-radius: 4px !important;
        }


    /* Feature Box - Light Background
-----------------------------------------------------------------*/

    .feature-box.fbox-light.fbox-outline .fbox-icon {
        border-color: #E5E5E5;
    }

    .feature-box.fbox-light .fbox-icon i,
    .feature-box.fbox-light .fbox-icon img {
        border: 1px solid #E5E5E5;
        background-color: #F5F5F5;
        color: #061637;
    }

    .feature-box.fbox-light .fbox-icon i {
        line-height: 62px;
    }

    .feature-box.fbox-light.fbox-outline .fbox-icon i {
        line-height: 54px;
    }

    .feature-box.fbox-light.fbox-large .fbox-icon i {
        line-height: 96px;
    }

    .feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
        line-height: 84px;
    }


    /* Feature Box - Dark Background
-----------------------------------------------------------------*/

    .feature-box.fbox-dark.fbox-outline .fbox-icon {
        border-color: #0B2967;
    }

    .feature-box.fbox-dark .fbox-icon i,
    .feature-box.fbox-dark .fbox-icon img {
        background-color: #0B2967;
    }


    /* Feature Box - Border
-----------------------------------------------------------------*/

    .feature-box.fbox-border .fbox-icon {
        border: 1px solid #1ABC9C;
        border-radius: 50%;
    }

        .feature-box.fbox-border .fbox-icon i,
        .feature-box.fbox-border .fbox-icon img {
            border: none;
            background-color: transparent !important;
            color: #1ABC9C;
        }

    .feature-box.fbox-border .fbox-icon {
        padding: 0;
    }

        .feature-box.fbox-border .fbox-icon i {
            line-height: 62px !important;
        }

    .feature-box.fbox-border.fbox-large .fbox-icon i {
        line-height: 94px !important;
    }


    /* Feature Box - Border - Light
-----------------------------------------------------------------*/

    .feature-box.fbox-border.fbox-light .fbox-icon {
        border-color: #E5E5E5;
    }

        .feature-box.fbox-border.fbox-light .fbox-icon i,
        .feature-box.fbox-border.fbox-light .fbox-icon img {
            color: #888;
        }


    /* Feature Box - Border - Dark
-----------------------------------------------------------------*/

    .feature-box.fbox-border.fbox-dark .fbox-icon {
        border-color: #0B2967;
    }

        .feature-box.fbox-border.fbox-dark .fbox-icon i,
        .feature-box.fbox-border.fbox-dark .fbox-icon img {
            color: #0B2967;
        }


    /* Feature Box - Plain
-----------------------------------------------------------------*/

    .feature-box.fbox-plain .fbox-icon {
        border: none !important;
        height: auto !important;
    }

        .feature-box.fbox-plain .fbox-icon i,
        .feature-box.fbox-plain .fbox-icon img {
            border: none !important;
            background-color: transparent !important;
            color: #1ABC9C;
            border-radius: 0;
        }

        .feature-box.fbox-plain .fbox-icon i {
            font-size: 48px;
            line-height: 1 !important;
        }

        .feature-box.fbox-plain .fbox-icon img {
            height: 64px;
        }

    .feature-box.fbox-plain.fbox-image .fbox-icon {
        width: auto;
    }

        .feature-box.fbox-plain.fbox-image .fbox-icon img {
            width: auto;
            display: inline-block;
        }

    .feature-box.fbox-plain.fbox-small {
        padding-left: 42px;
    }

        .feature-box.fbox-plain.fbox-small .fbox-icon {
            width: 28px;
        }

    .feature-box.fbox-plain.fbox-small {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
    }

        .feature-box.fbox-plain.fbox-small p {
            margin-left: -42px;
        }

        .feature-box.fbox-plain.fbox-small .fbox-icon i {
            font-size: 28px;
        }

        .feature-box.fbox-plain.fbox-small .fbox-icon img {
            height: 28px;
        }

    .feature-box.fbox-plain.fbox-large .fbox-icon i {
        font-size: 72px;
    }

    .feature-box.fbox-plain.fbox-large .fbox-icon img {
        height: 96px;
    }

    .feature-box.fbox-plain.fbox-light .fbox-icon i,
    .feature-box.fbox-plain.fbox-light .fbox-icon img {
        color: #888;
    }

    .feature-box.fbox-plain.fbox-dark .fbox-icon i,
    .feature-box.fbox-plain.fbox-dark .fbox-icon img {
        color: #0B2967;
    }


    /* Feature Box - Center
-----------------------------------------------------------------*/

    .feature-box.fbox-center {
        padding: 0;
        text-align: center;
    }

        .feature-box.fbox-center.fbox-small {
            padding-left: 0 !important;
        }

        .feature-box.fbox-center.fbox-submenu .fbox-icon {
            position: relative;
            width: 70px;
            height: 48px;
            margin: 0 auto 30px;
        }

            .feature-box.fbox-center.fbox-submenu .fbox-icon i {
                font-size: 21px;
                line-height: 48px;
            }

        .feature-box.fbox-center .fbox-icon {
            position: relative;
            width: 96px;
            height: 96px;
            margin: 0 auto 30px;
        }

            .feature-box.fbox-center .fbox-icon i {
                font-size: 42px;
                line-height: 96px;
            }

        .feature-box.fbox-center.fbox-outline .fbox-icon i {
            line-height: 88px;
        }

        .feature-box.fbox-center p {
            font-size: 14px;
            margin-top: 15px;
        }


        /* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

        .feature-box.fbox-center.fbox-large .fbox-icon {
            width: 128px;
            height: 128px;
        }

            .feature-box.fbox-center.fbox-large .fbox-icon i {
                font-size: 70px;
                line-height: 128px;
            }

        .feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
            line-height: 118px;
        }

        .feature-box.fbox-center.fbox-light .fbox-icon i {
            line-height: 94px;
        }

        .feature-box.fbox-center.fbox-submenu.fbox-light.fbox-outline .fbox-icon i {
            line-height: 40px;
        }

        .feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
            line-height: 86px;
        }

        .feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
            line-height: 114px;
        }

        .feature-box.fbox-center.fbox-border .fbox-icon i {
            line-height: 94px !important;
        }

        .feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
            line-height: 126px !important;
        }

        .feature-box.fbox-center.fbox-plain .fbox-icon i {
            font-size: 84px;
        }

        .feature-box.fbox-center.fbox-plain .fbox-icon img {
            height: 96px;
        }

        .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
            font-size: 112px;
        }

        .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
            height: 128px;
        }


        /* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

        .feature-box.fbox-center.fbox-small .fbox-icon {
            width: 64px;
            height: 64px;
        }

            .feature-box.fbox-center.fbox-small .fbox-icon i {
                font-size: 28px;
                line-height: 64px;
            }

        .feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
            line-height: 58px;
        }

        .feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
            line-height: 54px;
        }

        .feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
            line-height: 62px !important;
        }

        .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
            font-size: 56px;
        }

        .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
            height: 64px;
        }

        .feature-box.fbox-center.fbox-small p {
            font-size: 14px;
            margin-top: 10px;
        }

        .feature-box.fbox-center.fbox-plain.fbox-small p {
            margin-left: 0;
        }


    /* Feature Box - Right
-----------------------------------------------------------------*/

    .feature-box.fbox-right {
        padding: 0 80px 0 0;
        text-align: right;
    }

        .feature-box.fbox-right.fbox-large {
            padding-right: 115px;
        }

        .feature-box.fbox-right .fbox-icon {
            left: auto;
            right: 0;
        }

        .feature-box.fbox-right.fbox-plain.fbox-small {
            padding: 0 42px 0 0;
        }

            .feature-box.fbox-right.fbox-plain.fbox-small p {
                margin: 0 -42px 0 0;
            }


    /* Feature Box - Subtitle
-----------------------------------------------------------------*/

    .feature-box h3 + .fbox-icon {
        margin-top: 20px !important;
    }

    .feature-box h3 span.subtitle {
        display: block;
        margin-top: 5px;
        color: #0B2967;
        font-weight: 300;
        text-transform: none;
    }

    /*.feature-box.fbox-center:not(.fbox-bg) h3:after {
        content: '';
        display: block;
        margin: 20px auto;
        width: 30px;
        border-top: 2px solid #555;
        -webkit-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
    }

    .feature-box.fbox-center:not(.fbox-bg):hover h3:after {
        width: 50px;
        border-top: 2px solid #F37021;
    }

    .feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
    .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
        display: none;
    }*/

    .feature-box.fbox-center.fbox-italic p {
        font-style: italic;
        font-family: 'Lato', sans-serif;
    }


    /* Feature Box - Background
-----------------------------------------------------------------*/

    .feature-box.fbox-bg.fbox-center {
        margin-top: 68px;
        padding: 68px 30px 30px;
        background-color: #FFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
    }

        .feature-box.fbox-bg.fbox-center:first-child {
            margin-top: 48px;
        }

        .feature-box.fbox-bg.fbox-center.fbox-large {
            margin-top: 84px;
            padding-top: 84px;
        }

            .feature-box.fbox-bg.fbox-center.fbox-large:first-child {
                margin-top: 64px;
            }

        .feature-box.fbox-bg.fbox-center .fbox-icon {
            position: absolute;
            top: -48px;
            left: 50%;
            margin: 0 0 0 -48px;
        }

        .feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
            top: -64px;
            left: 50%;
            margin-left: -64px;
        }

        .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
        .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
        .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
            background-color: #FFF;
        }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i {
    z-index: 1;
}

    .fbox-effect .fbox-icon i:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

    .fbox-effect .fbox-icon i:after {
        top: -3px;
        left: -3px;
        padding: 3px;
        box-shadow: 0 0 0 2px #F37021;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.3s, opacity 0.3s;
        transform: scale(.8);
        opacity: 0;
    }

    .fbox-effect .fbox-icon i:hover,
    .fbox-effect:hover .fbox-icon i {
        background-color: #F37021;
        color: #FFF;
    }

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #1ABC9C;
}

.fbox-icon i.selected {
    box-shadow: 0 0 0 2px #F37021;
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #1ABC9C;
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
    transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

    .fbox-border.fbox-effect .fbox-icon i:after {
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        box-shadow: none;
        background-image: url('images/icons/iconalt.svg');
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
        -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
        transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    }

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
    color: #FFF;
    box-shadow: 0 0 0 1px #0B2967;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    background-color: #0B2967;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #1ABC9C;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #1ABC9C;
}

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box {
    padding: 0;
}

    .feature-box.media-box .fbox-media {
        margin: 0 0 25px;
    }

        .feature-box.media-box .fbox-media,
        .feature-box.media-box .fbox-media a,
        .feature-box.media-box .fbox-media img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
        }

            .feature-box.media-box .fbox-media iframe {
                display: block;
            }

    .feature-box.media-box p {
        margin-top: 17px;
    }

    .feature-box.media-box.fbox-bg .fbox-media {
        margin: 0;
    }

    .feature-box.media-box.fbox-bg .fbox-desc {
        padding: 25px;
        background-color: #FFF;
        border: 1px solid #E5E5E5;
        border-top: 0;
        border-radius: 0 0 5px 5px;
    }

    .feature-box.media-box.fbox-bg .fbox-media img {
        border-radius: 5px 5px 0 0;
    }

/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #0B2967;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #0B2967;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #0B2967;
    text-shadow: 1px 1px 1px #FFF;
}

    .i-plain:hover {
        color: #777;
    }

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #0B2967;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
    background-image: url('images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #0B2967;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}


/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
}

    .i-overlay img,
    .i-overlay i {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -24px;
        width: 48px !important;
        height: 48px !important;
        font-size: 48px;
        line-height: 1;
        color: #E5E5E5;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }

    .i-overlay i {
        margin: -18px 0 0 -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }

.on-hover.i-overlay {
    opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------
	Icon Sizing
-----------------------------------------------------------------*/


.icon-f-2x {
    font-size: 24px;
}

.icon-f-3x {
    font-size: 30px;
}

.icon-f-4x {
    font-size: 36px;
}

.icon-f-5x {
    font-size: 42px;
}

.icon-f-smaller {
    font-size: 12px;
}

/* ----------------------------------------------------------------
	Material Indigo Panel Color Scheme
-----------------------------------------------------------------*/

.panel-indigo {
    border-color: #0B2967;
}

    .panel-indigo > .panel-heading {
        color: #fff;
        background-color: #0B2967;
        border-color: #0B2967;
    }

        .panel-indigo > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0B2967;
        }

        .panel-indigo > .panel-heading .badge {
            color: #0B2967;
            background-color: #fff;
        }

    .panel-indigo > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0B2967;
    }

.panel .thumbnail {
    border-width: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ----------------------------------------------------------------
	Sizing Margin on Smaller Devices
-----------------------------------------------------------------*/

@media (min-width: 0px) and (max-width: 1025px) {
    .mt-xs-5 {
        margin-top: 5px;
    }

    .mr-xs-5 {
        margin-right: 5px;
    }

    .mb-xs-5 {
        margin-bottom: 5px;
    }

    .ml-xs-5 {
        margin-left: 5px;
    }

    .m-xs-5 {
        margin: 5px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mr-xs-10 {
        margin-right: 10px;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .ml-xs-10 {
        margin-left: 10px;
    }

    .m-xs-10 {
        margin: 10px;
    }
}

/* ----------------------------------------------------------------
	Navigation with Form 
-----------------------------------------------------------------*/

.dropdown-menu > form > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5384616;
    color: #0B2967;
    white-space: nowrap;
}

    .dropdown-menu > form > li > a:hover,
    .dropdown-menu > form > li > a:focus {
        text-decoration: none;
        color: #0B2967;
        background-color: #f5f5f5;
    }

.dropdown-menu > form > li {
    position: relative;
    margin-bottom: 1px;
}

    .dropdown-menu > form > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu > form > li > a {
        padding: 8px 16px;
        outline: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .dropdown-menu > form > li > a > i,
        .dropdown-menu > form > .dropdown-header > i,
        .dropdown-menu > form > li > a > img,
        .dropdown-menu > form > .dropdown-header > img {
            margin-right: 16px;
            float: left;
            margin-top: 2px;
            top: 0;
        }

            .dropdown-menu > form > li > a > i.pull-right,
            .dropdown-menu > form > .dropdown-header > i.pull-right,
            .dropdown-menu > form > li > a > img.pull-right,
            .dropdown-menu > form > .dropdown-header > img.pull-right {
                margin-right: 0;
                margin-left: 16px;
            }

        .dropdown-menu > form > li > a > .label,
        .dropdown-menu > form > .dropdown-header > .label,
        .dropdown-menu > form > li > a > .badge,
        .dropdown-menu > form > .dropdown-header > .badge {
            float: left;
            margin-right: 16px;
        }

            .dropdown-menu > form > li > a > .label.pull-right,
            .dropdown-menu > form > .dropdown-header > .label.pull-right,
            .dropdown-menu > form > li > a > .badge.pull-right,
            .dropdown-menu > form > .dropdown-header > .badge.pull-right {
                margin-right: 0;
                margin-left: 16px;
            }

        .dropdown-menu > form > li > a > img,
        .dropdown-menu > form > .dropdown-header > img {
            max-height: 16px;
        }

    .dropdown-menu > form > li > label:hover,
    .dropdown-menu > form > li > label:focus {
        text-decoration: none;
        color: #0B2967;
        background-color: #f5f5f5;
    }

.dropdown-menu > form > .active > label,
.dropdown-menu > form > .active > label:hover,
.dropdown-menu > form > .active > label:focus {
    color: #fff;
    outline: 0;
    background-color: #26A69A;
}

.dropdown-menu > form > .disabled > label,
.dropdown-menu > form > .disabled > label:hover,
.dropdown-menu > form > .disabled > label:focus {
    background-color: transparent;
    color: #999999;
}

.dropdown-menu > form > li > label {
    padding: 8px 16px;
    padding-left: 44px;
    display: block;
    cursor: pointer;
}

    .dropdown-menu > form > li > label .checker,
    .dropdown-menu > form > li > label .choice,
    .dropdown-menu > form > li > label > input[type=checkbox],
    .dropdown-menu > form > li > label > input[type=radio] {
        left: 16px;
        top: auto;
        margin-top: 1px;
    }

.dropdown-menu > form > li.checkbox,
.dropdown-menu > form > li.radio {
    margin-top: 0;
}

.dropdown-menu > form > li.checkbox-right > label,
.dropdown-menu > form > li.radio-right > label,
.dropdown-menu > form > li.checkbox-right > label {
    padding-left: 16px;
    padding-right: 44px;
}

    .dropdown-menu > form > li.checkbox-right > label .checker,
    .dropdown-menu > form > li.checkbox-right > label > input[type=checkbox] {
        left: auto;
        right: 16px;
    }

    .dropdown-menu > form > li.radio-right > label .choice,
    .dropdown-menu > form > li.radio-right > label > input[type=radio],
    .dropdown-menu > form > li.checkbox-right > label .choice,
    .dropdown-menu > form > li.checkbox-right > label > input[type=radio] {
        left: auto;
        right: 16px;
    }

.navigation form li {
    position: relative;
}

    .navigation form li a {
        color: rgba(255, 255, 255, 0.75);
        display: block;
        -webkit-transition: background 0.15s linear, color 0.15s linear;
        -o-transition: background 0.15s linear, color 0.15s linear;
        transition: background 0.15s linear, color 0.15s linear;
    }

        .navigation form li a:hover,
        .navigation form li a:focus {
            background-color: rgba(0, 0, 0, 0.1);
            color: #fff;
        }

        .navigation form li a > i {
            float: left;
            top: 0;
            margin-top: 2px;
            margin-right: 15px;
            -webkit-transition: opacity 0.2s ease-in-out;
            -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }

            .navigation form li a > i.pull-right {
                margin-right: 0;
                margin-left: 15px;
            }

    .navigation form li.disabled > a,
    .navigation form li.disabled > a:hover,
    .navigation form li.disabled > a:focus {
        color: inherit;
        background-color: transparent;
        cursor: not-allowed;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    .navigation form li > .has-ul {
        position: relative;
        padding-right: 36px;
    }

        .navigation form li > .has-ul:after {
            content: "\e9c7";
            font-family: "icomoon";
            font-size: 16px;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -8px;
            right: 20px;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: -webkit-transform 0.2s ease-in-out;
            -o-transition: -webkit-transform 0.2s ease-in-out;
            transition: -webkit-transform 0.2s ease-in-out;
        }

    .navigation form li.active > .has-ul:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navigation form li.navigation-divider {
        margin: 10px 0;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
    }

.navigation > form > li > a {
    padding: 12px 20px;
    min-height: 44px;
    font-weight: 500;
}

.navigation > form > li.active > a,
.navigation > form > li.active > a:hover,
.navigation > form > li.active > a:focus {
    background-color: #26A69A;
    color: #fff;
}

    .navigation > form > li.active > a > [class*=text-] {
        color: #fff;
    }

    .navigation > form > li.active > a .label,
    .navigation > form > li.active > a .badge {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        -webkit-transition: background-color ease-in-out 0.2s;
        -o-transition: background-color ease-in-out 0.2s;
        transition: background-color ease-in-out 0.2s;
    }

.navigation > form > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

    .navigation > form > li ul li a {
        padding: 10px 20px;
        padding-left: 51px;
        min-height: 40px;
    }

    .navigation > form > li ul .navigation-header {
        padding-left: 51px;
    }

.navigation > form > li > ul > li > ul > li > a,
.navigation > form > li > ul > li > ul > .navigation-header {
    padding-left: 71px;
}

.navigation > form > li > ul > li > ul > li > ul > li > a,
.navigation > form > li > ul > li > ul > li > ul .navigation-header {
    padding-left: 91px;
}

.navigation > form > li > ul li:first-child {
    padding-top: 10px;
}

.navigation > form > li > ul li:last-child {
    padding-bottom: 10px;
}

.navigation > form > li > ul li.active > a,
.navigation > form > li > ul li.active > a:hover,
.navigation > form > li > ul li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .navigation.nav > form > li > .hidden-ul {
        display: block;
    }
}

@media (min-width: 769px) {
    .panel {
        margin-bottom: 0 !important;
    }
}

.panel-title .submenu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
}

.login-body {
    background: url('../images/backgrounds/CLIENT-PORTAL-NEW-BG4.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.login-panel-body {
    padding: 20px;
}

@media screen and (max-width: 1023px) { /* Specific to this particular image */
    .login-container .page-container {
        padding-top: 20px;
    }

    .login-body {
        background: url('../images/backgrounds/CLIENT-PORTAL-NEW-BG4.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .login-panel {
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .login-panel-body {
        padding: 10px;
    }
}



@media screen and (max-width: 667px) { /* Specific to this particular image */
    .login-container .page-container {
        padding-top: 5px;
    }

    .login-body {
        background: url('../images/backgrounds/CLIENT-PORTAL-NEW-BG4.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .login-panel {
        margin-bottom: 5px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .login-panel-body {
        padding: 5px;
    }
}

/* ----------------------------------------------------------------
	Kendo Scheduler
-----------------------------------------------------------------*/
.k-scheduler-footer {
    /* make them invisible */
    display: none;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}

.k-header .k-nav-prev,
.k-header .k-nav-next {
    display: none;
}

/*---------------------------------------------------------------
    List Styling
---------------------------------------------------------------*/

.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0;
}

    .simple-list > li {
        position: relative;
        margin-left: 5px;
        font-size: 13px;
    }

        .simple-list > li > a {
            color: inherit;
            display: block;
            opacity: 1;
            filter: alpha(opacity=100);
        }

            .simple-list > li > a:hover,
            .simple-list > li > a:focus {
                opacity: 0.75;
                filter: alpha(opacity=75);
            }

            .simple-list > li > a > i {
                top: 0;
            }

            .simple-list > li > a > .caret {
                margin-top: 0;
                margin-bottom: 0;
            }

/* -------------------------------------------------------------
    Custom CSS
--------------------------------------------------------------*/

.panel-flat > .panel-heading + .panel-body {
    padding-top: 10px;
}

.panel-heading {
    padding: 10px 20px 10px 20px;
}

.list-item {
    display: list-item;
}

.cover {
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.navbar-brand > img {
    display: block;
    height: 26px;
}

.vessel-block {
    min-width: 220px;
}

.hidden-element {
    display: none;
}

.media .media-staff {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 7px;
    border-color: #F37021;
}

.media:first-child {
    margin-top: 5px;
}

.media-body > h2 {
    text-shadow: -1px 0 #0B2967, 0 1px #0B2967, 1px 0 #0B2967, 0 -1px #0B2967;
}

.nav-tabs li, .nav-tabs a {
    white-space: nowrap;
    overflow: hidden;
}





/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

    .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

    .cd-timeline-img i {
        display: block;
        width: 36px;
        height: 36px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -18px;
    }

    .cd-timeline-img.cd-picture {
        background: #F37021;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.75em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content div, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content div {
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }

    .cd-timeline-content div {
        padding-top: 30px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: rgba(0, 0, 0, 0.05);
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: rgba(0, 0, 0, 0.05);
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#pagination-onboard > .active > a {
    background-color: #3343a4;
}

@media screen and (max-width: 480px) {
    .nomobile {
        display: none;
    }
}

.map-render-error {
    background: url('../images/map-error.png') no-repeat;
    background-position: 50% 50%;
    height: 410px;
    margin-top: 15px;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.k-editor .k-i-insert-video:before {
    font-family: icomoon;
    content: "\eef5";
}
