/* Start of CMSMS style sheet 'cta' */
/* CTA HOVER EFFECTS
-------------------------------------------------- */

.cta-hover {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: left;
}

.cta-effect-container {
  padding-top:0;
  padding-bottom:0;
}
.cta-effect-container .img-responsive {
  margin:0 auto;
}
.cta-effect-container {
  text-align:center;
}
.cta-effect-container .cta img {
  width:100%; /* needed in Firefox */
}
.cta-effect-container a img:hover {
  opacity:0.5;
}

/* Common style */

.cta-hover figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	min-width: 150px;
	max-width: 100%;
	max-height: 200px; /* set height of image */
	width: 100%;
	background: none;
	text-align: center;
	cursor:default;
}
.cta-hover figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	max-height: 300px;
	opacity: 0.97;
}
.cta-hover figure figcaption {
	padding: 10px 20px;
	color: #fff;
	/*text-transform: uppercase;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cta-hover figure figcaption::before,
.cta-hover figure figcaption::after {
	pointer-events: none;
}
.cta-hover figure figcaption,
.cta-hover figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta-hover figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* CTA fonts */

/*.cta-hover figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}*/
.cta-hover figure h2 {
	font-size:24px !important;
	line-height:1.1;
}
.cta-hover figure h2,
.cta-hover figure p {
	color:#fff;
	margin: 0;
}
.text-shadow h2,
.text-shadow p {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
}
.cta-hover figure p {
	font-size: 18px !important;
	line-height:1.3;
	/*letter-spacing: 1px;
	font-size: 68.5%;*/
}
.cta-tag {
  background: url("images/buttons/btn-arrow.png") no-repeat center right #ffffff;
  width: 100%;
  padding: 15px 15px;
  opacity: 0.80;
  clear:both;
  border-bottom: 3px solid #e1e1e1;
}
.cta-hover-sm .cta-tag {
  padding: 20px 15px;
}
.cta-hover-sm .cta-tag h2 {
	font-size: 16px;
}
.cta-tag:hover {
  opacity: 1.0;
}
.cta-tag h2,
.cta-tag p {
  padding: 0 !important;
  margin: 0 !important;
  color:#333;
}
.cta-tag p a:hover {
  border-bottom: 1px dotted;
}
.cta-tag h2 {
	font-size: 20px;
}
.cta-tag p {
	font-size: 16px;
}
.cta-hover h2 a,
.cta-hover p a {
	border-bottom: none;
	text-decoration: none;
}
.cta-hover h2 a:hover {
	color:#28b7fa;
}


@media (min-width: 1200px)  {
  .cta-tag {
    width: 100%;
    padding: 15px 25px;
  }
  .cta-hover-sm .cta-tag h2 {
  	font-size: 20px;
  }
}
@media (max-width: 767px)  {
  .cta-tag h2 { font-size: 17px !important;}
  .cta-tag p { font-size: 14px !important; }
  .cta-hover .col-xs-12 {
    padding-left: 18%;
    padding-right: 18%;
  }
  .cta-hover-sm .cta-tag h2 {
  	font-size: 20px;
  }
}
@media (max-width: 630px)  {
  .cta-hover .col-xs-12 {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 530px)  {
  .cta-hover .col-xs-12 {
    padding-left: 6%;
    padding-right: 6%;
  }
}


/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: none;
}
figure.effect-julia:hover {
	background: #00a7e0;
}


figure.effect-julia img {
	max-width: 100%;
	/*height: 300px;*/
	-webkit-transition: opacity 1s, -webkit-transform 0.5s;
	transition: opacity 1s, transform 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
	/*text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);*/
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 auto;
	font-size: 20px !important;
	/*background: rgba(20,183,250,0.9);
	color: #fff;*/
	text-transform: none;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
	padding: 20px 0;
	line-height: 1.2;
}

figure.effect-julia:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #28b7fa;
	max-height: 400px; /* set height of image */
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-height: 400px;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
}
figure.effect-goliath h2 {
	font-size: 22px !important;
	padding: 30px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0) !important;
}
figure.effect-goliath p {
	padding: 20px 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	text-align: center !important;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


@media (min-width: 1200px)  {
  figure.effect-goliath h2 {
  	font-size: 20px !important;
  	padding: 20px 15px;
  }
}

/* End of 'cta' */


