/*
	promo
*/
/********************************* Container settings ****************************/
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
.btn-circle {
	border-radius: 15px;
}
/********************************************************************************/
.promos{
	padding:50px 0 50px 0;
	min-height: -webkit-calc(100vh - 168px);
	min-height: -moz-calc(100vh - 168px);
	min-height: -ms-calc(100vh - 168px);
	min-height: -o-calc(100vh - 168px);
	min-height: calc(100vh - 100px); /*168*/
}
.title{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	padding:0 0 0 25px;
	font-size:32px;
	font-weight:bold;
	line-height:50px;
	text-align: center;
	background: -webkit-linear-gradient(#0055d6, #0C2563);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.img-container {
	margin-right: 15px;
}
.img-promo {
	/* padding: 0 3px 5px 0; */
	background-color: #0c25638e;
  	border-radius: 3px;
	box-shadow: 3px 3px 5px #0c25638e;
	/* -webkit-box-shadow:  3px 3px 1px #0c25638e; */
}
.promo-title{
	padding:3px 0 3px 10px;
	font-size:18px;
	font-weight:bolder;
	color:#0C2563;
	margin-left: 10px;
	
}
.promo-detail{
	padding-bottom:20px;
	
}
.promo-detail > p{
	line-height:18px;
 	padding:10px 10px 0 10px;
	margin-left: 10px;
  	color: #07205e;
	font-size: 14px;
	font-weight: 500;
}
.promo-detail >div > a{
	margin-right:8px;
	letter-spacing:0.6px;
	font-weight:bold;
	font-size:14px;
	padding:0px 7px;
}
.learn-more{
	right:0; bottom:0;
}
.learn-more > a{
	font-size:18px;
	margin-right:10px;
	/* -webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease; */
}
/* .learn-more > a:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
} */
.divider {
	margin: 5px 0px;
	border-color:#1c2e5d71;
}
@media screen and (max-width: 901px) {
	
	.promo-detail{
		padding-bottom:50px;
		
	}
	.row > .col-md-6 {
		padding: 25px 10px;
	}

}
@media screen and (max-width: 991px) {
	.img-container {
		margin-right: 0px;
	}
	.promo-detail{
		padding-bottom:50px;
		
	}
}
/***************icon play*******************/
.hvr-icon-forward {
  padding-right: 2.2em;
}
.hvr-icon-forward:before {
	content: "\f144";
}
/************no available promos***********/
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.no-promos {
    animation: fadeIn 0.5s ease-in;
    /* text-align: center; 
    margin: 50px auto;  
    max-width: 600px; */

	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    text-align: center;
    /*opacity: 0.7;*/
}

.no-promos h2, .no-promos p {
    margin: 10px 0;
    font-weight: bold;
}

.no-promos p{
    color:#888888;
}
/************no available promos***********/
