/*

Main
Theme: Higgs

*/

/* Index

    1 - Wrap          2 - Commons     3 - Buttons
    4 - Icons         5 - Caption     6 - Blockquotes
    7 - Tabs          8 - Bars        9 - FAQ
   10 - Services     11 - Item       12 - Header
   13 - Input        14 - Overlay    15 - Dividers
   16 - Portfolio    17 - Counts     18 - Slider
   19 - Carousel     20 - Blog       21 - Timeline
   22 - Related      23 - Logos      24 - Team
   25 - Features     26 - Pricings   27 - Quotes
   28 - Newsletter   29 - Socials    30 - Footer
   31 - Gallery      32 - Page       33 - 404
   34 - Post         35 - Project    36 - Archives
   37 - Pagination   38 - Author     39 - Comments
   40 - Share        41 - Content    42 - Sidebar
   43 - Widgets

*/

/* 1 - Wrap */

body {
    background: #fff;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 30px;
    position: relative;
}

#pb-mask {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#pb-mask .pb-circle {
    height: 70px;
    width: 70px;
    position: fixed;
    top: 50%;
    right: 50%;
    margin: -35px;
    z-index: 9;
    border-radius: 100%;
    border: 2px dashed #ffd166;
    opacity: 0;
    visibility: hidden;
}

#pb-mask .pb-spin {
    height: 70px;
    width: 70px;
    position: fixed;
    top: 50%;
    right: 50%;
    margin: -35px;
    z-index: 99;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}

#pb-mask .pb-spin img {
    height: 50px;
}

.pb-frame {
    position: fixed;
    z-index: 999999;
}

.pb-frame-top {
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
}

.pb-frame-bottom {
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
}

.pb-frame-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
}

.pb-frame-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
}

#pb-wrap {
    position: relative;
    height: 100%;
}

.pb-section {
    position: relative;
    overflow: hidden;
}

/* 2 - Commons */

.pb-tab,
.pb-excerpt,
.pb-content {
    font-family: 'Open Sans', sans-serif;
}

.pb-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -moz-word-wrap: break-word;
    -webkit-word-wrap: break-word;
}

.pb-name {
    letter-spacing: 1px;
}

/* 3 - Buttons */

[class*="btn"] {
    cursor: pointer;
}

.pb-btn {
    text-align: center;
    display: inline-block;
    border-width: 2px;
}

.pb-btn a {
    white-space: nowrap;
    overflow: hidden;
}

.pb-btn-s {
    height: 30px;
    line-height: 30px;
}

.pb-btn-s a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
}

.pb-btn-m {
    height: 45px;
    line-height: 45px;
}

.pb-btn-m a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 0 30px;
    text-transform: uppercase;
}

.pb-btn-l {
    height: 60px;
    line-height: 60px;
}

.pb-btn-l a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 0 45px;
    text-transform: uppercase;
}

/* 4 - Icons */

.pb-icon-s {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
}

.pb-icon-s i {
    font-size: 20px;
}

.pb-icon-m {
    height: 70px;
    width: 70px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
}

.pb-icon-m i {
    font-size: 30px;
}

.pb-icon-l {
    height: 80px;
    width: 80px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
}

.pb-icon-l i {
    font-size: 40px;
}

.pb-icon-xl {
    height: 90px;
    width: 90px;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
}

.pb-icon-xl i {
    font-size: 50px;
}

/* 5 - Caption */

.pb-caption {
    border-width: 2px;
    display: inline-block;
    padding: 10px;
}

/* 6 - Blockquotes */

blockquote .pb-cite {
    font-style: italic;
}

blockquote .pb-name {
    margin-top: 10px;
}

/* 7 - Tabs */

.pb-tabs-hor .pb-tab-list {
    margin-bottom: 30px;
}

.pb-tabs-hor .pb-tab-list li {
    display: inline-block;
    padding-bottom: 10px;
    border-width: 0 0 2px 0;
    margin-right: 30px;
}

.vc_txt-center .pb-tabs-hor .pb-tab-list li {
    margin-right: 15px;
    margin-left: 15px;
}

.vc_txt-left .pb-tabs-hor .pb-tab-list li {
    margin-right: 30px;
}

.vc_txt-right .pb-tabs-hor .pb-tab-list li {
    margin-left: 30px;
    margin-right: 0;
}

.pb-tabs .pb-tabs-hor .pb-tab-list li {
    margin-right: 30px;
    margin-left: inherit;
}

.pb-tabs-vert {
    position: relative; 
}

.pb-tabs-vert .pb-tab-list {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.pb-tabs-vert .pb-tab-list li {
    display: list-item;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-width: 2px;
}

.pb-tabs-vert .pb-tab {
    padding-left: 230px;
}

.pb-tab {
    line-height: 28px;
}

/* 8 - Bars */

.pb-bar {
    position: relative;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 30px;
}

.pb-bar .pb-title {
    font-size: 14px;
}

.pb-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0;
}

/* 9 - FAQ */

.pb-faq .pb-title {
    margin-bottom: 30px;
    border-width: 0 0 2px 0;
    padding-bottom: 10px;
    cursor: pointer;
}

.pb-faq .pb-content {
    display: none;
    margin-bottom: 30px;
}

.pb-faq .pb-content.pb-open {
    display: block;
}

/* 10 - Services */

.pb-service {
    position: relative;
}

.pb-service .pb-icon-side {
    position: absolute;
    top: 0;
    left: 0;
}

.pb-step {
    position: relative;
}

.pb-step .pb-index-side {
    position: absolute;
    top: 0;
    left: 0;
}

.pb-step .pb-index {
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
}

/* 11 - Item Custom */

.pb-carousel .pb-item {
    margin: 0 15px;
}

.pb-custom .pb-border {
    border-width: 2px;
}

.pb-custom .pb-media {
    overflow: hidden;
    position: relative;
}

.pb-custom .pb-text {
    position: relative;
}

.pb-custom .pb-image .pb-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.pb-custom .pb-image .pb-overlay .pb-icon {
    height: 46px;
    width: 46px;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
}

.pb-custom .pb-border .pb-icon i {
    line-height: 45px;
    font-size: 20px;
}

.pb-custom .pb-image {
    height: 100%;
    width: 100%;
}

.pb-custom .pb-btn {
    margin-top: 30px;
    border-width: 2px;
}

/* 12 - Header */

.pb-header {
    top: 0;
    left: 0;
    width: auto;
    z-index: 9999;
    height: 90px;
    right: 0;
}

.pb-header-centre {
    height: 150px;
}

.pb-header .pb-logo-top {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 30px;
    z-index: 9999;
}

.pb-header-centre .pb-logo-top {
    left: 0;
    right: 0;
    width: auto;
}

.pb-sticky .pb-logo-top {
    top: 15px;
}

.pb-logo-top img {
    max-height: 30px;
}

.pb-header-centre .pb-logo-top img {
    margin: 0 auto;
}

.pb-btn-link {
    z-index: 999;
    height: 90px;
    width: 90px;
    line-height: 80px;
    text-align: center;
    bottom: 30px;
    left: 30px;
    border: 10px solid #fff;
}

.pb-btn-link i {
    font-size: 20px;
}

.pb-btn-search {
    z-index: 9999;
    height: 90px;
    width: 90px;
    text-align: center;
    top: 30px;
    right: 30px;
    border: 10px solid #fff;
}

.pb-btn-search.pb-no-brd i {
    line-height: 90px;
}

.pb-search .pb-btn-close {
    top: 0;
    right: 0;
    line-height: 100px;
    height: 90px;
    width: 90px;
    text-align: center;
}

.pb-btn-close i {
    font-size: 20px;
    color: #222;
}

.pb-search {
    z-index: 99999;
    height: 90px;
    width: auto;
    top: 30px;
    display: none;
    left: 30px;
    right: 30px;
    line-height: 90px;
}

.pb-btn-search i {
    font-size: 20px;
    line-height: 70px;
}

.pb-link {
    z-index: 999999;
    height: 90px;
    width: auto;
    bottom: 30px;
    display: none;
    left: 30px;
    right: 30px;
}

.pb-link .pb-btn-close {
    top: 0;
    left: 0;
    line-height: 100px;
    height: 90px;
    width: 90px;
    text-align: center;
}

.pb-link-list {
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.pb-link-list li {
    display: inline-block;
    line-height: 90px;
    height: 90px;
}

.pb-link-list li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 60px;
}

/* Main Menu */

.pb-main-menu {
    position: absolute;
    top: 30px;
    right: 200px;
    left: 200px;
    width: auto;
    text-align: center;
}

.pb-header-collapse .pb-main-menu {
    display: none;
}

.pb-header-centre .pb-main-menu {
    top: 90px;
    left: 0;
    right: 0;
    width: auto;
}

.pb-sticky .pb-main-menu {
    top: 15px;
}

.pb-main-menu .pb-menu {
    display: inline-block;
    height: 30px;
}

.pb-header-centre .pb-main-menu .pb-menu {
    width: 100%;
}

.pb-btn-menu {
    top: 0;
    right: 90px;
    line-height: 105px;
    z-index: 9999;
    height: 90px;
    width: 90px;
    text-align: center;
}

.pb-btn-menu.pb-pos-fix {
    top: 30px;
    right: 120px;
}

.pb-btn-menu.pb-btn-sticky {
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.pb-btn-menu.pb-btn-sticky i {
    line-height: 60px;
}

.pb-btn-menu i {
    font-size: 24px;
    line-height: 90px;
}

.pb-header-white .pb-btn-menu i {
	color: #fff;
}

.pb-header-black .pb-btn-menu i {
	color: #222;
}

.pb-sticky .pb-btn-menu i {
    line-height: 60px;
}

.pb-main-menu .pb-main-list {
    height: 30px;
}

.pb-header-centre .pb-main-menu .pb-main-list {
    width: 100%;
}

.pb-main-menu .pb-onep-list {
    cursor: pointer;
}

.pb-main-menu .pb-main-list li {
    display: inline-block;
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.pb-main-menu .pb-main-list .pb-main-item a:after {
    margin-left: 10px;
    content: '\e924';
    color: #fff;
    font-size: 14px;
    font-family: 'Higgs Icons';
    display: inline-block;
}

.pb-main-menu .pb-main-list li a { 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}

.pb-header-white .pb-main-menu .pb-main-list li a {
    color: #fff;
}

.pb-header-black .pb-main-menu .pb-main-list li a {
    color: #222;
}

.pb-main-menu .pb-main-list .pb-sub-list {
    text-align: left;
    position: absolute;
    top: 30px;
    padding-top: 30px;
    left: 0;
    padding-left: 30px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.pb-sticky .pb-main-menu .pb-main-list .pb-sub-list {
    top: 15px;
}

.pb-main-menu .pb-main-list .pb-sub-list li {
    display: list-item;
    width: 240px;
    margin-left: 0;
    padding: 0;
    height: auto;
    line-height: 45px;
    background: #000;
    position: relative;
}

.pb-main-menu .pb-main-list .pb-mega-item .pb-sub-list li a:after,
.pb-main-menu .pb-main-list .pb-sub-list a:after {
    display: none;
}

.pb-main-menu .pb-main-list .pb-sub-list .pb-main-item:after {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    color: #FFD166;
    font-size: 14px;
    font-family: 'Higgs Icons';
    content: '\e926';
}

.pb-main-menu .pb-main-list .pb-sub-list li a {
    font-weight: 400;
    font-size: 12px;
    padding: 0 30px 0 10px;
    color: #fff;
    display: block; 
}

.pb-main-menu .pb-main-list .pb-sub-list li a:before {
    content: '';
    width: 0;
    height: 0;
    background: #FFD166;
    display: inline-block;
    margin-right: 10px;

    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.pb-main-menu .pb-main-list ul .pb-sub-list {
    left: 240px;
    top: 0 !important;
    padding-top: 0 !important;
    opacity: 0;
    visibility: hidden;
}

/* Mobile Menu */

.pb-mobile-menu {
    overflow: hidden;
    display: none;
    width: 100%;
    z-index: 9999;
    background: #000;
    height: 100%;
    padding-bottom: 30px;
}

.pb-mobile-menu .pb-menu {
    display: table-cell;
    vertical-align: middle;
}

.pb-header.pb-pos-fix {
    top: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}

.pb-sticky {
    height: 60px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}

.pb-sticky + .pb-mobile-menu {
    top: 60px !important;
}

.pb-header.pb-pos-fix + .pb-mobile-menu {
    width: auto;
    left: 30px;
    right: 30px;
    z-index: 999;
    padding-bottom: 105px;
}

.pb-header.pb-pos-abs + .pb-mobile-menu,
.pb-header.pb-pos-fix + .pb-mobile-menu {
    top: 90px;
}

.pb-mobile-menu .pb-main-list {
    text-align: center;
}

.pb-mobile-menu .pb-main-list li {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
}

.pb-mobile-menu .pb-main-list li:last-child {
    border-bottom: none;
}

.pb-mobile-menu .pb-main-item .pb-btn-sub-down:after {
    content: '\e924';
    font-family: 'Higgs Icons';
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.pb-mobile-menu .pb-main-item .pb-btn-sub-up:after {
    content: '\e927';
}

.pb-mobile-menu .pb-main-list li span,
.pb-mobile-menu .pb-main-list li a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
}

.pb-mobile-menu .pb-main-list .pb-sub-list {
    display: none;
    background: #222;
}

.pb-mobile-menu .pb-main-list .pb-sub-list li {
    height: auto !important;
    overflow: visible !important;
}

.pb-mobile-menu .pb-main-list .pb-sub-list ul {
    display: block !important;
    background: #333;
}

.pb-mobile-menu .pb-main-list .pb-sub-list ul ul {
    background: #444;
}

.pb-mobile-menu .pb-main-list .pb-sub-list li a {
    font-size: 12px;
}

/* Mega Menu */

.pb-main-menu .pb-mega-item {
    position: static !important;
}

.pb-main-menu .pb-mega-item .pb-sub-list:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: #000;
    top: 30px;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 0;
}

.pb-main-menu .pb-mega-item .pb-sub-list {
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    padding-top: 60px;
    padding-left: 0;

    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-item .pb-sub-list li {
    width: 100%;
    margin: 0;
    padding-left: 15px;
}

.pb-main-menu .pb-mega-item .pb-title-item {
    padding-top: 15px !important;
}

.pb-main-menu .pb-mega-item .pb-title-item a {
    color: #FFD166 !important;
    cursor: default;
}

.pb-main-menu .pb-mega-item .pb-sub-list li i {
    vertical-align: baseline;
    margin-right: 5px;
}

/* 13 - Input */

.pb-input-search {
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    border: none;
    padding: 0 90px 0 30px;
}

/* 14 - Hero */

.pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.pb-btn-down {
    height: 60px;
    width: 60px;
    text-align: center;
    border-width: 2px;
}

.pb-btn-down i {
    font-size: 30px;
    line-height: 60px;
}

.pb-btn-up {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

/* 15 - Dividers */

.pb-divider-xl {
    display: inline-block;
    border-width: 2px 0 0 0;
    width: 150px;
}

.pb-divider-l {
    display: inline-block;
    border-width: 2px 0 0 0;
    width: 120px;
}

.pb-divider-m {
    display: inline-block;
    border-width: 2px 0 0 0;
    width: 90px;
}

.pb-divider-s {
    display: inline-block;
    border-width: 2px 0 0 0;
    width: 60px;
}

.pb-divider-xs {
    display: inline-block;
    border-width: 2px 0 0 0;
    width: 30px;
}

/* 16 - Portfolio */

.pb-filter-left {
    text-align: left;
    padding: 0;
}

.pb-filter-center {
    text-align: center;
}

.pb-filter-list li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 150px;
    margin: 0 10px 10px 0;
    text-align: center;
    border-width: 2px;
}

.pb-filter-list li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.pb-portfolio .pb-grid {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.pb-portfolio .pb-grid.pb-gap-15 {
    margin-left: -30px;
    margin-right: -30px;
}

.pb-portfolio .pb-grid.pb-gap-30 {
    margin-left: -45px;
    margin-right: -45px;
}

.pb-portfolio .pb-grid.pb-gap-45 {
    margin-left: -60px;
    margin-right: -60px;
}

.pb-portfolio .pb-item {
    padding: 0;
    position: relative;
}

.pb-portfolio .pb-item img {
    width: 100%;
    max-width: 100%;
}

.pb-portfolio .pb-item .pb-overlay {
    opacity: 0;
}

.pb-portfolio .pb-item .pb-caption {
    position: absolute;
    width: auto;
}

.pb-portfolio .pb-item .pb-to-left {
    left: -100%;
    bottom: 30px;
}

.pb-portfolio .pb-item .pb-to-right {
    right: -100%;
    bottom: 30px;
}

.pb-portfolio .pb-item .pb-to-left.pb-txt-center {
    right: 30px;
}

.pb-portfolio .pb-item .pb-to-right.pb-txt-center {
    left: 30px;
}

.pb-portfolio .pb-item .pb-to-right.pb-middle,
.pb-portfolio .pb-item .pb-to-left.pb-middle {
    bottom: 50%;
}

.pb-portfolio .pb-item .pb-to-top {
    left: 30px;
    right: 30px;
    top: -100px;
}

.pb-portfolio .pb-item .pb-to-bott {
    bottom: -100%;
    left: 30px;
    right: 30px;
}

.pb-portfolio .pb-item .pb-meta {
    letter-spacing: 2px;
}

/* infinite scroll */

.un-portfolio-page {
	display: none;
	overflow: hidden; 
}

/* 17 - Counts */

.pb-counter {
    text-align: center;
}

.pb-counter .pb-border {
    border-width: 2px;
    margin: 0 auto;
}

.pb-counter .pb-dot {
    top: 10px;
    left: 10px;
    height: 10px;
    width: 10px;
    position: absolute;
    background: #FFD166;
}

/* 18 - Slider */

.pb-slider .slick-dots {
    margin: 30px 0 60px 0;
}

.pb-slider .slick-dots li {
    background: #ccc;
}

.pb-slider .pb-slide img {
    width: 100%;
}

.pb-slider .pb-btn-arr {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    margin-top: -22.5px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.pb-slider .pb-arr-next {
    right: -90px;
}

.pb-slider .pb-arr-next.pb-arr-inner {
    right: 45px;
}

.pb-slider .pb-arr-prev {
    left: -90px;
}

.pb-slider .pb-arr-prev.pb-arr-inner {
    left: 45px;
}

.pb-slider .pb-arr-next.pb-arr-inner i,
.pb-slider .pb-arr-prev.pb-arr-inner i {
    color: #fff;
}

.pb-slider .pb-btn-arr i {
    vertical-align: middle;
    color: #222;
    font-size: 18px;
}

.pb-slider .pb-slide {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.pb-slider .pb-pos {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.pb-slider .pb-title {
    padding: 15px;
    display: inline-block;
}

.pb-slider .pb-slide img {
    width: 100%;
}

.pb-slider .pb-slide .pb-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.pb-slider .pb-slide .pb-overlay .pb-icon {
    height: 46px;
    width: 46px;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
}

.pb-slider .pb-slide .pb-icon i {
    line-height: 45px;
    font-size: 20px;
}

/* 19 - Carousel */

.pb-carousel .slick-dots {
    margin: 30px 0 60px 0;
}

.pb-carousel .slick-dots li {
    background: #ccc;
}

.pb-carousel .pb-slide img {
    width: 100%;
}

.pb-carousel .pb-btn-arr {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    margin-top: -22.5px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.pb-carousel .pb-arr-next {
    right: -90px;
}

.pb-carousel .pb-arr-next.pb-arr-inner {
    right: 45px;
}

.pb-carousel .pb-arr-prev {
    left: -90px;
}

.pb-carousel .pb-arr-prev.pb-arr-inner {
    left: 45px;
}

.pb-carousel .pb-arr-next.pb-arr-inner i,
.pb-carousel .pb-arr-prev.pb-arr-inner i {
    color: #fff;
}

.pb-carousel .pb-btn-arr i {
    vertical-align: middle;
    color: #222;
    font-size: 18px;
}

/* 20 - Blog */

.pb-carousel .pb-blog .pb-item {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.pb-blog .pb-grid {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.pb-blog .pb-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.pb-blog .pb-item .pb-image  {
    padding: 0;
    position: relative;
}

.pb-blog .pb-item .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.pb-blog .pb-item .pb-title {
    font-weight: bold;
}

.pb-blog .pb-item .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    line-height: 70px;
    z-index: 99;
}

.pb-blog .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9;
    position: absolute;
}

.pb-blog .pb-item .pb-image .pb-border:before,
.pb-blog .pb-item .pb-image .pb-border:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;

    transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}

.pb-blog .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid;
}

.pb-blog .pb-item .pb-image .pb-border:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.pb-blog .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px;
}

.pb-blog .pb-item .pb-panel {
    padding: 30px;
}

.pb-blog .pb-item .pb-panel .pb-meta {
    margin-bottom: 15px;
}

.pb-blog .pb-box .pb-panel .pb-meta span {
    font-size: 13px;
}

.pb-blog .pb-box .pb-panel .pb-feat {
    text-transform: uppercase;
    font-weight: bold;
	color: #ffd166;
}

.pb-blog .pb-box .pb-panel .pb-date {
    color: #aaa;
}

.pb-blog .pb-box .pb-panel .pb-cat {
    font-weight: 600;
}

.pb-blog .pb-item .pb-panel .pb-excerpt {
    margin-bottom: 70px;
    overflow: hidden;
    max-height: 90px;
    margin-top: 15px;
}

.pb-blog .pb-item .pb-panel .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    position: absolute;
}

.pb-blog .pb-item .pb-panel .pb-icon i {
    font-size: 26px;
    color: #fff;
}

.pb-blog .pb-item.pb-box-hor .pb-image {
    min-height: 300px;
}

/* 21 - Timeline */

.pb-timeline .pb-line {
    border-width: 2px 0 0 0;
    margin: 15px -15px;
    position: relative;
}

.pb-timeline .pb-line .pb-dot {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    background: #FFD166;
}

.pb-timeline .pb-date {
    margin-bottom: 30px;
    text-align: center;
}

/* 22 - Related */

.pb-blog.pb-related {
    background: #ebebeb;
    overflow: hidden;
}

.pb-project.pb-related {
    background: #222;
    overflow: hidden;
}

.pb-related.pb-head .pb-title {
    font-weight: bold;
}

.pb-related .pb-item .pb-panel {
    height: 100%;
}

.pb-related .pb-item .pb-meta {
    color: #aaa;
}

/* 23 - Logos */

.pb-carousel .pb-logo {
    margin: 0 15px;
}

.pb-carousel .pb-logo img {
    width: inherit;
}

.pb-logo {
    position: relative;
}

.pb-logo .pb-dot {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #f0f0f0;
}

.pb-logo .pb-border {
    border-width: 2px;
    text-align: center;
}

.pb-logo img {
    margin: 0 auto;
    opacity: 0.5;
}

/* 24 - Team */

.pb-carousel .pb-team {
    margin: 0 15px;
}

.pb-team {
    border: 2px solid #fafafa;
    position: relative;
}

.pb-team .pb-overlay {
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.pb-team .pb-overlay .pb-social-list {
    width: 100%;
    text-align: center;
}

.pb-team .pb-overlay .pb-social-list li {
    display: inline-block;
    margin: 0 15px;
}

.pb-team .pb-overlay .pb-social-list li i {
    font-size: 16px;
}

.pb-team .pb-image {
    position: relative;
    overflow: hidden;
}

.pb-team .pb-image img {
    width: 100%;
}

.pb-team .pb-caption {
    padding: 20px;
    text-align: center;
    width: 100%;
    background: #fff;
}

/* 25 - Features */

.pb-carousel .pb-feature {
    margin: 0 15px;
}

.pb-feature .pb-border {
    border-width: 2px;
    text-align: center;
    display: inline-block;
}

.pb-feature .pb-border .pb-icon {
    border-width: 2px;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 20px auto;
}

.pb-feature .pb-border .pb-icon i {
    font-size: 26px;
}

/* 26 - Pricing */

.pb-pricing .pb-border {
    border-width: 2px;
    position: relative;
    text-align: center;
}

.pb-pricing .pb-border .pb-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 30px;
}

.pb-pricing .pb-border .pb-icon i {
    color: #fff;
}

.pb-pricing .pb-border .pb-overtitle {
    margin-bottom: 10px;
}

.pb-pricing .pb-border .pb-subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pb-pricing .pb-border .pb-price span {
    font-weight: 400;
    font-size: 24px;
}

.pb-pricing .pb-border ul li {
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fafafa;
    letter-spacing: 1px;
    position: relative;
    cursor: crosshair;

    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.pb-pricing .pb-border ul li:before {
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #f0f0f0;
    top: -2px;
    left: 50%;
    margin-left: -15px;
    content: '';
    display: inline-block;
    z-index: 9;
}

.pb-pricing .pb-btn {
    margin-bottom: 45px;
    margin-top: 15px;
}

/* 27 - Quote */

.pb-quote .pb-box {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

.pb-quote .pb-padd-no-image {
    padding: 30px;
}

.pb-quote .pb-image {
    height: 150px;
    width: 150px;
    position: absolute;
}

.pb-quote .pb-padd-image {
    padding: 30px 30px 30px 180px;
}

.pb-quote .pb-padd-image .pb-text {
    max-height: 90px;
    overflow: hidden;
}

.pb-quote .pb-text {
    font-style: italic;
}

/* 28 - Newsletter */

.pb-newsletter {
    position: relative;
}

.pb-newsletter:before {
    height: 10px;
    width: 10px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}

.pb-newsletter input[type="email"] {
    border: none;
    background: #fff;
}

.pb-newsletter:after {
    height: 10px;
    width: 10px;
    content: '';
    background: #222;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
}

/* 29 - Socials */

.pb-socials .pb-social-list {
    text-align: center;
}

.pb-socials .pb-social-list li {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
}

/* 30 - Footer */

.pb-footer {
    position: relative;
    margin-bottom: 30px;
}

.pb-footer .pb-logo-bott {
    margin-bottom: 20px;
}

.pb-footer .pb-logo-bott a {
    display: inline-block;
}

.pb-footer .pb-logo-bott img {
    max-height: 40px;
    margin: 0 auto;
}

.pb-footer .pb-copy {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pb-footer .pb-icon i {
    font-size: 26px;
}

/* 31 - Gallery */

.pb-gallery.pb-grid .pb-thumb {
    padding: 0;
}

.pb-gallery.pb-carousel .pb-thumb {
    overflow: hidden;
    position: relative;
}

.pb-gallery.pb-grid.pb-gap-15 {
    margin-right: -15px;
    margin-left: -15px;
}

.pb-gallery.pb-grid.pb-gap-30 {
    margin-right: -30px;
    margin-left: -30px;
}

.pb-gallery.pb-grid.pb-gap-45 {
    margin-right: -45px;
    margin-left: -45px;
}

.pb-gallery.pb-carousel.pb-gap-30 {
    margin-right: -15px;
    margin-left: -15px;
}

.pb-gallery.pb-carousel.pb-gap-60 {
    margin-right: -30px;
    margin-left: -30px;
}

.pb-gallery.pb-carousel.pb-gap-90 {
    margin-right: -45px;
    margin-left: -45px;
}

.pb-gallery .pb-thumb img {
    width: 100%;
}

.pb-gallery .pb-thumb .pb-overlay {
    opacity: 0;
    position: absolute;
}

.pb-gallery .pb-thumb .pb-overlay .pb-icon {
    height: 46px;
    width: 46px;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
}

.pb-gallery .pb-thumb .pb-icon i {
    line-height: 45px;
    font-size: 20px;
}

.pb-gallery .pb-caption {
    display: block;
    border: none;
}

/* 32 - Page */

.pb-page.pb-head .pb-overlay {
    width: 100%;
    height: 100%;
}

.pb-page.pb-head .pb-parallax {
    width: 100%;
    height: 100%;
}

.pb-page.pb-head .pb-title {
    text-transform: capitalize;
    font-weight: bold;
}

.pb-page.pb-head .pb-overtitle {
    text-transform: uppercase;
}

.pb-page.pb-body .pb-content {
    padding: 30px;
}

.pb-page.pb-bg-white .pb-content {
    padding: 30px 0;
}

.pb-page.pb-share .pb-btn {
    padding: 0 !important;
    overflow: hidden;
}

.pb-page.pb-share .pb-btn a {
    padding: 0;
}

.pb-page.pb-share .pb-btn .pb-label,
.pb-page.pb-share .pb-btn .pb-share {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.pb-page.pb-share .pb-btn .pb-label {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.pb-page.pb-share .pb-btn .pb-share {
    background: #222;
    color: #fff;
    margin-right: -100%;
    display: inline-block;
    width: 100%;
}

/* 33 - 404 */

.pb-404 {
    height: 100%;
}

.pb-404 .pb-parallax {
    height: 100%;
}

.pb-404 .pb-heading .pb-title {
    font-weight: 700;
}

.pb-404 .pb-heading .pb-btn {
    margin-top: 30px;
}

/* 34 - Post */

.pb-post.pb-head .pb-overlay {
    width: 100%;
    height: 100%;
}

.pb-post.pb-head .pb-parallax {
    width: 100%;
    height: 100%;
}

.pb-post.pb-head .pb-meta {
    text-transform: uppercase;
}

.pb-post.pb-head .pb-feat {
    text-transform: uppercase;
    font-weight: bold;
	color: #ffd166;
}

.pb-post.pb-head .pb-title {
    text-transform: capitalize;
    font-weight: bold;
}

.pb-post.pb-head .pb-overtitle {
    text-transform: uppercase;
}

.pb-post.pb-body .pb-content {
    padding: 30px;
}

.pb-post.pb-bg-white .pb-content {
    padding: 30px 0;
}

.pb-post.pb-body .pb-list-tags {
    margin-bottom: -15px;
}

.pb-post.pb-body .pb-list-tags li:first-child {
    color: #FFD166;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.pb-post.pb-body .pb-list-tags li:first-child:before {
    display: none;
}

.pb-post.pb-body .pb-list-tags li {
    display: inline-block;
    margin-right: 15px;
}

.pb-post.pb-body .pb-tag a {
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.pb-post.pb-share .pb-btn {
    padding: 0 !important;
    overflow: hidden;
}

.pb-post.pb-share .pb-btn a {
    padding: 0;
}

.pb-post.pb-share .pb-btn .pb-label,
.pb-post.pb-share .pb-btn .pb-share {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.pb-post.pb-share .pb-btn .pb-label {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.pb-post.pb-share .pb-btn .pb-share {
    background: #222;
    color: #fff;
    margin-right: -100%;
    display: inline-block;
    width: 100%;
}

/* 35 - Project */

.pb-project.pb-head .pb-overlay {
    width: 100%;
    height: 100%;
}

.pb-project.pb-head .pb-parallax {
    width: 100%;
    height: 100%;
}

.pb-project.pb-head .pb-title {
    text-transform: capitalize;
    font-weight: bold;
}

.pb-nav-projects {
    width: 100%;
    margin: 0;
}

.pb-nav-projects .pb-btn {
    padding: 0;
}

.pb-nav-projects .pb-btn i {
    vertical-align: middle;
}

.pb-nav-projects .pb-prev {
    background: #f9f9f9;
}

.pb-nav-projects .pb-next {
    background: #cdcdcd;
}

.pb-nav-projects .pb-no-project {
    background: none;
    cursor: default;
}

.pb-nav-projects .pb-btn a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb-nav-projects .pb-btn span {
    text-transform: uppercase;
    font-weight: bold;
}

/* 36 - Archive */

.pb-loop.pb-head .pb-heading .pb-title {
    font-weight: bold;
    text-transform: capitalize;
}

.pb-loop.pb-body {
    background: #ebebeb;
}

.pb-loop.pb-body .pb-blog .pb-item .pb-panel .pb-excerpt {
    max-height: inherit;
    overflow: visible;
}

/* 37 - Pagination */

.pb-nav-pages {
    margin-top: 60px;
    text-align: center;
}

.pb-nav-prev {
    margin-right: 0;
}

.pb-nav-next {
    margin-left: 3px;
}

.pb-nav-prev,
.pb-nav-next {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #cdcdcd;
}

.pb-nav-prev i,
.pb-nav-next i {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.pb-nav-prev a,
.pb-nav-next a {
    display: block;
}

.pb-page-list {
    display: inline-block;
}

.pb-page-list li {
    display: inline-block;
    margin: 0 3px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #cdcdcd;
}

.pb-page-list .pb-active {
    background: #FFD166;
}

.pb-page-list .pb-active a {
    color: #222;
}

.pb-page-list a {
    display: block;
    color: #fff;
    font-weight: bold;
}

/* 38 - Author */

.pb-author.pb-head .pb-heading .pb-title {
    font-weight: bold;
    text-transform: capitalize;
}

.pb-author.pb-body .pb-box {
    position: relative;
    height: 150px;
}

.pb-author.pb-body .pb-box .pb-avatar {
    height: 150px;
    width: 150px;
    position: absolute;
}

.pb-author.pb-body .pb-caption {
    padding: 30px 30px 0 180px;
    border: 2px solid #f0f0f0;
    height: 150px;
    width: 100%;
}

.pb-author.pb-body .pb-caption .pb-name {
    font-weight: bold;
    text-transform: uppercase;
}

.pb-author.pb-body .pb-caption .pb-excerpt {
    font-size: 14px;
    max-height: 58px;
    overflow: hidden;
}

/* 39 - Comments */

.pb-comments.pb-head .pb-title {
    font-weight: bold;
}

/* 40 - Share */

.pb-share .pb-box {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}

.pb-share .pb-box .pb-icon {
    float: left;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 70px;
    display: inline-block;
}

.pb-share .pb-box .pb-icon i {
    font-size: 20px;
}

.pb-share .pb-box .pb-btn-title {
    border: 2px solid #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    display: inline-block;
    float: left;
}

/* 41 - Content */

.pb-content a {
	font-weight: 400;
}

.pb-content input {
	margin-bottom: 30px;
}

.pb-content table {
	margin-bottom: 30px;
}

.pb-content table a {
	border-bottom: none;
}

.pb-content strong {
    font-size: 14px;
}

.pb-content .pb-lead {
    color: red;
    font-style: italic;
    font-weight: 600;
}

.pb-content ul,
.pb-content ol {
    margin-bottom: 15px; 
}

.pb-content ul li {
    display: block;
    line-height: 30px;
}

.pb-content ul ul,
.pb-content ol ol,
.pb-content ul ol,
.pb-content ol ul {
    margin-left: 15px;
}

.pb-content ol li {
    display: block;
    line-height: 30px;
    counter-increment: list;
}

.pb-content ul li:before {
    content: '■';
    margin-right: 15px;
    color: #FFD166;
}

.pb-content ol li:before {
    content: "0" counter(list) ".";
    margin-right: 15px;
    color: #222;
    font-weight: 700;
}

.pb-no-content {
    font-weight: bold;
    text-align: center;
}

.pb-nav-posts {
    width: 100%;
    margin: 0;
}

.pb-nav-posts .pb-btn {
    padding: 0;
}

.pb-nav-posts .pb-btn i {
    vertical-align: middle;
}

.pb-nav-posts .pb-prev {
    background: #f9f9f9;
}

.pb-nav-posts .pb-next {
    background: #cdcdcd;
}

.pb-nav-posts .pb-prot {
    background: none;
    cursor: default;
}

.pb-nav-posts .pb-btn a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb-nav-posts .pb-btn span {
    text-transform: uppercase;
    font-weight: bold;
}

/* 42 - Sidebar */

.pb-sidebar {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fafafa;
}

.pb-sidebar.pb-col-right,
.pb-sidebar.pb-col-left,
.pb-content.pb-col-right,
.pb-content.pb-col-left {
    padding: 0;
}

.pb-widgets-list {
    padding: 30px 30px 0 30px;
}

/* 43 - Widgets */

.pb-widgets-bottom {
    background: #fafafa;
}

.pb-widget {
    margin-bottom: 60px;
}

.pb-widget ul,
.pb-widget ol {
    margin-bottom: 10px;
}

.pb-widget ul li {
    display: block;
    line-height: 30px;
}

.pb-widget ul ul,
.pb-widget ol ol,
.pb-widget ul ol,
.pb-widget ol ul {
    margin-left: 15px;
    margin-bottom: 0;
}

.pb-widget ol li {
    display: block;
    line-height: 30px;
    counter-increment: list;
}

.pb-widget ul li:before {
    content: '■';
    margin-right: 15px;
    color: #FFD166;
}

.pb-widget ol li:before {
    content: "0" counter(list) ".";
    margin-right: 15px;
    color: #222;
    font-weight: 700;
}

.pb-widget .pb-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
}

.pb-widget .pb-title:after {
    width: 30px;
    display: block;
    border-color: #FFD166;
    border-style: solid;
    border-width: 2px 0 0 0;
    margin-top: 15px;
    content: '';
}

.pb-widget ol li a,
.pb-widget ul li a {
    font-size: 14px;
    font-weight: 600;
}

.pb-widget ol ul li a
.pb-widget ul ol li a,
.pb-widget ol ol li a,
.pb-widget ul ul li a {
    font-size: 12px;
}

.pb-widget textarea,
.pb-widget input,
.pb-widget select {
    border: 2px solid #cdcdcd;
}

.pb-widget .pb-post-list,
.pb-widget .pb-item-list {
    margin-bottom: 0;
}

.pb-widget .pb-post-list li:before,
.pb-widget .pb-item-list li:before {
    display: none;
}

.pb-widget .pb-item,
.pb-widget .pb-post {
    min-height: 100px;
    margin-bottom: 30px;
    position: relative;
}

.pb-widget .pb-item .pb-image,
.pb-widget .pb-post .pb-image {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.pb-widget .pb-item .pb-image img,
.pb-widget .pb-post .pb-image img {
    width: 100%;
    height: 100%;
}

.pb-widget .pb-item .pb-padd,
.pb-widget .pb-post .pb-padd {
    padding-left: 115px;
}

.pb-widget .pb-item .pb-title,
.pb-widget .pb-post .pb-title {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.pb-widget .pb-item .pb-title:after,
.pb-widget .pb-post .pb-title:after {
    width: 15px;
}

.pb-widget .pb-item .pb-cat,
.pb-widget .pb-post .pb-cat {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.pb-widget .pb-item .pb-cat:before,
.pb-widget .pb-post .pb-cat:before {
    color: #aaa;
    font-weight: 600;
    font-size: 12px;
    content: 'in';
    padding-right: 5px;
    text-transform: lowercase;
}

.pb-widget .pb-item .pb-date,
.pb-widget .pb-post .pb-date {
    color: #aaa;
    font-weight: 600;
    font-size: 12px;
}

.pb-widget .pb-item .pb-date:before,
.pb-widget .pb-post .pb-date:before {
    content: "on";
    display: inline-block;
    padding: 0 5px;
}

.pb-widget .pb-thumb-list {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.pb-widget .pb-thumb-list li:before {
    display: none;
}

.pb-widget .pb-thumb {
    border: 5px solid #fafafa;
    width: 33.33%;
    float: left;
}

.pb-widget .pb-thumb.pb-double {
    width: 66.6%;
}

.pb-widget .pb-thumb img {
    width: 100%;
    height: 100%;
}

/* Fix */

a[href="javascript:void(0)"] {
    cursor: default;
}