
@font-face {
    font-family: 'matchbookmatchbook';
    src: url('../fonts/matchbook-webfont.woff2') format('woff2'),
         url('../fonts/matchbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.ilist-box-style-main {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ilist-box-style-main {
	-webkit-box-shadow: 0 10px 18px 2px rgba(0,0,0,.1);
	box-shadow: 0 10px 18px 2px rgba(0,0,0,.1);
}

.ilist-box-style-main {
  background: rgba(0, 0, 0, 0) url("../images/cloud_bg.png") no-repeat scroll center bottom;
  bottom: 0;
  position: relative;
  width: 100%;
  padding-bottom: 76px;
}

/*
.ilist-box-header {
  background: #f7f4f5 url("../images/header_bg.png") no-repeat scroll center bottom;
  bottom: 0;
  position: relative;
  width: 100%;
}*/


.ilist-box-header {
  background:#f7f4f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.shadow-separator::after {
  border-radius: 100%;
  box-shadow: 0 0 10px #333333;
  content: "";
  display: block;
  height: inherit;
  position: relative;
  top: 100%;
}
.shadow-separator {
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.ilist-box-header .ilist-border-style-top {
  display: flex;
}
.ilist-box-header .ilist-border {
  background: #222 none repeat scroll 0 0;
  height: 5px;
  width: 25%;
}
.ilist-box-header .ilist-border.ilist-border-01 {
  border-top-left-radius: 10px;
}
.ilist-box-header .ilist-border.ilist-border-02 {
	 background: #555 none repeat scroll 0 0;
}

.ilist-box-header .ilist-border.ilist-border-03 {
	 background: #888 none repeat scroll 0 0;
}

.ilist-box-header .ilist-border.ilist-border-04 {
  background: #b6b6b6 none repeat scroll 0 0;
  border-top-right-radius: 10px;
}
.ilist-headline h2 {
  color: #333;
  font-family: 'matchbookmatchbook';
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 40px 0 20px;
  line-height: initial;
}
.ilist-headline {
  padding: 0 20px;
  text-align:center;
  position:relative;
}
.ilist-headline::before {
  background: #ddd none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 4px;
  left: 36%;
  position: absolute;
  width: 30%;
  border-radius:5px;
}
.ilist-headline span {
  background: #ebe7e9 none repeat scroll 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {

	.container {
		width: 100%;
	}
	
	

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
    	width: 100%;
	}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
    	width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
    	width: 100%;
	}
}




              
/* Long Description */

.ilist-fancybox{
    text-decoration: none !important;
    color:inherit;
}


/* Scroll bar design css  */

.fancybox-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
  background-color: #626262;
  border: 2px solid #555555;
}

.ilist-fancybox-content{
    display: block;
  /*  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;*/
    /*padding-right: 1px;*/
    width: 100%;
    height: 100%;
    padding: 15px;
}
.ilist-fancybox-content .fluid-width-video-wrapper {
  margin-bottom: 15px;
}

.ilist-fancybox-content ul{
  list-style: initial !important;
  padding-left:30px !important;
}