.site-header {
    background: #fff;
    border-top: 6px solid #3c7a92;
    height: 100px;
    padding: 18px 0;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
	z-index: 999;
}
/**.home .site-header {
    background: transparent;
    border-top: 6px solid transparent;
    height: 100px;
    padding: 18px 0;
	box-shadow: none;
	position: fixed;
    width: 100%;
}
.home .white-bg {
    height: 100px;
    background: #fff;
	border-top: 6px solid #00abe5;
    transition: 0s ease-in-out;
	width: 100%;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
}**/
.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 9999;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.sticky + #content {
  padding-top: 100px;
}

#logo a{
	display: block;
	position: relative;
	width: 280px;
	height: 35px;
	margin-top: 10px;
}

ul#menu-primary {
    padding: 11px 0;
}
ul#menu-primary li a {
    font-size: 15px;
}
ul#menu-primary li a:hover {
    background: #3c7a92;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
ul#menu-primary li.book-btn-menu a {
    font-size: 16px;
    background: #9fc277;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
	margin: 0 10px;
	transition: 0.3s;
}
ul#menu-primary li.book-btn-menu a:hover {
	color:#fff;
	background:#3c7a92;
	transition: 0.3s;
}
ul.nav li.dropdown:hover > ul.dropdown-menu ul.dropdown-menu {
    margin-left: 183px;
	margin-top: -42px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #3c7a92;
	color:#fff;
}

ul#menu-primary li.current_page_item a change to ul#menu-primary li.current_page_item > a
.home ul#menu-primary li.dropdown a {
    color: #000;
}
/*.home ul#menu-primary li.dropdown a:hover {
    color: #fff;
}
.home ul#menu-primary li a {
    font-size: 19px;
	color:#fff;
}
.home ul#menu-primary li.dropdown ul.dropdown-menu li a {
    color: #383838;
}
.home ul#menu-primary li.dropdown ul.dropdown-menu li a:hover {
    color: #fff;
}
.home header.white-bg ul#menu-primary li.menu-item-has-children a {
    color: #383838;
}
.home header.white-bg ul#menu-primary li.menu-item-has-children a:hover {
    color: #fff;
}*/
.page-featured-banner {
	background-position:center;
    height: 150px;
    display: flex;
    align-items: center;
	
	background-size:cover;
	background-position: right center;
}
.page-featured-banner h1 {
    text-align: left;
    color: #605d72;
    font-size: 30px;
    font-weight: 500;
}
.shape-sec {
	background: url('/wp-content/uploads/2021/01/cta.jpg')no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	height: 284px;
	padding: 80px 0;
}
.shape-sec h2 {
	color:#fff;
	margin-bottom: 30px;
}

.book-btn {
	display: block;
	margin: 0 auto;
	max-width: 320px;
	color: #FFFFFF;
    background: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 19px;
	background: rgb(1,72,115);
	background-image: linear-gradient(to right, rgba(1,72,115,1) 0%, rgba(158,232,208,1) 100%);
  	background-size: 120% auto;
	transition: 0.5s;
}

.book-btn:hover {
	color: #FFFFFF;
	background-position: right center;
}

.about-sec {
    padding: 45px 0 35px 0;
}
.global-cap {
    font-weight: 700;
    text-align: right;
    margin-top: 25px;
    font-style: italic;
}
.blue {
	color:#3c7a92;
}
.sus-pad {
    padding-left: 45px;
}
.susbrand-wrapper {
    padding: 25px 0;
    line-height: 2;
}
.way-wrapper {
    max-width: 610px;
    padding: 0 0 15px 0;
	line-height: 2;
}
.way-wrapper-1 {
    padding: 0 0 30px 0;
	line-height: 2;
}
.way-img-wrapper {
/*     margin-top: -5px; */
}
.contact-cap {
    text-align: left;
    padding: 30px 0;
    font-size: 18px;
}
.show-wrapper {
    max-width: 521px;
}
.driving-wrapper {
    line-height: 2;
    padding: 30px 0;
}
.mail-text {
    color: #ff7c5e;
}
.group-wrapper {
	line-height: 2;
}
.save-box {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    padding: 35px 0 10px;
}
.ticket-box-2 {
    grid-column: 2/4;
}
.ticket-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1140px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
	margin: auto;
}
.rate-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}
.group-bundle-wrapper {
    text-align: center;
    padding-top: 30px;
}
.ticket-box-1 {
    padding: 10px;
	border-right: 1px solid #fff;
}
.ticket-wrapper h2 {
	color:#fff;
}
.ticket-box-1 h2 {
    margin-bottom: 0;
}
.green-date {
	color: #9fc277;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Roboto Condensed';
}
.date1 {
    color: #9fc277;
    font-weight: 700;
	font-size: 16px;
}
.date2 {
	font-size: 16px;
	font-weight: 700;
}
.rate-box h5 {
	margin-bottom: 0;
}
.rate-box h2 {
	font-family: 'Roboto';
}
.pink {
	color: #9fc277;
}
.up10 {
    font-weight: 700;
    font-size: 21px;
}
.above10 {
    font-weight: 700;
    font-size: 24px;
}
.br1 {
    border-right: 1px solid #fff;
}
.usp-sec {
	padding: 50px 0 30px 0;
}
.usp-list {
	margin-top: 20px;
}
.su-list.usp-list ul li {
	line-height: 1.8;
}

.table-hover > tbody > tr:hover{
	background-color: transparent;
}

.btn.btn-default, .wpcf7-submit {
    display: block;
	border: none;
	max-width: 320px;
	color: #FFFFFF;
	background: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 19px;
	background: rgb(1,72,115);
	background-image: linear-gradient(to right, rgba(1,72,115,1) 0%, rgba(158,232,208,1) 100%);
	background-size: 120% auto;
	transition: 0.5s;
	border: 0;
}

.btn.btn-default:hover, .wpcf7-submit:hover {
	color: #FFFFFF;
    background-position: right center;
	border: none;
}
li.tab-title a {
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 19px;
	text-align: center;
}
li.tab-title.active a {
	color: #38344f;
}
.nav-tabs.form-tab {
    margin-bottom: 30px;
	border-bottom: 0;
}
.nav-tabs>li>a:hover {
	
}
ul.nav-tabs.form-tab>li {
	width:50%;
	padding: 0 5px;	
}
.nav-tabs.form-tab>li>a {
    display: block;
	background: #fff;
	padding: 1px;
	border-radius: 50px;
	border: none;
	background: rgb(1,72,115);
	background-size: auto;
	background-image: linear-gradient(to right, rgba(1,72,115,1) 0%, rgba(158,232,208,1) 100%);
	background-size: 120% auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: none;
}

.nav-tabs.form-tab>li.active>a>span {
	background-image: linear-gradient(to right, rgba(1,72,115,1) 0%, rgba(158,232,208,1) 100%);
	background-size: 120% auto;
	color: #FFFFFF;
}

.nav-tabs.form-tab>li>a>span {
	color: #222;
	background-color: #FFF;
	display: block;
	width: 100%;
	border-radius: 50px;
	padding: 10px;
}

.nav-tabs.form-tab>li.active>a, .nav-tabs.form-tab>li.active>a:focus, .nav-tabs.form-tab>li.active>a:hover { 
    
}

.tab-content{
	background-color: #ededed;
    padding: 0 20px;
}

.wpcf7-form{
	padding-top: 20px;
	display: inline-block;
}

.schd {
	max-width: 580px;
    margin: auto;
    text-align: center;
    position: relative;
}
.field-ticket input, .field-ticket textarea  {
	padding: 9px 12px;
	border-radius: 8px;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}
.half-field {
    width: 100%;
    height: 55px;
}
.field-ticket-1 {
	width: 49%;
    float: left;
    margin-right: 10px;
}
.field-ticket-2 {
	width: 49%;
	float: left;
}
.field-ticket-1 input {
	padding: 9px 12px;
	border-radius: 8px;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}
.field-ticket-2 input {
	padding: 9px 12px;
	border-radius: 8px;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}
.payment-info {
    line-height: 2;
}
.book-sec{
	padding:45px 0;
}
#footer {
    background: #3c3d3e;
    padding-top: 30px;
    color: #fff;
	padding-bottom: 45px;
}
#colophon {
    display: none;
}
.copyright-box {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.tnc-box a {
    color: #fff;
    font-size: 14px;
}
.tnc-box a:hover {
    color: #9fc277;
}
.social-wrapper {
    position: absolute;
    bottom: 0;
}
.social-wrapper a {
    display: inline-block;
    color: #fff;
    margin-right: 13px;
    font-size: 18px;
}
.social-wrapper a:hover {
	color: #00abe5;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	margin-bottom:30px;
}
.event-wrapper a {
	color:#acacac;
}
.event-wrapper a:hover {
	color:#9fc277;
}
.event-box {
	grid-column:1/3;
}
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	grid-gap:30px 0;
	margin-bottom: 20px;
}
.menu-wrapper a {
	color:#acacac;
	display:block;
	padding:1px 0;
}
.menu-wrapper a:hover {
	color:#9fc277;
}
div#text-3 {
    border-right: 1px solid #3c7a93;
    height: 368px;
}
.footer-second br {
	display:none;
}
.newsbox {
    width: 100%;
}
.field-1 {
    display: inline-block;
    width: 60%;
}
.field-2 {
    display: inline-block;
    width: 35%;
}
.newsbox {
    margin-top: -15px;
}
.newsbox input[type="email"] {
	border-radius:8px 0 0 8px;
}
.newsbox input:focus {
	outline:none;
}
.newsbox .wpcf7-submit {
    border: 1px solid #9fc277;
    font-family: 'Roboto Condensed';
    border-radius: 0 8px 8px 0;
    background-color: #9fc277;
    font-size: 16px;
    padding: 5px 27px;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
    margin-left: -3px;
}
.newsbox .wpcf7-submit:hover {
	color:#fff;
	background:#3c7a92;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 1px solid red!important;
}
div.wpcf7-response-output, span.wpcf7-not-valid-tip {
	margin: 0 0 30px;
}

.come-sec {
	background:url('/wp-content/uploads/2019/06/home_02.jpg') no-repeat;
	background-size:cover;
	color:#fff;
	padding:20px 0;
	text-align:center;
}
.join-box {
    font-size: 24px;
	line-height: 1.4;
}
.comejoin-sec {
	background:#fafafa;
	padding:30px 0 0 0;
}
.home-highlight-sec {
	background:#fafafa;
	padding:30px 0 45px 0;
}
.hbox {
    background: #fff;
    padding: 0 25px 25px 25px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 555px;
	min-height:710px;
    margin: auto;
	border: 1px solid #ebebeb;
}
.hbox-1 {
    background: #fff;
    padding: 0 25px 25px 25px;
    border-radius: 8px;
    overflow: hidden;
/* 	min-height:563px; */
    margin: auto;
	border: 1px solid #ebebeb;
}
.hbox h2 {
	margin-bottom:20px;
}
.hl-img {
    margin: 0 -25px;
    margin-bottom: 20px;
}
.hl-link {
    color: #9fc277;
    font-weight: 700;
    font-size: 19px;
    margin-top: 20px;
    display: block;
}
.hl-link:hover {
	color:#3c7a92;
}
.brand-sec {
    background: #fff;
    padding-bottom: 35px;
    text-align: center;
    border-top: 7px solid #3c7a92;
}
.brand-sec::before {
    content: '';
    background: url(/wp-content/uploads/2019/06/blue-triangle-1.png)no-repeat;
    height: 22px;
    width: 70px;
    display: block;
    margin: auto;
    padding-top: 65px;
}
ul.slick-dots {
    display: none !important;
}
.brand-logo {
    max-width: 1040px;
    margin: auto;
}
.brand-logo img {
	display:inline-block;
	padding:5px 5px;
}
.brand-logo img:hover {
	filter:grayscale(1);	
}
.brand-text{
	padding-bottom:20px;
}
.brandcentering {
	display:flex;
	justify-content:center;
}
.media-prima {
	display:inline-block;
	vertical-align:top;
}
.media {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    display: block;
    padding: 22px 30px 22px 10px;
    vertical-align: top;
}
.media-prima img {
    margin: 0 10px;
}
.peak-box {
    max-width: 600px;
    margin: auto;
}
.peak-box h2 {
	margin-bottom:20px;	
}
.peak-box h3 {
	color:#38344f;
	font-weight:700;
	margin-bottom:20px;
}
.quote-box {
    font-size: 24px;
    font-weight: 700;
    max-width: 760px;
    margin: auto;
    text-align: center;
	margin-top: 20px;
}
.com1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-left: -22px;
}
.com2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 2;
    margin-right: -47px;
    vertical-align: text-top;
    padding-left: 15px;
}
.brand-logo-wrapper {
	text-align:center;
}
.brand-logo-wrapper img, .brand-logo-wrapper div {
	display:inline-block;
}
.brand-logo-wrapper img {
	padding:5px 5px;
}
.btmline {
	border-bottom:1px solid #e1e1e1;
	padding:25px 0;	
}
.interest-sec {
	padding-bottom:45px;
}
.learn-btn {
    color: #9fc277;
    font-weight: 700;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}
.learn-btn:hover {
	color:#3c7a92;
}
.interest-box h5 {
	margin-top:15px;	
}
.tes-quote {
    font-size: 21px;
}
.author-text {
	font-size:20px;
}
.testimonial_rotator_wrap {
	max-width:900px;
	margin:auto;
}
.tes-quote::before {
    content: '“';
    display: block;
    font-size: 80px;
    line-height: 1;
    float: left;
}
.tes-quote::after {
    content: '” ';
    display: block;
    font-size: 80px;
    line-height: 1;
    float: right;
}
.skillbar-title em {
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 3px;
	font-size: 20px;
    font-weight: 700;
    color: #38344f;
    font-family: 'Roboto Condensed';
    text-transform: none;
}
.skillbar-title em span {
    font-size: 20px;
    font-weight: 700;
    color: #38344f;
    font-family: 'Roboto Condensed';
    text-transform: none;
}
.skillbar {
    height: 20px;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 3px;
}
.skillbar-percent {
    font-size: 18px;
    line-height: 0px;
    color: #7d7d7d;
    font-weight: 700;
}
.skillbar-bar {
	height:100%;
	border-radius:0;
}
.attend-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}
.legend-chart ul {
    margin: 0;
    padding: 0;
    column-count: 2;
}
.legend-chart ul li {
    list-style-type: none;
    margin-bottom: 8px;
	font-weight:700;
	font-size:18px;
}
.thin {
	font-weight:400;
}
.box1 {
    background: #da4531;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: sub;
    margin-right: 4px;
}
.box2 {
    background: #feb15f;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: sub;
    margin-right: 4px;
}
.box3 {
    background: #b2d0c6;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: sub;
    margin-right: 4px;
}
.box4 {
    background: #1b5f5e;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: sub;
    margin-right: 4px;
}
.box5 {
    background: #000;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: sub;
    margin-right: 4px;
}
.su-list.interest-list ul li {
    margin-bottom: 2px !important;
    line-height: 1.6;
}
.su-list.interest-list ul li > i {
    line-height: 1.6em;
}
.int-box {
    text-align: right;
    max-width: 460px;
    margin: auto;
}
.int-box img {
	margin-bottom:20px;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {
    display: none!important;
}
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
    display: none!important;
}
.bx-controls-direction {
    display: none;
}
/* logoslides */
.lgx-logo-slider-wp .lgx-logo-wrapper .owl-theme .owl-controls .owl-next img, .lgx-logo-slider-wp .lgx-logo-wrapper .owl-theme .owl-controls .owl-prev img {
	width: 39px;
	opacity: 0.5;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-next, .lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-prev {
	top: 22%;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-prev {
    left: -9%;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-next {
    right: -6%;
}

.hotel-wrapper {
    display: grid;
    grid-template-columns: 335px auto;
    height: 460px;
    overflow: hidden;
    border-radius: 5px;
}
.hotel-address-box {
	background:url(/wp-content/uploads/2019/07/hotel-map-bg.jpg)no-repeat;
	background-size:cover;
	color:#fff;
	padding: 30px 30px;
}
.hotel-address-box a {
	color:#fff;
}
.speaker-box {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    min-height: 100px;
    max-width: 322px;
    margin: auto;
    margin-top: 12px;
}
.speaker-box2 {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
	padding-bottom:10px;
}
.speaker-box h4 {
    font-size: 25px;
    margin-bottom: 0;
}
.speaker-sec {
	padding-bottom:80px;
}
span.su-lightbox {
    cursor: pointer;
}
.speaker-name {
	font-size: 25px;
	font-weight:700;
    margin-bottom: 0
}
/*** Program Highlight ***/
.highlight-wrap-box {
    display: grid;
    grid-template-columns: 380px auto;
    grid-gap: 35px;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;
}
.hlight-1 {
    text-align: right;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
	color:#38344f;
}
.hlblue {
    font-size: 21px;
    text-transform: uppercase;
    color: #3c7a92;
    margin-bottom: 5px;
}
.ps-title {
	text-align:center;
	color:#38344f;
	margin-bottom:1px;
}
.date-schedule {
    text-align: center;
    color: #3c7a92;
    font-size: 22px;
    font-weight: 700;
}
.timetable-wrapper {
    background: #fafafa;
    padding: 30px;
    font-size: 15px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px 10px;
    color: #38344f;
    line-height: 1;
    box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.14);
    max-width: 700px;
    margin: auto;
    margin-top: 25px;
}
.time-item {
    text-align: right;
    padding: 0 23px;
    border-right: 1px solid #38344f;
    font-weight: 500;
}
.prog-item {
    font-weight: 600;
    padding: 0 14px;
}
.strongblue {
	color:#3c7a92;
}
ol.scd {
    margin: 10px 0;
    padding: 0 0px 0 18px;
}

.wpcf7-form{
	width: 100%;
}

@media(max-width:1200px) {
ul.nav li.dropdown:hover > ul.dropdown-menu ul.dropdown-menu {
	margin-left: 160px;
	margin-top: -38px;
}	
	
ul#menu-primary li a {
    font-size: 13px;
}
ul#menu-primary li a {
    padding: 10px 13px;
}
li.tab-title a {
    font-size: 24px;
    text-align: center;
}
.bluebd:before {
    content: '';
    top: 28px;
    left: 239px;
}
.field-ticket-1 {
}
	
.hbox {	
	min-height: 674px;
}
}

@media(max-width:991px) {
.site-header {
	height: 80px;
	padding: 9px 0;
}
.about-img-box {
	text-align:center;
}
.sus-pad {
    padding-left: 15px;
}
.global-cap {
    max-width: 600px;
    text-align: center;
    margin: 25px auto 0;
}
div#text-3 {
    border-right: none;
    height: auto;
}
.social-wrapper {
    position: initial;
    padding: 10px 0;
}
.event-wrapper {
    display: block;
}
.event-box {
    padding-bottom: 15px;
}
.contact-box a {
	display:block;
}
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 0;
}
.footer-first {
	padding-top:15px;
}
.way-wrapper {
    padding: 0;
    margin: auto;
}
.way-wrapper-1 {
    padding: 0;
}
.way-img-wrapper {
    margin-top: 0;
    text-align: center;
}
.usp-box {
	max-width:360px;
	margin:auto;
}
.driving-wrapper {
    padding: 30px 0;
    text-align: center;
}
img.cont-img {
    display: none;
}
.contact-cap {
    text-align: center;
}
.show-wrapper {
    max-width: initial;
}
.bluebd:before {
    content: '';
    top: 28px;
    left: 50%;
}
.hbox-1 {
    max-width: 555px;	
}
.media {
		text-align:center;
}
.highlight-wrap-box {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 5px;
}
.hlight-1 {
    text-align: left;
}
	h6 {
		padding-top:15px;
	}
.yeo-speaker {
		padding-bottom:25px;
	}
} 
@media(max-width:892px){
	.susbrand-wrapper {
    text-align: left;
}
	.int-box {
    text-align: center!important;
}
}

@media(max-width:767px) {

.page-featured-banner {
    height: 140px;
    background-position: center;
}
.shape-sec {
	height:auto;
}
.ticket-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
	height:auto;
}
.ticket-box-1 {
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
	text-align:center;
}
.ticket-box-2 {
    grid-column: 1;
	padding: 30px 0 10px 0;
}
.rate-box {
    padding: 10px;
}
.interest-box {
	text-align:center;
}
.brand-logo {
    display: block;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-prev {
   display:none !important;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-next {
    display:none !important;
}
.hotel-wrapper {
    display: grid;
    grid-template-columns: auto;
    height: auto;
}
.timetable-wrapper {
    display: grid;
    grid-template-columns: auto;
	grid-gap: 3px 10px;
}
.time-item {
    text-align: left;
    padding: 0;
    border-right: none;
}
.prog-item {
    padding: 0 0 13px;
}
.speaker-box {
	min-height:auto;
}
.brandcentering {
    display: block;
}
}
@media(max-width:480px) {
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px 0;
}
.field-2 {
    display: inline-block;
    width: auto;
}
.newsbox .wpcf7-submit {
    padding: 5px 15px;
}
.rate-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.br1 {
    border-right: none;
}
.half-field {
    width: 100%;
    height: auto;
}
.field-ticket-1 {
    width: 100%;
    float: none;
    margin-right: 0;
}
.field-ticket-2 {
    width: 100%;
    float: none;
}
li.tab-title a {
    font-size: 17px;
}
.brand-logo img {
    max-width: 85px;
}
.media {
    font-size: 18px;
    padding: 4px 20px;
    text-align: center;
    display: block;
	border-left: 0;
    padding-bottom: 17px
}
.media br {
	display:none;
}
.hl-link {
    font-size: 17px;
}
.media-prima {
    display: block;
    text-align: center;
}
.media-prima img {
    max-width: 135px;
}
.join-box {
    font-size: 20px;
}
.brand-logo-wrapper img {
    max-width: 85px;
}
.media-prima {
	max-width: none;
}
.quote-box {
    font-size: 20px;
}
.com2 {
    margin-right: -17px;
    padding-left: 0;
}
.legend-chart ul {
	column-count:1;
}
.legend-chart ul li {
	font-size:17px;
	margin-bottom:5px;
}
}























