body
{
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
h4 {
	font-size: 17px;
}
.clear{
	display: block;
	clear: both;
}
.custom_hr{
	width: 30px;
	margin: 2rem 0;
}
.light_hr{
	font-size: 18px;
	width: 35%;
	height: 1px;
	marign-top: 0;
	margin-bottom: 1rem;
}
 
a:hover {
	text-decoration: none;
	color:#29aee8;
}
iframe
{
	max-width:100%;
}
.saveDate:hover
{
	text-decoration: none;
	color:#f1f1f1;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.container-full {
	margin: 0 auto;
	width: 100%;
	float: left;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99999;
	float: left;
	width: 100%;
}
.header-sub {
	height: 95px;
	width: 100%;
	float: left;
	background-color: #FFF;
}
/*--menu--*/
.navbar-default .navbar-nav > li > a
{
	color:#FFFFFF;
}
ul.dropdown-menu
{
	background-color:#eeeeee;
	padding:0;
	border:0;
}
ul.dropdown-menu li a
{
	color:#000000 !important;
}
ul.dropdown-menu li a:hover, .dropdown-menu li a:focus
{
	color:#ffffff !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;

}
/*--end menu--*/

/*--Slider, video buttons--*/
/*.bx-wrapper img
{
	width:100%;
	height:967px;
}*/
.videowrapper {
    height:100%;
    width:100%;
    overflow: hidden;
	float: none;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	min-width: 100%;
  	min-height: 100%;
}
.slider-buttons-container
{
	position:absolute;right:8%;/*bottom:20%;*/bottom:10%;
}
.start-video, .pause-video {
    color:FFF;
	text-transform:uppercase;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream
{
	width:100% !important;
}
.video_pause_button_n
{
	display:none;
	width:100%;
    cursor: pointer; 
	border-radius: 0;
	background-color: rgba(255,255,255,0.5);
	line-height: 1.6;
	transition: all 0.3s;
	z-index:9999;
	padding:1rem;
	margin-bottom:1rem;
}
.video_play_button_n
{
	width:100%;
    cursor: pointer; 
	border-radius: 0;
	background-color: rgba(255,255,255,0.5);
	line-height: 1.6;
	transition: all 0.3s;
	z-index:9999;
	padding:1rem;
	margin-bottom:1rem;
}
.video-custom-btn-n {
	color: #FFFFFF;
	font-size: 20px;
	transition: all 0.3s;
	z-index:9999;
}
.video_play_button_n:hover a{
	color:#fff !important;
}
.video_pause_button_n:hover a{
	color:#fff !important;
}
.video_play_button_n:hover .border-right
{
	border-right:1px solid #fff !important;
}
.video_pause_button_n:hover .border-right
{
	border-right:1px solid #fff !important;
}

.thumbnail_container
{
    width: 100%;
    height: 920px;
    overflow: hidden;
    background-color: #000;
}

img.thumbnail
{
    margin-top: -10rem;
    opacity: 0.5;
	width:100%;

}
.sidebar
{
	width:58%;
	position:absolute;
	top:0;
	left:0;
	height:920px;
	float:left;
	z-index:9999;
}
.sidebar img
{
	width:100%;
}
.blur
{
	filter: blur(7px); 
	-webkit-filter: blur(7px); 
	-moz-filter: blur(7px);
	-o-filter: blur(7px); 
	-ms-filter: blur(7px);
}

@-moz-document url-prefix() 
{
	.blur
	{
		filter: url(https://www.halalexpodubai.com/css/blur.svg#blur);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
		filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='7'%20/></filter></svg>#blur");
	}
}
@media screen\0 {
   .overlay
   {
    background-image: linear-gradient(45deg, #333 70%, transparent 70%), 
        linear-gradient(-45deg, #666 70%, transparent 70%), 
        linear-gradient(45deg, transparent 75%, #666 75%), 
        linear-gradient(-45deg, transparent 75%, #666 75%);
		opacity:0.8;
    -moz-background-size: 2px 2px;
    background-size: 2px 2px;
    -webkit-background-size: 2px 2.1px; /* override value for webkit */
    background-position: 0 0, 1px 0, 1px -1px, 0px 1px;
	   position:absolute;
	   top:0;
	   right:0;
	   width:100%;
	   height:100%;
   }
}
@media only screen and (max-width: 346px){
	.border-right{line-height:24px !important;}
}
@media only screen and (min-width : 991px) and (max-width: 1131px){
	.border-right{font-size:16px !important;}
}
@media only screen and (min-width : 1131px) and (max-width: 1200px){
	.border-right{line-height:48x !important;font-size:19px !important;}
}
@media only screen and (min-width : 1200px) and (max-width: 1505px){
	.border-right{line-height:41px !important;font-size:15px !important;}
}

@media only screen and (min-width : 320px) and (max-width: 767px){
.slider-buttons-container
{
	position:unset;
	margin-bottom:1rem;
}
.video_play_button_n, .video_pause_button_n
{
	background-color:#8c8c8c;
	text-align:center;
}
.video_play_button_n:hover, .video_pause_button_n:hover
{
	background-color:#e6e6e6;
}
    }
/*--end Slider, video buttons--*/
.fixed-footer {
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.footer_close {
	cursor: pointer;
}
.footer_close img {
	margin-top: 1.5rem;
}
.buttons-container_n {
	width: 100%;
	float:left;
	z-index: 9999;
}
.slider-custom-btn-n,
.second-custom-btn {
	border-radius: 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.6;
}
.slider-custom-btn:hover {
	background-color: #d11521;
	color: #FFFFFF;
	border-color: #d11521;
}
.second-custom-btn
{
	background-color:rgba(255,255,255,.25)!important;
	border-color:#8c8c8c;
}
.second-custom-btn:hover
{
	color:#FFFFFF;
}
.share-btn
{
	color:#000000;
	border:1px solid #e6e6e6;
	text-align:center;
	border-radius:0;
}
.logo {
	position: initial;
	top: 0;
	/*left:0;*/
	lefT: -31px;
}
.kode-nav {
	font: 16px/19px 'NexaBold', Arial, Helvetica, sans-serif;
	marign: 2rem 0;
}
.navbar {
	margin-bottom: 0 !important;
	min-height: 101px;
	position: relative; 
	margin-left: -13rem;
}
.kode-nav ul li a {
	display: block;
	color: #fff;
	/*padding: 42.5px 10px;*/
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	font-size: 16px;
	text-transform: uppercase;
	padding: 41px 15px;
	font-weight: 600;
	font-family: 'open sans';
}
.NexaBold {
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
.NexaLight {
	font-family: 'NexaLight', Arial, Helvetica, sans-serif!important;
}
.OpenSans {
	font-family: 'OpenSans', Arial, Helvetica, sans-serif!important;
}
.OpenSans-Bold {
	font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif!important;
}
.MyriadPro {
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif!important;
}
.margin-top {
	margin-top: 5rem;
}
.margin-bottom {
	margin-bottom: 5rem;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.book_now_top {
	font-size: 2.2rem;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.book_now_top:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.book_now_top > div{
	padding: 2rem 0;
	text-align: center;
}
.slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.slider-bg img {
	width: 100%;
}
/*.section2-bg {
	background: url(https://www.halalexpodubai.com/images/section2-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 94%;
}
.section5-bg {
	background: url(https://www.halalexpodubai.com/images/section5-bg.png);
	background-repeat: no-repeat;
	background-position: 108% 65%;
	background-size: 38% 115%;
}*/
.travel-section-bg
{
	background: url(https://www.halalexpodubai.com/images/travel-section-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:bottom right;
}
.ifpInfo-bg {
	background: url(https://www.halalexpodubai.com/images/ifpInfo-bg.jpg);
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.infoContent{
	background-color: #f4f4f4;
	position: relative;
	/*box-shadow: 0 4px 2px -2px #c4c4c5;*/
}
.infoContent img{
	position: absolute;
	top: 26px;
	right: 20px;
}
.topVideo
{
	border:1px solid #c9c9c9;padding:1rem;margin-left:3rem;line-height:0;
}
@media (max-width: 300px) {
.section2-bg {
	background: none;
}
.section5-bg {
	background: none;
}
.topVideo
{
	margin-left:0;
}
}
@media (min-width: 301px) and (max-width: 600px) {
.section2-bg {
	background: none;
}
.section5-bg {
	background: none;
}
.topVideo
{
	margin-left:0;
}

}
@media (min-width: 601px) and (max-width: 768px) {
.section2-bg {
	background: none;
}
.section5-bg {
	background: none;
}
.topVideo
{
	margin-left:0;
}

}
.facts-row {
	padding-top: 15rem;
	text-align: center;
}
.facts-counter {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	text-align: left;
}
.facts-counter .icons-wrap {
	display: inline-block;
	vertical-align: top;
	color: #8d8d8d;
	font-size: 72px;
	float: left;
	width: 75px;
}
.facts-counter .icons-wrap img {
	vertical-align: top;
}
.kf_counter {
	float: none;
	padding: 0px 0px 0px 90px;
	text-align: left;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
.kf_counter .counter {
	font-size: 68px;
	line-height: 65px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
.kf_counter .counter-small{
	display: inline-block;
	font-size: 34px;
	margin-top: 1.5rem;
	vertical-align: middle;
}
.kf_counter span {
	display: block;
	line-height: 22px;
	font-size: 18px;
	color: #666;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
.button-animate {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #babab7;
	border-radius: 7px;
	width: 190px;
	height: 50px;
	text-align: center;
	padding: 16px 10px;
	font: bold 18px/20px 'NexaBold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	transition: background-color 0.5s ease;
	background-color: #848484;
}
.button-animate:hover{
	color: #fff;
	background-color: #3d3d3d;
}
.overcontent::before {
	content: "";
	height: 100%;
	opacity: 0.8;
	width: 100%;
}
.overcontent, .overcontent::before {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 26% 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 0;
	height: 0;
}
.links_pages {
	overflow: hidden;
	position: relative;
}
.links_pages:hover .dark-grey-overlay {
	background-color: rgba(55,55,55,0.85);
	visibility: visible;
	cursor: pointer;
}
.overcontent h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
	color: #fff;
}
.overcontent h4 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.overcontent ul {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.overcontent ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.overcontent ul a {
	width: 100%;
	height: 100px;
	padding: 10px 2px;
	font-size: 20px;
}
.red-overlay {
	/* background-color: rgba(255,51,51,0.85); */
	height: 100%;
	width: 100%;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 14% 68px;
	/*padding: 26% 68px;*/
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	cursor: pointer;
}
.white-overlay {
	/* background-color: rgba(255,255,255,0.85); */
	height: 100%;
	width: 100%;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 14% 68px;
	/*padding: 26% 68px;*/
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	cursor: pointer;
}
.grey-overlay {
	/* background-color: rgba(10,68,112,0.48); */
	height: 100%;
	width: 100%;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 14% 68px;
	/*padding: 26% 68px;*/
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	cursor: pointer;
}
.dark-grey-overlay {
	visibility: hidden;
	background-color: none;
	height: 100%;
	width: 100%;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 14% 68px;
	/*padding: 26% 68px;*/
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.red-overlay ul, .white-overlay ul, .grey-overlay ul, .dark-grey-overlay ul {
	list-style: outside none none;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.red-overlay ul li, .white-overlay ul li, .grey-overlay ul li, .dark-grey-overlay ul li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
.red-overlay ul li a, .white-overlay ul li a, .grey-overlay ul li a,, .dark-grey-overlay ul li a {
 font-size: 20px;
 height: 100px;
 padding: 10px 2px;
 width: 100%;
}
.white {
	color: #FFFFFF;
}
/*--li scroller--*/ 
.tickercontainer { /* the outer div with the black border */
	width: 100%;
	height: 78px;
	margin: 0;
	overflow: hidden;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: -60px;
	top: 29px;
	width: 100%;
	overflow: hidden;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
	color: #333333;
	font-size: 16px;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
.saveDate {
	text-align: center;
	color: #FFFFFF;
	font-family: 'NexaLight', Arial, Helvetica, sans-serif!important;
	font-size: 18px;
	
	width: 91%;
	float: right;
	height: 29px;
}
.saveDate > span{
	position: relative;
	top: 2.4px;
	left: -15px;
}
.icon-srvc {
	margin: 0 auto;
	color: #fff;
	border: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	padding: 20px 0;
	font-size: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
[class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1.3;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-srvc:hover {
	border-radius: 0;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}
/*--CountDown--*/
.next-event-counter {
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 3;
}
.next-event-counter h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.next-event-counter .countdown {
	list-style: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.countdown {
	float: left;
	margin: 0 auto;
	width: 100%;
}
.next-event-counter .countdown li {
	border: 1px solid #fff;
	margin: 0 7px;
	width: 60px;
	height: 52px;
	background: rgba(255, 255, 255, .1);
	display: inline-block;
}
.countdown > li {
	display: inline-block;
	float: none;
	margin: 0px auto 0px 11px;
}
.next-event-counter .countdown li span {
	font-size: 20px;
	font-weight: bold;
	font-family: 'NexaBold', Arial, Helvetica, sans-serif!important;
	position: relative;
	top: 3px;
}
.days {
	padding: 0 10px;
	color: #fff;
}
.next-event-counter .countdown li p {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'NexaLight', Arial, Helvetica, sans-serif!important;
	marign: 4px !important;
}
/*--Slick Slider ( Concurrent Events )--*/
.conc-img {
	width: 25%;
	float: left;
}
.conc-text {
/*min-height:328px;*/
	/*max-height:328px;*/
}
.red {
	background-image: url(https://www.halalexpodubai.com/images/conc-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.blue {
	background-image: url(https://www.halalexpodubai.com/images/conc-10.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.green {
	background-image: url(https://www.halalexpodubai.com/images/conc-8.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.sponsors > .partner_category {
	float: left;
	margin-right: 53px;
	margin-bottom:10px;
	line-height:70px;
}
.sponsors > .partner_category:last-child {
	margin-right: 0px
}
.sponsors > .partner_category  .partner {

	/*-webkit-filter: grayscale(100%);*/ /* Chrome, Safari, Opera */
	/*filter: grayscale(100%);*/
	/*opacity:0.8*/
}

.sponsors > .partner_category  .partner:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
	opacity:1;
}


.sponsors > .partner_category  a:last-child  .partner{
	margin-right: 0px
}
.partner_category h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #4f4f4f;
	margin-bottom:0px
}






.banner-title{
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	color: #fff;
}
.banner-title-holder{
	display: block;
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 20px 0;
	font-family: 'NexaLight', Arial, Helvetica, sans-serif!important;
}
.banner-big-title{
	display: block;
    font-size: 27px;
    font-weight: 600;
}
.banner-title-links{
	display: block;
	padding-top: 10px;
}
.banner-title-links a{
	color: #fff;
}
.banner-title-links .fa{
	color: #fff;
	margin-right: 10px;
}

/*.pagecontent-section{
	background:url(https://www.halalexpodubai.com/images/pagecontent-section.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}*/
.pagecontent-title{
	text-transform: uppercase;
	font-size: 30px;
}
.pagecontent-subtitle{
	font-family: 'OpenSans', Arial, Helvetica, sans-serif!important;
	font-style: italic;
	font-size: 15px;
	color: #666666;
	font-weight: 600;
	margin-top: 0;
}
.pagecontent-content{
	font-family: 'OpenSans', Arial, Helvetica, sans-serif!important;
	color: #7f7f7f;
}
.pagecontent-content ul{
/*	list-style: none; */
	padding-left: 20px;
	color: #7f7f7f!important;
}
/*
.pagecontent-content.list > li{
	text-indent: -.7em;
}
.pagecontent-content.list > li:before {
	content: "• ";
}
*/

/*--Forms--*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd !important;
	font-size:14px !important;
	font-style:italic !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd!important;
   opacity:  1 !important;
	font-size:14px !important;
	font-style:italic !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd !important;
   opacity:  1 !important;
	font-size:14px !important;
	font-style:italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd !important;
	font-size:14px !important;
	font-style:italic !important;
}
.form-group {
    margin-bottom: 15px;
}
/*.kode-contact-area */input[type="email"], input[type="number"], input[type="subject"], input[type="name"], input[type="text"] {
    border: 1px solid rgb(228, 233, 239);;
    color: #000;
    height: 43px;
    margin-bottom: 30px;
    padding: 8px 10px;
    width: 100%;
}
input.error, select.error{
	outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
/*--end forms--*/


/*--Accordion--*/
.kf_faq_accordian, .kf_accordian_hdg {
    float: left;
    width: 100%;
    position: relative;
}
.kf_faq_accordian {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}
.kf_accordian_hdg.accordion-open {
    background: none;
    background-color: #f9f9f9;
}
.kf_accordian_hdg {
    padding: 12px 20px;
    background-color: #f4f4f4;
    cursor: pointer;
}
.kf_accordian_hdg h5 {
    color: #333333;
    font-size: 20px;
    position: relative;
}
.kf_accordian_des {
    float: left;
    width: 100%;
    position: relative;
}
.kf_accordian_des p {
    color: #666666;
    font-size: 15px;
    /* word-break: break-all; */
    /* padding: 0px 40px 20px 20px; */
    text-align: justify;
    padding: 40px 40px 0 20px;
}

.kf_accordian_hdg h5:before {
    content: "\f0fe";
    font-family: fontawesome;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}
.kf_accordian_hdg.accordion-open h5:before {
	content: "\f146" ;
}

.kf_accordian_des li {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.kf_accordian_des ul {
    margin-top:15px
}

.article_sep {
    border-top: 1px solid #d8d8d8;
    margin: 35px 0px;
}



.read-more{
	color: #000;
}

.five-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-height: 18px;        /* fallback */
	max-height: 80px;       /* fallback */
}


.page-load-video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	
	background-color: rgba(0, 0, 0, 0.5) ;
}
.blurry{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.page-load-video .video-holder{
	position: absolute;
    top: 15%;
    left: 0;
	width: 100%;
    height: 75%;
}
.closeVideo{
	position: absolute;
    top: 15px;
    right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar{margin-left:-13rem !important;}
}
@media (min-width: 830px) and (max-width: 851px) {
	.kode-nav ul li a
	{
		padding-left:5px !important;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.small-logo
	{
		width:84px;
	}
	.kode-nav ul li a
	{
		padding-left:5px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1280px) {
	.big-logo
	{
		width:270px !important;
	}
	.kode-nav ul li a
	{
		padding-left:7px !important;
	}
	.navbar{margin-left:-10rem !important;}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.red-overlay {
	padding: 14% 0;
}
.white-overlay {
	padding: 14% 0;
}
.grey-overlay {
	padding: 14% 0;
}
.dark-grey-overlay {
	padding: 14% 0;
}
}
@media (min-width: 1280px) and (max-width: 1369px){
	.big-logo
	{
		width:189px !important;
	}
	.nav {margin-left:8rem;}
	.kode-nav ul li a
	{
		
	}
	.top_message span {font-size:14px !important;margin-left:14rem !important;}
}
@media (min-width: 1370px) and (max-width: 1650px){
	.kode-nav ul li a
	{
		padding-left:0 !important;
	}
		.navbar{margin-left:-5rem !important;}

}
/*@media (min-width: 830px) and (max-width: 840px) {
	.kode-nav ul li a{padding:41px 8px !important;}
}
@media (min-width: 840px) and (max-width: 877px) {
	.navbar {padding:0;margin-left:-30px !important;}
}
@media (min-width: 877px) and (max-width: 990px) {
	.navbar {padding:0;margin-left:0 !important;}
}
*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* **************************************** Contact Custom page **************************************** */
.divContact{
	background-color: #333333;
	font-size: 15px;
	color: #FFFFFF;
}
.contactName{
	background-color: #474747;
	padding: 0.63rem;
	margin-bottom: 0.5rem;
}
.contactName > span{
	position: relative;
	top: 0;
	left: 3px;
	color: #FFFFFF;
}
.contactInfo{
	display: none;
	width: 300px!important;
	padding: 10px 20px!important;
}
.contactUsFt .fa{
	font-size: 15px;
	color: #9d9c9c;
}
.contactUsFt .col-xs-10,
.contactUsFt .col-xs-10 a{
	font-family: 'NexaLight', Arial, Helvetica, sans-serif!important;
	font-size :15px;
	color :#FFFFFF;
}
.newsletterMsgHolder{
	display: none;
	font-family: NexaBold;
	font-size: 18px;
	text-align: center;
}
.newsletterMsgHolder .big{
	font-size: 24px;
}

/* **************************************** Photogallery Custom Page **************************************** */
.fancybox-wrap{
	z-index: 9999999!important;
}
.gallery-photo{
	filter: grayscale(100%);
}
.gallery-photo:hover{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
	opacity: 1;
}

/* **************************************** Quick Links Custom Page **************************************** */
.quick-links{
	background-color: rgba(246,246,246,0.8);
}
.quick-links .container{
	margin-top: 7rem;
}
.quick-links .ql_title{
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.quick-links .ql_subtitle{
	color: #878787;
	font-size: 13px;
	padding: 0 15px 0 15px;
}

/* **************************************** Partners Custom Page **************************************** */
.partner_logo{
	width: 20%;
	float: left;
}

/* **************************************** BYS Custom Page **************************************** */
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute!important;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding:10px;
	width:75%;
       box-shadow: 0px 0px;
}
.ui-menu {
	max-height:300px !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}
.success_msg{
	margin-bottom: 4rem;
	width: 95%;
}


/* **************************************** Travel & Accommodation Custom Page **************************************** */
.travel-info p{
	color: #8a8888;
	font-size: 16px;
	margin: 1.5rem 0;
}
.travel-info a{
	color: #58c0f2;
	font-size: 16px;
}
.travel-info a:hover{
	color: #8a8888;
}
.travel-country{
	width: 100%;
	float: left;
	color: #8a8888;
	font-size: 16px;
	font-family: OpenSans;
	line-height: 1.6;
}

.hotel{
	text-align: center;
	margin-left: 50px;
}
.hotel th{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	background-color: #cdcdcd;
}
.hotel td{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
}

/* **************************************** Concurrent Events Custom Page **************************************** */
.concurrent-events{
	background-color: rgba(246,246,246,0.8);
}
.conc .full{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.conc .full li{
	position: relative;
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.conc li img{
	width: 100%;
}
.conc li.desc:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 70%;
	background-color: #f7f7f7;
}
.conc li.desc:after{
	content: '';
	position: absolute;
	top: 0;
	left: 64%;
	height: 35px;
	width: 15%;
	background-color: #f7f7f7;
	
	-webkit-transform: skew(-43deg);
	-moz-transform: skew(-43deg);
	-o-transform: skew(-43deg);
}
.conc li.desc .content{
	color: #fff;
	margin-top: 52px;
   	padding: 0px 10px 10px 30px;
}
.conc li.desc .content hr{
	border: 3px solid #000;
	width: 30px;
	margin: 2rem 0;
}
.conc li.desc .content h2{
	margin-bottom: 0.5rem;
}
.conc li.desc .content h5{
	color: #ebe1e2;
	margin-top: 0;
}
.conc li.desc .content a{
	color: #fff;
}
.conc li.desc .content a:hover{
	color: #000;
}

@media (max-width: 1400px) {
	.conc .full li{
		width: 33.33%;
	}
	.conc .full li:last-child{
		display: none;
	}
}
@media (max-width: 1050px) {
	.conc .full li{
		width: 50%;
	}
	.conc .full li:last-child{
		/*display: block;*/
	}
	.conc .full li.to-hide2{
		display: none;
	}
}
@media (max-width: 720px) {
	.conc .full li{
		width: 100%;
		height: 300px;
	}
	.conc .full li.to-hide{
		display: none;
	}
}
@media (max-width: 400px) {
	.conc .full li{
		height: 350px;
	}
}

/* **************************************** Overview Custom Page **************************************** */
.divOverview .hidden-sm{
	width: 4%;
}
.divOverview .col-xm-12{
	/*margin-left: 4rem;*/
	float: left;
}
.divOverview .col-xm-12 h2{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}
.divOverview .col-xm-12 .body{
	color: #7f7f7f;
	font-size: 14px;
	line-height: 1.6;
	word-spacing: 3px;
}
.divOverview .col-xm-12 a{
	color: #7f7f7f;
}

/* **************************************** Pages Links Custom Page **************************************** */
.slick-slider{
	margin-left:0!important;
}
.black-font{
	color: #000;
}

.downloads-col{
	position: absolute;
	height: 0;
	right: 0;
	bottom: 0;
}
#divSocialMedia .downloads{
	display: none;
}
.downloads{
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
}
.downloads .image{
	text-align:center;
	position:relative;
	padding: 20px 0;
	border-radius: 5px 5px 0 0;
}
.downloads .image .fa{
	color: #fff;
}
.downloads .image .closeBtn{
	position: absolute;
	top: 5px;
	right: 5px;
}
.downloads table{
	margin: 0;
	padding: 0;
	width: 100%;
}
.downloads table tr{
	width: 100%;
	display: block;
	padding: 0!important;
}
.downloads table td{
	position: relative;
	width: 50%;
	border-bottom: 1px solid #fff;
}
.downloads table tr:last-child td{
	border-bottom: 0px solid #fff;
}
.downloads table tr td:first-child{
	border-right: 1px solid #fff;
}
.downloads table a{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	text-align: center;
	height: 100%;
	font-weight: 400;
	position: relative;
}
.downloads table a:hover{
	color: #fff;
}

/* **************************************** Header Custom Page **************************************** */
.fancybox-overlay{
	z-index: 999999;
}

.custom-fancybox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: scroll;
}
.custom-fancybox .content{
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 150px auto 0;
	padding: 45px 0;
	
	background-color: #f9f9f9;
	border-radius: 5px;
	
	webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.custom-fancybox .content.full{
	max-width: 90%;
	margin: 150px auto 0;
}
.custom-fancybox .closeCustomFancybox{
	position: absolute;
	color: #444;
	top: 5px;
	right: 5px;
}
.custom-fancybox .closeCustomFancybox{
	color: #000;
}

/* **************************************** Navbar Custom Page **************************************** */
@media (max-width: 1280px) {}
	
@media (max-width: 1280px) and (min-width: 980px) {
	.kode-nav ul li a {
		font-size: 14px;
		padding: 41px 12px;
	}
	.navbar {
		margin-left: -50px;
	}
}

@media (max-width: 980px) {
	.navbar{
		margin-left: 0;
		margin-top: 15px;
	}
}

@media (max-width: 979px) and (min-width: 830px) {
	.kode-nav ul li a {
		font-size: 13px;
		padding: 41px 10px;
	}
}

@media (max-width: 979px) and (min-width: 767px) {
	.navbar{
		margin-left: -20px;
		margin-top: 0px;
	}
}

@media (max-width: 829px) and (min-width: 767px) {
	.kode-nav ul li a {
		font-size: 12px;
		padding: 41px 8px;
	}
}

/* **************************************** Sidebar Custom Page **************************************** */
.kf_aside_twitter{
	background-color: #012e55;
}
.kf_aside_twitter h6{
	padding-left: 30px!important;
}
#divSocialMedia .kf_aside_twitter .bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #ababab;
}
#divSocialMedia .kf_aside_twitter .bx-wrapper .bx-pager.bx-default-pager a.active,
#divSocialMedia .kf_aside_twitter .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background-color: #fff;
}

/* **************************************** B2BMatchmaking Checkbox **************************************** */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -1px;
  width: 17px; height: 17px;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px; left: 2px;
  font-size: 19px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
.b2bcheck label { font-weight:normal; padding-top:0px } 
.b2bcheck input {  margin-right: 10px;} 
.b2bcheck { text-align:center; margin:15px auto 30px }

.menu_resp_title { color:#FFF;position:absolute;top: 0.4em; }
.menu_resp_date { top: 32px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-family: 'open sans' !important; }
.menu_resp_venue {  color: #fff;
    font-family: 'open sans';
    font-size: 13px;
    position: absolute;
    top: 56px; }



/* ********** Workshops ********** */
/* Style */
.workshops-program ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}

.tabs-holder{
	border: 1px solid #ccc;
}
.schedules-tab-nav{
	text-align: center;
	margin: -45px 0 0;
}
.schedules-tab-nav ul{
	display: inline-block;
	border: 1px solid #ccc;
}
.schedules-tab-nav ul li{
	float: left;
	border-right: 1px solid #ccc;
}
.schedules-tab-nav ul li:last-child{
	margin: 0;
	border: 0;
}
.schedules-tab-nav ul li a{ 
	display: block;
	position: relative; 
	padding: 15px 30px; 
	font-size: 24px; 
	/* font-family: 'Aileron Bold';  */
	outline: none; 
	background: #fff;
}
.schedules-tab-nav ul li a span{ 
	display: block; 
	font-size: 16px; 
	font-weight: 400; 
	color: #444; 
	/* font-family: 'Aileron SemiBold'; */ 
	text-transform: uppercase;
}
.schedules-tab-nav ul li.active a,
.schedules-tab-nav ul li.active a span{ 
	text-decoration: none;
	color: #fff!important;
}
.schedules-tab-nav ul li:last-child a::before{ 
	display: none;
}
.schedules-tab-nav ul li.active a::after{ 
	content: "\e5c5"; 
	position: absolute; 
	left: 0; 
	font-family: 'icomoon' !important;
	height: 100%; 
	width: 100%; 
	top: 100%; 
	margin: -26px 0 0; 
	font-size: 40px;
}

.tab-content{
	padding: 30px 60px 30px 30px;
}

.schedules-widget{
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
.schedules-widget:last-child{
	margin: 0; padding: 0;
}
.schedules-widget:last-child::before{
	display: none;
}
.schedules-widget .detail{
	margin-left: 134px;
	padding: 10px 0 10px 30px;
	position: relative;
	border-left: 1px solid #ccc;
}
.schedules-widget .btn-holder{
	text-align: right;
	margin-top: 10px;
}
.schedules-widget::before{
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 84%;
	border-bottom: 1px dashed #ccc;
	bottom: 0;
	z-index: -1;
}
.schedules-widget h3{
	/* font-family: 'Aileron Bold'; */
	margin: 15px 0;
}
.schedules-widget p{
	margin: 0;
}

.speaker-imgs{
	position: absolute;
	top: 0; /* 50%; */
	margin: 0; /* -67px 0 0; */
}
.speaker-imgs ul{
	position:relative;
	width: 134px;
}
.speaker-imgs ul li{
	position: absolute;
	display: block;
	margin: 0 0 5px 15%;
	width: 70%;
	display:none;
}
.speaker-imgs ul li:first-child{
	display:block;	
}
.speaker-imgs ul li:last-child{
	/* margin: 0; */
}
.speaker-imgs ul li a{
	position: relative;
}
.speaker-imgs ul li a img{
	border-radius: 100%;
}
.speaker-imgs ul li a::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.speaker-imgs ul li a .toltip{
	position: absolute;
	top: 430%;
	padding: 7px 2px;
	background: #000;
	color: #fff;
	font-size: 12px;
	min-width: 100px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	left: 0;
	margin: -10px 0 0;
}
.speaker-imgs ul li a .toltip hr{
	width: 34%;
	padding: 0;
	margin: 8px 33%;
}
.speaker-imgs ul li a .toltip::before{
	content: "\e5c7";
	position: absolute;
	left: 50%;
	bottom: 100%;
	color: #000;
	font-family: icomoon;
	font-size: 40px;
	margin: 0 0 -27px -20px;
}
.speaker-imgs ul li a:hover .toltip{
	opacity: 1;
	visibility: visible;
	/* top: 350%; */
}

.time-location{
	overflow: hidden;
	margin: 0 0 10px;
}
.time-location li{
	float: left;
	margin: 0 30px 0 0;
	/* font-family: 'Aileron SemiBold'; */
	font-weight: 700;
	color: #459ae0;
}
.time-location li:last-child{
	margin: 0;
}
.time-location li i{
	margin: 0 5px 0 0;
	color: #999;
	font-size: 12px;
}
.time-location li a{
	color: #ff2525;
}

.summary,
.summary-full{
	padding-bottom: 15px;
	
	font-family: 'OpenSans', Arial, Helvetica, sans-serif!important;
    color: #7f7f7f;
}
.summary-full ul{
	padding: 8px 20px;
	list-style-type: disc;
}

.speaker-name{
	overflow: hidden;
	padding: 0!important;
}
.speaker-name li{
	/* float: left; */
	/* font-family: 'Aileron SemiBold'; */
	font-weight: 700;
	margin: 0 5px 5px 0;
	color: #459ae0;
}
.speaker-name li:last-child{
	margin: 0;
}
.speaker-name i i{
	margin: 0 5px 0 0;
	color: #999;
	line-height: 0;
}
.speaker-name li span{
	/* font-family: 'Aileron light'; */
	font-weight: 100;
	font-style: italic;
	color: #999;
	margin: 0 0 0 5px;
}
.speaker-name li a{
	color: #459ae0;
}

/* Transitions */
.toltip,
.schedules-widget,
.schedules-tab-nav li a,
.schedules-widget .detail a,
.schedules-tab-nav li a span{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* Responsive */
@media (max-width: 1199px) {
	.schedules-tab-nav li{
		min-width: 134px;
	}
	
	.schedules-widget h3{
		font-size: 18px;
	}
	.schedules-widget p{
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	.schedules-tab-nav li{
		min-width: 95px;
	}
	.schedules-tab-nav ul li a{
		font-size: 18px;
		padding: 15px 15px;
	}
	.schedules-tab-nav ul li a span{
		font-size: 12px;
	}
	
	.tab-content{
		padding: 30px 20px;
	}
	
	.schedules-widget::before{
		width: 75.7%;
	}
	
	.time-location li{
		font-size: 11px;
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.schedules-tab-nav{
		margin: -30px 0 0;
	}
	.schedules-tab-nav::after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.schedules-tab-nav ul{
		background: #fff;
	}
	.schedules-tab-nav ul li{
		margin: 0;
	}
	.schedules-tab-nav ul li a{	
		padding: 10px;
		font-size: 12px;
	}
	.schedules-tab-nav li a::before{
		display: none;
	}
	.schedules-tab-nav ul li a span{
		font-size: 11px;
	}
	
	.tab-content > .tab-pane {
		display: none;
	}
	.tab-content > .active {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	.schedules-tab-nav li a{
		padding: 15px 6px;
	}
	.schedules-tab-nav li a span{
		font-size: 10px;
	}
	.schedules-tab-nav ul li a{
		padding: 10px 5px;
	}
	
	.schedules-widget .detail{
		margin: 0;
	}
	.schedules-widget{
		padding: 0;
	}
	.schedules-widget::before{
		display: none;
	}
	.schedules-widget .detail{
		border: 0; padding: 0;
	}
	.schedules-widget p{
		/* display: none; */
	}
	.schedules-widget .speaker-imgs{
		display: none;
	}
	
	.speaker-imgs{
		position: static;
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 479px) {
	.tabs-holder{
		padding: 10px;
	}

	.schedules-tab-nav ul li{
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-right: 0;
	}
	.schedules-tab-nav li a::after{
		display: none;
	}	
	
	.tab-content{
		padding: 0;
	}
	
	.schedules-widget{
		margin: 0;
		padding: 15px!important;
	}
	.schedules-widget{
		padding: 15px;
	}
	.schedules-widget.style-2{
		padding: 20px;
	}
	.schedules-widget h3{
		font-size: 14px;
	}
	
	.schedules-widget .btn-holder .custom-btn{
		padding: 11px 0;
		width: 100%;
	}
}

/* ********** Speakers ********** */
/* Style */
.speaker-detail-holder{
	padding: 40px 0;
}
.speaker-detail-holder ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}

.speaker-detail-holder .row{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dashed #e1e1e1;
}
.speaker-detail-holder .row:last-child{
	border-bottom: none;
}

.speaker-detail h3{
	margin: 0 0 5px;
	/* font-family: 'Aileron Black'; */
	color: #459ae0;
}
.speaker-detail > span{
	margin: 0 0 20px;
	display: block;
	color: #777;
	font-size: 16px;
}

.speaker-img img{
	width: 100%;
}

.tc-social-icons{
	margin: 0 0 20px;
}
.tc-social-icons ul{
	overflow: hidden;
}
.tc-social-icons ul li{
	float: left;
	margin: 0 0 0 5px;
}
.tc-social-icons ul li:first-child{
	margin: 0;
}
.tc-social-icons ul li a{
	display: block;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	/* border-radius: 100%;
	border: 2px solid #e1e1e1; */
}
.tc-social-icons ul li a:hover{
	color: #fff;
}
.tc-social-icons ul li a.facebook{
	color: #3a579d;
}
.tc-social-icons ul li a.twitter{
	color: #54abee;
}
.tc-social-icons ul li a.google-plus{
	color: #d34836;
}
.tc-social-icons ul li a.linkedin{
	color: #2a92f4;
}


.address-list{
	float: none;
	margin: 0 0 20px!important;
	overflow: hidden;
}
.address-list li{
	position: relative;
	font-weight: 600;
	color: #222;
	padding: 0;
	margin: 0 0 3px;
	/* font-family: 'Aileron'; */
}
.address-list li:last-child{
	margin: 0;
}
.address-list li i{
	position: absolute;
	left: 0;
}
.address-list li img{
	height: 12px;
	margin-right: 5px;
}

.speaker-schedules > h3{
	font-weight: normal;
}
.schedules-widget.style-2{
	margin: 5px 0;
	padding: 30px;
	border: 1px solid #ccc;
}
.schedules-widget.style-2 .detail{
	padding: 0;
	margin: 0;
	border: 0;
}
.schedules-widget.style-2 .detail h3{
	margin: 0;
}

.btn-backtoworkshops{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.btn-backtoworkshops:hover{
	opacity: 0.8;
}

.btn.download{
	border: 2px solid #e1e1e1;
}
.btn.download .icon-file-pdf{
	margin-right: 5px;
}
.btn.download:hover,
.btn.download:hover .icon-file-pdf{
	color: #fff;
}


/* Transitions */
.btn.download,
.btn-backtoworkshops,
.tc-social-icons ul li a{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



/* Responsive */
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.speaker-detail p{
		font-size: 12px;
	}
	
	.address-list{
		margin: 0 0 32px;
	}
	.address-list li{
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.schedules-widget .btn-holder{
		text-align: center;
	}
}

@media screen and (max-width: 639px) {
	.speaker-img{
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 479px) {

}