/* 
* Do not edit this file
* This file will be overwritten when updating the plugin
*/ 

/* paging */
.pager.folio {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
	  clear: both;
    float: none;
    margin: 20px auto auto;
    text-align: center;
}

.pager.folio .page a {
    color: #777;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 11px;
    padding-top: 5px;
    text-decoration: none;
}
.pager.folio .page a.round, 
.pager.folio .page span.round {
    background: none repeat scroll 0 0 #444;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: -4px;
    padding-top: 0;
    vertical-align: middle;
    width: 28px;
}
.pager.folio .page a.round {
    background: #888;
	text-decoration:none;
}

/* Faq */
.cbp-caption-expand .cbp-l-caption-body {
	padding-left:8px;	
}

.cbp-caption-expand .cbp-caption-defaultWrap {
	padding-left:8px;	
}

/* Inline content (singlePageInline) */
.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePage .cbp-popup-content {
    background: none repeat scroll 0 0 #f5f5f5;
}
.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePage .cbp-popup-content {
    padding: 20px;
}
.cbp-popup-singlePageInline .cbp-popup-content {
	padding-right: 60px;	
}

/* restyle masonry project grid like the awesomworkgrid */
.cbp-l-grid-masonry-projects .cbp-item {
    padding: 3px;
}
.cbp-l-grid-masonry-projects .cbp-item-wrapper {
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 7px 27px;
}

/* Custom margin */
.marginCaption .cbp-caption {
    margin-bottom: 8px;
}

/* Custom button design */
.testiButton {
    border: 1px solid #ccc !important;
    clear: both;
    color: #666;
    display: inline-block;
    margin: 10px auto auto;
    min-width: 100px;
    padding: 6px 15px;
}
.testiButton:hover {
	background:#fff;	
}

/* Testi Slider */
.cbp-l-grid-slider-testimonials-footer {
    margin-top: 18px;
}

.cbp-l-slider-testimonials-wrap {
    padding: 60px 0 105px;
}

/* Filter style (big layout) */
.cbp-l-filters-big .cbp-l-filters-text-sort,
.cbp-l-filters-big .cbp-filter-counter {
	display:none;	
}
.cbp-l-grid-masonry-projects .cbp-item-wrapper {
	padding-bottom:15px;	
}

/* Fixed height fixes */
.fixedHeightGrid .cbp-item .cbp-lightbox .cbp-caption, 
.fixedHeightGrid .cbp-item .cbp-lightbox {
    max-height: 100%;
}
.fixedHeightGrid .cbp-caption {
    max-height: 100%;
}
.fixedHeightGrid .cbp-caption:hover .cbp-caption-activeWrap {
	z-index:100;	
}

/* other */
.cbp-l-grid-work .cbp-item-wrapper {
	padding-bottom:15px;	
}


/* banner slide > wrap clientslider type inside bannerslider div */
.bannerSlider .cbp-caption-activeWrap.sliderCaption {
    background: none repeat scroll 0 0 rgba(25, 25, 25, 0.2);
    color: #fff;
    font-size: 114%;
    margin-left: 25%;
    margin-top: -58%;
    padding: 2%;
    text-shadow: 1px 0 1px #666;
    width: 50%;
}
.bannerSlider .cbp-caption-activeWrap.sliderCaption .cbp-l-caption-title {
	font-size: 24px;	
	margin-bottom: 25px;
}
.bannerSlider .cbp-caption-activeWrap.sliderCaption .cbp-l-caption-desc {
    color: #fff;
    font-size: 14px;
}

.bannerSlider  .cbp-nav-controls {
    width: 100%;
	position: absolute;
    right: 0;
    top: 50%;
}


/* === round arrows over image === */
.bannerSlider .cbp-nav-prev {
   left: 15px;
   background: none;
}
.bannerSlider .cbp-nav-next {
	background: none;
    left: auto;
    position: absolute;
   	right: 40px;
}
.bannerSlider .cbp-nav-prev:after {
    background-position: 0 0;
}
.bannerSlider .cbp-nav-next:after {
    background-position: -45px 0;
}
.bannerSlider .cbp-nav-next:after, .bannerSlider .cbp-nav-prev:after {
	height: 45px;width:45px;	
}

/* === Hide Pagination Dots === */
.bannerSlider .cbp-nav-pagination {
	display:none;	
}

/* Firefox fix lightbox */
.cbp-popup-lightbox .cbp-popup-content {  
   display: inline-block;
    display: -moz-inline-stack;
}
@-moz-document url-prefix() {
   .cbp-popup-lightbox-bottom {
		top: auto;
		bottom: 5px;
    }
}

.cbp-item-wrapper div {
    white-space: normal;
    overflow: visible;
}

.cbp-popup-wrap {
    z-index: 10005 !important;
}