/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top
}

.og-grid li.hidden {
    display: none
}

.og-grid li > a, .og-grid li > a img {
    border: 0;
    outline: 0;
    display: block;
    position: relative
}

.og-pointer {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-bottom-color: #222;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px
}

.og-expander {
    position: absolute;
    background: #222;
    color: #d6d6d6;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 0;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-expander-inner {
    padding: 30px 30px;
    height: 100%
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.og-close::before, .og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::before, .og-close:hover::after {
    background: #333
}

.og-fullimg, .og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details .infosep {
    border-bottom: 1px solid #121212;
    box-shadow: 0 1px #2a2a2a;
    margin: 15px 0
}

.og-details {
    padding: 0 20px
}

.og-fullimg {
    text-align: center
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.og-details h3 {
    font-weight: 300;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px
}

.og-details p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #999;
    padding-bottom: 20px
}

.og-details iframe {
    max-width: 400px;
    max-height: 250px;
    margin-bottom: 0
}

.og-details a.link-button {
    font-size: 11px;
    padding: 8px 10px;
    background-color: #454545;
    background: -moz-linear-gradient(top, #303030 0, #262626);
    background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#262626));
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #141414;
    text-shadow: 0 -1px 0 rgba(41, 41, 41, 0.7), 0 1px 0 rgba(3, 3, 3, 0.3);
    white-space: normal;
    word-wrap: normal;
    color: #9f9f9f !important;
    cursor: pointer !important;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    white-space: normal;
    margin-left: 10px
}

.og-details a.first {
    margin-left: 0
}

.og-details a:hover {
    background-color: #606060;
    background: -moz-linear-gradient(top, #454545 454545%, #303030);
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#303030))
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader .5s infinite ease-in-out both;
    -moz-animation: loader .5s infinite ease-in-out both;
    animation: loader .5s infinite ease-in-out both
}

@-webkit-keyframes loader {

0
{
    background: #ddd
}
33
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
@-moz-keyframes loader {

0
{
    background: #ddd
}
33
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
@keyframes loader {

0
{
    background: #ddd
}
33
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
}
66
%
{
    background: #ccc
;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
}
}
.wagwep-container {
    overflow: hidden
}

.wagwep-container ul#portfolio-filter {
    float: left;
    font-size: 16px;
    list-style: none;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd
}

.wagwep-container ul#portfolio-filter li {
    float: left;
    line-height: 16px;
    margin: 0;
    padding: 10px
}

.wagwep-container ul#portfolio-filter li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.wagwep-container ul#portfolio-filter a {
    color: #444444;
    text-decoration: none;
    border: 0;
    background: 0;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.wagwep-container ul#portfolio-filter li.current a, ul#portfolio-filter a:hover {
    text-decoration: none;
    background: #eee;
    color: #222
}

.wagwep-container ul#portfolio-filter li.current a {
    color: #333;
    font-weight: bold;
    background: #666;
    color: #fff
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.elastislide-list {
    list-style-type: none;
    display: none
}

.no-js .elastislide-list {
    display: block
}

.elastislide-carousel ul li {
    min-width: 20px
}

.elastislide-wrapper {
    position: relative;
    background-color: #313131;
    margin: 0 auto;
    min-height: 60px;
    box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000
}

.elastislide-wrapper.elastislide-loading {
    background-image: url('/static/elasticgrid/images/loading.gif?327025b3e9cf');
    background-repeat: no-repeat;
    background-position: center center
}

.elastislide-horizontal {
    padding: 10px 40px
}

.elastislide-vertical {
    padding: 40px 10px
}

.elastislide-carousel {
    overflow: hidden;
    position: relative
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.elastislide-horizontal ul {
    white-space: nowrap
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block
}

.elastislide-vertical ul li {
    display: block
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
    padding: 0
}

.elastislide-carousel ul li a img {
    display: block;
    border: 2px solid #313131;
    max-width: 100%
}

.elastislide-carousel ul li a img.selected {
    border: 2px solid #999
}

.elastislide-wrapper nav span {
    position: absolute;
    background: #1b1b1b url('/static/elasticgrid/images/nav.png?327025b3e9cf') no-repeat 4px 3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: .8
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -11px
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: 4px -17px
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px
}

.og-grid li a {
    overflow: hidden
}

.og-grid li a.unhoverdir {
    overflow: visible
}

.og-grid li a figure {
    position: absolute;
    background: #333;
    background: rgba(48, 48, 48, 0.7);
    width: 100%;
    height: 100%
}

.og-grid li a figure span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.og-grid.effect-opacity li.animate {
    -webkit-animation: fadeIn .65s ease forwards;
    -moz-animation: fadeIn .65s ease forwards;
    animation: fadeIn .65s ease forwards
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.og-grid.effect-moveup li.animate {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp .65s ease forwards;
    -moz-animation: moveUp .65s ease forwards;
    animation: moveUp .65s ease forwards
}

@-webkit-keyframes moveUp {
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes moveUp {
    to {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.og-grid.effect-scaleup li.animate {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp .65s ease-in-out forwards;
    -moz-animation: scaleUp .65s ease-in-out forwards;
    animation: scaleUp .65s ease-in-out forwards
}

@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scaleUp {
    to {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    to {
        transform: scale(1);
        opacity: 1
    }
}

.og-grid.effect-fallperspective {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.og-grid.effect-fallperspective li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    -moz-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards
}

@-webkit-keyframes fallPerspective {
    100% {
        -webkit-transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes fallPerspective {
    100% {
        -moz-transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1
    }
}

@keyframes fallPerspective {
    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1
    }
}

.og-grid.effect-fly {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.og-grid.effect-fly li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    -moz-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards
}

@-webkit-keyframes fly {
    100% {
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes fly {
    100% {
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes fly {
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

.og-grid.effect-flip {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.og-grid.effect-flip li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    -moz-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards
}

@-webkit-keyframes flip {
    100% {
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes flip {
    100% {
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip {
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

.og-grid.effect-helix {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.og-grid.effect-helix li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    -moz-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards
}

@-webkit-keyframes helix {
    100% {
        -webkit-transform: rotateY(0);
        opacity: 1
    }
}

@-moz-keyframes helix {
    100% {
        -moz-transform: rotateY(0);
        opacity: 1
    }
}

@keyframes helix {
    100% {
        transform: rotateY(0);
        opacity: 1
    }
}

.og-grid.effect-popup {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.og-grid.effect-popup li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    -moz-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards
}

@-webkit-keyframes popUp {
    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes popUp {
    70% {
        -moz-transform: scale(1.1);
        opacity: .8;
        -moz-animation-timing-function: ease-out
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes popUp {
    70% {
        transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

nav#porfolio-nav {
    width: 100%;
    position: relative
}

nav#porfolio-nav ul {
    padding: 0;
    margin: 0 auto
}

nav#porfolio-nav li {
    display: inline;
    float: left
}

nav#porfolio-nav li a {
    border-right: 1px solid #576979;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

nav#porfolio-nav li:last-child a {
    border-right: 0
}

@media screen and (max-width: 600px) {
    nav#porfolio-nav {
        height: auto
    }

    nav#porfolio-nav ul {
        width: 100%;
        display: block;
        height: auto
    }

    nav#porfolio-nav li {
        width: 50%;
        float: left;
        position: relative
    }

    nav#porfolio-nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979
    }

    nav#porfolio-nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px
    }
}

@media only screen and (max-width: 480px) {
    nav#porfolio-nav {
        border-bottom: 0
    }

    nav#porfolio-nav ul {
        height: auto
    }

    .og-expander h3 {
        font-size: 18px
    }

    .og-expander p {
        font-size: 12px
    }

    .og-expander a {
        font-size: 11px
    }

    .og-expander-inner {
        padding: 10px
    }

    .og-grid .sep {
        display: none
    }

    .og-fullimg {
        height: 30%;
        width: 100%
    }

    .og-details {
        width: 100%;
        margin-top: 5px
    }

    .og-details h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .og-details p {
        padding-bottom: 10px
    }

    .og-details .infosep {
        margin: 10px 0
    }

    .elastislide-wrapper {
        max-width: 300px
    }
}

@media only screen and (max-width: 320px) {
    nav#porfolio-nav li {
        display: block;
        float: none;
        width: 100%
    }

    nav#porfolio-nav li a {
        border-bottom: 1px solid #576979
    }

    .og-details h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .og-details p {
        padding-bottom: 10px
    }

    .og-details .infosep {
        margin: 10px 0
    }
}

@media (min-width: 1200px) {
    .og-expander h3 {
        font-size: 35px
    }

    .og-expander p {
        font-size: 13px
    }

    .og-expander a {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .og-expander h3 {
        font-size: 32px
    }

    .og-expander p {
        font-size: 12px
    }

    .og-expander a {
        font-size: 11px
    }

    .og-grid .sep {
        margin: 20px 10px;
        height: 80%
    }
}

@media (max-width: 767px) {
    .og-expander h3 {
        font-size: 20px
    }

    .og-expander p {
        font-size: 12px
    }

    .og-expander a {
        font-size: 11px
    }

    .og-grid .sep {
        display: none
    }

    .og-fullimg {
        height: 40%;
        width: 100%
    }

    .og-details {
        width: 100%;
        margin-top: 5px
    }

    .og-details p {
        padding-bottom: 10px
    }

    .og-details .infosep {
        margin: 12px 0
    }

    .elastislide-wrapper {
        max-width: 300px;
        padding-bottom: 5px
    }
}

        .og-expander {
            z-index: 100;
        }
    
/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
    width: 100%;
    color: #fff
}

.pgwSlider a {
    display: block;
    text-decoration: none;
    color: #fff
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right
}

.pgwSlider .ps-current ul {
    width: 100%
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear
}

.pgwSlider .ps-caption {
    position: absolute;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3
}

ul.pgwSlider, .pgwSlider ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0
}

ul.pgwSlider.listOnTheLeft, .pgwSlider.listOnTheLeft > ul {
    float: left
}

ul.pgwSlider > li, .pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60);
    font-size: .8rem;
    transition: opacity 200ms linear
}

ul.pgwSlider > li:last-child, .pgwSlider > ul > li:last-child {
    margin-bottom: 0
}

ul.pgwSlider > li span, .pgwSlider > .ps-list > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.pgwSlider > li:hover, .pgwSlider > ul > li:hover {
    opacity: 1 !important
}

ul.pgwSlider > li img, .pgwSlider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear
}

.pgwSlider .ps-prevIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block
}

.pgwSlider .ps-nextIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block
}

.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer
}

.pgwSlider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer
}

ul.pgwSlider.wide > li, .pgwSlider.wide > ul > li {
    width: 100% !important
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: .8rem
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit
}

.pgwSlider.narrow .ps-current, ul.pgwSlider.narrow, .pgwSlider.narrow > ul {
    width: 100%
}

ul.pgwSlider.narrow > li, .pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: .7rem;
    margin-bottom: 0
}

ul.pgwSlider.narrow.listOnTheLeft > li, .pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right
}

.pgwSlider.narrow .ps-caption {
    padding: 8px
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}

/*! jQuery UI - v1.11.0 - 2014-07-28
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CVerdana&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23ee1f28&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23C30811&fcHeader=%23ffffff&iconColorHeader=%239A0008&bgColorContent=%23cccccc&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23ee1f28&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&submit=
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url('/static/jquery/css/images/animated-overlay.gif?327025b3e9cf');
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Helvetica, Verdana;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Helvetica, Verdana;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #ccc url('/static/jquery/css/images/ui-bg_flat_75_cccccc_40x100.png?327025b3e9cf') 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #C30811;
    background: #ee1f28 url('/static/jquery/css/images/ui-bg_flat_75_ee1f28_40x100.png?327025b3e9cf') 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url('/static/jquery/css/images/ui-bg_glass_75_e6e6e6_1x400.png?327025b3e9cf') 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url('/static/jquery/css/images/ui-bg_glass_75_dadada_1x400.png?327025b3e9cf') 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ee1f28;
    background: #fff url('/static/jquery/css/images/ui-bg_glass_65_ffffff_1x400.png?327025b3e9cf') 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url('/static/jquery/css/images/ui-bg_glass_55_fbf9ee_1x400.png?327025b3e9cf') 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url('/static/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png?327025b3e9cf') 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_222222_256x240.png?327025b3e9cf')
}

.ui-widget-header .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_9A0008_256x240.png?327025b3e9cf')
}

.ui-state-default .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_888888_256x240.png?327025b3e9cf')
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_454545_256x240.png?327025b3e9cf')
}

.ui-state-active .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_454545_256x240.png?327025b3e9cf')
}

.ui-state-highlight .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_2e83ff_256x240.png?327025b3e9cf')
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url('/static/jquery/css/images/ui-icons_cd0a0a_256x240.png?327025b3e9cf')
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url('/static/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png?327025b3e9cf') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url('/static/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png?327025b3e9cf') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}
ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

ul.thumbnails.image_picker_selector li {
    margin: 0px 12px 12px 0px;
    float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 6px;
    border: 1px solid #dddddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #0088cc;
}

/*!
 * elFinder - file manager for web
 * Version 2.1_n (Nightly: 227fbeb) (2014-07-05)
 * http://elfinder.org
 *
 * Copyright 2009-2013, Studio 42
 * Licensed under a 3 clauses BSD license
 */
.elfinder-dialog-resize {
    margin-top: .3em
}

.elfinder-resize-type {
    float: left;
    margin-bottom: .4em
}

.elfinder-resize-control {
    padding-top: 3em
}

.elfinder-resize-control input[type=text] {
    border: 1px solid #aaa;
    text-align: right
}

.elfinder-resize-preview {
    width: 400px;
    height: 400px;
    padding: 10px;
    background: #fff;
    border: 1px solid #aaa;
    float: right;
    position: relative;
    overflow: auto
}

.elfinder-resize-handle {
    position: relative
}

.elfinder-resize-handle-hline, .elfinder-resize-handle-vline {
    position: absolute;
    background-image: url('/static/elfinder/img/crop.gif?327025b3e9cf')
}

.elfinder-resize-handle-hline {
    width: 100%;
    height: 1px !important;
    background-repeat: repeat-x
}

.elfinder-resize-handle-vline {
    width: 1px !important;
    height: 100%;
    background-repeat: repeat-y
}

.elfinder-resize-handle-hline-top {
    top: 0;
    left: 0
}

.elfinder-resize-handle-hline-bottom {
    bottom: 0;
    left: 0
}

.elfinder-resize-handle-vline-left {
    top: 0;
    left: 0
}

.elfinder-resize-handle-vline-right {
    top: 0;
    right: 0
}

.elfinder-resize-handle-point {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #777;
    background: 0 0
}

.elfinder-resize-handle-point-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px
}

.elfinder-resize-handle-point-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px
}

.elfinder-resize-handle-point-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px
}

.elfinder-resize-handle-point-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px
}

.elfinder-resize-handle-point-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px
}

.elfinder-resize-handle-point-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px
}

.elfinder-resize-handle-point-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px
}

.elfinder-resize-handle-point-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px
}

.elfinder-resize-spinner {
    position: absolute;
    width: 200px;
    height: 30px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    background: url('/static/elfinder/img/progress.gif?327025b3e9cf') center bottom repeat-x
}

.elfinder-resize-row {
    margin-bottom: 7px;
    position: relative
}

.elfinder-resize-label {
    float: left;
    width: 80px;
    padding-top: 3px
}

.elfinder-resize-reset {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: -8px
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-e {
    height: 100%;
    width: 10px
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-s {
    width: 100%;
    height: 10px
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-se {
    background: 0 0;
    bottom: 0;
    right: 0;
    margin-right: -7px;
    margin-bottom: -7px
}

.elfinder-dialog-resize .ui-icon-grip-solid-vertical {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    margin-right: -11px
}

.elfinder-dialog-resize .ui-icon-grip-solid-horizontal {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    margin-bottom: -11px
}

.elfinder-resize-row .elfinder-buttonset {
    float: right
}

.elfinder-resize-rotate-slider {
    float: left;
    width: 195px;
    margin: 7px 7px 0
}

.elfinder-file-edit {
    width: 99%;
    height: 99%;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc
}

.elfinder-help {
    margin-bottom: .5em
}

.elfinder-help .ui-tabs-panel {
    padding: .5em
}

.elfinder-dialog .ui-tabs .ui-tabs-nav li a {
    padding: .2em 1em
}

.elfinder-help-shortcuts {
    height: 300px;
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

.elfinder-help-shortcut {
    white-space: nowrap;
    clear: both
}

.elfinder-help-shortcut-pattern {
    float: left;
    width: 160px
}

.elfinder-help-logo {
    width: 100px;
    height: 96px;
    float: left;
    margin-right: 1em;
    background: url('/static/elfinder/img/logo.png?327025b3e9cf') center center no-repeat
}

.elfinder-help h3 {
    font-size: 1.5em;
    margin: .2em 0 .3em
}

.elfinder-help-separator {
    clear: both;
    padding: .5em
}

.elfinder-help-link {
    padding: 2px
}

.elfinder-help .ui-priority-secondary {
    font-size: .9em
}

.elfinder-help .ui-priority-primary {
    margin-bottom: 7px
}

.elfinder-help-team {
    clear: both;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin: .5em 0;
    font-size: .9em
}

.elfinder-help-team div {
    float: left
}

.elfinder-help-license {
    font-size: .9em
}

.elfinder-help-disabled {
    font-weight: 700;
    text-align: center;
    margin: 90px 0
}

.elfinder-help .elfinder-dont-panic {
    display: block;
    border: 1px solid transparent;
    width: 200px;
    height: 200px;
    margin: 30px auto;
    text-decoration: none;
    text-align: center;
    position: relative;
    background: #d90004;
    -moz-box-shadow: 5px 5px 9px #111;
    -webkit-box-shadow: 5px 5px 9px #111;
    box-shadow: 5px 5px 9px #111;
    background: -moz-radial-gradient(80px 80px, circle farthest-corner, #d90004 35%, #960004 100%);
    background: -webkit-gradient(radial, 80 80, 60, 80 80, 120, from(#d90004), to(#960004));
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: none
}

.elfinder-help .elfinder-dont-panic span {
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 45px
}

.elfinder {
    padding: 0;
    position: relative;
    display: block
}

.elfinder-rtl {
    text-align: right;
    direction: rtl
}

.elfinder-workzone {
    padding: 0;
    position: relative;
    overflow: hidden
}

.elfinder-lock, .elfinder-perms, .elfinder-symlink {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('/static/elfinder/img/toolbar.png?327025b3e9cf');
    background-repeat: no-repeat;
    background-position: 0 -528px
}

.elfinder-na .elfinder-perms {
    background-position: 0 -96px
}

.elfinder-ro .elfinder-perms {
    background-position: 0 -64px
}

.elfinder-wo .elfinder-perms {
    background-position: 0 -80px
}

.elfinder-lock {
    background-position: 0 -656px
}

.elfinder-drag-helper {
    width: 60px;
    height: 50px;
    padding: 0 0 0 25px;
    z-index: 100000
}

.elfinder-drag-helper-icon-plus {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 43px;
    top: 55px;
    background: url('/static/elfinder/img/toolbar.png?327025b3e9cf') 0 -544px no-repeat;
    display: none
}

.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus {
    display: block
}

.elfinder-drag-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    text-align: center;
    padding-top: 2px;
    font-weight: 700;
    color: #fff;
    background-color: red;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.elfinder-drag-helper .elfinder-cwd-icon {
    margin: 0 0 0 -24px;
    float: left
}

.elfinder-overlay {
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.elfinder .elfinder-panel {
    position: relative;
    background-image: none;
    padding: 7px 12px
}

.elfinder-contextmenu, .elfinder-contextmenu-sub {
    display: none;
    position: absolute;
    border: 1px solid #aaa;
    background: #fff;
    color: #555;
    padding: 4px 0
}

.elfinder-contextmenu-sub {
    top: 5px
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-sub {
    margin-left: -5px
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-sub {
    margin-right: -5px
}

.elfinder-contextmenu-item {
    position: relative;
    display: block;
    padding: 4px 30px;
    text-decoration: none;
    white-space: nowrap;
    cursor: default
}

.elfinder-contextmenu .elfinder-contextmenu-item span {
    display: block
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-item {
    text-align: left
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-item {
    text-align: right
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item {
    padding-left: 12px
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item {
    padding-right: 12px
}

.elfinder-contextmenu-arrow, .elfinder-contextmenu-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-icon {
    left: 8px
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-icon {
    right: 8px
}

.elfinder-contextmenu-arrow {
    width: 16px;
    height: 16px;
    background: url('/static/elfinder/img/arrows-normal.png?327025b3e9cf') 5px 4px no-repeat
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-arrow {
    right: 5px
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-arrow {
    left: 5px;
    background-position: 0 -10px
}

.elfinder-contextmenu .ui-state-hover {
    border: 0 solid;
    background-image: none
}

.elfinder-contextmenu-separator {
    height: 0;
    border-top: 1px solid #ccc;
    margin: 0 1px
}

.elfinder-cwd-wrapper {
    overflow: auto;
    position: relative;
    padding: 2px;
    margin: 0
}

.elfinder-cwd-wrapper-list {
    padding: 0
}

.elfinder-cwd {
    position: relative;
    cursor: default;
    padding: 0;
    margin: 0;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active {
    padding: 0;
    border: 2px solid #8cafed
}

.elfinder-cwd-view-icons .elfinder-cwd-file {
    width: 120px;
    height: 80px;
    padding-bottom: 2px;
    cursor: default;
    border: none
}

.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file {
    float: left;
    margin: 0 3px 12px 0
}

.elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file {
    float: right;
    margin: 0 0 5px 3px
}

.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover {
    border: 0 solid
}

.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
    width: 52px;
    height: 52px;
    margin: 1px auto;
    padding: 2px;
    position: relative
}

.elfinder-cwd-view-icons .elfinder-cwd-filename {
    text-align: center;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 3px 1px 0;
    padding: 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.elfinder-cwd-view-icons .elfinder-perms {
    bottom: 4px;
    right: 2px
}

.elfinder-cwd-view-icons .elfinder-lock {
    top: -3px;
    right: -2px
}

.elfinder-cwd-view-icons .elfinder-symlink {
    bottom: 6px;
    left: 0
}

.elfinder-cwd-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url('/static/elfinder/img/icons-big.png?327025b3e9cf') 0 0 no-repeat;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon {
    background-position: 0 -100px
}

.elfinder-cwd-icon-directory {
    background-position: 0 -50px
}

.elfinder-cwd-icon-application {
    background-position: 0 -150px
}

.elfinder-cwd-icon-x-empty, .elfinder-cwd-icon-text {
    background-position: 0 -200px
}

.elfinder-cwd-icon-image, .elfinder-cwd-icon-vnd-adobe-photoshop, .elfinder-cwd-icon-postscript {
    background-position: 0 -250px
}

.elfinder-cwd-icon-audio {
    background-position: 0 -300px
}

.elfinder-cwd-icon-video, .elfinder-cwd-icon-flash-video {
    background-position: 0 -350px
}

.elfinder-cwd-icon-rtf, .elfinder-cwd-icon-rtfd {
    background-position: 0 -401px
}

.elfinder-cwd-icon-pdf {
    background-position: 0 -450px
}

.elfinder-cwd-icon-ms-excel, .elfinder-cwd-icon-msword, .elfinder-cwd-icon-vnd-ms-excel, .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-office, .elfinder-cwd-icon-vnd-ms-powerpoint, .elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-word, .elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12, .elfinder-cwd-icon-vnd-oasis-opendocument-chart, .elfinder-cwd-icon-vnd-oasis-opendocument-database, .elfinder-cwd-icon-vnd-oasis-opendocument-formula, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics-template, .elfinder-cwd-icon-vnd-oasis-opendocument-image, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template, .elfinder-cwd-icon-vnd-oasis-opendocument-text, .elfinder-cwd-icon-vnd-oasis-opendocument-text-master, .elfinder-cwd-icon-vnd-oasis-opendocument-text-template, .elfinder-cwd-icon-vnd-oasis-opendocument-text-web, .elfinder-cwd-icon-vnd-openofficeorg-extension, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template {
    background-position: 0 -500px
}

.elfinder-cwd-icon-html {
    background-position: 0 -550px
}

.elfinder-cwd-icon-css {
    background-position: 0 -600px
}

.elfinder-cwd-icon-javascript, .elfinder-cwd-icon-x-javascript {
    background-position: 0 -650px
}

.elfinder-cwd-icon-x-perl {
    background-position: 0 -700px
}

.elfinder-cwd-icon-x-python {
    background-position: 0 -750px
}

.elfinder-cwd-icon-x-ruby {
    background-position: 0 -800px
}

.elfinder-cwd-icon-x-sh, .elfinder-cwd-icon-x-shellscript {
    background-position: 0 -850px
}

.elfinder-cwd-icon-x-c, .elfinder-cwd-icon-x-csrc, .elfinder-cwd-icon-x-chdr, .elfinder-cwd-icon-x-c--, .elfinder-cwd-icon-x-c--src, .elfinder-cwd-icon-x-c--hdr, .elfinder-cwd-icon-x-java, .elfinder-cwd-icon-x-java-source {
    background-position: 0 -900px
}

.elfinder-cwd-icon-x-php {
    background-position: 0 -950px
}

.elfinder-cwd-icon-xml {
    background-position: 0 -1000px
}

.elfinder-cwd-icon-zip, .elfinder-cwd-icon-x-zip, .elfinder-cwd-icon-x-7z-compressed {
    background-position: 0 -1050px
}

.elfinder-cwd-icon-x-gzip, .elfinder-cwd-icon-x-tar {
    background-position: 0 -1100px
}

.elfinder-cwd-icon-x-bzip, .elfinder-cwd-icon-x-bzip2 {
    background-position: 0 -1150px
}

.elfinder-cwd-icon-x-rar, .elfinder-cwd-icon-x-rar-compressed {
    background-position: 0 -1200px
}

.elfinder-cwd-icon-x-shockwave-flash {
    background-position: 0 -1250px
}

.elfinder-cwd-icon-group {
    background-position: 0 -1300px
}

.elfinder-cwd input {
    width: 100%;
    border: 0 solid;
    margin: 0;
    padding: 0
}

.elfinder-cwd-view-icons input, .elfinder-cwd-view-icons {
    text-align: center
}

.elfinder-cwd table {
    width: 100%;
    border-collapse: collapse;
    border: 0 solid;
    margin: 0 0 10px
}

.elfinder .elfinder-cwd table thead tr {
    border-left: 0 solid;
    border-top: 0 solid;
    border-right: 0 solid
}

.elfinder .elfinder-cwd table td {
    padding: 3px 12px;
    white-space: pre;
    overflow: hidden;
    text-align: right;
    cursor: default;
    border: 0 solid
}

.elfinder-ltr .elfinder-cwd table td {
    text-align: right
}

.elfinder-ltr .elfinder-cwd table td:first-child {
    text-align: left
}

.elfinder-rtl .elfinder-cwd table td {
    text-align: left
}

.elfinder-rtl .elfinder-cwd table td:first-child {
    text-align: right
}

.elfinder-odd-row {
    background: #eee
}

.elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
    width: 97%;
    position: relative
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
    padding-left: 23px
}

.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
    padding-right: 23px
}

.elfinder-cwd-view-list .elfinder-perms, .elfinder-cwd-view-list .elfinder-lock, .elfinder-cwd-view-list .elfinder-symlink {
    top: 50%;
    margin-top: -6px
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-perms {
    left: 7px
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-lock {
    left: 9px;
    top: 0
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink {
    left: -7px
}

.elfinder-cwd-view-list td .elfinder-cwd-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background-image: url('/static/elfinder/img/icons-small.png?327025b3e9cf')
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon {
    left: 0
}

.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon {
    right: 0
}

.std42-dialog {
    padding: 0;
    position: absolute;
    left: auto;
    right: auto
}

.std42-dialog .ui-dialog-titlebar {
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 400;
    padding: .2em 1em
}

.std42-dialog .ui-dialog-titlebar-close, .std42-dialog .ui-dialog-titlebar-close:hover {
    padding: 1px
}

.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar {
    text-align: right
}

.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: auto;
    left: .3em
}

.std42-dialog .ui-dialog-content {
    padding: .3em .5em
}

.std42-dialog .ui-dialog-buttonpane {
    border: 0 solid;
    margin: 0;
    padding: .5em .7em
}

.std42-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 .4em;
    padding: 0;
    outline: 0 solid
}

.std42-dialog .ui-dialog-buttonpane button span {
    padding: 2px 9px
}

.elfinder-dialog .ui-resizable-e, .elfinder-dialog .ui-resizable-s {
    width: 0;
    height: 0
}

.std42-dialog .ui-button input {
    cursor: pointer
}

.elfinder-dialog-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 50%;
    margin-top: -15px;
    background: url('/static/elfinder/img/dialogs.png?327025b3e9cf') 0 0 no-repeat
}

.elfinder-rtl .elfinder-dialog-icon {
    left: auto;
    right: 12px
}

.elfinder-dialog-error .ui-dialog-content, .elfinder-dialog-confirm .ui-dialog-content {
    padding-left: 56px;
    min-height: 35px
}

.elfinder-rtl .elfinder-dialog-error .ui-dialog-content, .elfinder-rtl .elfinder-dialog-confirm .ui-dialog-content {
    padding-left: 0;
    padding-right: 56px
}

.elfinder-dialog-notify .ui-dialog-titlebar-close {
    display: none
}

.elfinder-dialog-notify .ui-dialog-content {
    padding: 0
}

.elfinder-notify {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: .5em;
    text-align: center;
    overflow: hidden
}

.elfinder-ltr .elfinder-notify {
    padding-left: 30px
}

.elfinder-rtl .elfinder-notify {
    padding-right: 30px
}

.elfinder-notify:last-child {
    border: 0 solid
}

.elfinder-notify-progressbar {
    width: 180px;
    height: 8px;
    border: 1px solid #aaa;
    background: #f5f5f5;
    margin: 5px auto;
    overflow: hidden
}

.elfinder-notify-progress {
    width: 100%;
    height: 8px;
    background: url('/static/elfinder/img/progress.gif?327025b3e9cf') center center repeat-x
}

.elfinder-notify-progressbar, .elfinder-notify-progress {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elfinder-dialog-icon-open, .elfinder-dialog-icon-file, .elfinder-dialog-icon-reload {
    background-position: 0 -225px
}

.elfinder-dialog-icon-mkdir {
    background-position: 0 -64px
}

.elfinder-dialog-icon-mkfile {
    background-position: 0 -96px
}

.elfinder-dialog-icon-copy, .elfinder-dialog-icon-prepare, .elfinder-dialog-icon-move {
    background-position: 0 -128px
}

.elfinder-dialog-icon-upload, .elfinder-dialog-icon-chunkmerge {
    background-position: 0 -160px
}

.elfinder-dialog-icon-rm {
    background-position: 0 -192px
}

.elfinder-dialog-icon-download {
    background-position: 0 -260px
}

.elfinder-dialog-icon-save {
    background-position: 0 -295px
}

.elfinder-dialog-icon-rename {
    background-position: 0 -330px
}

.elfinder-dialog-icon-archive, .elfinder-dialog-icon-extract {
    background-position: 0 -365px
}

.elfinder-dialog-icon-search {
    background-position: 0 -402px
}

.elfinder-dialog-icon-resize, .elfinder-dialog-icon-loadimg, .elfinder-dialog-icon-netmount, .elfinder-dialog-icon-netunmount, .elfinder-dialog-icon-dim {
    background-position: 0 -434px
}

.elfinder-dialog-confirm-applyall {
    padding-top: 3px
}

.elfinder-dialog-confirm .elfinder-dialog-icon {
    background-position: 0 -32px
}

.elfinder-info-title .elfinder-cwd-icon {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 1em
}

.elfinder-info-title strong {
    display: block;
    padding: .3em 0 .5em
}

.elfinder-info-tb {
    min-width: 200px;
    border: 0 solid;
    margin: 1em .2em
}

.elfinder-info-tb td {
    white-space: nowrap;
    padding: 2px
}

.elfinder-info-tb tr td:first-child {
    text-align: right
}

.elfinder-info-tb span {
    float: left
}

.elfinder-info-tb a {
    outline: none;
    text-decoration: underline
}

.elfinder-info-tb a:hover {
    text-decoration: none
}

.elfinder-info-spinner {
    width: 14px;
    height: 14px;
    float: left;
    background: url('/static/elfinder/img/spinner-mini.gif?327025b3e9cf') center center no-repeat;
    margin: 0 5px
}

.elfinder-netmount-tb {
    margin: 0 auto
}

.elfinder-netmount-tb input {
    border: 1px solid #ccc
}

.elfinder-upload-dropbox {
    text-align: center;
    padding: 2em 0;
    border: 3px dashed #aaa;
    height: 1em;
    overflow: hidden
}

.elfinder-upload-dropbox.ui-state-hover {
    background: #dfdfdf;
    border: 3px dashed #555
}

.elfinder-upload-dialog-or {
    margin: .3em 0;
    text-align: center
}

.elfinder-upload-dialog-wrapper {
    text-align: center
}

.elfinder-upload-dialog-wrapper .ui-button {
    position: relative;
    overflow: hidden
}

.elfinder-upload-dialog-wrapper .ui-button form {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.elfinder-upload-dialog-wrapper .ui-button form input {
    padding: 0 20px;
    font-size: 3em
}

.dialogelfinder .dialogelfinder-drag {
    border-left: 0 solid;
    border-top: 0 solid;
    border-right: 0 solid;
    font-weight: 400;
    padding: 2px 12px;
    cursor: move;
    position: relative;
    text-align: left
}

.elfinder-rtl .dialogelfinder-drag {
    text-align: right
}

.dialogelfinder-drag-close {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.elfinder-ltr .dialogelfinder-drag-close {
    right: 12px
}

.elfinder-rtl .dialogelfinder-drag-close {
    left: 12px
}

.elfinder-contextmenu .elfinder-contextmenu-item span {
    font-size: .76em
}

.elfinder-cwd-view-icons .elfinder-cwd-filename, .elfinder-cwd-view-list td {
    font-size: .7em
}

.std42-dialog .ui-dialog-titlebar {
    font-size: .82em
}

.std42-dialog .ui-dialog-content {
    font-size: .72em
}

.std42-dialog .ui-dialog-buttonpane {
    font-size: .76em
}

.elfinder-info-tb {
    font-size: .9em
}

.elfinder-upload-dropbox, .elfinder-upload-dialog-or {
    font-size: 1.2em
}

.dialogelfinder .dialogelfinder-drag {
    font-size: .9em
}

.elfinder .elfinder-navbar {
    font-size: .72em
}

.elfinder-place-drag .elfinder-navbar-dir {
    font-size: .9em
}

.elfinder-quicklook-title {
    font-size: .7em
}

.elfinder-quicklook-info-data {
    font-size: .72em
}

.elfinder-quicklook-preview-text-wrapper {
    font-size: .9em
}

.elfinder-button-menu-item {
    font-size: .72em
}

.elfinder-button-search input {
    font-size: .8em
}

.elfinder-statusbar div {
    font-size: .7em
}

.elfinder-drag-num {
    font-size: 12px
}

.elfinder .elfinder-navbar {
    width: 230px;
    padding: 3px 5px;
    background-image: none;
    border-top: 0 solid;
    border-bottom: 0 solid;
    overflow: auto;
    display: none;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elfinder-ltr .elfinder-navbar {
    float: left;
    border-left: 0 solid
}

.elfinder-rtl .elfinder-navbar {
    float: right;
    border-right: 0 solid
}

.elfinder-ltr .ui-resizable-e {
    margin-left: 10px
}

.elfinder-tree {
    display: table;
    width: 100%;
    margin: 0 0 .5em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elfinder-navbar-dir {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 3px 12px;
    margin: 0;
    outline: 0 solid;
    border: 1px solid transparent;
    cursor: default
}

.elfinder-ltr .elfinder-navbar-dir {
    padding-left: 35px
}

.elfinder-rtl .elfinder-navbar-dir {
    padding-right: 35px
}

.elfinder-navbar-arrow {
    width: 12px;
    height: 14px;
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -8px;
    background-image: url('/static/elfinder/img/arrows-normal.png?327025b3e9cf');
    background-repeat: no-repeat
}

.ui-state-active .elfinder-navbar-arrow {
    background-image: url('/static/elfinder/img/arrows-active.png?327025b3e9cf')
}

.elfinder-navbar-collapsed .elfinder-navbar-arrow {
    display: block
}

.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow {
    background-position: 0 4px;
    left: 0
}

.elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow {
    background-position: 0 -10px;
    right: 0
}

.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow, .elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow {
    background-position: 0 -21px
}

.elfinder-navbar-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background-image: url('/static/elfinder/img/toolbar.png?327025b3e9cf');
    background-repeat: no-repeat;
    background-position: 0 -16px
}

.elfinder-ltr .elfinder-navbar-icon {
    left: 14px
}

.elfinder-rtl .elfinder-navbar-icon {
    right: 14px
}

.elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon {
    background-position: 0 0
}

.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon {
    background-position: 0 -48px
}

.ui-state-active .elfinder-navbar-icon, .elfinder-droppable-active .elfinder-navbar-icon, .ui-state-hover .elfinder-navbar-icon {
    background-position: 0 -32px
}

.elfinder-navbar-subtree {
    display: none
}

.elfinder-ltr .elfinder-navbar-subtree {
    margin-left: 12px
}

.elfinder-rtl .elfinder-navbar-subtree {
    margin-right: 12px
}

.elfinder-navbar-spinner {
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -7px;
    background: url('/static/elfinder/img/spinner-mini.gif?327025b3e9cf') center center no-repeat
}

.elfinder-ltr .elfinder-navbar-spinner {
    left: 0;
    margin-left: -2px
}

.elfinder-rtl .elfinder-navbar-spinner {
    right: 0;
    margin-right: -2px
}

.elfinder-navbar .elfinder-perms {
    top: 50%;
    margin-top: -8px
}

.elfinder-navbar .elfinder-lock {
    top: -2px
}

.elfinder-ltr .elfinder-navbar .elfinder-perms {
    left: 18px
}

.elfinder-rtl .elfinder-navbar .elfinder-perms {
    right: 18px
}

.elfinder-ltr .elfinder-navbar .elfinder-lock {
    left: 18px
}

.elfinder-rtl .elfinder-navbar .elfinder-lock {
    right: 18px
}

.elfinder-ltr .elfinder-navbar .elfinder-symlink {
    left: 8px
}

.elfinder-rtl .elfinder-navbar .elfinder-symlink {
    right: 8px
}

.elfinder-navbar .ui-resizable-handle {
    width: 12px;
    background: url('/static/elfinder/img/resize.png?327025b3e9cf') center center no-repeat
}

.elfinder-nav-handle-icon {
    position: absolute;
    top: 50%;
    margin: -8px 2px 0;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.elfinder-places {
    border: 1px solid transparent
}

.elfinder-places.elfinder-droppable-active {
    border: 1px solid #8cafed
}

.elfinder-quicklook {
    position: absolute;
    background: url('/static/elfinder/img/quicklook-bg.png?327025b3e9cf');
    display: none;
    overflow: hidden;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 20px 0 40px
}

.elfinder-quicklook .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 5px;
    bottom: 3px;
    background: url('/static/elfinder/img/toolbar.png?327025b3e9cf') 0 -496px no-repeat
}

.elfinder-quicklook-fullscreen {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    padding: 0;
    background: #000;
    z-index: 90000;
    display: block
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar {
    display: none
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-preview {
    border: 0 solid
}

.elfinder-quicklook-titlebar {
    text-align: center;
    background: #777;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    cursor: move
}

.elfinder-quicklook-title {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 0
}

.elfinder-quicklook-titlebar .ui-icon {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    cursor: default
}

.elfinder-quicklook-preview {
    overflow: hidden;
    position: relative;
    border: 0 solid;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 100%
}

.elfinder-quicklook-info-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -50px
}

.elfinder-quicklook-info {
    padding: 0 12px 0 112px
}

.elfinder-quicklook-info .elfinder-quicklook-info-data:first-child {
    color: #fff;
    font-weight: 700;
    padding-bottom: .5em
}

.elfinder-quicklook-info-data {
    padding-bottom: .2em;
    color: #fff
}

.elfinder-quicklook .elfinder-cwd-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -20px
}

.elfinder-quicklook-preview img {
    display: block;
    margin: 0 auto
}

.elfinder-quicklook-navbar {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 140px;
    height: 32px;
    padding: 0;
    margin-left: -70px;
    border: 1px solid transparent;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
    width: 188px;
    margin-left: -94px;
    padding: 5px;
    border: 1px solid #eee;
    background: #000
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-icon-close, .elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-separator {
    display: inline
}

.elfinder-quicklook-navbar-icon {
    width: 32px;
    height: 32px;
    margin: 0 7px;
    float: left;
    background: url('/static/elfinder/img/quicklook-icons.png?327025b3e9cf') 0 0 no-repeat
}

.elfinder-quicklook-navbar-icon-fullscreen {
    background-position: 0 -64px
}

.elfinder-quicklook-navbar-icon-fullscreen-off {
    background-position: 0 -96px
}

.elfinder-quicklook-navbar-icon-prev {
    background-position: 0 0
}

.elfinder-quicklook-navbar-icon-next {
    background-position: 0 -32px
}

.elfinder-quicklook-navbar-icon-close {
    background-position: 0 -128px;
    display: none
}

.elfinder-quicklook-navbar-separator {
    width: 1px;
    height: 32px;
    float: left;
    border-left: 1px solid #fff;
    display: none
}

.elfinder-quicklook-preview-text-wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #222;
    overflow: auto
}

pre.elfinder-quicklook-preview-text {
    margin: 0;
    padding: 3px 9px
}

.elfinder-quicklook-preview-html, .elfinder-quicklook-preview-pdf {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0 solid;
    margin: 0
}

.elfinder-quicklook-preview-flash {
    width: 100%;
    height: 100%
}

.elfinder-quicklook-preview-audio {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

embed.elfinder-quicklook-preview-audio {
    height: 30px;
    background: 0 0
}

.elfinder-quicklook-preview-video {
    width: 100%;
    height: 100%
}

.elfinder-statusbar {
    text-align: center;
    font-weight: 400;
    padding: .2em .5em;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent
}

.elfinder-statusbar a {
    text-decoration: none
}

.elfinder-path {
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.elfinder-ltr .elfinder-path {
    float: left
}

.elfinder-rtl .elfinder-path {
    float: right
}

.elfinder-stat-size {
    white-space: nowrap
}

.elfinder-ltr .elfinder-stat-size {
    float: right
}

.elfinder-rtl .elfinder-stat-size {
    float: left
}

.elfinder-stat-selected {
    white-space: nowrap;
    overflow: hidden
}

.elfinder-toolbar {
    padding: 4px 0 3px;
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent
}

.elfinder-buttonset {
    margin: 1px 4px;
    float: left;
    background: 0 0;
    padding: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elfinder .elfinder-button {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 4px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 0 solid;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.elfinder .ui-icon-search {
    cursor: pointer
}

.elfinder-button:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.elfinder-button:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.elfinder-toolbar-button-separator {
    float: left;
    padding: 0;
    height: 24px;
    border-top: 0 solid;
    border-right: 0 solid;
    border-bottom: 0 solid;
    width: 0
}

.elfinder .elfinder-button.ui-state-disabled {
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon {
    opacity: .4;
    filter: Alpha(Opacity=40)
}

.elfinder-rtl .elfinder-buttonset {
    float: right
}

.elfinder-button-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url('/static/elfinder/img/toolbar.png?327025b3e9cf') no-repeat
}

.elfinder-button-icon-home {
    background-position: 0 0
}

.elfinder-button-icon-back {
    background-position: 0 -112px
}

.elfinder-button-icon-forward {
    background-position: 0 -128px
}

.elfinder-button-icon-up {
    background-position: 0 -144px
}

.elfinder-button-icon-reload {
    background-position: 0 -160px
}

.elfinder-button-icon-open {
    background-position: 0 -176px
}

.elfinder-button-icon-mkdir {
    background-position: 0 -192px
}

.elfinder-button-icon-mkfile {
    background-position: 0 -208px
}

.elfinder-button-icon-rm {
    background-position: 0 -224px
}

.elfinder-button-icon-copy {
    background-position: 0 -240px
}

.elfinder-button-icon-cut {
    background-position: 0 -256px
}

.elfinder-button-icon-paste {
    background-position: 0 -272px
}

.elfinder-button-icon-getfile {
    background-position: 0 -288px
}

.elfinder-button-icon-duplicate {
    background-position: 0 -304px
}

.elfinder-button-icon-rename {
    background-position: 0 -320px
}

.elfinder-button-icon-edit {
    background-position: 0 -336px
}

.elfinder-button-icon-quicklook {
    background-position: 0 -352px
}

.elfinder-button-icon-upload {
    background-position: 0 -368px
}

.elfinder-button-icon-download {
    background-position: 0 -384px
}

.elfinder-button-icon-info {
    background-position: 0 -400px
}

.elfinder-button-icon-extract {
    background-position: 0 -416px
}

.elfinder-button-icon-archive {
    background-position: 0 -432px
}

.elfinder-button-icon-view {
    background-position: 0 -448px
}

.elfinder-button-icon-view-list {
    background-position: 0 -464px
}

.elfinder-button-icon-help {
    background-position: 0 -480px
}

.elfinder-button-icon-resize {
    background-position: 0 -512px
}

.elfinder-button-icon-search {
    background-position: 0 -561px
}

.elfinder-button-icon-sort {
    background-position: 0 -577px
}

.elfinder-button-icon-rotate-r {
    background-position: 0 -625px
}

.elfinder-button-icon-rotate-l {
    background-position: 0 -641px
}

.elfinder-button-icon-netmount {
    background-position: 0 -688px
}

.elfinder-button-icon-netunmount {
    background-position: 0 -96px
}

.elfinder-button-icon-pixlr {
    background-position: 0 -673px
}

.elfinder .elfinder-menubutton {
    overflow: visible
}

.elfinder-button-menu {
    position: absolute;
    left: 0;
    top: 25px;
    padding: 3px 0
}

.elfinder-button-menu-item {
    white-space: nowrap;
    cursor: default;
    padding: 5px 19px;
    position: relative
}

.elfinder-button-menu .ui-state-hover {
    border: 0 solid
}

.elfinder-button-menu-item-separated {
    border-top: 1px solid #ccc
}

.elfinder-button-menu-item .ui-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    display: none
}

.elfinder-button-menu-item-selected .ui-icon {
    display: block
}

.elfinder-button-menu-item-selected-asc .ui-icon-arrowthick-1-n, .elfinder-button-menu-item-selected-desc .ui-icon-arrowthick-1-s {
    display: none
}

.elfinder-button form {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    cursor: pointer
}

.elfinder .elfinder-button form input {
    background: 0 0;
    cursor: default
}

.elfinder .elfinder-button-search {
    border: 0 solid;
    background: 0 0;
    padding: 0;
    margin: 1px 4px;
    height: auto;
    min-height: 26px;
    float: right;
    width: 202px
}

.elfinder-ltr .elfinder-button-search {
    float: right;
    margin-right: 10px
}

.elfinder-rtl .elfinder-button-search {
    float: left;
    margin-left: 10px
}

.elfinder-button-search input {
    width: 160px;
    height: 22px;
    padding: 0 20px;
    line-height: 22px;
    border: 1px solid #aaa;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    outline: 0 solid
}

.elfinder-rtl .elfinder-button-search input {
    direction: rtl
}

.elfinder-button-search .ui-icon {
    position: absolute;
    height: 18px;
    top: 50%;
    margin: -9px 4px 0;
    opacity: .6;
    filter: Alpha(Opacity=60)
}

.elfinder-ltr .elfinder-button-search .ui-icon-search {
    left: 0
}

.elfinder-rtl .elfinder-button-search .ui-icon-search, .elfinder-ltr .elfinder-button-search .ui-icon-close {
    right: 0
}

.elfinder-rtl .elfinder-button-search .ui-icon-close {
    left: 0
}
@media only screen and (max-width: 45em) {
  .og-fullimg {
    display: none; } }

.pgwSlider .ps-caption br {
  display: none; }
.pgwSlider .ps-caption b {
  color: white;
  border-bottom: 1px solid white; }
@media only screen and (max-width: 45em) {
  .pgwSlider .ps-caption {
    padding: 3px; }
    .pgwSlider .ps-caption b {
      border: none; } }

input[type="search"] {
  -webkit-appearance: textfield; }

._flex, ._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6, ._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul, ._flex_center, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career, body > main, .social p, section header, body > header, div.donate_and_newsletter .contact, body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 100%;
  align-content: center;
  align-items: center; }

._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6 {
  justify-content: space-between; }

._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul {
  justify-content: space-around; }

._flex_center, body > footer, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career {
  justify-content: center; }

._flex, ._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6, ._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul, ._flex_center, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career, body > main, .social p, section header, body > header, div.donate_and_newsletter .contact, body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 100%;
  align-content: center;
  align-items: center; }

._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6 {
  justify-content: space-between; }

._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul {
  justify-content: space-around; }

._flex_center, body > footer, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career {
  justify-content: center; }

._flex, ._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6, ._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul, ._flex_center, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career, body > main, .social p, section header, body > header, div.donate_and_newsletter .contact, body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 100%;
  align-content: center;
  align-items: center; }

._flex_between, body > footer, footer nav, section header > div, section header > div div, div.donate_and_newsletter, div.donate_and_newsletter .aboutus, b, h1, h2, h3, h4, h5, h6 {
  justify-content: space-between; }

._flex_around, body > footer > div, footer nav > ul, body > header > div, body > header nav, body > header nav div, header > nav > ul, header .banners #signin div, div.donate_and_newsletter .contact div.social, section.members ul {
  justify-content: space-around; }

._flex_center, body > footer, section, .messages, .messages li, div.donate_and_newsletter a, div.donate_and_newsletter input.submit, div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter, div.donate_and_newsletter p, div.donate_and_newsletter input[type=text], div.donate_and_newsletter form, section.news, section.career {
  justify-content: center; }

/* Main Primary color*/
/* Main Secondary color (1) */
/* Main Complement color */
article {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10; }

article h1 {
  align-self: flex-start; }
article header {
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  margin-bottom: 10px; }
  article header .pictures, article header img {
    width: 375px;
    height: 225px; }
    @media only screen and (max-width: 45em) {
      article header .pictures, article header img {
        width: 100%; } }
  article header .details {
    min-width: 400px; }
    @media only screen and (max-width: 45em) {
      article header .details {
        min-width: initial;
        margin-top: 10px;
        width: 100%; } }
    article header .details tr {
      margin-bottom: 15px;
      border-bottom: 1px #c30811 solid; }
      article header .details tr td:first-child {
        font-size: 18px;
        font-weight: bold;
        color: #c30811;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }
      article header .details tr:last-child {
        height: 55px;
        border: none; }
article .actions {
  text-align: center; }
  article .actions form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
article details {
  align-self: flex-start;
  width: 100%; }

.animate {
  transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.action-button {
  position: relative;
  padding: 10px 0px;
  flex: 1 1 100%;
  text-align: center;
  font-weight: bold;
  border: groove;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  border-radius: 10px;
  font-size: 20px;
  color: #FFF;
  text-decoration: none; }

.action-button:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  border-bottom: 1px solid; }

.blue {
  background-color: #3498DB;
  border-bottom: 5px solid #2980B9;
  text-shadow: 0px -2px #2980B9; }

.red {
  background-color: #E74C3C;
  border-bottom: 5px solid #BD3E31;
  text-shadow: 0px -2px #BD3E31; }

.green {
  background-color: #82BF56;
  border-bottom: 5px solid #669644;
  text-shadow: 0px -2px #669644; }

.yellow {
  background-color: #F2CF66;
  border-bottom: 5px solid #D1B358;
  text-shadow: 0px -2px #D1B358; }

#twitter svg:hover {
  background-color: #00aced; }

#youtube svg:hover {
  background-color: #bb0000; }

#facebook svg:hover {
  background-color: #3b5998; }

#linkedin svg:hover {
  background-color: #007bb6; }

#googleplus svg:hover {
  background-color: #dd4b39; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px; }

body > main {
  border-width: 0px 1px 0px 1px;
  flex: 1 1 70%;
  z-index: 1;
  border-color: #a2a0a0;
  position: relative;
  background-color: white;
  flex-wrap: wrap;
  padding-bottom: 45px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1), 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  justify-content: center; }
  @media screen and (max-width: 640px) {
    body > main {
      padding: 0px; } }
  body > main section {
    flex: 1 0 100%; }
  body > main > form {
    width: 480px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    flex-wrap: wrap; }
    body > main > form p {
      flex: 1 1 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body > main > form p input {
        flex: 1 1 40%; }
      body > main > form p label {
        flex: 1 1 40%; }

.grad {
  height: 340px;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04)); }

body > aside {
  display: flex;
  z-index: 8;
  background-color: #5f6a6d;
  align-content: flex-start;
  padding-top: 30px;
  border-style: solid;
  border-color: #3f4749;
  z-index: 1;
  justify-content: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 45em) {
    body > aside {
      border-width: 0px; } }
  body > aside #portfolio-filter {
    display: none; }
  body > aside h2 {
    border-bottom-color: white;
    text-align: center;
    color: white; }
  @media screen and (max-width: 1200px) {
    body > aside {
      flex: 1 0 100%; } }
  @media screen and (min-width: 1200px) {
    body > aside {
      flex: 1 1 23%; } }

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .contact h1 {
    flex: initial;
    align-self: flex-start;
    width: 100%; }
  .contact p {
    font-size: 16px; }
  .contact address {
    padding: 10px; }
  .contact table tr td {
    padding: 5px; }
    .contact table tr td:first-child {
      font-size: 18px;
      font-weight: bold;
      color: #c30811;
      font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }
    .contact table tr td:last-child {
      font-size: 18px;
      border: none; }

body > footer {
  background-color: #465052;
  color: white;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }
  body > footer a {
    text-decoration: none;
    color: #ffffff; }
  body > footer a {
    cursor: pointer; }

#sponsors {
  background-color: #ffffff;
  border-bottom: 2px solid #ee1f29;
  border-top: 2px solid #ee1f29;
  padding: 10px 0px; }
  #sponsors img:not(:hover) {
    -webkit-filter: grayscale(100%);
    -webkit-filter: -webkit-grayscale(100%);
    filter: -moz-grayscale(100%);
    -moz-filter: -moz-grayscale(100%);
    -moz-filter: -moz-grayscale(100%);
    filter: gray(100%); }
  @media only screen and (max-width: 45em) {
    #sponsors a {
      flex: 1 1 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: auto; }
      #sponsors a img {
        height: 30px; }
      #sponsors a p {
        color: #71dd65;
        font-size: 2rem;
        display: inline;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold; } }
  #sponsors a p {
    display: none; }
    @media only screen and (max-width: 45em) {
      #sponsors a p {
        display: inline;
        color: #000; } }

footer nav {
  background-image: url('/static/enet/img/map.png?cd8844f90cb0');
  background-repeat: no-repeat;
  position: relative;
  line-height: normal;
  flex: initial; }
  @media only screen and (max-width: 640px) {
    footer nav {
      display: none; } }
  footer nav > ul > li {
    display: block;
    text-align: center; }
    footer nav > ul > li h3 {
      border: initial;
      text-align: center; }
    footer nav > ul > li ul {
      list-style: none; }
      footer nav > ul > li ul li {
        justify-content: center; }
  footer nav h3 {
    justify-content: center; }
  footer nav > ul {
    padding: 10px 0px;
    z-index: 1;
    align-items: flex-start;
    align-content: flex-start; }
    footer nav > ul > li {
      padding: 15px; }
  footer nav > img {
    z-index: 0;
    position: absolute;
    height: 100%; }

footer > .social {
  display: none; }
  @media only screen and (max-width: 45em) {
    footer > .social {
      display: block; } }

.social {
  flex: initial; }
  @media only screen and (max-width: 45em) {
    .social {
      margin: 20px auto; } }
  .social p {
    color: white;
    padding: 5px; }
  .social img {
    background-color: #c30811;
    height: 30px;
    width: 30px;
    padding: 5px;
    margin: 5px; }
    @media only screen and (max-width: 45em) {
      .social img {
        height: 30px;
        width: 30px;
        margin: 1px;
        padding: 5px; } }

section header {
  align-content: space-around;
  align-items: stretch; }
section header > div {
  flex: 1 1 40%;
  align-content: space-around;
  align-items: stretch; }
  @media only screen and (max-width: 45em) {
    section header > div {
      flex: 1 1 100%; } }

body > header {
  background-color: #ffffff; }

header > nav {
  background-color: #c30811;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  z-index: 99; }
  header > nav > ul > li {
    display: block;
    text-align: center; }
    header > nav > ul > li h3 {
      border: initial;
      text-align: center; }
    header > nav > ul > li ul {
      list-style: none; }
      header > nav > ul > li ul li {
        justify-content: center; }
  header > nav a {
    text-decoration: none;
    color: #ffffff; }
  header > nav > a {
    z-index: 1000;
    display: none; }
    @media only screen and (max-width: 45em) {
      header > nav > a {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 41px;
        width: 41px;
        margin: 2px;
        color: #fff;
        background-color: #ee1f29; }
        header > nav > a svg {
          margin: auto;
          fill: #fff; } }
  @media only screen and (max-width: 45em) {
    header > nav {
      order: -1; }
      header > nav:not(:target) > a:first-of-type, header > nav:target > a:last-of-type {
        display: flex;
        justify-content: center;
        align-items: center; }
      header > nav:not(:target) > ul {
        display: none; }
      header > nav:target > ul {
        display: block;
        background-color: #c30811;
        position: fixed;
        top: 0rem;
        left: 0px;
        right: 0px; }
      header > nav:target > a {
        display: none; } }
  header > nav ul {
    flex-wrap: nowrap; }
    header > nav ul li {
      flex: 1 1 20%;
      position: relative; }
      header > nav ul li:last-child {
        flex: 2 1 30%; }
      header > nav ul li a {
        padding: 20px 25px;
        display: block; }
        header > nav ul li a:hover {
          background-color: #ee1f29; }
      header > nav ul li:hover ul {
        display: block; }
      @media only screen and (max-width: 45em) {
        header > nav ul li:hover ul {
          display: none; }
 }
      header > nav ul li ul {
        display: none;
        top: 54px;
        position: absolute;
        left: 0px;
        right: 0px; }
        header > nav ul li ul li {
          font-size: 14px;
          background-color: #fa4b54; }
          header > nav ul li ul li a {
            padding: 5px 0px; }

header nav form {
  flex: 2 1 200px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #c30811; }
  @media only screen and (max-width: 500px) {
    header nav form {
      display: none; } }
  header nav form div {
    flex-wrap: nowrap;
    height: 30px;
    padding: 3px;
    background-color: #9a0008;
    display: flex;
    border-radius: 5px; }
    header nav form div input {
      background-color: #9a0008;
      color: #fff;
      border: none;
      width: 200px;
      font-size: 25px; }
  header nav form img {
    align-self: center;
    height: 25px;
    width: 25px;
    background-color: #9a0008;
    fill: #fff; }

header .banners {
  padding: 1%; }
  header .banners h2 {
    display: none; }
  header .banners > img, header .banners a > img {
    height: 100px; }
  header .banners #eestec-text {
    height: 50px; }
  header .banners #signin a {
    text-decoration: none;
    color: #ffffff; }
  header .banners #signin div {
    padding: 3px; }
  header .banners #signin input[role=button], header .banners #signin a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    background-color: #9a0008;
    width: 138px;
    padding: 0px;
    margin: 0px;
    border-radius: 4px;
    border: none;
    display: block;
    cursor: pointer;
    line-height: initial; }
    header .banners #signin input[role=button] a, header .banners #signin input[role=button] input[type=submit], header .banners #signin a a, header .banners #signin a input[type=submit] {
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
      background-color: #9a0008;
      border: none; }

#feedbackbutton {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background-color: #c30811;
  cursor: pointer;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  color: white;
  padding: 15px;
  border-bottom-right-radius: 15px; }

.messages li {
  padding: 30px;
  color: #555555;
  font-size: 18px; }
.messages .info {
  background-color: rgba(173, 216, 230, 0.5); }
.messages .success {
  background-color: #71dd65; }
.messages .error {
  background-color: #fc737a; }

main.home {
  display: block;
  background: none; }
  main.home h1, main.home h2, main.home h3 {
    color: white;
    border-bottom: 1px solid white; }
  main.home b {
    color: white;
    border-bottom: 1px solid white; }
    @media only screen and (max-width: 45em) {
      main.home b {
        font-size: 16px;
        font-weight: normal;
        border: none; } }

div.donate_and_newsletter {
  order: 4;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  background-color: #9a0008;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  background: none;
  margin: 30px 0px; }
  div.donate_and_newsletter a {
    text-decoration: none;
    color: #ffffff; }
  div.donate_and_newsletter a, div.donate_and_newsletter input[type=submit] {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    background-color: #9a0008;
    border: none; }
  div.donate_and_newsletter h1 {
    color: white;
    border-bottom: 1px solid white;
    text-align: center; }
  div.donate_and_newsletter a, div.donate_and_newsletter input.submit {
    padding: 10px;
    background-color: #c30811;
    font-weight: bolder; }
  div.donate_and_newsletter input.submit {
    padding: 8px; }
  div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter {
    flex: initial;
    font-size: 16px;
    padding: 20px; }
    @media (max-width: 1000px) {
      div.donate_and_newsletter .donate, div.donate_and_newsletter .newsletter {
        order: 3;
        flex: 1 1 100%;
        padding: 10px; } }
  div.donate_and_newsletter p, div.donate_and_newsletter input[type=text] {
    padding: 5px;
    margin: 3px;
    flex: initial;
    color: black; }
  @media (max-width: 1000px) {
    div.donate_and_newsletter .newsletter {
      order: 4;
      flex: 1 1 100%;
      padding: 10px; } }
  @media (max-width: 1000px) {
    div.donate_and_newsletter form {
      width: initial;
      padding: initial;
      position: initial; } }
  div.donate_and_newsletter form input[type=text] {
    flex: initial; }
  div.donate_and_newsletter .aboutus, div.donate_and_newsletter .contact {
    padding: 15px; }
  div.donate_and_newsletter .aboutus {
    text-align: left;
    flex: 0 0 50%;
    min-height: 100px;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.5); }
    div.donate_and_newsletter .aboutus p {
      color: white;
      display: flex;
      padding: 10px; }
      @media screen and (min-width: 1200px) {
        div.donate_and_newsletter .aboutus p {
          padding: 20px; } }
    @media screen and (max-width: 1000px) {
      div.donate_and_newsletter .aboutus {
        flex: 1 1 100%; } }
  div.donate_and_newsletter .contact {
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 0 0 40%; }
    div.donate_and_newsletter .contact div.social {
      padding: 10px 0px; }
    div.donate_and_newsletter .contact a {
      padding: 0px;
      flex: initial; }
    @media screen and (max-width: 1000px) {
      div.donate_and_newsletter .contact {
        flex: 1 1 100%; } }

article.activities {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px; }

a.eestecer {
  width: 100px;
  height: 100px; }

#userpersonal {
  flex: 1 1 100%; }

article.eestecer .details {
  justify-content: flex-start; }

section.events {
  margin: 3px; }
  section.events > form {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px; }
    section.events > form > div {
      text-align: center; }

#transport-wrapper p {
  display: flex;
  justify-content: space-between; }

form#userupdate {
  padding: 15px;
  width: 100%; }
  form#userupdate p {
    padding: 5px; }

.errorlist {
  color: red;
  font-weight: bold;
  font-size: 12px; }

.error {
  color: red; }

.dialogform {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap; }
  .dialogform fieldset, .dialogform ul {
    flex: 1 1 100%; }
  .dialogform legend {
    font-size: 17px;
    color: #c30811;
    display: block;
    font-weight: bold;
    border-bottom: 1px #c30811 solid;
    width: 100%;
    padding: 1px 10px; }
  .dialogform li {
    padding: 0px 10px;
    flex: 1 1 100%;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .dialogform select, .dialogform input, .dialogform textarea {
    border-radius: 15px;
    border-style: none;
    padding: 10px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.025); }
    .dialogform select[type="submit"], .dialogform input[type="submit"], .dialogform textarea[type="submit"] {
      background-colr: rgba(0, 0, 0, 0.05); }
    .dialogform select:hover, .dialogform input:hover, .dialogform textarea:hover {
      background-color: rgba(0, 0, 0, 0.03); }

section.history ul {
  width: 100%;
  justify-content: flex-start; }
  section.history ul li {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2px 20px; }
section.history details {
  width: 100%; }
  section.history details p {
    padding: 10px; }

a.member {
  width: 191px;
  height: 126px; }
  a.member figure {
    width: 191px;
    height: 126px; }

div.team {
  height: 300px; }

#map {
  width: 80%;
  height: 350px; }

section.news, section.career {
  margin: 10px 30px 0px 0px; }
  @media only screen and (max-width: 640px) {
    section.news, section.career {
      margin: 2px; } }
  section.news > ul, section.career > ul {
    flex: 1 1 100%;
    justify-content: flex-start; }
  section.news img, section.career img {
    margin: 0px 20px 0px 10px; }
    @media only screen and (max-width: 640px) {
      section.news img, section.career img {
        width: 100%;
        margin: 0px; } }
  section.news a, section.career a {
    color: blue; }
  section.news h1, section.career h1 {
    padding-right: 30px; }
    section.news h1 span, section.career h1 span {
      color: black;
      font-size: 14px;
      font-weight: normal; }

section.career {
  align-content: center;
  align-items: center;
  justify-content: center; }
  section.career img {
    padding-top: 3px; }
  section.career div {
    display: flex;
    flex: 1 1 100%;
    align-content: center;
    align-items: center;
    justify-content: center; }

a.news, a.career {
  width: 150px;
  height: 150px; }

#dialogform li {
  height: initial; }

div.thumbnail {
  text-align: center; }

.static {
  flex: 1 1 100%;
  z-index: 1;
  padding: 0 5%;
  display: block; }
  .static h1 {
    margin: 10px 0px 5px 0px; }
  .static h2 {
    margin: 0 2% 3px 2%;
    width: 60%; }
  .static p {
    padding: 0 5%; }
  .static a {
    color: blue; }

div.stub {
  height: 238px;
  margin: 15px;
  width: 410px; }
  @media only screen and (max-width: 45em) {
    div.stub {
      width: 100%;
      margin: 10px 0px;
      height: initial; } }
  div.stub h1 {
    background-color: #9a0008;
    color: white;
    padding: 10px;
    margin: 0px; }
  div.stub img {
    height: 104px;
    width: 100%;
    margin: 0px;
    border: 0px; }
    @media only screen and (max-width: 45em) {
      div.stub img {
        width: 100%;
        height: initial; } }
  div.stub p {
    padding: 10px;
    color: white;
    background-color: #c30811; }

div.websitefeedback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  div.websitefeedback p {
    flex: 1 1 100%;
    text-align: center; }
  div.websitefeedback input, div.websitefeedback textarea {
    border-radius: 15px;
    border-style: none;
    padding: 10px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.02); }
    div.websitefeedback input[type="submit"], div.websitefeedback textarea[type="submit"] {
      background-colr: rgba(0, 0, 0, 0.05); }
    div.websitefeedback input:hover, div.websitefeedback textarea:hover {
      background-color: rgba(0, 0, 0, 0.03); }
  div.websitefeedback form {
    text-align: center; }
    div.websitefeedback form p {
      text-align: left; }

main.wiki {
  padding: 0% 5% 5% 5%; }
  main.wiki h1 {
    display: flex;
    justify-content: space-between; }
    main.wiki h1 nav a {
      color: #000000;
      font-size: 12px;
      padding: 0px 20px; }
  main.wiki body, main.wiki span, main.wiki nav, main.wiki header, main.wiki main {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%; }
  main.wiki nav {
    flex: 1 1 20%;
    align-items: flex-start;
    border-right: 1px solid #c30811; }
    main.wiki nav ul {
      justify-content: flex-start;
      border-bottom: 1px solid black;
      padding: 2px;
      margin: 2px; }
      main.wiki nav ul li {
        flex: 1 1 100%;
        justify-content: flex-start;
        padding: 3px; }
        main.wiki nav ul li a {
          font-size: 14px;
          color: black; }
  main.wiki ul.latest {
    flex: 1 1 100%; }
    main.wiki ul.latest li {
      display: flex;
      justify-content: space-between;
      flex: 1 1 100%; }
      main.wiki ul.latest li span {
        display: flex;
        flex: 1 1 30%;
        justify-content: flex-end; }
      main.wiki ul.latest li a {
        color: blue;
        text-align: left;
        font-size: 16px; }
  main.wiki main {
    flex: 1 1 75%;
    display: block;
    min-height: 600px;
    padding: 5px; }

.board {
  flex-direction: row;
  align-items: flex-start;
  padding: 20px; }
  .board figure {
    text-align: center; }
  .board a {
    margin: auto; }
  .board h4 {
    height: 80px; }
  .board div {
    flex: 1 1 20%; }
    .board div p {
      padding-top: 5px; }

@font-face {
  font-family: "helvetica neue";
  src: url('/static/enet/fonts/HelveticaNeueLTPro-Lt.otf?cd8844f90cb0'); }

b, h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  align-items: center;
  font-size: 22px;
  padding: 1px 20px;
  border-bottom: 1px solid #c30811;
  margin: 3px;
  color: #c30811; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

body {
  align-items: stretch;
  max-width: 1280px;
  font-size: 16px;
  margin: 0px auto;
  background-image: url('/static/enet/img/bg.jpg?cd8844f90cb0'); }

html {
  font-family: 'Helvetica Neue', 'helvetica neue', Helvetica, Arial, sans-serif; }

@media only screen and (max-width: 45em) {
  .og-fullimg {
    display: none; } }

.pgwSlider .ps-caption br {
  display: none; }
.pgwSlider .ps-caption b {
  color: white;
  border-bottom: 1px solid white; }
@media only screen and (max-width: 45em) {
  .pgwSlider .ps-caption {
    padding: 3px; }
    .pgwSlider .ps-caption b {
      border: none; } }

input[type="search"] {
  -webkit-appearance: textfield; }
