blockquote p {
    font-size: 14px !important;
    line-height: 125%;
}

.well .btn, #ticket-info .btn, #ticket-buttons .btn,
#ticket-buttons button,
ul#filters a {
    color: #0c3654 !important;
    background: #CCC !important;
    border: 1px solid #CCC !important;
    border-radius: 10px !important
}

.well .btn:hover, #ticket-info .btn:hover, #ticket-buttons .btn:hover,
#ticket-buttons button:hover,
ul#filters a:hover {
    color: #fff !important;
    background: #0C2436 !important;
    border: 1px solid #0C2436;
    text-decoration: none;
}

#adminForm .btn-success , #adminForm .btn-danger{
    color: #0C2436 !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#ccc,#ccc) !important;
}

#adminForm .btn-success:hover , #adminForm .btn-danger:hover{
    color: #fff !important;
    background-color: #0C2436 !important;
    background-image: linear-gradient(to bottom,#0C2436,#0C2436) !important;
}

.icon-white {
    background-position: left center !important;
}

.animated,
.zen-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-slower {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-faster {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.zen-icon:before,
.icon-envelope:before,
.icon-print:before,
.icon-calendar:before,
.icon-remove:before,
.icon-edit:before,
.icon-folder-2:before,
.icon-search:before,
.icon-search {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zen-icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zen-icon-2x {
    font-size: 2em
}

.zen-icon-3x {
    font-size: 3em
}

.zen-icon-4x {
    font-size: 4em
}

.zen-icon-5x {
    font-size: 5em
}

.zen-icon-fw {
    width: 1.28571429em;
    text-align: center
}

.zen-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.zen-icon-ul > li {
    position: relative
}

.zen-icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.zen-icon-li.zen-icon-lg {
    left: -1.85714286em
}

.zen-icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.zen-icon.pull-left {
    margin-right: .3em
}

.zen-icon.pull-right {
    margin-left: .3em
}

.zen-icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.zen-icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zen-icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zen-icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zen-icon-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.zen-icon-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .zen-icon-rotate-90,
:root .zen-icon-rotate-180,
:root .zen-icon-rotate-270,
:root .zen-icon-flip-horizontal,
:root .zen-icon-flip-vertical {
    filter: none
}

.zen-icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zen-icon-stack-1x,
.zen-icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zen-icon-stack-1x {
    line-height: inherit
}

.zen-icon-stack-2x {
    font-size: 2em
}

.zen-icon-inverse {
    color: #fff
}

.zen-icon-glass:before {
    content: "\f000"
}

.zen-icon-music:before {
    content: "\f001"
}

.zen-icon-search:before,
.icon-search {
    content: "\f002"
}

.zen-icon-envelope-o:before {
    content: "\f003"
}

.zen-icon-heart:before {
    content: "\f004"
}

.zen-icon-star:before {
    content: "\f005"
}

.zen-icon-star-o:before {
    content: "\f006"
}

.zen-icon-user:before {
    content: "\f007"
}

.zen-icon-film:before {
    content: "\f008"
}

.zen-icon-th-large:before {
    content: "\f009"
}

.zen-icon-th:before {
    content: "\f00a"
}

.zen-icon-th-list:before {
    content: "\f00b"
}

.zen-icon-check:before {
    content: "\f00c"
}

.zen-icon-remove:before,
.zen-icon-close:before,
.zen-icon-times:before,
.icon-remove:before {
    content: "\f00d"
}

.zen-icon-search-plus:before {
    content: "\f00e"
}

.zen-icon-search-minus:before {
    content: "\f010"
}

.zen-icon-power-off:before {
    content: "\f011"
}

.zen-icon-signal:before {
    content: "\f012"
}

.zen-icon-gear:before,
.zen-icon-cog:before {
    content: "\f013"
}

.zen-icon-trash-o:before {
    content: "\f014"
}

.zen-icon-home:before {
    content: "\f015"
}

.zen-icon-file-o:before {
    content: "\f016"
}

.zen-icon-clock-o:before {
    content: "\f017"
}

.zen-icon-road:before {
    content: "\f018"
}

.zen-icon-download:before {
    content: "\f019"
}

.zen-icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.zen-icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.zen-icon-inbox:before {
    content: "\f01c"
}

.zen-icon-play-circle-o:before {
    content: "\f01d"
}

.zen-icon-rotate-right:before,
.zen-icon-repeat:before {
    content: "\f01e"
}

.zen-icon-refresh:before {
    content: "\f021"
}

.zen-icon-list-alt:before {
    content: "\f022"
}

.zen-icon-lock:before {
    content: "\f023"
}

.zen-icon-flag:before {
    content: "\f024"
}

.zen-icon-headphones:before {
    content: "\f025"
}

.zen-icon-volume-off:before {
    content: "\f026"
}

.zen-icon-volume-down:before {
    content: "\f027"
}

.zen-icon-volume-up:before {
    content: "\f028"
}

.zen-icon-qrcode:before {
    content: "\f029"
}

.zen-icon-barcode:before {
    content: "\f02a"
}

.zen-icon-tag:before {
    content: "\f02b"
}

.zen-icon-tags:before {
    content: "\f02c"
}

.zen-icon-book:before {
    content: "\f02d"
}

.zen-icon-bookmark:before {
    content: "\f02e"
}

.zen-icon-print:before {
    content: "\f02f"
}

.zen-icon-print:before,
.icon-print:before {
    content: "\f02f"
}

.zen-icon-mail:before,
.icon-envelope:before {
    content: "\f0e0"
}

.zen-icon-camera:before {
    content: "\f030"
}

.zen-icon-font:before {
    content: "\f031"
}

.zen-icon-bold:before {
    content: "\f032"
}

.zen-icon-italic:before {
    content: "\f033"
}

.zen-icon-text-height:before {
    content: "\f034"
}

.zen-icon-text-width:before {
    content: "\f035"
}

.zen-icon-align-left:before {
    content: "\f036"
}

.zen-icon-align-center:before {
    content: "\f037"
}

.zen-icon-align-right:before {
    content: "\f038"
}

.zen-icon-align-justify:before {
    content: "\f039"
}

.zen-icon-list:before {
    content: "\f03a"
}

.zen-icon-dedent:before,
.zen-icon-outdent:before {
    content: "\f03b"
}

.zen-icon-indent:before {
    content: "\f03c"
}

.zen-icon-video-camera:before {
    content: "\f03d"
}

.zen-icon-photo:before,
.zen-icon-image:before,
.zen-icon-picture-o:before {
    content: "\f03e"
}

.zen-icon-pencil:before,
.icon-edit:before {
    content: "\f040"
}

.zen-icon-map-marker:before {
    content: "\f041"
}

.zen-icon-adjust:before {
    content: "\f042"
}

.zen-icon-tint:before {
    content: "\f043"
}

.zen-icon-edit:before,
.jmodedit .icon-edit:before,
.zen-icon-pencil-square-o:before {
    content: "\f044"
}

.zen-icon-share-square-o:before {
    content: "\f045"
}

.zen-icon-check-square-o:before {
    content: "\f046"
}

.zen-icon-arrows:before {
    content: "\f047"
}

.zen-icon-step-backward:before {
    content: "\f048"
}

.zen-icon-fast-backward:before {
    content: "\f049"
}

.zen-icon-backward:before {
    content: "\f04a"
}

.zen-icon-play:before {
    content: "\f04b"
}

.zen-icon-pause:before {
    content: "\f04c"
}

.zen-icon-stop:before {
    content: "\f04d"
}

.zen-icon-forward:before {
    content: "\f04e"
}

.zen-icon-fast-forward:before {
    content: "\f050"
}

.zen-icon-step-forward:before {
    content: "\f051"
}

.zen-icon-eject:before {
    content: "\f052"
}

.zen-icon-chevron-left:before {
    content: "\f053"
}

.zen-icon-chevron-right:before {
    content: "\f054"
}

.zen-icon-plus-circle:before {
    content: "\f055"
}

.zen-icon-minus-circle:before {
    content: "\f056"
}

.zen-icon-times-circle:before {
    content: "\f057"
}

.zen-icon-check-circle:before {
    content: "\f058"
}

.zen-icon-question-circle:before {
    content: "\f059"
}

.zen-icon-info-circle:before {
    content: "\f05a"
}

.zen-icon-crosshairs:before {
    content: "\f05b"
}

.zen-icon-times-circle-o:before {
    content: "\f05c"
}

.zen-icon-check-circle-o:before {
    content: "\f05d"
}

.zen-icon-ban:before {
    content: "\f05e"
}

.zen-icon-arrow-left:before {
    content: "\f060"
}

.zen-icon-arrow-right:before {
    content: "\f061"
}

.zen-icon-arrow-up:before {
    content: "\f062"
}

.zen-icon-arrow-down:before {
    content: "\f063"
}

.zen-icon-mail-forward:before,
.zen-icon-share:before {
    content: "\f064"
}

.zen-icon-expand:before {
    content: "\f065"
}

.zen-icon-compress:before {
    content: "\f066"
}

.zen-icon-plus:before {
    content: "\f067"
}

.zen-icon-minus:before {
    content: "\f068"
}

.zen-icon-asterisk:before {
    content: "\f069"
}

.zen-icon-exclamation-circle:before {
    content: "\f06a"
}

.zen-icon-gift:before {
    content: "\f06b"
}

.zen-icon-leaf:before {
    content: "\f06c"
}

.zen-icon-fire:before {
    content: "\f06d"
}

.zen-icon-eye:before {
    content: "\f06e"
}

.zen-icon-eye-slash:before {
    content: "\f070"
}

.zen-icon-warning:before,
.zen-icon-exclamation-triangle:before {
    content: "\f071"
}

.zen-icon-plane:before {
    content: "\f072"
}

.zen-icon-calendar:before,
.icon-calendar:before {
    content: "\f073"
}

.zen-icon-random:before {
    content: "\f074"
}

.zen-icon-comment:before {
    content: "\f075"
}

.zen-icon-magnet:before {
    content: "\f076"
}

.zen-icon-chevron-up:before {
    content: "\f077"
}

.zen-icon-chevron-down:before {
    content: "\f078"
}

.zen-icon-retweet:before {
    content: "\f079"
}

.zen-icon-shopping-cart:before {
    content: "\f07a"
}

.zen-icon-folder:before,
.icon-folder-2:before {
    content: "\f07b"
}

.zen-icon-folder-open:before {
    content: "\f07c"
}

.zen-icon-arrows-v:before {
    content: "\f07d"
}

.zen-icon-arrows-h:before {
    content: "\f07e"
}

.zen-icon-bar-chart-o:before,
.zen-icon-bar-chart:before {
    content: "\f080"
}

.zen-icon-twitter-square:before {
    content: "\f081"
}

.zen-icon-facebook-square:before {
    content: "\f082"
}

.zen-icon-camera-retro:before {
    content: "\f083"
}

.zen-icon-key:before {
    content: "\f084"
}

.zen-icon-gears:before,
.zen-icon-cogs:before {
    content: "\f085"
}

.zen-icon-comments:before {
    content: "\f086"
}

.zen-icon-thumbs-o-up:before {
    content: "\f087"
}

.zen-icon-thumbs-o-down:before {
    content: "\f088"
}

.zen-icon-star-half:before {
    content: "\f089"
}

.zen-icon-heart-o:before {
    content: "\f08a"
}

.zen-icon-sign-out:before {
    content: "\f08b"
}

.zen-icon-linkedin-square:before {
    content: "\f08c"
}

.zen-icon-thumb-tack:before {
    content: "\f08d"
}

.zen-icon-external-link:before {
    content: "\f08e"
}

.zen-icon-sign-in:before {
    content: "\f090"
}

.zen-icon-trophy:before {
    content: "\f091"
}

.zen-icon-github-square:before {
    content: "\f092"
}

.zen-icon-upload:before {
    content: "\f093"
}

.zen-icon-lemon-o:before {
    content: "\f094"
}

.zen-icon-phone:before {
    content: "\f095"
}

.zen-icon-square-o:before {
    content: "\f096"
}

.zen-icon-bookmark-o:before {
    content: "\f097"
}

.zen-icon-phone-square:before {
    content: "\f098"
}

.zen-icon-twitter:before {
    content: "\f099"
}

.zen-icon-facebook:before {
    content: "\f09a"
}

.zen-icon-github:before {
    content: "\f09b"
}

.zen-icon-unlock:before {
    content: "\f09c"
}

.zen-icon-credit-card:before {
    content: "\f09d"
}

.zen-icon-rss:before {
    content: "\f09e"
}

.zen-icon-hdd-o:before {
    content: "\f0a0"
}

.zen-icon-bullhorn:before {
    content: "\f0a1"
}

.zen-icon-bell:before {
    content: "\f0f3"
}

.zen-icon-certificate:before {
    content: "\f0a3"
}

.zen-icon-hand-o-right:before {
    content: "\f0a4"
}

.zen-icon-hand-o-left:before {
    content: "\f0a5"
}

.zen-icon-hand-o-up:before {
    content: "\f0a6"
}

.zen-icon-hand-o-down:before {
    content: "\f0a7"
}

.zen-icon-arrow-circle-left:before {
    content: "\f0a8"
}

.zen-icon-arrow-circle-right:before {
    content: "\f0a9"
}

.zen-icon-arrow-circle-up:before {
    content: "\f0aa"
}

.zen-icon-arrow-circle-down:before {
    content: "\f0ab"
}

.zen-icon-globe:before {
    content: "\f0ac"
}

.zen-icon-wrench:before {
    content: "\f0ad"
}

.zen-icon-tasks:before {
    content: "\f0ae"
}

.zen-icon-filter:before {
    content: "\f0b0"
}

.zen-icon-briefcase:before {
    content: "\f0b1"
}

.zen-icon-arrows-alt:before {
    content: "\f0b2"
}

.zen-icon-group:before,
.zen-icon-users:before {
    content: "\f0c0"
}

.zen-icon-chain:before,
.zen-icon-link:before {
    content: "\f0c1"
}

.zen-icon-cloud:before {
    content: "\f0c2"
}

.zen-icon-flask:before {
    content: "\f0c3"
}

.zen-icon-cut:before,
.zen-icon-scissors:before {
    content: "\f0c4"
}

.zen-icon-copy:before,
.zen-icon-files-o:before {
    content: "\f0c5"
}

.zen-icon-paperclip:before {
    content: "\f0c6"
}

.zen-icon-save:before,
.zen-icon-floppy-o:before {
    content: "\f0c7"
}

.zen-icon-square:before {
    content: "\f0c8"
}

.zen-icon-navicon:before,
.zen-icon-reorder:before,
.zen-icon-bars:before {
    content: "\f0c9"
}

.zen-icon-list-ul:before {
    content: "\f0ca"
}

.zen-icon-list-ol:before {
    content: "\f0cb"
}

.zen-icon-strikethrough:before {
    content: "\f0cc"
}

.zen-icon-underline:before {
    content: "\f0cd"
}

.zen-icon-table:before {
    content: "\f0ce"
}

.zen-icon-magic:before {
    content: "\f0d0"
}

.zen-icon-truck:before {
    content: "\f0d1"
}

.zen-icon-pinterest:before {
    content: "\f0d2"
}

.zen-icon-pinterest-square:before {
    content: "\f0d3"
}

.zen-icon-google-plus-square:before {
    content: "\f0d4"
}

.zen-icon-google-plus:before {
    content: "\f0d5"
}

.zen-icon-money:before {
    content: "\f0d6"
}

.zen-icon-caret-down:before {
    content: "\f0d7"
}

.zen-icon-caret-up:before {
    content: "\f0d8"
}

.zen-icon-caret-left:before {
    content: "\f0d9"
}

.zen-icon-caret-right:before {
    content: "\f0da"
}

.zen-icon-columns:before {
    content: "\f0db"
}

.zen-icon-unsorted:before,
.zen-icon-sort:before {
    content: "\f0dc"
}

.zen-icon-sort-down:before,
.zen-icon-sort-desc:before {
    content: "\f0dd"
}

.zen-icon-sort-up:before,
.zen-icon-sort-asc:before {
    content: "\f0de"
}

.zen-icon-envelope:before {
    content: "\f0e0"
}

.zen-icon-linkedin:before {
    content: "\f0e1"
}

.zen-icon-rotate-left:before,
.zen-icon-undo:before {
    content: "\f0e2"
}

.zen-icon-legal:before,
.zen-icon-gavel:before {
    content: "\f0e3"
}

.zen-icon-dashboard:before,
.zen-icon-tachometer:before {
    content: "\f0e4"
}

.zen-icon-comment-o:before {
    content: "\f0e5"
}

.zen-icon-comments-o:before {
    content: "\f0e6"
}

.zen-icon-flash:before,
.zen-icon-bolt:before {
    content: "\f0e7"
}

.zen-icon-sitemap:before {
    content: "\f0e8"
}

.zen-icon-umbrella:before {
    content: "\f0e9"
}

.zen-icon-paste:before,
.zen-icon-clipboard:before {
    content: "\f0ea"
}

.zen-icon-lightbulb-o:before {
    content: "\f0eb"
}

.zen-icon-exchange:before {
    content: "\f0ec"
}

.zen-icon-cloud-download:before {
    content: "\f0ed"
}

.zen-icon-cloud-upload:before {
    content: "\f0ee"
}

.zen-icon-user-md:before {
    content: "\f0f0"
}

.zen-icon-stethoscope:before {
    content: "\f0f1"
}

.zen-icon-suitcase:before {
    content: "\f0f2"
}

.zen-icon-bell-o:before {
    content: "\f0a2"
}

.zen-icon-coffee:before {
    content: "\f0f4"
}

.zen-icon-cutlery:before {
    content: "\f0f5"
}

.zen-icon-file-text-o:before {
    content: "\f0f6"
}

.zen-icon-building-o:before {
    content: "\f0f7"
}

.zen-icon-hospital-o:before {
    content: "\f0f8"
}

.zen-icon-ambulance:before {
    content: "\f0f9"
}

.zen-icon-medkit:before {
    content: "\f0fa"
}

.zen-icon-fighter-jet:before {
    content: "\f0fb"
}

.zen-icon-beer:before {
    content: "\f0fc"
}

.zen-icon-h-square:before {
    content: "\f0fd"
}

.zen-icon-plus-square:before {
    content: "\f0fe"
}

.zen-icon-angle-double-left:before {
    content: "\f100"
}

.zen-icon-angle-double-right:before {
    content: "\f101"
}

.zen-icon-angle-double-up:before {
    content: "\f102"
}

.zen-icon-angle-double-down:before {
    content: "\f103"
}

.zen-icon-angle-left:before {
    content: "\f104"
}

.zen-icon-angle-right:before {
    content: "\f105"
}

.zen-icon-angle-up:before {
    content: "\f106"
}

.zen-icon-angle-down:before {
    content: "\f107"
}

.zen-icon-desktop:before {
    content: "\f108"
}

.zen-icon-laptop:before {
    content: "\f109"
}

.zen-icon-tablet:before {
    content: "\f10a"
}

.zen-icon-mobile-phone:before,
.zen-icon-mobile:before {
    content: "\f10b"
}

.zen-icon-circle-o:before {
    content: "\f10c"
}

.zen-icon-quote-left:before {
    content: "\f10d"
}

.zen-icon-quote-right:before {
    content: "\f10e"
}

.zen-icon-spinner:before {
    content: "\f110"
}

.zen-icon-circle:before {
    content: "\f111"
}

.zen-icon-mail-reply:before,
.zen-icon-reply:before {
    content: "\f112"
}

.zen-icon-github-alt:before {
    content: "\f113"
}

.zen-icon-folder-o:before {
    content: "\f114"
}

.zen-icon-folder-open-o:before {
    content: "\f115"
}

.zen-icon-smile-o:before {
    content: "\f118"
}

.zen-icon-frown-o:before {
    content: "\f119"
}

.zen-icon-meh-o:before {
    content: "\f11a"
}

.zen-icon-gamepad:before {
    content: "\f11b"
}

.zen-icon-keyboard-o:before {
    content: "\f11c"
}

.zen-icon-flag-o:before {
    content: "\f11d"
}

.zen-icon-flag-checkered:before {
    content: "\f11e"
}

.zen-icon-terminal:before {
    content: "\f120"
}

.zen-icon-code:before {
    content: "\f121"
}

.zen-icon-mail-reply-all:before,
.zen-icon-reply-all:before {
    content: "\f122"
}

.zen-icon-star-half-empty:before,
.zen-icon-star-half-full:before,
.zen-icon-star-half-o:before {
    content: "\f123"
}

.zen-icon-location-arrow:before {
    content: "\f124"
}

.zen-icon-crop:before {
    content: "\f125"
}

.zen-icon-code-fork:before {
    content: "\f126"
}

.zen-icon-unlink:before,
.zen-icon-chain-broken:before {
    content: "\f127"
}

.zen-icon-question:before {
    content: "\f128"
}

.zen-icon-info:before {
    content: "\f129"
}

.zen-icon-exclamation:before {
    content: "\f12a"
}

.zen-icon-superscript:before {
    content: "\f12b"
}

.zen-icon-subscript:before {
    content: "\f12c"
}

.zen-icon-eraser:before {
    content: "\f12d"
}

.zen-icon-puzzle-piece:before {
    content: "\f12e"
}

.zen-icon-microphone:before {
    content: "\f130"
}

.zen-icon-microphone-slash:before {
    content: "\f131"
}

.zen-icon-shield:before {
    content: "\f132"
}

.zen-icon-calendar-o:before {
    content: "\f133"
}

.zen-icon-fire-extinguisher:before {
    content: "\f134"
}

.zen-icon-rocket:before {
    content: "\f135"
}

.zen-icon-maxcdn:before {
    content: "\f136"
}

.zen-icon-chevron-circle-left:before {
    content: "\f137"
}

.zen-icon-chevron-circle-right:before {
    content: "\f138"
}

.zen-icon-chevron-circle-up:before {
    content: "\f139"
}

.zen-icon-chevron-circle-down:before {
    content: "\f13a"
}

.zen-icon-html5:before {
    content: "\f13b"
}

.zen-icon-css3:before {
    content: "\f13c"
}

.zen-icon-anchor:before {
    content: "\f13d"
}

.zen-icon-unlock-alt:before {
    content: "\f13e"
}

.zen-icon-bullseye:before {
    content: "\f140"
}

.zen-icon-ellipsis-h:before {
    content: "\f141"
}

.zen-icon-ellipsis-v:before {
    content: "\f142"
}

.zen-icon-rss-square:before {
    content: "\f143"
}

.zen-icon-play-circle:before {
    content: "\f144"
}

.zen-icon-ticket:before {
    content: "\f145"
}

.zen-icon-minus-square:before {
    content: "\f146"
}

.zen-icon-minus-square-o:before {
    content: "\f147"
}

.zen-icon-level-up:before {
    content: "\f148"
}

.zen-icon-level-down:before {
    content: "\f149"
}

.zen-icon-check-square:before {
    content: "\f14a"
}

.zen-icon-pencil-square:before {
    content: "\f14b"
}

.zen-icon-external-link-square:before {
    content: "\f14c"
}

.zen-icon-share-square:before {
    content: "\f14d"
}

.zen-icon-compass:before {
    content: "\f14e"
}

.zen-icon-toggle-down:before,
.zen-icon-caret-square-o-down:before {
    content: "\f150"
}

.zen-icon-toggle-up:before,
.zen-icon-caret-square-o-up:before {
    content: "\f151"
}

.zen-icon-toggle-right:before,
.zen-icon-caret-square-o-right:before {
    content: "\f152"
}

.zen-icon-euro:before,
.zen-icon-eur:before {
    content: "\f153"
}

.zen-icon-gbp:before {
    content: "\f154"
}

.zen-icon-dollar:before,
.zen-icon-usd:before {
    content: "\f155"
}

.zen-icon-rupee:before,
.zen-icon-inr:before {
    content: "\f156"
}

.zen-icon-cny:before,
.zen-icon-rmb:before,
.zen-icon-yen:before,
.zen-icon-jpy:before {
    content: "\f157"
}

.zen-icon-ruble:before,
.zen-icon-rouble:before,
.zen-icon-rub:before {
    content: "\f158"
}

.zen-icon-won:before,
.zen-icon-krw:before {
    content: "\f159"
}

.zen-icon-bitcoin:before,
.zen-icon-btc:before {
    content: "\f15a"
}

.zen-icon-file:before {
    content: "\f15b"
}

.zen-icon-file-text:before {
    content: "\f15c"
}

.zen-icon-sort-alpha-asc:before {
    content: "\f15d"
}

.zen-icon-sort-alpha-desc:before {
    content: "\f15e"
}

.zen-icon-sort-amount-asc:before {
    content: "\f160"
}

.zen-icon-sort-amount-desc:before {
    content: "\f161"
}

.zen-icon-sort-numeric-asc:before {
    content: "\f162"
}

.zen-icon-sort-numeric-desc:before {
    content: "\f163"
}

.zen-icon-thumbs-up:before {
    content: "\f164"
}

.zen-icon-thumbs-down:before {
    content: "\f165"
}

.zen-icon-youtube-square:before {
    content: "\f166"
}

.zen-icon-youtube:before {
    content: "\f167"
}

.zen-icon-xing:before {
    content: "\f168"
}

.zen-icon-xing-square:before {
    content: "\f169"
}

.zen-icon-youtube-play:before {
    content: "\f16a"
}

.zen-icon-dropbox:before {
    content: "\f16b"
}

.zen-icon-stack-overflow:before {
    content: "\f16c"
}

.zen-icon-instagram:before {
    content: "\f16d"
}

.zen-icon-flickr:before {
    content: "\f16e"
}

.zen-icon-adn:before {
    content: "\f170"
}

.zen-icon-bitbucket:before {
    content: "\f171"
}

.zen-icon-bitbucket-square:before {
    content: "\f172"
}

.zen-icon-tumblr:before {
    content: "\f173"
}

.zen-icon-tumblr-square:before {
    content: "\f174"
}

.zen-icon-long-arrow-down:before {
    content: "\f175"
}

.zen-icon-long-arrow-up:before {
    content: "\f176"
}

.zen-icon-long-arrow-left:before {
    content: "\f177"
}

.zen-icon-long-arrow-right:before {
    content: "\f178"
}

.zen-icon-apple:before {
    content: "\f179"
}

.zen-icon-windows:before {
    content: "\f17a"
}

.zen-icon-android:before {
    content: "\f17b"
}

.zen-icon-linux:before {
    content: "\f17c"
}

.zen-icon-dribbble:before {
    content: "\f17d"
}

.zen-icon-skype:before {
    content: "\f17e"
}

.zen-icon-foursquare:before {
    content: "\f180"
}

.zen-icon-trello:before {
    content: "\f181"
}

.zen-icon-female:before {
    content: "\f182"
}

.zen-icon-male:before {
    content: "\f183"
}

.zen-icon-gittip:before {
    content: "\f184"
}

.zen-icon-sun-o:before {
    content: "\f185"
}

.zen-icon-moon-o:before {
    content: "\f186"
}

.zen-icon-archive:before {
    content: "\f187"
}

.zen-icon-bug:before {
    content: "\f188"
}

.zen-icon-vk:before {
    content: "\f189"
}

.zen-icon-weibo:before {
    content: "\f18a"
}

.zen-icon-renren:before {
    content: "\f18b"
}

.zen-icon-pagelines:before {
    content: "\f18c"
}

.zen-icon-stack-exchange:before {
    content: "\f18d"
}

.zen-icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.zen-icon-arrow-circle-o-left:before {
    content: "\f190"
}

.zen-icon-toggle-left:before,
.zen-icon-caret-square-o-left:before {
    content: "\f191"
}

.zen-icon-dot-circle-o:before {
    content: "\f192"
}

.zen-icon-wheelchair:before {
    content: "\f193"
}

.zen-icon-vimeo-square:before {
    content: "\f194"
}

.zen-icon-turkish-lira:before,
.zen-icon-try:before {
    content: "\f195"
}

.zen-icon-plus-square-o:before {
    content: "\f196"
}

.zen-icon-space-shuttle:before {
    content: "\f197"
}

.zen-icon-slack:before {
    content: "\f198"
}

.zen-icon-envelope-square:before {
    content: "\f199"
}

.zen-icon-wordpress:before {
    content: "\f19a"
}

.zen-icon-openid:before {
    content: "\f19b"
}

.zen-icon-institution:before,
.zen-icon-bank:before,
.zen-icon-university:before {
    content: "\f19c"
}

.zen-icon-mortar-board:before,
.zen-icon-graduation-cap:before {
    content: "\f19d"
}

.zen-icon-yahoo:before {
    content: "\f19e"
}

.zen-icon-google:before {
    content: "\f1a0"
}

.zen-icon-reddit:before {
    content: "\f1a1"
}

.zen-icon-reddit-square:before {
    content: "\f1a2"
}

.zen-icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.zen-icon-stumbleupon:before {
    content: "\f1a4"
}

.zen-icon-delicious:before {
    content: "\f1a5"
}

.zen-icon-digg:before {
    content: "\f1a6"
}

.zen-icon-pied-piper:before {
    content: "\f1a7"
}

.zen-icon-pied-piper-alt:before {
    content: "\f1a8"
}

.zen-icon-drupal:before {
    content: "\f1a9"
}

.zen-icon-joomla:before {
    content: "\f1aa"
}

.zen-icon-language:before {
    content: "\f1ab"
}

.zen-icon-fax:before {
    content: "\f1ac"
}

.zen-icon-building:before {
    content: "\f1ad"
}

.zen-icon-child:before {
    content: "\f1ae"
}

.zen-icon-paw:before {
    content: "\f1b0"
}

.zen-icon-spoon:before {
    content: "\f1b1"
}

.zen-icon-cube:before {
    content: "\f1b2"
}

.zen-icon-cubes:before {
    content: "\f1b3"
}

.zen-icon-behance:before {
    content: "\f1b4"
}

.zen-icon-behance-square:before {
    content: "\f1b5"
}

.zen-icon-steam:before {
    content: "\f1b6"
}

.zen-icon-steam-square:before {
    content: "\f1b7"
}

.zen-icon-recycle:before {
    content: "\f1b8"
}

.zen-icon-automobile:before,
.zen-icon-car:before {
    content: "\f1b9"
}

.zen-icon-cab:before,
.zen-icon-taxi:before {
    content: "\f1ba"
}

.zen-icon-tree:before {
    content: "\f1bb"
}

.zen-icon-spotify:before {
    content: "\f1bc"
}

.zen-icon-deviantart:before {
    content: "\f1bd"
}

.zen-icon-soundcloud:before {
    content: "\f1be"
}

.zen-icon-database:before {
    content: "\f1c0"
}

.zen-icon-file-pdf-o:before {
    content: "\f1c1"
}

.zen-icon-file-word-o:before {
    content: "\f1c2"
}

.zen-icon-file-excel-o:before {
    content: "\f1c3"
}

.zen-icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.zen-icon-file-photo-o:before,
.zen-icon-file-picture-o:before,
.zen-icon-file-image-o:before {
    content: "\f1c5"
}

.zen-icon-file-zip-o:before,
.zen-icon-file-archive-o:before {
    content: "\f1c6"
}

.zen-icon-file-sound-o:before,
.zen-icon-file-audio-o:before {
    content: "\f1c7"
}

.zen-icon-file-movie-o:before,
.zen-icon-file-video-o:before {
    content: "\f1c8"
}

.zen-icon-file-code-o:before {
    content: "\f1c9"
}

.zen-icon-vine:before {
    content: "\f1ca"
}

.zen-icon-codepen:before {
    content: "\f1cb"
}

.zen-icon-jsfiddle:before {
    content: "\f1cc"
}

.zen-icon-life-bouy:before,
.zen-icon-life-buoy:before,
.zen-icon-life-saver:before,
.zen-icon-support:before,
.zen-icon-life-ring:before {
    content: "\f1cd"
}

.zen-icon-circle-o-notch:before {
    content: "\f1ce"
}

.zen-icon-ra:before,
.zen-icon-rebel:before {
    content: "\f1d0"
}

.zen-icon-ge:before,
.zen-icon-empire:before {
    content: "\f1d1"
}

.zen-icon-git-square:before {
    content: "\f1d2"
}

.zen-icon-git:before {
    content: "\f1d3"
}

.zen-icon-hacker-news:before {
    content: "\f1d4"
}

.zen-icon-tencent-weibo:before {
    content: "\f1d5"
}

.zen-icon-qq:before {
    content: "\f1d6"
}

.zen-icon-wechat:before,
.zen-icon-weixin:before {
    content: "\f1d7"
}

.zen-icon-send:before,
.zen-icon-paper-plane:before {
    content: "\f1d8"
}

.zen-icon-send-o:before,
.zen-icon-paper-plane-o:before {
    content: "\f1d9"
}

.zen-icon-history:before {
    content: "\f1da"
}

.zen-icon-circle-thin:before {
    content: "\f1db"
}

.zen-icon-header:before {
    content: "\f1dc"
}

.zen-icon-paragraph:before {
    content: "\f1dd"
}

.zen-icon-sliders:before {
    content: "\f1de"
}

.zen-icon-share-alt:before {
    content: "\f1e0"
}

.zen-icon-share-alt-square:before {
    content: "\f1e1"
}

.zen-icon-bomb:before {
    content: "\f1e2"
}

.zen-icon-soccer-ball-o:before,
.zen-icon-futbol-o:before {
    content: "\f1e3"
}

.zen-icon-tty:before {
    content: "\f1e4"
}

.zen-icon-binoculars:before {
    content: "\f1e5"
}

.zen-icon-plug:before {
    content: "\f1e6"
}

.zen-icon-slideshare:before {
    content: "\f1e7"
}

.zen-icon-twitch:before {
    content: "\f1e8"
}

.zen-icon-yelp:before {
    content: "\f1e9"
}

.zen-icon-newspaper-o:before {
    content: "\f1ea"
}

.zen-icon-wifi:before {
    content: "\f1eb"
}

.zen-icon-calculator:before {
    content: "\f1ec"
}

.zen-icon-paypal:before {
    content: "\f1ed"
}

.zen-icon-google-wallet:before {
    content: "\f1ee"
}

.zen-icon-cc-visa:before {
    content: "\f1f0"
}

.zen-icon-cc-mastercard:before {
    content: "\f1f1"
}

.zen-icon-cc-discover:before {
    content: "\f1f2"
}

.zen-icon-cc-amex:before {
    content: "\f1f3"
}

.zen-icon-cc-paypal:before {
    content: "\f1f4"
}

.zen-icon-cc-stripe:before {
    content: "\f1f5"
}

.zen-icon-bell-slash:before {
    content: "\f1f6"
}

.zen-icon-bell-slash-o:before {
    content: "\f1f7"
}

.zen-icon-trash:before {
    content: "\f1f8"
}

.zen-icon-copyright:before {
    content: "\f1f9"
}

.zen-icon-at:before {
    content: "\f1fa"
}

.zen-icon-eyedropper:before {
    content: "\f1fb"
}

.zen-icon-paint-brush:before {
    content: "\f1fc"
}

.zen-icon-birthday-cake:before {
    content: "\f1fd"
}

.zen-icon-area-chart:before {
    content: "\f1fe"
}

.zen-icon-pie-chart:before {
    content: "\f200"
}

.zen-icon-line-chart:before {
    content: "\f201"
}

.zen-icon-lastfm:before {
    content: "\f202"
}

.zen-icon-lastfm-square:before {
    content: "\f203"
}

.zen-icon-toggle-off:before {
    content: "\f204"
}

.zen-icon-toggle-on:before {
    content: "\f205"
}

.zen-icon-bicycle:before {
    content: "\f206"
}

.zen-icon-bus:before {
    content: "\f207"
}

.zen-icon-ioxhost:before {
    content: "\f208"
}

.zen-icon-angellist:before {
    content: "\f209"
}

.zen-icon-cc:before {
    content: "\f20a"
}

.zen-icon-shekel:before,
.zen-icon-sheqel:before,
.zen-icon-ils:before {
    content: "\f20b"
}

.zen-icon-meanpath:before {
    content: "\f20c"
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ul,
menu,
dir,
ol {
    padding-left: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px
}

div,
ul,
li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.span12 {
    margin: 0 !important
}

.hidden {
    display: none !important
}

dd {
    padding: 0;
    margin: 0
}

ul,
ol {
    margin-left: 16px
}

fieldset {
    min-width: 0
}

.items-more ol {
    margin-left: 0;
    padding: 0
}

hr {
    border: 0
}

article {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

.btn-group a {
    margin-right: 8px
}

.btn-group > .dropdown-toggle,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#system-message {
    margin: 0 !important
}

legend {
    margin: 0
}

iframe {
    max-width: 100%
}

figure {
    margin: 0
}

.alert {
    padding: 15px;
    margin-bottom: 13px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert .close {
    float: right;
    background: #d9edf7;
    border: 0;
    padding: 4px;
    color: #5bb1dc
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info,
.alert-block,
.alert-message {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr,
.alert-block hr,
.alert-message hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link,
.alert-block .alert-link,
.alert-message .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-warning .close {
    background: #f7ecb5;
    color: #caad16
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-danger hr,
.alert-error hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link,
.alert-error .alert-link {
    color: #953b39
}

.alert-danger .close,
.alert-error .close {
    background: #e4b9b9;
    color: #963b3b
}

.jmodedit {
    background: none !important;
    border: 0 !important;
    padding: 0
}

.jmodedit .icon-edit {
    padding: 0px !important;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    border: 0 !important
}

.jmodedit .icon-edit:before {
    padding: 10px;
    float: left;
    background: #e74c3c;
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin: -4px 0 0 0
}

.jmodedit .icon-edit:before:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.jmodedit .icon-edit:before:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.jmodedit .icon-edit:before.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

#modules-form .btn-toolbar {
    clear: both;
    float: left;
    width: 100%
}

#modules-form .btn-group {
    float: left;
    margin-right: 4px
}

#modules-form label {
    margin-right: 10px;
    border-right-width: 1px
}

#modules-form .label-default {
    background: #eee;
    padding: 4px 8px
}

#modules-form .nav-tabs li {
    float: none
}

#modules-form .control-label {
    width: 200px;
    padding-right: 30px
}

#modules-form legend {
    font-size: 2em
}

#modules-form .accordion-group {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 0
}

#modules-form hr {
    border: 0
}

#modules-form .tab-pane {
    display: block;
    clear: both
}

#modules-form .collapse {
    display: none;
    height: 0
}

#modules-form select {
    min-width: 300px
}

.container {
    max-width: 100%
}

main .container {
    padding: 0;
    width: 100%
}

div.modal {
    display: none
}

div.modal.in {
    display: block
}

.bootstrap2 input.uneditable-input,
.bootstrap2 span.uneditable-input {
    box-sizing: content-box
}

.bootstrap2 input[type="radio"],
.bootstrap3 input[type="radio"],
.bootstrap2 input[type="checkbox"],
.bootstrap3 input[type="checkbox"] {
    width: auto
}

.navbar-nav,
.navbar-collapse,
.collapse,
.navbar-responsive-collapse {
    clear: none !important
}

.nav-tabs .dropdown-menu {
    border: 0;
    padding: 0
}

.nav-tabs .dropdown-menu li,
.nav-tabs .dropdown-menu a {
    width: 100%;
    margin: 0
}

.nav-tabs .dropdown-menu .divider {
    margin: 0
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.nav-pills,
.list-group,
ul.breadcrumb {
    margin-left: 0
}

.list-unstyled {
    margin: 30px 0
}

.breadcrumb > li + li:before {
    content: ""
}

.well-lg {
    padding: 30px !important
}

.well-sm {
    padding: 7.5px !important
}

.navbar-search {
    margin-top: 8.5px
}

.navbar-inverse input {
    border-color: rgba(0, 0, 0, 0.3) !important
}

main ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0
}

main ul.breadcrumb .divider {
    clear: none;
    display: inline;
    float: right;
    border: 0
}

main ul.breadcrumb li {
    float: left
}

main ul.breadcrumb li:after {
    content: ""
}

.mixin-col {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important
}

.zg-col {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important
}

.mixin-span_first,
.no-margin {
    margin-left: 0
}

.zenlast {
    float: right !important;
    margin-left: 0 !important
}

.zg-col {
    margin-left: 0;
    padding: 0;
    width: 100%
}

@media screen and (min-width: 787px) {
    .zg-col {
        margin-left: 0
    }
    .zen-row .zg-col:first-child {
        margin-left: 0
    }
    .zg-col-1 {
        width: 8.33333333%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-2,
    .one-sixth {
        width: 16.66666667%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-3,
    .one-quarter {
        width: 25%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-4,
    .one-third {
        width: 33.33333333%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-5 {
        width: 41.66666667%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-6,
    .one-half {
        width: 50%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-7 {
        width: 58.33333333%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-8,
    .two-thirds {
        width: 66.66666667%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-9,
    .three-quarters {
        width: 75%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-10 {
        width: 83.33333333%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-11 {
        width: 91.66666667%;
        border-left-width: 0;
        padding: 0;
        margin-left: 0%
    }
    .zg-col-12,
    .one-whole {
        margin-left: 0;
        padding: 0;
        width: 100%
    }
    .zen-push,
    .zen-pull {
        position: relative;
        z-index: 1
    }
    .zen-push-11 {
        left: 91.66666667%
    }
    .zen-push-10 {
        left: 83.33333333%
    }
    .zen-push-9 {
        left: 75%
    }
    .zen-push-8 {
        left: 66.66666667%
    }
    .zen-push-7 {
        left: 58.33333333%
    }
    .zen-push-6 {
        left: 50%
    }
    .zen-push-5 {
        left: 41.66666667%
    }
    .zen-push-4 {
        left: 33.33333333%
    }
    .zen-push-3 {
        left: 25%
    }
    .zen-push-2 {
        left: 16.66666667%
    }
    .zen-push-1 {
        left: 8.33333333%
    }
    .zen-pull-11 {
        left: -91.66666667%
    }
    .zen-pull-10 {
        left: -83.33333333%
    }
    .zen-pull-9 {
        left: -75%
    }
    .zen-pull-8 {
        left: -66.66666667%
    }
    .zen-pull-7 {
        left: -58.33333333%
    }
    .zen-pull-6 {
        left: -50%
    }
    .zen-pull-5 {
        left: -41.66666667%
    }
    .zen-pull-4 {
        left: -33.33333333%
    }
    .zen-pull-3 {
        left: -25%
    }
    .zen-pull-2 {
        left: -16.66666667%
    }
    .zen-pull-1 {
        left: -8.33333333%
    }
    .zen-pad-push-11 {
        padding-left: 91.66666667%
    }
    .zen-pad-push-10 {
        padding-left: 83.33333333%
    }
    .zen-pad-push-9 {
        padding-left: 75%
    }
    .zen-pad-push-8 {
        padding-left: 66.66666667%
    }
    .zen-pad-push-7 {
        padding-left: 58.33333333%
    }
    .zen-pad-push-6 {
        padding-left: 50%
    }
    .zen-pad-push-5 {
        padding-left: 41.66666667%
    }
    .zen-pad-push-4 {
        padding-left: 33.33333333%
    }
    .zen-pad-push-3 {
        padding-left: 25%
    }
    .zen-pad-push-2 {
        padding-left: 16.66666667%
    }
    .zen-pad-push-1 {
        padding-left: 8.33333333%
    }
    .zen-pad-pull-11 {
        padding-right: 91.66666667%
    }
    .zen-pad-pull-10 {
        padding-right: 83.33333333%
    }
    .zen-pad-pull-9 {
        padding-right: 75%
    }
    .zen-pad-pull-8 {
        padding-right: 66.66666667%
    }
    .zen-pad-pull-7 {
        padding-right: 58.33333333%
    }
    .zen-pad-pull-6 {
        padding-right: 50%
    }
    .zen-pad-pull-5 {
        padding-right: 41.66666667%
    }
    .zen-pad-pull-4 {
        padding-right: 33.33333333%
    }
    .zen-pad-pull-3 {
        padding-right: 25%
    }
    .zen-pad-pull-2 {
        padding-right: 16.66666667%
    }
    .zen-pad-pull-1 {
        padding-right: 8.33333333%
    }
}

@media screen and (max-width: 787px) {
    .responsive-enabled .stack-tablets .zg-col {
        margin-left: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width: 620px) {
    .responsive-enabled .stack-phones .zg-col {
        margin-left: 0;
        padding: 0;
        width: 100%
    }
}

.responsive-disabled .zg-col,
.no-change-phones .zg-col,
.no-change-tablets .zg-col {
    margin-left: 0
}

.responsive-disabled .zen-row .zg-col:first-child,
.no-change-phones .zen-row .zg-col:first-child,
.no-change-tablets .zen-row .zg-col:first-child {
    margin-left: 0
}

.responsive-disabled .zg-col-1,
.no-change-phones .zg-col-1,
.no-change-tablets .zg-col-1 {
    width: 8.33333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-2,
.no-change-phones .zg-col-2,
.no-change-tablets .zg-col-2,
.responsive-disabled .one-sixth,
.no-change-phones .one-sixth,
.no-change-tablets .one-sixth {
    width: 16.66666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-3,
.no-change-phones .zg-col-3,
.no-change-tablets .zg-col-3,
.responsive-disabled .one-quarter,
.no-change-phones .one-quarter,
.no-change-tablets .one-quarter {
    width: 25%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-4,
.no-change-phones .zg-col-4,
.no-change-tablets .zg-col-4,
.responsive-disabled .one-third,
.no-change-phones .one-third,
.no-change-tablets .one-third {
    width: 33.33333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-5,
.no-change-phones .zg-col-5,
.no-change-tablets .zg-col-5 {
    width: 41.66666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-6,
.no-change-phones .zg-col-6,
.no-change-tablets .zg-col-6,
.responsive-disabled .one-half,
.no-change-phones .one-half,
.no-change-tablets .one-half {
    width: 50%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-7,
.no-change-phones .zg-col-7,
.no-change-tablets .zg-col-7 {
    width: 58.33333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-8,
.no-change-phones .zg-col-8,
.no-change-tablets .zg-col-8,
.responsive-disabled .two-thirds,
.no-change-phones .two-thirds,
.no-change-tablets .two-thirds {
    width: 66.66666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-9,
.no-change-phones .zg-col-9,
.no-change-tablets .zg-col-9,
.responsive-disabled .three-quarters,
.no-change-phones .three-quarters,
.no-change-tablets .three-quarters {
    width: 75%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-10,
.no-change-phones .zg-col-10,
.no-change-tablets .zg-col-10 {
    width: 83.33333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-11,
.no-change-phones .zg-col-11,
.no-change-tablets .zg-col-11 {
    width: 91.66666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%
}

.responsive-disabled .zg-col-12,
.no-change-phones .zg-col-12,
.no-change-tablets .zg-col-12,
.responsive-disabled .one-whole,
.no-change-phones .one-whole,
.no-change-tablets .one-whole {
    margin-left: 0;
    padding: 0;
    width: 100%
}

.responsive-disabled .zen-push,
.no-change-phones .zen-push,
.no-change-tablets .zen-push,
.responsive-disabled .zen-pull,
.no-change-phones .zen-pull,
.no-change-tablets .zen-pull {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 620px) and (max-width: 787px) {
    .no-change-tablets .zen-push-11 {
        left: 91.66666667%
    }
    .no-change-tablets .zen-push-10 {
        left: 83.33333333%
    }
    .no-change-tablets .zen-push-9 {
        left: 75%
    }
    .no-change-tablets .zen-push-8 {
        left: 66.66666667%
    }
    .no-change-tablets .zen-push-7 {
        left: 58.33333333%
    }
    .no-change-tablets .zen-push-6 {
        left: 50%
    }
    .no-change-tablets .zen-push-5 {
        left: 41.66666667%
    }
    .no-change-tablets .zen-push-4 {
        left: 33.33333333%
    }
    .no-change-tablets .zen-push-3 {
        left: 25%
    }
    .no-change-tablets .zen-push-2 {
        left: 16.66666667%
    }
    .no-change-tablets .zen-push-1 {
        left: 8.33333333%
    }
    .no-change-tablets .zen-pull-11 {
        left: -91.66666667%
    }
    .no-change-tablets .zen-pull-10 {
        left: -83.33333333%
    }
    .no-change-tablets .zen-pull-9 {
        left: -75%
    }
    .no-change-tablets .zen-pull-8 {
        left: -66.66666667%
    }
    .no-change-tablets .zen-pull-7 {
        left: -58.33333333%
    }
    .no-change-tablets .zen-pull-6 {
        left: -50%
    }
    .no-change-tablets .zen-pull-5 {
        left: -41.66666667%
    }
    .no-change-tablets .zen-pull-4 {
        left: -33.33333333%
    }
    .no-change-tablets .zen-pull-3 {
        left: -25%
    }
    .no-change-tablets .zen-pull-2 {
        left: -16.66666667%
    }
    .no-change-tablets .zen-pull-1 {
        left: -8.33333333%
    }
}

@media screen and (max-width: 620px) {
    .no-change-phones .zen-push-11 {
        left: 91.66666667%
    }
    .no-change-phones .zen-push-10 {
        left: 83.33333333%
    }
    .no-change-phones .zen-push-9 {
        left: 75%
    }
    .no-change-phones .zen-push-8 {
        left: 66.66666667%
    }
    .no-change-phones .zen-push-7 {
        left: 58.33333333%
    }
    .no-change-phones .zen-push-6 {
        left: 50%
    }
    .no-change-phones .zen-push-5 {
        left: 41.66666667%
    }
    .no-change-phones .zen-push-4 {
        left: 33.33333333%
    }
    .no-change-phones .zen-push-3 {
        left: 25%
    }
    .no-change-phones .zen-push-2 {
        left: 16.66666667%
    }
    .no-change-phones .zen-push-1 {
        left: 8.33333333%
    }
    .no-change-phones .zen-pull-11 {
        left: -91.66666667%
    }
    .no-change-phones .zen-pull-10 {
        left: -83.33333333%
    }
    .no-change-phones .zen-pull-9 {
        left: -75%
    }
    .no-change-phones .zen-pull-8 {
        left: -66.66666667%
    }
    .no-change-phones .zen-pull-7 {
        left: -58.33333333%
    }
    .no-change-phones .zen-pull-6 {
        left: -50%
    }
    .no-change-phones .zen-pull-5 {
        left: -41.66666667%
    }
    .no-change-phones .zen-pull-4 {
        left: -33.33333333%
    }
    .no-change-phones .zen-pull-3 {
        left: -25%
    }
    .no-change-phones .zen-pull-2 {
        left: -16.66666667%
    }
    .no-change-phones .zen-pull-1 {
        left: -8.33333333%
    }
}

.zt-marginless-grid .zg-col {
    margin: 0
}

.zt-marginless-grid .zg-col-1 {
    width: 8.300000000000001%
}

.zt-marginless-grid .zg-col-2 {
    width: 16.6%
}

.zt-marginless-grid .zg-col-3 {
    width: 25%
}

.zt-marginless-grid .zg-col-4 {
    width: 33.3333%
}

.zt-marginless-grid .zg-col-5 {
    width: 41.5%
}

.zt-marginless-grid .zg-col-6 {
    width: 49.8%
}

.zt-marginless-grid .zg-col-7 {
    width: 58.1%
}

.zt-marginless-grid .zg-col-8 {
    width: 66.6666%
}

.zt-marginless-grid .zg-col-9 {
    width: 74.7%
}

.zt-marginless-grid .zg-col-10 {
    width: 83%
}

.zt-marginless-grid .zg-col-11 {
    width: 91.3%
}

.zt-marginless-grid .zg-col-12 {
    width: 99.59999999999999%
}

.zen-row {
    margin: 0 -15px
}

.no-row-margin {
    margin: 0
}

.row {
    margin: 0
}

.container .row {
    margin: 0 -20px
}

.zen-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 !important
}

.responsive-enabled .zen-container {
    width: 80%;
    max-width: 1200px
}

.responsive-enabled .zen-container .zen-container {
    width: 100%
}

.tab-content {
    clear: both
}

.top25 {
    margin-top: 25px
}

.top50 {
    margin-top: 50px
}

.top75 {
    margin-top: 75px
}

.top100 {
    margin-top: 100px
}

.top125 {
    margin-top: 125px
}

.top150 {
    margin-top: 150px
}

.top175 {
    margin-top: 175px
}

.top200 {
    margin-top: 200px
}

.top225 {
    margin-top: 225px
}

.top250 {
    margin-top: 250px
}

.top275 {
    margin-top: 275px
}

.top300 {
    margin-top: 300px
}

.top325 {
    margin-top: 325px
}

.top350 {
    margin-top: 350px
}

.top375 {
    margin-top: 375px
}

.top400 {
    margin-top: 400px
}

.top425 {
    margin-top: 425px
}

.top450 {
    margin-top: 450px
}

.top475 {
    margin-top: 475px
}

.top500 {
    margin-top: 500px
}

#topwrap {
    padding-top: 2px
}

#topwrap ul {
    margin: 0
}

#topwrap ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px
}

@media screen and (min-width: 787px) {
    #topwrap #top4 ul {
        float: right
    }
}

#belowcontent {
    margin-top: 15px
}

#abovecontent {
    margin-bottom: 15px
}

#footerwrap {
    margin-bottom: 22.5px;
    padding-top: 15px;
    font-size: 90%
}

#footerwrap .moduletable {
    clear: both;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

#footerwrap ul {
    clear: both;
    margin: 0
}

#footerwrap ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px
}

@media screen and (max-width: 787px) {
    #footerwrap #zen-copyright {
        text-align: left;
        margin: 7.5px 0
    }
}

#footerwrap .zen-spotlight {
    padding-top: 0;
    margin-top: 0
}

#tabwrap {
    margin-top: 15px;
    float: left;
    width: 100%
}

@media screen and (max-width: 787px) {
    .responsive-enabled .nav-tabs li {
        margin-bottom: 4px;
        display: block;
        float: left;
        width: 100%
    }
    .responsive-enabled .nav-tabs li a {
        float: left;
        width: 100%
    }
}

.sidebar .moduletable {
    margin-bottom: 15px
}

.sidebar .moduletable ul,
.sidebar .moduletable ul.unstyled {
    margin: 0;
    margin-top: 10px
}

.sidebar .moduletable ul li,
.sidebar .moduletable ul.unstyled li {
    list-style-type: none;
    padding: 4px 0
}

.sidebar .moduletable ul li li,
.sidebar .moduletable ul.unstyled li li {
    background: none !important
}

.sidebar .moduletable ul ol,
.sidebar .moduletable ul.unstyled ol {
    list-style-type: decimal
}

.sidebar .moduletable ul li,
.sidebar .moduletable ul.unstyled li {
    padding: 4px 0
}

.sidebar .moduletable ul ul,
.sidebar .moduletable ul.unstyled ul {
    margin-left: 16px !important;
    margin-top: 4px
}

.sidebar .moduletable ul ul li,
.sidebar .moduletable ul.unstyled ul li {
    list-style-type: disc;
    padding: 4px 0
}

.sidebar .zen-menu-caption {
    display: block;
    font-style: italic;
    font-size: 90%;
    color: #666;
    line-height: 1.2em
}

.sidebar .nav-header,
.sidebar .zen-menu-heading {
    display: block !important;
    padding: 4px 0 !important;
    font-size: 100% !important;
    font-weight: inherit !important;
    line-height: 1em !important;
    color: #0c2436;
    text-shadow: none !important;
    text-transform: none !important
}

.sidebar .nav > li > a {
    padding-left: 0
}

.sidebar ul.menu {
    margin-bottom: 15px
}

.sidebar ul.menu ul {
    margin-left: 16px
}

.sidebar li.divider {
    border: 0
}

fieldset {
    margin: 0;
    max-width: 100%;
    border: 0;
    padding: 0
}

fieldset legend {
    font-weight: bold;
    font-size: 1.2em;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

label {
    display: block;
    cursor: pointer
}

input,
textarea {
    font-family: inherit;
    font-size: 1em;
    line-height: 2em;
    padding: 6px 12px;
    background: #fff;
    color: #0c2436;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

input:hover,
textarea:hover {
    background: rgba(13, 13, 13, 0.08)
}

input.button {
    width: auto;
    -webkit-appearance: none
}

button {
    background: #eee;
    border: 0
}

label {
    font-weight: normal;
    margin-bottom: 4px
}

.control-label {
    margin-bottom: 0
}

.simple-list {
    margin: 0
}

.simple-list li {
    list-style-type: none;
    padding: 4px 0
}

.simple-list li li {
    background: none !important
}

.simple-list ol {
    list-style-type: decimal
}

.flat-list {
    margin: 0;
    margin-bottom: 15px
}

.flat-list li {
    list-style-type: none;
    float: left;
    margin-right: 10px
}

button {
    padding: 10px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px rgba(13, 13, 13, 0.08) inset
}

.control-label {
    float: left;
    padding-top: 5px;
    text-align: right
}

.control-group {
    display: table;
    width: 100%;
    margin-bottom: 15px
}

.control-group .optional {
    font-size: 85%
}

dl {
    clear: both;
    margin: 15px 0
}

input,
select {
    min-height: 42px;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: none !important
}

input[type="checkbox"],
input[type="radio"] {
    min-height: 0
}

textarea {
    border-radius: 0 !important
}

.table-bordered {
    border-radius: 0 !important
}

.form-control {
    height: auto
}

.form-group {
    margin-bottom: 10px
}

.chzn-drop {
    position: static !important;
    z-index: 1
}

#mod-finder-searchform .zen-icon {
    margin-right: 0
}

#mod-finder-searchform .form-button-right,
#mod-finder-searchform .form-label-right {
    margin-left: 10px
}

#mod-finder-searchform .form-button-left,
#mod-finder-searchform .form-label-left {
    margin-right: 10px
}

#mod-finder-searchform label {
    line-height: 42px;
    display: inline-block
}

#off-canvas-menu {
    margin-top: 40px
}

#off-canvas-menu ul {
    float: left;
    width: 100% !important;
    margin-bottom: 30px
}

#off-canvas-menu ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    overflow: auto;
    height: auto;
    background: none;
    padding: 0;
    min-width: none
}

.pagenav,
.pagination,
.pager {
    margin: 0;
    float: left;
    width: 100%;
    padding: 20px 0
}

.pagenav li,
.pagination li,
.pager li {
    list-style-type: none;
    float: left;
    margin-right: 10px
}

.pagenav ul,
.pagination ul,
.pager ul {
    margin-left: 0
}

.pagenav li,
.pagination li,
.pager li {
    line-height: 3em;
    margin-right: 15px
}

.pagenav li a,
.pagination li a,
.pager li a {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: none;
    color: #253443;
    display: inline-block;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #999;
    color: #999;
    min-height: 42px;
    line-height: 42px
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.pagenav li.active a,
.pagination li.active a,
.pager li.active a {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
    background: #2c3e50;
    border: 1px solid #253443;
    color: #fff
}

.pagenav li.next,
.pagination li.next,
.pager li.next {
    float: right;
    margin-right: 0
}

.pagenav li.disabled a,
.pagination li.disabled a,
.pager li.disabled a {
    border-color: #999
}

.pagenav li.disabled a:hover,
.pagination li.disabled a:hover,
.pager li.disabled a:hover {
    background: transparent;
    border-color: #8f8f8f;
    color: #999
}

.pagination-wrap .counter {
    font-size: 90%;
    color: #999
}

.article-index h3,
.mainwrap .article-index h3 {
    display: none
}

.article-index .nav-tabs li a.active,
.mainwrap .article-index .nav-tabs li a.active {
    background: none !important;
    color: #999 !important
}

.article-index.pull-right,
.mainwrap .article-index.pull-right {
    width: 100%
}

.pagenavcounter {
    color: #666;
    font-size: 90%
}

.off-canvas-trigger {
    cursor: pointer
}

.off-canvas-inner {
    padding-top: 0
}

#zen-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fcfcfc
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #e74c3c;
    -webkit-transform: translate(0px)
}

.off-canvas-left {
    left: 0
}

.off-canvas-right {
    right: 0
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute
}

.sb-slidebar.sb-active {
    display: block
}

.sb-style-overlay {
    z-index: 9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}

.sb-slidebar {
    width: 35%
}

.sb-width-thin {
    width: 25%
}

.sb-width-wide {
    width: 45%
}

@media (max-width: 480px) {
    .sb-slidebar {
        width: 45%
    }
    .sb-width-thin {
        width: 45%
    }
    .sb-width-wide {
        width: 55%
    }
}

@media (min-width: 481px) {
    .sb-slidebar {
        width: 45%
    }
    .sb-width-thin {
        width: 35%
    }
    .sb-width-wide {
        width: 65%
    }
}

@media (min-width: 768px) {
    .sb-slidebar {
        width: 45%
    }
    .sb-width-thin {
        width: 35%
    }
    .sb-width-wide {
        width: 65%
    }
}

@media (min-width: 992px) {
    .sb-slidebar {
        width: 35%
    }
    .sb-width-thin {
        width: 25%
    }
    .sb-width-wide {
        width: 45%
    }
}

@media (min-width: 1200px) {
    .sb-slidebar {
        width: 35%
    }
    .sb-width-thin {
        width: 25%
    }
    .sb-width-wide {
        width: 45%
    }
}

.sb-slide,
#zen-wrap,
.sb-site-container,
.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right
}

.sb-hide {
    display: none
}

.zen-panel {
    display: none;
    padding: 15px;
    background: #fafafa;
    color: #333;
    position: absolute;
    top: 100px;
    z-index: 100;
    max-width: 50%;
    min-width: 50%;
    left: 50%;
    margin-left: -25%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 787px) {
    .zen-panel {
        top: 15px;
        max-width: 90%;
        left: 5%;
        margin-left: 0
    }
}

.zen-panel h1,
.zen-panel h2,
.zen-panel h3,
.zen-panel h4,
.zen-panel h5,
.zen-panel h6,
.zen-panel p,
.zen-panel li {
    color: #333
}

.zen-panel a {
    color: #999
}

.zen-panel .zen-panel-close {
    float: right
}

#zen-overlay {
    position: fixed;
    z-index: 99;
    display: none;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.open-panel span {
    background: #e74c3c;
    color: #fff
}

.open-panel span:before {
    font-size: 80%;
    margin-left: 3px !important
}

.floatleft {
    float: left;
    margin: 0 3% 30px 0
}

.floatright {
    float: right;
    margin: 0 0 30px 3%
}

.divider {
    clear: both
}

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

.divider:after {
    clear: both
}

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

.divider:after {
    clear: both
}

.clear {
    clear: both;
    display: block
}

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

.clear:after {
    clear: both
}

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

.clear:after {
    clear: both
}

.clearfix {
    clear: both
}

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

.clearfix:after {
    clear: both
}

.zenleft {
    float: left
}

.zencenter {
    float: none;
    text-align: center
}

.zenright {
    float: right
}

.hide {
    display: none !important
}

.zen-reset-list {
    margin: 0;
    padding: 0
}

.zen-reset-list li,
.zen-reset-list span {
    display: inline-block;
    list-style-type: none;
    padding: 0 4px
}

.padding {
    padding: 10px 3%
}

.zen-spotlight {
    float: left;
    width: 100%
}

.breadcrumb {
    margin-bottom: 15px
}

.breadcrumb li:after {
    content: '/';
    margin-left: 8px;
    color: #102f47
}

.breadcrumb li:last-child:after {
    content: ''
}

#zen-copyright {
    text-align: right
}

#topwrap,
#headerwrap,
#bannerwrap,
#navwrap,
#grid1wrap,
#grid2wrap,
#grid3wrap,
#mainWrap,
#grid4wrap,
#grid5wrap,
#grid6wrap,
#bottomwrap,
#footerwrap {
    float: left;
    width: 100%
}

.zen-menu {
    margin: 0
}

.zen-menu *,
.zen-menu *:before,
.zen-menu *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.zen-menu li {
    list-style-type: none;
    margin: 0
}

.zen-menu li a,
.zen-menu li .zen-menu-heading {
    cursor: pointer
}

.zen-menu li a:hover,
.zen-menu li .zen-menu-heading:hover {
    text-decoration: none
}

.zen-menu li.parent > a:before,
.zen-menu li.parent > .zen-menu-heading:before {
    width: 0;
    height: 0;
    float: left;
    content: "";
    margin-top: 16px;
    margin-right: 8px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #333 transparent transparent transparent
}

.zen-menu li.parent.active > a:before,
.zen-menu li.parent.active > .zen-menu-heading:before {
    border-color: #333 transparent transparent transparent
}

.zen-menu li ul li.parent > a:before,
.zen-menu li ul li.parent > .zen-menu-heading:before {
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #999
}

.zen-menu ul {
    margin: 0 0 0 16px
}

.zen-menu ul li {
    list-style-type: disc
}

.zen-menu .zen-menu-caption {
    display: block;
    font-size: 90%;
    padding: 4px 0
}

#navwrap,
#sticky-fill {
    float: left;
    width: 100%
}

.zen-menu-center {
    text-align: center;
    float: none !important;
    width: 100%
}

.zen-menu-center li {
    display: inline-table;
    float: none !important
}

.zen-menu-center li li {
    display: block;
    float: left !important;
    text-align: left;
    width: 100%;
    text-indent: 0 !important
}

.zen-menu-center li li a {
    width: 100%;
    text-align: left
}

.zen-menu-right {
    text-align: right;
    float: right !important
}

.zen-menu-right li {
    display: inline-table;
    float: none !important
}

.zen-menu-right li li {
    display: block;
    float: left !important;
    text-align: left;
    width: 100%;
    text-indent: 0 !important
}

.zen-menu ul .zen-group ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    margin: 0;
    height: auto;
    box-shadow: none;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    display: block !important;
    margin-left: 0 !important
}

.zen-menu ul .zen-group ul ul {
    border: 0;
    margin-bottom: 0;
    font-size: 90%;
    overflow: visible !important
}

.zen-menu ul .zen-group ul ul li {
    list-style-type: disc !important
}

.zen-menu ul .zen-group.parent > a:before,
.zen-menu ul .zen-group.parent > .zen-menu-heading:before,
.zen-menu ul .zen-group li.parent > a:before,
.zen-menu ul .zen-group li.parent > .zen-menu-heading:before {
    border: 0;
    display: none
}

.zen-menu ul .zen-group ul {
    padding: 10px
}

.zen-menu ul .zen-group ul ul {
    padding: 0;
    margin-left: 20px !important;
    padding-bottom: 0 !important
}

.zen-menu-horizontal.zen-menu-no-animation ul {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.zen-menu-horizontal .zen-menu-offscreen ul {
    margin-left: -100% !important;
    left: -100%
}

.zen-menu-horizontal .zen-menu-offscreen ul ul {
    margin-left: -20px !important;
    left: 100% !important
}

.zen-menu-horizontal .parent:hover {
    z-index: 1010
}

.zen-menu-horizontal ul {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.zen-menu-horizontal ul:before,
.zen-menu-horizontal ul:after {
    content: "";
    display: table;
    clear: both
}

.zen-menu-horizontal ul li {
    position: relative;
    z-index: 10;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.zen-menu-horizontal ul a,
.zen-menu-horizontal ul .zen-menu-heading {
    display: block;
    color: #333;
    float: left;
    text-decoration: none;
    font-weight: 700;
    padding: 0 15px
}

.zen-menu-horizontal ul ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    z-index: 98;
    top: 100%;
    left: -20px;
    margin-top: -10px;
    background: #fff;
    padding: 15px;
    min-width: 300px
}

.zen-menu-horizontal ul ul li {
    width: 100%
}

.zen-menu-horizontal ul ul ul {
    top: 0;
    left: 100%
}

.zen-menu-horizontal ul .moduletable {
    margin-bottom: 0
}

.zen-menu-horizontal ul .moduletable ul {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
    padding: 0;
    margin-bottom: 0 !important;
    clear: both
}

.zen-menu-horizontal ul .moduletable ul li {
    padding: 0 !important;
    line-height: 1em
}

.zen-menu-horizontal ul .justify {
    position: static
}

.zen-menu-horizontal ul .justify ul {
    min-width: 0;
    margin-top: -7px !important
}

.zen-menu-horizontal ul .justify ul ul {
    margin-top: 0 !important
}

.zen-menu-horizontal ul li:hover > ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    top: 100%;
    overflow: visible
}

.zen-menu-horizontal ul li:hover > ul .zen-group ul {
    overflow: visible;
    height: auto
}

.zen-menu-above ul ul {
    top: -40px
}

.zen-menu-below ul ul {
    margin: 100px 0 0 0 !important
}

.zen-menu-below ul li:hover ul {
    margin: 0 !important
}

.zen-menu-below ul .justify ul {
    margin: 100px 0 0 0 !important
}

.zen-menu-below ul .justify:hover ul {
    margin: -7px 0 0 0 !important
}

.zen-menu-below ul .justify:hover ul ul {
    margin: 0 !important
}

.zen-menu-below ul ul {
    top: 100%
}

.zen-menu-zoom li > ul {
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    transform: scale(.4)
}

.zen-menu-zoom li > ul .zen-menu-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.zen-menu-zoom li:hover > ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.zen-menu-zoom ul ul {
    margin: 100px 0 0 0 !important
}

.zen-menu-zoom ul li:hover ul {
    margin: 0 !important
}

.zen-menu-zoom ul .justify ul {
    margin: 100px 0 0 0 !important
}

.zen-menu-zoom ul .justify:hover ul {
    margin: -7px 0 0 0 !important
}

.zen-menu-zoom ul .justify:hover ul ul {
    margin: 0 !important
}

.zen-menu-tabs {
    float: left;
    width: 100%
}

.zen-menu-tabs:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee;
    z-index: 1
}

.zen-menu-tabs li {
    margin: 0;
    z-index: 2
}

.zen-menu-tabs li > a,
.zen-menu-tabs li > .zen-menu-heading {
    padding: 10px 30px;
    border-bottom: 0;
    border-left: 0
}

.zen-menu-tabs li.active > a,
.zen-menu-tabs li.active > .zen-menu-heading {
    border: 1px solid #eee;
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0
}

.zen-menu-tabs li li > a,
.zen-menu-tabs li li > .zen-menu-heading {
    border: 0;
    padding: 0
}

.zen-menu-tabs li li.active > a,
.zen-menu-tabs li li.active > .zen-menu-heading {
    border: 0
}

.zen-menu-navbar {
    border: 1px solid #eee;
    border-width: 1px 0;
    width: 100%
}

.zen-menu-navbar li {
    margin: 0
}

.zen-menu-navbar li > a,
.zen-menu-navbar li > .zen-menu-heading {
    border-right: 1px solid #eee;
    padding: 10px 20px
}

.zen-menu-navbar li:last-child a,
.zen-menu-navbar li:last-child .zen-menu-heading {
    border-right: 0
}

.zen-menu-navbar li ul a,
.zen-menu-navbar li ul .zen-menu-heading {
    border: 0;
    box-shadow: none;
    background-image: none;
    background: none;
    padding: 0;
    margin: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.zen-menu-navbar li .zen-menu-caption {
    padding: 0
}

.zen-menu-vertical ul {
    margin: 0
}

.zen-menu-vertical ul li {
    list-style-type: none;
    padding: 4px 0
}

.zen-menu-vertical ul li li {
    background: none !important
}

.zen-menu-vertical ul ol {
    list-style-type: decimal
}

.zen-menu .zen-menu-module {
    padding: 10px 0 20px
}

.zen-menu .zen-menu-module h3 {
    margin: 0
}

.zen-menu .zen-menu-module #modlgn-remember {
    margin-left: 0 !important
}

.zen-menu-pills li > a,
.zen-menu-pills li > .zen-menu-heading {
    padding: 10px 20px 0;
    border-radius: 4px
}

.zen-menu-pills li > a:hover,
.zen-menu-pills li > .zen-menu-heading:hover {
    color: #fff;
    background: #999
}

.zen-menu-pills li.active > a,
.zen-menu-pills li.active > .zen-menu-heading {
    background: #999;
    color: #fff;
    padding: 10px 20px 0;
    border-radius: 4px
}

.zen-menu-pills li.active ul li > a,
.zen-menu-pills li.active ul li > .zen-menu-heading {
    border: 0;
    box-shadow: none;
    background-image: none;
    background: none;
    padding: 0;
    margin: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.zen-menu-pills li ul a,
.zen-menu-pills li ul .zen-menu-heading {
    border: 0;
    box-shadow: none;
    background-image: none;
    background: none;
    padding: 0;
    margin: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.zen-menu-pills li ul li a:hover,
.zen-menu-pills li ul li .zen-menu-heading:hover {
    color: #999
}

@media (min-width: 787px) {
    .zen-menu-toggle {
        display: none
    }
    .zen-menu-toggle li {
        display: block;
        float: none
    }
    .zen-menu-toggle li ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0;
        margin: 0;
        height: auto;
        margin-left: 0;
        float: left;
        width: 100%
    }
    .zen-menu-toggle li:hover > ul {
        margin-left: 0px
    }
    .zen-menu-toggle li:hover > ul ul {
        margin-left: 20px
    }
    .zen-menu-toggle .zen-group ul {
        margin-left: 0px !important
    }
    .zen-menu-toggle .zen-group:hover > ul {
        margin-left: 0px
    }
    .zen-menu-toggle .zen-group:hover > ul ul {
        margin-left: 0
    }
}

@media (min-width: 787px) {
    .zen-menu {
        clear: both
    }
}

@media (max-width: 787px) {
    .zen-menu-btn {
        display: block
    }
}

@media (min-width: 787px) {
    .zen-menu-btn {
        display: none
    }
}

.responsive_menu select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border-color: 1px solid rgba(0, 0, 0, 0.08)
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 4px 0 0;
    min-height: 42px;
    margin-bottom: 10px;
    z-index: 99
}

.mean-container li.parent .zen-icon-plus,
.mean-container li.parent .zen-icon-minus {
    float: right;
    color: #0c2436
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal:hover {
    color: #2c3e50
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #333;
    height: 3px;
    margin-top: 3px
}

.mean-container a.meanmenu-reveal span:hover {
    color: #2c3e50
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    padding: 0
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span.zen-menu-heading {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    cursor: pointer;
    color: #0c2436;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span.zen-menu-heading:hover {
    color: #e74c3c
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li span.zen-menu-heading {
    width: 80%;
    padding: .9em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a,
.mean-container .mean-nav ul li.mean-last span.zen-menu-heading {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a,
.mean-container .mean-nav ul li li li span.zen-menu-heading {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a,
.mean-container .mean-nav ul li li li li span.zen-menu-heading {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a,
.mean-container .mean-nav ul li li li li li span.zen-menu-heading {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.05)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 20px;
    height: 20px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    font-size: 1.4em !important;
    border: none !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: #e74c3c
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.mean-container .zen-menu-caption {
    font-size: 11px;
    font-style: italic;
    color: #999;
    margin-left: 10px
}

.mean-nav .moduletable {
    box-sizing: border-box;
    padding: 20px
}

.mean-nav .moduletable #login-form ul {
    margin-bottom: 30px
}

.mean-nav .moduletable .form-group {
    margin-bottom: 0
}

.mean-nav .moduletable input {
    width: 100%;
    box-sizing: border-box
}

.mean-nav .moduletable input[type="checkbox"],
.mean-nav .moduletable input[type="radio"] {
    width: auto
}

#off-canvas-menu {
    margin: 0 !important
}

#off-canvas-menu ul {
    margin: 0 !important
}

.responsive-enabled {
    width: 100% !important
}

@media screen and (min-width: 787px) {
    .responsive-enabled .hidden-desktop {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .responsive-enabled .visible-desktop {
        display: block !important;
        visibility: visible
    }
    .responsive-enabled .visible-tablets,
    .responsive-enabled .visible-tablet {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .responsive-enabled .visible-phones,
    .responsive-enabled .visible-phone {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
}

@media screen and (min-width: 620px) and (max-width: 787px) {
    .responsive-enabled .stack-tablets .zg-col {
        width: 100% !important;
        margin-left: 0
    }
    .responsive-enabled .hidden-tablets,
    .responsive-enabled .hidden-tablet {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .responsive-enabled .visible-tablets,
    .responsive-enabled .visible-tablet {
        display: block !important;
        visibility: visible
    }
    .responsive-enabled .visible-phones,
    .responsive-enabled .visible-phone {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
}

@media screen and (max-width: 620px) {
    .responsive-enabled .stack-phones .zg-col {
        width: 100%
    }
    .responsive-enabled .hidden-phones,
    .responsive-enabled .hidden-phone {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .responsive-enabled .visible-phone,
    .responsive-enabled .visible-phones {
        display: block !important;
        visibility: visible
    }
    .responsive-enabled .zen-container {
        width: 60%
    }
}

@media screen and (min-width: 787px) {
    .responsive-enabled .visible-navcollapse,
    .responsive-enabled #off-canvas-menu .simple-list {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
}

@media screen and (max-width: 787px) {
    .responsive-enabled .visible-navcollapse {
        display: block !important;
        visibility: visible
    }
    .responsive-enabled .hidden-navcollapse {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .responsive-enabled #menu ul {
        display: none
    }
    .responsive-enabled.default-menu #menu ul,
    .responsive-enabled.stacked-menu #menu ul {
        display: block
    }
    .responsive-enabled.default-menu #menu ul ul,
    .responsive-enabled.stacked-menu #menu ul ul {
        display: none
    }
    .responsive-enabled.default-menu #navwrap.fixed,
    .responsive-enabled.stacked-menu #navwrap.fixed {
        position: relative
    }
    .responsive-enabled.stacked-menu #menu ul li {
        width: 100%
    }
    .responsive-enabled #menu {
        position: inherit !important
    }
    .responsive-enabled #menu .off-canvas-trigger {
        position: absolute !important;
        top: -50px;
        padding: 15px 12px 15px 18px !important
    }
    .responsive-enabled #menu .off-canvas-trigger span:before {
        font-size: 100% !important;
        line-height: 1.2em !important
    }
    .responsive-enabled .fixed .off-canvas-trigger {
        display: none !important
    }
}

@media screen and (min-width: 787px) {
    .responsive-enabled .visible-gridcollapse {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
}

@media screen and (max-width: 787px) {
    .responsive-enabled .visible-gridcollapse {
        display: block !important;
        visibility: visible
    }
    .responsive-enabled .hidden-gridcollapse {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
}

@media screen and (min-width: 787px) {
    .responsive-enabled {
        width: 80%
    }
}

@media screen and (max-width: 787px) {
    .responsive-enabled .zen-container {
        width: 80%
    }
}

@media screen and (max-width: 620px) {
    .responsive-enabled .zen-container {
        width: 85%
    }
}

.article-footer {
    margin-bottom: 15px
}

.article-aside {
    margin-bottom: 30px;
    font-size: 90%
}

.leading,
.cols-1 .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    float: left;
    width: 100%
}

.leading:after,
.cols-1 .item:after {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 100%;
    content: "";
    left: 0
}

.article-info.flat-list {
    margin-bottom: 0;
    margin-top: 20px
}

.article-info.flat-list li {
    color: #0c2436;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block
}

.article-info.flat-list li a,
.article-info.flat-list li span {
    color: #fff;
    background: #e74c3c;
    padding: 5px 8px
}

.article-info.flat-list li a:hover,
.article-info.flat-list li span:hover {
    color: #fff;
    background: #2c3e50;
    border-color: #2c3e50
}

.article-info.flat-list li.create {
    background: rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 5px 12px;
    margin-top: -5px
}

.flat-list .edit-icon,
.flat-list .email-icon,
.flat-list .print-icon {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px
}

.flat-list .edit-icon a,
.flat-list .email-icon a,
.flat-list .print-icon a {
    color: #0c2436
}

.flat-list .edit-icon a:hover,
.flat-list .email-icon a:hover,
.flat-list .print-icon a:hover {
    color: #e74c3c
}

.flat-list .edit-icon span,
.flat-list .email-icon span,
.flat-list .print-icon span {
    margin-right: 5px
}

.cols-3 .flat-list .edit-icon,
.cols-4 .flat-list .edit-icon,
.cols-3 .flat-list .email-icon,
.cols-4 .flat-list .email-icon,
.cols-3 .flat-list .print-icon,
.cols-4 .flat-list .print-icon {
    float: left
}

.cols-3 .flat-list .print-icon,
.cols-4 .flat-list .print-icon {
    clear: left
}

.cols-3 .readmore,
.cols-4 .readmore {
    float: left;
    margin-top: 20px
}

.item-row {
    margin: 15px -10px;
    float: left;
    min-width: 100%
}

.item-row.cols-1 {
    margin: 15px 0
}

.items-more {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.item-page.with-image {
    padding-top: 260px
}

.item-page.with-image article {
    position: relative;
    z-index: 1;
    margin: 0 -40px;
    padding: 0px 40px 20px;
    background: #fff;
    border-top: 4px solid #df2e1b
}

.item-page.with-image .article-title {
    position: absolute;
    top: -260px;
    left: 0;
    background: #e74c3c;
    color: #fff;
    font-size: 2em;
    padding: 4px 20px;
    border-left: 4px solid rgba(0, 0, 0, 0.2)
}

.item-page.with-image .category-name {
    position: absolute;
    top: -260px;
    margin-top: 70px;
    left: 0;
    border: 0
}

.item-page.with-image .category-name a {
    color: #fff;
    padding: 10px;
    background: #e74c3c
}

.item-page.with-image .category-name a:hover {
    background: #2c3e50
}

.item-page.with-image .article-content {
    padding-top: 90px
}

.item-page.with-image .item-image.img-none {
    margin: 0 -40px;
    position: absolute;
    width: 100%;
    top: 0;
    height: 390px;
    overflow: hidden;
    background-size: cover !important
}

.item-page.with-image .article-aside {
    margin-top: 30px
}

.blog-page.with-image,
.tag-category {
    position: relative;
    z-index: 10
}

.blog-page.with-image .item-image.img-none,
.tag-category .item-image.img-none {
    margin: 0 -40px 0
}

.blog-page.with-image .article-header h2,
.tag-category .article-header h2 {
    background: #e74c3c;
    border-left: 4px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40px;
    left: -40px;
    padding-left: 20px;
    font-size: 2em
}

.blog-page.with-image .article-header h2 a,
.tag-category .article-header h2 a {
    color: #fff !important
}

.blog-page.with-image .article-header:after,
.tag-category .article-header:after {
    background: none;
    border: 0
}

.blog-page.with-image .category-name,
.tag-category .category-name {
    position: absolute;
    margin-top: 110px;
    top: 0;
    left: -40px;
    border: 0
}

.blog-page.with-image .category-name a,
.tag-category .category-name a {
    color: #fff;
    background: #e74c3c;
    padding: 10px
}

.blog-page.with-image .category-name a:hover,
.tag-category .category-name a:hover {
    background: #2c3e50
}

.cols-2,
.cols-3,
.cols-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.cols-2 .item,
.cols-3 .item,
.cols-4 .item {
    padding: 0 15px
}

.cols-2 .item-image img,
.cols-3 .item-image img,
.cols-4 .item-image img {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px
}

.cols-2 .blog-page.with-image,
.cols-3 .blog-page.with-image,
.cols-4 .blog-page.with-image {
    position: relative;
    z-index: 10
}

.cols-2 .blog-page.with-image .item-image.img-none,
.cols-3 .blog-page.with-image .item-image.img-none,
.cols-4 .blog-page.with-image .item-image.img-none {
    margin: 0
}

.cols-2 .blog-page.with-image .article-header h2,
.cols-3 .blog-page.with-image .article-header h2,
.cols-4 .blog-page.with-image .article-header h2 {
    background: none;
    border-left: 0;
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0
}

.cols-2 .blog-page.with-image .article-header h2 a,
.cols-3 .blog-page.with-image .article-header h2 a,
.cols-4 .blog-page.with-image .article-header h2 a {
    color: #333 !important
}

.cols-2 .blog-page.with-image .article-header:after,
.cols-3 .blog-page.with-image .article-header:after,
.cols-4 .blog-page.with-image .article-header:after {
    background: none;
    border: 0
}

.cols-2 .blog-page.with-image .category-name,
.cols-3 .blog-page.with-image .category-name,
.cols-4 .blog-page.with-image .category-name {
    position: relative;
    margin-top: 0px;
    top: auto;
    left: auto;
    background: #bf2718;
    border: 0
}

.cols-2 .blog-page.with-image .category-name:hover,
.cols-3 .blog-page.with-image .category-name:hover,
.cols-4 .blog-page.with-image .category-name:hover {
    background: #2c3e50
}

.cols-2 .blog-page.with-image .category-name a,
.cols-3 .blog-page.with-image .category-name a,
.cols-4 .blog-page.with-image .category-name a {
    color: #fff;
    padding: 5px 10px
}

.cat-children {
    clear: both;
    margin: 0 -20px;
    padding: 20px
}

.cat-children h3 {
    border: 0;
    background: #2c3e50;
    font-size: 1.4em;
    padding: 4px 12px;
    display: inline;
    color: #fff
}

.cat-children h3.item-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: none;
    display: block;
    font-size: 1.6em
}

.cat-children h3.item-title:after {
    content: "";
    height: 1px;
    margin-top: -1px;
    background: #fff;
    float: left;
    width: 100%
}

.category-list ul {
    margin-bottom: 30px
}

.category-list li {
    padding: 8px 0
}

.category-list .btn {
    margin-top: 20px
}

table.category {
    width: 100%
}

table.category th {
    background: #2c3e50;
    text-align: left;
    font-weight: bold
}

table.category th a {
    color: #fff
}

table.category th a:hover {
    color: #e74c3c
}

.item-image {
    margin: 15px 0
}

.img-left {
    float: left;
    max-width: 100%;
    margin: 0 15px 15px 0
}

.img-right {
    float: right;
    max-width: 100%;
    margin: 0 0 15px 15px
}

.img-none {
    margin: 0
}

.img-none img {
    float: left;
    width: 100%;
    margin: 0
}

@media screen and (max-width: 787px) {
    .img-right,
    .img-left {
        margin: 15px 0
    }
}

#login-form fieldset {
    padding: 0;
    border: 0
}

#login-form input {
    margin-bottom: 15px
}

#login-form ul {
    margin: 15px 0 0 0
}

#login-form ul li {
    list-style-type: none;
    padding: 2px 0
}

#login-form input#remember,
#login-form label {
    display: inline
}

.search-results {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08)
}

.search-results li:last-child,
.search-results li:last-child a {
    border-bottom: 0
}

.search-results h3,
.search-results p {
    margin: 0;
    border-bottom: 0;
    padding-left: 0
}

.search-results h3 {
    clear: both
}

.search-results .small {
    font-size: 90%
}

.search-results li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 0
}

#searchForm .no-margin {
    margin-left: 0 !important
}

#searchForm label {
    clear: both
}

#searchForm input[type="radio"],
#searchForm input[type="checkbox"] {
    margin-right: 5px
}

#searchForm legend {
    margin-bottom: 15px
}

.control-group {
    position: relative;
    z-index: 1
}

.tip-wrap {
    background: #e74c3c;
    border: 1px solid #e53b2a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    max-width: 300px;
    z-index: 999;
    color: #fff
}

.tip-title {
    border-bottom: 1px solid #e53b2a;
    font-weight: bold;
    padding: 5px 10px
}

.tip-text {
    font-size: 13px;
    margin: 0;
    padding: 5px 10px
}

.hasTip img {
    border: none;
    margin: 0 5px 0 0
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #e74c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #e53b2a;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #e53b2a;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #e53b2a;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #e53b2a;
    border-width: 0 5px 5px
}

.profile-edit fieldset {
    margin-bottom: 15px
}

.content_rating {
    clear: both;
    margin-bottom: 15px
}

.content_rating img {
    float: left
}

.content_rating p {
    margin-bottom: 0
}

.content_rating .content_vote label {
    display: block
}

.btn-toolbar {
    margin-bottom: 15px
}

dl.tabs {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 15px 0;
    clear: both
}

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

dl.tabs:after {
    clear: both
}

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

dl.tabs:after {
    clear: both
}

dl.tabs h3 {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    border: 0
}

dl.tabs h3 a {
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 10px !important;
    background: none;
    border: 0
}

dl.tabs .open h3 a {
    border-bottom: 0;
    position: relative;
    z-index: 2;
    background: #2c3e50;
    border: 0;
    color: #fff
}

dl.tabs .open h3 a:hover {
    background: #2c3e50;
    border-color: #2c3e50;
    color: #fff
}

.contact .nav-tabs {
    float: left;
    width: 100%;
    margin-top: 15px
}

.contact .tab-content {
    padding-top: 15px;
    float: left;
    width: 100%;
    position: relative
}

.contact .tab-pane {
    top: 0
}

.contact .thumbnail {
    margin-bottom: 30px
}

.contact [itemprop="jobTitle"] {
    margin: 10px 0;
    font-size: 39px;
    line-height: 1.4em;
    word-break: break-word
}

.contact [itemprop="jobTitle"] small {
    font-size: 26px
}

.contact dd {
    padding: 4px 0
}

.contact legend {
    margin-bottom: 30px
}

.contact input,
.contact textarea {
    width: 75%;
    margin-bottom: 15px
}

.contact #jform_contact_email_copy {
    width: auto
}

.contact label {
    display: inline-block;
    text-align: left !important
}

.contact .panel-heading {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px
}

.contact .zen-collapse,
.contact .tab-pane {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}

.contact .zen-collapse.in,
.contact .tab-pane.active {
    max-height: 1000px;
    opacity: 1
}

.contact .contact-address {
    padding-bottom: 15px
}

.login input {
    margin-bottom: 15px
}

.login .col-sm-3 {
    width: auto
}

.login .col-sm-9 {
    clear: both
}

.other-links {
    margin: 0;
    margin-top: 15px
}

.other-links li {
    list-style-type: none;
    padding: 4px 0
}

.other-links li li {
    background: none !important
}

.other-links ol {
    list-style-type: decimal
}

.profile-edit .form-group {
    width: 100%;
    clear: both
}

.profile-edit .form-group input {
    margin-bottom: 15px
}

.profile-edit legend {
    margin-bottom: 15px
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.zen-collapse-trigger {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 20px;
    margin-bottom: 0;
    cursor: pointer
}

.zen-collapse-trigger h3 {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.zen-collapse-trigger:hover {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    background: #e74c3c;
    border: 1px solid #d62c1a
}

.zen-collapse-trigger:hover h1,
.zen-collapse-trigger:hover h2,
.zen-collapse-trigger:hover h3,
.zen-collapse-trigger:hover h4 {
    color: #fff
}

.zen-collapse-trigger .toggler {
    float: right
}

.zen-collapse-trigger .zen-icon {
    float: right
}

.slide-content {
    padding: 15px 0
}

.slide-content .moduletable {
    margin-bottom: 0
}

.slide-content p {
    margin: 0
}

.tags a {
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.08);
    padding: 4px 10px 4px 0;
    margin-bottom: 10px;
    display: inline-block
}

.tags a span.zen-icon {
    background: #e74c3c;
    color: #fff;
    padding: 4px;
    margin-right: 10px
}

.tag-category {
    margin-top: 30px
}

.tag-category li {
    position: relative
}

.tag-category .item-image img {
    margin-bottom: 30px
}

.readmore {
    text-align: right;
    clear: both;
    float: right;
    margin-bottom: 15px
}

.mce-content-body {
    padding: 20px
}

.edit .btn-group {
    float: left;
    margin-top: 15px;
    margin-right: 4px
}

.edit .btn-group button {
    border: 0
}

.edit label {
    width: 20%;
    float: left;
    margin-right: 10px;
    text-align: right
}

.edit .form-group {
    margin-bottom: 15px
}

.edit .tab-content {
    padding-top: 15px;
    float: left;
    width: 100%
}

.edit .chzn-choices {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none
}

.edit .modal-button {
    margin-right: 4px
}

.edit textarea {
    width: 70%
}

.edit .input-append,
.edit .input-prepend {
    float: left;
    width: auto
}

.edit .input-append .btn,
.edit .input-prepend .btn {
    border: 1px solid #253443;
    background-color: #2c3e50;
    text-shadow: 0
}

.edit .tab-pane {
    display: none
}

.edit .tab-pane.active {
    display: block
}

.edit #jform_title {
    width: 100%;
    margin-bottom: 15px
}

.edit #jform_title-lbl {
    text-align: left
}

.edit .nav-tabs {
    margin: 15px 0 30px
}

.edit .btn-toolbar {
    margin: 0 0 15px
}

.edit .form-group {
    margin-bottom: 15px
}

.edit .chzn-container {
    width: 70% !important
}

.edit .nav-tabs {
    margin-bottom: 15px
}

.edit .tab-pane {
    clear: both
}

.edit .tab-pane:before,
.edit .tab-pane:after {
    content: " ";
    display: table
}

.edit .tab-pane:after {
    clear: both
}

.edit .tab-pane:before,
.edit .tab-pane:after {
    content: " ";
    display: table
}

.edit .tab-pane:after {
    clear: both
}

#editor-xtd-buttons,
.toggle-editor {
    margin-top: 13px;
    margin-bottom: 13px
}

#editor-xtd-buttons .btn,
.toggle-editor .btn {
    background-color: #2c3e50;
    border-color: #253443
}

#editor-xtd-buttons {
    margin-right: 40px
}

#sbox-window {
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.btn.jmodedit {
    padding: 0
}

.btn.jmodedit:focus,
.btn.jmodedit:active {
    box-shadow: none
}

.jfedit-menu + .tooltip {
    min-width: 100px
}

.window form table {
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin-bottom: 13px
}

.window form table td {
    padding: 8px
}

.window form .help-block {
    font-size: 12px;
    clear: both;
    padding-top: 5px
}

.chzn-container {
    float: left;
    min-width: 300px
}

.window #imageForm {
    margin: 0;
    width: auto
}

.window #imageForm .chzn-container {
    float: left;
    min-width: 300px
}

.window #imageForm #upbutton {
    border: 1px solid #253443;
    float: left;
    padding: 3px 12px;
    margin-left: 5px
}

.window #imageForm .pull-right {
    margin-right: 40px
}

.window #uploadForm {
    width: auto
}

.window #uploadForm #upload-file {
    margin: 10px 0
}

.window .manager {
    margin: 0;
    padding: 0;
    clear: both
}

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

.window .manager:after {
    clear: both
}

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

.window .manager:after {
    clear: both
}

.window .manager .thumbnail {
    float: left;
    margin-right: 10px;
    margin-left: 10px
}

.icon-eye-open:before,
.icon-eye:before {
    content: "\f06e";
    font-family: "FontAwesome"
}

.icon-file-add:before {
    content: "\f0f6";
    font-family: "FontAwesome"
}

.icon-cancel:before {
    content: "\f00d";
    font-family: "FontAwesome"
}

.button2-left,
.button2-left div {
    float: left
}

.button2-right,
.button2-right div {
    float: right
}

.button2-left {
    margin: 5px 5px 0 0
}

.button2-right {
    margin: 5px 0 0 5px
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    background: #eee;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    padding: 2px 10px;
    border-radius: 0
}

.button2-left span,
.button2-right span {
    color: #999;
    cursor: default
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px
}

.button2-left a:hover,
.button2-right a:hover {
    background: #ccc;
    color: #444;
    text-decoration: none
}

.edit.item-page a.modal,
.com_config form a.modal {
    display: inline-block;
    position: inherit;
    width: auto !important;
    top: auto !important;
    overflow: hidden
}

.edit.item-page a.modal.btn,
.com_config form a.modal.btn {
    background: #2c3e50;
    text-shadow: none;
    border-color: #253443;
    overflow: hidden;
    margin-top: 10px;
    display: inline
}

.icon-remove {
    padding-right: 10px !important
}

.media-preview .icon-eye {
    position: absolute;
    margin-left: 10px;
    margin-top: 8px
}

input.input-small {
    text-indent: 20px;
    padding-left: 30px
}

.form-group {
    float: left;
    width: 100%
}

a.btn.hasTooltip {
    width: 35px;
    float: right
}

.controls img.calendar {
    cursor: pointer;
    margin-left: 5px
}

.thumbnails {
    margin-top: 30px;
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0
}

.thumbnails:after {
    clear: both
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails > li {
    float: left !important;
    margin-bottom: 18px !important;
    margin-left: 20px !important;
    height: 100px !important;
    width: 100px !important;
    background: #fff
}

.thumbnails > li img {
    width: 100%
}

.thumbnails > li .small {
    padding: 8px;
    font-size: 90%
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

.well {
    padding: 20px
}

.span9 {
    width: 70%;
    float: left
}

.bootstrap2 .edit .btn {
    border: 1px solid #253443;
    background-color: #2c3e50;
    text-shadow: 0;
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
    left: auto;
    display: inline-block !important
}

.bootstrap2 .edit .input-prepend.input-append .add-on:first-child,
.bootstrap2 .edit .input-prepend.input-append .btn:first-child {
    height: 42px;
    width: 36px
}

#modules-form .btn-group {
    float: left;
    margin-right: 6px;
    margin-bottom: 15px
}

#modules-form legend {
    clear: both
}

#modules-form .control-label {
    width: 25%;
    float: left;
    margin-right: 20px
}

#modules-form .control-form {
    float: left;
    width: 70%
}

#modules-form .control-group {
    float: left
}

.zen-menu-btn-wrap a {
    color: #333;
    text-transform: uppercase;
    padding: 4px 0 12px;
    float: left;
    width: 100%
}

.zen-menu-btn-wrap:before {
    font-size: 1.2em
}

#navwrap .navbar-header {
    width: 100%
}

#navwrap {
    float: left;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 1px 0;
    background: #fcfcfc
}

#navwrap .zen-spotlight {
    padding: 0;
    border: 0;
    margin-top: 0;
    background: #fcfcfc
}

@media screen and (max-width: 787px) {
    #navwrap {
        border-width: 0 0 1px !important;
        box-shadow: none
    }
}

#menu {
    background: #fcfcfc;
    height: 40px;
    padding: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    float: left;
    width: 100%
}

#menu.zen-menu-center a,
#menu.zen-menu-center .zen-menu-heading {
    padding-top: 10px
}

#menu.zen-menu-center li {
    display: inline-table
}

#menu.zen-menu-center li.with-caption a {
    margin-top: 4px;
    display: inline
}

#menu .zen-menu-caption {
    margin-top: -18px;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 1em;
    font-size: 11px;
    font-style: italic;
    color: #eee;
    position: absolute
}

#menu .with-caption {
    margin-top: -4px
}

#menu .with-caption:before {
    top: -12px
}

#menu ul ul .with-caption {
    margin-top: 0
}

#menu ul {
    margin-left: 0
}

#menu ul > li {
    line-height: 42.5px
}

#menu ul > li a,
#menu ul > li .zen-menu-heading {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 32px 4px 26px;
    background: none;
    text-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    position: relative
}

#menu ul > li a:hover,
#menu ul > li .zen-menu-heading:hover {
    color: #2c3e50
}

#menu ul > li a:before,
#menu ul > li .zen-menu-heading:before {
    border-color: #2c3e50 transparent transparent #2c3e50;
    border-width: 6px;
    height: 6px;
    position: absolute;
    top: -16px;
    left: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#menu ul > li a:hover:before,
#menu ul > li .zen-menu-heading:hover:before {
    border-color: #e74c3c transparent transparent #e74c3c
}

#menu ul > li.active > a,
#menu ul > li.active > .zen-menu-heading {
    color: #333;
    background: transparent
}

#menu ul > li.active > a:before,
#menu ul > li.active > .zen-menu-heading:before {
    border-color: #e74c3c transparent transparent #e74c3c
}

#menu ul ul {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 0 20px
}

@media screen and (max-width: 787px) {
    #menu ul ul {
        width: auto !important
    }
}

#menu ul ul .zen-menu-caption {
    margin-top: 0
}

#menu ul ul > li {
    line-height: 1em
}

#menu ul ul > li a,
#menu ul ul > li.parent .zen-menu-heading {
    color: #333;
    padding: 4px 0;
    line-height: 2em;
    margin-bottom: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 0
}

#menu ul ul > li a:hover,
#menu ul ul > li.parent .zen-menu-heading:hover {
    color: #e74c3c
}

#menu ul ul > li:hover > .zen-menu-heading,
#menu ul ul > li:not(.parent) > .zen-menu-heading {
    text-align: left;
    padding: 4px 0;
    color: #333;
    background: none !important;
    border-right: 0;
    border-left: 0
}

#menu ul ul > li:hover > .zen-menu-heading:hover,
#menu ul ul > li:not(.parent) > .zen-menu-heading:hover {
    cursor: auto;
    color: #333
}

#menu ul ul > li.active > a,
#menu ul ul > li.active > .zen-menu-heading {
    color: inherit;
    background: #fff
}

#menu ul ul > li:last-child a,
#menu ul ul > li:last-child .zen-menu-heading {
    border-bottom: 0
}

#menu ul ul .zen-group a,
#menu ul ul .zen-group .zen-menu-heading {
    border-bottom: 0
}

#menu ul ul ul {
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 0px
}

#menu ul ul p,
#menu ul ul ul,
#menu ul ul h1,
#menu ul ul h2,
#menu ul ul h3,
#menu ul ul h4,
#menu ul ul h5,
#menu ul ul h6,
#menu ul ul .zen-menu-caption {
    color: #333
}

#menu ul ul .moduletable {
    width: 100%;
    float: left
}

#menu ul ul .moduletable ul {
    border: 0;
    padding: 0;
    margin: 0
}

#menu ul ul .moduletable ul li a {
    margin: 0;
    padding: 4px 0
}

#menu ul ul .moduletable .input-group {
    width: 100%
}

#menu ul ul .moduletable label {
    padding-left: 0
}

#menu ul ul .moduletable [type="radio"],
#menu ul ul .moduletable [type="checkbox"] {
    margin-right: 10px;
    position: relative
}

#menu ul ul .zen-module-body {
    padding: 10px 0
}

#menu ul ul input {
    text-indent: 12px;
    width: 100%
}

#menu ul ul input[type="checkbox"],
#menu ul ul input[type="radio"] {
    width: auto
}

#menu ul .cols-2 > li {
    width: 45% !important;
    float: left;
    margin-right: 5%
}

#menu ul .cols-2 > li li {
    width: 100% !important
}

#menu ul .cols-3 > li {
    width: 31% !important;
    float: left;
    margin-right: 2.3%
}

#menu ul .cols-3 > li li {
    width: 100% !important
}

#menu ul .cols-4 > li {
    width: 21% !important;
    float: left;
    margin-right: 4%
}

#menu ul .cols-4 > li li {
    width: 100% !important
}

.offcanvas-menu #menu.zen-menu-right {
    padding-right: 80px
}

#navwrap.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0;
    z-index: 100;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: #fcfcfc;
    border-bottom: 0
}

#navwrap.fixed .zen-spotlight {
    margin-top: 0;
    padding-top: 0
}

@media screen and (max-width: 787px) {
    #navwrap.fixed #menu {
        padding: 0;
        border: 0
    }
}

.nav-tabs {
    border-bottom: 0;
    margin: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.nav-tabs li {
    list-style-type: none;
    float: left;
    margin-right: 10px
}

.nav-tabs li a {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.nav-tabs li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.nav-tabs li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.nav-tabs li a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.nav-tabs li.active a {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.sidebar .accordion {
    position: relative;
    z-index: 1
}

.sidebar .accordion ul li {
    padding: 8px 0 !important
}

.sidebar .accordion ul ul {
    display: none
}

.sidebar .accordion li.parent {
    cursor: pointer
}

.sidebar .accordion li.parent .expand {
    position: absolute;
    margin-top: 4px;
    cursor: pointer;
    right: 16px
}

.sidebar .accordion li.parent .expand:before {
    float: right
}

.sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    border-top: 4px solid #df2e1b;
    margin-right: 0
}

.sidebar .moduletable {
    float: left;
    width: 100%
}

.sidebar .moduletable ul {
    margin-top: 0
}

.sidebar .moduletable ul ul {
    margin-bottom: 0
}

.sidebar .moduletable ul .zt-block {
    margin: 0
}

.sidebar .moduletable ul li {
    padding-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.sidebar .moduletable ul li a:hover {
    background: none
}

.sidebar .moduletable .zt-grid ul li,
.sidebar .moduletable .zt-list ul li {
    padding: 4px 0 30px
}

.sidebar .btn {
    background: rgba(0, 0, 0, 0.2)
}

.sidebar .btn:hover {
    background: rgba(0, 0, 0, 0.8)
}

.sidebar .zen-module-title {
    padding-left: 0px;
    margin-bottom: 30px;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.sidebar .zen-module-title h3 {
    color: #fff
}

.sidebar .zen-module-title h3 span {
    background: #e74c3c;
    padding: 10px
}

.sidebar .zen-module-body {
    padding: 0
}

#mainWrap.mr.with-image .sidebar,
#mainWrap.mlr.with-image .sidebar,
#mainWrap.ml.with-image .sidebar {
    margin-top: 380px
}

#navwrap .zen-menu-horizontal ul .justify ul {
    margin-top: 0 !important
}

.off-canvas-heading h3 {
    color: #fff
}

.sb-close {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 16px 10px 16px 18px;
    color: #fff;
    cursor: pointer
}

.sb-close:hover {
    background: rgba(0, 0, 0, 0.2)
}

.mean-container .mean-bar {
    padding-top: 0;
    margin-bottom: 0
}

.mean-container .mean-bar .sb-close {
    display: none
}

.off-canvas-body {
    padding: 40px 30px 30px;
    float: left;
    width: 100%;
    background: #e74c3c
}

.off-canvas-body h1,
.off-canvas-body h2,
.off-canvas-body h3,
.off-canvas-body h4,
.off-canvas-body h5,
.off-canvas-body h6 {
    color: #fff
}

.off-canvas-body p,
.off-canvas-body label {
    color: #fff
}

.off-canvas-body a,
.off-canvas-body .zen-menu-heading,
.off-canvas-body .separator {
    color: #eee
}

.off-canvas-body a:hover,
.off-canvas-body .zen-menu-heading:hover,
.off-canvas-body .separator:hover {
    color: #2c3e50
}

.off-canvas-body li {
    border-bottom: 1px solid #ed7669;
    position: relative;
    padding: 12px 0
}

.off-canvas-body li:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #d62c1a;
    float: left;
    position: absolute;
    z-index: 10;
    margin-top: 0px;
    bottom: 0;
    left: 0
}

.off-canvas-body li:last-child {
    border: 0
}

.off-canvas-body li:last-child:after {
    display: none
}

.off-canvas-body input {
    width: 100%
}

.off-canvas-body input[type="checkbox"] {
    width: auto
}

.off-canvas-body .moduletable {
    padding: 0
}

.off-canvas-body .moduletable #login-form ul {
    margin-bottom: 30px
}

.off-canvas-body .zen-module-title {
    background: none;
    border: 0;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #ed7669;
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 30px
}

.off-canvas-body .zen-module-title h3 {
    border-bottom: 1px solid #d62c1a;
    margin-bottom: 0;
    line-height: 0.3em
}

.off-canvas-body .zen-module-title span {
    background: #d62c1a;
    padding: 10px;
    margin-bottom: -10px
}

.off-canvas-body ul {
    margin: 0
}

.off-canvas-body ul li {
    list-style-type: none;
    padding: 4px 0
}

.off-canvas-body ul li li {
    background: none !important
}

.off-canvas-body ul ol {
    list-style-type: decimal
}

.mean-nav .off-canvas-trigger {
    display: none !important
}

#off-canvas-menu {
    float: left;
    width: 100%;
    margin-bottom: 30px !important
}

#off-canvas-menu .zen-menu-caption {
    display: block;
    font-style: italic;
    color: #fff
}

#off-canvas-menu label,
#off-canvas-menu .expand {
    color: #fff;
    float: right;
    font-size: 1.4em
}

#off-canvas-menu ul li {
    clear: both;
    padding: 12px 0;
    float: left;
    width: 100%;
    cursor: pointer
}

#off-canvas-menu ul a,
#off-canvas-menu ul .zen-menu-heading {
    display: block
}

#off-canvas-menu ul ul {
    padding-left: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 90% !important
}

#off-canvas-menu ul ul li {
    border: 0
}

#off-canvas-menu ul ul li:after {
    display: none
}

#off-canvas-menu ul ul ul {
    margin-bottom: 0
}

#off-canvas-menu p {
    margin: 0 0 7.5px
}

#off-canvas-menu h3 {
    margin-bottom: 0
}

#off-canvas-menu .moduletable {
    width: 100%
}

#off-canvas-menu .moduletable input {
    width: 100%
}

#off-canvas-menu .moduletable input[type="radio"],
#off-canvas-menu .moduletable input[type="checkbox"] {
    width: auto;
    margin-tight: 10px
}

.responsive-enabled #menu {
    position: relative
}

.responsive-enabled #menu .off-canvas-trigger {
    position: absolute;
    z-index: 90;
    right: 0;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 25px 4px 25px;
    background: none;
    color: #333;
    border-radius: 0;
    background: #fcfcfc
}

.responsive-enabled #menu .off-canvas-trigger:hover {
    background: #2c3e50;
    color: #fff;
    padding-bottom: 4px
}

.responsive-enabled #menu .off-canvas-trigger span {
    margin-right: 0
}

.responsive-enabled #menu .off-canvas-trigger span:before {
    font-size: 130%;
    line-height: 42.5px
}

@media screen and (max-width: 787px) {
    .responsive-enabled #menu .off-canvas-trigger {
        font-size: 1.4em;
        padding: 15px 20px 10px 20px !important
    }
}

.btn,
button,
input.button,
ul#filters a {
    color: #0c3654 
    background: #CCC
    border: 1px solid #CCC
    border-radius: 10px;    
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.btn:hover,
button:hover,
input.button:hover,
ul#filters a:hover {
    border: 1px solid #0C2436;
    text-decoration: none;
    color: #fff;
    background: #0C2436;
    text-decoration: none
}

.btn.active,
button.active,
input.button.active,
ul#filters a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

ul#filters a.active {
    color: #fff !important;
    background: #e74c3c !important;
    border: 1px solid #d62c1a !important;
    border-radius: 0px !important
}

.btn.btn-large {
    padding: 11px 40px
}

.btn.btn-small {
    padding: 2px 4px
}

.btn.disabled {
    border: 1px solid #d0d0d0;
    background: #d0d0d0;
    color: #aaa
}

.btn-mini {
    padding: 4px 8px;
    font-size: 90%;
    line-height: 1em
}

.btn-success {
    color: #fff;
    background-color: #3e9b52;
    border-color: #378948
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #327e43;
    border-color: #255d31
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #3e9b52;
    border-color: #378948
}

.btn-success .badge {
    color: #3e9b52;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #09c;
    border-color: #0086b3
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #007aa3;
    border-color: #005875
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #09c;
    border-color: #0086b3
}

.btn-info .badge {
    color: #09c;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f80;
    border-color: #e67a00
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #d67200;
    border-color: #a85a00
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f80;
    border-color: #e67a00
}

.btn-warning .badge {
    color: #f80;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #b30000
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #a30000;
    border-color: #750000
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #c00;
    border-color: #b30000
}

.btn-danger .badge {
    color: #c00;
    background-color: #fff
}

.pagenav li a,
.pagination li a,
.pager li a {
    float: left;
    padding: 0 20px
}

.pagenav li,
.pagination li,
.pager li {
    margin-right: 4px
}

.pagination li a,
.pager li a {
    padding: 0 20px !important
}

.pagenav li.active a,
.pagination li.active a,
.pager li.active a {
    line-height: 42px
}

.pagenav li a,
.pagination li a,
.pager li a {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.pagenav li.disabled a,
.pagination li.disabled a,
.pager li.disabled a {
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: none;
    color: #253443
}

.pagenav li.disabled a:hover,
.pagination li.disabled a:hover,
.pager li.disabled a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li.disabled a:hover,
.pagination li.disabled a:hover,
.pager li.disabled a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li.disabled a.active,
.pagination li.disabled a.active,
.pager li.disabled a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.pagenav li.disabled a:hover,
.pagination li.disabled a:hover,
.pager li.disabled a:hover {
    background: none;
    color: #253443;
    border: 1px solid #253443
}

.pagenav li a,
.pagination li a,
.pager li a {
    float: left;
    padding: 0 20px;
    color: #fff;
    background: #2c3e50;
    border: 1px solid #253443;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    line-height: 42.9px
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    text-decoration: none
}

.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
    color: #fff;
    background: #e74c3c;
    border: 1px solid #d62c1a;
    border-radius: 0px !important
}

.pagenav li a span,
.pagination li a span,
.pager li a span {
    background-image: none;
    width: auto
}

.pagenav li,
.pagination li,
.pager li {
    margin-right: 4px
}

.pagination li a,
.pager li a {
    padding: 0 20px !important
}

.pagination ul > li > a,
.pagination ul > li > span {
    color: #fff !important;
    background: #2c3e50 !important;
    border: 1px solid #253443 !important;
    padding: 12px;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in !important;
    -moz-transition: all .2s ease-in !important;
    -o-transition: all .2s ease-in !important;
    transition: all .2s ease-in !important
}

.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
    color: #fff !important;
    background: #e74c3c !important;
    border: 1px solid #d62c1a !important;
    text-decoration: none
}

.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
    color: #fff !important;
    background: #e74c3c !important;
    border: 1px solid #d62c1a !important;
    text-decoration: none
}

.pagination ul > li > a.active,
.pagination ul > li > span.active {
    color: #fff !important;
    background: #e74c3c !important;
    border: 1px solid #d62c1a !important;
    border-radius: 0px !important
}

.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
    border: 0
}

.pagenav li.disabled a,
.pagination li.disabled a,
.pager li.disabled a {
    line-height: 42px
}

main .navbar-default {
    border: 0
}

main .navbar-default .navbar-brand {
    color: #0c2436
}

main .navbar-default .navbar-nav > li > a {
    color: #0c2436
}

main .navbar-default .navbar-nav > li > a:hover {
    color: #fff
}

#logo h1,
#logo h2,
#logo h3,
#logo h4,
#logo h5,
#logo h6 {
    font-weight: 300;
    font-size: 3em;
    line-height: 1.4em;
    color: #333;
    margin: 0
}

#logo h1 a,
#logo h2 a,
#logo h3 a,
#logo h4 a,
#logo h5 a,
#logo h6 a {
    color: #333
}

#logo h1 a:hover,
#logo h2 a:hover,
#logo h3 a:hover,
#logo h4 a:hover,
#logo h5 a:hover,
#logo h6 a:hover {
    color: #2c3e50;
    text-decoration: none
}

#logo sup {
    top: -40px;
    font-size: 20px
}

#logo p {
    margin-bottom: 0
}

#logowrap .zen-spotlight {
    border: 0;
    padding: 30px 0;
    margin-top: 0;
    background: none
}

#logowrap .moduletable {
    padding: 0
}

#logowrap #search form {
    padding-top: 15px;
    float: right;
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

#logowrap #search input {
    width: 72%;
    float: left;
    border: 0 !important;
    margin-bottom: 0
}

#logowrap #search label {
    margin: 0
}

#logowrap #search button {
    width: 25%;
    float: right;
    margin-bottom: 0
}

html,
body {
    font-weight: 300;
    font-size: 13px
}

h1 {
    margin: 10px 0;
    font-size: 39px;
    line-height: 1.4em;
    word-break: break-word
}

h1 small {
    font-size: 26px
}

.article-title {
    margin: 0 -20px 30px 0;
    padding-right: 20px;
    margin-top: 0;
    line-height: 1.4em;
    margin-bottom: 10px
}

.article-title:after {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    content: "";
    margin: 1px -20px 0;
    display: block;
    height: 1px
}

h1.article-title:after {
    border-top: 0;
    background: none;
    content: "";
    margin: 1px -20px 0;
    display: block;
    height: 1px
}

h2 {
    margin: 10px 0;
    font-size: 39px;
    line-height: 1.4em;
    word-break: break-word;
    clear: both
}

h2 small {
    font-size: 19.5px
}

h3 {
    margin: 10px 0;
    font-size: 20.8px;
    line-height: 1.96em;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

h3 small {
    font-size: 15px
}

h3 i {
    margin-right: 10px
}

main h3 {
    margin: 0 -40px 30px;
    padding: 0 40px 10px
}

main .cat-children h3.page-header {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0
}

h4 {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.4em;
    word-break: break-word
}

h4 small {
    font-size: 13px
}

h5 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4em
}

h5 small {
    font-size: 11px
}

h6 {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.4em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #010c14
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #010c14
}

ul,
legend {
    margin-bottom: 30px
}

.small {
    font-size: 90%
}

.margins {
    margin: 15px 0
}

form {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

p {
    clear: both
}

li {
    transition: all .4s
}

.headline {
    padding: 0 0 0 30px;
    border-left: 8px solid rgba(0, 0, 0, 0.08);
    font-size: 4em;
    text-align: left
}

p.subheading {
    margin-bottom: 45px;
    font-style: italic
}

p {
    margin: 0 0 30px;
    line-height: 1.68em;
    font-weight: 300;
    font-size: 13px;
    color: #0c2436
}

p small,
p .small {
    font-size: 12px;
    color: #999
}

blockquote {
    font-weight: 300;
    line-height: 1.1;
    border: 0;
    font-size: 26px;
    border-left: 4px solid rgba(0, 0, 0, 0.08);
    margin-left: 0;
    padding-left: 15px;
    clear: both
}

blockquote p {
    font-size: 125%;
    line-height: 125%
}

input,
textarea {
    margin-bottom: 10px
}

.badge {
    border-radius: 0 !important
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

.highlight {
    background-color: #FFC;
    font-weight: bold;
    padding: 1px 4px
}

code {
    display: block;
    max-height: 400px;
    overflow: scroll;
    margin: 20px 0
}

img {
    max-width: 100%;
    height: auto
}

main .thumbnail {
    border-radius: 0
}

a {
    color: #999;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a:hover {
    color: #e74c3c
}

#topwrap a {
    color: #333
}

#topwrap a:hover {
    color: #e74c3c
}

#footerwrap a {
    color: #999
}

#footerwrap a:hover {
    color: #e74c3c
}

hr {
    margin: 15px 0
}

.list-striped li,
.table-striped li,
.list-striped tr,
.table-striped tr {
    padding: 10px 20px !important
}

.list-striped li:nth-child(2n + 1),
.table-striped li:nth-child(2n + 1),
.list-striped tr:nth-child(2n + 1),
.table-striped tr:nth-child(2n + 1) {
    background: rgba(20, 20, 20, 0.08)
}

.list-striped th,
.table-striped th {
    padding: 10px 20px !important;
    background: rgba(8, 8, 8, 0.08)
}

.list-striped td,
.table-striped td {
    padding: 10px 20px !important
}

.list-striped {
    margin: 0
}

.list-striped li {
    list-style-type: none;
    padding: 4px 0
}

.list-striped li li {
    background: none !important
}

.list-striped ol {
    list-style-type: decimal
}

.zen-icon {
    margin-right: 8px
}

.tags .zen-icon {
    margin-right: 0
}

.anvil,
#mainWrap .anvil {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0;
    text-align: right;
    font: 30px/100px Arial, sans-serif;
    color: white;
    border: 0 !important;
    padding-right: 10px
}

.anvil::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 80px 80px;
    border-style: solid;
    border-color: transparent #fcfcfc
}

.anvil.primary1 {
    background: #e74c3c
}

.anvil.primary2 {
    background: #bf2718
}

.anvil.primary3 {
    background: #ef8b80
}

.anvil.secondary1 {
    background: #2c3e50
}

.anvil.secondary2 {
    background: #11181f
}

.anvil.secondary3 {
    background: #476481
}

.rounded-big {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
    font-size: 2em;
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 60px;
    color: #fff
}

.rounded-big.primary1 {
    background: #e74c3c
}

.rounded-big.primary2 {
    background: #bf2718
}

.rounded-big.primary3 {
    background: #ef8b80
}

.rounded-big.secondary1 {
    background: #2c3e50
}

.rounded-big.secondary2 {
    background: #11181f
}

.rounded-big.secondary3 {
    background: #476481
}

pre,
code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px;
    background: #fafafa;
    font-family: monospace;
    position: relative;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset
}

pre p,
code p {
    margin: 0
}

pre span.code-title {
    position: absolute;
    display: block;
    background: #FFF;
    top: 0;
    right: 0;
    border-radius: 0px;
    padding: 3px 5px;
    font-size: 12px;
    box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #999
}

.block {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 15px
}

.block.primary1 {
    background: #e74c3c;
    border: 1px solid #e53b2a
}

.block.primary1 p,
.block.primary1 h1,
.block.primary1 h2,
.block.primary1 h3,
.block.primary1 h4,
.block.primary1 h5,
.block.primary1 h6 {
    color: #fff
}

.block.primary2 {
    background: #bf2718;
    border: 1px solid #ad2315
}

.block.primary2 p,
.block.primary2 h1,
.block.primary2 h2,
.block.primary2 h3,
.block.primary2 h4,
.block.primary2 h5,
.block.primary2 h6 {
    color: #fff
}

.block.primary3 {
    background: #ef8b80;
    border: 1px solid #ed7a6e
}

.block.primary3 p,
.block.primary3 h1,
.block.primary3 h2,
.block.primary3 h3,
.block.primary3 h4,
.block.primary3 h5,
.block.primary3 h6 {
    color: #fff
}

.block.secondary1 {
    background: #2c3e50;
    border: 1px solid #253443
}

.block.secondary1 p,
.block.secondary1 h1,
.block.secondary1 h2,
.block.secondary1 h3,
.block.secondary1 h4,
.block.secondary1 h5,
.block.secondary1 h6 {
    color: #fff
}

.block.secondary2 {
    background: #11181f;
    border: 1px solid #0a0e11
}

.block.secondary2 p,
.block.secondary2 h1,
.block.secondary2 h2,
.block.secondary2 h3,
.block.secondary2 h4,
.block.secondary2 h5,
.block.secondary2 h6 {
    color: #fff
}

.block.secondary3 {
    background: #476481;
    border: 1px solid #405a74
}

.block.secondary3 p,
.block.secondary3 h1,
.block.secondary3 h2,
.block.secondary3 h3,
.block.secondary3 h4,
.block.secondary3 h5,
.block.secondary3 h6 {
    color: #fff
}

.block.border {
    background: none
}

.block.border p {
    color: #0c2436
}

.block.border p,
.block.border h1,
.block.border h2,
.block.border h3,
.block.border h4,
.block.border h5,
.block.border h6 {
    color: #010c14
}

.block.rounded {
    border-radius: 2px
}

#socialicons {
    padding: 0
}

#socialicons span {
    padding: 0px 4px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#socialicons ul {
    margin-bottom: 0
}

#socialicons li,
#socialicons a {
    padding: 0 !important
}

#socialicons li a:hover {
    text-decoration: none
}

#socialicons li a:hover span {
    color: #e74c3c !important
}

#socialicons.zenleft ul {
    margin: 20px 0 20px -10px !important
}

#socialicons.zencenter ul li {
    border: 0 !important;
    margin: 10px 0
}

#socialicons.zencenter ul li a:hover,
#socialicons.zencenter ul li span:hover {
    color: #e74c3c
}

.sb-active .social-wrap.fixed {
    display: none
}

@media screen and (max-width: 787px) {
    .fixed .social-wrap.fixed {
        display: none
    }
}

.social-wrap {
    float: left;
    padding: 0 0 20px 20px;
    height: 30px;
    position: absolute;
    right: -15px
}

.social-wrap.with-panel {
    right: 40px
}

@media screen and (max-width: 787px) {
    .social-wrap {
        top: -37px;
        right: auto;
        padding: 0
    }
}

.social-wrap span {
    padding: 0 6px;
    float: right;
    width: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.3em;
    margin-right: 0px;
    margin-bottom: 4px;
    transition: all .2s;
    color: #333
}

.social-wrap span:before {
    margin-left: 1opx
}

@media screen and (max-width: 787px) {
    .social-wrap span {
        border-left: 0
    }
}

.social-wrap .zen-icon-facebook:hover,
.social-wrap .fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

.social-wrap .zen-icon-pinterest:hover,
.social-wrap .fa-pinterest:hover {
    background: #cb2027;
    color: #fff
}

.social-wrap .zen-icon-twitter:hover,
.social-wrap .fa-twitter:hover {
    background: #00aced;
    color: #fff
}

.social-wrap .zen-icon-google-plus:hover,
.social-wrap .fa-google-plus:hover {
    background: #d34836;
    color: #fff
}

.zen-module-title {
    padding-left: 0px;
    padding-bottom: 0;
    background: none;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.zen-module-title h3 {
    margin: 0;
    border-bottom: 0;
    font-size: 1.05em;
    font-weight: bold;
    color: #fff
}

.zen-module-title h3 span {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15)
}

#topwrap .zen-module-body,
#logowrap .zen-module-body,
#footerwrap .zen-module-body,
#breadcrumbwrap .zen-module-body {
    padding: 0
}

.moduletable {
    clear: both;
    margin-bottom: 15px;
    padding: 20px
}

.moduletable .zen-module-title h3 {
    color: #fff
}

.moduletable .zen-module-title h3 span {
    background: #e74c3c;
    padding: 10px
}

.moduletable .zen-module-body {
    padding: 0
}

.moduletable.primary1 .zen-module-title h3 {
    color: #fff
}

.moduletable.primary2 .zen-module-title h3 {
    color: #fff
}

.moduletable.primary2 .zen-module-title h3 span {
    background: #bf2718
}

.moduletable.primary3 .zen-module-title h3 {
    color: #fff
}

.moduletable.primary3 .zen-module-title h3 span {
    background: #ef8b80
}

.moduletable.secondary1 .zen-module-title h3,
.moduletable.secondary .zen-module-title h3 {
    color: #fff
}

.moduletable.secondary1 .zen-module-title h3 span,
.moduletable.secondary .zen-module-title h3 span {
    background: #2c3e50
}

.moduletable.secondary2 .zen-module-title h3 {
    color: #fff
}

.moduletable.secondary2 .zen-module-title h3 span {
    background: #11181f
}

.moduletable.secondary3 .zen-module-title h3 {
    color: #fff
}

.moduletable.secondary3 .zen-module-title h3 span {
    background: #476481
}

.moduletable.featured .zen-module-title {
    position: absolute;
    margin-top: -20px;
    padding-left: 0;
    background: none;
    border: 0;
    background: none !important;
    box-shadow: none
}

.moduletable.featured .zen-module-title h3 {
    font-size: 7em;
    font-weight: bold;
    background: none !important;
    color: rgba(255, 255, 255, 0.4) !important;
    border-bottom: 0
}

.moduletable.featured .zen-module-title h3 span {
    box-shadow: none;
    background: none
}

.moduletable.featured .zen-module-body {
    padding: 100px 0 0 0
}

.moduletable.featured .zt-readmore {
    margin-bottom: 30px
}

.moduletable.striped h3 {
    border-bottom: 0;
    margin-bottom: 0
}

.moduletable.striped .zt-title {
    margin-bottom: 0
}

.moduletable.striped .zen-module-title h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.moduletable.striped .zt-block {
    margin: 0
}

.moduletable.striped .zt-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
    padding-top: 20px
}

.moduletable.striped .zt-item:nth-child(odd) {
    background: #eee
}

.moduletable.striped ul {
    margin: 0
}

.zg-col-12:not(#top1) .moduletable {
    padding-left: 0;
    padding-right: 0
}

.moduletable.border .zen-module-title {
    background: none;
    padding: 0
}

.moduletable.border .zen-module-body {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.moduletable.border.primary1 {
    background: none
}

.moduletable.border.primary1 .zen-module-body {
    border-color: #e74c3c
}

.moduletable.border.primary2 {
    background: none;
    border-color: #bf2718
}

.moduletable.border.primary2 .zen-module-body {
    border-color: #bf2718
}

.moduletable.border.primary3 {
    background: none;
    border-color: #ef8b80
}

.moduletable.border.primary3 .zen-module-body {
    border-color: #ef8b80
}

.moduletable.border.secondary1 {
    background: none;
    border-color: #2c3e50
}

.moduletable.border.secondary1 .zen-module-body {
    border-color: #2c3e50
}

.moduletable.border.secondary2 {
    background: none;
    border-color: #11181f
}

.moduletable.border.secondary2 .zen-module-body {
    border-color: #11181f
}

.moduletable.border.secondary3 {
    background: none;
    border-color: #476481
}

.moduletable.border.secondary3 .zen-module-body {
    border-color: #476481
}

.moduletable.dark .zen-module-title {
    background: none;
    padding: 0;
    border-color: #212121
}

.moduletable.dark .zen-module-title h3 {
    color: #fff
}

.moduletable.dark .zen-module-title h3 span {
    background: #212121
}

.moduletable.dark .zen-module-body {
    background: #212121;
    border: 1px solid #222;
    padding: 20px 20px 0
}

.moduletable.dark .zen-module-body * {
    color: #fff
}

.moduletable.light {
    background: #fff;
    color: #fff
}

.moduletable.light .zen-module-title {
    background: none;
    padding: 0;
    border-color: rgba(0, 0, 0, 0.08)
}

.moduletable.light .zen-module-title h3 {
    color: #333
}

.moduletable.light .zen-module-title h3 span {
    background: rgba(0, 0, 0, 0.08)
}

.right-heading h3 {
    text-align: right
}

.center-heading h3 {
    text-align: center
}

.small-heading h3 {
    font-size: 100%
}

.moduletable.centered h1,
.moduletable.centered h2,
.moduletable.centered h3,
.moduletable.centered h4,
.moduletable.centered h5,
.moduletable.centered h6,
.moduletable.centered p {
    text-align: center
}

.moduletable.shadow .zen-module-body,
.inset.shadow .zen-module-body .zen-module-body,
div.shadow .zen-module-body {
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.15);
    padding: 20px
}

.moduletable.shadow2 .zen-module-body,
.inset.shadow2 .zen-module-body .zen-module-body,
div.shadow2 .zen-module-body {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding: 20px
}

.inset .zen-module-body {
    background: #f2f2f2;
    color: #0c2436;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 20px 0
}

.moduletable.shadow.inset,
.moduletable.shadow2.inset {
    box-shadow: none
}

.moduletable.flat .zen-module-title {
    border: 0
}

.moduletable.flat .zen-module-title h3 {
    margin: 0
}

.moduletable.flat .zen-module-title h3 span {
    display: block;
    padding: 15px 10px
}

img.border,
.zenborder img {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    background: #fff !important;
    padding: 4px;
    max-width: 98%;
    margin-bottom: 20px
}

.corner {
    position: relative;
    margin: 0 auto 15px;
    border-width: 0 0 1px 0
}

.corner.primary1 .zen-module-title,
.corner.primary2 .zen-module-title,
.corner.primary3 .zen-module-title,
.corner.secondary1 .zen-module-title,
.corner.secondary2 .zen-module-title,
.corner.secondary3 .zen-module-title {
    background: none;
    padding: 0 !important;
    border: 0;
    padding: 20px;
    background: #f2f2f2;
    margin: 0
}

.corner.primary1 .zen-module-title span,
.corner.primary2 .zen-module-title span,
.corner.primary3 .zen-module-title span,
.corner.secondary1 .zen-module-title span,
.corner.secondary2 .zen-module-title span,
.corner.secondary3 .zen-module-title span {
    background: none !important;
    box-shadow: none;
    padding: 0
}

.corner.primary1 .zen-module-title *,
.corner.primary2 .zen-module-title *,
.corner.primary3 .zen-module-title *,
.corner.secondary1 .zen-module-title *,
.corner.secondary2 .zen-module-title *,
.corner.secondary3 .zen-module-title * {
    color: #333;
    padding: 15px
}

.corner.primary1 .zen-module-body,
.corner.primary2 .zen-module-body,
.corner.primary3 .zen-module-body,
.corner.secondary1 .zen-module-body,
.corner.secondary2 .zen-module-body,
.corner.secondary3 .zen-module-body {
    padding: 20px;
    background: #f2f2f2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.corner::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #658e15 #fcfcfc
}

.corner.primary1::after {
    border-color: #bf2718 #fcfcfc
}

.corner.primary2::after {
    border-color: #e74c3c #fcfcfc
}

.corner.primary3::after {
    border-color: #7b190f #fcfcfc
}

.corner.secondary1::after {
    border-color: #11181f #fcfcfc
}

.corner.secondary2::after {
    border-color: #2c3e50 #fcfcfc
}

.corner.secondary3::after {
    border-color: #000 #fcfcfc
}

.moduletable.zen-icon {
    position: relative;
    float: left;
    width: 100% !important
}

.moduletable.zen-icon:before {
    font-size: 1.6em;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 15px
}

.moduletable.zen-iconsmall:before {
    font-size: 1em
}

.moduletable.zen-icon.medium:before {
    font-size: 4em
}

.moduletable.zen-icon.large:before {
    font-size: 6em
}

.moduletable.zen-icon.top:before {
    top: 6px
}

.moduletable.zen-icon.bottom:before {
    bottom: 6px;
    top: auto
}

.moduletable.icon {
    height: auto;
    width: auto
}

.largeicons i {
    height: 100px;
    width: 100px;
    border: 4px solid #333;
    border-radius: 200px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.largeicons i:before {
    font-size: 2em;
    color: #333;
    position: absolute;
    width: 100px;
    text-align: center;
    display: block;
    margin-left: 0px;
    margin-top: 27px
}

.largeicons i:hover:before {
    color: #2c3e50
}

.largeicons i:hover {
    border: 4px solid #2c3e50
}

.hot,
.new {
    position: relative;
    z-index: 1
}

.hot h3:after,
.new h3:after,
.hot h3:after,
.new h3:after {
    position: absolute;
    z-index: 20;
    padding: 0px 4px;
    font-size: 10px;
    top: 20px;
    right: 20px;
    font-style: italic;
    background: #333;
    color: #fff;
    line-height: 1.4
}

.sidebar .hot h3:after,
.sidebar .new h3:after,
.sidebar .hot h3:after,
.sidebar .new h3:after {
    top: -10px
}

.hot h3:after {
    content: "Hot";
    background: #e74c3c
}

.new h3:after {
    content: "New";
    background: #2c3e50
}

.primary1 h3:after {
    background: #ef8b80 !important
}

.primary1 h3:after {
    background: #f8c9c4
}

.primary2 h3:after {
    background: #e74c3c
}

.primary3 h3:after {
    background: #7b190f
}

.secondary1 h3:after {
    background: #3e5771
}

.secondary2 h3:after {
    background: #2c3e50
}

.secondary3 h3:after {
    background: #000
}

.moduletable.nopadding {
    padding: 0
}

.moduletable.large .zen-icon:before {
    font-size: 6em
}

.moduletable.rounded .zen-module-title {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.moduletable.rounded .zen-module-body {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e3e3e3;
    padding: 20px
}

.moduletable.rounded p {
    margin-bottom: 0
}

.news {
    padding-top: 0
}

.news .zt-grid .zt-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 1px 1px 0;
    margin-bottom: 0;
    padding-top: 10px
}

.news .zt-grid .zt-item[grid-col="1/2"]:nth-child(even) {
    border-right: 0
}

.news .zt-author {
    font-style: italic;
    color: #999
}

.news p {
    margin-bottom: 10px
}

.news .zt-category {
    position: absolute;
    top: 30px;
    left: 30px
}

.news .zt-date {
    background: #e74c3c;
    color: #fff;
    padding: 4px;
    display: inline
}

.news .zt-image {
    margin-bottom: 10px
}

#sticky-fill {
    float: left;
    width: 100%
}

#zen-wrap {
    float: left;
    width: 100%
}

.zen-spotlight {
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 1px 0 1px 0;
    margin-top: 0
}

#topwrap {
    min-height: 30px
}

#topwrap .zen-container {
    position: relative;
    z-index: 1
}

#topwrap .moduletable {
    padding-bottom: 0;
    padding-top: 0
}

#topwrap .zen-module-title {
    margin-bottom: 0;
    border: 0
}

#topwrap .zen-module-title h3 {
    border: 0
}

#topwrap {
    padding-top: 0
}

.mainwrap.zen-spotlight {
    padding-bottom: 0
}

#breadcrumb {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-left: 0
}

#breadcrumb .moduletable {
    margin-bottom: 0;
    padding: 0
}

#breadcrumb .zen-module-body {
    padding: 0
}

#breadcrumb .breadcrumb li:last-child:after {
    content: ""
}

@media screen and (max-width: 787px) {
    .select-menu #zen-wrap,
    .offcanvas-menu #zen-wrap {
        padding-top: 7.5px;
        border-top: 50px solid transparent
    }
    #topwrap {
        border-top: 1px solid rgba(0, 0, 0, 0.08)
    }
}

.mainwrap {
    background: #f5f5f5;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 70px;
    position: relative;
    margin-top: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.mainwrap .moduletable {
    padding: 0
}

#abovecontent,
#belowcontent {
    margin-top: 30px
}

#abovecontent .zen-module-body,
#belowcontent .zen-module-body,
#abovecontent .moduletable,
#belowcontent .moduletable {
    padding: 0
}

#bottomwrap .moduletable {
    padding-bottom: 0
}

#footerwrap {
    float: left;
    width: 100%;
    padding-top: 30px
}

#footerwrap ul {
    text-align: center
}

#footerwrap ul li {
    display: inline-block;
    float: none
}

.mr .sidebar,
.mlr .sidebar {
    float: right
}

html,
body,
#zen-wrap {
    background: #fcfcfc
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 100
}

.zen-spotlight {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 1px 1px;
    background: #fff
}

#grid4wrap .zen-spotlight,
#grid5wrap .zen-spotlight,
#grid6wrap .zen-spotlight,
#belowwrap .zen-spotlight,
#bottomwrap .zen-spotlight {
    border: 0
}

#grid1wrap .zen-spotlight {
    padding-top: 0
}

.divider {
    border-bottom: 1px solid #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 20px -40px;
    height: 1px;
    padding: 0
}

#topwrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 90%
}

#topwrap .zen-spotlight {
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 0;
    background: none
}

@media screen and (max-width: 787px) {
    #topwrap .zen-spotlight {
        border-left: none;
        border-right: none
    }
}

#topwrap .moduletable {
    margin-bottom: 0
}

#topwrap .zen-module-title h3 {
    color: #333;
    border: 0
}

#topwrap .zen-module-title h3 span {
    box-shadow: none;
    background: none;
    padding: 0
}

#topwrap li {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 30px;
    padding: 0 20px 0 0
}

#breadcrumb {
    color: #999;
    font-size: 90%;
    background: none
}

#breadcrumb:after {
    color: #999
}

#breadcrumb ul {
    margin: 0;
    background: none
}

.zen-date {
    width: 88px;
    height: 80px;
    float: left;
    background: #476481;
    color: #fff;
    margin-left: -1px;
    text-align: center;
    padding-top: 20px;
    font-size: 1.1em;
    position: absolute;
    font-weight: bold;
    border-right: 4px solid rgba(0, 0, 0, 0.2)
}

.zen-date .zen-day-date {
    font-size: 1.3em
}

#menu {
    min-height: 80px
}

#menu.with-date ul,
#menu.with-date #news-ticker {
    padding-left: 87px
}

#menu.with-date ul ul {
    padding-left: 20px
}

#news-ticker {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1px;
    height: 25px;
    overflow: hidden
}

#news-ticker .moduletable {
    padding: 0;
    margin: 0
}

#news-ticker .zen-module-title {
    float: left;
    width: auto;
    margin: 0;
    margin-right: 10px;
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    border: 0;
    background: none
}

#news-ticker .zen-module-title h3 {
    border: 0;
    font-size: 12px;
    font-weight: bold;
    display: inline;
    margin: 0;
    text-align: center;
    color: #0c2436;
    background: none
}

#news-ticker .zen-module-title h3 span {
    background: none;
    box-shadow: none
}

#news-ticker .zen-module-body {
    float: left;
    width: 85%;
    padding-top: 3px
}

#news-ticker .zt-title *,
#news-ticker .zt-date {
    font-size: 12px
}

#news-ticker .zt-title * {
    margin-top: 1px
}

#news-ticker .zt-date {
    color: #999;
    font-style: italic
}

#midCol {
    padding: 40px;
    border-top: 4px solid #df2e1b;
    transition: .6s all
}

.sidebar {
    padding-right: 0%;
    background: #476481
}

.sidebar *,
.sidebar .nav-header,
.sidebar .zen-menu-heading,
.sidebar .zen-menu-caption {
    color: #fff
}

.sidebar *:hover,
.sidebar .nav-header:hover,
.sidebar .zen-menu-heading:hover,
.sidebar .zen-menu-caption:hover {
    color: #e74c3c
}

.sidebar .moduletable {
    padding: 0 20px;
    margin-bottom: 30px
}

.sidebar ul li {
    border-bottom: 1px solid #395067 !important;
    border-top: 1px solid #56799c !important;
    margin: 0 !important;
    padding-top: 30px !important
}

.sidebar ul li:first-child {
    border-top: 0 !important
}

.sidebar ul li:last-child {
    border-bottom: 0 !important
}

.sidebar .zen-module-title {
    border-bottom: 1px solid #395067;
    margin-top: 30px
}

.sidebar .zen-module-title:before {
    content: "";
    height: 1px;
    background: #56799c;
    width: 100%;
    float: left;
    margin-top: 1px
}

.sidebar .zen-module-title span {
    background: #395067 !important;
    color: #fff !important;
    float: right;
    margin-top: -30px;
    margin-right: 0;
    border-bottom: 1px solid #4e6e8f
}

#bannerwrap {
    float: left;
    width: 100%;
    margin-top: 30px
}

#bannerwrap .zen-spotlight {
    border-bottom: 0;
    padding: 0
}

#bannerwrap .moduletable {
    margin-bottom: 0;
    padding: 0
}

#bannerwrap .zen-module-body {
    padding: 0
}

#bannerwrap .owl-carousel .owl-controls {
    padding: 10px 15px 30px;
    margin-top: 0
}

#bannerwrap .owl-carousel .zt-category {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px
}

#bannerwrap.fullwidth {
    margin-top: -1px;
    margin-bottom: 15px
}

#bannerwrap.fullwidth .owl-carousel .zt-category {
    left: 15%
}

#bannerwrap.fullwidth .slideshow-nav-container {
    width: 1200px;
    max-width: 80%;
    position: relative;
    margin: 0 auto
}

@media screen and (max-width: 787px) {
    #bannerwrap.fullwidth .slideshow-nav-container {
        max-width: 80%
    }
}

@media screen and (max-width: 620px) {
    #bannerwrap.fullwidth .slideshow-nav-container {
        max-width: 85%
    }
}

#bannerwrap.fullwidth .backstretch-wrapper .backstretch-title {
    min-height: 35px
}

#bannerwrap.fullwidth .backstretch-wrapper .backstretch-title li {
    padding: 5px
}

@media screen and (max-width: 787px) {
    #banner h2 {
        font-size: 240%
    }
}

@media screen and (max-width: 620px) {
    #banner h2 {
        font-size: 180%
    }
}

#banner .zentools.backstretch-title {
    width: 980px
}

#banner .zt-element:not(.zt-image) {
    padding: 0 15px
}

#banner .zt-title {
    margin: 0
}

#banner .zt-counter {
    position: absolute;
    z-index: 100;
    margin-top: -37.5px;
    margin-left: 15px
}

#banner .zt-slideshow p {
    margin: 0
}

#banner .zt-slideshow .zt-block {
    margin-top: 10px
}

#banner .zt-slideshow .zt-image {
    margin-top: 0
}

#banner .zt-slideshow .owl-pagination {
    margin-top: -15px
}

#banner .owl-buttons {
    position: absolute;
    right: 15px;
    top: 15px
}

#banner .owl-buttons div {
    border-radius: 0;
    margin: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4)
}

#banner .owl-buttons div:hover {
    background: #000
}

.fullwidth #banner .owl-buttons {
    right: 15%
}

.fullwidth #banner .zt-category {
    left: 15%
}

@media screen and (max-width: 787px) {
    #bannerwrap .zen-spotlight {
        padding-top: 0
    }
}

#aside ul {
    margin: 0
}

#aside .zen-module-title {
    border-right: 0;
    margin-bottom: 0
}

#aside .zentools .zt-title * {
    font-size: 120%;
    line-height: 1.6em;
    padding: 0 15px;
    padding: 10px 15px;
    font-size: 1.05em;
    font-weight: bold
}

#aside .zentools .zt-title * a {
    color: #fff;
    padding: 0
}

#aside .zt-title {
    background: #e74c3c;
    margin: 0
}

#aside form {
    width: 100%
}

#aside .zt-item {
    border-right: 0
}

#aside .zt-readmore.zt-overlay-more {
    top: 50%
}

#footerwrap {
    float: left;
    width: 100%
}

#footerwrap .zen-spotlight {
    border: 0;
    padding: 0
}

#footerwrap .zen-module-body,
#footerwrap .moduletable {
    padding: 0
}

#tabwrap .tab-content,
.tabbed-modules .tab-content {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 1px 0 0
}

#tabwrap .tab-content .moduletable,
.tabbed-modules .tab-content .moduletable {
    margin-bottom: 0;
    margin-top: -15px;
    padding-top: 15px
}

#tabwrap .tab-content .moduletable.news,
.tabbed-modules .tab-content .moduletable.news {
    padding-top: 0
}

#tabwrap .nav-tabs,
.tabbed-modules .nav-tabs {
    background: #f1f1f1;
    margin: 0
}

#tabwrap .nav-tabs li,
.tabbed-modules .nav-tabs li {
    margin: 0;
    border: 0
}

#tabwrap .nav-tabs a,
.tabbed-modules .nav-tabs a {
    box-shadow: none;
    background-image: none;
    background: none;
    padding: 0;
    margin: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    color: #0c2436;
    padding: 18px 20px 20px !important;
    position: relative;
    z-index: 2;
    display: block;
    font-weight: bold;
    border: 0;
    border-radius: 0
}

#tabwrap .nav-tabs a:hover,
.tabbed-modules .nav-tabs a:hover {
    background: #e74c3c;
    border: 0;
    color: #fff
}

#tabwrap .nav-tabs li.active a,
.tabbed-modules .nav-tabs li.active a {
    background: #2c3e50;
    border: 0;
    color: #fff
}

#tabwrap .nav-tabs li.active a:hover,
.tabbed-modules .nav-tabs li.active a:hover {
    background: #2c3e50;
    border-color: #2c3e50;
    color: #fff
}

main .tab-content {
    border-right: 0
}

.open-panel {
    position: absolute;
    margin-top: 0;
    padding: 0 10px;
    text-transform: uppercase;
    right: -15px;
    line-height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.08)
}

.open-panel span {
    background: none;
    color: #333
}

.open-panel:hover {
    color: #e74c3c
}

.sb-active .open-panel {
    display: none
}

#zen-overlay {
    z-index: 101
}

.zen-panel-close {
    position: absolute;
    z-index: 103;
    right: 50px;
    top: 0px;
    color: #000;
    font-size: 4em;
    display: none
}

#zen-panel {
    z-index: 102;
    padding: 0;
    overflow-x: hidden;
    border-radius: 2px
}

@media screen and (min-width: 787px) and (max-width: 980px) {
    #zen-panel {
        max-width: 80%;
        left: 35%
    }
}

#zen-panel .zen-module-title {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #010c14;
    padding-left: 30px
}

#zen-panel .zen-module-title h3 {
    border-bottom: 0;
    color: #010c14;
    background: none;
    box-shadow: none;
    padding: 15px 0
}

#zen-panel .zen-module-title h3 span {
    background: none;
    box-shadow: none;
    padding: 0
}

#zen-panel .moduletable {
    padding: 0
}

#zen-panel .zen-module-body {
    padding: 0 30px
}

#zen-panel img {
    margin: -10px -30px;
    max-width: none
}

#toTop {
    position: fixed;
    z-index: 100;
    right: 0px;
    bottom: 0px;
    display: none;
    cursor: pointer;
    width: 45px;
    text-align: center;
    height: 45px;
    font-size: 1.4em;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff
}

#toTop span {
    color: #fff;
    margin-right: 0
}

#toTop [class^="icon-"],
#toTop [class*=" icon-"] {
    line-height: 22.5px
}

#toTop:hover {
    background: #333
}

#toTop:hover a {
    color: #fff
}

#toTop:hover a:hover {
    color: #fff
}

#toTopText {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    display: block
}

.zentools.zt-boxed .zt-item-container {
    float: left;
    width: 100%
}

.zentools .backstretch-wrapper .backstretch-title * {
    line-height: 35px;
    padding-right: 10px
}

.zentools .zt-category {
    margin-bottom: 0
}

.zentools .zt-category a {
    background: #2c3e50;
    padding: 0 8px;
    position: relative;
    margin-left: 6px;
    color: #fff !important
}

.zentools .zt-category a:hover {
    background: #e74c3c !important
}

.zentools .zt-category a:hover:after {
    border-top-color: #e74c3c !important
}

.zentools .zt-category a:hover:before {
    border-bottom-color: #e74c3c !important
}

.zentools .zt-category a:after {
    position: absolute;
    right: -6px;
    top: 0px;
    content: '';
    border-top: 18px solid #2c3e50;
    border-right: 6px solid transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 1px;
    content: ""
}

.zentools .zt-category a:before {
    position: absolute;
    left: -6px;
    top: 0px;
    content: '';
    border-bottom: 18px solid #2c3e50;
    border-left: 6px solid transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    content: ""
}

.zentools.owl-carousel h2 {
    font-size: 200%
}

.zentools.owl-carousel .zt-category a {
    background: #2c3e50;
    color: #fff
}

.zentools.owl-carousel.zt-boxed .zt-item-container {
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.zentools .owl-item .zt-item {
    float: left
}

.zentools.zt-slideshow .owl-item .zt-item {
    width: 100%;
    margin-bottom: 0
}

.zentools .zt-image img {
    margin-bottom: 0
}

.zentools h3 {
    border-bottom: 0
}

.zentools .zt-readmore a:not(.btn) {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    border-radius: 2px
}

.zentools .zt-accordion {
    margin-top: 0
}

.zentools .zt-accordion:before {
    margin-right: 0
}

.zentools .zt-element-2.zt-animate-overlay-more {
    top: 25% !important
}

.zentools .zt-element-2.zt-animate-overlay-more a,
.zentools .zt-element-2.zt-animate-overlay-more span {
    color: #fff !important
}

.zentools .more-items h3 {
    padding-bottom: 0;
    margin-bottom: 0
}

.fullwidth .zt-slideshow .zt-item-container {
    width: 1200px;
    max-width: 80%;
    margin: 0 auto
}

@media screen and (max-width: 787px) {
    .fullwidth .zt-slideshow .zt-item-container {
        max-width: 80%
    }
}

@media screen and (max-width: 620px) {
    .fullwidth .zt-slideshow .zt-item-container {
        max-width: 85%
    }
}

.compact {
    padding: 0
}

.compact .zen-module-title {
    margin-bottom: 0
}

.compact .zen-module-body {
    padding: 30px
}

.compact .zentools .zt-block {
    margin: 0 !important
}

.compact .zentools .zt-date,
.compact .zentools .zt-category {
    font-size: 90%
}

.compact .zentools .zt-category a:after {
    border-top: 16px solid #2c3e50 !important
}

.compact .zentools .zt-category a:before {
    border-bottom: 16px solid #2c3e50 !important
}

.compact .zentools .zt-category a:hover:after {
    border-top-color: #e74c3c !important
}

.compact .zentools .zt-category a:hover:before {
    border-bottom-color: #e74c3c !important
}

.compact .zentools .zt-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.compact .zentools .zt-item:last-child {
    margin-bottom: 0;
    border-right: 0;
    padding-bottom: 0
}

.compact .zentools .zt-title * {
    line-height: 1.3em
}

.zt-accordion.zt-boxed .zt-accordion-trigger:before {
    margin-right: 2px
}

.zt-accordion.zt-boxed .zt-accordion-trigger {
    margin-top: 6px
}

main .zt-accordion h3 {
    padding-left: 0;
    padding-right: 0
}

.mean-container .mean-bar {
    position: static
}

.mean-container .mean-nav,
.mean-container .off-canvas-body {
    background: #e74c3c;
    color: #0c2436;
    float: left;
    width: 100%
}

.mean-container .mean-nav h1,
.mean-container .off-canvas-body h1,
.mean-container .mean-nav h2,
.mean-container .off-canvas-body h2,
.mean-container .mean-nav h3,
.mean-container .off-canvas-body h3,
.mean-container .mean-nav h4,
.mean-container .off-canvas-body h4,
.mean-container .mean-nav h5,
.mean-container .off-canvas-body h5,
.mean-container .mean-nav h6,
.mean-container .off-canvas-body h6 {
    color: #fff
}

.mean-container .mean-nav p,
.mean-container .off-canvas-body p,
.mean-container .mean-nav label,
.mean-container .off-canvas-body label {
    color: #fff
}

.mean-container .mean-nav ul li a,
.mean-container .off-canvas-body ul li a,
.mean-container .mean-nav ul li span.zen-menu-heading,
.mean-container .off-canvas-body ul li span.zen-menu-heading,
.mean-container .mean-nav ul li span.separator,
.mean-container .off-canvas-body ul li span.separator {
    color: #eee;
    padding: .9em 30px
}

.mean-container .mean-nav ul li a:hover,
.mean-container .off-canvas-body ul li a:hover,
.mean-container .mean-nav ul li span.zen-menu-heading:hover,
.mean-container .off-canvas-body ul li span.zen-menu-heading:hover,
.mean-container .mean-nav ul li span.separator:hover,
.mean-container .off-canvas-body ul li span.separator:hover {
    color: #2c3e50
}

.mean-container .mean-nav ul li .zen-menu-caption,
.mean-container .off-canvas-body ul li .zen-menu-caption {
    display: block;
    margin-left: 0
}

.mean-container .mean-nav .expand,
.mean-container .off-canvas-body .expand {
    position: absolute;
    z-index: 10;
    width: 30px;
    background: none;
    padding: 4px 0;
    color: #eee;
    border-radius: 2px;
    text-align: center;
    right: 30px;
    top: 8px;
    font-weight: 300;
    font-size: 1.2em;
    cursor: pointer
}

.mean-container .mean-nav .expand:hover,
.mean-container .off-canvas-body .expand:hover {
    background: #a82315
}

.mean-container .mean-nav li:last-child,
.mean-container .off-canvas-body li:last-child {
    margin-bottom: 10px
}

.mean-container .mean-nav .btn,
.mean-container .off-canvas-body .btn {
    background: rgba(0, 0, 0, 0.4)
}

.mean-container .mean-nav .btn:hover,
.mean-container .off-canvas-body .btn:hover {
    background: rgba(0, 0, 0, 0.6)
}

.mean-container .off-canvas-body {
    background: #e74c3c;
    box-sizing: border-box !important
}

.mean-menu-open .mean-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.08)
}

.mean-container .mean-nav ul {
    padding-top: 30px
}

.mean-container .mean-nav ul ul {
    padding-top: 0
}

.meanmenu-reveal.meanclose span {
    background: none !important
}

@media screen and (max-width: 787px) {
    .select-menu #menu {
        background: none;
        border-left: 0
    }
    .toggle-menu #menu,
    .offcanvas-menu #menu {
        background: none;
        border-top: 0;
        padding: 0px;
        height: 0;
        min-height: 0
    }
    .stacked-menu,
    .default-menu {
        padding-top: 50px
    }
    .stacked-menu #menu {
        height: auto
    }
    .stacked-menu #menu ul {
        padding-left: 0
    }
    .stacked-menu #menu ul a,
    .stacked-menu #menu ul .zen-menu-heading {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08)
    }
    .stacked-menu #menu ul li:last-child a,
    .stacked-menu #menu ul li:last-child .zen-menu-heading {
        border-bottom: 0
    }
}

@media screen and (max-width: 787px) {
    .responsive-enabled #tabwrap {
        margin-top: 0
    }
    .responsive-enabled #tabwrap .zen-spotlight {
        padding-top: 0
    }
    .responsive-enabled .nav-tabs li a {
        border: 1px solid rgba(0, 0, 0, 0.08) !important
    }
    .responsive-enabled .nav-tabs li.active a {
        background: #e74c3c !important;
        color: #fff !important
    }
    .responsive-enabled.select-menu #zen-wrap,
    .responsive-enabled.offcanvas-menu #zen-wrap {
        padding-top: 0
    }
}

@media screen and (max-width: 620px) {
    .responsive-enabled .zen-row {
        margin: 0
    }
}

.responsive-enabled .fullwidth .zen-container,
.fullwidth .zen-container {
    width: 100%;
    max-width: 100%
}

.responsive-enabled .fullwidth .zen-row,
.fullwidth .zen-row {
    margin: 0
}

.primary2-row {
    background: #bf2718;
    color: #fff;
    padding: 15px 0
}

.primary2-row .zen-spotlight {
    background: #bf2718
}

.primary2-row h1,
.primary2-row h2,
.primary2-row h3,
.primary2-row h4,
.primary2-row h5,
.primary2-row h6,
.primary2-row p,
.primary2-row li,
.primary2-row span {
    color: #fff
}

.primary2-row a {
    color: #eee
}

.primary2-row li a {
    color: #eee
}

.primary2-row .zen-spotlight {
    border: 0
}

.primary2-row .zen-module-title {
    background: none !important;
    border: 0;
    padding: 0
}

.primary2-row .zen-module-title span {
    background: none !important
}

.primary2-row .btn {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.1)
}

.primary2-row .btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff
}

.primary2-row .btn:hover span {
    color: #fff
}

.dark-row {
    background: #232323;
    color: #fff;
    padding: 15px 0
}

.dark-row .zen-spotlight {
    background: #232323
}

.dark-row h1,
.dark-row h2,
.dark-row h3,
.dark-row h4,
.dark-row h5,
.dark-row h6,
.dark-row p,
.dark-row li,
.dark-row span {
    color: #fff
}

.dark-row a {
    color: #eee
}

.dark-row li a {
    color: #eee
}

.dark-row .zen-spotlight {
    border: 0
}

.dark-row .zen-module-title {
    background: none !important;
    border: 0;
    padding: 0
}

.dark-row .zen-module-title span {
    background: none !important
}

.dark-row .btn {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.1)
}

.dark-row .btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff
}

.dark-row .btn:hover span {
    color: #fff
}

.grey-row {
    background: #f1f1f1;
    color: #0c2436;
    padding: 15px 0
}

.grey-row .zen-spotlight {
    background: #f1f1f1
}

.grey-row h1,
.grey-row h2,
.grey-row h3,
.grey-row h4,
.grey-row h5,
.grey-row h6,
.grey-row p,
.grey-row li,
.grey-row span {
    color: #010c14
}

.grey-row a {
    color: #999
}

.grey-row li a {
    color: #999
}

.grey-row .zen-spotlight {
    border: 0
}

.grey-row .zen-module-title {
    background: none !important;
    border: 0;
    padding: 0
}

.grey-row .zen-module-title span {
    background: none !important
}

.grey-row .btn {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.1)
}

.grey-row .btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff
}

.grey-row .btn:hover span {
    color: #fff
}

.secondary-row {
    background: #2c3e50;
    color: #fff;
    padding: 15px 0
}

.secondary-row .zen-spotlight {
    background: #2c3e50
}

.secondary-row h1,
.secondary-row h2,
.secondary-row h3,
.secondary-row h4,
.secondary-row h5,
.secondary-row h6,
.secondary-row p,
.secondary-row li,
.secondary-row span {
    color: #fff
}

.secondary-row a {
    color: #eee
}

.secondary-row li a {
    color: #eee
}

.secondary-row .zen-spotlight {
    border: 0
}

.secondary-row .zen-module-title {
    background: none !important;
    border: 0;
    padding: 0
}

.secondary-row .zen-module-title span {
    background: none !important
}

.secondary-row .btn {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.1)
}

.secondary-row .btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff
}

.secondary-row .btn:hover span {
    color: #fff
}


/*# sourceMappingURL=http://localhost:8888/qs/34/Gazetta//templates/gazetta/css/theme.flat.map */