.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
body {
    background-color: #ebeef2;
}
a {
    outline: none
}

.navbar {
    margin-bottom: 10px;
}

.newbadge {
    position: absolute;
    right: -0.2rem;
    top: 0.5rem;
}

.tile.is-child {
    margin: 5px !important;
}

    .media:hover, .tile .is-child:hover {
        background-color: #fafafa;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);

    }

.buttons .button:not(:last-child) {
    margin-right: 1.5rem;
}


li.active > .pagination-link {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}

.badge[data-badge]::after {
    left: calc(100% - (1rem / 1));
    top:-0.5rem;
    z-index: 1;
}

.navbar-item.is-mega {
    position: static;
}

.is-mega-menu-title {
    margin-bottom: 0;
    padding: .375rem 1rem;
}


.panel {
    font-size: 0.90rem;
}
.subtitle {
    color: #566b78;
}
.box {
    border-radius: 2px;
    box-shadow: 0px 1px 0px 0px rgba(36,38,47,0.10), 0px 4px 6px 0px rgba(0,0,0,0.06);    
}

    .box > .breadcrumb, .box > .title {
        background: #fbfbfb;
        border-bottom: 1px solid #e8e8e8;
        height: 55px;
        line-height: 55px;
        padding: 0px 10px;
        position: relative;
        color: #666;
        font-size: 18px;
        margin: -1.25rem -1.25rem 0.5rem -1.25rem;
    }
        .box > .breadcrumb {
            font-size:14px;
        }
        .pl-10 {
            padding-left: 10px;
        }
.pl-35 {
    padding-left:35px;
}

.apptag a {
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 5px;
    padding: 4px 2px 4px 2px;
    background-color: #fff;
    background-position: 0 0;
    font-size: 13px;
    width: 16%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}


.top-list {
    margin: 0 auto;
    overflow: hidden;
}
    .top-list li {
        width: 33%;
        float: left;
        position: relative;
    }
.listvert 
{
    margin:auto -1.25rem;
}
    .listvert li {
        width: 100% !important;
        float: left;
        position: relative;
        border-bottom: 1px solid #eee;
    }

.top-list li:hover {
    background: #f5f7fa;
}
    .top-list dl {
        display: block;
        position: relative;
        height: 130px;
        padding-top: 10px;
        overflow: hidden;
    }
        .top-list dl dt {
            float: left;
            width: 140px;
            height: 130px;
            text-align: center;
        }
        .top-list dl .title-dd {
            padding-right: 10px;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
        }

        .top-list dl dd {
            color: #666;
            overflow: hidden;
            line-height: 24px;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin:5px 0;
        }
    .top-list li:hover .down {
        bottom: 10px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
.top-list dl .title-dd a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #666;
}

    .top-list dl dd a {
        color: #666;
        font-size: 13px;
        display: block;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.verified {
    margin-top: 5px;
    margin-left: 8px;
}
.carousel[data-size]:not(.carousel-animate-fade) .carousel-container .carousel-item {
     padding: 0 !important; 
}
.carousel .image img {
    height: 355px;
}
.msearch {
    padding: 0 0 10px 10px;
}
.sharepanel .panel-icon {
    height:33px;
    width:33px;
}

@media screen and (max-width: 769px) {
    .apptag a {
            width: 46%;
        }

        .top-list li {
            width: 100%;
            float: left;
            position: relative;
        }
    }
.stars {
    display: block;
    background: url(/images/stars2.png) repeat-x;
    height: 15px;
    width: 70px;
    clear: both;
    direction: ltr;
    float: left;
}

    .stars span {
        display: block;
        background: url(/images/stars1.png) repeat-x;
        height: 15px;
        width: 75px;
    }

    .stars, .stars span {
        background-size: 15px;
    }
.stars-info {
    float: left;
    max-width: 70px;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    margin-left: 5px;
    color: #fa8b16;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adbox {
    margin: 10px 0 10px 0;
}