
/* Theme 1 */
.theme-1 .bg-top {
    border-bottom: 1px solid #bd5287;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-1 .bg-bottom {
    border-top: 1px solid rgba(189, 82, 135, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-1 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #bd5287;
}
.theme-1 .block.second:before {
    color: #bd5287;
}
.theme-1 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(189, 82, 135, 0.1);
}

/* Theme 2 */
.theme-2 .bg-top {
    border-bottom: 1px solid #87bd52;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-2 .bg-bottom {
    border-top: 1px solid rgba(135, 189, 82, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-2 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #87bd52;
}
.theme-2 .block.second:before {
    color: #87bd52;
}
.theme-2 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(135, 189, 82, 0.1);
}

/* Theme 3 */
.theme-3 .bg-top {
    border-bottom: 1px solid #e3c735;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-3 .bg-bottom {
    border-top: 1px solid rgba(227, 199, 53, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-3 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #e3c735;
}
.theme-3 .block.second:before {
    color: #e3c735;
}
.theme-3 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(227, 199, 53, 0.1);
}

/* Theme 4 */
.theme-4 .bg-top {
    border-bottom: 1px solid #5287bd;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-4 .bg-bottom {
    border-top: 1px solid rgba(82, 135, 189, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-4 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #5287bd;
}
.theme-4 .block.second:before {
    color: #5287bd;
}
.theme-4 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(82, 135, 189, 0.1);
}

/* Theme 5 */
.theme-5 .bg-top {
    border-bottom: 1px solid #8752bd;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-5 .bg-bottom {
    border-top: 1px solid rgba(135, 82, 189, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-5 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #8752bd;
}
.theme-5 .block.second:before {
    color: #8752bd;
}
.theme-5 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(135, 82, 189, 0.1);
}

/* Theme 6 */
.theme-6 .bg-top {
    border-bottom: 1px solid #52bd87;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-6 .bg-bottom {
    border-top: 1px solid rgba(82, 189, 135, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-6 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #52bd87;
}
.theme-6 .block.second:before {
    color: #52bd87;
}
.theme-6 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(82, 189, 135, 0.1);
}

/* Theme 7 */
.theme-7 .bg-top {
    border-bottom: 1px solid #ffffff;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-7 .bg-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-7 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #ffffff;
}
.theme-7 .block.second:before {
    color: #ffffff;
}
.theme-7 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(255, 255, 255, 0.1);
}

/* Theme 8 */
.theme-8 .bg-top {
    border-bottom: 1px solid #e38935;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-8 .bg-bottom {
    border-top: 1px solid rgba(227, 137, 53, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-8 nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #e38935;
}
.theme-8 .block.second:before {
    color: #e38935;
}
.theme-8 .terminal {
    box-shadow: 4px 6px 13px 0px rgba(227, 137, 53, 0.1);
}

/* Theme 1 */
.theme-1.pastel .bg-top {
    border-bottom: 1px solid #b87a7b;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-1.pastel .bg-bottom {
    border-top: 1px solid rgba(184, 122, 123, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-1.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #b87a7b;
}
.theme-1.pastel .block.second:before {
    color: #b87a7b;
}
.theme-1.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(184, 122, 123, 0.1);
}

/* Theme 2 */
.theme-2.pastel .bg-top {
    border-bottom: 1px solid #7bb87a;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-2.pastel .bg-bottom {
    border-top: 1px solid rgba(123, 184, 122, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-2.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #7bb87a;
}
.theme-2.pastel .block.second:before {
    color: #7bb87a;
}
.theme-2.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(86, 95, 89, 0.1);
}

/* Theme 3 */
.theme-3.pastel .bg-top {
    border-bottom: 1px solid #b8b77a;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-3.pastel .bg-bottom {
    border-top: 1px solid rgba(184, 183, 122, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-3.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #b8b77a;
}
.theme-3.pastel .block.second:before {
    color: #b8b77a;
}
.theme-3.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(184, 183, 122, 0.1);
}

/* Theme 4 */
.theme-4.pastel .bg-top {
    border-bottom: 1px solid #7a7bb8;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-4.pastel .bg-bottom {
    border-top: 1px solid rgba(122, 123, 184, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-4.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #7a7bb8;
}
.theme-4.pastel .block.second:before {
    color: #7a7bb8;
}
.theme-4.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(122, 123, 184, 0.1);
}

/* Theme 5 */
.theme-5.pastel .bg-top {
    border-bottom: 1px solid #b77ab8;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-5.pastel .bg-bottom {
    border-top: 1px solid rgba(183, 122, 184, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-5.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #b77ab8;
}
.theme-5.pastel .block.second:before {
    color: #b77ab8;
}
.theme-5.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(183, 122, 184, 0.1);
}

/* Theme 6 */
.theme-6.pastel .bg-top {
    border-bottom: 1px solid #7ab8b7;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-6.pastel .bg-bottom {
    border-top: 1px solid rgba(122, 184, 183, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-6.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #7ab8b7;
}
.theme-6.pastel .block.second:before {
    color: #7ab8b7;
}
.theme-6.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(76, 103, 102, 0.1);
}

/* Theme 7 */
.theme-7.pastel .bg-top {
    border-bottom: 1px solid #b7b2aa;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-7.pastel .bg-bottom {
    border-top: 1px solid rgba(183, 178, 170, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-7.pastel nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #b7b2aa;
}
.theme-7.pastel .block.second:before {
    color: #b7b2aa;
}
.theme-7.pastel .terminal {
    box-shadow: 4px 6px 13px 0px rgba(183, 178, 170, 0.1);
}

/***********/
/* Theme a */
/***********/
.theme-a .bg-top {
    border-bottom: 1px solid #00B0FF;
    background:url('/images/background_002.jpg') top center repeat #222;
}
.theme-a .bg-bottom {
    border-top: 1px solid rgba(0, 176, 255, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #222;
}
.theme-a nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #00B0FF;
}
.theme-a .block.second:before {
    color: #00B0FF;
}
.theme-a .terminal {
    box-shadow: 4px 6px 13px 0px rgba(56, 93, 109, 0.1);
}

/***********/
/* Theme b */
/***********/
.theme-b .bg-top {
    border-bottom: 1px solid #792222;
    background:url('/images/background_002.jpg') top center repeat #181a1b;
}
.theme-b .bg-bottom {
    border-top: 1px solid rgba(121, 34, 34, 0.5);
    background:url('/images/background_002.jpg') bottom center repeat #181a1b;
}
.theme-b nav.navbar.navbar-fixed-bottom {
    border-top: 1px solid #792222;
}
.theme-b .block.second:before {
    color: #792222;
}
.theme-b .terminal {
    box-shadow: 4px 6px 13px 0px rgba(99, 30, 30, 0.1);;
}


