.cbp,
.cbp *,
.cbp *:after,
.cbp:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp-popup-loadingBox:after,
.cbp-l-direction:after {
	box-sizing: border-box;
}

.cbp-l-filters-holder,
.cbp-l-filters-holder *,
.cbp-l-dropdown,
.cbp-l-dropdown * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after/*, .cbp-popup-singlePageInline:after*/{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	background-color: #d8b345;
	-webkit-animation: loader 1.5s infinite ease-in;
	animation: loader 1.5s infinite ease-in;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.cbp-item {
	display: inline-block;
	margin: 0 10px 20px 0;
}

.cbp {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 400px
}

.cbp>* {
	visibility: hidden
}

.cbp .cbp-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.cbp img {
	display: block;
	border: 0;
	width: 100%;
	height: auto
}

.cbp a,
.cbp a:hover,
.cbp a:active {
	text-decoration: none;
	outline: 0
}

.cbp-lazyload {
	position: relative;
	background: #fff;
	display: block
}

.cbp-lazyload img {
	opacity: 1
}

.cbp-lazyload img[data-cbp-src] {
	opacity: 0
}

.cbp-lazyload img:not([data-cbp-src]) {
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out
}

.cbp-lazyload:after {
	z-index: 0
}

.cbp-wrapper-outer {
	overflow: hidden;
	position: relative;
	margin: 0 auto
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.cbp-wrapper,
.cbp-wrapper-helper {
	margin: 0
}

.cbp-ready>* {
	visibility: visible
}

.cbp-ready:after {
	display: none;
	visibility: hidden
}

.cbp-ready .cbp-item {
	position: absolute;
	top: 0;
	left: 0
}

.cbp-ready .cbp-wrapper,
.cbp-ready .cbp-wrapper-helper {
	position: absolute;
	top: 0;
	left: 0
}

.cbp-item-off {
	z-index: -1;
	pointer-events: none;
	visibility: hidden
}

.cbp-item-on2off {
	z-index: 0
}

.cbp-item-off2on {
	z-index: 1
}

.cbp-item-on2on {
	z-index: 2
}

.cbp-item-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
	display: block;
	width: 100%;
	height: auto;
	border: 0
}

.cbp-updateItems {
	-webkit-transition: height .5s ease-in-out !important;
	transition: height .5s ease-in-out !important;
	will-change: height
}

.cbp-updateItems .cbp-item {
	-webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
	transition: top .5s ease-in-out, left .5s ease-in-out
}

.cbp-updateItems .cbp-item-loading {
	-webkit-animation: fadeIn .5s ease-in-out;
	animation: fadeIn .5s ease-in-out;
	-webkit-transition: none;
	transition: none
}

.cbp-removeItem {
	-webkit-animation: fadeOut .5s ease-in-out;
	animation: fadeOut .5s ease-in-out
}

.cbp-panel {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto
}

.cbp-misc-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
	text-align: center
}

.cbp-misc-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both
}

@media only screen and (max-width: 800px) {
	.cbp-l-center {
		flex-direction: column
	}
}


/*-------------------------------------------------------------------------------------------------------------------
                                                    Caption
--------------------------------------------------------------------------------------------------------------------*/

.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
	display: block
}

.cbp-caption-activeWrap {
	background-color: #282727
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.cbp-caption-active .cbp-caption-defaultWrap {
	top: 0
}

.cbp-caption-active .cbp-caption-activeWrap {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%
}

.cbp-l-caption-title {
	color: #fff;
	font: 400 16px/21px 'Montserrat', sans-serif;
}

.cbp-l-caption-desc {
	color: #aaa;
	font: 400 12px/16px 'Montserrat', sans-serif;
}

.cbp-l-caption-text {
	font: 400 14px/21px 'Montserrat', sans-serif;
	color: #fff;
	letter-spacing: 3px;
	padding: 0 6px
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding-top: 30px
}

.cbp-l-caption-alignCenter {
	display: table;
	width: 100%;
	height: 100%
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0
}

@media only screen and (max-width: 480px) {
	.cbp-l-caption-title {
		font-size: 14px;
		line-height: 21px
	}
	.cbp-l-caption-desc {
		font-size: 11px;
		line-height: 14px
	}
	.cbp-l-caption-text {
		font-size: 13px;
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 374px) {
	.cbp-l-caption-title {
		font-size: 13px;
		line-height: 20px;
	}
	.cbp-l-caption-desc {
		font-size: 11px;
		line-height: 14px
	}
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
	-webkit-transition: -webkit-transform .9s ease-out;
	transition: transform .5s ease-out;
	    -webkit-filter: grayscale(0);
    filter: none;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: opacity .9s;
	transition: opacity .9s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
	/*background-color: #FFEA71;
	background-color: rgba(255, 234, 113, 0.95);*/
	/*background-color: #76aa9a;
	background-color: rgba(118, 170, 154, 1);*/
	/*background-color: #e54e53;
	background-color: rgba(229, 78, 83, 1);*/
	background-color: #d8b345;
	background-color: rgba(216, 179, 69, 0.9);
	/*background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);*/
/*    background-color: #c4941a;
	background-color: rgba(196, 148, 26, 0.75);*/
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	letter-spacing: 1.5px;
	font-weight: 400;
}

@media only screen and (max-width: 480px) {
	.cbp-l-grid-mosaic .cbp-l-caption-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px
	}
	.cbp-l-grid-mosaic .cbp-l-caption-desc {
		font-size: 12px;
		line-height: 18px
	}
}


/*-------------------------------------------------------------------------------------------------------------------
                                                    Filters
--------------------------------------------------------------------------------------------------------------------*/

.cbp-menu-filters {
	position: sticky;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 5vmin 20px;
	transition: 0.5s ease-in-out;
}

.cbp-l-filters-holder {
	text-align: center
}

.cbp-l-filters-holder .cbp-filter-item {
	/*	cursor: pointer;
	font: 600 16px/21px "Open Sans", sans-serif;
	padding: 8px 10px;
	position: relative;
	overflow: visible;
	margin: 0 10px 10px 10px;
	display: inline-block;
	color: #555;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	letter-spacing: 0.3px*/
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0px 10px;
	position: relative;
	overflow: visible;
	display: inline-block;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	transition: 0.5s ease-in-out;
}

.cbp-l-filters-holder .cbp-filter-item:hover {
	color: #d8b345
}

.cbp-l-filters-holder .cbp-filter-item.cbp-filter-item-active {
	color: #d8b345;
	cursor: default
}


/*.cbp-l-filters-holder .cbp-filter-item:first-child {
	margin-left: 0
}
.cbp-l-filters-holder .cbp-filter-item:last-child {
	margin-right: 0
}*/

@media only screen and (max-width: 450px) {
	.cbp-menu-filters {
		padding: 5px 20px;
	}
	.cbp-menu-filters {
		padding: 10px 20px;
	}
	.cbp-l-filters-holder {
		text-align: center;
		margin-bottom: 0px;
	}
	.cbp-l-filters-holder .cbp-filter-item {
		font-size: 0.75em;
		letter-spacing: 1.5px;
		margin: 0px 5px 4px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------
                                                    Subfilters
--------------------------------------------------------------------------------------------------------------------*/

.cbp-l-subfilters {
	/*	display: none;
	opacity: 0;
	margin-bottom: 40px;
	text-align: center*/
	display: none;
	opacity: 0;
	margin: 5px 0 0;
	text-align: center;
	transition: 0.5s ease-in-out;
}

.cbp-l-subfilters .cbp-filter-item {
	/*	position: relative;
	font: 13px "Open Sans", sans-serif;
	display: inline-block;
	color: #9e9e9e;
	margin: 0 15px;
	cursor: pointer;
	letter-spacing: 0.3px*/
	position: relative;
	font-family: 'Montserrat', sans-serif;
/*	font-weight: 500;*/
    font-weight: 600;
	font-size: 0.75em;
	display: inline-block;
	color: #1a1a1a;
	margin: 0 10px 5px;
	cursor: pointer;
	letter-spacing: 1.5px
}

.cbp-l-subfilters .cbp-filter-item:hover {
	color: #d8b345;
	transition: 0.5s ease-in-out;
}

.cbp-l-subfilters .cbp-filter-item:after {
	/*	content: '';
	background-color: #dfb947;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .3s;
	transition: width .3s*/
	content: '';
	background-color: #dfb947;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .3s;
	transition: width .3s;
}

.cbp-l-subfilters .cbp-filter-item-active {
	color: #1a1a1a
}

.cbp-l-subfilters .cbp-filter-item-active:after {
	width: 100%
}

.cbp-l-subfilters--active {
	display: block;
	-webkit-animation: fadeIn .5s ease both;
	animation: fadeIn .5s ease both
}

@media only screen and (max-width: 450px) {
	.cbp-l-subfilters {
		margin: 0 0 3px;
	}
	.cbp-l-subfilters .cbp-filter-item {
		font-size: 0.625em;
		margin: 0 5px 5px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------
                                                    Animation
--------------------------------------------------------------------------------------------------------------------*/

.cbp-animation-quicksand {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height
}

.cbp-animation-quicksand .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}

.cbp-animation-quicksand .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.cbp-animation-quicksand .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: quicksand-off .6s ease-out both;
	animation: quicksand-off .6s ease-out both
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: quicksand-on .6s ease-out both;
	animation: quicksand-on .6s ease-out both
}

@-webkit-keyframes quicksand-off {
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0)
	}
}

@keyframes quicksand-off {
	100% {
		opacity: 0;
		transform: scale3d(0, 0, 0)
	}
}

@-webkit-keyframes quicksand-on {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0)
	}
}

@keyframes quicksand-on {
	0% {
		opacity: 0;
		transform: scale3d(0, 0, 0)
	}
}

.cbp-displayType-fadeIn {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.cbp-displayType-sequentially .cbp-item {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in
}


/*-------------------------------------------------------------------------------------------------------------------
                                                    PopUp
--------------------------------------------------------------------------------------------------------------------*/

.cbp-lightbox img {
	display: block;
	border: 0;
	width: 100%;
	height: auto
}

.cbp-popup-ie8bg {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000
}

.cbp-popup-wrap {
	height: 100%;
	/*text-align: center;*/
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 99990;
    background-color: #fff;
	/*padding: 0 10px;*/;
}

.cbp-popup-wrap video {
	outline: 0 none
}

.cbp-popup-lightbox {
	background: rgba(255, 255, 255, 1);/*-----------------------------------------------------------------------------------------------*/
	display: flex;
	justify-content: center;
	align-items: center;
}


/*.cbp-popup-singlePage {
	background: #fff;
	padding: 0;
}*/


/*.cbp-popup-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
    
}*/

.cbp-popup-content-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}


/*.cbp-popup-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 100%;
}*/

.cbp-popup-lightbox .cbp-popup-content {
	display: flex
}


/*.cbp-popup-singlePage .cbp-popup-content {-------------------------Base-content-------------------
	position: relative;
	z-index: 1;
	margin-top: 145px;
	max-width: 1024px;
	vertical-align: top;
	width: 100%;
    
}*/

.cbp-popup-singlePage .cbp-popup-content {
	position: relative;
	z-index: 1;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
    min-height: 100%!important;}



/*.cbp-popup-singlePage .cbp-popup-content-basic {
	position: relative;
	z-index: 1;
	margin-top: 104px;
	vertical-align: top;
	width: 100%;
	display: inline-block;
	text-align: left;
}*/

.cbp-popup-lightbox-figure {
	width: 100%;
	position: relative;
	padding: 60px/*-----------------------------------------------------------------------------------------------*/
}

.cbp-popup-lightbox-bottom {
	position: relative;
	margin-top: 3px
}

.cbp-popup-lightbox-title {
	padding-right: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 2px;
	color: #1a1a1a
}

.cbp-popup-lightbox-counter {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 2px;
	color: #1a1a1a
}

.cbp-popup-lightbox-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
/*	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)*/
}

.cbp-popup-lightbox-img[data-action] {
	cursor: pointer
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
	width: 75%;
	display: inline-block
}

@media only screen and (max-width: 768px) {
	.cbp-popup-lightbox-isIframe .cbp-popup-content {
		width: 95%
	}
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 3px
}

.cbp-popup-lightbox-iframe {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000
}

.cbp-popup-lightbox-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)*/
}

.cbp-popup-lightbox-iframe audio {
	margin-top: 27%
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	display: none;
	/*	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 104px;
	background-color: #3D4750*/
}


/*.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: 100%;
	height: 100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
	position: fixed
}
.cbp-popup-singlePage-counter {
	color: #fff;
	position: absolute;
	margin: auto;
	right: 40px;
	top: 0;
	bottom: 0;
	font: 400 13px/30px "Open Sans", sans-serif;
	height: 30px
}
@media only screen and (max-width: 768px) {
	.cbp-popup-singlePage-counter {
		right: 3%
	}
}*/

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
	padding: 0;
	border: medium none;
	position: absolute;
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
	visibility: hidden
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
	visibility: visible; 
}

.cbp-popup-lightbox .cbp-popup-prev {
	background: url("../img/base/left.svg") no-repeat;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;


}

.cbp-popup-lightbox .cbp-popup-prev:hover {
	background: url("../img/base/left-a.svg") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-prev {
	background: url("../img/base/left.svg") no-repeat;
	width: 30px;
	height: 30px;
	margin: auto;
	top: 0;
	right: 70px;
	bottom: 0;
	left: 0
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
	background: url( "../img/base/left-a.svg") no-repeat;

}

.cbp-popup-lightbox .cbp-popup-next {
	background: url("../img/base/right.svg") no-repeat;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto
}

.cbp-popup-lightbox .cbp-popup-next:hover {
	background: url("../img/base/right-a.svg") no-repeat;

}

.cbp-popup-singlePage .cbp-popup-next {
	background: url("../img/base/right.svg") no-repeat;
	width: 30px;
	height: 30px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50px
}

.cbp-popup-singlePage .cbp-popup-next:hover {
	background: url("../img/base/right-a.svg") no-repeat;

}

.cbp-popup-lightbox .cbp-popup-close {
	background: url("../img/base/close.svg");
	height: 30px;
	width: 30px;
	right: 20px;
	top: 20px
}

.cbp-popup-lightbox .cbp-popup-close:hover {
	background: url("../img/base/close-a.svg") no-repeat;

}

.cbp-popup-singlePage .cbp-popup-close {
	background: url("../img/base/close.svg") no-repeat;
	height: 30px;
	width: 30px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.cbp-popup-singlePage .cbp-popup-close:hover {
	background: url("../img/base/close-a.svg") no-repeat;

}

.cbp-popup-singlePage .cbp-popup-ie8bg {
	background-color: #fff
}

@media only screen and (max-width: 360px),
(max-height: 600px) {
	.cbp-popup-next,
	.cbp-popup-prev,
	.cbp-popup-close {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
	.cbp-popup-lightbox .cbp-popup-close {
		right: 10px;
		top: 10px
	}
	.cbp-popup-lightbox .cbp-popup-next {
		right: 10px
	}
	.cbp-popup-lightbox .cbp-popup-prev {
		left: 10px
	}
	.cbp-popup-singlePage .cbp-popup-navigation-wrap {
		height: 84px
	}
	.cbp-popup-singlePage .cbp-popup-content {
		/*margin-top: 120px*/
	}
}

.cbp-popup-loadingBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
	border-left: 3px solid rgba(255, 255, 255, 0.3);
	border-right: 3px solid rgba(255, 255, 255, 0.3);
	border-bottom: 3px solid rgba(255, 255, 255, 0.3);
	border-top: 3px solid rgba(255, 255, 255, 0.85)
}

.cbp-popup-ready .cbp-popup-loadingBox {
	visibility: hidden;
	display: none
}

.cbp-popup-loading .cbp-popup-loadingBox {
	visibility: visible;
	display: block
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
	overflow-y: scroll
}

.cbp-popup-singlePage {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
	opacity: 0
}

.cbp-popup-singlePage-fade {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
	opacity: 1
}

.cbp-popup-singlePage-right {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}

.cbp-popup-singlePage-open {
	-webkit-transform: none;
	transform: none
}

