@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/body_bg.jpg) repeat-x 100% 100%;
	background-size:contain;
	min-height:500px;
	position:relative;
	font-size:14px;
	color:#fff;
	height:100vh;
	font-family: 'champagne__limousinesregular';
}
figure{
	margin:0;
	padding:0;
	display:inline-block;
}
img{
	max-width:100%;
	display:inline-block;
}
.body_color{
	position:relative;
	min-height:500px;
}
.body_color::before{
	width:30%;
	height:100%;
	position:absolute;
	z-index:-1;
	background:url(../images/bg_lft_img.png) no-repeat fixed top left;
	background-size:contain;
	content:"";
	top:0;
	left:0;
}
.body_color::after{
	width:30%;
	height:100%;
	position:absolute;
	z-index:-1;
	background:url(../images/bg_rht_img.png) no-repeat fixed top right;
	background-size:contain;
	content:"";
	top:0;
	right:0;
}
.container{
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1170px;
}
.top_logo_sec{
	margin:0 auto;
	padding:0;
	padding-top:18px;
}
.top_logo_sec h4{
	font-size:35px;
}
.top_logo_sec figure.fm_digi_logo{
	max-width:476px;
	margin:0;
	padding:0;
}
.top_logo_sec h6 {
	line-height:60px;
	font-size:25px;
}
.top_logo_sec h6 i img{
	max-width: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -13px;
}

.flip-box{
  width: 100%;
  max-width:240px;
  height: 321px;
  margin-bottom:50px;
}
.flip-box-inner{
  position: relative;
  background:url(../images/flip_bg.jpg) no-repeat 100% 100%;
  background-size:cover;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  text-align:center;
}
.box-front{
	text-align:center;
	 position: relative;
  background:url(../images/flip_bg.jpg) no-repeat 100% 100%;
  background-size:cover;
  box-shadow:0px 0px 34px rgba(0,0,0,0.6);
  padding:15px 10px;
  width: 100%;
  max-width:240px;
  height: 321px;
  margin-bottom:0px;
  color:#000;
  border:11px solid #fff;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding:15px;
  box-shadow:0px 0px 34px rgba(0,0,0,0.6);
}
.flip-box-front{
  color: black;
  border: 12px solid #fff;
}
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
  background:#CCC;
}
.flip-box-front figure img{
	max-width:140px;
}
.box-front img{
	max-width:115px;
}
.flip-box-front h6, .box-front h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	margin-top:20px;
	color:#1770B8;
}
.box-front h6 {
	font-size:12px;
	font-weight:bold;
}
.flip-box-front ul, .box-front ul{
	margin:0;
	padding:0;
	text-align:left;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a.cmpny_url{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin-top:5px;
	position:absolute;
	bottom:8px;
	left:0;
	width:100%;
	text-align:center;
}

.cmpny_flp_crt_sec .liv_now_btm, .cmpny_flp_crt_sec h4 {
	/*display: inline-block;*/
	background: #fff;
	color: #3F366D;
	font-family: 'champagne__limousinesbold';
	padding: 8px 22px;
	border-radius: 29px;
	font-size: 23px;
	margin-left:-107px;
}
.cmpny_flp_crt_sec h4{
	display:block;
	background:none;
	text-align:center;
	color:#fff;
	z-index:999;
	margin-left:0;
}
.flip-box.fm_dg_cntr{
	margin:0 auto;
}

footer{
	background:#fff;
	padding:8px 10px;
	margin-top:35px;
	bottom:0;
	position:fixed;
	width:100%;
}
.ftr_flw_sec{
	font-size:22px;
	color:#3F366D;
}
.ftr_flw_sec ul{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.ftr_flw_sec ul li{
	display:inline-block;
	border-right: solid 2px #a7a9ac;
	padding-right:11px;
	margin-right:8px;
}
.ftr_flw_sec ul li:last-child{
	border:none;
}
.ftr_flw_sec ul li img{
	max-width:33px;
}
.line_dvdr{
	border-right: solid 2px #a7a9ac;
	width:4px;
	display:inline-block;
	margin-top: 6px;
	margin-left: 32px;
}
.card_lst{
	padding:0;
	margin:0;
	list-style:none;
}
.card_lst > li{
	display:inline-block;
	vertical-align:top;
	width:19%;
	margin-right:10px;
}
.card_lst > li:last-child{
	margin-right:0;
}
.cmpny_flp_crt_sec .card_lst > li .liv_now_btm, .cmpny_flp_crt_sec .card_lst > li h4{
	margin-left:0;
	font-size:20px;
}
.cmpny_flp_crt_sec .card_lst > li h4{
	padding-left:0;
	padding-right:0;
}
.box-front figure {
	display: inline-block;
	width: 100%;
	max-height: 67px;
}

/** Responsive CSS **/

@media screen and (max-width: 767px) {
.top_logo_sec{
	padding:35px 15px 0;
}
.top_logo_sec h6 {
	line-height: 26px;
	font-size: 18px;
	margin-top: 17px;
}
.flip-box{
	margin: 0 auto;
	margin-bottom:15px;
}
.flip-box.fm_dg_cntr{
	margin-bottom:15px;
}
.cmpny_flp_crt_sec .liv_now_btm{
	margin-left:0;
}
.row{
	margin-left:0;
	margin-right:0;
}
.line_dvdr{
	display:none;
}
footer{
	text-align:center;
}
.ftr_flw_sec{
	font-size:18px;
}
.box-front{
	margin:0 auto;
}
.box-front figure {
	max-height:none;
}
.card_lst > li{
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
footer .ftr_flw_sec span.float-lg-right{
	display:block;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
.container{
	max-width:730px;
}
.card_lst{
	text-align:center;
}
.card_lst > li{
	width:31.3%;
	margin-bottom:20px;
}
.card_lst > li:nth-child(2n+3){
	margin-right:0;
}
footer{
	text-align:center;
}
.line_dvdr{
	display:none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1025px){
.container {
	max-width: 1170px;
}
.card_lst {
	padding: 0 20px;
}
.box-front ul{
	margin-left:24px;
}
.card_lst > li{
	width:18.9%;
}
.box-front h6 {
	font-size: 12px;
	line-height: 14px;
}
.box-front ul li{
	line-height:18px;
}
footer .container .row{
	margin-right:0;
	margin-left:0;
}
.ftr_flw_sec {
	font-size: 18px;
}


}