/***********************************************************************************
 *	+ Copyrightlinks
 ***********************************************************************************/

.copyrightlink a{
color:#ffffff;
}
.copyrightlink a:hover{
color:#fdbd20;
}
.copyrightlink a:active{
color:#eeeeee;
}
.copyrightlink a:visited{
color:#eeeeee;
}

/***********************************************************************************
 *	+ ICON LIST
 ***********************************************************************************/

.icons-list {
		margin-bottom: 50px;
margin-top: -20px;
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 18.7%;
		min-height: 100px;
		vertical-align: top;
	}

	.icons-list li i,
	.icons-list li .glyphicon {
	 		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
		color: #163751;
   font-family: "Poppins", sans-serif;
	 		font-size: 14px;
font-weight: 600;
margin-top:10px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	} 

	
/***********************************************************************************
 *	+ ENTS BLOCK COLOURS
 ***********************************************************************************/

.image-ents-green {
    padding: 5px;
    border: solid 1px #67b244;
margin-bottom:20px;
background-color: #67b244;

}

.image-ents-yellow {
    padding: 5px;
    border: solid 1px #163751;
margin-bottom:20px;
background-color: #163751;
}

.image-ents-blue {
    padding: 5px;
    border: solid 1px #0071bc;
margin-bottom:20px;
background-color: #0071bc;
}



.ents{
margin-left:20px;
margin-right:20px;
}

/***********************************************************************************
 *	+Months
 ***********************************************************************************/
 
	.months{
		list-style: none;
		margin-bottom: 20px;
	}
	
	.months li {
		display: inline-block;
		margin-right: 0px;
		text-align: center;
	}
	
	.monthsli:last-child {
		margin-right: 0;
	}
	
	.months li a {
		display: block;
		text-decoration: none;
		padding: 4px 8px;
		color: #ffffff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		border-color: #163751;
		background-color: #0071bc;
margin-bottom:10px;
	}
	
	.monthsli a:hover,
	.months li a.active {
		border-color: #62b155;
		background-color: #62b155;
		color: #fff;
	}
	



.sunnyvale {
    text-align: left;
background-color:#fdbd20;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#ffffff!important;
font-weight:bold;
min-width:200px;
border-bottom:3px solid #62b153;
text-align:center;
 }
.myrtle {
    text-align: left;
background-color:#163751;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#ffffff!important;
font-weight:bold;
min-width:200px;
border-bottom:3px solid #0876be;
text-align:center;
 }
.ants{
    text-align: left;
background-color:#69b347;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#ffffff!important;
font-weight:bold;
min-width:200px;
border-bottom:3px solid #fdbd20;
text-align:center;
 }


.sold{
color:#ff0000;
}

.soldunit{
background-color:#ff0000!important;
}


.ribbon {
    text-align: left;
background-color:#163751;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#ffffff!important;
width:100%;
border-bottom:3px solid #62b153;
text-align:center;
 }

.soldribbon {
    text-align: left;
background-color:#c20303;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#ffffff!important;
width:100%;
border-bottom:3px solid #62b153;
text-align:center;
 }

/***********************************************************************************
 *	+ VIDEO CONTAINER
 ***********************************************************************************/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
margin-bottom:40px;
margin-top:40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/***********************************************************************************
 *	+ PARKMENU
 ***********************************************************************************/

	.parkmenu {
		list-style: none;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.parkmenu li {
		display: inline-block;
		margin-right: 5px;
		text-align: center;
	}
	
	.parkmenu li:last-child {
		margin-right: 0;
	}
	
	.parkmenu li a {
		display: block;
		text-decoration: none;
		padding: 4px 10px;
		color: #ffffff;
		border:none;
		background-color: #62b153;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
transform: skewX(-20deg);
		font-size: 12px;
		font-weight: 600;
	}
	
	.parkmenu li a:hover,
	.parkmenu li a.active {
		border-color: #163751;
		background-color: #163751;
		color: #fff;
	}
	
	@media (max-width: 790px) {
		
		.parkmenu li {
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.parkmenu li:last-child {
			margin-bottom: 0;
		}
		
	}

.sunlist ul {
list-style-type: none;
  padding: 0;
}
.sunlist li {
  padding-left: 1.3em;
list-style-type: none;
}
.sunlist li:before {
  content: "\f005"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
color:#fbcf03;
}

.mainact{
color:#62b153;
font-weight:bold;
}

.entsmonth{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
.entsmonth:after {
		display: block;
		width: 100%;
		border: 1px solid #ffffff!important;
		border-radius: 0px;
		margin-top: 15px;
		content: "";
	}
	
.entsmonth.text-center:after {
		margin: 15px auto 0;
	}
	
.entsmonth.text-right:after {
		float: right;
	}
	
.entsmonth p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
.entsmonth h3 {
		margin-bottom: 0;
		line-height: 24px;
		font-weight: 700;
	}


.bigtelephone  {
		font-size: 20px;
		line-height: 30px;
        padding-top:40px;
        font-weight:700;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
color:#000C3D!important;
float:right;
	} 

.bigtelephone a   {
  color:000C3D!important;
 }

.bigtelephone a:hover   {
  color:#0e76bc;
 }
    @media (min-width: 200px) and (max-width: 667px) {

	.bigtelephone  {
display:none;
		font-size: 20px;
		line-height: 20px;
        padding-top:10px;
padding-left:20px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
float:left;
margin-bottom:40px;
	}
}

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
.red{
color:#163751!important;
}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		margin-bottom: 20px;
background-color:#fff;
padding:15px;
width:100%;

	border-top-color: #62b155;
	border-top-width: 4px;
	border-top-style: solid;
	}

	.headline-top {
background-color:#fff;
padding:15px;
width:100%;
	border-top-color: #0e76bc;
	border-top-width: 4px;
	border-top-style: solid;
	}


.headlineblue {
		margin-bottom: 30px;
background-color:#fff;
padding:15px;
width:100%;

	border-top-color: #163751;
	border-top-width: 4px;
	border-top-style: solid;
	}
	
	.headline:after {
		display: block;
		width: 100%;

		margin-top: 15px;
		content: "";
	}
	
	.headline.text-center:after {
		margin: 15px auto 0;
	}
	
	.headline.text-right:after {
		float: right;
	}
	
	.headline p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.headline h2 {
		margin-bottom: 0;
		line-height: 36px;
		font-weight: 700;
	}

 /***********************************************************************************
 *	+ 2025 UPDATES
 ***********************************************************************************/

.yellowtxt{
 color:#f4ba14;
}
.whitetxt{
 color:#ffffff;
}

#column-content {
  display: inline-block;
}
img {
  vertical-align: middle;
}
span {
  display: inline-block;
  vertical-align: middle;
}

/* for visual purposes */
#blue-content {
position: relative;
padding:30px;
width:100%;
background-color: #173652;
 text-align:center;
margin-top:50px;
margin-bottom:50px;
}

/* for visual purposes */
#white-content {
position: relative;
 margin-bottom:50px;
 margin-top:50px;
width:100%;
background-color: #ffffff;
 text-align:center;
}

.bannertext{
  margin-top:3%;
  margin-bottom:3%;
}
 .bannerfont{
  font-size:36px;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
 .bannerbutton{
margin-top:30px;
}

.parkheader{
   text-align:center;
		  padding:10px;
}


	.tpl_1 .mWrap { margin:0;}
	.tpl_1 {
		background:#f4ba14;
		border-bottom:1px solid rgba(255,255,255,0.3);
		border-top:1px solid rgba(0,0,0,0.1);
		line-height:60px;
		
		font-size:26px;
		font-family: 'Montserrat', cursive;
		color:#fff;
		text-transform:uppercase;
	}
	
	.tpl_1 .strTools {
		float:left;
	}
	.tpl_1 .strTools .strPause {
		width:60px;
		height:60px;
		position:relative;
		text-indent:-9999px;
		display:block;
		cursor:pointer;
	}
	.tpl_1 .strTools .strPause:after {
		content:'';
		height:20px;
		width:16px;
		border:5px solid #fff;
		border-width:0 5px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-10px 0 0 -8px;
	}
	.tpl_1 .strTools .strPlay {
		width:60px;
		height:60px;
		position:relative;
		text-indent:-9999px;
		display:none;
		cursor:pointer;
	}
	.tpl_1 .strTools .strPlay:after {
		content:'';
		border:10px solid transparent;
		border-left-color:#fff;
		border-right:0;
		border-left-width:16px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-10px 0 0 -8px;
	}
	.tpl_1 .strTools .strPlay:active,
	.tpl_1 .strTools .strPause:active {
		background-color:rgba(0,0,0,0.05);
	}



.parktopimage {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
clear:both;
}
.parktopimage img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#ownershipblue{
background-color:#163751;
color:#ffffff;
padding:30px;
margin-top:10px;
margin-bottom:10px;
}

.ownershiptext{  
 border: 3px solid #ffffff;
 padding:30px;
 }

.ownershipname{
color:#ffffff!important;
text-align:center;
}

.stay-when-you-want{  
 padding-left:30px;
 padding-right:30px;
margin-bottom:30px;
 }

  .parkblue{
 background-color:#62b057;
color:#ffffff;
border-bottom: 10px solid #163751;
border-top: 10px solid #163751;
padding-top:30px;
margin-top:30px;
margin-bottom:20px;
}
.parkblue p{
color:#ffffff!important;
}
.parkblue h2{
color:#ffffff!important;
}
 .parkwhite{
 background-color:#ffffff;
color:#000000;
border-bottom: 10px solid #163751;
border-top: 10px solid #163751;
padding-top:40px;
padding-bottom:40px;
}

.parkwhite p{
color:#000000!important;
}
.parkwhite h2{
color:#163751!important;
}
.parklatest{
 padding-top:50px;
}

  /* Smartphone Portrait and Landscape */ 
@media screen and (max-width: 667px) { 
.tp-bullet {
display:none;
 }
  }




.accombox{
padding:30px;
background-color: #eeeeee;
 text-align:center;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
border: 1px solid #dddddd;
}

.accomtext  {
order:1 ;
 }
.accomimage {
order:2 ;
margin-bottom:10px;
}

@media only screen and (max-width: 991px) {      
.accomtext  { order:2 ; }
.accomimage { order:1 ; }
}



.facilitybox{
 padding:20px;
background-color: #eeeeee;
 text-align:center;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
border: 1px solid #62b153;
}
.facilitytext  {
display: table-cell;
order:1 ;
 }
.facilityimage {
order:2 ;
display: table-cell;
}

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

.facilitytext  { order:2 ; }
.facilityimage { order:1 ; }
}

.svgicons{
display: inline-block}

.contact_map iframe {
    width: 100%;
    height: 430px;
    display: block;
}
.parkname{
font-size:80px;
line-height:90px;
margin-bottom:5px;
}

@media only screen and (max-width: 996px) {      
.parkname{
font-size:50px;
line-height:60px;
}
}

@media only screen and (max-width: 760px) {      
.parkname{
font-size:30px;
line-height:40px;
}
	
h2{margin-bottom: 14px;
		font-size: 20px;
		line-height: 30px;
 }
.headline {
margin-bottom: 10px;
 }


 .bannerfont{
  font-size:24px;
  line-height: 36px;
}


.tpl_1 .strTools .strPause {
		width:30px;
		height:30px;
}
.tpl_1{
line-height:30px;
font-size:16px;
}
.tpl_1 .strTools .strPause {
		width:30px;
		height:30px;
}

}

.contact_map iframe {
    width: 100%;
    height: 430px;
    display: block;

}

.full{
display: none;
}
.brief{
display: none;
}

	@media (min-width: 0px) and (max-width: 991px) {

.full{
display: none;
}
.brief{
display: block;
}
		
	}
	@media (min-width: 992px) {

.full{
display: block;
}
.brief{
display: none;
}
		
	}

.whyyoulove-container{
  display: table;
  width: 100%;
}
 /***********************************************************************************
 *	+ ADD THE WORD MENU TO MOBILE MENU BUTTON        "Tog is the container!"
 ***********************************************************************************/
.tog{
  width:80px;
float:right;
margin-top:30px;
display:none;
}
.menutitle {
    font-size: 18px;
    text-decoration: none !important;
color:#000C3D;
margin-top:20px;
margin-right:-20px;
display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {      
.menutitle {
margin-top:13px;
}
}
@media only screen and (max-width: 991px) {      
.tog {
display:block;
}
}

img.cover {
    object-fit: cover;
}
.img-border{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
margin-bottom:20px;
}
.brochure_banner{
    background-color:#163751;
width:100%
padding:30px;
	color:#ffffff;
}
.vertical{
     display: flex;
    align-items: center;
    justify-content: center;
}

 /***********************************************************************************
 *	+ MOBILE TOP BAR
 ***********************************************************************************/
.mobtopnav {
  padding: 0;
  margin: 0;
  width:100%;
  display:flex; 
  flex-direction:row;
 list-style-type: none;
 position: fixed;
 margin-top:0px;
position: fixed;
}

.mobtopnavitems {
  display: block;
  padding: 0px 0px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* remove your width and float and add the following */
  flex-grow:1;
  margin-bottom:0px;
}
.mobtopnavitems li a{
text-decoration: none;
	}

.topnavbtn{
z-index:1000;
background-color: #0e76bc;
color:#FFFFFF;
width:100%;
text-align:center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor:pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border-right: thin solid #000C3D;

-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size:14px;
display: none;
text-decoration: none;
}

	.topnavbtn:hover {
		background-color: #002A6F;
        border: thin solid #002A6F;
		color: #ffffff;
	}
  /* Smartphone Portrait and Landscape */ 
@media screen and (max-width: 990px) { 
      .topnavbtn {display: block;}
      .booknowbox{margin-bottom:48px;}
      .booknowbox{clear:both;}
.main-bar{margin-top:40px};
  }

 .fixed{
  position: fixed;
  top: 0;
 left: 0;
  width: 100%;
}

 /***********************************************************************************
 *	+ EQUAL COLUMNS
 ***********************************************************************************/
.equalcol-container {
  display: table;
  width: 100%;
}
.equalcol {
  display: table-cell;
  padding: 16px;
}

 /***********************************************************************************
 *	+ SALES
 ***********************************************************************************/

.salesticker{
 background-color:#fdbd20;
margin-top:-100px;
}
 .salesblue{
 background-color:#62b057;
color:#ffffff;
border-bottom: 10px solid #163751;
padding-top:30px;

}
.salesblue p{
color:#ffffff!important;
}
.salesblue h2{
color:#ffffff!important;
}
 .saleswhite{
 background-color:#ffffff;
color:#000000;
border-bottom: 10px solid #163751;
padding-top:30px;
padding-bottom:30px;
}

.saleswhite p{
color:#000000!important;
}
.saleswhite h2{
color:#163751!important;
}
.saleslatest{
 padding-top:50px;
}

  /* Smartphone Portrait and Landscape */ 
@media screen and (max-width: 667px) { 
.tp-bullet {
display:none;
 }
  }

 /***********************************************************************************
 *	+ Park Colours
 ***********************************************************************************/
.antshillents{
 background-color:#62b153;
}
.myrtleents {
 background-color:#0071bc;
}
.sunnyvaleents{
 background-color:#163751;
}

 /***********************************************************************************
 *	+ Home Page
 ***********************************************************************************/

.homepark{
background-color: #d0d9cd;
 text-align:center;
border: 1px solid #163751;
color:#000000;
}

.homeblockimage  {
 margin-bottom:25px;
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.03);
}

 /***********************************************************************************
 *	+ Ents
 ***********************************************************************************/
.entspark{
 float:right;
font-size:small;
}


 /***********************************************************************************
 *	+ TOURING PITCHES
 ***********************************************************************************/

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.pitch-content{
 padding:0px;
position: relative;
}

.pitchrow-seasonal{
border:solid 1px #163751;
margin-top:30px;
overflow:hidden;
background-color:#163751;
color:#ffffff;
}
.pitchrow-seasonal  h3{
color:#ffffff;
}

.pitchrow-nightly{
border:solid 1px #62b153;
margin-top:30px;
overflow:hidden;
background-color:#d0d9cd;
 color:#000000;
}



.blue-bar{
background-color:#163751;
padding:20px;
color:#ffffff;
}


.pitch-link{
 padding:10px;
margin: auto;
color:#ffffff;
 height: 5em;
  line-height: 5em;
}

.pitch-info{
 padding:20px;
min-height:270px;
height:100% ;

}
.pitch-info h3{
margin-bottom:5px;
}



 /***********************************************************************************
 *	+ FONT SIZE CHANGE MOBILE
 ***********************************************************************************/
  /* iPhone */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
font-weight:600;
}
}
}

  /* iPhone */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.main-bar{
   max-height:30px;
}
}
}

 /***********************************************************************************
 *	Caravan Sales
 ***********************************************************************************/

.sold{
color:#ff0000;
}

.soldribbon{
background-color:#ff0000!important;
}



.dtxfooter{
position: relative;
 background-image: url(../../images/footerswoosh2roofer.svg);
 background-repeat:no-repeat;
 background-position:left bottom; 
 background-size:auto;
min-height:400px;
margin-top:40px;
}

.angliafooterlogo{
padding-bottom:40px;

}

.nfrclogo{
padding-bottom:80px;

}


.angliacopyright{
  position: absolute;
  bottom: 20px;
   color:#ffffff;
padding:10px;
width:100%;
font-size:85%;
}
.angliacopyright a{
   color:#ffffff;
}
.angliacopyright a:hover{
   color:#0E76BC;
font-weight:400;
}



@media (max-width: 961px) {
.dtxfooter{
 background-position:-200px bottom; 
}
.angliafooterlogo{
 margin-left:0px;
}

}

@media only screen and (max-width: 767px) {
.dtxfooter{
 background-position:-400px bottom; 
}
.angliafooterlogo{
 margin-left:-5px;
}
}

@media only screen and (max-width: 600px){
.dtxfooter{
 background-position:-450px bottom; 
}
.angliafooterlogo{
 margin-left:0px;
}

}

.blockcontainer {
  position: relative;
  width: 100%;
 margin-bottom:20px;
}

.blockimage {
  display: block;
  width: 100%;
  height: auto;
}

.blockoverlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 38, 105);
  background: rgba(0, 38, 105, 0.9); /* Dark Blue see-through */
  width: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  padding: 10px;
height:60px;
font-size:18px;
color:#ffffff;
line-height: 36px; 
vertical-align: middle;
}

.blockcontainer:hover .blockoverlay {
  opacity: 1;
  background: rgb(14, 118, 188);
  background: rgba(14, 118, 188, 0.9); /* Light Blue see-through */
}

/***********************************************************************************
 *	+ Image Hover Effect
 ***********************************************************************************/


.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect.h_blue:hover {
    background: #0e76bc;
}

.hover_effect.h_yellow:hover {
    background: #ffb600;
}

.hover_effect.h_dark:hover {
    background: #5e6667;
}

.hover_effect.h_link:after {
    content: "\f002";
}

.hover_effect.h_lightbox:after {
    content: "\f00e";
}

 /* Call to Action */
.call-to-action {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 32px 55px;
	clear: both;
}

.call-to-action::after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 767px) {
	.call-to-action {
		padding: 10px 10px;
	}
}

.call-to-action h3 {
	text-transform: none;
	color: #212529;
	padding: 0;
	margin: 0 0 9px;
}

.call-to-action p {
	font-size: 1.2em;
}

.call-to-action > [class*="col-"] {
	display: flex;
	align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
	justify-content: flex-end;
	text-align: center;
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:nth-child(2) {
		justify-content: center;
	}
}

.call-to-action .container > .row, .call-to-action .container-fluid > .row {
	display: flex;
	flex-wrap: wrap;
}

.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
	display: flex;
	align-items: center;
}

.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
	justify-content: flex-end;
	text-align: center;
}

@media (max-width: 767px) {
	.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:not([class*="col-xs"]) {
		width: 100%;
	}

	.call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
		width: 100%;
	}
}

.call-to-action .call-to-action-content {
	text-align: center;
}

.call-to-action.call-to-action-big {
	padding: 63px 55px;
}

@media (max-width: 575px) {
	.call-to-action.call-to-action-big {
		padding: 63px 0;
	}
}

.call-to-action.call-to-action-front {
	z-index: 1;
}

.call-to-action.call-to-action-default {
	background: #f7f7f7;
}

.call-to-action.call-to-action-strong-grey {
	background: #EDEDED;
}

.call-to-action.call-to-action-dark {
	background: #333940;
}

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
	color: #FFF;
}

.call-to-action.with-borders {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.with-full-borders {
	border: 2px solid #CCC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured {
	background: #FFF;
	margin: 0;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.with-button-arrow .call-to-action-btn {
	position: relative;
}

@media (min-width: 992px) {
	.call-to-action.with-button-arrow .call-to-action-btn {
		left: -80px;
	}
}

.call-to-action.with-button-arrow .call-to-action-btn .arrow {
	position: absolute;
}

@media (max-width: 991px) {
	.call-to-action.with-button-arrow .call-to-action-btn .arrow {
		display: none;
	}
}

.call-to-action.with-button-arrow .call-to-action-btn.no-left {
	left: 0;
}

@media (max-width: 991px) {
	.call-to-action.with-button-arrow .call-to-action-btn.no-left {
		margin-top: -25px !important;
	}
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
	position: relative;
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
	right: 50% !important;
}

.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn {
	width: 100%;
	text-align: center;
}

.call-to-action.button-centered .call-to-action-content {
	text-align: center;
	width: 100%;
	padding: 35px 0 0;
	margin: 0;
}

.call-to-action.button-centered .call-to-action-btn {
	text-align: center;
	position: static;
	margin: 20px auto 25px;
	width: auto;
}

.call-to-action.call-to-action-in-footer {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 30px;
	margin-bottom: -50px !important;
}

.call-to-action.call-to-action-in-footer:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}

.call-to-action.no-top-arrow:before {
	display: none;
}

.call-to-action.call-to-action-in-footer-margin-top {
	margin-top: 60px;
}

.container .call-to-action {
	border-radius: 8px;
}

@media (max-width: 767px) {
	.call-to-action .call-to-action-content,
		.call-to-action .call-to-action-btn {
		margin: 0;
		padding: 20px;
		position: static;
		width: auto;
	}
}

.call-to-action.featured.featured-primary {
	border-top-color: #0e76bc;
}


 .font-weight-extrabold,
.font-weight-extra-bold {
	font-weight: 900 !important;
color:#e10036;
}

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

    .five { order: 1; }
    .four { order: 2;  }
    .three { order: 3; }
    .two { order: 4; }
    .one { order: 5 }
}