/*--------------- breadcrumb -----------------*/
.breadcrumb{
    color: #a7a9ac;
    margin-bottom: 35px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.breadcrumb span{
    display: inline-block;
}
.breadcrumb a{
    color: #000;
    position: relative;
    display: inline-block;
}
.breadcrumb *+*:before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    font-size: 14px;
    line-height: 12px;
    margin: 0 7px 0px 8px;
}

/*--------------------- page inside ----------------------*/
.content{
    position: relative;
    padding: 25px 24px 0px;
}
.main-part{
    float: left;
    width: calc(100% - 330px);
}
.sidebar{
    float: left;
    width: 310px;
    margin-right: 20px;
    margin-bottom: 40px;
    position: relative;
}
.sidebar-right{
    float: right;
    width: 310px;
    margin-left: 20px;
    margin-bottom: 40px;
    position: relative;
}
.sidebar-title{
    font-size: 16px;
    font-weight: 800;
    background: #000;
    color: #fff;
    padding: 18px 16px;
    text-transform: uppercase;
}
.title{
    position: relative;
    margin-bottom: 25px;
}
.text-module{
    margin-bottom: 20px;
}

/*----------------------------- Further menu horizontal ---------------------------- */
.further-menu{
  margin-bottom: 45px;
}
.further-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.further-menu ul li{
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}
.further-menu ul li a{
  display: block;
  border: 1px solid #d7d7d7;
  padding: 15px 35px;
  font-size: 14px;
  color: #29353d;
  background: #ececec;
  font-weight: bold;
}
.further-menu ul li:hover a{
  color: #fff;
  background: #97a2aa;
}
.further-menu ul li.current a{
  color: #fff;
  background: #465057;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
    background: #141c21;
}
.pagination ul {
    font-size: 15px;
    float: right;
    padding: 0px;
    margin: 0px;
}
.pagination li {
    text-align: center;
    list-style-type: none;
    float: left;
    width: 44px;
    height: 48px;
    line-height: 48px;
    color: #C2C2C2;
    font-weight: 600;
}
.pagination a, .pagination span,
.pagination a:visited {
    display: block;
    height: 48px;
    background: #141c21;
    color: #C2C2C2;
    font-weight: 600;
    text-decoration: none;
    border: none
}
.pagination a.forward{
    background: #465057 !important;
}
.pagination a:hover,
.pagination a:visited:hover {
    color: #fff !important;
    background: #000 !important;
}
.pagination a.currentpage, .pagination span.currentpage {
    background: #000 !important;
    cursor: default;
    color: #fff !important;
}
.pagination a.disablelink,
.pagination a.prevnext {
    color: #9f9f9f !important;
    cursor: default;
    opacity: 0.5 !important;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
    color: #9f9f9f !important;
    background: #141c21 !important;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
    width: 100%;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    color: #909090;
    box-sizing: border-box;
}
.nl_osn a {
    font-size: 14px;
    text-decoration: none;
}
.tr {
    width: 100%;
    display: table;
    padding: 8px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: default;
    box-sizing: border-box;
}
.tr:nth-child(odd){
    background: #f5f5f5;
}
.tr span,
.th {
    display: table-cell;
    color: #3b3e4a;
    box-sizing: border-box;
}
.download1 {
    width: 72%;
    vertical-align: middle;
}
.size1,
.type1 {
    width: 8%;
    padding: 0 3px;
    text-align: right;
    vertical-align: middle;
}
a.pdf,
a.pdf:visited {
    display: block;
    float: right;
    font-size:12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 12px;
    display: table-cell;
    top: 3px;
    position: relative;
    color: #fff;
    background: #000;
}
a.pdf:hover{
    color: #fff;
    background: #555;
}

/*--------------- video -----------------*/
.video{
    max-width: 980px;
    margin: 40px 0px 0px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 51%;
    height: 0;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
    margin: 30px 0px;
    position: relative;
}
.tagsContainer::before{
    content: '\f02c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #222;
    position: relative;
    left: 0px;
    top: 0px;
    margin-right: 10px;
    font-weight: bold;
}
.tagsContainer .tag-filter {
    display: inline-block;
    padding: 4px 10px;
    margin: 6px 5px 0 0;
    border-radius:3px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border: 1px solid #222;
}
.tagsContainer .tag-filter:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

/*--------------- share buttons -----------------*/
.share-btns{
    display: inline-block;
}

/*--------------- sort by -----------------*/
.sort-wrap{
    margin-bottom: 40px;
    background: #141c21;
    position: relative;
}
.sort-wrap-inner{
    float: left;
    padding: 6px 0px;
}
.how-many{
    float: right;
    font-size: 12px;
    color: #a3a3a3;
    line-height: 36px;
    padding-right: 18px;
}
.sort-float{
    float: left;
    margin-right: 60px;
    margin-left: 18px;
}
.sort-float label{
    float: left;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    margin-right: 8px;
}
.field-right{
    float: left;
}
.sw-1{
    width: 90px !important;
}
.sw-2{
    width: 160px !important;
}
.sort-float .styled-select{
    height: 36px;
    background: #29353d;
    border: none;
    margin-bottom: 0px;
}
.sort-float .styled-select select{
    height: 36px;
    color: #c3c3c3;
    font-style: italic;
}
.sort-float .styled-select:after{
    color: #c3c3c3;
}
.sort-float .styled-select select option{
    background: #333;
}
.sort-wrap .pagination{
    float: right;
}

.sort-wrap-other-style{
    margin-bottom: 25px;
    position: relative;
}
.sort-wrap-other-style .sort-float{
    margin-left: 0px;
}
.sort-wrap-other-style .sort-float label{
    color: #222;
}
.sort-wrap-other-style .sort-float .styled-select {
    height: 36px;
    background: #fff;
    border: 1px solid #c2c2c2;
    margin-bottom: 0px;
}
.sort-wrap-other-style .sort-float .styled-select select{
    color: #222;
}
.sort-wrap-other-style .sort-float .styled-select select option{
    background: #fff;
}

/*--------------------- responsive sort ----------------------*/
.responsive-sort {
    display: none;
    float: left;
    position: relative;
    background: #465057;
    height: 48px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 25px 6px 43px;
    cursor: pointer;
    box-sizing: border-box;
}
.responsive-sort::before{
    content: '\f0ec';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 13px;
    line-height: 48px;
    font-weight: normal;
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sort-choice{
    display: block;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #a3a3a3;
}

