
/*******************
* MAIN
*******************/
.mate-box-keeper{
	position: relative;
	top: 0;
	left: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	width: 100%;
	overflow: hidden;
}
.mate-box-keeper-inner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*******************
* BOXES
*******************/
.mate-box-wrap{
	position: absolute;
	display: none;
	font-family: inherit;
}
/* inner wrap */
.mate-box-inner-wrap{
	margin: 0 !important;
	font-family: inherit;
}
/*header*/
.mate-box-header{
	font-family: inherit;
}
/*image holder*/
.mate-box-img{
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
/*image*/
.mate-box-img img{
	display: block;
	max-width: 100%;
	width: auto\9;
}
.mate-box-image-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 800;
}
/*content*/
.mate-box-content{
	font-family: inherit;
	overflow: hidden;
}
/*footer*/
.mate-box-footer{
	font-family: inherit;
}
/* popup */
.mate-box-pop-link,
.mate-box-pop-lightbox{
	position: absolute;
	display: none;
	z-index: 900;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
/*******************
* LIGHTBOX
*******************/
.mate-box-main-lightbox{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 199997;
	text-align: center;
}
.mate-box-main-overlay{
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 199998;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mate-box-lightbox-img-keeper{
	position: relative;
	z-index: 199999;
	display: none;
	height: auto;
	width: auto\9;
	max-width: 100%;
	overflow: hidden;
}
.mate-box-lightbox-img-keeper img{
	width: auto\9;
	max-width: 100%;
	display: inline-block;
	height: auto;
	vertical-align: middle;
	position: relative;
}
/* PANEL */
.mate-box-lightbox-panel{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	font-weight: bold;
	z-index: 199999;
	-webkit-box-shadow: 0 0 15px #bababa;
	        box-shadow: 0 0 15px #bababa;
}
.mblp-left,
.mblp-right{
	position: absolute;
	top: 0;
	width: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.mblp-left{
	left: 0;
	background-image: url(img/left.png);
}
.mblp-right{
	right: 0;
	background-image: url(img/right.png);
}
/*******************
* ALL
*******************/
.mate-box-header,
.mate-box-footer,
.mate-box-img{
	overflow: hidden;
}


/* ----------------------------------------------- */

/* BOX */
.mate-box-keeper,.mate-box-wrap,
.mate-box-header,.mate-box-img,
.mate-box-content,.mate-box-footer,
.mate-box-inner-wrap,.mate-box-lightbox-img-keeper{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* CLEAR */
.mate-box-keeper:before,.mate-box-keeper:after,
.mate-box-wrap:before,.mate-box-wrap:after,
.mate-box-header:before,.mate-box-header:after,
.mate-box-img:before,.mate-box-img:after,
.mate-box-content:before,.mate-box-content:after,
.mate-box-footer:before,.mate-box-footer:after,
.mate-box-inner-wrap:before,.mate-box-inner-wrap:after,
.mate-box-lightbox-img-keeper:before,.mate-box-lightbox-img-keeper:after{
	display: table;
	content: " ";
}
.mate-box-keeper:after,
.mate-box-wrap:after,
.mate-box-header:after,
.mate-box-img:after,
.mate-box-content:after,
.mate-box-footer:after,
.mate-box-inner-wrap:after,
.mate-box-lightbox-img-keeper:after{
	clear: both;
}
/* RESET */
.mate-box-wrap,
.mate-box-img img,.mate-box-image-overlay,
.mate-box-lightbox-img-keeper img,
.mate-box-main-lightbox{
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}