/*
Theme Name: TicketLab
Theme URI: http://bigbangthemes.net/TicketLab_WP/
Description: TicketLab is The next generation complete support system. Create & manage tickets with our ultimate knowledge base solution and ticketing system.
Version: 1.0.9
Author: BigBangThemes
Author URI: http://themeforest.net/user/BigBangThemes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: theme-options
Text Domain: ticketlab
*/


/**
 * Description: TicketLab - Ticketing System
 * Version: 1.0.0
 * Author: VSArt - http://www.vsart.me
 *
 * Summary:
 *
 *  0. GLOBALS
 *      - 0.1. MIXINS
 *      - 0.2. CONFIG
 *      - 0.3. NORMALIZE
 *    - 0.4. GRID
 *      - 0.5. BACKGROUNDS
 *    - 0.6. GENERAL
 *      - 0.7. LAYOUT
 *      - 0.8. TRANSITIONS
 *    - 0.9. TEXT
 *      - 0.10. IMAGE
 *    - 0.11. LIST
 *    - 0.12. FONT-AWESOME
 *    - 0.13. PE-ICON-7-STROKE
 *      - 0.14. ANIMATE
 *  1. MODULES
 *      - 1.1. LOGO
 *    - 1.2. HEADER
 *    - 1.3. HEADER-BACK
 *    - 1.4. FOOTER
 *    - 1.5. BUTTON
 *    - 1.6. TABLE
 *    - 1.7. FORMS
 *    - 1.8. SEARCH
 *    - 1.9. TAGS
 *    - 1.10. MENU
 *    - 1.11. MENU-VERTICAL
 *    - 1.12. MENU-SIDE
 *    - 1.13. LANGUAGES
 *    - 1.14. PAGE-INFO
 *    - 1.15. ROTATOR
 *    - 1.16. PANELS
 *    - 1.17. CATEGORY-INFO
 *    - 1.18. PROMO-TITLE
 *    - 1.19. BOX
 *    - 1.20. NUMBER
 *    - 1.21. BROWSERS
 *    - 1.22. NOTE
 *    - 1.23. MODAL
 *    - 1.24. CODE-HIGHLIGHT
 *    - 1.25. FILE-TREE
 *    - 1.26. SKILL
 *    - 1.27. STEPS
 *    - 1.28. STEPS-INTERACTIVE
 *    - 1.29. STEPS-SLIDER
 *    - 1.30. COLUMN-FILL
 *    - 1.31. BEFORE-AND-AFTER
 *    - 1.32. FAQ
 *    - 1.33. INFO
 *    - 1.34. INFO-DELIMITER
 *    - 1.35. CATEGORY-LIST
 *    - 1.36. TABS
 *    - 1.37. NAVIGATION
 *    - 1.38. GIF-PLAYER
 *    - 1.39. VIDEO
 *    - 1.40. VIDEO-ADVANCED
 *    - 1.41. VIDEO-CUSTOM
 *    - 1.42. VIDEO-PLAYLIST-CUSTOM
 *    - 1.43. LIST-VIEW
 *    - 1.44. GRID-VIEW
 *    - 1.45. BOOK
 *    - 1.46. BOOK-GRID
 *    - 1.47. SOCIAL
 *    - 1.48. NOTIFICATION
 *    - 1.49. LOGIN
 *    - 1.50. CONTACTS
 *    - 1.51. CONTACTS-INFO
 *    - 1.52. CHANGELOG
 *    - 1.53. BLOG
 *    - 1.54. ARTICLE
 *    - 1.55. ARTICLE-COMMENT
 *    - 1.56. PRICE-LIST
 *    - 1.57. BRANDS
 *      - 1.58. CALL-TO-ACTION
 */

h2.agent-loading, h2.agent-no-result {
    text-align: center;
}

.pagination .page-numbers.current{
    background: #ddd;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.swipebox-video {
    position: relative;
    display: block;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden!important;
}
#swipebox-overlay img {
    border: none!important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    user-select: none;
    background: rgba(124, 124, 124, 0.9);
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
#swipebox-bottom-bar {
    top: 50%;
    margin-top: -25px;
}
#swipebox-top-bar {
    bottom: 0;
    font-family: 'HelveticaNeueCondensed', sans-serif;
    color: #fff;
    font-size: 16px;
    background-color: #fdba4f;
    padding: 20px 5%;
}
@media only screen and (max-width: 991px) {
    #swipebox-top-bar {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #swipebox-top-bar {
        font-size: 14px;
    }
}
@media only screen and (max-width: 479px) {
    #swipebox-top-bar {
        font-size: 13px;
    }
}
#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
    font-family: 'FontAwesome';
    border: none;
    text-decoration: none!important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover,
#swipebox-prev:active,
#swipebox-next:active,
#swipebox-close:active {
    color: #fdba4f;
    border-color: #fdba4f;
}
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}
#swipebox-prev,
#swipebox-next {
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 3px solid #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    font-size: 24px;
    color: #fff;
    text-shadow: none;
    text-align: center;
    margin: 0 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#swipebox-prev {
    float: left;
}
#swipebox-prev:before {
    content: '\f104';
}
#swipebox-next {
    float: right;
}
#swipebox-next:before {
    content: '\f105';
}
#swipebox-close {
    top: 0;
    right: 10px;
    position: absolute;
    z-index: 9999;
    font-size: 20px;
}
#swipebox-close:before {
    content: '\f00d';
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: .6;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}
@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 48, 48, 0.8);
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.video-play:before {
    content: '';
    width: 100px;
    height: 60px;
    background-color: #00a4ef;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -50px;
}

.video-play:after {
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #1e1e1e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -12px;
}

.articles-list .row {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 0px;
}

.header_secondary .navbar-default .navbar-nav > li > a{
    color: #454545;
}

.header_secondary .navbar-default .navbar-nav > li > a:hover,
.header_secondary .navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current-menu-item > a,
.dropdown-menu > li.current-menu-item > a,
.dropdown-menu > li.current-menu-item > a:hover{
    color: #00a4ef;
}

.header_secondary {
    z-index: 9;
}

body {
    overflow-x: hidden;
}

.wpcf7-form-control.wpcf7-textarea{
    height: 120px;
}

.contact .contact-left-side .wpcf7-form-control.wpcf7-submit {
    width: 190px;
    height: 50px;
    border-radius: 25px;
    margin: 22px 0;
    color: #ffffff;
    background-color: #00a4ef;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.wpcf7 .contact .contact-left-side img.ajax-loader {
    margin-top: 5px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.contact .contact-left-side input.wpcf7-not-valid, .contact .contact-left-side textarea.wpcf7-not-valid {
    border: 1px solid red;
}

div.wpcf7-response-output {
    margin: -10px 0.5em 1em;
}

.general-category, .sample-page {
    margin-bottom: 60px;
}

.widget-container .short-line{
    margin-bottom: 25px;
}

.single-video .short-line {
    margin-bottom: 30px;
}

.kb-feedback .title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: .9em;
}

.kb-feedback .btn {
    font-size: 18px;
    position: relative;
    outline: none;
    vertical-align: top;
    height: 50px;
    line-height: 48px;
    border: 1px solid #1e1e1e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #1e1e1e;
    font-family: 'GothamNarrow', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1.2px;
    padding: 0 20.83333333px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.kb-feedback .btn i {
    margin-right: 10px;
}

.kb-feedback .btn:hover, .kb-feedback .btn:active,
.kb-feedback .btn:focus{
    border-color: #343434;
    color: #ffffff;
    background-color: #343434;
}

.sidebar .widget-container .login-details a{
    color: #3c4145;
}

.widget_search .search-icon{
    display: none;
}

.pagination .page-numbers:before {
    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;
}

.next.page-numbers:before {
    content: "\f054";
}

.prev.page-numbers:before {
    content: "\f053";
}

.section_heading .title {
    font-weight: bold;
    font-size: 20px;
    color: #454545;
}

.page-pagination span {
    margin-left: 7px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-pagination a span {
    color: #337ab7;
}

.wp-caption{}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}

.alignright{float: right; margin: 0 10px;}

.alignleft{float:left; margin: 0 10px;}

.aligncenter{text-align: center;}


.general-category .sticky .line-one a {
    font-weight: 600;
    color: #337ab7;
    text-decoration: underline;
    text-transform: uppercase;
}

.general-category .sticky .description .line-one {
    margin-bottom: 10px;
}

.main-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

.main-content table, .main-content th, .main-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.main-content th,.main-content td {
    padding: 0.4em;
}

img {
    display: block;
    max-width: 100%;
}

.post-links.clearfix {
    clear: both;
    margin-top: 20px;
}

img.alignnone {
    padding-top: 20px;
}

.post_pagination ul.page-numbers{
    list-style: none;
    padding: 0;
}

.post_pagination ul.page-numbers li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.general-category article .description .line-one {
    margin-bottom: 10px;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item img {
    display: inline-block;
}
.gallery-caption {
    margin-top: 5px;
}

.pagination>li>.current{
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

article iframe{
    max-width: 100%;
}

.general-category .format-status .description .line-three {
    font-style: italic;
    color: #000;
}

.general-category .format-link .line-three a {
    color: #337ab7;
}

#bbt_assignee_popup .popup-title
{
    margin: 0 -20px 20px;
    background: #444;
    border-radius: 4px 4px 0 0;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 53px 0 54px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#bbt_assignee_popup .bbt_popup{
    padding: 0;
}

#bbt_assignee_popup .popup_content {
    overflow-y: inherit;
    max-height: none;
    width: 100%;
    margin-top: 0!important;
    padding: 0 20px 20px;
}

#bbt_assignee_popup .btn-submit{
    margin-top: 20px;
}