body,
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
}

body {
    background: url(../images/body.jpg);
    background-size:cover;
}

a:hover {
    text-decoration: none;
}

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

a:link, a:visited {
    color: #4BA4D1;
}

/* Alerts & Notices */
#msg_notice {
    margin: 30px 0px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #0a0;
    background: #e0ffe0;
}

#msg_warning {
    margin: 30px 0px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #f26522;
    background: #ffffdd;
}

#msg_error {
    margin: 30px 0px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #a00;
    background: #fff0f0;
}

#msg_info {
    margin: 30px 0px;
    border: 1px solid #ddd;
    padding: 20px 20px;
    background: #fafafa;
}

.warning {
    background: #ffc;
    font-style: italic;
}

.warning strong {
    text-transform: uppercase;
    color: #a00;
    font-style: normal;
}

.error {
    color: #f00;
}

.error input {
    border: 1px solid #f00;
}

.reset {
    background: #ff740a !important;
    border-color: #ff740a !important;
}

.cancel {
    background: #ed150e !important;
    border-color: #ed150e !important;
}

.page-title {
    margin: 50px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.page-title h1 {
    font-size: 26px;
    margin: 0px 0px;
    color: #1A1C28;
    font-weight: 700;
}

.page-title p {
    margin: 0px 0px;
    font-weight: 300;
}

#wrapper {
    max-width: 1240px;
    margin: 0px auto;
    background: #fff;
}

#header {
    position: relative;
    background: #1A1C28;
    padding: 0px 0px;
}

#header #logo {
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
    height: 30px;

}
#header #logo img {
    width: 100%;
}

#header .top-right {
    margin-top: 30px;
}

#header .top-right p {
    text-align: right;
    margin: 0;
    padding: 10px 10px;
    float: right;
    color: #fff;
}

#header .top-right p a {
    color: #fff;
}

#header .top-right a.flag {
    vertical-align: middle;
}

.nav-toggle {
    display: none;
}

.main-menu {
    background: #222534;
    border-top: 1px solid #2a2d3d;
}

.main-menu ul#nav {
    margin: 0 0px;
    font-size: 14px;
    font-weight: 900;
}

.main-menu ul#nav li {
    margin: 0;
    padding: 0 0px;
    list-style: none;
    display: inline;
    line-height: 70px;
    text-transform: uppercase;
}

.main-menu ul#nav li a {
    display: block;
    width: auto;
    float: left;
    color: #c8cad2;
    padding: 0px 20px 0px 0px;
}

.main-menu ul#nav li a.active {
    color: #08BB86;
}

.main-menu ul#nav li a:hover {
    color: #08BB86;
}

.company-info {
    background: #1A1C28;
    padding: 60px 0px;
}

.company-info .contact-info {
    text-align: center;
    color: #fff;
}

.company-info .contact-info h3 {
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

.company-info .contact-info p {
    color: #c2c2c6;
    font-weight: 300;
    font-size: 14px;
}

.company-info .contact-info span {
    margin: 0px 10px;
    font-weight: 300;
    color: #c2c2c6;
}

.social-icons ul {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

.social-icons ul li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    background: #222534;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    height: 40px;
}

.social-icons ul li a:link, .social-icons ul li a:visited {
    display: block;
    color: #08BB86;
}

.social-icons ul li a:hover {
    color: #fff;
}

#footer {
    background: #222534;
    padding: 40px 0px;
    text-align: center;
    color: #c2c2c6;
    font-size: 14px;
    font-weight: 300;
}

#footer p {
    margin: 0px 0px;
}

#footer a {
    color: #c2c2c6;
}

.hero {
    background: url(../images/hero.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -1px;
    min-height: 500px;
    text-align: center;
    width: 100%;
}

.hero .hero-content {
    padding: 100px 15px;
    color: #fff;
    
}

.hero .hero-content h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 56px;
    text-shadow: black 0 -2px;
}

.hero .hero-content p {
    font-size: 24px;
    font-weight: 300;
    text-shadow: black 0 -2px;
}

#landing_page {
    padding: 60px 0px;
}

#landing_page #new_ticket, #landing_page #check_status {
    text-align: center;
    padding: 0px 15px;
}

#landing_page #new_ticket i, #landing_page #check_status i {
    color: #000;
    margin-bottom: 20px;
    font-size: 56px;
    display: block;
}

#landing_page #new_ticket h3, #landing_page #check_status h3 {
    font-size: 24px;
    font-weight: 800;
    color: #383c4f;
    margin-bottom: 20px;
    margin-top: 0px;
}

#landing_page #new_ticket .button, #landing_page #check_status .button {
    background: #08BB86;
    color: #fff;
    font-weight: 800;
    margin-top: 25px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
}

.kb-home {
    background: #4BA4D1;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    padding: 60px 0px;
}

.kb-home p {
    padding: 0px 30px;
    margin: 0px 0px;
}

.kb-home a {
    color: #fff;
}

.kb-home span.ardown {
    color: #4BA4D1;
    position: absolute;
    font-size: 50px;
    left: 50%;
    bottom: -40px;
    margin-left: -25px;
}

.kb-home .search-form {
    width: 420px;
    margin: 20px auto;
    padding: 0px 0px;
}

.kb-home .search-form input.search {
    border: none;
    background: #fff;
    height: 50px;
    padding: 0px 10px;
    width: 280px;
    margin: 0px 0px;
    border-radius: 3px;
    float: left;
}

.kb-home .search-form button.button {
    float: left;
    width: 100px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    background: #1A1C28;
    color: #fff;
    margin-left: 10px;
}

#kb-search {
    padding: 10px 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

#kb-search .button {
    background: #1A1C28;
    color: #fff;
    font-weight: 800;
    padding: 10px 0px;
    width: 100%;
    border: none;
    line-height: 1;
    border-radius: 3px;
    margin-top: 0px;
}

#breadcrumbs {
    color: #333;
    margin: 20px 0px;
}

#breadcrumbs #breadcrumbs a {
    color: #555;
}

.kb-results {
    margin: 0px 0px 30px 0px;
}

.kb-results ul#kb {
    list-style: none;
    margin: 20px 0px;
    padding: 0px 0px;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-radius: 3px;
}

.kb-results ul#kb li {
    padding: 15px 15px;
    border-bottom: 1px solid #e2e2e2;
    color: #999;
}

.kb-results ul#kb li h4 {
    font-weight: 700;
    font-size: 18px;
    color: #111;
    margin: 0px 0px 20px 0px;
}

.kb-results ul#kb li h4 span {
    font-weight: normal;
    font-size: 14px;
}

.kb-results ul#kb li h4 a {
    color: #111;
}

.kb-results ul#kb li .popular-faq {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0px;
}

.kb-results ul#kb li .popular-faq:last-child {
    border: none;
}

.kb-results a.back {
    color: #fff;
    background: #222534;
    padding: 8px 20px;
    border-radius: 3px;
    margin: 10px 0px;
    display: inline-block;
}

#faq ol {
    margin: 20px 0px;
    padding: 0px 0px;
    list-style: none;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-radius: 3px;
}

#faq ol li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 10px;
}

#faq ol li a {
    color: #666;
}

#faq ol li:nth-child(even) {
    background: #fafafa;
}

.faq-title h2 {
    margin: 10px 0px 20px 0px;
    font-size: 42px;
    color: #111;
    font-weight: 300;
}

.thread-body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 1.6;
    color: #666;
    margin: 0 0px;
    padding: 0px 0px;
    word-wrap: break-word;
    overflow-x: auto;
}

.article-meta {
    margin: 10px 15px;
}

.logtime {
    margin: 10px 0px 30px 0px;
}

.form-header {
    margin-bottom: 20px;
    margin-top: 30px;
}

.form-header h3 {
    font-size: 24px;
    margin: 0px 0px;
    color: #222;
}

input.button {
    margin-top: 10px;
    background: #08BB86;
    border: 1px solid #08BB86;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 1;
}

a.button {
    margin-top: 10px;
    background: #08BB86;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.login-box div {
    margin: 10px 0px;
}

.login-box div label {
    display: block;
}

.login-box input.button {
    margin-top: 10px;
    background: #08BB86;
    border: 1px solid #08BB86;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 1;
}

.login-box a.button {
    margin-top: 10px;
    background: #08BB86;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

#ticketForm {
    margin: 30px 0px;
}

#ticketForm div.captchaRow {
    line-height: 31px;
}

#ticketForm div.captchaRow input {
    position: relative;
    top: 6px;
}

#ticketForm .button {
    background: #08BB86;
    border: none;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
    margin-right: 10px;
    border-radius: 3px;
}

.redactor_editor {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.redactor_toolbar {
    background: #eee;
}

span.error {
    font-size: 14px;
}

#ticketSearchForm .button {
    background: #08BB86;
    border: none;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
    margin-right: 10px;
    border-radius: 3px;
}

.ticklist-title {
    font-size: 18px;
    background: #D4D4D4;
    border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 30px 0px 0px 0px;
    color: #222;
    text-shadow: none;
}

.ticklist-title .states small {
    font-size: 16px;
}

.ticklist-title a {
    color: #333;
}

.ticklist-title i {
    color: #333;
}

.ticket-table {
    background: #fff;
}

.ticket-table table {
    font-size: 13px;
}

.ticket-table table caption {
    text-align: left;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
    padding: 5px 10px;
    background: #fafafa;
    color: #777;
}

.ticket-table table thead {
    background: #f3f3f3;
}

.ticket-table table thead th a {
    color: #333;
}

.ticket-table .paginate {
    padding: 10px 0px 30px 0px;
    font-size: 14px;
}

table#ticketInfo {
    background: #fff;
    margin-top: 40px;
    border: 1px solid #ddd;
}

table#ticketInfo tr.ticket-info-title td {
    padding: 15px 10px;
    border-top: none;
    background: #eee;
}

table#ticketInfo tr.ticket-info-title td h1 {
    font-size: 20px;
    margin: 0px 0px;
}

table#ticketInfo tr.ticket-info-title td h1 a {
    margin-right: 10px;
}

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

table#ticketInfo tr.ticket-info-title td h1 a.action-button {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 0px;
    color: #000;
}

table#ticketInfo .ticket-data-info {
    font-size: 14px;
    border: none;
}

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

table#ticketInfo .ticket-data-info td table.infoTable {
    border: 1px solid #eee;
}

table#ticketInfo .ticket-data-info td table.infoTable tr td.headline {
    padding: 8px 10px;
    color: #222;
    font-weight: 700;
}

table#ticketInfo .ticket-data-info td table.infoTable tbody tr, table#ticketInfo .ticket-data-info td table.infoTable tbody th {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}

table#ticketInfo .ticket-data-info td table.infoTable tbody td {
    vertical-align: middle;
}

.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;
    padding: 20px 20px;
    font-size: 16px;
}

.thread-body div.attachments {
    background-color: #f4faff;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    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;
    padding: 5px 10px;
    display: inline-block;
    width: 45%;
}

.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 18px 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-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-left: 94px;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#ticketThread {
    z-index: 0;
    position: relative;
    background: #fff;
    padding: 0px 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 h2 {
    margin: 0px 0px 20px 0px;
    color: #111;
    font-size: 24px;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

#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);
}

@media screen and (max-width: 767px) {
    #header #logo {
        float: none;
        display: block;
        text-align: center;
        margin: 30px 0px 0px 0px;
    }

    #header .top-right {
        margin: 10px 0px;
        float: none;
        text-align: center;
        display: block;
    }

    #header .top-right p {
        float: none;
        text-align: center;
    }

    .hero .hero-content h1 {
        font-size: 36px;
    }

    .hero .hero-content p {
        font-size: 16px;
    }

    .nav-toggle {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: 300;
        cursor: pointer;
        display: block;
    }

    .nav-toggle i {
        width: 30px;
        height: 30px;
        background: #2e3244;
        line-height: 30px;
        margin: 10px 0px;
        display: inline-block;
        border-radius: 5px;
    }

    .main-menu ul#nav {
        display: none;
        margin-bottom: 10px;
    }

    .main-menu ul#nav li {
        display: block;
        text-align: center;
        padding: 15px 0px;
        border-bottom: 1px solid #333;
        line-height: 1;
    }

    .main-menu ul#nav li:last-child {
        border-bottom: none;
    }

    .main-menu ul#nav li a {
        float: none;
    }

    #kb-search input, #kb-search select {
        margin-bottom: 10px;
    }

    #ticketSearchForm input, #ticketSearchForm select {
        margin-bottom: 10px;
    }

    #landing_page #new_ticket {
        margin-bottom: 50px;
    }

    .kb-home {
        font-size: 24px;
    }

    .kb-home .search-form {
        width: 300px;
    }

    .kb-home .button {
        display: none;
    }
}
