@charset "utf-8";
/* CSS Document */
/*html, body, .h1, .h2, .h3, h1, h2, h3 {
	-webkit-font-smoothing: antialiased;
	font-family:    font-family: "微軟正黑體", Arial;
}
@font-face {
   font-family:     font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Regular.ttf');
}

@font-face {
   font-family:     font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Bold.ttf');
   font-weight: bold;
}
@font-face {
   font-family: A    font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Medium.ttf');
   font-weight: 500;
}

* {
   font-family:     font-family: "微軟正黑體", Arial;
}*/

@font-face {
    font-family: 'Arial-BoldMT';

    src: url('../fonts/arialbd.ttf')  format('truetype');
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Black';

    src: url('../fonts/Artifakt Element Black.ttf')  format('truetype');
    src: url('../fonts/ArtifaktElement-Black.eot');
    src: url('../fonts/ArtifaktElement-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Black.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Black.woff') format('woff'),
        url('../fonts/ArtifaktElement-Black.svg#ArtifaktElement-Black') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Bold';

    src: url('../fonts/Artifakt Element Bold.otf')  format('opentype');
    src: url('../fonts/ArtifaktElement-Bold.eot');
    src: url('../fonts/ArtifaktElement-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Bold.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Bold.woff') format('woff'),
        url('../fonts/ArtifaktElement-Bold.svg#ArtifaktElement-Bold') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Book';

    src: url('../fonts/Artifakt Element Book.ttf')  format('truetype');
    src: url('../fonts/ArtifaktElement-Book.eot');
    src: url('../fonts/ArtifaktElement-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Book.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Book.woff') format('woff'),
        url('../fonts/ArtifaktElement-Book.svg#ArtifaktElement-Book') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Light';

    src: url('../fonts/Artifakt Element Light.ttf')  format('truetype');
    src: url('../fonts/ArtifaktElement-Light.eot');
    src: url('../fonts/ArtifaktElement-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Light.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Light.woff') format('woff'),
        url('../fonts/ArtifaktElement-Light.svg#ArtifaktElement-Light') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Medium';

    src: url('../fonts/Artifakt Element Medium.ttf')  format('truetype');
    src: url('../fonts/ArtifaktElement-Medium.eot');
    src: url('../fonts/ArtifaktElement-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Medium.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Medium.woff') format('woff'),
        url('../fonts/ArtifaktElement-Medium.svg#ArtifaktElement-Medium') format('svg');
}

@font-face {
    font-family: 'ArtifaktElement-Regular';

    src: url('../fonts/Artifakt Element Regular.ttf')  format('truetype');
    src: url('../fonts/ArtifaktElement-Regular.eot');
    src: url('../fonts/ArtifaktElement-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtifaktElement-Regular.woff2') format('woff2'),
        url('../fonts/ArtifaktElement-Regular.woff') format('woff'),
        url('../fonts/ArtifaktElement-Regular.svg#ArtifaktElement-Regular') format('svg');
}

*, h1, h2, h3, h4, h5, h6, body, html, div, p {
   font-family: "微軟正黑體", Arial;
   /*font-family: "ArtifaktElement-Medium";
   font-family: 'Roboto', sans-serif;*/
}
body {
	color: #414042;
}
ol li {
	font-size: 16px;
	    margin-bottom: 10px;
}
p {
    margin: 0 0 15px;
	font-size: 16px;
}
.index figure {
    margin: 0;
}
.hearder-wrappr {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
}
.header {
    width: 100%;
    padding: 10px 30px;
    background-color: #0696d7;
    color: #fff;
	  
}
h2 {
    font-size: 40px;
	font-weight: 700;
}
.border-blue {
border: 5px #dae8ed solid;
    border-radius: 0 30px 30px;
    padding: 30px;
	background : #fff;
	text-align: justify;
	margin-bottom: 20px;
	}
	.border-grey {
border: 5px #d1d3d4 solid;
    border-radius: 30px 30px 0 ;
    padding: 30px;
	background : #fff;
	text-align: justify;
	margin-bottom: 20px;
	}
	.border-blue h4, .border-grey h4 {
		margin: 0 0 10px;
		font-weight: 700;
		line-height: normal;
	}
	.border-blue h4{
		color: #7f3f98;
	}
	.border-grey h4{
		color: #5eb4b6;
	}
	.ten .first-letter {
    float: left;
    font-size: 50px;
    line-height: auto;
    margin: 0 20px 0 0;
    text-align: center;
    padding: 0;
    font-weight: 700;
    line-height: normal;
	}
	.ten .border-blue span{
	color: #5eb4b6;
	}
	.ten .border-grey span{
	color: #7f3f98;
	}
.index {
	background: rgb(202,202,202);
background: -moz-linear-gradient(180deg, rgba(202,202,202,1) 2%, rgba(255,255,255,1) 25%);
background: -webkit-linear-gradient(180deg, rgba(202,202,202,1) 2%, rgba(255,255,255,1) 25%);
background: linear-gradient(180deg, rgba(202,202,202,1) 2%, rgba(255,255,255,1) 25%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cacaca",endColorstr="#ffffff",GradientType=1);
}
.screen-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.w3-sidebar {
    width: 300px;
	    top: 0;
}
.w3-bar-block .w3-bar-item {
    text-decoration: none;
}
.w3-sidebar .w3-bar-item {
	padding: 15px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.w3-text-light-blue, .w3-hover-text-light-blue:hover {
    color: #0694d5!important;
}
.w3-text-orange {
	color: #f79f1b;
}

.h-logo {
    float: left;
text-align: left;
}
.h-logo img {
width: auto;
    height: 35px;
    padding: 0;
}
.h-menu {
text-align: right;
}
.h-menu a {
text-decoration: none;
    margin: 0 0px 0 10px;
	font-weight: 700;
}
.w3-blue, .w3-hover-blue:hover {
    color: #fff!important;
    background-color: #0687c8!important;
}
.w3-light-blue, .w3-hover-light-blue:hover {
	color: #fff!important;
    background-color: #0694d5!important;
	font-size:20px !important;
	font-weight:100 !important;
}
.w3-disabled {
	pointer-events:none;
}
.w3-light-blue.w3-disabled {
	color: #fff!important;
    background-color: #000!important;
}
.menu-btn, .menu-btn:hover, .menu-btn:focus {
	font-size: 20px;
	color: #fff!important;
    background-color: transparent !important;
}
.main-menu {
	width:auto;
	display: inline-block;
}
.main-menu a {
}
.model-big {
	max-width:1200px;
	margin-top:50px;
	    background-color: transparent !important;
}
.modal-popup-main.model-big .mfp-close, .modal-popup-main.model-big .mfp-close:active {
    top: -50px !important;
	color: #fff;
}
.opacity-extra-medium.bg-black {
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.41780462184873945) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.41780462184873945) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.41780462184873945) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.w3-bar-block .w3-bar-item, .main-menu a {
    color: #094989 !important;
	font-size: 18px;
	}
.main-menu a:hover, .main-menu a:focus, .w3-bar-block .w3-bar-item:hover,  .w3-bar-block .w3-bar-item:focus, .main-menu .active, .w3-bar-block .w3-bar-item.active {
	color:#fff !important;
	background-color: transparent !important;
}
.h-menu .menu-btn {
	display:none;
}
.main-menu {
	display:inline-block;
}

.h-border {
	width:100%;
	height:10px;
	background: rgb(0,102,135);
background: -moz-linear-gradient(90deg, rgba(0,102,135,1) 0%, rgba(0,102,135,1) 19%, rgba(51,135,135,1) 47%, rgba(229,134,56,1) 81%, rgba(229,134,56,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,102,135,1) 0%, rgba(0,102,135,1) 19%, rgba(51,135,135,1) 47%, rgba(229,134,56,1) 81%, rgba(229,134,56,1) 100%);
background: linear-gradient(90deg, rgba(0,102,135,1) 0%, rgba(0,102,135,1) 19%, rgba(51,135,135,1) 47%, rgba(229,134,56,1) 81%, rgba(229,134,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006687",endColorstr="#e58638",GradientType=1);
}
.f-left {
width: 50%;
line-height: 36px;
    float: left;
    display: inline-block;
    text-align: center;
}
.f-right {
width:50%;
text-align: right;
display: inline-block;
}
.f-right img {
	margin:0 15px;
}
.team-image .overlay-content {
	display: none !important;
}
.speakers-list {
	text-align: justify;
}
.speakers-list h2 {
    text-align: left;
}
.contact .footer {
	position: absolute;
    width: 100%;
    bottom: 0;
	left: 0;
}
.f-left {
	width:100% !important;
}
.footer {
    padding: 10px 30px;
    margin: 0 auto 0;
    border-top: 0px double #aaa;
    color: #222;
    background-color: #CBCBCB;
	    overflow: hidden;
}
.footer .w3-btn, .footer .w3-button {
font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.f-right img {
    margin: 0 10px;
    width: 35px;
}
.youtube {
 margin:0 35px;
}
.w3-sidebar .btn-enquiry {
		display: none;
	}

section {
		padding: 50px 30px 0px;
	}
section.live {
		padding:130px 0 0;
	}
section.all {
		padding:100px 30px 0px;
		width:100%;
		color:#fff;
	}
.live {
	width: 100%;
	background-image: url(../web/images/countdown-bg.jpg);
	background-size: cover;
	background-position: center top;
		text-align: center;
}	
.btn.btn-blue {
    background: #0687c8;
    border-color: #0687c8;
    color: #ffffff;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: transparent;
    border-color: #0687c8;
    color: #0687c8;
}
.btn.btn-large {
    font-size: 18px;
}
.screen {
	width:100%;
	max-width:1200px;
	margin:auto;
	overflow: hidden;
}

.panel-wrapper {
	width:100%;
	max-width:1200px;
	    margin: 20px auto;
    padding: 15px 30px;
	overflow: hidden;
}
.panel-wrapper h2 {
	margin:0;
}

.all .center-txt {
	max-width:1000px;
	width:100%;
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
}
.w {
	width: 100%;
	background-image: url(../web/images/panel-bg.jpg);
	background-size: cover;
	background-position: center bottom;
}
.btn-enquiry {
    text-decoration: none;
    margin: 0 35px;
    letter-spacing: 5px;
    padding-right: 10px;
}
a img:hover {
	opacity: 0.5;
}
.sponsors a img:hover {
	opacity: 1;
}
a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}
video {
  max-width: 100%;
  height: auto;
}
section.win, section.panel {
    padding: 50px 0px 0;
}
section.panel {
	margin-bottom: 0px;
	padding-bottom: 50px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
	background-image: url(../web/images/panel-bg.jpg);
	background-size: cover;
	background-position : center;
}
section.sponsors {
	/*padding: 50px 0px;*/
}
#w, #w2 {
        display: block;
    max-width: 100%;
    margin: auto;
	position: relative;
	    padding: 0 50px;
}
.crsl-items {
	width: 100%;
    overflow: hidden;
    max-width: 1216px;
    margin: auto;
	padding: 5px 0;
}
.slidernav {
    position: absolute;
    width: 100%;
	left: 0;
	top: 55%;
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.slidernav a {
    font-size: 5em;
    background: transparent;
    color: #fff;
	    margin-right: 0;
		-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.0);
    box-shadow: 2px 2px 0px rgba(0,0,0,0.0);
}
#navbtns {
	width:100%;
	max-width: 1350px;
}

.crsl-item {
    background: transparent;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.0);
    box-shadow: 0 2px 3px rgba(0,0,0,0.0);
}
.crsl-item img {
	width:100%;
	height:auto !important;
}
.crsl-item p {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 5px;
    font-weight: unset;
}
.crsl-item h3 a {
    color: #fff;
}
.crsl-item h3 {
    font-family: "ArtifaktElement-Medium" !important;
    font-size: 1.95em;
    line-height: 1;
    margin-bottom: 25px;
	margin-top: 0px;
	min-height: 60px;
}
.crsl-item h3 small {
    font-size: 16px;
    line-height: 10px;
    color: #fff;
}
.panel-t {
	background-color:#000;
	padding: 15px;
	min-height:250px;
}
section.sponsors h4 {
margin: 10px 0 20px;
}
section.sponsors .left,section.sponsors .right, section.sponsors .full {
	margin:0 0 60px;
}
section.sponsors .right {
	float:right;
}
.speakers-list section {
	box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.21);
-webkit-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.21);
-moz-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.21);
}
.w3-text-dark-blue, .speakers-list > h2,   h2.speakers-list  {
	color: #185896;
	line-height: 40px;
	font-weight: 700;
	font-size: 30px;
}
.speakers-list .title {
	color: #0687c8;
	font-size: 16px;
}
.w3-text-blue, .w3-hover-text-blue:hover {
    color: #0687c8!important;
}
.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000!important;
    background-color: #eee!important;
}
.active {
	color: #fff !important;
}
ul > li {
  margin-bottom: 15px;
}
/*
ul {
    margin-left: 23px;
    margin-top: 5px;
    margin-bottom: 15px;
    list-style-type: disc;
}
ul.dashed {
  list-style-type: none;
  margin-left: 6px;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
*/
.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
color:#808082 !Important;
}
.top-ban {
	margin-top:58px;
	padding: 0;
	width: 100%;
	/*background-image: url(../web/images/top-bg.jpg);*/
	background-size: cover;
	background-position: center top;
	/*height: 20vh;*/
	position: relative;
}
.top-ban img {
	    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
   /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
margin: auto;
    
}
.top-margin {
	margin-top:60px;
}
.w3-grey {
	background-color: #C8C8C8 !important;
	color: #fff !important;
}
.w3-bar {
	width:100%;
	max-width: 1350px;
	margin: auto;
	text-align: center;
}
.w3-bar button, .w3-bar a  {
	margin: 10px;
	min-width: 220px;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
 }
.win-pic {
	text-align: right;
	color:#C8C8C8;
	line-height: 10px;
}
.win-pic img {
	width:100%;
	height:auto;
	max-width:300px;
	margin: 0 0 10px;
}
small {
	line-height: 17px;
	color: #808081;
}
.win-pic-wrapper {
	border-bottom: 2px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
	overflow : hidden;
}
.win-pic-wrapper h4 {
	color:#000;
}
.w3-grey.active {
	background-color: #2196F3!important;
}
.w3-button.w3-grey:hover {
    color: #fff!important;
    background-color: #777!important;
}
.win-pic-wrapper .col-sm-7,.win-pic-wrapper .col-sm-5 {
    padding-right: 50px;
    padding-left: 50px;
}
.slidernav a {
    padding: 35px 8px;
}
/* ----- progress (agenda) --*/
.agenda-wrapper h4 {
	color: #1858a7;
	font-weight: 700;
	margin-top: 10px;
	    line-height: 30px;
}

.agenda-wrapper h4 div {
    color: #0694d5;
    font-size: 13px;
    border: 1px #0694d5 solid;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    line-height: normal;
}
.agenda-wrapper img {
	width: 100% !important;
    min-width: 100px;
    max-width: 100px;
}
.agenda-wrapper h5 {
margin: 0;
color: #1858a7;
font-weight: 700;
}
.agenda-wrapper .w3-cell.w3-cell-middle.left {
	width:115px;
}
.agenda-wrapper .w3-cell-row {
	border-bottom: 2px solid #ccc;
	padding-bottom: 30px;
}
.agenda-wrapper .w3-cell.w3-cell-bottom {
	text-align: right;
}

.agenda-wrapper .mid-txt p {
	font-size: 15px;	
}
.agenda-time h4 {
	margin:10px 0 0;
}
.agenda-wrapper .bubble:after, .agenda-wrapper   .bubble:before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #0694d5;
}
#timeline-speaker-example .progress-indicator > li {
    color: #1858a4;
}
.progress-indicator>li .bubble {
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border: 2px solid #0092c6;
}
.progress-indicator.stacked>li {
    text-indent: -10px;
    text-align: center;
    display: block;
    height: 100%;
}
#timeline-speaker-example {
    background-color: transparent;
    padding: 0;
	text-align: center;
}
.progress-indicator {
    margin: 20px 0 0;
    padding: 0;
    font-size: 100%;
    text-transform: unset;
    height: 100%;
}
.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 0;
}
#timeline-speaker-example .current-time .time {
    font-size: 130%;
    opacity: 1;
}
.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    z-index: -1;
    background-color: #0092c6;
}
.agenda-wrapper  .col-lg-6.row {
	display: inline-block;
    float: left;
}
.agenda-wrapper  .col-lg-6.row .w3-cell-row {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.progress-indicator>li .bubble.end:after, .progress-indicator>li .bubble.end:before {
    background-color: transparent;
}





@media (min-width: 1200px){
.container {

	 margin: auto;
}
}




@media (max-width: 1350px) {
.container {
      margin: auto;
    padding: 0 50px;
    width: 100%;
}
.agenda-wrapper  .col-lg-6.row {
	display: block;
    width: 100%;
	flex: 0 0 100%;
    max-width: 100%;
	padding-right: 0;
}

.agenda-wrapper  .col-lg-6.row .mid-txt {
	padding-right: 0;
	vertical-align: middle;
}
.agenda-wrapper  .col-lg-6.row .w3-cell-row {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.agenda-wrapper  .col-lg-6.row .cell-left {
	padding-bottom: 20px;
}

}












@media (max-width: 1250px) {
	
	.header {
    padding: 10px 0 10px 30px;
	height: 58px;
	}
.h-menu .menu-btn {
	display:inline-block;
}
.main-menu {
	display:none;
}
.btn-enquiry {
    margin: 0 35px !important;
}
.w3-sidebar .h-logo img {
width: auto;
}

section {
		padding:20px 0 0;
	}
section.live {
		padding:80px 0 0;
	}
	.crsl-item h3 {
	min-height: unset;
}
.container {
	padding: 0 30px;
	 margin: auto;
}
.w3-bar-block .w3-bar-item.btn-enquiry {
    margin: 0;
	color:#fff !important;
}
.w3-bar-block .w3-bar-item.btn-enquiry:hover {
	background-color:#777 !important;
}
.padding-wrapper {
	width:100%;
	padding:0 30px;
}
.btn-enquiry {
    margin: 0px !important;
}
.w3-bar-block .w3-bar-item, .main-menu a {
    color: #ccc !important;
}
}



@media (max-width: 1200px) {
.live {
	background-image: none;
	background-color: #000;
}

}


@media (min-width: 768px){
.agenda-wrapper .col-md-2 {
    width: 16.666667%;
    max-width: 120px;
}
}


@media (max-width: 768px) {
	.win-pic  {
		text-align: left;
	}
	.win-pic img {
	max-width:360px;
	margin: 10px 0 10px;
}
	.top-margin {
	margin-top:30px;
}
.top-ban.agenda img {
	content: url(images/top-bg-agenda-m.jpg);
}
.top-ban.sponsors img {
	/*content: url(images/top-bg-sponsors-m.jpg);*/
}

.main-menu a:hover, .main-menu a:focus, .w3-bar-block .w3-bar-item:hover, .w3-bar-block .w3-bar-item:focus, .main-menu .active, .w3-bar-block .w3-bar-item.active {
    color: #fff !important;
    background-color: transparent !important;
}
	.h-menu a {
		display: none;
	}
	.w3-sidebar .btn-enquiry {
		display: block;
	}
#w {
	    padding: 0 30px;
}
.slidernav a {
    font-size: 3em;
}
section.win, section.panel {
    padding: 30px 0px 0;
}
.container {
	padding: 0 15px;
}
section.sponsors .right {
	float:none;
}
section.sponsors .left {
	text-align: center;
}
.right .col-xs-4 img {
	max-height:40px;
}
section.sponsors .right {
    margin: 0 0 30px;
}
.panel-wrapper .col-xs-5 {
	float:left;
	    margin-bottom: 15px;

	}
	section.sponsors .full {
    margin: 0 0 30px;
}
	.agenda-wrapper .agenda-progress {
	display: none;
}
.agenda-wrapper .w3-cell.w3-cell-bottom {
    padding: 0;
}
.agenda-wrapper  .mid-txt, .agenda-wrapper .left {
	padding: 0;
	vertical-align: top;
}
 .agenda-wrapper h4 {
	display: inline-block;
}
.agenda-wrapper .agenda-time h5 {
	display: inline-block;
	padding-left: 15px;
}
.agenda-wrapper .w3-mobile.x2 {
	margin-left:115px;
}
}



@media (max-width: 767px) {
h2 {
    font-size: 30px;
}
}

@media (max-width: 650px) {
.panel-t {
	min-height:335px;
}
.padding-wrapper {
	width:100%;
	padding:0 15px;
}
.f-left, .f-right {
	    font-size: 13px;
		line-height: 24px;
	}
}



@media (max-width: 570px) {
	.w3-sidebar {
    width: 100%;
}

.youtube {
 margin:0 5px;
}
.h-logo img {
width: auto;
    height: 26px;
    padding: 0;
    margin: 8px 0 0;
 
}
.h-menu a {
margin: 0 ;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.panel-t {
	min-height:200px;
}
.f-left, .f-right {
    width: 100%;
    text-align: center;
    display: block;
	margin-bottom:10px;
	}
.panel-wrapper .col-xs-5 {
	float:none;
	width:100%;
	}
		.panel-wrapper .col-xs-5 img {
		max-width:190px;
	}
	.agenda-wrapper .w3-cell.w3-cell-bottom {
    text-align: left;
}
}


@media (max-width: 575px){
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media (max-width: 500px) {
	.col-xs-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.index .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.right .col-xs-8, .right .col-xs-4 {
	width:100%;
}
 .agenda-wrapper .left,  .agenda-wrapper .w3-cell-row.cell-left,  .agenda-wrapper .w3-cell-row.cell-right {
display: block;
    width: 100%!important;
}
.agenda-wrapper .w3-mobile.x2 {
	margin-left:0;
}
}