@import "//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,cyrillic-ext,latin-ext,cyrillic";

* {
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%
}

body {
    font-family: roboto, sans-serif;
    line-height: 1;
    font-size: 11px;
    color: #ddd;
    background: #1c1c1e
}

input {
    vertical-align: top
}

input:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

ul {
    list-style: none
}

img {
    border: 0
}

a {
    color: #fe8002;
    text-decoration: none;
    outline: 0
}

.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clear {
    *min-height: 1px
}

#description {
    padding: 5px 0;
    text-align: center
}

#description span {
    color: #fe8002
}

.c-box {
    max-width: 1230px;
    margin: 0 auto
}

.dark-box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    background: #000;
    opacity: .3;
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
    z-index: 250
}

.close {
    width: 18px !important;
    height: 18px !important;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url(https://dinotube.monster/template/dinotube.monster/images/close.png)
}

#to_top {
    position: fixed;
    right: 0;
    bottom: 295px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px;
    background: #fe800280;
    color: #fff;
    z-index: 300;
    display: none;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px
}

input[type=password],
input[type=text],
select {
    line-height: 40px;
    height: 40px;
    color: #fff;
    padding: 0 13px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #151823;
    background: #18181a;
    border-radius: 4px
}

button,
input[type=submit] {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.container {
    max-width: 1230px;
    padding: 0 5px;
    margin: 0 auto
}

.container:after,
.container:before {
    display: table;
    clear: both;
    content: ''
}

.search-lock {
    width: 38px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    z-index: 1
}

.header {
    background: #212124;
    text-align: center;
    border-bottom: 1px solid #212124;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25)
}

.logo {
    float: left;
    margin: 12px 4% 0 0
}

@media only screen and (max-width:525px) {
    .logo {}

    .search-lock {
        position: inherit
    }
}

.mobile-search {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    background: 0 0;
    color: #807a7a;
    border: 1px solid #b9b7b7;
    font-size: 20px;
    border-radius: 2px;
    margin: 10px 0 0 0
}

.mobile-search.active {
    color: #2294d3;
    border: 1px solid #2294d3
}

@media only screen and (max-width:525px) {
    .mobile-search {
        display: block
    }
}

.search-form {
    float: right;
    width: 30%;
    position: relative;
    margin: 12px 0 0 5px
}

@media only screen and (max-width:785px) {
    .search-form {
        float: none;
        overflow: hidden;
        width: auto;
        margin: 10px 0 0
    }

    .search-form.open {
        display: block
    }
}

@media only screen and (max-width:525px) {
    .search-form {
        clear: both;
        display: none
    }
}

.search-form .input-text {
    padding: 0 40px 0 15px
}

.search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: 0 0;
    font-size: 20px;
    color: #9099b7;
    border: none;
    cursor: pointer
}

.search-form .search-btn i {
    display: block
}

.search-form .search-btn:hover {
    color: #e64c65
}

.search-form .search-btn:hover i {
    -webkit-animation: rotate .3s linear;
    -moz-animation: rotate .3s linear;
    -o-animation: rotate .3s linear;
    animation: rotate .3s linear
}

.menu-holder {
    overflow: hidden
}

@media only screen and (max-width:785px) {
    .menu-holder {
        width: 100%
    }
}

.menu {
    display: table;
    width: 100%
}

.menu a {
    display: table-cell;
    font-size: 14px;
    line-height: 66px;
    color: #fe8002;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    position: relative;
    font-weight: 600
}

.menu a:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid transparent;
    left: 0;
    right: 0;
    bottom: 30%;
    -webkit-transition: bottom .2s, border-color .2s;
    -moz-transition: bottom .2s, border-color .2s;
    -o-transition: bottom .2s, border-color .2s;
    transition: bottom .2s, border-color .2s
}

.menu a:hover {
    color: #fff
}

.menu a:hover:after {
    border-color: #fff;
    bottom: 0
}

.menu a.active {
    color: #fff
}

.menu a.active:after {
    border-color: #fff;
    bottom: 0
}

.title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    color: #ddd
}

.related-list {
    padding-top: 12px;
    font-size: 14px;
    color: #b8b8b8
}

.related-content {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.related-item {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.related-item:first-child {
    width: auto;
    padding: 7px 12px 0 0
}

.related-links {
    max-height: 62px;
    overflow: hidden
}

.related-links a {
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.related-links a:hover {
    color: #f5f5f5;
    background: #444449
}

.more {
    display: none;
    text-align: center
}

.related-list .more a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px
}

.related-list .more a:hover {
    text-decoration: none
}

.sort-area {
    position: relative;
    margin-top: 5px
}

.sort {
    position: absolute;
    top: 12px;
    right: 0
}

.sort-area .more {
    margin-bottom: 10px
}

.sort li {
    min-width: 120px;
    position: relative;
    margin-left: 5px;
    float: left;
    font-size: 12px
}

.sort li:first-child {
    margin-left: 0
}

.sort li span {
    display: block;
    padding-right: 10px;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    background-color: #2b2b2f;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.sort li span:hover {
    color: #fe8002
}

.people-option span {
    padding-left: 38px;
    background-image: url(https://dinotube.monster/template/dinotube.monster/images/people.png);
    background-position: 13px 50%
}

.type-option span {
    padding-left: 36px;
    background-image: url(https://dinotube.monster/template/dinotube.monster/images/video-option.png);
    background-position: 17px 50%
}

.dur-option span {
    padding-left: 33px;
    background-image: url(https://dinotube.monster/template/dinotube.monster/images/dur.png);
    background-position: 10px 50%
}

.sort ul {
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none
}

.sort .open ul {
    display: block
}

.sort .open span {
    border-radius: 0;
    -webkit-border-radius: 0
}

.sort .open>span {
    color: #fe8002;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0
}

.sort ul li {
    display: block;
    min-width: 0;
    margin-left: 0;
    float: none;
    background: #2b2b2f
}

.sort ul li span {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    background: 0 0;
    height: auto;
    line-height: normal;
    color: #fff
}

.people-option li span {
    padding-left: 38px
}

.type-option li span {
    padding-left: 36px
}

.dur-option li span {
    padding-left: 33px
}

.sort ul li span:hover,
.sort ul .current span {
    background: #444449;
    color: #fe8002
}

.active-option ul li span a {
    color: #fff
}

.active-option ul li span a:hover {
    color: #fe8002
}

.thumbs {
    font-size: 0;
    text-align: center
}

.thumb {
    width: 244px;
    margin: 0 1px 5px;
    color: #999;
    font-size: 14px;
    position: relative;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.thumb-content {
    padding: 1px;
    background: #212124
}

.thumb:hover {
    background: #2b2b2f
}

.thumb a:hover {
    color: #fff
}

.thumb-img {
    border: 1px solid #000;
    display: block
}

.thumb-img img {
    width: 100%;
    display: block
}

.categories.thumbs {
    padding-top: 10px
}

.cat-name {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #fe8002;
    text-transform: capitalize
}

.cat-name a {
    display: block;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.thumb:hover .cat-name,
.thumb:hover .cat-name a {
    color: #fff
}

.cat-videos {
    padding: 2px 0
}

.video-thumbs.thumbs {
    padding-top: 15px
}

.thumb-dur {
    width: 52px;
    height: 20px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    text-align: center
}

.thumb-dur span {
    position: relative
}

.thumb-dur span:first-child {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.thumb-cats {
    height: 2.4em;
    overflow: hidden;
    padding-top: 5px
}

.thumb-cats li {
    float: left;
    margin-left: 8px;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(https://dinotube.monster/template/dinotube.monster/images/cat-mark.png) no-repeat left center
}

.thumb-cats li:first-child {
    margin-left: 5px
}

.thumb-meta {
    padding: 7px 5px 0;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 2px
}

.thumb-date {
    float: left;
    padding-left: 20px;
    background: url(https://dinotube.monster/template/dinotube.monster/images/date-mark.png) no-repeat left top
}

.thumb-site {
    float: right;
    padding-left: 16px;
    background: url(https://dinotube.monster/template/dinotube.monster/images/site-mark.png) no-repeat left top;
    color: #ddd
}

.thumb .thumb-site:hover {
    color: #fe8002
}

.thumb-cats-area {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    padding-bottom: 3px;
    text-shadow: 1px 1px 0 #505353;
    display: none
}

.thumb:hover .thumb-cats-area {
    display: block
}

.thumb-cats-area span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .4;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40)
}

.thumb-cats-area .thumb-cats {
    position: relative;
    padding-top: 3px
}

.thumb-cats-area .thumb-cats li {
    background-image: url(https://dinotube.monster/template/dinotube.monster/images/cat-mark-active.png)
}

.thumbs-sm {
    padding-top: 25px
}

.thumbs-sm .thumb {
    width: 194px;
    margin: 0 5px 5px;
    font-size: 11px
}

.thumbs-sm .cat-name {
    font-size: 16px
}

.thumbs-sm .thumb-cats li {
    background-image: url(https://dinotube.monster/template/dinotube.monster/images/cats-list-mark.png);
    padding-left: 10px;
    margin-left: 4px
}

.pagination {
    padding-top: 15px;
    text-align: center;
    font-size: 0
}

.pagination a,
.pagination span {
    width: 43px;
    height: 43px;
    line-height: 45px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    margin: 0 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.pagination a {
    background: #323236
}

.pagination a:hover {
    background: #fe8002
}

.pagination .nav {
    width: auto;
    padding: 0 20px;
    background: #fe8002
}

.pagination span {
    background: #444449
}

.spot-block {
    height: 250px;
    padding-top: 20px;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.spot-block-item {
    height: 250px;
    min-height: 50px;
    min-width: 50px;
    overflow: hidden;
    margin: 0 3px 3px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.spot-block-item img,
.spot-block-item iframe {
    display: block
}

.resent-search {
    padding-top: 30px;
    font-size: 0;
    color: #fff
}

.resent-search .title {
    padding: 0 0 15px
}

.resent-search .view-area a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 14px;
    background: #444449;
    margin: 0 5px 11px 0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.resent-search .view-area a:hover {
    background: #fe8002
}

.resent-search .more a {
    display: block;
    font-size: 14px;
    background: #2d2d30;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.resent-search .more a:hover {
    text-decoration: underline
}

.video-area {
    margin-bottom: 15px;
    padding-top: 5px
}

.video-area .spot-block {
    height: auto;
    padding-top: 0;
    float: right
}

.video-area .spot-block-item {
    height: auto;
    margin: 11px 0 0;
    display: block
}

.video-area .spot-block-item:first-child {
    margin-top: 0
}

.video {
    width: 74%;
    float: left;
    padding: 2px 2px 15px;
    background: #161618;
    font-size: 12px
}

.player {
    border: 1px solid #3b3a3a
}

.video-cats {
    padding-top: 10px
}

.video-cats li {
    float: left;
    margin: 5px;
    padding-left: 20px;
    font-size: 12px;
    background: url(https://dinotube.monster/template/dinotube.monster/images/cat-mark.png) no-repeat left center
}

.video-cats li a:hover {
    color: #fff
}

.video-meta {
    padding: 10px 5px 0;
    line-height: 14px
}

.video-meta .thumb-date {
    color: #999
}

.video-meta .thumb-site:hover {
    color: #fe8002
}

.addthis_sharing_toolbox {
    padding-top: 30px;
    text-align: center
}

.video-area .video .spot-block {
    padding-top: 12px;
    float: none;
    height: auto;
    margin: 0 !important
}

.video-area .video .spot-block-item {
    margin: 0;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}

.video-area .video .spot-block-item img,
.video-area .video .spot-block-item iframe {
    max-width: 100%
}

#footer {
    margin-top: 30px;
    padding: 12px 0;
    line-height: 1.5;
    border-top: 1px solid #262629;
    color: #63636a;
    font-size: 12px;
    -moz-box-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: 0 -1px 0 #000;
    box-shadow: 0 -1px 0 #000;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=-1, color=#000)
}

.foot {
    max-width: 915px;
    margin: 0 auto;
    padding-right: 315px;
    background: url(../images/logo.png) no-repeat right center;
    min-height: 41px
}

.copy {
    color: #bbbbcf
}

.copy span {
    color: #fe8002
}

.spot-block span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 20px
}

.spot-block.wide,
.spot-block.mhdr,
.spot-block.mhdr .spot-block-item,
.spot-block.wide .spot-block-item {
    height: auto
}

.spot-block.mhdr,
.spot-block.mbtm,
.spot-block .spot-block-item.b {
    display: none
}

.spot-block.mhdr,
.spot-block.mbtm,
.spot-block.wide {
    padding-top: 5px;
    margin: 10px 0
}


.headerspot { 
    width:100%; 
    text-align:center; 
    min-height:100px; 
    margin-top: 5px;
}
.headerspot, .spot{
    display: none!important;
}
.spot{
    width: 100%;
}
.spot .item{
    text-align: center;
    min-height: 250px;
    clear: both;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: ;
}
.spot .item .exo-native-widget{
    background: #212124 !important;
} 
.spot .item .exo-native-widget-item-image{
    border: 1px solid #000;
}
.spot .item .exo-native-widget-item-content{
    height: auto!important;
    margin-bottom: 5px;
    min-height: 26px;
}
.spot .item .exo-native-widget-item-title{
    color: rgb(254, 128, 2)!important;
    text-align: center!important;
    font-size: 11px!important;
    font-family: roboto, sans-serif!important;
}
.spot .item .exo-native-widget-item-text{
    display: none!important;
}

@media screen and (max-width:1255px) {

    #header .c-box,
    .title,
    .related-list,
    .pagination,
    .resent-search {
        padding-left: 10px;
        padding-right: 10px
    }

    .categories-list {
        left: 10%;
        right: 10%
    }

    .sort-area {
        margin-left: 10px;
        margin-right: 10px
    }

    .sort-area .title,
    .sort-area .related-list {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px
    }

    .video-area {
        padding-left: 1%;
        padding-right: 1%
    }

    .video {
        width: 72%
    }

    .foot {
        padding-left: 10px
    }
}

@media screen and (max-width:1155px) {
    .video {
        width: 70%
    }
}

@media screen and (max-width:1079px) {
    .video {
        width: 68%
    }

    .spot-block .spot-block-item.b {
        display: inline-block
    }

    .spot-block .spot-block-item.a {
        display: none
    }
}

@media screen and (max-width:1015px) {
    .video {
        width: 65%
    }
}

@media screen and (max-width:935px) {
    .video {
        width: 63%
    }
}

@media screen and (max-width:890px) {
    .video {
        width: 60%
    }
}

@media screen and (max-width:820px) {
    .video {
        width: auto;
        float: none
    }

    .video-area .spot-block {
        float: none;
        height: 250px;
        padding-top: 17px
    }

    .video-area .spot-block-item {
        height: 250px;
        margin: 0 3px 3px;
        display: inline-block;
        *display: inline;
        *zoom: 1
    }
}

@media screen and (max-width:765px) {
    #header {
/*        margin-bottom: 55px*/
    }

    .head {
        position: relative
    }

    .head-item:first-child {
        position: static;
        width: 100%
    }

    .search-box {
        top: 111%;
        right: 0;
        left: 0
    }

    .search-block {
        width: 100%;
        background: #ccccdc;
        overflow: visible;
        border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .search .search-submit {
        background: url(https://dinotube.monster/template/dinotube.monster/images/search-active.png) no-repeat center;
        cursor: pointer
    }

    .search-category {
        border-left: 1px solid #000;
        border-right: 1px solid #000
    }

    .thumb {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 11px
    }

    .thumbs-sm .thumb {
        width: 194px;
        margin: 0 5px 5px
    }

    .cat-name {
        font-size: 16px
    }

    .thumb-cats li,
    .thumb-cats-area .thumb-cats li {
        background-image: url(https://dinotube.monster/template/dinotube.monster/images/cats-list-mark.png);
        padding-left: 10px;
        margin-left: 4px
    }

    .sort {
        display: table;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        border-collapse: collapse
    }

    .sort>li {
        width: 33%;
        min-width: 0;
        display: table-cell;
        padding-left: 5px;
        margin-left: 0;
        float: none;
        font-size: 12px
    }

    .sort li:first-child {
        padding-left: 0
    }

    .sort ul li {
        margin-right: 5px
    }

    .sort li:first-child ul li {
        margin-right: 0
    }

    .foot {
        text-align: center;
        background-position: 50% 7px;
        padding: 58px 10px 0
    }

    .foot p {
        padding-bottom: 10px
    }

    .spot-block.wide {
        display: none
    }
}

@media screen and (max-width:675px) {
    .pagination a {
        display: none
    }

    .pagination .nav {
        display: inline-block;
        *display: inline;
        *zoom: 1
    }

    .spot-block.mhdr,
    .spot-block.mbtm {
        display: block
    }
}

@media screen and (max-width:635px) {
    .thumbs-sm .thumb {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%
    }

    #description {
        display: none
    }

    .menu-mark {
        display: block
    }

    .menu {
        background: 0 0
    }

    .menu>ul {
        position: absolute;
        z-index: 200;
        right: -10px;
        margin-top: 2px;
        display: none
    }

    .menu.open>ul {
        display: block
    }

    .menu>ul>li,
    .menu>ul>li:first-child {
        display: block;
        border: 0;
        background-color: #212123;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=0, color=#000000)
    }

    .menu-cat,
    .menu-videos,
    .menu-share {
        background-position: 15px 50%;
        overflow: visible;
        padding-left: 52px;
        width: auto
    }

    .menu-share {
        background-position: 16px 50%
    }

    .categories-list {
        width: 277px;
        top: 0;
        right: 0;
        left: auto
    }

    .categories-list li {
        width: 50%
    }

    .menu-lang {
        position: static
    }

    .menu-lang ul {
        display: none;
        left: auto;
        top: 0;
        right: 0;
        width: 277px;
        padding-top: 35px;
        cursor: default
    }

    .menu-lang .close {
        display: block;
        cursor: pointer
    }

    .menu-lang ul li {
        width: 50%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .menu-lang ul li a {
        padding: 5px 10px;
        color: #fff
    }

    .menu-lang ul li a:hover {
        background: 0 0;
        color: #01bce5
    }

    .menu-lang ul img {
        display: inline;
        margin: 0 10px 0 0
    }
}

@media screen and (max-width:620px) {
    .headerspot, .spot{
        display: block!important;
    }
    .resent-search .view-area {
        max-height: 148px;
        overflow: hidden
    }

    .video-area .video .spot-block {
        display: none
    }
}

@media screen and (max-width:525px) {

    .thumb,
    .thumbs-sm .thumb {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media screen and (max-width:479px) {
    h1.title {
        font-size: 16px
    }
}

@media screen and (max-width:425px) {
    .video-cats {
        height: 14px;
        line-height: 14px;
        overflow: hidden
    }

    .video-cats li {
        margin: 0 5px
    }

    .sort li span {
        background-image: none;
        padding-left: 10px;
        padding-right: 0
    }
}