body,
input,
select,
textarea {
    font-family: 'PT Sans', sans-serif;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.6;
}

body {
    background: #1F2121;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

a:link, a:visited {
    color: #afd3fd;
}

#outwrap {
    max-width: 1200px;
    margin: 0px auto;
}

#content {
    padding: 0px 0px;
    background: #fafafa;
}

.inwrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inwrap h1 {
    font-size: 26px;
    margin: 10px 0px 10px 0px;
    color: #222;
}

#msg_error, #msg_notice, #msg_warning {
    margin-top: 30px;
}

.clear {
    clear: both;
}

.topbar {
    min-height: 40px;
    line-height: 40px;
    background-image: url("/images/topper.jpg");
    /*background: #ED6D1F;*/
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.topbar .infobox {
    text-align: right;
}

.topbar a {
    color: #DDD;
    margin: 0px 5px;
}

.topbar .flag {
    line-height: 1;
    margin-top: 10px;
    margin-right: 10px;
}

#header {
    background: #245894;
    color: #eee;
    padding: 10px 0px;
}

#header #logo {
    margin: 25px 0px;
    display: block;
}

#header .nav-toggle {
    position: absolute;
    right: 15px;
    top: -100px;
    font-size: 24px;
    display: block;
    cursor: pointer;
    display: none;
}

#header ul#nav {
    list-style: none;
    margin: 25px 0px;
    padding: 0px 0px;
    text-align: right;
}

#header ul#nav li {
    display: inline-block;
    margin: 0px 10px;
    font-weight: 600;
}

#header ul#nav li a:link, #header ul#nav li a:visited {
    color: #cfdef0;
}

#header ul#nav li a:hover {
    color: #fff;
}

#header ul#nav li a.active {
    color: #cfdef0;
}

#landing_page .lead-info {
    background: url(../images/hero.jpg);
    background-size: cover;
    padding: 150px 50px;
    text-align: center;
    color: #fff;
}

#landing_page .lead-info h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    color: #fff;
}

#landing_page .lead-info p {
    font-size: 18px;
}

#landing_page .ticket_action {
    padding: 100px 0px 50px 0px;
    text-align: center;
}

#landing_page .ticket_action .action-cover {
    border: 1px solid #ccc;
    padding: 50px 30px 0px 30px;
    position: relative;
}

#landing_page .ticket_action .action-cover span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background: #245894;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
}

#landing_page .ticket_action .action-cover h3 {
    color: #111;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
}

#landing_page .ticket_action .action-cover .front-page-button {
    margin: 30px 0px 50px 0px;
}

#landing_page .ticket_action .action-cover .front-page-button a.button {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

#landing_page .ticket_action .action-cover .front-page-button a.green {
    background: #ED6D1F;
}

#landing_page .ticket_action .action-cover .front-page-button a.blue {
    background: #ED6D1F;
}

#landing_page .kbs-home {
    padding-bottom: 20px;
}

#landing_page .kb-home-search {
    background: #245894;
    padding: 50px 0px;
    margin: 30px 0px;
}

#landing_page .kb-home-search .search-form {
    max-width: 480px;
    margin: 0px auto;
}

#landing_page .kb-home-search .search-form .form-group {
    margin: 0px 0px;
}

#landing_page .kb-home-search .search-form .form-group input {
    display: inline-block;
    width: 75%;
}

#landing_page .kb-home-search .search-form .form-group .btn {
    width: 20%;
    background: #111;
    color: #fff;
}

#landing_page .faq-home-title h1 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #111;
    margin: 30px 0px;
}

#landing_page .front-page {
    padding: 10px 0px 10px 0px;
}

#landing_page .front-page .category-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #245894;
    margin: 20px 0px 30px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#landing_page .front-page .article-headline {
    margin-bottom: 30px;
}

#landing_page .front-page .article-headline .article-title {
    font-size: 20px;
    font-weight: 700;
}

#landing_page .front-page .article-headline .article-title a {
    color: #111;
}

#ticketSearchForm .form-group {
    margin-top: 10px;
}

.ticksearch input {
    width: 75%;
    display: inline-block;
}

.ticksearch .btn {
    width: 22%;
    float: right;
}

.ticketformtitle {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.ticketformtitle h1 {
    font-size: 18px;
    margin: 5px 0px;
}

.ticketformtitle h1 a {
    color: #333;
}

.ticketformtitle h1 .states small {
    font-size: 16px;
    color: #333;
}

.ticketformtitle h1 .states small a {
    color: #333;
}

#ticketTable {
    margin-bottom: 0px;
}

#ticketTable caption {
    text-align: left;
    color: #222;
    padding: 10px 15px;
    font-size: 14px;
}

#ticketTable th {
    background: #eee;
}

#ticketTable th a {
    color: #666;
}

#ticketTable tbody {
    font-size: 14px;
}

#ticketInfo {
    margin: 0px 0px;
}

#ticketInfo tr > td {
    border: none;
}

#ticketInfo .ticket-info-title {
    background: #428BCA;
}

#ticketInfo .ticket-info-title td {
    border: none;
    padding: 0px 15px;
}

#ticketInfo .ticket-info-title td h1 {
    color: #fff;
    font-size: 16px;
}

#ticketInfo .ticket-info-title td h1 small {
    color: #fff;
    font-size: 16px;
}

#ticketInfo .ticket-info-title td h1 a {
    color: #fff;
}

#ticketInfo .ticket-info-title td h1 a.action-button {
    margin-left: 10px;
}

#ticketInfo .infoTable td.headline, #ticketInfo .custom-data td.headline {
    background: #ddd;
    color: #222;
    font-weight: 700;
    border-radius: 3px;
}

#ticketInfo .infoTable th, #ticketInfo .infoTable td, #ticketInfo .custom-data th, #ticketInfo .custom-data td {
    border: none;
}

.subject {
    color: #222;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.thread-entry {
    margin-bottom: 15px;
}

.thread-entry.avatar {
    margin-left: 60px;
}

.thread-entry.response.avatar {
    margin-right: 60px;
    margin-left: 0;
}

.thread-entry > .avatar {
    margin-left: -60px;
    display: inline-block;
    width: 48px;
    height: auto;
    border-radius: 5px;
}

.thread-entry.response > .avatar {
    margin-left: initial;
    margin-right: -60px;
}

img.avatar {
    border-radius: inherit;
}

.avatar > img.avatar {
    width: 100%;
    height: auto;
}

.thread-entry .header {
    padding: 8px 0.9em;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 0 0;
}

.thread-entry.avatar .header:before {
    position: absolute;
    top: 7px;
    right: -8px;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #b0b0b0;
    display: inline-block;
}

.thread-entry.avatar .header:after {
    position: absolute;
    top: 7px;
    right: -8px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    margin-top: 1px;
}

.thread-entry.avatar .header {
    position: relative;
}

.thread-entry.response .header {
    background: #f7cdce;
}

.thread-entry.avatar.response .header:after {
    border-left: 7px solid #f7cdce;
    margin-right: 1px;
}

.thread-entry.message .header {
    background: #C3D9FF;
}

.thread-entry.avatar.message .header:before {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 8px solid #CCC;
}

.thread-entry.avatar.message .header:before {
    border-right-color: #9cadcc;
}

.thread-entry.avatar.message .header:after {
    top: 7px;
    left: -8px;
    right: initial;
    border-left: none;
    border-right: 7px solid #c3d9ff;
    margin-left: 1px;
}

.thread-entry .header .title {
    max-width: 500px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 15px;
}

.thread-entry .thread-body {
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.thread-entry .thread-body > div {
    line-height: 1.6;
}

.thread-body .attachments {
    background-color: #f4faff;
    margin: 0 -0.9em;
    position: relative;
    top: 0.9em;
    padding: 0.3em 0.9em;
    border-top: 1px dotted #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
}

.thread-body .attachments .filesize {
    margin-left: 0.5em;
}

.thread-body .attachments a,
.thread-body .attachments a:hover {
    text-decoration: none;
}

.thread-body .attachment-info {
    margin-right: 10px;
    display: inline-block;
    width: 48%;
}

.thread-body .attachment-info .filename {
    max-width: 80%;
    max-width: calc(100% - 70px);
}

.label {
    font-size: 11px;
    padding: 1px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}

.label-bare {
    background-color: transparent;
    background-color: transparent;
    border: 1px solid #999999;
    color: #999999;
    text-shadow: none;
}

.thread-event {
    padding: 0px 2px 15px;
    margin-left: 60px;
}

.type-icon {
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 4px 6px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    border: 1px solid #eee;
    vertical-align: top;
}

.type-icon.dark {
    border-color: #666;
    background-color: #949494;
}

.thread-event img.avatar {
    vertical-align: middle;
    border-radius: 3px;
    width: auto;
    max-height: 24px;
    margin: -3px 3px 0;
}

.thread-event .description {
    margin-left: -30px;
    padding-top: 6px;
    padding-left: 30px;
    display: inline-block;
    width: 642px;
    width: calc(100% - 95px);
    line-height: 1.4em;
}

.thread-event .type-icon {
    position: relative;
}

.thread-event .type-icon::after {
    content: "";
    border: 16px solid white;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -3px;
    right: 0;
    z-index: -1;
}

.thread-entry::after {
    content: "";
    border-bottom: 2px solid white;
    display: block;
}

.thread-entry::before {
    content: "";
    display: block;
    border-top: 2px solid white;
}

#ticketThread::before {
    border-left: 2px dotted #ddd;
    border-bottom: none;
    position: absolute;
    margin-left: 74px;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#ticketThread {
    z-index: 0;
    position: relative;
    border-bottom: none;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px 0px;
}

.freetext-files {
    padding: 10px;
    margin-top: 10px;
    border: 1px dotted #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.freetext-files .file {
    margin-right: 10px;
    display: inline-block;
    width: 48%;
    padding-top: 0.2em;
}

.freetext-files .title {
    font-weight: bold;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}

#reply {
    background: #fff;
    padding: 20px 0px;
}

#reply table span#msg em {
    font-style: normal;
    margin-bottom: 10px;
}

.filedrop {
    padding-bottom: 10px;
    font-size: 14px;
}

.filedrop .dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    padding: 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #999;
}

.filedrop .dropzone a {
    color: rgba(24, 78, 129, 0.7);
}

.filedrop .files:not(:empty) {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 0 0;
    padding: 5px;
}

.filedrop .files:not(:empty) + .dropzone {
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.filedrop .files .file {
    display: block;
    padding: 5px 10px 5px 20px;
    margin: 0;
    border-radius: 5px;
}

.rtl .filedrop .files .file {
    padding-left: 10px;
    padding-right: 20px;
}

.filedrop .files .file:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.filedrop .files .file .filesize {
    margin: 0 1em;
    color: #999;
}

.filedrop .files .file .upload-rate {
    margin: 0 10px;
    color: #aaa;
}

.filedrop .files .file .trash {
    cursor: pointer;
}

.filedrop .progress {
    margin-top: 5px;
}

.filedrop .cancel {
    cursor: pointer;
}

.filedrop .preview {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 40px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.rtl .filedrop .preview {
    padding-right: initial;
    padding-left: 10px;
    float: right;
}

.redactor_box + .filedrop .dropzone,
.redactor_box + div > .filedrop .dropzone,
.redactor_box + div > .filedrop .files {
    border-top-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tooltip-preview,
.tooltip-preview img {
    max-width: 300px;
    max-height: 300px;
}

/* Bootstrap 3.2 progress-bar */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.rtl .progress-bar {
    float: right;
}

.progress-bar:not(.active) {
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#clientLogin {
    margin: 30px 0px;
}

#ticketForm, #profileForm, #editTicket {
    margin: 30px 0px;
}

#ticketForm .required, #profileForm .required, #editTicket .required {
    font-weight: bold;
}

#ticketForm .panel, #profileForm .panel, #editTicket .panel {
    width: 100%;
}

#ticketForm .panel .panel-heading em, #profileForm .panel .panel-heading em, #editTicket .panel .panel-heading em {
    font-style: normal;
    font-size: 14px;
}

#ticketForm .panel .panel-heading h3.panel-title, #profileForm .panel .panel-heading h3.panel-title, #editTicket .panel .panel-heading h3.panel-title {
    font-weight: 800;
}

#ticketForm .panel .panel-body table, #profileForm .panel .panel-body table, #editTicket .panel .panel-body table {
    width: 100%;
}

#ticketForm .panel .panel-body table td, #profileForm .panel .panel-body table td, #editTicket .panel .panel-body table td {
    padding: 5px 0px;
}

#ticketForm .panel .panel-body table td .redactor_box, #profileForm .panel .panel-body table td .redactor_box, #editTicket .panel .panel-body table td .redactor_box {
    border: 1px solid #ddd;
}

#ticketForm .panel .panel-body table td label, #profileForm .panel .panel-body table td label, #editTicket .panel .panel-body table td label {
    display: block;
    margin-top: 5px;
}

#ticketForm .panel .panel-body table td .error, #profileForm .panel .panel-body table td .error, #editTicket .panel .panel-body table td .error {
    font-size: 12px;
    color: #ff1100;
}

#ticketForm .panel .panel-body .error, #profileForm .panel .panel-body .error, #editTicket .panel .panel-body .error {
    font-size: 12px;
    color: #ff1100;
}

.faq-search-form .search {
    width: 75%;
    display: inline-block;
}

.faq-search-form .btn {
    width: 22%;
    float: right;
}

.kb-box-cover ul#kb {
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.kb-box-cover ul#kb li {
    position: relative;
    margin: 20px 0px;
}

.kb-box-cover ul#kb li > i {
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.kb-box-cover ul#kb li h4 {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 20px;
}

.kb-box-cover ul#kb li h4 a {
    color: #222;
}

.kb-box-cover ul#kb li h4 span.faded {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #245894;
}

.kb-box-cover ul#kb li .popular-faq {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #eee;
}

.kb-box-cover ul#kb li .popular-faq a {
    color: #555;
}

#faq ol {
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
}

#faq ol li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    position: relative;
}

#faq ol li:first-child {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

#faq ol li:before {
    content: "\F15C";
    font-family: FontAwesome;
    color: #222;
    position: absolute;
    left: 5px;
}

.single-faq {
    margin: 30px 0px;
}

.single-faq .faq-entry {
    padding: 30px 30px;
}

.single-faq .faq-entry h1, .single-faq .faq-entry h2, .single-faq .faq-entry h2, .single-faq .faq-entry h3 {
    color: #222;
    margin: 0px 0px  20px 0px;
}

#footer {
    background: #000000;
    color: #fff;
    padding: 30px 0px;
}

#footer .social-icons ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: right;
}

#footer .social-icons ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    text-align: center;
}

#footer .social-icons ul li a {
    display: block;
    color: #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

#footer .social-icons ul li a:hover {
    color: #6da7eb;
}

#footer p {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 0px;
}

#footer p a {
    color: #ddd;
}

@media screen and (max-width: 767px) {
    .topbar .infobox, .shagen .flagbox {
        text-align: center;
    }

    #header .nav-toggle {
        display: block;
    }

    #header ul#nav {
        display: none;
        margin-bottom: 10px;
    }

    #header ul#nav li {
        display: block;
        text-align: center;
        padding: 5px 0px;
        border-bottom: 1px solid #333;
    }

    #header ul#nav li:first-child {
        border-top: 1px solid #333;
    }

    #footer {
        text-align: center;
    }

    #footer .social-icons ul {
        text-align: center;
        margin-top: 30px;
    }
}

/* Effects */


canvas {
  width: 420px;
  height: 420px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
