/*=======================
	Custom Select
=======================*/
.noqbot-select {
    width: 100%;
    float: left;
    color: #666;
    position: relative;
    text-transform: uppercase;
}

.noqbot-select:after {
    content: '\f107';
    top: 50%;
    right: 23px;
    z-index: 2;
    width: 13px;
    color: #aeaeae;
    display: block;
    font-size: 17px;
    margin-top: -5px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

.noqbot-select select {
    width: 100%;
    z-index: 1;
    color: #666;
    height: 70px;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 20px;
    position: relative;
    background: #fff;
    border-color: #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
}

.noqbot-select select:focus {
    background: #f7f7f7;
}

.noqbot-select select option span {
    color: #aeaeae;
}

.noqbot-radio,
.noqbot-radio label,
.noqbot-checkbox,
.noqbot-checkbox label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

.noqbot-radio label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}

.noqbot-radio input[type=radio] {
    display: none;
}

.noqbot-radio input[type=radio]+label:before {
    top: 4px;
    left: 0;
    color: #084876;
    font-size: 14px;
    line-height: 14px;
    content: "\f096";
    position: absolute;
    font-family: 'FontAwesome';
}

.noqbot-radio input[type=radio]:checked+label:before {
    content: '\f046';
}

.noqbot-checkbox input[type=checkbox] {
    display: none;
}

.noqbot-checkbox label {
    width: 100%;
    height: 26px;
    padding: 0;
    color: #aeaeae;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
}

.noqbot-checkbox input[type=checkbox]+label:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    background: #fff;
    position: absolute;
    border: 1px solid #aeaeae;
}

.noqbot-checkbox input[type=checkbox]:checked+label {
    color: #084876;
}

.noqbot-iosstylcheckbox {
    width: 80px;
    float: left;
    position: relative;
}

.noqbot-iosstylcheckbox input[type=checkbox],
.noqbot-iosstylcheckbox input[type=checkbox]:active {
    display: none;
}

.noqbot-iosstylcheckbox label {
    margin: 0;
    width: 100%;
    height: 24px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    background: #ddd;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.noqbot-iosstylcheckbox label:before {
    top: 5px;
    left: 5px;
    z-index: 1;
    height: 14px;
    width: 14px;
    content: '';
    background: #084876;
    display: block;
    line-height: 14px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.noqbot-iosstylcheckbox label:after {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    padding: 0 12px 0 0;
    position: absolute;
    white-space: nowrap;
    content: attr(data-private);
}

.noqbot-iosstylcheckbox input[type=checkbox]:checked+label:before {
    left: calc(100% - 19px);
    background: #084876;
}

.noqbot-iosstylcheckbox input[type=checkbox]:checked+label:after {
    padding: 0 31px 0 0;
    content: attr(data-public);
}

label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #d2d2d2;
    background: #00afa2cc;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #d2d2d2;
}

table>thead>tr>th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0;
}

table>tbody+tbody {
    border-top: 2px solid #d2d2d2;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.noqbot-stratum {
    /* width: 100%; */
    padding: 0;
}

.noqbot-main-section {
    padding: 0;
    /* overflow:hidden; */
}

.noqbot-main-section>div {
    position: relative;
}

.noqbot-location-map {
    width: 100%;
    float: left;
    height: 500px;
}

.noqbot-btn-more {
    padding: 8px 20px;
    background: #084876;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    height: 36px;
    line-height: 1.4;
    color: #084876 !important;
    margin: 2px;
    float: right;
}

.noqbot-btn {
    padding: 8px 20px;
    background: #084876;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    height: 36px;
    line-height: 1.4;
    color: #084876 !important;
    margin: 2px 0;
    float: right;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn span,
.noqbot-btn span {
    z-index: 5;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn:after,
.noqbot-btn:after {
    background: #fff !important;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    top: -50px;
    width: 50px;
    z-index: 5;
    position: absolute;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn:hover:after,
.noqbot-btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.noqbot-socialicons {
    float: right;
    list-style: none;
    text-align: center;
    line-height: 16px;
}

.noqbot-socialicons li {
    float: left;
    padding: 0 18px;
    line-height: 16px;
    position: relative;
    list-style-type: none;
}

.noqbot-socialicons li+li:before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

.noqbot-socialicons li a {
    color: #fff;
    display: block;
    line-height: 16px;
}

.noqbot-socialicons li a i {
    font-size: 20px;
    line-height: 16px;
}

.noqbot-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.noqbot-section-name {
    top: 0;
    left: 15px;
    z-index: 1;
    position: absolute;
    border-bottom: 2px solid #084876;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 20px 20px;
    -moz-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    -o-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
}

.noqbot-section-name:after {
    bottom: -2px;
    right: 100%;
    content: '';
    width: 100px;
    z-index: -1;
    background: #084876;
    position: absolute;
}

.noqbot-section-name h2 {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 30px;
    padding: 0 20px;
}

.noqbot-section-heading {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.noqbot-section-heading h2 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
}

.noqbot-section-heading-small h3 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    /* background: #084876; */
    color: #ffffff;
    background: -moz-linear-gradient(45deg, #00cfa2 80%, #00cfa2 80%, transparent 80%);
    background: -webkit-linear-gradient(45deg, #00cfa2 80%, #00cfa2 80%, transparent 80%);
    background: linear-gradient(45deg, #00cfa2 50%, #00cfa2 80%, transparent 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#084876', endColorstr='transparent', GradientType=1);
    border-bottom: 2px solid #084876;
}

.noqbot-description {
    width: 100%;
    float: left;
}

.noqbot-description p {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #084876;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.noqbot-bglight {
    background: #f7f7f7;
}

.noqbot-bgdark {
    background: #084876 url(../images/bg-pattran.png);
}

.noqbot-stars span,
.noqbot-stars {
    width: 100px;
    height: 24px;
    float: left;
    line-height: 16px;
    position: relative;
}

.noqbot-stars span:after,
.noqbot-stars:before {
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    letter-spacing: 4px;
    color: rgba(218, 218, 218, .8);
    font-family: 'FontAwesome';
    content: '\f005 \f005 \f005 \f005 \f005';
}

.noqbot-stars span {
    width: 75%;
    overflow: hidden;
}

.noqbot-stars span:after {
    color: #000;
}


.noqbot-team-condition-block {
    margin: 15px 0;
}

h3.noqbot-matchdata-title {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    /* background: #084876; */
    color: #ffffff;
    /* background: -moz-linear-gradient(45deg, #084876 80%, #084876 80%, transparent 80%);
    background: -webkit-linear-gradient(45deg, #084876 80%, #084876 80%, transparent 80%);
    background: linear-gradient(45deg, #084876 50%, #084876 80%, transparent 80%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#084876', endColorstr='transparent', GradientType=1);
    border-bottom: 2px solid #084876;
}

.noqbot-stars-team-condition-red span,
.noqbot-stars-team-condition-red {
    width: 40px;
    height: 24px;
    float: left;
    line-height: 16px;
    position: relative;
}

.noqbot-stars-team-condition-red span:after,
.noqbot-stars-team-condition-red:before {
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    color: rgba(218, 218, 218, .8);
    font-family: 'FontAwesome';
    content: '\f111';
    border: 2px solid #ffffff;
    border-radius: 45px;
    width: 25px;
    height: 25px;
}

.noqbot-stars-team-condition-red span {
    width: 75%;
    overflow: hidden;
}

.noqbot-stars-team-condition-red span:after {
    color: rgba(255, 0, 0, 0.3);
}


.noqbot-stars-team-condition-yellow span,
.noqbot-stars-team-condition-yellow {
    width: 40px;
    height: 24px;
    float: left;
    line-height: 16px;
    position: relative;
}

.noqbot-stars-team-condition-yellow span:after,
.noqbot-stars-team-condition-yellow:before {
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    color: rgba(218, 218, 218, .8);
    font-family: 'FontAwesome';
    content: '\f111';
    border: 2px solid #ffffff;
    border-radius: 45px;
    width: 25px;
    height: 25px;
}

.noqbot-stars-team-condition-yellow span {
    width: 75%;
    overflow: hidden;
}

.noqbot-stars-team-condition-yellow span:after {
    color: rgba(255, 255, 0, 0.3);
}

.noqbot-stars-team-condition-green span,
.noqbot-stars-team-condition-green {
    width: 40px;
    height: 24px;
    float: left;
    line-height: 16px;
    position: relative;
}

.noqbot-stars-team-condition-green span:after,
.noqbot-stars-team-condition-green:before {
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    color: rgba(218, 218, 218, .8);
    font-family: 'FontAwesome';
    content: '\f111';
    border: 2px solid #ffffff;
    border-radius: 45px;
    width: 25px;
    height: 25px;
}

.noqbot-stars-team-condition-green span {
    width: 75%;
    overflow: hidden;
}

.noqbot-stars-team-condition-green span:after {
    color: rgba(0, 255, 0, 0.3);
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class^="col-"],
.no-gutters>[class*="col-"],
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.noqbot-theme-tag {
    /* float:left; */
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-align: center;
    background: #084876;
    padding: 2px 10px;
    text-transform: uppercase;
}

.floating {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 15px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }

    65% {
        -moz-transform: translate(0, 15px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

.scaling {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(0.9);
    }

    65% {
        -webkit-transform: scale(1.0);
    }

    to {
        -webkit-transform: scale(0.9);
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(0.9);
    }

    65% {
        -moz-transform: scale(1.0);
    }

    to {
        -moz-transform: scale(0.9);
    }
}

.noqbot-alignleft {
    float: left;
    margin: 0 30px 28px 0;
    border: 1px solid #ddd;
}

.noqbot-alignright {
    float: right;
    margin: 0 0 28px 30px;
    border: 1px solid #ddd;
}

.noqbot-paddingbottom-zero {
    padding-bottom: 0 !important;
}

.noqbot-pagination {
    width: auto;
    float: right;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none;
}

.noqbot-pagination li {
    float: left;
    padding: 0 6px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
}

.noqbot-pagination>li+li:after {
    position: absolute;
    content: '/';
    left: 0;
    top: 0;
    color: #084876;
}

.noqbot-pagination li:nth-child(2):after,
.noqbot-pagination li:nth-child(4):after {
    display: none;
}

.noqbot-pagination li a {
    width: auto;
    display: block;
    color: #084876;
    text-align: center;
    position: relative;
    line-height: inherit;
}

.noqbot-pagination li.noqbot-prevpage {
    margin-left: 0;
}

.noqbot-pagination li.noqbot-nextpage {
    margin-right: 0;
}

.noqbot-pagination li.noqbot-prevpage,
.noqbot-pagination li.noqbot-nextpage {
    padding: 0;
}

.noqbot-pagination li.noqbot-nextpage a,
.noqbot-pagination li.noqbot-prevpage a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border: 1px solid #084876;
}

.noqbot-pagination li.noqbot-nextpage a i,
.noqbot-pagination li.noqbot-prevpage a i {
    display: block;
    line-height: 28px;
}

.noqbot-pagination li.noqbot-nextpage a:hover,
.noqbot-pagination li.noqbot-prevpage a:hover {
    background: #084876;
}

.noqbot-pagination li.active {
    font-size: 18px;
}

.noqbot-breadcrumb {
    padding: 0;
    z-index: 2;
    margin: 0;
    list-style: none;
    text-align: right;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.noqbot-breadcrumb li {
    width: auto;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    padding: 0 5px;
    position: relative;
}

.noqbot-breadcrumb li:after {
    content: '-';
    position: absolute;
    top: 0;
    left: -3px;
}

.noqbot-breadcrumb li:first-child:after {
    display: none;
}

.noqbot-breadcrumb li a {
    display: block;
}

.noqbot-prev,
.noqbot-next {
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
}

.noqbot-prev span,
.noqbot-next span {
    color: #084876;
    display: block;
    line-height: 16px;
    margin: 0 14px 0 0;
}

.noqbot-prev {
    top: -2px;
    right: 40px;
    text-align: left;
}

.noqbot-next {
    text-align: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.noqbot-prev span:after,
.noqbot-next span:after {
    content: '';
    top: 50%;
    left: 15px;
    width: 20px;
    height: 1px;
    z-index: -1;
    opacity: 0;
    background: #084876;
    position: absolute;
    visibility: hidden;
}

.noqbot-prev:hover span:after,
.noqbot-next:hover span:after {
    opacity: 1;
    visibility: visible;
}

.noqbot-prev:hover span:after,
.noqbot-next:hover span:after {
    left: 3px;
}

.noqbot-sidebar {
    width: 100%;
    float: left;
}

.noqbot-widget {
    width: 100%;
    float: left;
    margin: 0;
}

.noqbot-imagewidget {
    border: 1px solid #aeaeae;
}

.noqbot-imagewidget figure {
    width: 100%;
    float: left;
    margin: 0;
}

.noqbot-imagewidget figure img {
    width: 100%;
    height: auto;
    display: block;
}

.form-search {
    width: 100%;
    float: left;
    position: relative;
}

.noqbot-sidebar fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.form-search fieldset input {
    z-index: 1;
    padding-right: 45px;
}

.form-search fieldset button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 46px;
    z-index: 2;
    cursor: pointer;
    background: transparent;
}

.noqbot-widget h3 {
    width: 100%;
    float: left;
    margin: 0;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
}

.noqbot-widget ul {
    width: 100%;
    float: left;
    margin: 0;
    background: transparent;
    list-style: none;
    padding: 5px 0;
}

.noqbot-widget ul li {
    width: 100%;
    float: left;
    padding: 14px 20px;
    line-height: normal;
    list-style-type: none;
}

.noqbot-widget ul li:hover {
    background: rgba(0, 207, 162, 0.5);
}

.noqbot-widget ul li+li {
    border-top: 1px solid #ddd;
}

.noqbot-widget ul li a {
    width: 100%;
    float: left;
    display: block;
    color: #084876;
}

.noqbot-widget ul li a:hover {
    text-decoration: none;
}

.noqbot-widget ul li a em,
.noqbot-widget ul li a i {
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #084876;
}

.noqbot-widget ul li a em {
    float: left;
}

.noqbot-widget ul li a i {
    float: right;
    font-size: 24px;
    line-height: 24px;
    padding: 0 5px;
}

.noqbot-mostcommented-widget ul {
    padding: 15px 30px;
}

.noqbot-mostcommented-widget ul li+li {
    border: 0;
}

.noqbot-mostcommented-widget ul li figure {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.noqbot-mostcommented-widget .noqbot-posttitle {
    margin: 0;
}

.noqbot-mostcommented-widget .noqbot-posttitle h3 {
    font-size: 16px;
    line-height: 16px;
    background: none;
    padding: 0;
}

.noqbot-widget ul li a:hover i {
    color: #084876;
}

.noqbot-price-range,
.noqbot-slideshow-widget {
    width: 100%;
    float: left;
    padding: 0;
    background: transparent;
    height: 400px;
}

.noqbot-slider-range {
    border: 0 !important;
    border-radius: 0;
    margin: 0 0 30px;
    background: #084876;
}

.noqbot-slider-range .ui-slider-handle {
    width: 6px;
    height: 17px;
    margin-left: -0.3em;
    background: #084876 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.noqbot-slider-range .ui-slider-handle:focus {
    outline: none;
    box-shadow: none;
}

.noqbot-slideshow-slider {
    position: relative;
    overflow: hidden;
}

.noqbot-price-range p {
    float: left;
    margin: 3px 0;
    text-align: left;
}

.noqbot-price-range p label,
.noqbot-price-range p input {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    height: auto !important;
    font: 400 14px/14px 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-price-range p input {
    width: 80px !important;
}

.noqbot-price-range .noqbot-btn {
    float: right;
    width: 80px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.noqbot-slideshow-slider {
    position: relative;
    overflow: hidden;
}

.noqbot-slideshow-slider .noqbot-postimg img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-slideshow-slider .swiper-wrapper {
    margin: 0;
}

.noqbot-pagination-slider {
    bottom: 5px;
}

.noqbot-pagination-slider span {
    font-size: 14px;
    line-height: 14px;
}

.noqbot-pagination-slider .swiper-pagination-current {
    font-size: 18px;
}

.noqbot-slideshow-slider .noqbot-themebtnnext,
.noqbot-slideshow-slider .noqbot-themebtnprev {
    z-index: 99;
}

.noqbot-slideshow-slider .noqbot-themebtnprev {
    left: 0;
    top: 50%;
}

.noqbot-slideshow-slider .noqbot-themebtnnext {
    right: 0;
    top: 50%;
}

.noqbot-sidebar .noqbot-tags-widget {
    margin: 0;
}

.noqbot-tags-widget>ul {
    padding: 20px;
}

.noqbot-tags-widget>ul>li {
    width: auto;
    float: right;
    padding: 4px;
}

.noqbot-tags-widget>ul>li+li {
    border: 0;
}

.noqbot-tags-widget>ul>li .noqbot-btn {
    font-size: 13px;
    line-height: 36px;
    color: #aeaeae;
    padding: 0 10px;
    border-color: #aeaeae;
}

.noqbot-tags-widget ul li .noqbot-btn:hover {
    color: #084876;
}

.noqbot-tags-widget ul li .noqbot-btn:after {
    display: none;
}

.noqbot-frontface {
    height: 100%;
    position: relative;
    /* overflow-x:hidden; */
}

.noqbot-searchbox {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    background: rgba(8, 72, 118, 0.90);
}

.noqbot-searchbox.in {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.noqbot-close-search {
    color: #fff;
    top: 50px;
    right: 50px;
    z-index: 5;
    position: absolute;
}

.noqbot-close-search:hover {
    color: #fff;
}

.noqbot-close-search span {
    display: block;
    font-size: 32px;
    line-height: 32px;
}

.noqbot-searcharea {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noqbot-form-search {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.noqbot-commingsoon-content .noqbot-newsletter fieldset,
.noqbot-form-search fieldset {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

.noqbot-form-search fieldset .form-control {
    border: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    padding: 10px 0;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.noqbot-form-search fieldset .form-control:-ms-input-placeholder,
.noqbot-form-search fieldset .form-control:-moz-placeholder,
.noqbot-form-search fieldset .form-control::-webkit-input-placeholder,
.noqbot-form-search fieldset .form-control::-moz-placeholder {
    color: #fff !important;
}

.noqbot-searcharea form fieldset i {
    right: 0;
    z-index: 5;
    bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
}

.noqbot-modalbox.fade {
    background: rgba(0, 0, 0, 0.80)
}

.noqbot-modalbox.fade .modal-dialog {
    width: 770px;
    top: 10%;
    left: 50%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    box-shadow: none;
    margin: 0 0 0 -385px;
    border-top: 3px solid;
}

.noqbot-locationsearch .modal-dialog {
    top: 50%;
    border: 0;
    width: 1170px;
    padding: 0 15px;
    background: none;
    margin: -40px 0 0 -585px;
}

.noqbot-modal-content {
    width: 100%;
    float: left;
}

.noqbot-logintype,
.noqbot-modal-content .noqbot-formarea {
    width: 100%;
    float: left;
    padding: 27px 30px 30px;
}

.noqbot-logintype {
    width: 40%;
    background: #f7f7f7;
}

.noqbot-modal-content form {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}

.noqbot-modal-content form fieldset {
    width: 100%;
    float: left;
    padding: 0;
    border: 0;
    margin: 0;
}

.noqbot-modal-content form fieldset .form-group {
    width: 100%;
    float: left;
}

.noqbot-modal-content form fieldset label {
    float: left;
    margin: 0;
}

.noqbot-modal-content form fieldset label input {
    margin: 0;
}

.noqbot-modal-content form fieldset .form-group a {
    float: right;
    color: #084876;
}

.noqbot-modal-content form fieldset label input,
.noqbot-modal-content form fieldset label em,
.noqbot-modal-content form fieldset a em,
.noqbot-modal-content form fieldset a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.noqbot-modal-content form fieldset p {
    margin: 0;
    text-align: center;
}

.noqbot-logintype ul {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    line-height: 48px;
    padding: 15px 0 20px;
    text-transform: capitalize;
}

.noqbot-logintype ul li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 15px;
    list-style-type: none;
    line-height: inherit;
}

.noqbot-logintype ul li a {
    color: #fff;
    display: block;
    line-height: inherit;
    background: #2e5894;
}

.noqbot-logintype ul li.noqbot-twitter a {
    background: #00adcf;
}

.noqbot-logintype ul li.noqbot-googleplus a {
    background: #e04b33;
}

.noqbot-logintype ul li.noqbot-linkedin a {
    background: #2099c6;
}

.noqbot-frontface>.noqbot-browsing-responsive {
    display: none !important;
}

.noqbot-header {
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    clear: both;
    z-index: 1000;
    position: relative;
    padding: 0;
    background: #084876;
}

.noqbot-colhalf {
    /*float:right;
    padding:52px 70px 20px 0;*/
}

.noqbot-colhalf+.noqbot-colhalf {
    padding: 52px 0 20px 70px;
}

.noqbot-topbar .noqbot-colhalf {
    padding: 14px 0 6px 40px;
}

.noqbot-topbar .noqbot-colhalf+.noqbot-colhalf {
    padding: 14px 0 6px 40px;
}

.noqbot-topbar .noqbot-colhalf ul {
    z-index: 20;
    position: relative;
}

.noqbot-topbar .noqbot-colhalf ul li:first-child {
    padding-left: 0;
}

.noqbot-topbar .noqbot-colhalf+.noqbot-colhalf ul li:last-child {
    padding-right: 0;
}

.noqbot-addnav {
    float: left;
    z-index: 22;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
}

.noqbot-addnav ul {
    float: left;
    list-style: none;
    line-height: inherit;
}

.noqbot-addnav ul li {
    float: left;
    padding: 0 4px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.noqbot-addnav>ul>li+li:before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

.noqbot-addnav>ul>li>div>a,
.noqbot-addnav>ul>li>a {
    color: #fff;
    display: block;
    line-height: inherit;
}

.noqbot-dropdowarrow {
    top: 10px;
    z-index: 5;
    color: #484848;
    right: 20px;
    width: 20px;
    height: 20px;
    display: none;
    cursor: pointer;
    font-size: 12px;
    background: #fff;
    line-height: 18px;
    position: absolute;
    text-align: center;
}

.noqbot-dropdowarrow i {
    color: #484848;
}

.noqbot-cartcontent {
    top: 100px;
    border: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 330px;
    display: block;
    border-radius: 0;
    visibility: hidden;
    background: #084876;
}

.noqbot-cart.open .noqbot-cartcontent {
    top: 38px;
    opacity: 1;
    visibility: visible;
}

.noqbot-cartcontent ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.noqbot-cartcontent ul li {
    width: 100%;
    float: left;
    padding: 20px 30px !important;
}

.noqbot-cartcontent ul li:nth-child(even) {
    background: #302e39;
}

.noqbot-cartcontent ul li figure {
    float: left;
    margin: 0;
    padding: 0 8px 0 0;
}

.noqbot-cartcontent ul li figure a {
    display: block;
}

.noqbot-cartcontent ul li figure a img {
    display: block;
}

.noqbot-cartcontent ul li .noqbot-product-detail {
    overflow: hidden;
    position: relative;
    padding: 11px 30px 11px 0;
}

.noqbot-cartcontent ul li .noqbot-product-detail h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.noqbot-cartcontent ul li .noqbot-product-detail h3 a {
    color: #fff;
}

.noqbot-cartcontent ul li .noqbot-product-detail span {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
    line-height: 17px;
    text-transform: capitalize;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-delete {
    top: 50%;
    right: 0;
    width: 11px;
    height: 10px;
    display: block;
    margin: -5px 0 0 0;
    position: absolute;
}

.noqbot-delete:hover {
    background-position: bottom left;
}

.noqbot-btnbox {
    width: 100%;
    float: left;
}

.noqbot-cartcontent ul li .noqbot-btnbox .noqbot-carttotal {
    width: 50%;
    color: #fff;
    float: left;
    padding: 17px 0;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-cartcontent ul li .noqbot-btnbox .noqbot-btn {
    padding: 0;
    width: 50%;
    float: right;
    line-height: 50px;
    text-align: center;
}

.noqbot-nav {
    width: 100%;
    float: left;
    margin: 16px 0;
}

.noqbot-nav .navbar-header {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.noqbot-logo {
    width: 220px;
    height: auto;
    display: block;
    padding: 0;
}

.noqbot-logo a {
    display: block;
}

.noqbot-logo a img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}

.noqbot-navigation {
    width: 100%;
    float: left;
    padding: 0;
    text-transform: uppercase;
}

.noqbot-navigation .noqbot-colhalf {
    position: relative;
    padding: 0;
}

.noqbot-navigation .noqbot-colhalf+.noqbot-colhalf {
    padding: 0;
    float: right;
}

.noqbot-navigation .noqbot-colhalf:after {
    top: 0;
    content: '';
    height: 1px;
    width: 0;
    background: #aeaeae;
    position: absolute;
}

.noqbot-navigation .noqbot-colhalf:first-child:after {
    right: 70px;
}

.noqbot-navigation .noqbot-colhalf:last-child:after {
    left: 70px;
}

.noqbot-navigation ul {
    /*float:right;*/
    z-index: 21;
    line-height: 16px;
    list-style: none;
    position: relative;
}

.noqbot-navigation .noqbot-colhalf+.noqbot-colhalf ul {
    float: left;
}

.noqbot-navigation>div>ul>li+li:before {
    bottom: 20px;
    left: -1px;
    width: 2px;
    height: 2px;
    position: absolute;
}

.noqbot-navigation ul li ul li a {
    display: block;
    position: relative;
}

.noqbot-navigation ul li ul li.noqbot-dropdown a:before {
    top: 50%;
    right: 30px;
    margin: -7px 0 0;
    content: '\f105';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: 'FontAwesome';
}

/* .noqbot-navigation ul > li:hover {
    background: #333;
    color: #084876 !important;
} */

.noqbot-navigation ul>li>ul>li.active>a,
.noqbot-navigation ul>li>ul>li.active>a,
.noqbot-navigation ul>li>ul>li:hover>a,
.noqbot-navigation ul>li>ul>li>a:hover {
    background: #084876;
    /* color: #084876 !important; */
    font-weight: bold;
}

.noqbot-navigation ul>li:hover>ul,
.noqbot-navigation ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.noqbot-navigation ul>li:hover>ul {
    top: 100%;
}

.noqbot-navigation ul>li>ul>li:hover>ul {
    top: 0;
    left: 100%;
}

.noqbot-close {
    top: 50px;
    right: 50px;
    z-index: 2;
    cursor: pointer;
    font-size: 18px;
    line-height: 14px;
    position: absolute;
}

.noqbot-sliderbox {
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #084876;
}

.noqbot-sliderbox .noqbot-imglayer {
    width: 120%;
    height: 120%;
    z-index: 1;
    position: relative;
    margin: -5% 0 0 -5%;
    transform-style: preserve-3d;
}

.noqbot-imglayer img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-home-slider {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 245px 0 70px;
}

#noqbot-upcomingmatch-slider .swiper-slide {
    height: 80px !important;
    margin-bottom: 4px !important;
}

#noqbot-pointstable-slider .swiper-slide {
    /* height:42px !important; */
    margin-bottom: 2px !important;
}

.noqbot-home-slider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noqbot-home-slider .swiper-slide>div {
    position: relative;
}

.noqbot-home-slider .swiper-slide figure {
    width: 100%;
    float: left;
    margin: 0;
    z-index: 2;
    position: relative;
}

.noqbot-home-slider .swiper-slide figure img {
    display: block;
    margin: 0 auto;
}

.noqbot-slider-content {
    top: 50%;
    left: 0;
    width: 100%;
    margin: -113px 0 0;
    position: absolute;
}

.noqbot-slider-content h1 {
    font-size: 160px;
    line-height: 146px;
    margin: 0 0 30px;
    font-weight: bold;
}

.noqbot-slider-content h1 span {
    color: #fff;
}

.noqbot-slider-content .noqbot-btnbox {
    text-align: right;
}

.noqbot-slider-content .noqbot-btnbox h2 {
    float: left;
    color: #fff;
    z-index: 3;
    font-size: 40px;
    line-height: 37px;
    font-weight: bold;
    position: relative;
    margin: 7px 0 6px 0;
}

.noqbot-slider-content .noqbot-btnbox .noqbot-btn {
    z-index: 3;
    margin: 0 0 0 25px;
    position: relative;
}

.noqbot-home-slider .noqbot-btn-next,
.noqbot-home-slider .noqbot-btn-prev {
    top: 50%;
    width: 60px;
    height: 43px;
    z-index: 5;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    margin: -30px 0 0;
    position: absolute;
    text-transform: uppercase;
}

.noqbot-home-slider .noqbot-btn-next {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.noqbot-home-slider .noqbot-btn-prev {
    left: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.noqbot-home-slider .noqbot-btn-next span,
.noqbot-home-slider .noqbot-btn-prev span {
    display: block;
    text-align: center;
}

.noqbot-home-slider .noqbot-btn-next span.fa,
.noqbot-home-slider .noqbot-btn-prev span.fa {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

.noqbot-home-slider .noqbot-btn-next:hover span.fa,
.noqbot-home-slider .noqbot-btn-prev:hover span.fa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.noqbot-home-slider .noqbot-btn-next span:first-child,
.noqbot-home-slider .noqbot-btn-prev span:first-child {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 2px solid;
}

.noqbot-banner {
    width: 100%;
    height: 450px;
    float: left;
    background: #084876;
    padding: 250px 0 0;
    overflow: hidden;
    position: relative;
}

.noqbot-banner .noqbot-imglayer {
    top: 0;
    z-index: 1;
    width: 120%;
    height: 120%;
    position: absolute;
    margin: -5% 0 0 -5%;
    transform-style: preserve-3d;
}

.noqbot-banner-content {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.noqbot-pagetitle {
    width: 100%;
    float: left;
    height: 90px;
    margin: 0 0 -20px;
}

.noqbot-pagetitle h1 {
    margin: 0;
    color: #55545d;
    position: relative;

}

.noqbot-pagetitle h1:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(56, 54, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(56, 54, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(56, 54, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#383643', GradientType=0);
}

.noqbot-main {
    padding: 2px 0 0 0;
    background: url(../images/bg-pattran.png);
}

.noqbot-main .noqbot-main-section {
    margin: 0 15px;
}

.noqbot-aboutussection {
    width: 100%;
    float: left;
}

.noqbot-aboutussection figure {
    width: 100%;
    float: left;
    margin: 0;
}

.noqbot-aboutussection figure img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-contentbox {
    width: 100%;
    float: left;
}

.noqbot-bgstyleone,
.noqbot-bgstyletwo {
    overflow: hidden;
    position: relative;
}

.noqbot-bgboxone,
.noqbot-bgboxtwo {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: #084876;
}

.noqbot-bgstyleone .noqbot-bgboxone {
    left: auto;
    right: 0;
}

.noqbot-bgboxone {
    left: 0;
    z-index: 2;
    width: 68.5%;
}

.noqbot-bgboxone:before {
    top: 0;
    width: 0;
    height: 0;
    left: 100%;
    content: '';
    position: absolute;
    border-top: 700px solid #084876;
    border-right: 70px solid transparent;
}

.noqbot-bgstyleone .noqbot-bgboxone:before {
    display: none;
}

.noqbot-bgstyleone .noqbot-bgboxone:after {
    top: 0;
    width: 0;
    height: 0;
    right: 100%;
    content: '';
    position: absolute;
    border-bottom: 700px solid #084876;
    border-left: 70px solid transparent;
}

.noqbot-bgstyleone .noqbot-bgboxtwo {
    right: auto;
    left: 0;
}

.noqbot-bgboxtwo {
    right: 0;
    width: 31.5%;
}

.noqbot-bgpattrant {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background: url(../images/bg-pattran.png);
}

.noqbot-upcomingmatch-counter {
    width: 100%;
    float: left;
}

.noqbot-upcomingmatch-counter figure {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.noqbot-upcomingmatch-counter figure img {
    max-width: none;
    display: block;
    margin: -0 0 0 -265px;
}

.noqbot-upcomingmatch-counter .noqbot-contentbox {
    color: #fff;
    padding: 80px 0;
}

.noqbot-upcomingmatch-counter .noqbot-section-heading h2 {
    color: #fff;
}

.noqbot-upcomingmatch-counter .noqbot-description {}

.noqbot-upcomingmatch-counter .noqbot-description p {
    margin: 0 0 25px;
}

.noqbot-upcomingmatch-counter .noqbot-btnbox .noqbot-btn {
    float: left;
    margin: 0 30px 0 0;
}

.noqbot-counters {
    width: 100%;
    float: left;
    padding: 0;
}

.noqbot-counter {
    width: 165px;
    height: 130px;
    float: left;
    padding: 20px;
    text-align: center;
    background: rgba(55, 53, 66, 0.80);
}

.noqbot-counter+.noqbot-counter {
    margin: 0 0 0 30px;
}

.noqbot-counter h3 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}

.noqbot-counter h4 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}

#prev_matches_loader.noqbot-latestresult {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
}

.noqbot-latestresult {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}

.noqbot-matchresult {
    width: 100%;
    float: left;
    z-index: 2;
    overflow: hidden;
    background: #ff3033;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff3033 50%, #1e5799 50%, #1e5799 100%, #ff3033 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff3033 50%, #1e5799 50%, #1e5799 100%, #ff3033 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff3033 50%, #1e5799 50%, #1e5799 100%, #ff3033 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3033', endColorstr='#ff3033', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    height: 440px;
}

/* .noqbot-matchresult:after{
	top:0;
	right:0;
	width:47%;
	height:100%;
	content:'';
	z-index:-1;
	position:absolute;
}
.noqbot-matchresult:before{
	top:0;
	right:47%;
	content:'';
	z-index:-1;
	position:absolute;
	border-bottom: 500px solid;
	border-left: 70px solid transparent !important;
} */
.noqbot-box {
    width: 100%;
    float: left;
    position: relative;
}

.noqbot-matchresult .noqbot-box {
    background: url(../images/bg-pattran.png);
}

.noqbot-score {
    width: 100%;
    height: 56px;
    position: absolute;
}

.noqbot-score h3 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 0;
}

.noqbot-score h3:last-child {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
}

.noqbot-last-result-logo-home {
    width: 80%;
    height: auto;
    float: left;
}

.noqbot-last-result-logo-away {
    width: 80%;
    height: auto;
    float: right;
}

.noqbot-teamscore {
    width: 50%;
    float: left;
    min-height: 440px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px;
}

.noqbot-teamscore+.noqbot-teamscore {
    padding: 30px;
}

.noqbot-team-logo {
    display: block;
    padding: 0;
}

.noqbot-team-logo a {
    display: inline-block;
}

.noqbot-team-logo a img {
    display: block;
}

.noqbot-team-nameplusstatus {
    width: 100%;
    float: left;
    padding: 0;
}

.noqbot-team-nameplusstatus h4 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-playernameplusgoadtime {
    color: #fff;
    list-style: none;
    line-height: 14px;
}

.noqbot-teamscore+.noqbot-teamscore .noqbot-team-nameplusstatus h4 a,
.noqbot-teamscore+.noqbot-teamscore .noqbot-playernameplusgoadtime {
    color: #084876;
}

.noqbot-playernameplusgoadtime li {
    float: left;
    width: 100%;
    line-height: inherit;
    list-style-type: none;
    line-height: 18px;
}

.noqbot-matchscrollbar {
    width: 100%;
    float: left;
    height: 400px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.noqbot-matchtabnav {
    width: 100%;
    float: left;
    list-style: none;
}

.noqbot-matchtabnav li {
    width: 100%;
    float: left;
    margin: 0;
    list-style-type: none;
}

.noqbot-matchtabnav li:last-child {
    margin: 0;
}

.noqbot-matchtabnav li a {
    display: block;
}

.noqbot-match {
    width: 100%;
    float: left;
    padding: 4px;
    cursor: pointer;
    background: #f7f7f7;
}

.noqbot-match .noqbot-box {
    width: 14%;
    float: left;
    text-align: center;
}

.noqbot-match .noqbot-box:first-child {
    text-align: left;
    width: 43% !important;
    padding: 0;
}

.noqbot-match .noqbot-box:last-child {
    text-align: right;
    width: 43% !important;
    padding: 0;
}

.noqbot-match .noqbot-box:first-child .noqbot-teamlogo {
    float: left;
    padding: 10px;
}

.noqbot-match .noqbot-teamlogo a {
    display: block;
}

.noqbot-match .noqbot-teamlogo a img {
    display: block;
}

.noqbot-match h4 {
    margin: 20px 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.noqbot-match .noqbot-box:last-child .noqbot-teamlogo {
    float: right;
    padding: 10px;
}

.noqbot-match h3 {
    margin: 10px 0;
    overflow: hidden;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

.noqbot-matchtabnav li a:hover .noqbot-match,
.noqbot-matchtabnav li.active a .noqbot-match,
.noqbot-allmatchstatus .noqbot-match:hover,
.noqbot-allmatchstatus .swiper-slide-active .noqbot-match {
    background: #084876;
}

.noqbot-matchtabnav li a:hover .noqbot-match h3,
.noqbot-matchtabnav li a:hover .noqbot-match h4,
.noqbot-matchtabnav li.active a .noqbot-match h3,
.noqbot-matchtabnav li.active a .noqbot-match h4,
.noqbot-match:hover h3,
.noqbot-match:hover h4,
.noqbot-allmatchstatus .swiper-slide-active .noqbot-match h3,
.noqbot-allmatchstatus .swiper-slide-active .noqbot-match h4 {
    color: #fff;
}

.noqbot-themebtnnext,
.noqbot-themebtnprev {
    color: #084876;
}

.noqbot-themebtnnext,
.noqbot-themebtnprev {
    width: 30px;
    height: 30px;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 20px;
}

.noqbot-themebtnprev {
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
}

.noqbot-themebtnnext {
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
}

.noqbot-themebtnprev:hover {
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    background: rgba(255, 255, 255, 0.3);
}

.noqbot-themebtnnext:hover {
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    background: rgba(255, 255, 255, 0.3);
}

.noqbot-themebtnnext span,
.noqbot-themebtnprev span {
    color: #ffffff;
}

.noqbot-themebtnnext {
    right: 50px;
}

.noqbot-themebtnprev {
    right: 15px;
}

.noqbot-themebtnnext span,
.noqbot-themebtnprev span {
    display: block;
    line-height: 0;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
}

.noqbot-statistics {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.noqbot-statistic {
    width: 15%;
    float: right;
    text-align: center;
    position: relative;
}

.noqbot-statistic.noqbot-earnedawards h3,
.noqbot-statistic.noqbot-activeteams h3,
.noqbot-statistic.noqbot-activeplayers h3,
.noqbot-statistic.noqbot-goals h3 {
    color: #084876;
    margin-top: 0;
    width: 100%;
}

.noqbot-statistic.noqbot-activeplayers {
    margin-top: 0;
    margin-bottom: 0;
}

.noqbot-statistic h2 {
    margin: 0;
    color: #084876;
    z-index: 2;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

.noqbot-statistic span.noqbot-icon {
    top: -30px;
    right: 30px;
    z-index: 1;
    color: #084876;
    /* 	font-size:80px;
	line-height:80px; */
    position: absolute;
}

.noqbot-statistic.noqbot-goals span.noqbot-icon,
.noqbot-statistic.noqbot-activeplayers span.noqbot-icon,
.noqbot-statistic.noqbot-activeteams span.noqbot-icon,
.noqbot-statistic.noqbot-earnedawards span.noqbot-icon {
    top: 0;
    right: 50px;
    font-size: 48px;
    color: #084876;
}

.noqbot-statistic h2 span {
    display: block;
}

.noqbot-statistic h3 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
}

.noqbot-upcomingmatch {
    width: 100%;
    float: left;
    height: 540px;
    overflow: hidden;
    margin: 0 0 10px;
}

.noqbot-upcomingmatch-tables {
    width: 100%;
    float: left;
    height: 540px;
    overflow: hidden;
    margin: 0 0 10px;
}

.noqbot-upcomingmatch .noqbot-match {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.noqbot-upcomingmatch-tables .noqbot-match {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.noqbot-match address,
.noqbot-upcomingmatch .noqbot-match h3 {
    color: #fff;
}

.noqbot-upcomingmatch-tables .noqbot-match h3 {
    color: #fff;
}

.noqbot-matchdetail {
    width: 100%;
    float: left;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.noqbot-matchhover {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    background: #084876;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.noqbot-upcomingmatch .noqbot-match:hover .noqbot-matchhover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-upcomingmatch-tables .noqbot-match:hover .noqbot-matchhover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-matchhover address {
    width: 170px;
    float: left;
    margin: 5px 0;
    font-style: normal;
}

.noqbot-matchhover .noqbot-btnbox {
    overflow: hidden;
    float: none;
    width: auto;
    z-index: 1;
    text-align: right;
    position: relative;
}

.noqbot-matchhover .noqbot-btnbox .noqbot-btn {
    padding: 0 30px;
}

.noqbot-upcomingmatch .noqbot-match h3 {
    color: #084876;
}

.noqbot-upcomingmatch .noqbot-match+.noqbot-match {
    margin: 10px 0 0;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box {
    width: 10%;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box:last-child,
.noqbot-upcomingmatch .noqbot-match .noqbot-box:first-child {
    width: 45%;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box h3 {
    margin: 23px 0;
}

.noqbot-upcomingmatch-tables .noqbot-match h3 {
    color: #084876;
}

.noqbot-upcomingmatch-tables .noqbot-match+.noqbot-match {
    margin: 10px 0 0;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box {
    width: 10%;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:last-child,
.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:first-child {
    width: 45%;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box h3 {
    margin: 23px 0;
}

.noqbot-videobox {
    height: 500px;
}

.noqbot-videobox figure {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    position: relative;
}

.noqbot-videobox figure img {
    width: auto;
    height: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

.noqbot-videobox figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    padding: 0 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noqbot-playbtn {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 0 30px;
}

.noqbot-videobox figure figcaption h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    text-align: center;
}

.noqbot-players {
    width: 100%;
    float: left;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools {
    width: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    margin: 0;
    width: 6px;
    opacity: 1;
    border-radius: 0;
    background: #f7f7f7;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    background-color: #084876;
}

.noqbot-player {
    width: 100%;
    float: left;
    height: 280px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    border: 4px solid transparent;
}

.noqbot-player+.noqbot-player {
    margin: 10px 0 0;
}

.noqbot-player:hover {
    height: 280px;
    /* 	background:#084876 url(../images/bg-pattran.png) no-repeat; */
    background: rgba(255, 255, 255, 0.75);
    border: 4px solid rgba(255, 255, 255, 1.0);
}

.noqbot-player figure {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}

.noqbot-player figure a {
    display: block;
}

.noqbot-player figure a img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.noqbot-playcontent {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.noqbot-playcontent h3 {
    margin: 11px 0;
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 32px;
}

.noqbot-playcontent .noqbot-stars {
    margin: 0 0 20px;
}

.noqbot-playcontent .noqbot-description {
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #aeaeae;
}

.noqbot-playcontent .noqbot-description p {
    margin: 0;
}

.noqbot-playcontent .noqbot-socialicons {
    width: 100%;
    float: left;
}

.noqbot-playcontent .noqbot-socialicons li {
    display: block;
    float: left;
}

.noqbot-playcontent .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-pointstablewrapper {
    width: 100%;
    float: left;
}

.noqbot-pointstablewrapper figure {
    width: 100%;
    float: left;
    margin: 0;
    padding: 21px 0 24px 0;
}

.noqbot-pointstablewrapper figure img {
    max-width: none;
    display: block;
    margin: 0;
}

.noqbot-pointstable {
    width: 100%;
    float: left;
}

.noqbot-pointstable h2 {
    color: #084876;
}

.noqbot-pointstable-slider {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
}

/* ТАБЛИЦЫ */

.noqbot-pointtable {
    width: 100%;
    float: left;
    align-items: center;
}

.noqbot-pointtable:hover {
    background: (0, 207, 162, 0.5);
}

.noqbot-pointtable .noqbot-box {
    width: 50%;
    padding: 0;
    text-align: left;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .noqbot-pointtable .noqbot-box {
        width: 50%;
        padding: 0;
        text-align: left;
        font-size: 19px;
        line-height: 25px;
        text-transform: uppercase;
    }
}

.noqbot-pointtable-title {
    width: 100%;
    float: left;
    display: flex;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.05);
    color: #084876;
}

.noqbot-pointtable-title-full {
    text-align: center;
    padding: 8px;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    background: #084876;
    color: #fff;
    height: 42px;
}

h3.noqbot-pointtable-title {
    text-align: center;
    padding: 8px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    height: 24px;
}

.noqbot-pointtable-title .noqbot-box {
    width: 50%;
    padding: 8px 0;
    text-align: left;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}


.noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 40%;
}

.noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
    margin-right: auto;
}

.noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 19%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(7) {
    width: 15%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
}


.noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 40%;
}

.noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 8%;
    text-align: left;
}

.noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 15%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
}



.noqbot-pointstable-slider .noqbot-themebtnnext,
.noqbot-pointstable-slider .noqbot-themebtnprev {
    background: #084876;
}

.noqbot-blogpost {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 2px;
}

.noqbot-post {
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.noqbot-postimg {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.noqbot-postimg a {
    z-index: 1;
    display: block;
    position: relative;
}

#noqbot-slide-img {
    width: 240px;
    height: 120px;
}

.noqbot-postimg a img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-post:hover .noqbot-postimg a img {
    opacity: 0.60;
}

.noqbot-postimg figcaption {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
}

.noqbot-share-button {
    right: 6px;
    top: 6px;
    width: auto;
    z-index: 2;
    position: absolute;
    background: transparent;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid transparent;
    padding: 4px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.noqbot-share-button:hover {
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.noqbot-postmetadata {
    width: 100%;
    float: left;
    padding: 0 4px;
    font-size: 14px;
    line-height: 14px;
    list-style: none;
    text-transform: uppercase;
}

.noqbot-share-icon {
    width: 100%;
    float: right;
    padding: 0 13px;
    font-size: 20px;
    line-height: 20px;
    list-style: none;
    text-transform: uppercase;
}

#noqbot-news-circle-icon {
    font-size: 16px;
    color: #084876;
    padding: 0 10px 0 0;
}

#noqbot-news-clock-icon {
    font-size: 16px;
    color: #000000;
    padding: 0 6px 0 0;
}

#noqbot-news-flash-icon {
    font-size: 20px;
    color: #ffd800;
    padding: 0 6px 0 0;
}

#noqbot-result-icon {
    font-size: 16px;
    /* color: #ffffff; */
    padding: 0 10px 0 0;
}

#noqbot-last-result-icon {
    font-size: 20px;
    /* color: #ffffff; */
    padding: 0 10px 0 0;
}

#noqbot-share-icon {
    font-size: 28px;
    /* color: #ffffff; */
}

.noqbot-postmetadata li {
    float: left;
    padding: 0 13px;
    position: relative;
    list-style-type: none;
}

.noqbot-postmetadata li+li:before {
    top: 0;
    left: -2px;
    content: '/';
    color: #fff;
    position: absolute;
}

.noqbot-postmetadata li a {
    color: #fff;
    display: block;
}

.noqbot-posttitle {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
    background: #084876;
}

.noqbot-posttitle-bestplayers {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    background: #ffffff;
}

.noqbot-posttitle h3 {
    padding: 0;
    line-height: 1.0;
}

.noqbot-posttitle-bestplayers h3 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 20px;
}

.noqbot-posttitle h3 a {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff !important;
}

.noqbot-footer {}

.noqbot-footerinfobox {
    position: relative;
    background: url(../images/bg-contacts.jpg);
}

.noqbot-footerinfobox .noqbot-bgboxone {
    width: 56%;
    background: rgba(0, 0, 0, 0.7) url(../images/bg-pattran.png);
    background-size: cover;
}

.noqbot-footerinfobox .noqbot-bgboxone:before {
    display: none;
}

.noqbot-footerinfobox .noqbot-bgboxtwo {
    width: 44%;
    background: rgba(8, 72, 118, 0.7) url(../images/bg-pattran.png);
    background-size: cover;
}

.noqbot-footerinfobox .noqbot-bgboxtwo:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(55, 53, 66, 0.80);
}

.noqbot-footerinfo {
    width: 100%;
    z-index: 3;
    padding: 40px 0;
    position: relative;
}

.noqbot-footercol {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

.noqbot-footercol .noqbot-posttitle h3 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding: 0 20px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.7);
}

.noqbot-form-newsletter {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.noqbot-form-newsletter fieldset {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.noqbot-form-newsletter fieldset .form-control {
    height: 40px;
    line-height: 38px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.noqbot-tags {
    overflow: hidden;
    clear: both;
    margin: -5px -3px;
}

.noqbot-tag {
    float: left;
    height: 24px;
    color: #aeaeae;
    padding: 0 10px;
    margin: 5px 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    background: #084876;
    text-transform: uppercase;
    border: 1px solid #aeaeae;
}

.noqbot-tag:hover {
    color: #084876;
}

.noqbot-toprated {
    width: 100%;
    float: left;
}

.noqbot-toprated ul {
    width: 100%;
    float: left;
    list-style: none;
}

.noqbot-toprated ul li {
    width: 100%;
    float: left;
    list-style-type: none;
}

.noqbot-toprated ul li+li {
    padding: 20px 0 0;
}

.noqbot-toprated ul li figure {
    float: left;
    margin: 0;
}

.noqbot-toprated ul li figure a {
    display: block;
}

.noqbot-toprated ul li figure a img {
    display: block;
}

.noqbot-toprated ul li .noqbot-productcontent {
    overflow: hidden;
    padding: 18px 0 19px 20px;
}

.noqbot-productcontent h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px 0 0;
}

.noqbot-productcontent h4 a {
    color: #fff;
}

.noqbot-productcontent h4,
.noqbot-productcontent .noqbot-stars {
    float: left;
}

.noqbot-price {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.noqbot-productcontent .noqbot-stars span,
.noqbot-productcontent .noqbot-stars span:after,
.noqbot-productcontent .noqbot-stars:before {
    height: 13px;
    font-size: 13px;
    line-height: 13px;
}

.noqbot-productcontent .noqbot-stars {
    width: 82px;
    height: 13px;
}

.noqbot-footercol .noqbot-logo {
    width: auto;
    height: auto;
    float: left;
    margin: 20px 10px;
}

.noqbot-contactinfo {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 24px;
    font-size: 24px;
}

.noqbot-contactinfo p {
    line-height: 24px;
    font-size: 24px;
}

.noqbot-contactinfo li {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    line-height: inherit;
    list-style-type: none;
}

.noqbot-contactinfo li i {
    float: left;
    width: 25px;
}

.noqbot-contactinfo li a,
.noqbot-contactinfo li span,
.noqbot-contactinfo li address {
    float: left;
    margin: 0;
    font-style: normal;
}

.noqbot-contactinfo li address {
    float: none;
    overflow: hidden;
}

.noqbot-footercol .noqbot-btn {}

.noqbot-footercol .noqbot-description {
    padding: 0 0 20px;
}

.noqbot-footercol .noqbot-description p {
    margin: 0;
}

.noqbot-footerbar {
    width: 100%;
    float: left;
    background: #2c2b35;
}

.noqbot-copyright {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 20px;
}

.noqbot-footernav {
    float: right;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding: 20px;
}

.noqbot-footernav ul {
    width: 100%;
    float: left;
    line-height: 20px;
    list-style: none;
}

.noqbot-footernav ul li {
    float: left;
    line-height: 20px;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.noqbot-footernav ul li a {
    color: #fff;
    display: block;
    line-height: 24px;
}

#ascrail2000 {
    display: block !important;
}

.noqbot-btnnav {
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    display: block;
    cursor: pointer;
    position: fixed;
    border-radius: 50%;
    background: #084876;
    border: 2px solid #fff;
    -webkit-transition: all 600ms ease-in-out 0.1s;
    -moz-transition: all 600ms ease-in-out 0.1s;
    -ms-transition: all 600ms ease-in-out 0.1s;
    -o-transition: all 600ms ease-in-out 0.1s;
    transition: all 600ms ease-in-out 0.1s;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-cart a em:before,
.noqbot-btnnav:before {
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    display: block;
    color: #084876;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    content: attr(data-product-count);
    font: bold 10px/20px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-cart a em:before {
    top: 50%;
    right: 60px;
    margin: -10px 0 0 0;
}

.noqbot-btnnav span {
    width: 20px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.noqbot-sidenavshow .noqbot-btnnav span {
    background: #084876;
}

.noqbot-btnnav span:after,
.noqbot-btnnav span:before {
    left: 0;
    width: 20px;
    height: 2px;
    content: '';
    background: #fff;
    position: absolute;
}

.noqbot-sidenavshow .noqbot-btnnav span:after,
.noqbot-sidenavshow .noqbot-btnnav span:before {
    top: 0;
    bottom: 0;
    width: 20px;
}

.noqbot-sidenavshow .noqbot-btnnav span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.noqbot-sidenavshow .noqbot-btnnav span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.noqbot-btnnav span:after {
    top: -7px;
}

.noqbot-btnnav span:before {
    bottom: -7px;
}

.noqbot-sidenavshow .noqbot-btnnav {
    left: 305px;
    position: fixed;
}

.noqbot-btnnav:focus,
.noqbot-btnnav:visited {
    outline: none;
}

.noqbot-sidenav {
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.noqbot-navscrollbar {
    top: 0;
    left: 0;
    height: 100%;
    width: 330px;
    padding: 30px 0;
    position: absolute;
    background: #084876;
    -webkit-box-shadow: 0 0 15px 5px rgba(55, 53, 66, 0.80);
    box-shadow: 0 0 15px 5px rgba(55, 53, 66, 0.80);
}

.noqbot-sidenavshow .noqbot-sidenav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-sidenav #noqbot-nav .noqbot-navigation {
    display: block;
}

.noqbot-sidenav .noqbot-logo {
    margin: 0 auto 30px;
}

.noqbot-sidenav .noqbot-nav {
    background: #302e39;
    position: relative;
}

.noqbot-sidenav .noqbot-nav ul li {
    width: 100%;
    padding: 0;
    position: static;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul {
    top: 0;
    left: 80%;
    width: 330px;
    height: 100%;
    background: #084876;
    -webkit-box-shadow: 5px 5px 15px 1px rgba(55, 53, 66, 0.50);
    box-shadow: 5px 5px 15px 1px rgba(55, 53, 66, 0.50);
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown>ul:before {
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 261px;
    position: absolute;
    background: #084876;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown:hover ul {
    left: 100%;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li a:hover,
.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li a {
    background: none;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li a:after {
    background: #302e39;
}

.noqbot-sidenav .noqbot-nav ul li:after {
    display: none;
}

.noqbot-sidenav .noqbot-nav ul li a {
    display: block;
    padding: 15px;
    position: relative;
}

.noqbot-sidenav .noqbot-nav ul li a em {
    font-style: normal;
    display: block;
    position: relative;
}

.noqbot-sidenav .noqbot-nav ul li a:after {
    top: 0;
    left: 0;
    width: 0;
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #084876;
}

.noqbot-sidenav .noqbot-nav>div>ul>li:hover>a:after,
.noqbot-sidenav .noqbot-nav>div>ul>li>a:hover:after,
.noqbot-sidenav .noqbot-nav>div>ul>li.noqbot-hasdropdown>ul>li:hover>a:after,
.noqbot-sidenav .noqbot-nav>div>ul>li.noqbot-hasdropdown>ul>li>a:hover:after,
.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li.noqbot-hasdropdown ul>li:hover>a:after,
.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li.noqbot-hasdropdown ul>li>a:hover:after {
    width: 100%;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown>a:before {
    top: 0;
    right: 20px;
    content: '\f105';
    font-size: 16px;
    line-height: 46px;
    position: absolute;
    font-family: 'FontAwesome';
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li.noqbot-hasdropdown ul,
.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li.noqbot-hasdropdown ul:before {
    background: #302e39;
}

.noqbot-sidenav .noqbot-nav ul li.noqbot-hasdropdown ul li.noqbot-hasdropdown ul>li>a:after {
    background: #084876;
}

.noqbot-socialiconslarge {
    width: 100%;
    float: left;
    display: table;
    margin: 0 0 30px;
    text-align: center;
    table-layout: fixed;
}

.noqbot-socialiconslarge li {
    padding: 0;
    float: none;
    background: #ddd;
    display: table-cell;
}

.noqbot-socialiconslarge li+li:before {
    display: none;
}

.noqbot-socialiconslarge li.noqbot-facebook a {
    background: #3b5998;
}

.noqbot-socialiconslarge li.noqbot-twitter a {
    background: #55acee;
}

.noqbot-socialiconslarge li.noqbot-linkedin a {
    background: #007bb5;
}

.noqbot-socialiconslarge li.noqbot-googleplus a {
    background: #dd4b39;
}

.noqbot-socialiconslarge li.noqbot-dribbble a {
    background: #ea4c89;
}

.noqbot-socialiconslarge li.noqbot-rss a {
    background: #ff6600;
}

.noqbot-socialiconslarge li a {
    color: #fff;
    display: block;
}

.noqbot-socialiconslarge li a i {
    font-size: 20px;
    display: block;
    line-height: 55px;
}

.noqbot-socialiconslarge li a:hover i {
    color: #fff;
}

.noqbot-sidenav .noqbot-playerbox {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    position: absolute;
}

.noqbot-playerbox .noqbot-playcontent {
    padding: 0;
}

.noqbot-playerbox .noqbot-playcontent h3 a:hover {
    color: #084876;
}

.noqbot-playerbox .noqbot-stars:before {
    content: '\f006\f006\f006\f006\f006';
}

.noqbot-playerbox .noqbot-stars-team-condition-red:before {
    content: '\f006';
}

.noqbot-playerbox .noqbot-stars-team-condition-yellow:before {
    content: '\f006';
}

.noqbot-playerbox .noqbot-stars-team-condition-green:before {
    content: '\f006';
}

.noqbot-playerbox .noqbot-socialicons li a i,
.noqbot-playerbox .noqbot-stars:before,
.noqbot-playerbox .noqbot-stars span:after {
    color: #084876;
}

.noqbot-playerbox .noqbot-socialicons li+li:before {
    background: #084876;
}

.noqbot-playerbox .noqbot-socialicons li a:hover i {
    color: #fff;
}

.noqbot-home-sliderfade {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.noqbot-home-sliderfade .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.noqbot-home-slidertwobg {
    top: 0;
    left: -60px;
    width: 70%;
    height: 100%;
    z-index: 2;
    position: absolute;
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
    background: #084876 url(../images/bg-pattran.png);
}

.noqbot-home-slidertwobg:after {
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    right: 5px;
    position: absolute;
    border-bottom: 900px solid;
    border-left: 30px solid transparent !important;
}

.noqbot-home-slidertwo {
    padding: 0;
    z-index: 3;
}

.noqbot-home-slidertwo .swiper-slide figure {
    z-index: 1;
}

.noqbot-home-slidertwo .swiper-slide figure img {
    max-width: none;
    margin: 0 0 0 -250px;
}

.noqbot-home-slidertwo .noqbot-slider-content {
    float: left;
    margin: 0;
    z-index: 2;
    text-align: left;
    position: relative;
}

.noqbot-home-slidertwo .noqbot-slider-content .noqbot-btnbox {
    text-align: left;
}

.noqbot-home-slidertwo .noqbot-slider-content .noqbot-btnbox .noqbot-btn {
    margin: 0 25px 0 0;
}

.noqbot-home-slidertwo .noqbot-slider-content h1 {
    margin: 0;
    font-size: 100px;
    line-height: 90px;
}

.noqbot-home-slidertwo .noqbot-slider-content .noqbot-description {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 0 36% 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li {
    padding: 20px 30px;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li figure {
    float: left;
    margin: 0 15px 0 0;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li figure a {
    padding: 0;
    display: block;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li figure a img {
    display: block;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li .noqbot-productinfo {
    width: auto;
    float: none;
    overflow: hidden;
    position: relative;
    padding: 9px 20px 8px 0;
}

.noqbot-sidenav .noqbot-nav a.noqbot-btndelete {
    top: 50%;
    right: 0;
    padding: 0;
    position: absolute;
}

.noqbot-sidenav .noqbot-nav a.noqbot-btndelete:after {
    display: none;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li .noqbot-productinfo h3 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li .noqbot-productinfo h3 a {
    color: #fff;
    padding: 0;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li .noqbot-productinfo span {
    color: #fff;
    display: block;
    padding: 10px 0 0;
    font: 400 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart li .noqbot-minicarttotal {
    float: left;
    color: #fff;
    padding: 15px 0;
    font: 400 18px/21px 'Open Sans', Arial, Helvetica, sans-serif;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn {
    float: right;
    width: 50%;
    padding: 0;
    line-height: 50px;
    text-align: center;
}

.noqbot-blogpostlist .noqbot-post,
.noqbot-blogpostgrid .noqbot-post {
    padding: 0;
}

.noqbot-blogpostlist div[class*="col-"]:nth-child(odd) .noqbot-post,
.noqbot-blogpostgrid div[class*="col-"]:nth-child(odd) .noqbot-post {
    padding: 0 15px 0 0;
}

.noqbot-blogpostlist div[class*="col-"]:nth-child(even) .noqbot-post,
.noqbot-blogpostgrid div[class*="col-"]:nth-child(even) .noqbot-post {
    padding: 0 0 0 15px;
}

.noqbot-blogpostlist div[class*="col-"],
.noqbot-blogpostgrid div[class*="col-"] {
    padding: 30px 0;
    border-bottom: 1px solid #aeaeae;
}

.noqbot-blogpostgrid.noqbot-blogpost {
    width: auto;
    float: none;
    margin: -30px 0;
}

.noqbot-blogpostgrid.noqbot-blogpost:after {
    content: '';
    clear: both;
    display: block;
}

.noqbot-twocolumns .noqbot-pagination {
    margin: 60px -15px 0 0
}

.noqbot-postimg.noqbot-postimgdetail,
.noqbot-postdetail .noqbot-tags-social {
    margin: 0 0 30px;
}

.noqbot-authorbox {
    width: 100%;
    float: left;
    padding: 30px;
    color: #fff;
    margin: 0 0 80px;
    background: #084876 url(../images/bg-pattran.png);
}

.noqbot-authorpic {
    float: left;
    margin: -25px 30px -30px 0;
}

.noqbot-authorinfo {
    padding: 36px 0;
    overflow: hidden;
}

.noqbot-authorinfo .noqbot-theme-tag {
    color: #084876;
    margin: 0 0 10px;
}

span.noqbot-theme-tag {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff !important;
}

.noqbot-authorinfo .noqbot-section-heading {
    border-color: #aeaeae;
}

.noqbot-authorinfo .noqbot-section-heading h3 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-authorinfo .noqbot-socialicons {
    width: 100%;
    float: left;
}

.noqbot-authorinfo .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-border-top {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.noqbot-border-top:after {
    position: absolute;
    content: '';
    width: 97%;
    height: 1px;
    /* background:#aeaeae; */
    top: 0;
    left: 15px;
}

.noqbot-prohistory .noqbot-post .noqbot-postimg {
    cursor: pointer;
}

.noqbot-prohistory .noqbot-post:hover .noqbot-postimg img {
    opacity: 0.5;
}

.noqbot-prohistory .noqbot-post .noqbot-description p {
    margin: 0;
}

.noqbot-prohistory .noqbot-post a.noqbot-playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background: url(../images/icon-play2.png);
    border: 4px solid rgba(0, 0, 0, 0.75);
    border-radius: 60px;
    margin: -20px 0 0 -20px;
}

.noqbot-prohistory .noqbot-post a.noqbot-playbtn:hover {
    border: 4px solid rgba(255, 255, 255, 0.75);
}

.noqbot-prohistory .noqbot-post:hover a.noqbot-playbtn {
    top: 50%;
}

.noqbot-testimonial {
    padding: 80px 0;
}

.noqbot-testimonial-slider {
    overflow: hidden;
    position: relative;
}

.noqbot-testimonial-slider .swiper-slide {
    padding: 0 120px;
}

.noqbot-testimonial-slider .swiper-slide figure {
    float: left;
    margin: 0 50px 0 0;
    background: none;
}

.noqbot-testimonial-slider .swiper-slide figure img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-testimonial-slider .swiper-slide .noqbot-contentbox {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 80px 0;
}

.noqbot-testimonial-slider .swiper-slide .noqbot-contentbox h2 {
    font-size: 40px;
    line-height: 43px;
    color: #fff;
}

.noqbot-testimonial-slider .swiper-slide .noqbot-description p {
    color: #fff;
}

.noqbot-testimonial-slider .swiper-slide .noqbot-socialicons {
    float: left;
}

.noqbot-testimonial-slider .swiper-slide .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-testimonial-slider .noqbot-themebtnprev {
    left: 15px;
}

.noqbot-testimonial-slider .noqbot-themebtnnext {
    right: 15px;
}

.noqbot-testimonial-slider .noqbot-themebtnnext,
.noqbot-testimonial-slider .noqbot-themebtnprev {
    top: 50%;
    margin: -15px 0 0 0;
}

.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-matchdetail {
    padding: 30px;
}

.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box:last-child,
.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box:first-child {
    width: 40%;
    text-align: center;
}

.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-matchdetail {
    padding: 30px;
}

.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:last-child,
.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:first-child {
    width: 40%;
    text-align: center;
}

.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box:first-child {
    width: 60%;
}

.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box span {
    float: left;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #084876;
}

.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:first-child {
    width: 60%;
}

.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-box span {
    float: left;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #084876;
}

.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box h3 {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
}

.noqbot-oursponsers .noqbot-upcomingmatch-tables .noqbot-match .noqbot-box h3 {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
}

.noqbot-oursponsers .noqbot-match .noqbot-box:first-child .noqbot-teamlogo {
    padding: 10px 10px 0 0;
}

.noqbot-player-slider {
    overflow: hidden;
}

.noqbot-player-slider .swiper-slide .noqbot-postimg {
    width: 100%;
}

.noqbot-player-slider .swiper-slide .noqbot-postimg img {
    display: block;
    width: 100%;
    height: auto;
}

.noqbot-playerinfo {
    width: 100%;
    float: left;
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover {
    width: 100%;
    height: 250px;
    padding: 20px;
    background: #084876;
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -ms-transform: translateY(55%);
    -o-transform: translateY(55%);
    transform: translateY(55%);
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover .noqbot-theme-tag {
    color: #084876;
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover h3 a {
    color: #fff;
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover .noqbot-description p {
    color: #fff;
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-player-slider .noqbot-postimg:hover .noqbot-img-hover {
    height: 100%;
    padding: 98px 20px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.noqbot-player-slider .noqbot-postimg .noqbot-img-hover::after {
    border-bottom: 30px solid #084876;
    border-right: 260px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -29px;
    left: 0;
}

.noqbot-player-slider .noqbot-themebtnnext,
.noqbot-player-slider .noqbot-themebtnprev {
    bottom: -20px;
}

.noqbot-player-detail .noqbot-widget.noqbot-mapwidget {
    margin: 0;
}

.noqbot-widget .noqbot-map {
    height: 305px;
    overflow: hidden;
    position: relative;
}

.noqbot-widget .noqbot-map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.noqbot-player-data {
    width: 100%;
    float: left;
}

.noqbot-player-data .noqbot-playcontent {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 2px solid #084876;
}

.noqbot-player-data .noqbot-playcontent .noqbot-theme-tag {
    color: #084876;
}

.noqbot-player-data .noqbot-playcontent .noqbot-stars {
    margin: 0;
}

.noqbot-player-info {
    margin: 0;
}

.noqbot-player-info ul {
    width: 100%;
    float: left;
    background: transparent;
    list-style: none;
    margin: 0;
    padding: 30px;
}

.noqbot-player-info ul>li {
    width: 45%;
    float: left;
    padding: 10px 20px;
    line-height: normal;
    list-style-type: none;
    color: #666;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-player-info ul>li+li+li {
    border-top: 1px solid #aeaeae;
}

.noqbot-player-info ul>li:nth-child(even) {
    width: 55%;
    background: #f7f7f7;
    color: #084876;
}

.noqbot-player-info ul li .noqbot-socialicons {
    float: left;
    margin: 2px 0 1px 0;
    background: none;
    border: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li {
    width: auto;
    line-height: 16px;
    padding: 0 18px;
}

.noqbot-player-info ul li ul.noqbot-socialicons li+li {
    border: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li a {
    color: #084876;
}

.noqbot-player-info ul li .noqbot-socialicons li+li:before {
    width: 2px;
    height: 2px;
    background: #084876;
}

.noqbot-player-description .noqbot-section-heading {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-player-description .noqbot-description p {
    margin: 0 0 30px;
}

.noqbot-playerslider {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
}

.noqbot-playerslider figure {
    margin: 0;
    width: 100%;
    float: left;
}

.noqbot-playerslider .noqbot-videobox {
    height: auto;
}

.noqbot-playerslider .noqbot-themebtnnext,
.noqbot-playerslider .noqbot-themebtnprev {
    top: 50%;
    margin: -30px 0 0;
}

.noqbot-playerslider .noqbot-themebtnnext {
    right: 30px;
}

.noqbot-playerslider .noqbot-themebtnprev {
    left: 30px;
}

.noqbot-detail {
    width: 50%;
    float: left;
    margin: 0 0 30px;
    list-style: none;
}

.noqbot-detail li {
    width: 100%;
    float: left;
    list-style-type: none;
}

.noqbot-detail li i {
    font-size: 14px;
    line-height: 14px;
    margin: 0 5px 0 0;
}

.noqbot-themetabs {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}

.noqbot-themetabnav {
    top: 0;
    left: 0;
    list-style: none;
    font-size: 16px;
    line-height: 56px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 20px 20px;
    -moz-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    -o-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
    font: 16px/56px 'Geometria-Bold', Arial, Helvetica, sans-serif;
    z-index: 1;
}

.noqbot-themetabnav li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0;
    margin: 6px;
}

.noqbot-themetabnav li a {
    color: #084876;
    display: block;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding: 0 4px;
    font-size: 15px;
}

.noqbot-themetabnav li.active a,
.noqbot-themetabnav li a:hover {
    color: #ffffff;
    margin: 0;
}

/* .noqbot-themetabcontent{
    padding:10px 0 0 0;
    height:auto;
    margin-top: 20px;
} */
.noqbot-themetabcontent .noqbot-section-heading {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-oldmatchresult {
    width: 100%;
    float: left;
    padding: 8px;
    color: #084876;
    background: #ffffff;
}

.noqbot-oldmatchresult+.noqbot-oldmatchresult {
    margin: 8px 0 0;
}

.noqbot-oldmatchresult:hover {
    background: #084876;
}

.noqbot-matchdate {
    width: 76px;
    height: 76px;
    float: left;
    color: #fff;
    padding: 13px;
    margin: 0 10px 0 0;
    background: #084876;
    text-align: center;
    text-transform: uppercase;
    font: 36px/36px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-matchdate span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 0;
}

.noqbot-oldmatchresult:hover .noqbot-matchdate,
.noqbot-oldmatchresult:hover .noqbot-matchdate span {
    color: #ffffff;
}

.noqbot-oldmatchresult .noqbot-matchdetail {
    width: auto;
    float: none;
    padding: 0;
    overflow: hidden;
}

.noqbot-oldmatchresult .noqbot-matchdetail .noqbot-theme-tag {
    float: left;
}

.noqbot-oldmatchresult:hover .noqbot-matchdetail .noqbot-theme-tag {
    color: #084876;
}

.noqbot-oldmatchresult .noqbot-matchdetail h4 {
    width: 100%;
    float: left;
    margin: 7px 0;
    font-size: 14px;
    line-height: 18px;
}

.noqbot-oldmatchresult .noqbot-matchdetail address {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
}

.noqbot-oldmatchresult:hover .noqbot-matchdetail address {
    color: #fff;
}

.noqbot-comments {
    width: 100%;
    float: left;
    padding: 0;
}

.noqbot-comments ul {
    width: 100%;
    float: left;
    list-style: none;
}

.noqbot-comments ul li {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    border: 4px solid transparent;
    list-style-type: none;
    margin: 10px 0 0;
}

.noqbot-comments ul li:last-child {
    margin: 10px 0;
}

.noqbot-comments ul li:hover {
    background: #084876 url(../images/bg-pattran.png) no-repeat;
    background: rgba(255, 255, 255, 0.75);
    border: 4px solid rgba(255, 255, 255, 1.0);
}

.noqbot-comment {
    width: 100%;
    float: left;
}

.noqbot-comment figure {
    float: left;
    margin: 0 30px 0 0;
}

.noqbot-comment figure a {
    display: block;
}

.noqbot-comment figure a img {
    display: block;
    width: 120px;
}

.noqbot-commentdata {
    overflow: hidden;
    position: relative;
}

.noqbot-commentdata .noqbot-section-heading h3 {
    margin: 0;
    font-size: 32px;
    line-height: 36px;
}

.noqbot-btnreply {
    float: right;
    color: #272727;
    position: relative;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    font: 14px/14px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-btnreply:before {
    top: 0;
    left: 0;
    content: '\f112';
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    font-family: 'FontAwesome';
}

.noqbot-commentdata .noqbot-theme-tag {
    margin: 0 0 8px;
}

.noqbot-commentdata .noqbot-description p {
    margin: 0;
}

.noqbot-leavecomment {
    width: 100%;
    float: left;
}

.noqbot-commentform {
    width: 100%;
    float: left;
}

.noqbot-commentform fieldset {
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}

.noqbot-commentform fieldset .form-group {
    width: 100%;
    float: left;
}

.noqbot-commentform input {
    line-height: 68px;
    border-color: #ddd;
}

.noqbot-commentform textarea {
    width: 100%;
    resize: none;
    height: 200px;
}

.noqbot-commentform textarea:focus,
.noqbot-commentform input:focus {
    background: #f7f7f7;
    box-shadow: none;
    border-color: #ddd;
}

.noqbot-tickets {
    width: 100%;
    float: left;
}

.noqbot-ticket {
    width: 100%;
    float: left;
    padding: 4px;
    background: #f7f7f7;
}

.noqbot-ticket+.noqbot-ticket {
    margin: 10px 0 0;
}

.noqbot-ticket:hover {
    color: #fff;
    background: #084876;
}

.noqbot-ticket:hover .noqbot-matchdate span,
.noqbot-ticket:hover .noqbot-matchdate {
    color: #084876;
}

.noqbot-ticket .noqbot-matchdetail {
    width: 76%;
    padding: 0 30px 0 0;
}

.noqbot-ticket .noqbot-theme-tag {
    float: left;
}

.noqbot-ticket:hover .noqbot-theme-tag {
    color: #084876;
}

.noqbot-ticket h4 {
    width: 100%;
    float: left;
    margin: 2px 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-matchmetadata {
    margin: 0;
    width: 100%;
    float: left;
    color: #084876;
    font-size: 14px;
    list-style: none;
    line-height: 17px;
}

.noqbot-ticket:hover .noqbot-matchmetadata {
    color: #fff;
}

.noqbot-matchmetadata li {
    float: left;
    line-height: 17px;
    position: relative;
    list-style-type: none;
}

.noqbot-matchmetadata li+li {
    padding: 0;
}

.noqbot-matchmetadata li+li:before {
    /* 	left:1px;
	bottom:0;
	content:',';
	position:absolute; */
}

.noqbot-matchmetadata li address {
    margin: 0;
    line-height: 17px;
    font-style: normal;
    padding: 0 10px;
}

.noqbot-btnsbox {
    float: right;
    padding: 12px 0;
}

.noqbot-btnsbox .noqbot-btn+.noqbot-btn {
    margin: 0 0 0 30px;
}

.noqbot-slider-matchresult {
    overflow: hidden;
    position: relative;
}

.noqbot-tabscontent .noqbot-teamscore,
.noqbot-slider-matchresult .noqbot-teamscore {
    min-height: auto;
}

.noqbot-slider-matchresult .noqbot-themebtnnext,
.noqbot-slider-matchresult .noqbot-themebtnprev {
    bottom: auto;
    top: 50%;
    margin-top: -15px;
}

.noqbot-slider-matchresult .noqbot-themebtnprev {
    left: 15px;
}

.noqbot-slider-matchresult .noqbot-themebtnnext {
    right: 15px;
}

.noqbot-tabnav {
    width: 100%;
    float: left;
    list-style: none;
    padding: 30px 0 0;
}

.noqbot-tabnav>li+li {
    padding: 10px 0 0;
}

.noqbot-tabnav>li {
    width: 100%;
    float: left;
    list-style-type: none;
}

.noqbot-tabnav>li>a {
    display: block;
    width: 100%;
    float: left;
}

.noqbot-resultdetail {
    width: 100%;
    float: left;
}

.noqbot-resultdetail .noqbot-matchresult {
    margin: 0 0 30px;
}

.noqbot-mathtextbox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 30px !important;
}

.noqbot-mathtextbox .noqbot-section-heading {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-matchdetailslider {
    width: 370px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 30px 30px 0;
    z-index: 1000;
}

.noqbot-matchdetailslider figure {
    margin: 0;
    width: 100%;
    float: left;
}

.noqbot-matchdetailslider .noqbot-themebtnnext,
.noqbot-matchdetailslider .noqbot-themebtnprev {
    top: 50%;
    margin: -15px 0 0 0;
}

.noqbot-matchdetailslider .noqbot-themebtnnext {
    left: 30px;
}

.noqbot-matchdetailslider .noqbot-themebtnprev {
    right: 30px;
}



.noqbot-stadiumdetailslider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 30px 30px 0;
    z-index: 1000;
}

.noqbot-stadiumdetailslider figure {
    margin: 0;
    width: 100%;
    float: left;
}

.noqbot-stadiumdetailslider .noqbot-themebtnnext,
.noqbot-stadiumdetailslider .noqbot-themebtnprev {
    top: 50%;
    margin: -15px 0 0 0;
}

.noqbot-stadiumdetailslider .noqbot-themebtnnext {
    left: 30px;
}

.noqbot-stadiumdetailslider .noqbot-themebtnprev {
    right: 30px;
}

blockquote {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

blockquote:after,
blockquote:before {
    position: absolute;
    font-size: 180px;
    line-height: 180px;
    font-family: 'FontAwesome';
    color: #f0efef;
}

blockquote:after {
    content: '\f10d';
    top: -45px;
    left: 0;
}

blockquote:before {
    content: '\f10e';
    bottom: -60px;
    right: 0;
}

blockquote q {
    quotes: none;
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    text-align: left;
}

.noqbot-playerslider figure img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-playerslider figure figcaption {
    padding: 0 28%;
}

.noqbot-playerslider .noqbot-themebtnnext,
.noqbot-playerslider .noqbot-themebtnprev {
    margin: -15px 0 0;
}

.noqbot-tags-social {
    margin: 0 0 80px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.noqbot-tags-social .noqbot-tags {
    width: auto;
    margin: 0;
}

.noqbot-tags-social .noqbot-btn {
    margin: 0;
    line-height: 24px;
    background: #fff;
    color: #aeaeae;
    padding: 0 10px;
    border: 1px solid #aeaeae;
}

.noqbot-tags-social .noqbot-btn:hover {
    color: #084876;
}

.noqbot-tags-social .noqbot-btn:after {
    display: none;
}

.noqbot-tags-social i,
.noqbot-tags-social span {
    font-size: 14px;
    line-height: 14px;
    color: #272727;
    text-transform: uppercase;
}

.noqbot-tags-social i {
    margin: 0 5px 0 0;
}

.noqbot-tags-social span {
    margin: 0 10px 0 0;
}

.noqbot-tags-social i,
.noqbot-tags-social span,
.noqbot-tags-social .noqbot-btn,
.noqbot-social-share i,
.noqbot-social-share span,
.noqbot-social-share a {
    display: inline-block;
    vertical-align: middle;
}

.noqbot-social-share ul {
    width: auto;
    float: right;
    list-style: none;
}

.noqbot-social-share ul li {
    width: 30px;
    height: 24px;
    float: left;
    overflow: hidden;
    list-style-type: none;
}

.noqbot-social-share ul li+li {
    margin: 0 0 0 10px;
}

.noqbot-social-share ul li:hover {
    width: 120px;
}

.noqbot-social-share li a {
    width: 150px;
    height: 24px;
    display: block;
    position: relative;
}

.noqbot-social-share a i {
    width: 30px;
    height: 24px;
    display: block;
    float: left;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    text-align: center;
}

.noqbot-social-share ul li a i:after {
    top: 0;
    left: 0;
    color: #fff;
    width: 120px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    background: #3b5998;
    content: attr(data-iconname);
    text-transform: uppercase;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.noqbot-social-share ul li:hover a i:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-social-share ul li:nth-child(2) a i:after {
    background: #55acee;
}

.noqbot-social-share ul li:nth-child(3) a i:after {
    background: #007bb5;
}

.noqbot-social-share ul li:nth-child(4) a i:after {
    background: #cb2027;
}

.noqbot-otherfixtures-slider {
    height: 620px;
    margin: 0 0 50px;
    overflow: hidden;
}

.noqbot-fixturedetail {
    width: 100%;
    float: left;
}

.noqbot-fixturecounter {
    width: 100%;
    float: left;
    color: #fff;
    padding: 30px;
    margin: 0 0 30px;
    background: #084876 url(../images/bg-pattran.png);
}

.noqbot-fixturecounter .noqbot-section-heading h2 {
    color: #fff;
}

.noqbot-fixturecounter .noqbot-btnbox .noqbot-btn {
    float: left;
}

.noqbot-fixturecounter .noqbot-btnbox .noqbot-btn+.noqbot-btn {
    margin: 0 0 0 30px;
}

.noqbot-shopbanner {
    width: 100%;
    float: left;
    margin: 0 0 70px;
    min-height: 250px;
    position: relative;
    background: #084876;
}

.noqbot-shopbanner:before {
    top: 0;
    right: 0;
    content: '';
    width: 270px;
    height: 100%;
    position: absolute;
}

.noqbot-shopbanner:after {
    top: 0;
    width: 0;
    height: 0;
    content: '';
    right: 200px;
    position: absolute;
    border-bottom: 250px solid #084876;
    border-right: 70px solid transparent;
}

.noqbot-bgpattran {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/bg-pattran.png);
}

.noqbot-shopslider {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 20px 0 0;
    margin: -20px 0 0;
}

.noqbot-shopslider figure {
    width: 100%;
    float: left;
    margin: -20px 0 0 -34px;
}

.noqbot-shopslider figure img {
    max-width: none;
}

.noqbot-shopslider .noqbot-shopcontent {
    width: 100%;
    float: left;
    padding: 55px 0 55px 30px;
}

.noqbot-limitedoffer {
    width: 140px;
    height: 140px;
    float: left;
    color: #084876;
    margin: 0 30px 0 0;
    padding: 45px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font: 22px/25px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-limitedoffer:after {
    top: 20px;
    left: 20px;
    z-index: -1;
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.noqbot-shopcontent .noqbot-contentbox {
    width: auto;
    float: none;
    color: #fff;
    overflow: hidden;
    padding: 17px 0 16px 0;
}

.noqbot-shopcontent .noqbot-contentbox .noqbot-theme-tag {
    color: #084876;
}

.noqbot-shopcontent .noqbot-contentbox h2 {
    width: 100%;
    float: left;
    margin: 6px 0;
    font-size: 30px;
    line-height: 30px;
}

.noqbot-shopcontent .noqbot-contentbox .noqbot-price {
    padding: 0 0 6px;
    font: 22px/22px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-shopslider .noqbot-sliderpagination {
    bottom: auto;
}

.noqbot-shopslider .noqbot-sliderpagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0 3px;
    background: #fff;
    border: 2px solid #084876;
}

.noqbot-shopslider .noqbot-sliderpagination .swiper-pagination-bullet-active {
    background: #084876;
}

.noqbot-shophead {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 4px 0;
}

.noqbot-shopviewnav {
    float: right;
    list-style: none;
}

.noqbot-shopviewnav li {
    float: left;
    width: 40px;
    height: 40px;
    list-style-type: none;
}

.noqbot-shopviewnav li+li {
    margin: 0 0 0 10px;
}

.noqbot-shopviewnav li a {
    color: #aeaeae;
    display: block;
    line-height: 38px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.noqbot-shopviewnav li a:hover,
.noqbot-shopviewnav li.noqbot-active a {
    background: #084876;
    border-color: #084876;
}

.noqbot-formfilter {
    float: left;
    position: relative;
    width: 100%;
}

.noqbot-formfilter fieldset {
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}

.noqbot-formfilter .noqbot-select {}

.noqbot-formfilter .noqbot-select+.noqbot-select {
    margin: 0 0 0 10px;
}

.noqbot-formfilter .noqbot-select select {
    height: 40px;
    padding: 0 15px;
    line-height: 24px;
    font-size: 18px;
    color: #084876;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .noqbot-formfilter .noqbot-select select {
        height: 40px;
        padding: 0 15px;
        line-height: 24px;
        font-size: 15px;
        color: #084876;
        text-transform: uppercase;
    }
}

.th-products {
    width: 100%;
    float: left;
    margin: -15px 0 0;
}

.noqbot-product {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.noqbot-productimg {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #aeaeae;
}

.noqbot-productimg img {
    z-index: 1;
    margin: 0 auto;
    display: block;
    position: relative;
}

.noqbot-productimg figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    background: rgba(55, 53, 66, 0.80);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

.noqbot-product:hover .noqbot-productimg figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.noqbot-btncart {
    width: 40px;
    height: 40px;
    color: #fff;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #084876;
    border: 2px solid #fff;
}

.noqbot-btncart i {
    display: block;
    line-height: 36px;
}

.noqbot-productinfo {
    width: 100%;
    float: left;
    padding: 20px;
}

.noqbot-productinfo .noqbot-theme-tag {
    color: #084876;
}

.noqbot-producttitle {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.noqbot-producttitle h2 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-producttitle h2 a {
    color: #000;
}

.noqbot-productprice {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.noqbot-productprice h3 {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

.noqbot-twocolumns .th-products .noqbot-pagination {
    margin: 15px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #aeaeae;
}

.th-products .noqbot-pagination {
    width: 100%;
    float: left;
    text-align: right;
}

.th-products .noqbot-pagination li {
    float: none;
    display: inline-block;
}

.noqbot-shoplist .noqbot-productimg {
    width: auto;
    float: left;
    border: 0;
}

.noqbot-shoplist .noqbot-productimg a {
    display: block;
}

.noqbot-shoplist .noqbot-productimg a:hover img {
    opacity: 0.20;
}

.noqbot-shoplist .noqbot-productinfo {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-product .noqbot-description {
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.noqbot-product .noqbot-description p {}

.noqbot-productcolorsize {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.noqbot-productsize {
    float: left;
}

.noqbot-productcolor {
    float: right;
}

.noqbot-productsize span,
.noqbot-productcolor span {
    float: left;
    color: #272727;
    position: relative;
    padding: 0 5px 0 20px;
    font: 14px/26px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-productsize span:after,
.noqbot-productcolor span:after {
    top: 0;
    left: 0;
    position: absolute;
    font-family: 'FontAwesome';
}

.noqbot-productsize span:after {
    content: '\f065';
}

.noqbot-productcolor span:after {
    content: '\f040';
}

.noqbot-productsize .noqbot-checkbox,
.noqbot-productcolor .noqbot-checkbox {
    min-width: 26px;
    width: auto;
    height: 26px;
    float: left;
    margin: 0 0 0 5px;
}

.noqbot-productsize .noqbot-checkbox label {
    padding: 0 6px;
}

.noqbot-productcolor .noqbot-checkbox label {
    border: 1px solid #084876;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]+label.noqbot-colorone:before {
    background: #084876;
    border-color: #084876;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]+label.noqbot-colortwo:before {
    background: #ff336d;
    border-color: #ff336d;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]+label.noqbot-colorthree:before {
    background: #ff7633;
    border-color: #ff7633;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]+label.noqbot-colorfour:before {
    background: #339dff;
    border-color: #339dff;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]+label.noqbot-colorfive:before {
    background: #b033ff;
    border-color: #b033ff;
}

.noqbot-productcolor .noqbot-checkbox input[type=checkbox]:checked+label:before {
    border: 2px solid #fff;
}

.noqbot-btnaddtocart {
    float: right;
    height: 60px;
    line-height: 56px;
    border: 2px solid;
}

.noqbot-productquentity {
    width: 170px;
    float: left;
    height: 60px;
    line-height: 58px;
    position: relative;
    border: 1px solid #aeaeae;
}

.noqbot-productquentity .minus,
.noqbot-productquentity input,
.noqbot-productquentity .plus {
    width: auto;
    float: left;
    padding: 0;
    border: 0;
    height: 58px;
    text-align: center;
    font-style: normal;
    line-height: 58px;
}

.noqbot-productquentity .minus,
.noqbot-productquentity .plus {
    top: 0;
    width: 44px;
    z-index: 2;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    font-weight: bold;
}

.noqbot-productquentity .minus {
    left: 0;
}

.noqbot-productquentity .plus {
    right: 0;
}

.noqbot-productquentity input {
    width: 100%;
    z-index: 1;
    padding: 0 50px;
    position: relative;
    font: 14px/58px 'Geometria-Bold', Arial, Helvetica, sans-serif;
}

.noqbot-productdetail {
    border: 0;
    margin: 0;
    padding: 0 0 80px;
}

.noqbot-productsliderbox {
    width: 100%;
    float: left;
}

.noqbot-productsliderbox figure {
    width: 100%;
    float: left;
    margin: 0;
}

.noqbot-productsliderbox figure img {
    display: block;
    margin: 0 auto;
}

.noqbot-productlargeslider {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 15px;
    border: 1px solid #aeaeae;
}

.noqbot-productthumbslider {
    width: auto;
    clear: both;
    margin: 0 -8px;
    overflow: hidden;
}

.noqbot-productthumbslider .owl-item {
    padding: 0 8px;
    overflow: hidden;
}

.noqbot-productthumbslider .item {
    width: 100%;
    float: left;
    background: #084876;
    border: 1px solid #aeaeae;
}

.noqbot-productthumbslider figure:hover img,
.noqbot-productthumbslider .noqbot-active img {
    opacity: 0.20;
}

.noqbot-productdetail .noqbot-productinfo {
    padding: 0;
}

.noqbot-productinfo .noqbot-description ul {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    list-style: none;
}

.noqbot-productinfo .noqbot-description ul li {
    width: 50%;
    float: left;
    position: relative;
    line-height: 17px;
    padding: 0 0 0 15px;
    list-style-type: none;
}

.noqbot-productinfo .noqbot-description ul li:before {
    top: 0;
    left: 0;
    content: '\f0da';
    position: absolute;
    font-family: 'FontAwesome';
}

.noqbot-productinfo .noqbot-description ul li+li+li {
    margin-top: 10px;
}

.noqbot-productdetail .noqbot-productcolorsize {
    padding: 26px 0;
    margin: 10px 0 26px;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.noqbot-productdetail .noqbot-btnaddtocart {
    float: left;
    margin: 0 30px;
}

.noqbot-productdetail .noqbot-btncheckout {
    float: right;
    height: 60px;
    line-height: 56px;
    border: 2px solid;
}

.noqbot-productdetail .noqbot-btnaddtocart,
.noqbot-productdetail .noqbot-btncheckout {
    padding: 0 45px;
}

.noqbot-themetabcontent .noqbot-comments {
    padding: 0;
}

.noqbot-themetabcontent .noqbot-reviews .noqbot-section-heading {
    width: 100%;
    float: left;
}

.noqbot-youmayalsolike {
    width: 100%;
    float: left;
    padding: 0 0 80px;
}

.noqbot-relatedproductslider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.noqbot-relatedproductslider .noqbot-product {
    margin: 0;
}

.noqbot-fullcontrol {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    position: relative;
    text-align: right;
    border-top: 1px solid #aeaeae;
}

.noqbot-fullcontrol>div {
    position: static;
    display: inline-block;
}

.noqbot-fullcontrol>div.noqbot-pagination-slider {
    width: auto;
    padding: 0 30px;
}

.noqbot-contactinfobox {
    width: 100%;
    float: left;
}

.noqbot-company-main-box {
    width: 100%;
    padding: 0 20px;
}

.noqbot-company-info-box {
    width: 100%;
    padding: 0;
}

.noqbot-contactus .noqbot-contactinfo li a,
.noqbot-contactus .noqbot-contactinfo li i {
    color: #084876;
}

.noqbot-contactus .noqbot-contactinfo li i {
    line-height: 20px;
}

.noqbot-mapcontent {
    width: 100%;
    float: left;
}

.noqbot-officeaddressnav {
    width: 100%;
    float: left;
    overflow: hidden;
    background: none;
    border: 0;
    position: relative;
    z-index: 2;
}

.noqbot-officeaddressnav a {
    width: 100%;
    float: left;
    padding: 30px;
    background: #084876;
}

.noqbot-officeaddressnav .noqbot-theme-tag {
    margin: 0 0 10px;
    color: #084876;
}

.noqbot-officeaddressnav .owl-item {
    padding: 0 15px;
}

.noqbot-officeaddressnav .item {
    width: 100%;
    float: left;
    padding: 15px;
}

.noqbot-officeaddressnav .noqbot-section-heading h2 {
    color: #fff;
}

.noqbot-officeaddressnav .noqbot-contactinfo>li>a {
    padding: 0;
}

.noqbot-officeaddressnav .noqbot-contactinfo>li span,
.noqbot-officeaddressnav .noqbot-contactinfo>li address {
    color: #fff;
}

.noqbot-officeaddressnav .item,
.noqbot-officeaddressnav .item:hover .noqbot-theme-tag,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-theme-tag {
    background: #084876;
}

.noqbot-officeaddressnav .item:hover .noqbot-section-heading,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-section-heading {
    border-bottom-color: #084876;
}

.noqbot-officeaddressnav .item:hover .noqbot-section-heading h2,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-section-heading h2 {
    color: #084876;
}

.noqbot-officeaddressnav .item:hover .noqbot-contactinfo>li i,
.noqbot-officeaddressnav .item:hover .noqbot-contactinfo>li span,
.noqbot-officeaddressnav .item:hover .noqbot-contactinfo>li address,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-contactinfo>li i,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-contactinfo>li span,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-contactinfo>li address {
    color: #084876;
}

.noqbot-mapcontent iframe {
    height: 450px;
}

.noqbot-portfolio {}

.noqbot-filterbale-nav {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 51px;
}

.noqbot-filterbale-nav li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.noqbot-filterbale-nav li a {
    color: #aeaeae;
    display: block;
    padding: 0 19px;
    line-height: inherit;
    background: #fff;
    border: 1px solid #aeaeae;
}

.noqbot-filterbale-nav li a.active,
.noqbot-filterbale-nav li a:hover {
    color: #084876;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    opacity: 1;
    height: 6px;
    margin: 0;
    border-radius: 0;
    background: #f7f7f7;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1;
    height: 6px;
    margin: 0;
    border-radius: 0;
    background: #084876;
}

.masonry-grid {
    width: 20%;
    float: left;
    padding: 0;
}

.noqbot-project {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.noqbot-project figure {
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.15);
}

.noqbot-project figure:hover {
    margin: 0;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.noqbot-project figure .noqbot-playbtn {
    position: absolute;
    left: 45%;
    top: 35%;
    width: 64px;
    height: 64px;
    background: url(../images/icon-play2.png);
    border: 4px solid rgba(0, 0, 0, 0.75);
    border-radius: 60px;
    margin: -20px 0 0 -20px;
}

.noqbot-project figure:hover .noqbot-playbtn {
    top: 35%;
    border: 4px solid rgba(255, 255, 255, 255.75);
}

.noqbot-project figure img {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-project figure figcaption {
    background: none;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.noqbot-project figure figcaption .noqbot-theme-tag {
    margin: 0;
    color: #084876;
    cursor: pointer;
}

.noqbot-project figure figcaption h3 {
    width: 100%;
    float: left;
    margin: 0;
    color: #fff;
}

.noqbot-project figure:hover figcaption {
    bottom: 0;
}

.noqbot-project figure:hover figcaption h3 {
    padding: 2px 0;
}

.noqbot-project figure:hover img {
    opacity: 0.40;
}

.noqbot-soccermedia-content2 {
    width: 100%;
    height: auto;
    float: left;
    overflow: visible;
    padding: 15px 0 0 0;
}

.noqbot-soccermedia-content2 .masonry-grid {
    width: 20%;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption .noqbot-theme-tag {
    margin: 0 5px 10px 0;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption h3 {
    padding: 0;
    font-size: 20px;
    line-height: 23px;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption {
    bottom: -45px;
    padding: 0 20px;
}

.noqbot-soccermedia-content2 .noqbot-project figure:hover figcaption {
    bottom: 20px;
}

.noqbot-soccermedia-content2 .masonry-grid:hover .noqbot-project {
    z-index: 10;
    position: relative;
    border: 2px solid #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(55, 53, 66, 0.7);
    box-shadow: 1px 1px 8px 2px rgba(55, 53, 66, 0.7);
}

.noqbot-404 {
    width: 100%;
    float: left;
    text-align: center;
}

.noqbot-404 h2 {
    font-size: 400px;
    line-height: 370px;
    margin: 0;
    position: relative;
}

.noqbot-404 h2 span {
    width: 310px;
    height: 306px;
    margin: 0 15px 0 0;
    display: inline-block;
    position: relative;
    left: 12px;
    background-position: bottom left;
    background-size: 100% auto;
    vertical-align: bottom;
}

.noqbot-404-content {
    width: 100%;
    float: left;
}

.noqbot-404-content .noqbot-description p {
    margin: 0 0 30px;
}

.noqbot-404-content .noqbot-searcharea {
    display: block;
}

.noqbot-404-content .noqbot-searcharea fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.noqbot-404-content .noqbot-searcharea .form-group {
    margin: 0 0 30px;
}

.noqbot-404-content .noqbot-searcharea .form-group input {
    width: 100%;
    height: 68px;
}

body.noqbot-comming-soon {
    background-size: cover;
}

body.noqbot-comming-soon .noqbot-main {
    height: 100%;
    padding: 10%;
}

.noqbot-comming-sooncontent {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noqbot-comming-sooncounter {
    width: 100%;
    float: left;
}

.noqbot-comming-sooncounter .timer_box {
    width: 33.33%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

.noqbot-comming-sooncounter .timer_box:first-child {
    width: 100%;
    margin: 0 0 20px;
}

.noqbot-comming-sooncounter .timer_box:first-child h1 {
    font-size: 350px;
    line-height: 325px;
    margin: 0
}

.noqbot-comming-sooncounter .timer_box:first-child p {
    font-size: 100px;
    line-height: 103px;
}

.noqbot-comming-sooncounter .timer_box h1 {
    float: left;
    font-size: 80px;
    line-height: 80px;
    margin: 0
}

.noqbot-comming-sooncounter .timer_box p {
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
}

.noqbot-comming-sooncounter .timer_box h1,
.noqbot-comming-sooncounter .timer_box p {
    display: inline-block;
    vertical-align: bottom;
}

.noqbot-leaguedetail {
    width: 100%;
    float: left;
}

.points-table {
    width: 100%;
    float: left;
}

.top-head {
    background: #084876;
    color: #084876;
}

.second-head {
    background: #212121;
    color: #fff;
}

.points-table tr th {
    vertical-align: middle;
    border-bottom: 0;
    text-transform: uppercase;
}

.points-table .position {
    width: 7px;
    padding: 13px 20px;
}

.points-table .teamname {
    padding: 13px 20px;
    text-align: left;
}

.points-table tr .table-p {
    width: 5%;
    padding: 13px 0;
}

.points-table .home {
    padding: 13px 0;
}

.points-table .grid-score {
    width: 4%;
    padding: 13px 6px;
    border: 0;
}

.points-table tr th:nth-child(8),
.points-table tr th:nth-child(13),
.points-table tr th:last-child,
.table-body tr td:nth-child(8),
.table-body tr td:nth-child(13),
.table-body tr td:last-child {
    border-right: 1px solid #d2d2d2 !important;
}

.points-table .top-head th:nth-child(8),
.points-table .top-head th:nth-child(13),
.points-table .top-head th:last-child {
    border-color: #e2b01b !important;
}

.points-table .second-head th:nth-child(8),
.points-table .second-head th:nth-child(13),
.points-table .second-head th:last-child {
    border-color: #000 !important;
}

.table-body tr {
    background: #f7f7f7;
}

.table-body tr:nth-child(even) {
    background: #ebebeb;
}

.table-body tr td {
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
}

.table-body tr td figure {
    float: left;
    margin: 0 10px 0 0;
}

.points-table thead tr th,
.points-table .table-body tr td {
    border-top: 0;
    border-bottom: 0;
}

.table-body tr td.table-p {
    border-right: 1px solid #d2d2d2;
}

.top-head th {
    border-color: #e2b01b !important;
}

.second-head th {
    border-color: #000;
}

.sticky-queue {
    z-index: 999996;
    position: fixed;
    width: 320px;
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
}

.sticky-note {
    padding: 20px;
    margin: 0;
    line-height: 15px
}

.sticky {
    font-size: 12px;
    color: #555;
    position: relative
}

.sticky-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 11px;
    line-height: 11px;
    width: 11px;
    cursor: pointer;
    text-align: right
}

.sticky-close:before {
    content: "\2716"
}

.top-right {
    right: 20px
}

.top-center {
    top: 36px;
    left: 50%;
    margin-left: -125px
}

.top-left {
    left: 20px
}

.top-right,
.top-center,
.top-left {
    top: 36px
}

.bottom-right {
    right: 20px
}

.bottom-center {
    bottom: -2px;
    left: 50%;
    margin-left: -125px
}

.bottom-left {
    left: 20px
}

.bottom-right,
.bottom-center,
.bottom-left {
    bottom: 36px
}

.border-top-right,
.border-top-center,
.border-top-left {
    margin-top: 1px
}

.border-bottom-right,
.border-bottom-center,
.border-bottom-left {
    margin-top: 1px
}

.success {
    background: #52c27d;
    color: #fff
}

.warning {
    background: #f89406;
    color: #fff
}

.important {
    background: #f15b5a;
    color: #fff
}

.system-site-wrap {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background-color: rgba(12, 12, 12, 0.51);
}

.system-site-wrap .system-loader {
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -23px 0 0 -70px;
}

div.system-loader-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
}

.system-loader {
    top: 0;
    left: 45%;
    width: 70px;
    margin: 100px auto 0;
    text-align: center;
    position: absolute;
}

.system-loader>div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    background-color: #5dc560;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.system-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.system-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.sp-profile-brochure .file_icon {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.single-sp_jobs .noqbot-mapbox #location-pickr-map {
    height: 260px;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (min-width: 768px) {
    .col-sm-11 {
        width: 100%;
        padding: 10px 24px 10px 80px;
    }
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 0;
    }

    .col-md-10 {
        width: 100%;
    }
}

#noqbot-contacts-block {
    height: auto;
}

.profile-card-1 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    height: 368px;
    border: none;
}

.profile-card-1 .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-1 .card-content {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    top: 50%;
}

.profile-card-1 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.profile-card-1 i {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-1 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-1 .icon-block a {
    text-decoration: none;
}

.profile-card-1 i:hover {
    background-color: #fff;
    color: #2E3434;
    text-decoration: none;
}

.profile-card-2 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    border: none;
}

.profile-card-2 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
}

.profile-card-2 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-2 .card-content {
    width: 100%;
    padding: 0;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999;
}

.profile-card-2 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-2 .profile {
    top: 20px;
    position: absolute;
    left: 50%;
    max-width: 240px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 10px solid transparent;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}

.profile-card-2 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-2 h2 small {
    display: block;
    font-size: 24px;
    margin-top: 100px;
}

.profile-card-2 i {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 2px solid #084876;
    width: 64px;
    height: 64px;
    line-height: 30px;
    border-radius: 50%;
    margin: 64px 10px;
    font-size: 24px;
    padding: 15px;
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-2 .icon-block a {
    text-decoration: none;
}

.profile-card-2 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    border: none;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
}

.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 0;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999;
    top: 160px;
}

.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3 .profile {
    top: 20px;
    position: absolute;
    left: 50%;
    max-width: 240px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 10px solid transparent;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}

.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 24px;
    margin-top: 100px;
}

.profile-card-3 i {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 2px solid #084876;
    width: 64px;
    height: 64px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 24px;
    padding: 15px;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.profile-card-4 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    border: none;
    min-height: 500px;
    padding: 10px;
}

h3.noqbot-captain-name {
    margin-top: 100px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 20px;
}

h3.noqbot-captain-team {
    margin-top: 130px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.profile-card-4 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
}

.profile-card-4 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-4 .card-content {
    width: 100%;
    padding: 0;
    color: #232323;
    float: left;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    top: 88px;
}

.profile-card-4 .card-content::before {
    content: '';
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-4 .profile {
    top: 20px;
    position: absolute;
    left: 50%;
    max-width: 240px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 10px solid transparent;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}

.profile-card-4 .profile:hover {
    border: 10px solid rgba(0, 207, 162, 0.7);
}

.profile-card-4 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-4 h2 small {
    display: block;
    font-size: 24px;
    margin-top: 100px;
    text-align: center;
}

.profile-card-4 i {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 2px solid #084876;
    width: 64px;
    height: 64px;
    line-height: 30px;
    border-radius: 50%;
    margin: 64px 10px;
    font-size: 24px;
    padding: 15px;
}

.profile-card-4 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-4 .icon-block a {
    text-decoration: none;
}

.profile-card-4 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.profile-card-5 {
    margin-top: 0;
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
}

.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;

}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.profile-card-5 h5 {
    color: #4E5E30;
    font-weight: 600;
}

.profile-card-5 p {
    font-size: 14px;
    font-weight: 300;
}

.profile-card-5 .btn-primary {
    background-color: #4E5E30;
    border-color: #4E5E30;
}

.profile-thumb-block img {
    left: 50%;
    position: relative;
    border-left: 0;
    border-right: 10px solid rgba(255, 255, 255, 0.15);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}


/* li.noqbot-tab-content a{
	font-size: 24px;
	line-height: 24px;
	padding: 4px 10px;
} */





























.noqbot-matchdetail h4 span {
    color: #084876 !important;
}

.noqbot-oldmatchresult:hover h4 span {
    color: #ffffff !important;
}

.my_boks {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.my_boks1,
.my_boks2,
.my_boks3 {
    margin: 10px;
    padding: 0 10px;
    width: calc(14% - 24px);
    display: inline-block;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    /* background-color: #084876; */
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.navbar-collapse.collapse {
    /* padding: 25px 0; */
}

.bulletsBlock:after {
    content: "";
    display: table;
    clear: both;
}

.bulletsBlock {
    padding: 0;
}

.bulletsBlock>div {
    width: 16.66666666666667%;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 16%;
    cursor: pointer;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.bulletsBlock>div:first-child {
    margin-left: 0;
}

.bullet-item span {
    line-height: 1.5em;
    font-size: 6em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.hideText,
.titleBullet {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.titleBullet {
    line-height: 0.8em;
    background: #084876;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 10;
}

.hideText {
    line-height: 1.2em;
    font-size: 1.0em;
    padding: 0.5em 0;
    background: #084876;
    font-weight: 300;
    z-index: 8;
    height: 90px;
    -webkit-transition: all 0.35s linear 0.2s;
    transition: all 0.35s linear 0.2s;
}

/*Анимация при наведении*/
.bulletsBlock>div:hover span.iconBullet {
    line-height: 1.35em;
    font-size: 10.625em;
    top: -2.7%;
}

.bulletsBlock>div:hover {
    -webkit-box-shadow: 0 35px 35px -35px #000000;
    -moz-box-shadow: 0 35px 35px -35px #000000;
    box-shadow: 0 35px 35px -35px #000000;
}

.bulletsBlock>div:hover p.titleBullet {
    bottom: 80px;
}

.bulletsBlock>div:hover p.hideText {
    background: #454545;
}

/*Адаптация*/
@media screen and (max-width: 1140px) {
    .bullet-item span {
        line-height: 1.6em;
        font-size: 9.5em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.5em;
        font-size: 8em;
        top: -1%;
    }
}

@media screen and (max-width: 960px) {
    .bullet-item span {
        line-height: 1.5em;
        font-size: 8em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.2em;
        font-size: 6em;
        top: -0.8%;
    }

    .titleBullet {
        font-size: 1.8em;
        line-height: 2.5em;
    }

    .hideText {
        font-size: 1em;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 768px) {
    .bulletsBlock {
        padding: 60px 0 0 0;
    }

    .bulletsBlock>div {
        float: none;
        margin: 0 auto 20px;
        width: 50%;
        /*padding-bottom: 55%;*/
        padding-bottom: 0;
        min-width: 300px;
        height: 320px;
    }

    .bulletsBlock>div:first-child {
        margin: 0 auto 20px;
    }

    .bullet-item span {
        line-height: 1.5em;
        font-size: 10.5em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.35em;
        font-size: 8.625em;
        top: -2.7%;
    }

    .titleBullet {
        line-height: 1.0em;
        font-size: 1.5em;
    }

    p.titleBullet {
        padding: 4px;
    }

    .hideText {
        line-height: 1.3em;
        font-size: 1.0em;
    }

}

/*Кнопка "К статье"*/
.backToSitehereBtn {
    display: block;
    width: 150px;
    height: 150px;
    background: #01BC78;
    text-align: center;
    line-height: 170px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-decoration: none;
    top: -40px;
    left: -40px;
    transform: rotate(-45deg) scale(1);
    transition: all 0.25s linear;
}

.backToSitehereBtn:hover {
    text-decoration: none;
    top: -10px;
    left: -10px;
    transform: rotate(-45deg) scale(1.3);
}

.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

/* Control box
------------------------------------------------ */
.control-box {
    width: 100%;
}

.carousel-control {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px;
    margin: 0 10px;
    height: auto;
    width: 50px;
}

a.carousel-control.left {
    padding: 39px 10px;
    font-size: 72px;
}

a.carousel-control.right {
    padding: 39px 10px;
    font-size: 72px;
}

/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption-box {
        word-break: break-all;
    }

    /* ul.thumbnails li { margin-bottom: 30px; } */
}


/* Footer
------------------------------------------------ */
footer.info {
    text-align: center;
    color: #888;
    margin: 30px 0;
}

footer.info a {
    color: #fff;
}

footer.info p {
    color: #ccc;
    margin: 10px 0;
}



/* ADD-ON
------------------------------------------------ */
/* body:after{content:"less than 320px";font-size:1rem;font-weight:bold;position:fixed;bottom:0;width:100%;text-align:center;background-color:hsla(1,60%,40%,0.7);color:#fff;height:20px;padding-top:0;margin-left:0;left:0}@media only screen and (min-width:320px){body:after{content:"320 to 480px";background-color:hsla(90,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:480px){body:after{content:"480 to 768px";background-color:hsla(180,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:768px){body:after{content:"768 to 980px";background-color:hsla(270,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:980px){body:after{content:"980 to 1024px";background-color:hsla(300,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:1024px){body:after{content:"1024 and up";background-color:hsla(360,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}
 */
::-moz-selection {
    background: #ff5e99;
    color: #FFFFFF;
}

a,
a:focus,
a:active,
a:hover,
object,
embed {
    outline: none;
}

:-moz-any-link:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

.container-symbolic-team {
    width: 100%;
    height: 560px;
    position: relative;
    background-image: url(../images/player/ground.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.container-symbolic-team div {
    position: absolute;
    background: transparent;
}

.symbolic-team-gk {
    width: 20%;
    padding-bottom: 20%;
    top: 60%;
    left: 40%;
}

.symbolic-team-ld {
    width: 20%;
    padding-bottom: 20%;
    top: 50%;
    left: 10%;
}

.symbolic-team-rd {
    width: 20%;
    padding-bottom: 20%;
    top: 50%;
    right: 10%;
}

.symbolic-team-cf {
    width: 20%;
    padding-bottom: 20%;
    top: 23%;
    left: 40%;
}

.symbolic-team-lf {
    width: 20%;
    padding-bottom: 20%;
    top: 10%;
    left: 18%;
}

.symbolic-team-rf {
    width: 20%;
    padding-bottom: 20%;
    top: 10%;
    right: 18%;
}

.noqbot-symbolic-team-photo {
    left: 50%;
    position: relative;
    border: 10px solid rgba(255, 255, 255, 0.15);
    height: auto;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.noqbot-symbolic-player-text {
    z-index: 100;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    height: auto;
    width: 100%;
    /* border: 4px solid rgba(255,255,255,0.15); */
    /* background:rgba(0,0,0,0.5) !important; */
    /* box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5); */
}

p.noqbot-symbolic-player-name {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    /* background:rgba(255,255,255,0.85); */
    padding: 0;
    margin: 0;
    text-shadow:
        2px 2px 2px #385e73,
        0 2px 2px #385e73,
        -2px 0 2px #385e73,
        0 -2px 2px #385e73;
}

p.noqbot-symbolic-player-position {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 2px #385e73, 0 2px 2px #385e73, -2px 0 2px #385e73, 0 -2px 2px #385e73;
    border: 2px solid #fff;
    border-radius: 45px;
    width: 60px;
    float: right;
    height: 60px;
    padding: 16px 0;
    left: 36px;
    background: #385e73;
    margin: -65% 0 0 0;
}

p.noqbot-symbolic-team-name {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    /* background:rgba(255,255,255,0.85); */
    padding: 0;
    margin: 0;
    text-shadow:
        2px 2px 2px #385e73,
        0 2px 2px #385e73,
        -2px 0 2px #385e73,
        0 -2px 2px #385e73;
}










@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoonf55b.eot?iwv6js');
    src: url('../fonts/icomoonf55b.eot?iwv6js#iefix') format('embedded-opentype'),
        url('../fonts/icomoonf55b.ttf?iwv6js') format('truetype'),
        url('../fonts/icomoonf55b.woff?iwv6js') format('woff'),
        url('../fonts/icomoonf55b.svg?iwv6js#icomoon') format('svg');
}












.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}









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

.fa {
    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
}

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

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

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

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

.fa-ul>li {
    position: relative
}

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

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

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

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

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

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

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

.fa-th:before {
    content: "\f00a"
}

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

.fa-check:before {
    content: "\f00c"
}

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

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

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

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

.fa-signal:before {
    content: "\f012"
}

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

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

.fa-home:before {
    content: "\f015"
}

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

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

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

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

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

.fa-inbox:before {
    content: "\f01c"
}

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

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

.fa-refresh:before {
    content: "\f021"
}

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

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

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

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

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

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

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

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

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

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

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

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

.fa-list:before {
    content: "\f03a"
}

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

.fa-indent:before {
    content: "\f03c"
}

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

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

.fa-pencil:before {
    content: "\f040"
}

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

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

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

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

.fa-arrows:before {
    content: "\f047"
}

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

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

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

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

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

.fa-eject:before {
    content: "\f052"
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
    content: "\f05b"
}

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

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

.fa-ban:before {
    content: "\f05e"
}

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

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

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

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

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

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

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

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

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

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

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

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

.fa-retweet:before {
    content: "\f079"
}

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

.fa-folder:before {
    content: "\f07b"
}

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

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

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

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

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

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

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

.fa-key:before {
    content: "\f084"
}

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

.fa-comments:before {
    content: "\f086"
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
    content: "\f091"
}

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

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

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

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

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

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

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

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

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

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

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

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

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

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

.fa-paperclip:before {
    content: "\f0c6"
}

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

.fa-square:before {
    content: "\f0c8"
}

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

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

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

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

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

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

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

.fa-money:before {
    content: "\f0d6"
}

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

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

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

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

.fa-columns:before {
    content: "\f0db"
}

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

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

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

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

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

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

.fa-exchange:before {
    content: "\f0ec"
}

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

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

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

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

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

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

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

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

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

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

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

.fa-beer:before {
    content: "\f0fc"
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

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

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

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

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

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

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

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

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

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

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

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

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

.fa-gamepad:before {
    content: "\f11b"
}

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

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

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

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

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

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

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

.fa-crop:before {
    content: "\f125"
}

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

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

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

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

.fa-microphone:before {
    content: "\f130"
}

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

.fa-shield:before {
    content: "\f132"
}

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

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

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

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

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

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

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

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

.fa-bullseye:before {
    content: "\f140"
}

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

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

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

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

.fa-ticket:before {
    content: "\f145"
}

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

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

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

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

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

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

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

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

.fa-compass:before {
    content: "\f14e"
}

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

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

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

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

.fa-gbp:before {
    content: "\f154"
}

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

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

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

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

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

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

.fa-file:before {
    content: "\f15b"
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

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

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

.fa-dropbox:before {
    content: "\f16b"
}

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

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

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

.fa-tumblr:before {
    content: "\f173"
}

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

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

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

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

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

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

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

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

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

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

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

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

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

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

.fa-wheelchair:before {
    content: "\f193"
}

fa-vimeo-square:before {
    content: "\f194"
}

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

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

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

.fa-slack:before {
    content: "\f198"
}

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

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

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

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

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

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

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

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

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

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

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

.fa-steam:before {
    content: "\f1b6"
}

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

.fa-recycle:before {
    content: "\f1b8"
}

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

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

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

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

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

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

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

.fa-qq:before {
    content: "\f1d6"
}

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

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

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

.fa-history:before {
    content: "\f1da"
}

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

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

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

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

.fa-bomb:before {
    content: "\f1e2"
}

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

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

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

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

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

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

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

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

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

.fa-lastfm:before {
    content: "\f202"
}

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

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

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

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

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

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}








p a:hover,
a:hover,
a:focus,
a:active,
.noqbot-stars span:after,
.noqbot-btn,
.noqbot-btn:hover,
.noqbot-socialicons li a:hover,
.noqbot-socialicons li a:hover i,
.noqbot-addnav ul li a:hover,
.noqbot-addnav ul li a:hover i,
.noqbot-cartcontent ul li .noqbot-product-detail h3 a:hover,
.noqbot-navigation>div>ul>li>ul>li:hover>a,
.noqbot-navigation>div>ul>li>ul>li>a:hover,
.noqbot-navigation ul li ul li.noqbot-dropdown a:before,
.noqbot-slider-content h1,
.noqbot-home-slider .noqbot-btn-next,
.noqbot-home-slider .noqbot-btn-prev,
.noqbot-upcomingmatch-counter .noqbot-section-heading h2 span,
.noqbot-counter h4,
.noqbot-team-nameplusstatus h4 a,
.noqbot-themebtnnext:hover span,
.noqbot-themebtnprev:hover span,
.noqbot-statistic h3,
.noqbot-videobox figure figcaption h2,
.noqbot-player:hover .noqbot-playcontent h3 a,
.noqbot-pointstable-slider .noqbot-themebtnnext span,
.noqbot-pointstable-slider .noqbot-themebtnprev span,
.noqbot-postmetadata li a:hover,
.noqbot-footernav ul li a:hover,
.noqbot-productcontent h4 a:hover,
.noqbot-contactinfo li i,
.noqbot-navigation span,
.noqbot-oursponsers .noqbot-upcomingmatch .noqbot-match .noqbot-box span,
.noqbot-breadcrumb,
.noqbot-breadcrumb li a,
.noqbot-player-slider .noqbot-postimg .noqbot-img-hover h3 a:hover,
.noqbot-widget h3,
.noqbot-playerslider .noqbot-themebtnnext span,
.noqbot-playerslider .noqbot-themebtnprev span,
.noqbot-detail li i,
.noqbot-matchdate span,
.noqbot-oldmatchresult .noqbot-matchdetail .noqbot-theme-tag,
.noqbot-oldmatchresult .noqbot-matchdetail h4 span,
.noqbot-oldmatchresult:hover .noqbot-matchdetail h4,
.noqbot-theme-tag time,
.noqbot-btnreply:hover,
.noqbot-btnreply:hover:before,
.noqbot-ticket h4 span,
.noqbot-ticket .noqbot-theme-tag,
.noqbot-ticket:hover h4,
.noqbot-pagination li a:hover i,
.noqbot-fixturecounter .noqbot-section-heading h2 span,
.noqbot-authorinfo .noqbot-section-heading h3,
.noqbot-shopcontent .noqbot-contentbox h2,
.noqbot-shopviewnav li a:hover i,
.noqbot-shopviewnav li.noqbot-active a i,
.noqbot-btncart:hover i,
.noqbot-productquentity .minus:hover,
.noqbot-productquentity .plus:hover,
.noqbot-productinfo .noqbot-description ul li:before,
.noqbot-officeaddressnav .noqbot-contactinfo li i,
.noqbot-officeaddressnav .item:hover .noqbot-theme-tag,
.noqbot-officeaddressnav .owl-item.synced .item .noqbot-theme-tag,
.noqbot-navigation ul>li.active,
.noqbot-testimonial-slider .noqbot-themebtnnext span,
.noqbot-btnnav i,
.noqbot-comming-sooncounter .timer_box:first-child h1 {
    color: #084876;
}

.noqbot-theme-tag h4 span {
    color: #084876;
}

.noqbot-btn:after,
.noqbot-navigation ul li+li:before,
.noqbot-addnav ul li+li:before,
.noqbot-socialicons li+li:before,
/* .noqbot-matchresult:after, */
.noqbot-bgboxtwo,
.noqbot-tag:hover,
.noqbot-player-slider .noqbot-postimg .noqbot-img-hover .noqbot-theme-tag,
.ui-slider-horizontal .ui-slider-range,
.noqbot-tags-widget ul li .noqbot-btn:hover,
.noqbot-player-data .noqbot-playcontent .noqbot-theme-tag,
.noqbot-themetabnav li a:hover,
.noqbot-themetabnav li.active a,
.noqbot-oldmatchresult:hover .noqbot-matchdate,
.noqbot-oldmatchresult:hover .noqbot-matchdetail .noqbot-theme-tag,
.noqbot-ticket:hover .noqbot-theme-tag,
.noqbot-ticket:hover .noqbot-matchdate,
.noqbot-tags-social .noqbot-btn:hover,
.noqbot-authorinfo .noqbot-theme-tag,
.noqbot-shopbanner:before,
.noqbot-limitedoffer:after,
.noqbot-shopcontent .noqbot-contentbox .noqbot-theme-tag,
.noqbot-productinfo .noqbot-theme-tag,
.noqbot-checkbox input[type=checkbox]:checked+label:before,
.noqbot-officeaddressnav .noqbot-theme-tag,
.noqbot-officeaddressnav .item:hover,
.noqbot-officeaddressnav .owl-item.synced .item,
.noqbot-filterbale-nav li a:hover,
.noqbot-filterbale-nav li a.active,
.noqbot-project figure figcaption .noqbot-theme-tag,
.noqbot-btnnav span,
.noqbot-btnnav span:after,
.noqbot-btnnav span:before,
.noqbot-btnnav:before,
.noqbot-sidenav .noqbot-nav ul li.noqbot-cart a em:before,
.noqbot-topaddnav .navbar-header .navbar-toggle,
.noqbot-nav .navbar-header .navbar-toggle,
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.points-table tbody tr th,
.top-head {
    background: #084876;
}

.noqbot-home-slider .noqbot-btn-next span:first-child,
.noqbot-home-slider .noqbot-btn-prev span:first-child,
/* .noqbot-matchresult:before, */
.noqbot-tag:hover,
.noqbot-btn,
.noqbot-tags-widget ul li .noqbot-btn:hover,
.noqbot-playerslider .noqbot-themebtnnext,
.noqbot-playerslider .noqbot-themebtnprev,
.noqbot-home-slidertwobg:after,
.noqbot-themetabnav li a:hover,
.noqbot-themetabnav li.active a,
.noqbot-checkbox input[type=checkbox]:checked+label:before,
.noqbot-filterbale-nav li a:hover,
.noqbot-filterbale-nav li a.active,
.noqbot-testimonial-slider .noqbot-themebtnnext,
.noqbot-testimonial-slider .noqbot-themebtnprev,
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover {
    border-color: #084876;
}

.noqbot-btn rect {
    stroke: #084876;
}

.noqbot-contacts-text {
    padding: 0 20px;
}

@media screen and (max-width: 980px) {
    logo {
        width: 100%;
        height: auto;
        padding: 0 20%;
    }
}

.icon-menu,
.icon-team,
.icon-blog,
.icon-home,
.icon-contact,
.icon-services,
.icon-portfolio {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-menu:before {
    content: "\e000";
}

.icon-team:before {
    content: "\e001";
}

.icon-blog:before {
    content: "\e002";
}

.icon-home:before {
    content: "\e005";
}

.icon-portfolio:before {
    content: "\e006";
}

.icon-services:before {
    content: "\e003";
}

.icon-contact:before {
    content: "\e004";
}

a,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    font-weight: 300;
}

.nav li span {
    display: block;
}

.nav a {
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}

.nav img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-touch .nav ul:hover a {
    color: rgba(249, 249, 249, .5);
}

.no-touch .nav ul:hover a:hover {
    color: rgba(249, 249, 249, 0.99);
}

.nav li:nth-child(7n+1) {
    background: rgb(20, 40, 50);
}

.nav li:nth-child(7n+2) {
    background: rgb(30, 50, 70);
}

.nav li:nth-child(7n+3) {
    background: rgb(40, 60, 90);
}

.nav li:nth-child(7n+4) {
    background: rgb(50, 70, 110);
}

.nav li:nth-child(7n+5) {
    background: rgb(40, 60, 90);
}

.nav li:nth-child(7n+6) {
    background: rgb(30, 50, 70);
}

.nav li:nth-child(7n+7) {
    background: rgb(20, 40, 50);
}

@media (min-width: 50em) {
    .nav li {
        float: left;
        width: 14.285714285714285714285714285714%;
        text-align: center;
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
        list-style-type: none;
        height: 220px;
    }

    .nav a {
        display: block;
        width: auto;
    }

    .no-touch .nav li:nth-child(7n+1) a:hover,
    .no-touch .nav li:nth-child(7n+1) a:active,
    .no-touch .nav li:nth-child(7n+1) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+2) a:hover,
    .no-touch .nav li:nth-child(7n+2) a:active,
    .no-touch .nav li:nth-child(7n+2) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+3) a:hover,
    .no-touch .nav li:nth-child(7n+3) a:active,
    .no-touch .nav li:nth-child(7n+3) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+4) a:hover,
    .no-touch .nav li:nth-child(7n+4) a:active,
    .no-touch .nav li:nth-child(7n+4) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+5) a:hover,
    .no-touch .nav li:nth-child(7n+5) a:active,
    .no-touch .nav li:nth-child(7n+5) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+6) a:hover,
    .no-touch .nav li:nth-child(7n+6) a:active,
    .no-touch .nav li:nth-child(7n+6) a:focus {
        border-bottom: 4px solid #084876;
    }

    .no-touch .nav li:nth-child(7n+7) a:hover,
    .no-touch .nav li:nth-child(7n+7) a:active,
    .no-touch .nav li:nth-child(7n+7) a:focus {
        border-bottom: 4px solid #084876;
    }

    .icon {
        padding-top: 1.4em;
    }

    .icon+span {
        margin-top: 24px;
        -webkit-transition: margin .5s;
        -moz-transition: margin .5s;
        -o-transition: margin .5s;
        -ms-transition: margin .5s;
        transition: margin .5s;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
    }

    .nav a {
        height: 9em;
    }

    .no-touch .nav a:hover,
    .nav a:active,
    .nav a:focus {
        height: auto;
    }

    .no-touch .nav a:hover .icon+span {
        margin-top: 12px;
        -webkit-transition: margin .5s;
        -moz-transition: margin .5s;
        -o-transition: margin .5s;
        -ms-transition: margin .5s;
        transition: margin .5s;
        font-weight: bold;
    }

    .nav img {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        border-radius: 50%;
        font-size: 1.8em;
        box-shadow: 0 0 0 30px transparent;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow .6s ease-in-out;
        -moz-transition: box-shadow .6s ease-in-out;
        -o-transition: box-shadow .6s ease-in-out;
        -ms-transition: box-shadow .6s ease-in-out;
        transition: box-shadow .6s ease-in-out;
    }

    .no-touch .nav a:hover img,
    .no-touch .nav a:active img,
    .no-touch .nav a:focus img {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
    }

}

@media (min-width: 50em) and (max-width: 61.250em) {

    .nav ul {
        font-size: 1.2em;
    }

}

@media (max-width: 49.938em) {

    .no-touch .nav ul li:nth-child(7n+1) a:hover,
    .no-touch .nav ul li:nth-child(7n+1) a:active,
    .no-touch .nav ul li:nth-child(7n+1) a:focus {
        background: rgb(227, 119, 20);
    }

    .no-touch .nav li:nth-child(7n+2) a:hover,
    .no-touch .nav li:nth-child(7n+2) a:active,
    .no-touch .nav li:nth-child(7n+2) a:focus {
        background: rgb(245, 160, 41);
    }

    .no-touch .nav li:nth-child(7n+3) a:hover,
    .no-touch .nav li:nth-child(7n+3) a:active,
    .no-touch .nav li:nth-child(7n+3) a:focus {
        background: rgb(44, 168, 219);
    }

    .no-touch .nav li:nth-child(7n+4) a:hover,
    .no-touch .nav li:nth-child(7n+4) a:active,
    .no-touch .nav li:nth-child(7n+4) a:focus {
        background: rgb(31, 120, 176);
    }

    .no-touch .nav li:nth-child(7n+5) a:hover,
    .no-touch .nav li:nth-child(7n+5) a:active,
    .no-touch .nav li:nth-child(7n+5) a:focus {
        background: rgb(39, 70, 90);
    }

    .no-touch .nav li:nth-child(7n+6) a:hover,
    .no-touch .nav li:nth-child(7n+6) a:active,
    .no-touch .nav li:nth-child(7n+6) a:focus {
        background: rgb(32, 54, 68);
    }

    .no-touch .nav li:nth-child(7n+7) a:hover,
    .no-touch .nav li:nth-child(7n+7) a:active,
    .no-touch .nav li:nth-child(7n+7) a:focus {
        background: rgb(32, 54, 68);
    }

    .nav ul li {
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -ms-transition: background 0.5s;
        transition: background 0.5s;
    }

}

@media (min-width:32.5em) and (max-width: 49.938em) {

    .nav li {
        display: block;
        float: left;
        width: 50%;
    }

    .nav a {
        padding: 0.8em;
    }

    .nav li span,
    .nav li span.icon {
        display: inline-block;
    }

    /* .nav li span.icon {
        width: 50%;
    }

    .nav li .icon+span {
        font-size: 1em;
    } */

    .icon+span {
        position: relative;
        top: -0.2em;
    }

    /* .nav li img {
        display: inline-block;
        padding: 8% 9%;
        border: 4px solid transparent;
        border-radius: 50%;
        font-size: 1.5em;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
    } */

    .no-touch .nav li:hover img,
    .no-touch .nav li:active img,
    .no-touch .nav li:focus img {
        border: 4px solid rgba(255, 255, 255, 0.1);
    }

}

@media (min-width: 32.5em) and (max-width: 38.688em) {

    /* .nav li span.icon {
        width: 50%;
    }

    .nav li .icon+span {
        font-size: 0.9em;
    } */
}

.nav .navtoogle {
    display: none;
    width: 100%;
    padding: 0.5em 0.5em 0.8em;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    color: rgb(7, 16, 15);
    font-size: 1.2em;
    background: none;
    border: none;
    border-bottom: 4px solid rgb(221, 221, 221);
    cursor: pointer;
}

.icon-menu {
    position: relative;
    top: 3px;
    line-height: 0;
    font-size: 1.6em;
}

@media (max-width: 32.438em) {

    .nav .navtoogle {
        margin: 0;
        display: block;
    }

    .no-js .nav ul {
        max-height: 30em;
        overflow: hidden;
    }

    .js .nav ul {
        /* max-height: 0em; */
        overflow: hidden;
    }

    .js .nav .active+ul {
        max-height: 30em;
        overflow: hidden;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -o-transition: max-height .4s;
        -ms-transition: max-height .4s;
        transition: max-height .4s;
    }

    /* .nav li span {
        display: inline-block;
        height: 100%;
    } */

    .nav a {
        padding: 0.5em;
    }

    /* .icon+span {
        margin-left: 1em;
        font-size: 0.8em;
    } */

    /* 
    .nav li:nth-child(7n+1) {
        border-left: 8px solid rgb(174, 78, 1);
    }

    .nav li:nth-child(7n+2) {
        border-left: 8px solid rgb(191, 117, 20);
    }

    .nav li:nth-child(7n+3) {
        border-left: 8px solid rgb(13, 111, 150);
    }

    .nav li:nth-child(7n+4) {
        border-left: 8px solid rgb(10, 75, 117);
    }

    .nav li:nth-child(7n+5) {
        border-left: 8px solid rgb(16, 34, 44);
    }

    .nav li:nth-child(7n+6) {
        border-left: 8px solid rgb(9, 18, 25);
    }

    .nav li:nth-child(7n+7) {
        border-left: 8px solid rgb(9, 18, 25);
    } */

    .touch .nav a {
        padding: 0.8em;
    }
}

#panel {
    width: auto;
    list-style: none;
    padding: 10px 0;
    display: inline-block;
}

#panel li {
    margin: 2px 30px;
    width: auto;
    list-style-type: none;
    padding: 0 10px;
}

#panel li.animation {
    -moz-transition: all 0.4s ease-in-out;
    -moz-transform: translateX(0px);
    -o-transition: all 0.4s ease-in-out;
    -o-transform: translateX(0px);
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(0px);
}

#panel li.animation:hover {
    -moz-transform: translateX(25px);
    -o-transform: translateX(25px);
    -webkit-transform: translateX(25px);
}

#panel li a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    border-bottom: 2px solid transparent;
    font-size: 24px;
}

#panel li a:hover {
    color: #084876;
    border-bottom: 2px solid #084876;
    font-size: 28px;
    font-weight: bold;
}

.wrapper-icons {
    display: flex;
    justify-content: center;
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px; */
}

.wrapper-icons ul {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 40px 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 3px 0;
    overflow: hidden;
}

.wrapper-icons ul li {
    height: 50px;
    line-height: 54px;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.5s ease;
    list-style-type: none;
    display: block;
    width: 50px;
    float: left;
    margin: 0 4%;
}

.wrapper-icons ul li .fa {
    color: rgba(8, 72, 118, 0.5);
    margin-top: 4px;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.facebook {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-facebook {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.twitter {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-twitter {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.instagram {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-instagram {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.fa-vkontakte {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-vkontakte {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.google {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-google {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.whatsapp {
    border: 2px solid #084876;
    box-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-whatsapp {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
    .wrapper-icons {
        width: 350px;
    }

    .wrapper-icons ul li {
        margin-top: 10px;
    }

    .wrapper-icons ul li.google {
        margin-left: 0;
    }
}

@media screen and (max-width: 340px) {
    .wrapper-icons {
        width: 150px;
    }

    .wrapper-icons ul li {
        margin: 15px;
    }

    .wrapper-icons ul li.google {
        margin-left: 15px;
    }
}





.wrapper-icons-top {
    position: relative;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.wrapper-icons-top ul {
    list-style: none;
    padding: 20px 0;
}

.wrapper-icons-top ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 12px 2px 0 2px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #D8E2DC;
    float: left;
    transition: all 0.5s ease;
    list-style-type: none;
}

.wrapper-icons-top ul li .fa {
    color: #ffffff;
    margin-top: 4px;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li .fa-2x {
    color: #ffffff;
    font-size: 1.6em;
}

.wrapper-icons-top ul li:hover.facebook {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-vk {
    color: #084876;
    text-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover.twitter {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-youtube-play {
    color: #084876;
    text-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover.instagram {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-instagram {
    color: #084876;
    text-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover.vkontakte {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-vkontakte {
    color: #084876;
    text-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}


.wrapper-icons-top ul li:hover.google {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-envelope {
    color: #084876;
    text-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover.whatsapp {
    border: 2px solid #084876;
    box-shadow: 0 0 10px #084876;
    transition: all 0.5s ease;
}

.wrapper-icons-top ul li:hover .fa-whatsapp {
    color: #084876;
    text-shadow: 0 0 15px #084876;
    transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
    .wrapper-icons-top {
        width: 350px;
    }

    .wrapper-icons-top ul li {
        margin-top: 10px;
    }

    .wrapper-icons-top ul li.google {
        margin-left: 60px;
    }
}

@media screen and (max-width: 340px) {
    .wrapper-icons-top {
        width: 150px;
    }

    .wrapper-icons-top ul li {
        margin: 15px;
    }

    .wrapper-icons-top ul li.google {
        margin-left: 15px;
    }
}

.noqbot-teamscore+.noqbot-teamscore .noqbot-team-nameplusstatus h4 a,
.noqbot-teamscore+.noqbot-teamscore .noqbot-playernameplusgoadtime {
    color: #ffffff;
}

.swiper-wrapper .swiper-slide.swiper-slide-active {
    height: auto !important;
}

.swiper-wrapper-table .noqbot-pointtable {
    background: transparent;
    padding: 10px 5px 0 0;
}

.swiper-wrapper-table .noqbot-pointtable:hover {
    background: rgba(50, 100, 150, 0.15);
    height: 100%;
}

.swiper-wrapper-table:nth-child(2n+1) {
    background: rgba(50, 100, 150, 0.15);
    height: 100%;
}

#noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 52px !important;
    margin-bottom: 2px !important;
}

h2.noqbot-telephone-number {
    font-size: 24px;
    line-height: 20px;
    margin: 8px 0 0 0;
    color: #ffffff;
    text-align: center;
}

h2.noqbot-telephone-number a {
    color: #ffffff;
}

.noqbot-team-nameplusstatus h4 a {
    font-size: 24px;
    line-height: 32px !important;
    color: #ffffff !important;
}

.noqbot-name-tournament {
    font-size: 20px;
    /* color: #ffffff; */
    background: transparent;
    padding: 4px 0;
    text-align: center;
    line-height: 18px;
}

.noqbot-data-tornament {
    font-size: 20px;
    color: #084876;
    background: transparent;
    padding: 0;
    text-align: center;
}

.noqbot-news-icon-new {
    margin-top: -4px;
}

.noqbot-type-sport-football {
    background: url(../images/icons/football.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-basketball {
    background: url(../images/icons/basketball.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-volleyball {
    background: url(../images/icons/voleyball.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-kerling {
    background: url(../images/icons/kerling.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-pingpong {
    background: url(../images/icons/pingpong.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-darts {
    background: url(../images/icons/darts.svg) right bottom no-repeat;
    margin-right: -30px;
}

.noqbot-type-sport-hockey {
    background: url(../images/icons/hockey.svg) right bottom no-repeat;
    margin-right: -30px;
}

h4.noqbot-news-text {
    height: 40px;
    padding: 0 80px 0 20px;
}

#noqbot-sticky-block {
    position: fixed;
    height: 64px;
    background: #084876;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#noqbot-default-block {
    margin-top: 64px;
}

#noqbot-box-result {
    height: 100%;
}

#slider {
    margin: 0 auto
}

input.slider-input {
    display: none;
}

#slide1:checked~#slides .inner {
    margin-left: 0
}

#slide2:checked~#slides .inner {
    margin-left: -100%
}

#slide3:checked~#slides .inner {
    margin-left: -200%
}

#slide4:checked~#slides .inner {
    margin-left: -300%
}

#slide5:checked~#slides .inner {
    margin-left: -400%
}

#container {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

#noqbot-container-slider {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

article img {
    width: 100%
}

#slides .inner {
    width: 500%;
    line-height: 0
}

#slides article {
    width: 20%;
    float: left;
    height: 400px;
}

#commands {
    margin: -35% 0 0 0;
    width: 100%;
    height: 50px
}

#commands label {
    display: none;
    width: 48px;
    height: 64px;
    opacity: 0.8
}

#commands label:hover {
    opacity: 0.8
}

#active {
    position: relative;
    z-index: 5;
    padding: 20% 0 0 0;
    text-align: center
}

#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #084876;
    border: 2px solid #ffffff;
}

#active label:hover {
    background: #333;
    border-color: #777 !important
}

#slide1:checked~#commands label:nth-child(2),
#slide2:checked~#commands label:nth-child(3),
#slide3:checked~#commands label:nth-child(4),
#slide4:checked~#commands label:nth-child(5),
#slide5:checked~#commands label:nth-child(1) {
    float: right;
    margin: 0;
    display: block
}

#slide1:checked~#commands label:nth-child(5),
#slide2:checked~#commands label:nth-child(1),
#slide3:checked~#commands label:nth-child(2),
#slide4:checked~#commands label:nth-child(3),
#slide5:checked~#commands label:nth-child(4) {
    float: left;
    margin: 0;
    display: block
}


#slide1:checked~#commands label:nth-child(2):hover,
#slide2:checked~#commands label:nth-child(3):hover,
#slide3:checked~#commands label:nth-child(4):hover,
#slide4:checked~#commands label:nth-child(5):hover,
#slide5:checked~#commands label:nth-child(1):hover {
    float: right;
    margin: 0;
    display: block
}

#slide1:checked~#commands label:nth-child(5):hover,
#slide2:checked~#commands label:nth-child(1):hover,
#slide3:checked~#commands label:nth-child(2):hover,
#slide4:checked~#commands label:nth-child(3):hover,
#slide5:checked~#commands label:nth-child(4):hover {
    float: left;
    margin: 0;
    display: block
}

#slide1:checked~#active label:nth-child(1),
#slide2:checked~#active label:nth-child(2),
#slide3:checked~#active label:nth-child(3),
#slide4:checked~#active label:nth-child(4),
#slide5:checked~#active label:nth-child(5) {
    background: #084876;
    opacity: 0.6;
    border-color: #fff !important;
    border: 2px solid #fff
}

.caption {
    line-height: 28px;
    margin: 0 0 -150%;
    position: absolute;
    padding: 4px;
    opacity: 0;
    color: #fff;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 18px
}

.caption bar {
    display: inline-block;
    padding: 0;
    background: #000;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
}

#slides {
    position: relative;
    margin: 45px 0 0;
    height: 400px;
}

#slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000)
}

#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

#commands label {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

#slide1:checked~#slides article:nth-child(1) .caption,
#slide2:checked~#slides article:nth-child(2) .caption,
#slide3:checked~#slides article:nth-child(3) .caption,
#slide4:checked~#slides article:nth-child(4) .caption,
#slide5:checked~#slides article:nth-child(5) .caption {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s
}

#commands,
#commands label,
#slides,
#active,
#active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

#slider {
    max-width: 960px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:850px) and (min-width:450px) {
    #slider #commands label {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    #slider #slides .caption {
        padding: 0;
    }

    #slider #slides {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    #slider #active {
        margin: 0
    }
}

@media only screen and (max-width:450px) {
    #slider #commands {
        margin: -28% 0 0 1%;
        width: 100%;
        height: 70px
    }

    #slider #active {
        margin: 0
    }

    #slider #slides {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    #slider #slides .caption {
        opacity: 0 !important
    }

    #slider #commands label {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

h3.noqbot-media-title {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 0;
}

.noqbot-project .noqbot-project figure {
    background: transparent;
}

.masonry-grid {
    padding: 10px;
}

.noqbot-soccermediascrollbar {
    background: transparent;
}

h4.noqbot-news-text {
    font-size: 14px;
    line-height: 20px;
}

.noqbot-mobile-li {
    display: none;
}

.noqbot-topbar {
    display: none;
}

#noqbot-container {
    padding-right: 20px;
    padding-left: 0;
}

#noqbot-block-container {
    padding-right: 0;
    padding-left: 0;
}

#noqbot-newsblock-right {
    padding-left: 20px;
}

.noqbot-matchresult .noqbot-count-prevmatches-main {
    margin-top: 0;
}

.noqbot-matchresult h3.noqbot-count-prevmatches-main a {
    font-size: 64px;
    line-height: 48px;
    color: #ffffff;
}

.noqbot-matchresult .noqbot-count-prevmatches-half {
    margin-top: 0;
}

.noqbot-matchresult h3.noqbot-count-prevmatches-half a {
    font-size: 48px;
    line-height: 54px;
    color: #ffffff;
}

#noqbot-pointstable-home-team-stats .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-name-team-stats .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-away-team-stats .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-date-lastmatches .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-name-lastmatches .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-teams-lastmatches .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-result-lastmatches .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 100%;
    text-align: center;
}

#noqbot-pointstable-home-team-staff .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 20%;
    text-align: right;
}

#noqbot-pointstable-home-team-staff .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 80%;
    text-align: left;
}

#noqbot-pointstable-away-team-staff .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 20%;
    text-align: right;
}

#noqbot-pointstable-away-team-staff .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 80%;
    text-align: left;
}

#noqbot-pointstable-away-team-staff .noqbot-pointtable,
#noqbot-pointstable-home-team-staff .noqbot-pointtable {
    background: transparent;
}

#noqbot-box-teams-cln1:before {
    content: "№";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln1 {
    width: 5%;
}

#noqbot-box-teams-cln2:before {
    content: "Лого";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln2 {
    width: 5%;
}

#noqbot-box-teams-cln3:before {
    content: "Команда";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln3 {
    width: 24%;
}

#noqbot-box-teams-cln4:before {
    content: "Лучшая команда года";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln4 {
    width: 18%;
}

#noqbot-box-teams-cln5:before {
    content: "Победитель чемпионата";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln5 {
    width: 12%;
}

#noqbot-box-teams-cln6:before {
    content: "Победитель кубка";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln6 {
    width: 12%;
}

#noqbot-box-teams-cln7:before {
    content: "Призер чемпионата";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln7 {
    width: 12%;
}

#noqbot-box-teams-cln8:before {
    content: "Призер кубка";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-teams-cln8 {
    width: 12%;
}

ul.noqbot-hallfame-table li {
    list-style-type: none;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 5%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 5%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 24%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 18%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 12%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 12%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 12%;
}

#noqbot-box-hallfame-teams .noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 12%;
}

#noqbot-box-players-cln1:before {
    content: "Фото";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-players-cln1 {
    width: 5%;
    text-align: left;
}

#noqbot-box-players-cln2:before {
    content: "Ф.И.О. игрока";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-players-cln2 {
    width: 40%;
    text-align: center;
}

#noqbot-box-players-cln3:before {
    content: "Вид спорта";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-players-cln3 {
    width: 20%;
    text-align: center;
}

#noqbot-box-players-cln4:before {
    content: "Год";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-players-cln4 {
    width: 15%;
    text-align: center;
}

#noqbot-box-players-cln5:before {
    content: "Амплуа";
}

.noqbot-pointtable-title .noqbot-box#noqbot-box-players-cln5 {
    width: 20%;
    text-align: center;
}

img.noqbot-hallfame-teams-img {
    border-radius: 0;
}

img.noqbot-hallfame-players-img {
    border-radius: 36px;
}

#noqbot-box-hallfame-players .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: left;
}

#noqbot-box-hallfame-players .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 40%;
    text-align: left;
    line-height: 40px;
}

#noqbot-box-hallfame-players .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 20%;
    text-align: center;
    line-height: 40px;
}

#noqbot-box-hallfame-players .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 15%;
    text-align: center;
    line-height: 40px;
}

#noqbot-box-hallfame-players .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 20%;
    text-align: center;
    line-height: 40px;
}