.parallax-iframe-style {
	
	
	
}
.parallax-iframe-style .WidgetTitle {
	display:none;
}


.parallax-personalized-style1 {
	vertical-align:bottom;
}

.parallax-personalized-style1 .WidgetTitle,
.parallax-personalized-style3 .WidgetTitle {	
	display:none;
}

.parallax-personalized-style1 .WidgetContent  {
	width:30%;
	--border:2px solid #f00;
}
.parallax-personalized-style3 .WidgetContent  {
	
	
	height:75%;
	
}

.parallax-personalized-style3 .WidgetText  {
	position:absolute;
	bottom:0px;
	width:100%;
	
}
.parallax-personalized-style3 .parallax-effect-over {
	display:block;
	
	max-height: 0;
    overflow: hidden;
    
    margin-top:0px;
    
        -webkit-transition: all .2s ease-in-out;
    -moz-transition:    max-height  .7s ease-in-out;
    -o-transition:      max-height  .7s ease-in-out;
    transition:         max-height  .7s ease-in-out;
}
.parallax-personalized-style3 .parallax-effect-over::before {
	content:' ';
	display:block;
	height:30px;
}

.parallax-personalized-style3 .fa {
	font-size:20px;
}
.parallax-personalized-style3 .fa:before {
	margin-right:5px;
	font-size:20px;
}
.parallax-personalized-style3 .parallax-sublayer2,
.parallax-personalized-style3 .parallax-sublayer3,
.parallax-personalized-style3 .parallax-sublayer4  {
	vertical-align:bottom !important;
}

.parallax-personalized-style3 .parallax-sublayer2:hover .parallax-effect-over,
.parallax-personalized-style3 .parallax-sublayer3:hover .parallax-effect-over,
.parallax-personalized-style3 .parallax-sublayer4:hover .parallax-effect-over  {
	max-height: 100px;
	
    
}

.parallax-personalized-style1 a {
	font-size:26px;
	color:#fff;
	display:block;
	width:100%;
	font-family: "custom" !important;
}

.parallax-personalized-style1 .fa:before {
	margin-right:5px;
	font-size:20px;
}


.parallax-personalized-style1.WidgetText {
	position:relative;
	text-align:center;
}

.parallax-personalized-style1 .parallax-sublayer1 {
	font-size:65px;
	padding-bottom:16%;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 0.5);
}

.parallax-personalized-style3 .parallax-sublayer2,
.parallax-personalized-style3 .parallax-sublayer3,
.parallax-personalized-style3 .parallax-sublayer4 {
	display:inline-block;
	background:rgba(209, 107, 27, 0.8);
	margin:0.2%;
	width:34%;
	padding:10px 20px;
	--padding:3% 2%;
	font-size:16px;
	color:#fff; 
	min-width:240px;
	vertical-align:top;
	--height:180px;
}




@media only screen and (min-width: 1px) and (max-width: 640px) {
	.parallax-personalized-style1 .parallax-sublayer1 {
		font-size:26px;
	}
	.parallax-personalized-style1 .parallax-sublayer2,
	.parallax-personalized-style1 .parallax-sublayer3,
	.parallax-personalized-style1 .parallax-sublayer4 {
		font-size:14px;
		height:auto;
	}
	

}


/* animations  */

.parallax-personalized-style1 .WidgetContent  {
	-webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all 1.4s ease;
}

.parallax-personalized-style1 .WidgetContent  {
	left:-5% !important;

	opacity:0;
}

.parallax-personalized-style1.parallax-actived .WidgetContent  {
	left:15% !important;
	opacity:1;
}

.parallax-personalized-style2 .WidgetContent  {
	left:auto !important;
	right:-5% !important;
}

.parallax-personalized-style2.parallax-actived .WidgetContent  {
	left:auto !important;
	right:15% !important;
	opacity:1;
}

/*
.parallax-personalized-style1 .parallax-sublayer1 {
	top:-45%;
	--opacity:0;
}
.parallax-personalized-style1.parallax-actived .parallax-sublayer1 {
	
	opacity:1;
}

.parallax-personalized-style1 .parallax-sublayer2 {
	position:absolute;
	left:-15%;
	opacity:0;
}
.parallax-personalized-style1.parallax-actived .parallax-sublayer2 {
	left:0px;
	opacity:1;
}

.parallax-personalized-style1 .parallax-sublayer3 {
	--bottom:-15%;
	opacity:0;
}
.parallax-personalized-style1.parallax-actived .parallax-sublayer3 {
	--bottom:0px;
	opacity:1;
}

.parallax-personalized-style1 .parallax-sublayer4 {
	position:absolute;
	right:-15%;
	opacity:0;
}
.parallax-personalized-style1.parallax-actived .parallax-sublayer4 {
	right:0px;
	opacity:1;
}

*/