
/*
|--------------------------------------------------------------------------------
|	Rotating Cards Image Box
|--------------------------------------------------------------------------------
|
| 	INITIAL ROTATION CSS CREDIT -> David Walsh (http://davidwalsh.name/demo/css-flip.php) -- modified by SV
|						   			This style block is just controlling the rotation apect. 
|						   			Comped styles will be handled below.
|
*/
/* simple */
.itemOuter {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
}
/* START - FIXES FOR IE */
.itemOuter.hoverCard .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.itemOuter.hoverCard .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}	
/* END - FIXES FOR IE */
.itemInner {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}
.back {
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


/*
|--------------------------------------------------------------------------------
|	CARD STYLES
|--------------------------------------------------------------------------------
*/

/*.batkebold {font-family:'Batke W00 Bold';}
.alphareg {font-family:'Alpha W01 Regular';}
.alphaitalic {font-family:'Alpha W01 Italic';}
.alphabold {font-family:'Alpha W01 Bold';}
.batkereg {font-family:'Batke W00 Regular';}
.fertigo {font-family:'Fertigo W01 Regular';}*/
.custom_imagebox.card{
	margin: 0 auto;
    max-width: 354px;
    padding-bottom: 37px;
}

/*side column overwrite */
.large-9 .custom_imagebox.card,
.large-3 .custom_imagebox.card{
	display: inline-block;
	position: relative;
	width: 284px;
	left: -142px;
	margin-left: 50%;
	max-width: 100%;
}
.itemOuter {
	width: 100%;
	min-height: 245px;
	margin-bottom: 28px;
	margin-right: 1%;
	cursor: pointer;
}
.itemOuter img{
	width: 100%;
}
.itemOuter:nth-child(3){
	margin-right: 0;
}
.itemOuter.hover {
    margin-bottom: 35px;
}
.itemInner {
	
}
.front{
	border: 10px solid #f2eace;
    border-radius: 23px;
    width: 100%;
    overflow: hidden;
}
.back {
	border: solid 10px #f2eace;
	border-radius: 23px;
	width: 100%;
}
.front {

}
.back {
    background-color: #faa500;
    color: #fff;
    border: 10px solid #f2eace;
}
div[data-sv-card-color="yellow-orange"] .back{
	background-color: #faa500;
}
div[data-sv-card-color="yellow-orange"] .bottomArrow{
	background-image: url("/includes/public/assets/images/card-bottom-arrow-yellow-orange.png");
}
div[data-sv-card-color="orange"] .back{
	background-color: #e18121;
}
div[data-sv-card-color="orange"] .bottomArrow{
	background-image: url("/includes/public/assets/images/card-bottom-arrow-orange.png");
}
div[data-sv-card-color="brown"] .back{
	background-color: #a5610e;
}
div[data-sv-card-color="brown"] .bottomArrow{
	background-image: url("/includes/public/assets/images/card-bottom-arrow-brown.png");
}
.back .content{
	display: block;
    left: 0;
    margin: auto;
    min-height: 189px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 16px;
}
.back .content .title{
	color: #fff;
    display: block;
    font-family: "Fertigo W01 Regular",sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 14px;
}
.back .content .title a{
	color: #fff;
}
.back .content .desc,
.back .content .desc p{
	color: #fff;
    font-family: "Alpha W01 Regular";
    font-size: 15px;
    line-height: 22px;
}
.back .content .closeButton{
    background-image: url("/includes/public/assets/images/close-button-white.png");
    background-size: cover;
    bottom: 2px;
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
    z-index: 200;
}
.back .bottomArrow {
    background-image: url("/includes/public/assets/images/card-bottom-arrow.png");
    background-position: center center;
    background-size: cover;
    bottom: -40px;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 65px;
}


/*
|---------------------------------------------------------------------------------------------
|  STANDARD IMAGE BOX
|---------------------------------------------------------------------------------------------
*/
.custom_imagebox.standard{
	float: left;
	width: 100%;
}
.custom_imagebox.standard .icon{
	float: left;
    margin-right: 9px;
    padding-top: 0;
    position: relative;
    top: -9px;
    width: 40px;
}
.custom_imagebox.standard  .slide{
	padding: 0;
}
.custom_imagebox.standard .slideInner{
	box-shadow: none;
    margin-bottom: 30px;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 23px;
    z-index: 1;
}
.custom_imagebox.standard .imageCont img{
	width: 100%;
}
.custom_imagebox.standard .content{
	background-color: rgba(15, 37, 44, 0.8);
    bottom: 0;
    min-height: 65px;
    padding: 18px 15px 7px;
    position: absolute;
    text-align: left;
    width: 100%;
}
.custom_imagebox.standard .content .title {
    font-family: "Fertigo W01 Regular";
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
    color: #f7f7f0;
}
.custom_imagebox.standard .content .title a{
	color: #f7f7f0;
	font-size: 18px;
}
.custom_imagebox.standard .icon.text{
	background-color: #d5ece7;
    border: none;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 9px;
    opacity: 0.63;
    padding-top: 0px;
    text-align: center;
    width: 40px;
}
.custom_imagebox.standard .icon.text span{
	display: block;
	color: #0f252c;
}
.custom_imagebox.standard .icon.text span.num{
	font-family: "Fertigo W01 Regular";
    font-size: 20px;
    position: relative;
    top: -8px;
}
.custom_imagebox.standard .icon.text span.month{
	 font-family: "Batke W00 Regular";
    font-size: 12px;
    margin-bottom: -3px;
    margin-top: 0;
}
/*with border*/
.custom_imagebox.standard  .slide.border .slideInner{
	border: solid 10px #f2eace;
	overflow: hidden;
}
.custom_imagebox.standard  .slide.border .content{}
.custom_imagebox.standard .slide.border .imageCont img{

}
.custom_imagebox.standard .content .title a.morelink{
	font-size: 14px;
	font-family:'Alpha W01 Bold', sans-serif;
	color: #e4801a;
}
.custom_imagebox.standard .content .title a{
    margin-right: 6px;
}
/*shadowbox*/
#sb-wrapper{
	max-width: 80%;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
}
.custom_imagebox.standard .nourl{
    cursor: default !important;
}




/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** SMALL Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 56.250em) { 
    .back .content {
	    min-height: 189px;
	    padding: 0 2px;
	    top: 3px;
	}
	.back .content .title {
	    font-size: 19px;
	    margin-bottom: 7px;
	}
	.back .content .desc, .back .content .desc p {
	    font-size: 12px;
	    line-height: 17px;
	}
	.back .content .closeButton {
	    bottom: 33px;
	}
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.itemOuter {
		float: left;
	    min-height: 245px;
	    width: 32%;
	    margin-bottom: 0;
	}
	.itemOuter.hover{
		margin-bottom: 0;
	}
	.custom_imagebox.card{
		max-width: none;
	}
	
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	body .wrapper div .inlineTablet{
		float: left;
		max-width: 48%;
		margin: 0 1% !important;
	}
	.back .content .closeButton{
		bottom: 42px;
	}
	/*card content area*/
	.large-9 .custom_imagebox.card,
	.large-3 .custom_imagebox.card{
		left: 0;
		float: left;
	    margin: 0 1%;
	    max-width: 48%;
	    width: auto;
	}
	.large-9 .custom_imagebox.card .itemOuter,
	.large-3 .custom_imagebox.card .itemOuter{
		width: 100%;
	}
	.large-9 .custom_imagebox.card .itemOuter .content,
	.large-3 .custom_imagebox.card .itemOuter .content{
		padding: 7px 5px;
	}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	/*
	| UNCOMMENT IF YOU WANT THESE TO FLIP N HOVERs
	|
	*/
	.itemOuter:hover .back{
	    -webkit-transform: rotateY(0deg);
	    -moz-transform: rotateY(0deg);
	    -o-transform: rotateY(0deg);
	    -ms-transform: rotateY(0deg);
	    transform: rotateY(0deg);
	}
	.itemOuter:hover .front{
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -o-transform: rotateY(180deg);
	    transform: rotateY(180deg);
	}
	.back .bottomArrow{
	    bottom: -52px;
	    height: 52px;
	    width: 78px;
	}
    .back .content .desc, .back .content .desc p {
	    font-size: 19px;
    	line-height: 25px;
	}
	.back .content .title {
	    font-size: 30px;
	    margin-bottom: 16px;
	    line-height: 38px;
	}
	.back .content {
		padding: 18px 10px 0;
		min-height: 217px;
	}
	.back .content .closeButton {
		bottom: -19px;
		width: 34px;
		height: 34px;
	}

	/*STANDARD IMAGE BOX*/
	.custom_imagebox.standard{
		max-width: 425px;
		margin-right: 2%;
	}
	/*only increase size on the main content area ones*/
	.large-9 .custom_imagebox.standard,
	.large-12 .custom_imagebox.standard{
	    margin-right: 2%;
	    max-width: 48%;
	}
	.large-9 .custom_imagebox.standard .content,
	.large-12 .custom_imagebox.standard .content {
	     min-height: 0;
    	 padding: 5px 15px 5px 30px;
	}
	.large-9 .custom_imagebox.standard .icon,
	.large-12 .custom_imagebox.standard .icon {
	    margin-right: 20px;
	    width: 52px;
	    padding-top: 0;
	    top: 0;
	}
	.large-9 .custom_imagebox.standard .content .title,
	.large-12 .custom_imagebox.standard .content .title {
	    font-size: 25px;
	    line-height: 29px;
	    padding-bottom: 3px;
	    padding-top: 10px;
	    display: block;
	}
	.large-9 .custom_imagebox.standard .content .title a,
	.large-12 .custom_imagebox.standard .content .title a {
		font-size: 25px;
	}
	.large-9 .custom_imagebox.standard .icon.text,
	.large-12 .custom_imagebox.standard .icon.text{
		height: 64px;
	    top: 0;
	    width: 64px;
	}
	.large-9 .custom_imagebox.standard .icon.text span.num,
	.large-12 .custom_imagebox.standard .icon.text span.num{
	    font-size: 26px;
	    top: 0px;
	}
	.large-9 .custom_imagebox.standard .icon.text span.month,
	.large-12 .custom_imagebox.standard .icon.text span.month{
	    font-size: 13px;
	}


	/*card side column*/
	.large-9 .custom_imagebox.card,
	.large-3 .custom_imagebox.card{

	}
	.large-9 .custom_imagebox.card .back .content,
	.large-3 .custom_imagebox.card .back .content 
	{
		padding: 3px 10px 0;
	}
	.large-9 .custom_imagebox.card .back .content .closeButton,
	.large-3 .custom_imagebox.card .back .content .closeButton
	 {
    	bottom: 48px;
    }
    /*main*/
    .large-9 .custom_imagebox.card .back .content .title{
    	font-size: 24px;
    }
  
    .large-9 .custom_imagebox.card .back .content .desc p{
    	font-size: 16px;
	    line-height: 27px;
    }
    .large-9 .custom_imagebox.card{
		margin-right: 2%;
    	max-width: 48%;
    	margin-left: 0;
    	left: 0;
	}
	.large-9 .custom_imagebox.card .itemOuter{
		width: 100%;
	}
    /*side*/
    .large-3 .custom_imagebox.card .back .content .title{
    	font-size: 20px;
    	 margin-bottom: 8px;
    }
    .large-3 .custom_imagebox.card .back .content .desc p{
	    font-size: 14px;
    	line-height: 21px;
	}
	.large-3 .custom_imagebox.card .itemOuter {
	    width: 100%;
	}
	.large-3 .custom_imagebox.card{
		left: 0;
		float: left;
	    margin: 0;
	    width: 100%;
	}
}




	