
/*
	unavailable
*/
@media (min-width: 1300px) {
	.unavailable{
		height: 835px;
		min-height:835px;
	}
}
.unavailable{
	padding-top:100px;
	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*/
	
	color: #fff;
	background: #FF6600; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(#FF6600, #D94800); /* For Safari 5.1 to 6.0 */
	background: -moz-radial-gradient(#FF6600, #D94800); /* For Firefox 3.6 to 15 */
	background: -ms-radial-gradient(#FF6600, #D94800); /* For Microsoft */
	background: -o-radial-gradient(#FF6600, #D94800); /* For Opera 11.1 to 12.0 */
	background: radial-gradient(#FF6600, #D94800); /* Standard syntax */
}
.big-text{
	font-family:AvantGarde-Dm-BT , Fallback, sans-serif;
	font-size:70px;
	line-height:60px
}
.sm-text{
	font-family:AvantGarde-Dm-BT , Fallback, sans-serif;
	font-size:22px;
	line-height:26px
}
.img-container{
	max-width:700px;
	float:right;
	padding:15px;
}
.detail-container{
	max-height:780px;
	max-width:660px;
	padding:15px;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
}

@media only screen and (max-width: 992px){
	.unavailable{
		padding-top:50px;
	}
	.img-container,
	.detail-container{
		float:none;
		position:relative;
		margin:0 auto;
		text-align:center;
	}
	.big-text{
		font-size:40px;
		line-height:38px;
	}
	.sm-text{
		font-size:18px;
		line-height:22px;
	}
	.detail-container{
		height:auto
	}
	.bigtext-corp{
		font-size:30px;
		line-height:20px
	}
}
.corporate-call{
	border-right:2px solid #fff;
}
@media only screen and (max-width: 1299px){
	.bigtext-corp{
		font-size:50px;
		line-height:40px
	}
}
@media only screen and (max-width: 1199px){
	
	.corporate-call{
		border-right:0px;
	}
}
/******************* glossy ********************/
.glossy a {
	outline:none;
	letter-spacing:1px;
    margin: 2px 0 0 0;
	line-height:35px;
	font-weight:bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
	position: relative;
	z-index: 1;
}

.glossy {
    width: 250px;
    height: 37px;
    margin: 5px auto;
    position: relative;
    background: #0046B0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#0046B0), color-stop(#19347D));
    background: -webkit-linear-gradient(top,  #0046B0, #19347D);
    background: -moz-linear-gradient(top,  #0046B0, #19347D);
    background: -o-linear-gradient(top,  #0046B0, #19347D);
    background: -ms-linear-gradient(top,  #0046B0, #19347D);
    background: linear-gradient(to bottom,  #0046B0 , #19347D);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046B0', endColorstr='#19347D',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #FFA851;
    color: #FFF;
    font-size: 28px;
 
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);
}
.glossy:before {
    content: "";
    width: 240px;
    height: 20px;
 
    display: block;
    position: absolute;
    left: 5px;
 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	 border-top-left-radius: 0px;
	 border-top-right-radius: 0px;
	 border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}