html,body {
height: 100%;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: "Tahu";
    src: url("../fonts/Tahu.ttf");
}

.tohu {
    font-family: 'Tahu', sans-serif;
}

.yellow {
    color: #ffd200 !important;
}

.white {
    color: #fff !important;
}

.white-bg {
    background-color: #fff;
}

.font-weight {
    font-weight: normal !important;
}

.font-bold {
    font-weight: bold;
}

/*@font-face {
    font-family: 'DIN-Condensed-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN-Condensed-Bold'), url('../../fonts/theme/DIN-Condensed-Bold.woff') format('woff');
}
@font-face {
    font-family: 'DIN Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Condensed Bold'), url('../../fonts/theme/DIN Condensed Bold.ttf') format('ttf');
}*/

.user_list span span p {
    width: 60%;
}

body {
    /*font-family: 'Circular Std';*/
    font-size: 1rem;
    line-height: 1.2;
    color: #222;
    background: #fff
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0px
}

.carousel-inner {
    position: relative;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
        background-color: #fff;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.wrapper {
    padding: 0px 51px
}

.arows, .hidethisarrow {
    display: none;
}

#myTab li a {
    color: #6a6a6a;
}

#myTab li:hover a, #myTab li.active a {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding: 0px 15px
    }
}

.w-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .w-flex {
        flex-direction: column
    }
}

header {
    /*padding: 18px 0px 19.5px 0px;*/
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 40;
    box-shadow: 1px 0px 7px #d2d2d2;
    left: 0;
    right: 0;
}

.themes-section {
    margin-top: 100px;
}

/*@media screen and (max-width: 380px) {
    header {
        padding: 18px 0px 0px 0px
    }
}*/

header .logo {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1024px) {
    header .logo {
        width: 250px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 380px) {
    header .logo {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px
    }
}

header .logo .logo_subtitle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.320833px;
    color: #43BFC5;
    margin-left: 20px;
    border-left: 2px dotted;
    padding-left: 20px
}

@media screen and (max-width: 1024px) {
    header .logo .logo_subtitle {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 10px
    }
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:auto;
}

header ul li:not(:last-child) {
    margin: 0px 15px
}

@media screen and (max-width: 1024px) {
    header ul li:not(:last-child) {
        margin: 0px 8px
    }
}

header ul a {
    font-size: 14px;
    line-height: 16px;
    color: #0e0e0e;
}

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

@media screen and (max-width: 1024px) {
    header ul a {
        font-size: 14px
    }
}

@media screen and (max-width: 680px) {
    header ul {
        display: none
    }

    header {
        position: static;
        box-shadow: none;
    }

    .themes-section {
        margin-top: 0;
    }
}

.agenda {
    margin-right: 10%;
    margin-top: 68px
}

@media screen and (max-width: 1024px) {
    .agenda {
        margin-right: 0%;
        text-align: center
    }
}

.agenda h1 {
    font-size: 70px;
    line-height: 62px;
    /*color: #FBB615;*/
    /*letter-spacing: -1.73077px;*/
    letter-spacing: 1.5px;
    margin-bottom: 23px;
    font-weight: 600;
    /*font-family: 'DIN-Condensed-Bold';*/
}

@media screen and (max-width: 1024px) {
    /*.agenda h1 {*/
    /*	font-size: 45px*/
    /*}*/
    .agenda {
        text-align: left;
    }
}

.agenda h2 {
    font-size: 20px;
    line-height: 23px;
    /*letter-spacing: -0.461538px;*/
    letter-spacing: 1px;
    /*color: #4D4D4D;*/
    color: #3D3D3D;
    margin-bottom: 83px;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .agenda h2 {
        font-size: 16px
    }
}

.boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 68px;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    .boxs {
        margin-top: 0px
    }
}

.boxs .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .boxs .box {
        padding-right: 10%
    }
}

@media screen and (max-width: 1024px) {
    .boxs .box {
        width: 100%
    }
}

.boxs .box_round {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative
}

.boxs .box_round.yellow {
    background: #fdd32b;
    color: #fdd32b
}

.boxs .box_round.blue {
    background: #5075b9;
    color: #5075b9
}

.boxs .box_round.pink {
    background: #f37666;
    color: #f37666;
}

.boxs .box_round.green {
    background: #a3a939;
    color: #a3a939
}
.boxs .box_round.cyan {
    background: #56c0a2;
    color: #56c0a2
}
.boxs .box_round.violet {
    background: #a46fa6;
    color: #a46fa6
}

.boxs .box_round:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -7px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: 2px solid
}

.boxs .box_content {
    width: calc(100% - 72px);
    color: #4D4D4D
}

.boxs .box_content h2 {
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
    margin-bottom: 5px
}

.boxs .box_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D
}

.box_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D
}

.page_content p {
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D;
    padding: 0 0 20px 0
}

.button_group {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 250px;
    margin-top: 82px;
}

.nav-item.active {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .button_group {
        padding: 0px 0px;
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .button_group {
        flex-direction: row;
        max-width: 600px;
        overflow: scroll;
        scroll-behavior: smooth;
    }

    .mobile_view {
        width: 100%;
        overflow: scroll;
    }

    .mobile_ui_tabs {
        width: 100%;
        overflow: scroll;
        scroll-behavior: smooth;
    }

    .table_bar .teb li {
        display: inherit;
    }

    a.previous {
        text-decoration: none;
        padding: 1px 7px 7px 5px;
        font-size: 36px;
        margin: 31px 0px 20px 0;
        position: absolute;
        z-index: 99;
        left: 0;
    }

    a.previous2 {
        text-decoration: none;
        padding: 1px 7px 5px 5px;
        font-size: 36px;
        margin: 1px 0px 20px 0;
        position: absolute;
        z-index: 99;
        left: 0;
    }

    a.next {
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px 7px 5px;
        font-size: 36px;
        margin: 32px 0px 20px 0;
        position: absolute;
        right: 0;
        z-index: 999;
    }

    a.next2 {
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px 6.5px 5px;
        font-size: 36px;
        margin: 0px 0px 20px 0;
        position: absolute;
        right: 0;
        z-index: 999;
    }

    a.previous:hover, a.previous2:hover, a.next:hover, a.next2:hover {
        background-color: #7b7070;
        color: #fff;
    }

    .previous, .previous2 {
        background-color: #4d4d4d;
        color: #fff;
    }

    .next, .next2 {
        background-color: #4d4d4d;
        color: #fff;
    }

}

.table_bar {
    margin-top: 81px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .table_bar {
        overflow: auto
    }
}

@media screen and (max-width: 767px) {
    .table_bar {
        margin-top: 20px
    }
}

.table_bar .teb {
    display: flex;
    background: #dadada;
    padding-left: 175px
}

@media screen and (max-width: 1024px) {
    .table_bar .teb {
        padding-left: 150px;
        width: 870px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .teb {
        padding-left: 0;
    }
}

.table_bar .teb li {
    width: calc(100% / 5);
    text-align: center;
    background: #DADADA;
    border: 1px solid #DADADA;
    display: flex;
    height: 49px;
    justify-content: center;
    cursor: pointer
}

.table_bar .teb li a {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.table_bar .teb li.active {
    background: #1A2852;
    border: 1px solid #DADADA
}

.table_bar .teb li:hover {
    background: #1A2852;
    border: 1px solid #1A2852
}

.table_bar .teb li.focus {
    background: #1A2852;
    border: 1px solid #1A2852
}

.table_bar .row {
    display: flex
}

@media screen and (max-width: 1024px) {
    .table_bar .row {
        width: 1020px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row {
        width: 100%;
        flex-direction: column
    }
}

.table_bar .row > .call:not(:last-child) {
    width: 175px;
    background: #1A2852;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 8px;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call:not(:last-child) {
        width: 150px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call:not(:last-child) {
        width: 100%;
        justify-content: flex-start
    }
}

.table_bar .row > .call:not(:last-child) .time {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    /*letter-spacing: -0.323077px*/
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call:not(:last-child) .time {
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call:not(:last-child) .time {
        padding: 10px 10px
    }
}

.table_bar .row > .call {
    width: calc(100% - 175px);
    padding: 15px 8px;
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call {
        width: 870px
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call {
        width: 100%;
        padding: 0px
    }
}

.table_bar .row > .call > svg {
    width: 100%;
    background: #ECECEC
}

.table_bar .row > .call.paper h4 {
    font-size: 18px;
    line-height: 21px;
    color: #181818;
    top: 40%;
    left: 30px
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call.paper h4 {
        font-size: 14px
    }
}

.table_bar .row > .call .call_row {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row {
        flex-direction: column
    }
}

.table_bar .row > .call .call_row > .call.ab {
    border-left: 20px solid;
    padding: 12px 30px 12px 20px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.table_bar .row > .call .call_row > .call.ab.border {
    border-right: 1px solid #DADADA !important
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab {
        width: 25%
    }
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row > .call.ab {
        width: 100%;
        box-sizing: border-box;
        margin: 0px
    }
}

.table_bar .row > .call .call_row > .call.ab h3 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.323077px;
    margin-bottom: 10px;
    font-weight: 500
}

.table_bar .row > .call .call_row > .call.paper {
    border-color: #ffffff;
}

.table_bar .row > .call .call_row > .call.paper h3 {
    color: #4d4d4d;
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab h3 {
        font-size: 16px
    }
}

.table_bar .row > .call .call_row > .call.ab p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.323077px;
    color: #4D4D4D
}

@media screen and (max-width: 1024px) {
    .table_bar .row > .call .call_row > .call.ab p {
        font-size: 14px
    }
}

.table_bar .row > .call .call_row .user_list {
    width: calc(100% - 20%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row .user_list {
        width: 100%;
        flex-direction: column;
        margin-top: 10px
    }
}

.table_bar .row > .call .call_row .call.user_list h3 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.table_bar .row > .call .call_row .call.user_list p {
    font-size: 12px;
    line-height: 14px
}

.table_bar .row > .call .call_row .user_list > span {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
    flex: 0 0 260px;
    width: 260px;
}

@media screen and (max-width: 767px) {
    .table_bar .row > .call .call_row .user_list > span {
        width: 100%;
        margin: 0 0 6px;
        flex: 0 0 auto;
    }
}

.table_bar .row > .call .call_row .user_list > span img {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.table_bar .row > .call .call_row .user_list > span:not(:last-child) {
    margin-right: 0px
}

.table_bar .row > .call .call_row.green > .call.ab {
    border-color: #a3a939
}

.table_bar .row > .call .call_row.green h3 {
    color: #a3a939
}

.table_bar .row > .call .call_row.pink > .call.ab {
    border-color: #f37666;
}

.table_bar .row > .call .call_row.pink h3 {
    color: #f37666;
}

.table_bar .row > .call .call_row.blue > .call.ab {
    border-color: #5075b9;
}

.table_bar .row > .call .call_row.blue h3 {
    color: #5075b9;
}

.table_bar .row > .call .call_row.yellow > .call.ab {
    border-color: #fdd32b
}

.table_bar .row > .call .call_row.yellow h3 {
    color: #fdd32b
}

.table_bar .row > .call .call_row.cyan > .call.ab {
    border-color: #56c0a2;
}

.table_bar .row > .call .call_row.cyan h3 {
    color: #56c0a2;
}
.table_bar .row > .call .call_row.violet > .call.ab {
    border-color: #a46fa6;
}

.table_bar .row > .call .call_row.violet h3 {
    color: #a46fa6;
}

.btn {
    padding: 15px 10px;
    font-size: 10px;
    background: #DADADA
}

@media screen and (max-width: 1024px) {
    .btn {
        font-size: 12px
    }
}

.btn.download {
    border-radius: 5px;
    transform: rotate(-180deg);
    background: #1A2852;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    color: #fff
}

.btn.download:hover {
    background: #43BFC5;
}

.btn.register {
    border-radius: 5px;
    transform: rotate(-180deg);
    background: #43BFC5;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    transform: rotate(-180deg);
    color: #fff
}

.btn.register:hover {
    background: #1A2852;
}

.button_group .btn {
    background: #DADADA;
    border-radius: 56px;
    padding: 15px 60px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.323077px;
    color: #FFFFFF;
    width: 18%;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .button_group .btn {
        font-size: 14px;
        padding: 14.5px 10px
    }
}

@media screen and (max-width: 767px) {
    .button_group .btn {
        width: 200px;
        margin-bottom: 20px;
        margin-right: 0;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .button_group .btn:not(:first-child):before {
        content: "";
        background: #DADADA;
        position: absolute;
        top: -14px;
        left: calc(50% - 10px);
        height: 10px;
        width: 20px;
        z-index: 1;
        transform: rotate(90deg)
    }
}

.button_group .btn.active {
    background: #1A2852
}


.button_group .btn:focus {
    background: #1A2852;
    outline: none
}

.button_group .btn:hover {
    background: #1A2852;
    outline: none
}

.button_group .btn:focus:before {
    background: #1A2852
}

/*@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Black.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Bold.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../../fonts/theme/CircularStd-Book.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-BoldItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-Medium.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../../fonts/theme/CircularStd-BookItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-MediumItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../../fonts/theme/CircularStd-BlackItalic.woff2') format('woff2'),
    url('../../fonts/theme/CircularStd-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}*/
/*navbar css*/
/* NAVBAR */

.navbar-custom {
    background-color: #231f20;
    margin-bottom:0;
    border-radius:0;
    z-index:1041;
    width:100%;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom.sticky {
    box-shadow: 0 0 12px 1px #ccc;
}

.navbar-custom a {
    color:#fff;
}

.navbar-custom .navbar-nav > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: RGBA(254, 0, 68, 0.3);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.3s, -moz-transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar-custom .icon-bar {
    background:#fac42b;
}

.sticky-wrapper {
    position:absolute;
    width:100%;
}

.sticky-wrapper a {
    color:#000000;
}

.is-sticky .navbar-custom {
    width:100%;
    background:#ffffff;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
    color:#000000;
}

.navbar-custom .navbar-nav > li > a {
    transition: all ease-in-out .3s;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

#static-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 12px 0px #343030;
}

#static-footer a {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: right;
    height: 100%;
    font-size: 14px;
}

.text-center{
    text-align:center;
}
/*additional classes*/
/*.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav:after{
    display: table;
    content: " ";
}
.navbar-nav {
    margin: 7.5px -15px;
}

.nav>li {
    position: relative;
    display: block;
}*/

.black {
    color: #231f20 !important;
}

.black-bg {
    background-color: #231f20 !important;
}

.yellow{
    color: #ffd200 !important;
}
.yellow-bg {
    background-color: #ffd200 !important;
}

.dark-yellow-bg {
    background-color: #323235 !important;
}

/* footer css*/
#static-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 12px 0px #343030;
    display: none;
}

#static-footer a {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: right;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
    #static-footer{
        display: block;
    }
}