/* CSS Document */


.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}

.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 30px;
  box-shadow: 10px 10px 60px -25px;
}

.fc-content h3 {
  margin-top: 0;
  font-size: 24px;
color: #094679;
	font-weight: 800;
  letter-spacing: normal;
}

.fc-content p {
  color: #666;
  line-height: 1.5;
	font-size: 16px;
	margin-bottom: 20px;
}

.fc-content p:last-child {
  margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}




.btn{
	border: 0;
	color: #fff;
	background-color: #1b3b72;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	margin: 0px;
	padding: 30px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 18px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	user-select: none;
	margin-top:10px;
	cursor: pointer;
	border-radius: 4px;
}

.btn:Hover{
	background-color: #e25f10;
}



.btn2{
	width: calc( 50% - 20px );
	background-color: #666666;
	color: #fff;
	font-size: 18px;
	flex-grow: 2;
	font-family: 'Barlow Condensed', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	
	
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	border: 0;


	font-weight:400; /* o 700 */
	margin: 10px;
	
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);
	box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.15);
	cursor: pointer;
		
}

.btn2:Hover{
	-webkit-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.33);
	-moz-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.33);
	box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.33);
	
	/*background-color: #fbb36b;*/
}