body {
    background-attachment: fixed !important;
    background-color: #242424;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    color: #666;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 12px;
    line-height: 20px
}

.navbar-search .search-query, button, input, select, textarea {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-display: swap
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 20px;
    font-weight: 700;
    text-rendering: optimizelegibility
}

a {
    text-decoration: none;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    outline: 0;
    color: #c80108
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #666
}

ul, ol {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

.hide {
    display: none
}

header {
    margin-top: 10px
}

.header-top {
    background-color: #242424;
    margin-top: 20px;
    padding: 15px 0
}

ul.social-header {
    margin: 0;
    list-style: none;
    padding: 0
}

ul.social-header span.follow-text {
    font-size: 20px;
    text-transform: uppercase;
    color: #f1f1f1;
    font-weight: 200;
    margin-right: 5px
}

button, input, label, select, textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

form .alert {
    padding: 0;
    border-radius: 0
}

.error {
    display: none;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border-radius: 0
}

.err-message, .right-message {
    padding: 7px 6px 6px 30px;
    cursor: pointer;
    border-radius: 0;
    margin: 5px 0
}

.right-message p, .err-message p, .error p {
    margin-bottom: 0
}

.err-message {
    background: url(img/err-icon.png) left center no-repeat #ffe1e1;
    border: 1px solid #ffc0c0;
    color: #d8000c
}

.right-message {
    background: url(img/right-icon.png) left center no-repeat #ecf2e0;
    border: 1px solid #c0dda1;
    color: #4f8a10
}

.large_text p {
    font-size: 17px
}

.control-group {
    margin-bottom: 10px
}

.show_mobile_device {
    display: none
}

#loading {
    display: none
}

.large-textarea {
    min-height: 70px
}

@media (max-width: 768px) {
    .show_mobile_device {
        display: block
    }
}

a.logo {
    padding-left: 10px
}

.navbar-light .navbar-toggler {
    outline: none
}

#nav {
    background: url(img/menu-extra.png) top left repeat-x;
    background-image: -webkit-linear-gradient(bottom, #d16428, #ffb400);
    background-image: -moz-linear-gradient(bottom, #d16428, #ffb400);
    background-image: -o-linear-gradient(bottom, #d16428, #ffb400);
    background-image: linear-gradient(to top,#28c1d1,#5b5b5b);
}

header .navbar {
    background: url(img/menu-extra.png) top left repeat-x;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .6), inset 0 1px 1px 1px #f3ab46;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .6), inset 0 1px 1px 1px #f3ab46;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6), inset 0 1px 1px 1px #f3ab46;
    height: 67px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    padding: 10px 0
}

#nav .navbar-nav > li > a {
    padding: 18px 12px 23px;
    margin-top: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

#nav .login-links > li > a {
    color: rgba(0, 0, 0, .6);
    text-transform: capitalize
}

#nav .login-links > li > a:hover {
    color: rgba(0, 0, 0, .8)
}

#nav .navbar-nav > li > a i {
    margin-right: 5px
}

#mainMenu .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    background-color: #262626
}

#mainMenu .dropdown-menu.columns-4 li {
    border-bottom: 1px solid #323232;
    float: left;
    padding: 0
}

.dropdown-menu li > a {
    padding: 1em 1.5em;
    line-height: normal;
    display: block;
    text-align: left;
    border: none !important;
    font-size: 11px;
    color: #e3e3e3;
    background-color: #262626;
    font-weight: 400
}

.navbar .nav li.current-menu-parent a, .navbar .nav li.current_page_item a, .navbar-inverse .nav li.dropdown:focus > a:focus > span, .navbar-inverse .nav li.dropdown > a:hover > span, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:hover > span {
    opacity: 1
}

#content {
    background: #f1f1f1;
    padding: 20px
}

.navbar-toggler {
    border: none
}

@media (min-width: 979px) {
    #mainMenu .dropdown-menu.columns-4 {
        min-width: 800px
    }
}

@media (max-width: 979px) {
    #mainMenu .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        background: #1f1f1f;
        z-index: 10000;
        position: relative
    }

    #mainMenu .navbar-nav .dropdown-menu a, #mainMenu .navbar-nav .nav > li > a {
        color: #999;
        background-color: #1f1f1f;
        padding: 20px;
        margin-top: auto !important;
        border-top: 1px solid #323232
    }

    #nav .navbar-nav > li > a {
        padding: 10px
    }

    .login-links.show_mobile_device li {
        display: inline-block
    }

    .login-links.show_mobile_device {
        display: block
    }
}

@media (max-width: 992px) {
    .fb-like-wrap {
        text-align: center;
        background: #1877f2
    }
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase
}

h1 {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 10px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h1.dinline {
    line-height: 40px
}

.heading-wrap {
    margin-bottom: 20px
}

.heading_tagline {
    background: #32333b;
    color: #fff;
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 0
}

h3.heading_tagline {
    font-size: 14px;
    text-transform: uppercase
}

h3.has-btn {
    line-height: 32px
}

.heading-wrap a:not(:last-child) {
    margin-left: 20px
}

footer {
    padding: 20px 0 0;
    margin-top: 10px;
    margin-bottom: 100px;
    background: #1f1f1f
}

.footer-links a:hover {
    color: #666
}

footer .copyright {
    background: #333;
    border-top: 1px solid #484848;
    padding: 10px 0;
    margin: 20px 0 0
}

footer .copyright p {
    margin: 0;
    display: inline-block;
    float: none;
    line-height: 28px
}

.social {
    float: right;
    margin-right: 15px
}

footer .copyright .social a {
    display: inline-block;
    float: none;
    height: 24px;
    width: 30px;
    margin-left: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    color: #666
}

footer .social a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 768px) {
    footer .copyright p {
        padding: 0 15px
    }

    .social {
        float: none;
        margin: 15px
    }
}

#news-wrap {
    margin-bottom: 20px
}

.ticker-wrap, .ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #32333b;
    float: left
}

.ticker, .ticker .ticker {
    width: 90%;
    float: left
}

.ticker {
    display: block;
    position: relative;
    overflow: hidden
}

.left .ticker, .left .ticker-content, .left .ticker-controls, .left .ticker-title {
    float: left
}

.ticker-title {
    color: #900;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    line-height: 40px;
    margin-bottom: 0;
    float: left
}

.ticker-title span {
    display: block;
    padding: 0 30px 0 13px;
    font-size: 14px;
    -webkit-border-radius: 0 20px 0 0/0 40px 0 0;
    -moz-border-radius: 0 20px 0 0/0 40px 0 0;
    border-radius: 0 20px 0 0/0 40px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 1px 1px #f3ab46 inset;
    background-image: -webkit-linear-gradient(bottom, #d16428, #ffb400);
    background-image: -moz-linear-gradient(bottom, #d16428, #ffb400);
    background-image: -o-linear-gradient(bottom, #d16428, #ffb400);
    background-image: linear-gradient(to top, #d16428, #ffb400);
    border: 1px solid #32333b;
    color: #fff
}

.ticker-content {
    margin: 0;
    padding-top: 11px;
    position: absolute;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    color: #ddd
}

.tiker-content a {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ddd
}

.ticker-swipe {
    padding-top: 11px;
    position: absolute;
    top: 0;
    display: block;
    width: 800px;
    height: 30px;
    color: #eee;
    background-color: #32333b
}

.ticker-swipe span {
    margin-left: 1px;
    border-bottom: 1px solid #1f527b;
    height: 12px;
    width: 7px;
    display: block
}

.ticker-controls {
    padding: 13px 0 0;
    list-style-type: none;
    margin: 0;
    float: right !important;
    width: 10%
}

.ticker-controls li {
    padding: 0;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block
}

.border-cntl {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ddd
}

.ticker-controls li.jnt-next, .ticker-controls li.jnt-play-pause, .ticker-controls li.jnt-play-pause.paused, .ticker-controls li.jnt-prev {
    background-image: url(img/controls.png)
}

.ticker-controls li.jnt-play-pause.paused {
    background-position: 48px 16px
}

.ticker-controls li.jnt-play-pause {
    background-position: 32px 16px
}

.ticker-controls li.jnt-prev {
    background-position: 0 16px
}

.ticker-controls li.jnt-next {
    background-position: 16px 16px
}

.ticker-wrap .widget-title {
}

@media (max-width: 767px) {
    .hide_mobile_device, .ticker-swipe {
        display: none !important
    }

    .left .ticker, .left .ticker-content, .left .ticker-controls, .left .ticker-title {
        width: 100%
    }

    .ticker-title h3 {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0
    }

    .ticker-content {
        position: initial;
        background-color: transparent;
        padding: 10px;
        box-sizing: border-box
    }

    .ticker-swipe {
        opacity: 0
    }

    .ticker-swipe span {
        display: none;
        border: none
    }

    .ticker-content a {
        display: block !important;
        border: none !important
    }

    ul.ticker-controls {
        padding-bottom: 10px;
        padding-top: 0
    }
}

.nav_search_wrapper {
    width: 100%;
    background: rgba(255, 255, 255, .4);
    padding: 20px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px
}

.nav_search_wrapper:after, .nav_search_wrapper:before {
    display: table;
    content: " "
}

.nav_search_wrapper:after {
    clear: both
}

.nav_search_wrapper .input-group {
    padding-bottom: 0
}

.nav_search_wrapper #result-cat {
    width: 100%;
    float: left
}

#qscat {
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

#qscat .form-control {
    width: 100%;
    padding: 12px 50px 12px 15px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#qscat .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

button#qsgrid {
    display: block;
    height: 46px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    outline: 0;
    padding: 5px 15px;
    background: #c80108;
    color: #fff;
    text-shadow: 0 1px 0 #000
}

ul#qsdcat {
    width: 100%;
    float: left;
    display: none
}

#result-cat p, ul#qsdcat {
    margin-top: 10px;
    margin-bottom: 0
}

#qsdcat li {
    width: 25%;
    float: left
}

#qsdcat li a {
    font-weight: 300;
    padding: 10px;
    margin: 1px;
    display: block
}

#qsdcat li a:hover {
    color: #c80108
}

@media (max-width: 1060px) {
    #qsdcat li {
        width: 50%
    }
}

@media (max-width: 767px) {
    #qsdcat li {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1216px
    }
}

.open .dropdown-menu {
    display: block
}

hr {
    margin: 30px 0
}

input.btn {
    height: 40px
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[disabled]:hover {
    background-position: 0 0
}

.btn {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    white-space: inherit;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    position: relative
}

.btn:hover, .btn:focus, .btn:active {
    background-position: 0 -32px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn-lg:hover, .btn-lg:focus, .btn-lg:active {
    background-position: center top;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1)
}

.btn-lg {
    font-size: 18px;
    font-weight: 700
}

.btn-light {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #b3b3b3;
    color: #333
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.btn-primary {
    color: #fff;
    background-color: #c80108;
    background-image: -moz-linear-gradient(top, #d40209, #c80108);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d40209), to(#c80108));
    background-image: -webkit-linear-gradient(top, #d40209, #c80108);
    background-image: -o-linear-gradient(top, #d40209, #c80108);
    background-image: linear-gradient(to bottom, #d40209, #c80108);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #c80108 #c80108 #d40209;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #c80108;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #c80108;
    border-color: #c80108;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: #bd362f;
    border-color: #bd362f
}

.btn-warning {
    color: #fff;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    text-shadow: 0 1px 0 #000;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #f89406;
    border-color: #f89406;
    color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    text-shadow: 0 1px 0 #000;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #51a351;
    border-color: #51a351;
    color: #fff
}

.dropdown-menu li > a:hover, .member:hover > .member-social a, .navbar-inverse .brand:hover, .wallnav i, a, div.rating:after, footer .copyright .social a:hover {
    color: #c80108
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    border-width: 1px;
    border-style: solid;
    outline: 0;
    background-color: #fff !important;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    box-shadow: none !important
}

textarea {
    height: 110px
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.page-item .page-link a {
    color: #fff
}

.page-item.active {
    cursor: text
}

.page-item.active .page-link {
    pointer-events: none
}

.page-item .page-link a i {
    line-height: 15px
}

.page-link {
    color: #fff;
    background-color: #333;
    border: 1px solid #f1f1f1
}

.page-item.active .page-link, .page-link:hover {
    color: #fff;
    background-color: #c80108;
    border-color: #f1f1f1
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bg-dark {
    background-color: #32333b !important;
    color: #fff
}

.bg-dark .navbar-nav li a {
    padding: 5px 10px;
    color: #fff;
    display: block
}

.alert {
    padding: 10px
}

.alert p {
    margin-bottom: 0
}

.alert-info code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    font-size: 12px;
    display: block
}

.alert-info code span {
    font-size: 14px
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-bordered {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#captchaReset {
    display: none
}

.vote-for-btn #img_loader {
    display: none;
    position: absolute;
    margin-left: 100px;
    z-index: 999999
}

.server-toplist-wrap .row {
    margin-left: 0;
    margin-right: 0
}

.server-toplist-wrap .col-12 {
    padding: 10px
}

.server-toplist-head {
    width: 100%;
    box-sizing: border-box;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    border: 1px solid #d5d5d5;
    -webkit-background-clip: padding-box;
    text-align: center;
    color: #000;
    font-size: 14px
}

.server-toplist-search {
    background: #fff;
    border-bottom: 1px solid #d5d5d5
}

.server-toplist-search.premium {
    background: #edebdf
}

.server-toplist-head, .server-toplist-search {
    position: relative
}

#server-listings {
    position: relative;
    margin-bottom: 15px
}

#server-listings:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    left: 15px;
    z-index: 10
}

#server-listings:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    left: auto;
    right: 15px;
    z-index: 10
}

.server-toplist-head:before, .server-toplist-search:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    left: calc(16.666667% + 10px);
    z-index: 10
}

.server-toplist-head:after, .server-toplist-search:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    left: auto;
    right: calc(16.666667% + 10px);
    z-index: 10
}

.server-toplist-search .col-lg-8 {
    padding: 30px 60px 0
}

.server-toplist-search .rank-wrap, .server-toplist-search .like-wrap {
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-align: center
}

.server-toplist-search .rank-wrap {
    font-size: 34px;
    line-height: 36px
}

.server-toplist-search .like-wrap {
    font-size: 16px
}

.server-toplist-search .like-wrap i.fa {
    font-size: 36px
}

.server-toplist-search .like-wrap .like-counts {
    display: block
}

.server-toplist-search .sTitle, .server-toplist-search figure, .server-toplist-search .bottom_ver_type, .sDescription {
    margin-bottom: 25px
}

.server-toplist-search figure img {
    max-height: 60px;
    width: auto
}

.server-toplist-search .badge-dark, .server-toplist-search .badge-light {
    color: #fff;
    font-size: 11.84px;
    line-height: 14px;
    white-space: nowrap;
    margin-bottom: 2px
}

.server-toplist-search .badge-dark {
    background-color: #333
}

.server-toplist-search .badge-light {
    background-color: #8c7c34
}

.dinline {
    font-size: 25px;
    display: inline !important;
    text-transform: none
}

.intoplistspan {
    color: #c80108;
    font-weight: 700;
    font-family: Open Sans;
    text-rendering: optimizeLegibility;
    float: none !important;
    margin-left: 0 !important;
    display: inline !important
}

.server-toplist-search .sTitle {
    position: relative;
    padding-right: 32px;
    display: block;
    font-size: 20px
}

.flag-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent
}

.flag {
    box-shadow: 0 4px 8px -2px grey
}

.server-toplist-search .sDescription {
    display: block;
    color: #000
}

.server_ip {
    margin-bottom: 25px
}

.server_ip input {
    background: #fff !important;
    padding: 0 10px
}

.server_ip .input-group-text {
    font-size: 14px
}

.server_ip .input-group-text a {
    font-weight: 300
}

@media (max-width: 768px) {
    .server-toplist-head {
        text-align: left
    }

    .server-toplist-search .col-lg-8 {
        padding: 25px 20px 0
    }

    .server-toplist-head:before, .server-toplist-search:before, .server-toplist-head:after, .server-toplist-search:after {
        display: none
    }

    .search-filter-links a {
        padding: 15px 10px
    }
}

.search-filter-links {
    width: 100%;
    box-sizing: border-box;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #fafafa 0, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0, #e9e9e9 100%);
    border: 1px solid #d5d5d5;
    -webkit-background-clip: padding-box
}

#cat-filter {
    width: 100%;
    background: rgba(255, 255, 255, .4);
    box-sizing: border-box
}

#cat-filter form {
    padding: 20px
}

ul.nav_search, ul.nav_search li {
    display: inline-block
}

.search-filter-links a {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 300
}

a.s-server {
    border-right: 1px solid #e6e6e6;
    color: #c80108;
    font-size: 16px
}

.nav_search .dropdown:hover .dropdown-menu li > a, ul.nav_search li li > a {
    background-color: #fff;
    color: #000
}

ul.nav_search {
    margin-bottom: 0
}

.nav_search ul.dropdown-menu {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 0;
    border: 1px solid #f5f5f5;
    border-top-color: transparent;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .1)
}

ul.nav_search li li {
    display: block
}

ul.nav_search li li > a {
    padding: 1em 1.5em;
    font-size: 11px;
    margin: 0 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.nav_search > li.open::after, .nav_search > li.open::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 43px;
    left: 35px
}

.nav_search > li.open::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-bottom-color: #fff;
    top: 44px;
    left: 36px
}

.scroll_one {
    max-height: 380px;
    overflow: auto
}

.scroll_one::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.scroll_one::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.scroll_one::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2)
}

#available {
    color: red;
    font-weight: 700;
    line-height: 120%;
    font-size: 17px;
    margin-bottom: 0
}

#available span {
    color: green;
    font-size: 17px
}

#add-spots {
    margin-bottom: 0
}

#adds-banners {
    margin-bottom: 20px
}

.add-wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.adds-bg {
    background: #e8e6e6;
    border: 1px solid #c9c7c7;
    border-radius: 4px
}

.add-img img {
    width: 100%
}

.main-add .add-img, .main-add .add-desc {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-add .add-desc {
    border-top: 1px solid #c9c7c7
}

.main-add .add-img {
    line-height: 0;
    max-height: 90px;
    max-width: 955px;
    overflow: hidden
}

.main-add .add-img a {
    display: block;
    margin-left: -1px;
    margin-right: -1px
}

.add-title {
    display: block;
    padding: 10px
}

.add-title a {
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff
}

.add-desc {
    position: relative
}

.add-desc i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -1px;
    width: 26px;
    height: 100%;
    z-index: 1;
    text-align: center;
    padding: 18px 5px 5px;
    border-right: 1px solid #c9c7c7;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff
}

.add-desc .adescrip {
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-left: 37px;
    height: auto;
    overflow-y: inherit;
    text-shadow: 1px 1px 1px #fff;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    width: calc(100% - 27px)
}

.adescrip::-webkit-scrollbar-track {
    background-color: #e8e6e6
}

.adescrip::-webkit-scrollbar {
    width: 5px;
    background-color: #e8e6e6
}

.adescrip::-webkit-scrollbar-thumb {
    background-color: #c9c7c7;
    border: 1px solid #c9c7c7
}

.adds-small .add-title a {
    font-size: 17px
}

.adds-small, .adds-small td {
    background: #e8e6e6;
    border-color: #c9c7c7
}

.adds-small td {
    text-align: center;
    vertical-align: middle;
    padding: 2px
}

.adds-small .adds-icon {
    font-size: 40px;
    color: #c9c7c7;
    text-shadow: 1px 1px 1px #666
}

.adds-small .add-title, .adds-small .adds-icon {
    padding: 10px
}

.adds-small .add-img {
    max-width: 468px;
    margin: auto;
    max-height: 60px;
    overflow: hidden
}

.promote-add {
    background: #e8e6e6;
    padding: 8px 10px;
    border: 1px solid #c9c7c7;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 1px
}

.promote-add h4 {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300
}

.promote-add h4 i {
    margin-right: 10px
}

.promote-add h4 span {
    margin-left: 30px;
    font-size: 13px;
    display: inline-block
}

.promote-add h4 a {
    text-decoration: underline
}

.available-exclusive .promote-add {
    border: none;
    margin-bottom: 0
}

.available-cat-five {
    margin-bottom: 0;
    border-bottom: 0
}

@media (max-width: 1060px) {
    #add-spots #sidebar-sopt {
        display: none
    }

    #add-spots #spots-display {
        width: 100%
    }
}

@media (max-width: 767px) {
    .adds-small .adds-icon {
        font-size: 26px
    }
}

.widget-header {
    position: relative;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    border: 1px solid #d5d5d5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
    padding: 5px 10px
}

.widget-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    text-transform: inherit
}

.widget-header i {
    margin-right: 10px
}

.widget_stacked {
    position: relative;
    margin-bottom: 20px
}

.widget_stacked:after, .widget_stacked:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #d3d3d3;
    border-top: 0
}

.widget_stacked:before {
    bottom: -4px;
    left: 6px;
    right: 6px
}

.widget-content {
    padding: 25px 15px 15px;
    background: #fff;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-table .widget-content {
    padding: 0
}

.widget-table .table-bordered {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 0;
    border: none
}

.widget-table .table-bordered thead:first-child tr:first-child > th:first-child, .widget-table .table-bordered tbody:first-child tr:first-child > td:first-child, .widget-table .table-bordered tbody:first-child tr:first-child > th:first-child {
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 80px
}

.add-widget .widget-header {
    padding: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.add-widget .widget-header, .add-widget .widget-content {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.add-widget h3 {
    line-height: 120%;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    font-weight: 700
}

.add-widget .widget-footer {
    background: #e8e6e6;
    padding: 10px
}

ul.share-buttons {
    margin: 0;
    padding: 0
}

ul.share-buttons li {
    display: inline-block
}

#site-tab-links {
    border-bottom: 1px solid #ddd
}

#site-tab-links > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    width: 50%
}

#site-tab-links > li:first-child:nth-last-child(3), #site-tab-links > li:first-child:nth-last-child(3) ~ li {
    width: 33%
}

#site-tab-links > li:first-child:nth-last-child(4), #site-tab-links > li:first-child:nth-last-child(4) ~ li {
    width: 25%
}

#site-tab-links > li > a {
    padding: 7px 12px;
    border-radius: 4px 4px 0 0;
    color: #000 !important;
    border-top: 3px solid transparent;
    font-weight: 600;
    text-align: center;
    display: block
}

#site-tab-links > li > a:hover {
    background-color: #eee;
    border-color: #eee #eee #ddd;
    color: #c80108
}

#site-tab-links > li > a i {
    display: block;
    text-align: center;
    font-size: 60px
}

#site-tab-links > li > a.active i {
    color: #c80108
}

#site-tab-links > li > a.active, #site-tab-links > li > a.active:hover, #site-tab-links > li > a.active:focus {
    color: #c80108 !important;
    background-color: transparent !important;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    border-top: 3px solid #c80108
}

#site-tabs .tab-content {
    border: 1px solid #ddd;
    padding: 40px 20px;
    border-top: none;
    margin-bottom: 20px
}

.tab-pane {
    padding-top: 20px
}

.banner_tab {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.share-buttons .fb_share_button {
    color: #0e385f
}

.share-buttons .twitter_share_button {
    color: #1da1f2
}

.share-buttons .share-google {
    color: #db4437
}

.share-buttons .share-tumblr {
    color: #36465d
}

.share-buttons .share-pinterest {
    color: #bd081c
}

.share-buttons .share-linkedin {
    color: #2672ae
}

.versions td a, .types td a {
    display: inline-block;
    margin-bottom: 5px
}

.versions td a span, .types td a span {
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    text-shadow: none;
    background-color: #5bc0de;
    font-weight: 100;
    color: #fff;
    font-size: 90%
}

.versions td a:first-child span {
    background-color: #c80108
}

.versions td a:nth-child(1n+3) span {
    background-color: #c80108
}

.versions td a:nth-child(2n+4) span {
    background-color: #d16428
}

.versions td a.disable_link, .types td a.disable_link {
    pointer-events: none;
    cursor: default
}

.types td a span {
    background-color: rgba(0, 0, 0, .87)
}

.versions td a.disable_link span, .types td a.disable_link span {
    background-color: rgba(0, 0, 0, .5)
}

.row.vote-form-wrap {
    margin-bottom: 20px
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.btn-large {
    padding: 11px 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 18px
}

.btn-block + .btn-block {
    margin-top: 10px
}

.social_icons {
    font-size: 16px
}

.social_icons li {
    display: inline-block
}

.social_icons li a {
    color: #000
}

.social_icons li a:hover {
    color: #c80108
}

.vote-for-btn {
    text-align: center
}

.vote-form-wrap .col-lg-4:last-child {
    text-align: left
}

.location-icon img {
    max-width: 18px
}

@media (min-width: 768px) {
    .social_icons {
        float: right
    }

    .banner_tab {
        display: none
    }

    .vote-for-btn {
        margin-bottom: 30px
    }

    .vote-form-wrap .col-lg-4:last-child {
        text-align: center
    }
}

.video-wrapper {
    font-size: 20px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px
}

.video-wrapper a {
    color: #666
}

.video-wrapper a:hover i {
    color: #c80108
}

.video-wrapper:hover {
    background: #f6f6f6
}

.video-wrapper a span {
    display: block
}

.video-wrapper a i {
    font-size: 8vw
}

#login, #registration, #forgot-pass, #manage-advertises, #manage-mysite, #manage-myjob, #manage-mycv, #manage-contest {
    min-height: 500px
}

.forget-pass, .account-blocked {
    margin-top: 10px;
    display: block
}

#registration h2 {
    text-transform: uppercase
}

.already-account {
    margin-top: 30px
}

#account-nav {
    margin-bottom: 30px
}

.tooltip {
    font-size: 11px;
    line-height: 120%
}

.tooltip.in {
    opacity: .9
}

.table_responsive th, .table_responsive td {
    padding: 8px;
    vertical-align: middle
}

.table_responsive th {
    color: #fff
}

.table_responsive thead tr:nth-of-type(odd) {
    background: #6e9e0e
}

.table_responsive .table thead th, .table_responsive thead th, .table_responsive thead tr:nth-of-type(odd) th {
    background: #6e9e0e;
    color: #fff
}

.table_manage_sites i.fa, .table_advertise i.fa {
    font-size: 16px
}

.info-links li {
    display: inline-block;
    margin-left: 5px
}

.info-links li:first-child {
    margin-left: 0
}

.info-links li a {
    color: #777
}

.lock {
    color: #d8000c
}

.unlock {
    color: #4f8a10
}

.job-details h4 {
    margin-bottom: 15px
}

.job-right {
    float: right
}

.job-right .job-offers {
    color: #c80108
}

.buttons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .table_responsive table, .table_responsive tbody, .table_responsive td, .table_responsive th, .table_responsive thead, .table_responsive tr {
        display: block
    }

    .table_responsive .s-rating {
        position: relative;
        left: auto;
        float: right
    }

    .table_responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table_responsive tr {
        border: 1px solid #ccc
    }

    .table_responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        min-height: 30px
    }

    .table_responsive td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    .table_advertise td:nth-of-type(1):before {
        content: "Advertise Name"
    }

    .table_advertise td:nth-of-type(2):before {
        content: "Banner"
    }

    .table_advertise td:nth-of-type(3):before {
        content: "Type"
    }

    .table_advertise td:nth-of-type(4):before {
        content: "Days"
    }

    .table_advertise td:nth-of-type(5):before {
        content: "Period"
    }

    .table_advertise td:nth-of-type(6):before {
        content: "No. of Views"
    }

    .table_advertise td:nth-of-type(7):before {
        content: "Details"
    }

    .table_advertise td:nth-of-type(8):before {
        content: "Action"
    }

    .table_contest td:nth-of-type(1):before {
        content: "Contest Id"
    }

    .table_contest td:nth-of-type(2):before {
        content: "Contest Title"
    }

    .table_contest td:nth-of-type(3):before {
        content: "Contest Type"
    }

    .table_contest td:nth-of-type(4):before {
        content: "Last Apply Duration"
    }

    .table_contest td:nth-of-type(5):before {
        content: "Last Apply Date"
    }

    .table_contest td:nth-of-type(6):before {
        content: "Duration"
    }

    .table_contest td:nth-of-type(7):before {
        content: "Duration Date"
    }

    .table_contest td:nth-of-type(8):before {
        content: "Status"
    }

    .table_contest td:nth-of-type(9):before {
        content: "Action"
    }

    .table_manage_sites td:nth-of-type(1):before {
        content: "Prem"
    }

    .table_manage_sites td:nth-of-type(2):before {
        content: "Site Id"
    }

    .table_manage_sites td:nth-of-type(3):before {
        content: "Site Title"
    }

    .table_manage_sites td:nth-of-type(4):before {
        content: "Site Url"
    }

    .table_manage_sites td:nth-of-type(5):before {
        content: "Category"
    }

    .table_manage_sites td:nth-of-type(6):before {
        content: "Membership Expires On"
    }

    .table_manage_sites td:nth-of-type(7):before {
        content: "Status"
    }

    .table_manage_sites td:nth-of-type(8):before {
        content: "Action"
    }

    .table_managejob td:nth-of-type(1):before {
        content: "Job Id"
    }

    .table_managejob td:nth-of-type(2):before {
        content: "Job Title"
    }

    .table_managejob td:nth-of-type(3):before {
        content: "Job Category"
    }

    .table_managejob td:nth-of-type(4):before {
        content: "Job Type"
    }

    .table_managejob td:nth-of-type(5):before {
        content: "Applied Cv"
    }

    .table_managejob td:nth-of-type(6):before {
        content: "Status"
    }

    .table_managejob td:nth-of-type(7):before {
        content: "Action"
    }

    .table_mycvs td:nth-of-type(1):before {
        content: "Cv Id"
    }

    .table_mycvs td:nth-of-type(2):before {
        content: "Cv Title"
    }

    .table_mycvs td:nth-of-type(3):before {
        content: "Category"
    }

    .table_mycvs td:nth-of-type(4):before {
        content: "Job Type"
    }

    .table_mycvs td:nth-of-type(5):before {
        content: "Status"
    }

    .table_mycvs td:nth-of-type(6):before {
        content: "Action"
    }
}

.fancy-tabs > li {
    display: block;
    margin-bottom: -1px;
    width: 50%
}

.fancy-tabs > li:first-child:nth-last-child(3), .fancy-tabs > li:first-child:nth-last-child(3) ~ li {
    width: 33%
}

.fancy-tabs > li:first-child:nth-last-child(4), .fancy-tabs > li:first-child:nth-last-child(4) ~ li {
    width: 25%
}

.fancy-tabs > li:first-child:nth-last-child(5), .fancy-tabs > li:first-child:nth-last-child(5) ~ li {
    width: 20%
}

.fancy-tabs > li > a {
    padding: 7px 12px;
    border-radius: 4px 4px 0 0;
    color: #000 !important;
    border-top: 3px solid transparent;
    font-weight: 600;
    text-align: center;
    display: block
}

.fancy-tabs > li > a:hover {
    background-color: #eee;
    border-color: #eee #eee #ddd;
    color: #c80108
}

.fancy-tabs > li > a i {
    display: block;
    text-align: center;
    font-size: 60px
}

.fancy-tabs > li > a.active i {
    color: #c80108
}

.fancy-tabs > li > a.active, .fancy-tabs > li > a.active:focus, .fancy-tabs > li > a.active:hover {
    color: #c80108 !important;
    background-color: transparent !important;
    border: 1px solid #ddd;
    border-bottom-color: #f1f1f1;
    border-top: 3px solid #c80108
}

.box-wrap {
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px
}

.box-wrap h3 {
    background: #e8e6e6;
    margin: 0;
    padding: 5px 20px;
    text-shadow: 1px 1px 1px #fff
}

.box-content {
    padding: 20px
}

.advertise-table th {
    background: #e8e6e6
}

.advertise-table td {
    background: #fff
}

.advertise-table h2 {
    margin: 0;
    text-shadow: 1px 1px 1px #fff
}

.advertise-table h2 a {
    float: right;
    min-height: 30px;
    line-height: 30px
}

.advertise-table .btn:focus, .advertise-table .btn:hover, .book-now-btn .btn:focus, .book-now-btn .btn:hover {
    background-position: 0 -44px
}

.bg-grd-light {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}

.list-reviews li {
    margin: 0 0 28px;
    padding: 15px;
    border-radius: 4px
}

.list-reviews li img {
    max-height: 60px
}

.list-reviews li h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

.blog_wrap {
    width: 100%;
    margin-bottom: 30px;
    display: block
}

.blog_wrap h3 {
    background: #32333b;
    color: #fff;
    padding: 10px 20px
}

.blog_wrap span.date {
    color: #c80108;
    float: right;
    font-size: 80%
}

.blog_content, .blog_desc, .commnet_count, .read_more, form#frm_newsdetails {
    width: 100%;
    display: block
}

.blog_desc {
    padding: 20px
}

.blog_desc, .read_more {
    background: #fff;
    box-sizing: border-box;
    padding: 20px
}

#list-jobs, #list-cvs {
    font-size: 14px;
    line-height: 24px;
    min-height: 450px
}

#list-jobs figure, #list-jobs .extra-wrap, #list-cvs figure, #list-cvs .extra-wrap {
    float: left
}

#list-jobs figure, #list-cvs figure {
    max-width: 62px;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 4px
}

#list-jobs .extra-wrap, #list-cvs .extra-wrap {
    float: left;
    width: 90%
}

#list-jobs .job-item:after, #list-cvs .cv-item:after {
    content: "";
    display: table;
    clear: both
}

#list-jobs .list-reviews li, #list-cvs .list-reviews li {
    border: 1px solid #ddd
}

#list-jobs .list-reviews li h3, #list-cvs .list-reviews li h3 {
    margin-top: 0;
    margin-bottom: 10px
}

#terms-n-cond, #votind-rules, #privacy-policy {
    min-height: 450px
}

#terms-n-cond h2 {
    text-transform: uppercase;
    margin: 20px 0
}

#votind-rules {
    font-size: 14px
}

#post-adds {
    min-height: 450px
}

.customize-horizontal .control-label {
    float: left;
    width: 25%;
    padding-top: 5px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box
}

.customize-horizontal .controls {
    margin-left: 25%
}

.banner-height, .banner-width {
    display: inline-block !important
}

#available {
    color: red;
    font-weight: 700;
    line-height: 120%;
    font-size: 17px;
    margin-bottom: 0
}

#available span {
    color: green;
    font-size: 17px
}

#add-spots {
    margin-bottom: 0
}

#adds-banners {
    margin-bottom: 20px
}

.add-wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.adds-bg {
    background: #e8e6e6;
    border: 1px solid #c9c7c7;
    border-radius: 4px
}

.add-img img {
    width: 100%
}

.main-add .add-img, .main-add .add-desc {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-add .add-desc {
    border-top: 1px solid #c9c7c7
}

.main-add .add-img {
    line-height: 0;
    max-height: 90px;
    max-width: 955px;
    overflow: hidden
}

.main-add .add-img a {
    display: block;
    margin-left: -1px;
    margin-right: -1px
}

.add-title {
    display: block;
    padding: 10px
}

.add-title a {
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff
}

.add-desc {
    position: relative
}

.add-desc i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -1px;
    width: 26px;
    height: 100%;
    z-index: 1;
    text-align: center;
    padding: 18px 5px 5px;
    border-right: 1px solid #c9c7c7;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff
}

.add-desc .adescrip {
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-left: 37px;
    height: auto;
    overflow-y: inherit;
    text-shadow: 1px 1px 1px #fff;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    width: calc(100% - 27px)
}

.adescrip::-webkit-scrollbar-track {
    background-color: #e8e6e6
}

.adescrip::-webkit-scrollbar {
    width: 5px;
    background-color: #e8e6e6
}

.adescrip::-webkit-scrollbar-thumb {
    background-color: #c9c7c7;
    border: 1px solid #c9c7c7
}

.adds-small .add-title a {
    font-size: 17px
}

.adds-small, .adds-small td {
    background: #e8e6e6;
    border-color: #c9c7c7
}

.adds-small td {
    text-align: center;
    vertical-align: middle;
    padding: 2px
}

.adds-small .adds-icon {
    font-size: 40px;
    color: #c9c7c7;
    text-shadow: 1px 1px 1px #666
}

.adds-small .add-title, .adds-small .adds-icon {
    padding: 10px
}

.adds-small .add-img {
    max-width: 468px;
    margin: auto;
    max-height: 60px;
    overflow: hidden
}

.promote-add {
    background: #e8e6e6;
    padding: 8px 10px;
    border: 1px solid #c9c7c7;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 1px
}

.promote-add h4 {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300
}

.promote-add h4 i {
    margin-right: 10px
}

.promote-add h4 span {
    margin-left: 30px;
    font-size: 13px;
    display: inline-block
}

.promote-add h4 a {
    text-decoration: underline
}

.available-exclusive .promote-add {
    border: none;
    margin-bottom: 0
}

.available-cat-five {
    margin-bottom: 0;
    border-bottom: 0
}

.red-text {
    color: #c80108
}

#membership {
    min-height: 450px
}

.tagsinput, .tagsinput * {
    box-sizing: border-box
}

.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.tagsinput.focus {
    border-color: #ccc
}

.tagsinput .tag {
    position: relative;
    background: #cde69c;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #638421;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

.tagsinput .tag .tag-remove {
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ff6b6b;
    line-height: 30px;
    padding: 0;
    border: 0
}

.tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
    background: #ff6b6b;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: ''
}

.tagsinput .tag .tag-remove:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.tagsinput .tag .tag-remove:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.tagsinput div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tagsinput div input {
    background: 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0
}

.tagsinput div input.error {
    color: #ff6b6b
}

.tagsinput div input::-ms-clear {
    display: none
}

.tagsinput div input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px 6px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 1px 5px 1px 0;
    padding: 5px 20px 5px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 2px #000 inset, 0 1px 0 rgba(0, 0, 0, .05);
    line-height: 13px;
    cursor: default;
    background: #444;
    color: #ccc;
    font-weight: 100
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 5px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #252525
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d"
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite%402x.html) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--default.select2-container--focus.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 5px 6px 0;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin: 1px 5px 1px 0;
    padding: 5px 20px 5px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 2px #000 inset, 0 1px 0 rgba(0, 0, 0, .05);
    line-height: 13px;
    cursor: default;
    background: #444;
    color: #ccc;
    font-weight: 100;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    top: 5px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin-right: 0;
    cursor: pointer
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    height: 22px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fb-like-wrap {
        display: none
    }

    #nav .navbar-nav > li > a {
        padding: 18px 6px 23px
    }
}