/* Basic sample */

/*body{
	overflow:hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
}*/

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .fcontainer{
	/*position:absolute;*/
	top:50%;
	left:50%;
	/*margin:auto;*/
	/*margin: 80px;*/
	margin: 20px 0px 0px 85px;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:900px;
	/*top: 50px;*/
	margin-bottom: 50px;
	/*left:-461px;*/
	/*top:-300px;*/
}


.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

@media only screen and (max-width: 760px) {

	.flipbook-viewport .fcontainer{
		margin: 0px;
	}

	.flipbook-viewport .flipbook {
	    top: 0px; 
	    margin-bottom: 18px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

	.flipbook-viewport .fcontainer{
		margin: 0px;
	}
}

/*flir list*/
.date-promo {
    background: #F0C34E;
    height: 40px;
    font-family: "Exo", sans-serif !important;
    color: #333;
    font-size: 13px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
    border-top-right-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.camp-card-content {
    border: 1px dashed #ececec;
    /*padding: 8px;*/
    box-sizing: border-box;
}

.promo-data {
    padding-bottom: 30px;
}

.figurbg {
    position: relative;
    margin-bottom: 5px;
    padding: 15px 0;
    overflow: hidden;
    height: 350px;
    max-height: 350px;
}

.camp-card-content h3 {
    font-family: "Exo", sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
}

.blured-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.camp_profile {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}
.promo-tag {
    position: absolute;
    background: #ED2124;
    padding: 5px 15px;
    /*height: 36px;*/
    height: auto;

    max-height: 46px;
    line-height: 20px;
    color: #fff;
    font-family: "Exo", sans-serif !important;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 10px;
    top: 5px;
    right: 5px;
    text-align: center;
}