body {
	margin: 0;
	padding: 0;

	font-size: 16px;
	line-height: 1.4em;
	color: var(--text-color);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	background: #e7e5e4;
}

.tabletGothicNarrowExtraBold {
	font-family: tablet-gothic-narrow, sans-serif;
	font-weight: 800;
	font-style: normal;
}

div {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 15px 0;
	padding: 0 0 0 25px;
}
li {
	margin: 0;
	padding: 3px 0;
}
img {
	border: 0;
	max-width: 100%;
}
a, a:visited {
	color: var(--blue-color);
	text-decoration: none;
}
a:hover {
	color: var(--blue-color);
	text-decoration: underline;
}
h3.special {
	margin: 0;
	padding: 15px 0;
	font-size: 32px;
	line-height: 34px;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 400;
	color: #d53568;
}
.mainTitle {
	font-size: 50px;
	line-height: 56px;
	color: var(--coral-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 25px 0;
}

a.click h3 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 400;
	text-indent: -12px;
	margin-left: 25px;
}
a.click, a.click:visited {
	color: var(--coral-color);
	text-decoration: none;
}
a.click:hover {
	color: var(--blue-color);
	text-decoration: none;
}
a.click:hover img {
	opacity: 0.6;
}

h4 {
	color: var(--coral-color);
	text-transform: uppercase;
	margin: 25px 0 5px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
}

hr {
	border-top: 1px solid var(--coral-color);
	margin-bottom: 25px;
}

label, legend {
	color: var(--coral-color);
	font-style: italic;
}
label.custom-control-label {
    color: var(--coral-color);
    font-style: normal;
	margin-bottom: 8px;
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
button:disabled:hover {
	cursor: not-allowed;
}
.form-control {
	background: #e5e5e5;
}

.max {
	max-width: 1300px;
	margin: 0 auto;
}

.header {
	font-family: 'Tablet-Gothic-Semi-Condensed', sans-serif;
	background-color: #1d24a2;
	background: linear-gradient(to right, var(--blue-color), var(--darkblue-color));
	height: 89px;
	border-bottom: 1px solid #fff;
	position: fixed;
	z-index: 1000;
	width: 100%;
}
#logo {
	float: left;
	margin: 14px 17px 0 25px;
}

/* MENU */
div.menu {
	float: left;
	margin-top: 55px;
}


ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	margin: 0;
	padding: 0;
	float: left;
	border-left: 2px solid #fff;
	position: relative;
}
ul.menu li:first-child {
	border-left: none;
}
ul.menu li a, ul.menu li a:visited {
	color: #fff;
	display: block;
	padding: 0px 18px 1px;
	margin: 0;
	
	font-size: 22px;
	line-height: 22px;
	font-weight: 100;
}
ul.menu li a:hover {
	color: #ccf;
	text-decoration: none;
}
ul.ulSmenu {
	display: none;
	position: absolute;
	background: #333;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	list-style: none;
	margin: 0;
	padding: 0;
	top: 34px;
	left: 0;
	min-width: 200px;
	z-index: 2000;
}
ul.ulSmenu li {
	margin: 0;
	padding: 0;
	float: none;
	border: none;
}
ul.ulSmenu li a, ul.ulSmenu li a:visited {
	display: block;
	padding: 15px;
	margin: 0;
	color: #fff;
}
ul.ulSmenu li a:hover {
	color: #fff;
	background: #000;
}

#mobileMenu {
	display: none;
	float: left;
	margin: 30px 0 0 20px;
	background: #fff;
	color: #1479f5;
	padding: 4px 8px 6px;
}
#mobileMenu:hover {
	color: #fff;
	background: #000;
	cursor: pointer;	
}
/* MENU */

ul.menu li.regMenu {
	display: none;
}
ul.menu li.regMenu a, ul.menu li.regMenu a:visited {
	color: #ff0;
}

.regNow {
	margin: 12px 15px 0 0;
	float: right;
	text-align: center;
}

.btnGrad, .btnGrad:visited {
	color: #fff;
	display: block;
	background: var(--coral-color);
	/*background: url('../img/bkButton.png') repeat-y right #df6e49;*/
	/*background: linear-gradient(to right, var(--coral-color), #7f2d55);*/
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid var(--darkblue-color);
	padding: 9px 27px;
	font-size: 21px;
	text-align: center;

}
.btnGrad:hover {
	background: var(--darkblue-color);
	/*background: linear-gradient(to left, var(--coral-color), #7f2d55);*/
	cursor: pointer;
	text-decoration: none;
}

.body {
	padding-top: 88px;
	min-height: 400px;
}

/* BOOT AI */
.bot-ai {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	width: 200px;
	/*height: 220px;*/
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	/*left: calc((100vw - 200px) / 2);*/
	/*background: #ffffff;*/
	left: 0px;
	overflow: hidden;
	/*box-shadow: 0 0 15px 0 #00000080;*/
	background: url('../img/back-ai.png') no-repeat center -6px;
}
.bot-ai h3 {
	padding: 5px 10px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-top: -40px;
	background: #1824c8CC;
	color: #0ce202;
	font-weight: 600;
}
.bot-ai iframe {
	width: 100%;
	height: 200px;
	border: none;
}
.bot-ai iframe html {
	overflow: hidden;
}


/* FOOTER */
.footer {
	padding-top: 43px;
	background: #fff;
}
.footer .logo {
	text-align: center;
}
.footer .logo img {
	width: 100%;
	max-width: 313px;
}
.socialNetworks {
	text-align: center;
	margin-bottom: 42px;
}
 .socialNetworks h5 {
	color: #999fc4;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 29px 0 12px;
	padding: 0;
}
.socialNetworks a, .socialNetworks a:visited {
	margin: 0 5px;
	font-size: 28px;
	color: var(--coral-color);
}
.socialNetworks a:hover {
	
	color: var(--blue-color);
	text-decoration: none;
}

.footer h4 {
	color: #283583;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 7px;
	padding: 0;
}
ul.quickLinks {
	margin: 0 0;
	padding: 0;
	list-style: none;
	color: #999fc4;
}
ul.quickLinks li {
	margin: 0;
	padding: 1px 0;
}
ul.quickLinks li a, ul.quickLinks li a:visited {
	color: #999fc4;
}
ul.quickLinks li a:hover {
	color: #1479f5;
	text-decoration: none;
}
.footer h4.join {
	color: var(--coral-color);
	font-weight: 700;
}
.copyright {
	color: #1479f5;
	background: #f2f2f2;
	font-size: 14px;
	font-weight: 700;
	margin: 0 -15px;
	padding: 10px 5px 20px;
	text-align: center
}

.footer .text {
	color: #999fc4;
	background: #e2e2e2;
	width: 100%;
	border: 0;
	padding: 5px 10px;
}
.btn {
	color: #fff;
	background: var(--blue-color);
	border: 0;
	padding: 5px 35px;
	text-transform: uppercase;
	border-radius: 0;
}
.btn:hover {
	color: #000;
}
/* /FOOTER */

/* HOME */
.homeDate {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 274px;
	z-index: 500;
	color: var(--coral-color);
	padding: 4px 0 2px 0;
	text-align: center;
	font-family: 'Tablet-Gothic-Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.homeFlagDates {
	background: url('../img/flag-dates2.png') bottom center no-repeat #fff;
	height: 21px;
	border-bottom: 1px solid #ff4b93;
	margin-bottom: 2px;
}
.homeDate strong {
	font-size: 21px;
	font-weight: 900;
}


/* HOME SQUARE */

.boxes {
	box-sizing: border-box;
	margin: 0 -10px 15px;
	display:  flex;
	flex-wrap:  wrap;
	justify-content: center;
}
.box-space {
	width: 20%;
	min-height: 238px;
	padding: 0 10px 0px;
	margin-bottom: 20px;
}
.box {
	box-sizing: border-box;
	position: relative;
	width: 238px;
	margin: 0 auto;
	padding: 0;
}
.box a, .box a:visited, .box .unclick  {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	color: #fff;
	padding: 0;
	margin:  0;
	height: 285px;
	text-decoration:  none;
	position: relative;
}
.box a:hover {
	text-decoration: none;	
}
.box a:hover .link {
	opacity: 0.5;
}
.box .text {
	box-sizing: border-box;
	padding: 14px 6px 14px;
	height: 242px;
	display:  flex;
	flex-direction: column;
	justify-content: space-between;
}
.box .text h2 {
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 31px;
	text-shadow:  0 0 10px rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 0;
}
.box .text h2 span {
	font-weight: 100;
}
.box .text p {
	font-weight: 100;
	font-size: 19px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	height: 89px;
}
.box .link {
	box-sizing: border-box;
	background: #fff;
	/*height:  52px;*/
	font-weight: 700;
	font-size: 16px;
	line-height:  20px;
	/*display: flex;
	align-items: center;*/
	height: 0;
	padding: 8px 6px 46px 24px;
}
.box .link i {
	margin-right: 1px;
}
.box .link span {
	text-indent: -16px;
}

.box1 .box {
	/*background: url('../img/bkHomeSquareVEH.1.png') no-repeat right 30px #012885;*/
	background: #1823c7;
}
.box2 .box {
	/*background: url('../img/bkHomeSquareSpon.1.png') no-repeat right 20px #007f9f;*/
	background: #00b5dd;
}
.box3 .box {
	/*background: url('../img/bkHomeSquareConf.1.png') no-repeat right 27px #46cbd2;*/
	background: #ee8ee7;
}
.box4 .box {
	/*background: url('../img/bkHomeSquareFTT.1.png') no-repeat right 27px #e25e59;*/
	background: #ff00e8;	
}
.box5 .box {
	/*background: url('../img/bkHomeSquareVIP.1.png') no-repeat right 20px #7f2d55;*/
	background: #632363;
}

.box1 .link { 
	color: #1823c7;
	border-bottom: 3px solid #1823c7;
}
.box2 .link {
	color: #00b5dd;
	border-bottom: 3px solid #00b5dd;
}
.box3 .link {
	color: #9904b1;
	border-bottom: 3px solid #ad00c1;
}
.box4 .link {
	color: #ff00e8;
	border-bottom: 3px solid #ee8ee7;
}
.box5 .link {
	color: #632363;
	border-bottom: 3px solid #632363;
}

.box .closed-vip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.box .closed-vip .band {
	color: var(--blue-color);
	background: #fded00;
	padding: 8px;
	width: 120%;
	margin: -20px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	transform: rotate(-20deg);
	text-transform: uppercase;
	font-style: italic;
}




.box .closed-vip img {
	width: 100%;
}
/* /HOME SQUARE */

/* POS EXPO PICTURES */

.slides-pictures {
	background: url(../img/home/pictures-bk.png) no-repeat center bottom;
	background-size: cover;
	text-align: center;
	margin-bottom: 25px;
}


/* SOLD OUT BAND */
.contain-soldout {
	position: relative;
}
.box-soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 300;
}
img.soldout {
	/*margin-top: 100px;*/
	width: 200px;
	border: 0;
}

.awpePhotoHome img.soldout {
	margin: 0;
	width: auto;
	border: 0;
}


img.soldout.img2 {
	margin-top: 320px;
}
.bannerBox img.soldout {
	width: 200px;
	border: 0;
}
.boothsPrices a.box-text, .boothsPrices a.box-text:visited {
	max-width: 399px;
	padding: 15% 12%;
	background: var(--coral-color);
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	aspect-ratio: 399 / 330;
}
.boothsPrices a.box-text:hover {
	
	background: var(--purple-color);
	color: #fff;
	/*
	background: #fff;
	color: var(--cyan-color);
	*/
}
.soldout-container {
	position: relative;
}
.soldout-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.soldout-banner img {
	width: 400px;
	max-width: 80%;
}
a:hover img {
	opacity: 0.6;
}

.thin {
	font-weight: 300;
}


.boothsPrices .sponsorOpportunity h3 {
	background: ;
}

.banner {
	margin-bottom: 36px;
}
.bannerCyan {
	background: var(--blue-color);
	/*background: linear-gradient(to right, #04daf5, #157af5);*/
	/*background: linear-gradient(to right, #0074eb, #004097);*/
	/*background: url('../img/bkBannerLarge.png') repeat-y center #155ec6;*/
	color: #fff;
	padding: 20px 25px;
	text-align: center;
	margin: 0 -15px 36px;
}
.bannerCyan.second {
	background: var(--cyan-color);
	/*background: linear-gradient(to right, #ed3810, #1f2bfa);*/
}

.bannerCyan h3 {
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0.05em;
	padding: 10px 0;
	margin: 0;
}
.bannerCyan.mid {
	padding: 10px 20px;
}
.bannerCyan.mid h3 {
	font-size: 26px;
	line-height: 32px;
}

.bannerCyan a, .bannerCyan a:visited {
	color: #fff;
	text-decoration: none;
}
.bannerCyan a:hover {
	color: #ccc;
	text-shadow: 0 0 5px rgba(255,255,0,0.5);
	text-decoration: none;
}
.bannerCyan h4 {
	color: #fff;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding: 10px 0;
	margin: 0;
}
.bannerCyan a:hover h4 {
	color: #ffff00;
}
.bannerCyan h3 span {
	font-weight: 100;
}
.bannerCyan.mini h3 {
	font-size: 24px;
	line-height: 24px;
}
.bannerCyan a, .bannerCyan a:visited {
	color: #fff;
	display: flex;
	min-height: 84px;
	align-items: center;
	justify-content: center;
}
.bannerCyan a:hover {
	color: #000;
	text-decoration: none;
}
.whiteBox, .transpaBox {
	margin-bottom: 36px;
	padding: 25px;
}
.whiteBox {
	background: #fff;
}

.whiteBox .h2, .transpaBox .h2 {
	margin: 0 -25px;
	padding: 0 25px;
	/*background: url('../img/bullTitle.1.png') no-repeat 10px 21px;*/
}
.whiteBox h2, .transpaBox h2  {
	margin: 0 0 25px;
	padding: 15px 0;
	font-size: 34px;
	line-height: 36px;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 100;
	color: var(--darkblue-color);
	border-bottom: 1px solid var(--coral-color);
}
.whiteBox .h2 small, .transpaBox .h2 small {
	font-weight: 100;
	font-size: 23px;
	line-height: 27px;
}

.h2.blue {
	margin: 0;
	padding: 0 25px;
	/*background: url('../img/bullTitleBlue.png') no-repeat left 19px;*/
}
.h2.blue h2 {
	margin: 0 0 15px;
	padding: 15px 0;
	font-size: 28px;
	line-height: 30px;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 700;
	color: var(--blue-color);
}
.whiteBox .h2.blue, .transpaBox .h2.blue {
	margin: 0 -25px;
	padding: 0 25px;
}
.whiteBox .h2.blue h2, .transpaBox .h2.blue h2 {
	border: none;
}
.payCont {
	position: relative;
	background: #dac2d4;
	color: #a13895;
}
.payFloat {
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	position: absolute;
	color: #fff;
	background: #6d6d6d;
	font-family: 'Tablet-Gothic-Semi-Condensed', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 25px;
	text-align: center;
}
.payCont a, .payCont a:visited {
	color: #a13895;
	font-weight: 700;
}

.awpePhotoHome {
	background: url('../img/pictures/home/booths.2025.jpg') no-repeat top left #999;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 66.51%;
	position: relative;
}
.awpePhotoHome .price {
	/*background: url('../img/bkHomeExhibitPrice.png') no-repeat top left;*/
	background-clip: border-box;
	max-width: 277px;
	width: 100%;
	position: absolute;
	bottom: 12px;
	left: 12px;
}
.awpePhotoHome .price .top, .awpePhotoHome .price .bottom {
	height: 100px;
	margin: 3px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.awpePhotoHome .price .top {
	/*background: linear-gradient(to right, var(--coral-color), #7f2d55);*/
	background: var(--coral-color);
}
.awpePhotoHome .price .bottom {
	/*background: linear-gradient(to left, var(--coral-color), #7f2d55);*/
	background: var(--coral-color);
}
.awpePhotoHome .price p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0 30px;
	margin: 0;
}

.awpePhotoHome .price p span {
	font-size: 16px;
	line-height: 20px;
}
.awpePhotoHome .button {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.awpePhotoHome a.btn, .awpePhotoHome a.btn:visited {
	color: #fff;
}
.awpePhotoHome a.btn:hover {
	color: #000;
}

.head {
	height: 185px;
	background: top center #fc01e4;
	padding-top: 1px;
	margin-bottom: 36px;
	border-bottom: 3px solid #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.head .max {
	width: 100%;
	max-width: 1270px;
	display: flex;
	align-items: flex-end;
}
.head h1 {
	color: var(--cyan-color);
	font-family: 'Tablet-Gothic', sans-serif;
	font-size: 2.3em;
	line-height: 1.9em;
	font-weight: 900;
	text-transform: uppercase;
	background: #fff;
	padding: 0 25px;
	margin: 0;
}
.head h2 {
	color: #fff;
	font-size: 2.8em;
	line-height: 1em;
	text-transform: lowercase;
	font-weight: 100;
	padding: 13px 10px 13px;
	margin: 0;
}
.head.about { background-image: url('../img/heads/about.2024.jpg'); }
.head.exhibit { background-image: url('../img/heads/exhibit.2024.jpg'); }
.head.exhibitors { background-image: url('../img/heads/exhibitors.2024.jpg'); }
.head.vip { background-image: url('../img/heads/vip.2024.jpg'); }
.head.agenda { background-image: url('../img/heads/agenda.2024.jpg'); }
.head.travel { background-image: url('../img/heads/travel.2024.jpg'); }
.head.contact { background-image: url('../img/heads/contact.2024.jpg'); }
.head.register { background-image: url('../img/heads/register.2024.jpg'); }

.headerSec {
	margin-bottom: 25px;
}
.headerSec img {
	width: 100%;
}


.stylePhoto {
	margin-bottom: 36px;
	height: 467px;
	background: url('../img/bkAbout1.jpg') no-repeat top left;
	color: #fff;
}
.stylePhoto.exhibit {
	background-image: url('../img/bkExhibit.jpg');
}
.stylePhoto.vip {
	background-image: url('../img/bkVip.jpg');
}
.styleTitles {
	float: left;
	width: 660px;
	height: 467px;
}
.stylePhoto.exhibit .styleTitles, .stylePhoto.vip .styleTitles {
	float: none;
	width: auto;
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 15px;
}
.styleTitles h2 {
	font-family: tablet-gothic-narrow, sans-serif;
	font-weight: 800;
	font-style: normal;

	font-size: 43px;
	line-height: 48px;
	
	padding: 8px 0 20px 25px;
	margin: 3px 0;

	text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.8);
	background: url('../img/bkAboutTitle2.png') no-repeat bottom left;
}
.styleTitles.about h2 {
	font-size: 34px;
	line-height: 40px;
}


.styleTitles h2:first-child {
	background-image: url('../img/bkAboutTitle1.png');
}
.styleTitles h2:last-child {
	background-image: url('../img/bkAboutTitle3.png');
}
.stylePhoto.vip .styleTitles h2 {
	background: url('../img/bkVipTitle.png') no-repeat bottom left;
}

.styleTestimonials {
	float: right;
	width: 598px;
	height: 467px;
	background: url('../img/bkAbout2.png') no-repeat top right;
	padding-top: 15px;
	
}
.testimonial {
	text-align: right;
	font-family: 'Tablet-Gothic', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	margin-left: 140px;
	padding: 25px 30px;
}
.boothsPrices {
	max-width: 399px;
	margin: 0 0 36px auto;
	border: 0;
	/*border: 1px solid #032661;*/
	background: #fff;
	color: var(--purple-color);
}
.boothsPrices h3 {
	font-size: 22px;
	font-weight: 700;
	padding: 9px 18px;
	margin: 17px 0 0 12px;
	color: #fff;
	background: var(--coral-color);
	/*
	border-top-left-radius: 31px;
	border-bottom-left-radius: 31px;
	*/
	/*background: linear-gradient(to right, #f96a66, #a53f67);*/
}
.boothsPrices .info {
	font-family: 'Tablet-Gothic', sans-serif;
	padding: 10px 18px 18px;
	font-size: 18px;
	line-height: 1.6em;
}
.boothsPrices .info .line {
	/*border-bottom: 1px solid var(--coral-color);*/
	padding: 2px 0;
}
.boothsPrices .info .priceLine {
	font-weight: 700;
} 
/*
.boothsPrices a:hover .info .line {
	border-bottom: 1px solid #fff;
}
*/
.boothsPrices a, .boothsPrices a:visited {
	display: block;
	padding: 1px 0;
	margin: 0;
	color: var(--purple-color);
}
.boothsPrices a:hover {
	text-decoration: none;
	background: var(--purple-color);
}
.boothsPrices a:hover .info {
	color: #fff;
}
.boothsPrices a:hover h3 {
	color: var(--purple-color);
	background: #fff;
	/*background: linear-gradient(to left, #f96a66, #a53f67);*/
}
.boothsPrices .img img {
	width: 96%;
}
.boothsPrices.sponsorOpportunity {
	color: var(--darkblue-color);
	padding-bottom: 1px;
}
.boothsPrices.sponsorOpportunity h3 {
	color: var(--darkblue-color);
	background: var(--cyan-color);
	/*background: linear-gradient(to right, #4718b2, #f371a6);*/
}
.boothsPrices.sponsorOpportunity .text {
	padding: 15px 45px 40px 45px;
	color: var(--darkblue-color);
	font-size: 15px;
	line-height: 18px;
}
.boothsPrices.sponsorOpportunity .boom {
	background: var(--cyan-color);
	color: var(--darkblue-color);
	margin: 0 0 20px 12px;
	padding: 30px 0 30px 40px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	/*
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	*/
}

@media (max-width: 1200px) {
	.boothsPrices.sponsorOpportunity .boom {
		margin: 0 0 20px 20px;
		padding: 15px 0 15px 25px;
		font-size: 20px;
		line-height: 28px;
	}	
}


.boothsPrices.sponsorOpportunity a:hover {
	color: #fff;
	background: var(--purple-color);
}
.boothsPrices.sponsorOpportunity a:hover h3 {
	color: var(--purple-color);
	background: #fff;
}
.boothsPrices.sponsorOpportunity a:hover .text {
	color: #fff;
}
.boothsPrices.sponsorOpportunity a:hover .boom {
	color: var(--purple-color);
	background: #fff;
}

.testimonial:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.testimonialsBox {
	color: var(--darkblue-color);;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 36px 0;
	padding: 0 5px;
	text-align: right;
}
.testimonialsBox p {
	margin: 0;
	padding: 0 0 5px 0;
}
.testimonialsBox p:link {

}
.testimonialsBox a, .testimonialsBox a:visited {
	text-decoration: none;
}
.testimonialsBox a:hover {
	text-decoration: underline;
}

/* BANNER COVID */
.bannerCovid {
	margin: 0 0 36px;	
}
.bannerCovid a, .bannerCovid a:visited, .bannerCovid a:hover {
	display: flex;
	color: #0069d7;
	border: 1px solid #0069d7;
	background: #ffffff;
	margin:  0;
	padding: 0;
	text-decoration: none;
	justify-content: space-between;
	font-size: 19px;
	line-height: 25px;
	flex-wrap: no-wrap;
	align-items: center;
}
.bannerCovid .left {
	padding: 20px 10px 10px 0;
	width: 100%;
	max-width: 495px;
	margin: 0;
}
.bannerCovid .right {
	padding: 10px;
	margin: 0;
	flex-grow: 1;
	flex-shrink: 1;
}
.bannerCovid p {
	margin: 0;
	padding: 0;
}

.bannerCovid a .underline, .bannerCovid a:visited .underline, .bannerCovid a:hover .underline {
	text-decoration: underline;
}
.bannerCovid a:hover {
	color: #ffffff;
	background: #0069d7;
}

/* /BANNER COVID */

.bannerBox {
	margin-bottom: 36px;
	text-align: center;
}
.bannerBox img {
	/*border: 1px solid var(--darkblue-color);*/
	width: 100%;
	max-width: 399px;
}

.downloads {
	max-width: 399px;
	margin-left: auto;
}


.schedule .date {
	color: var(--coral-color);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.schedule .item {
	display: flex;
	padding: 0;
	font-size: 18px;
	line-height: 41px;
}
.schedule .hour {
	font-weight: 700;
	width: 180px;
}
.schedule .item .sponsor {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
}
.schedule .item img {
	vertical-align: middle;
	margin-left: 5px;
}


.col-lg-4.photoSchedule {
	overflow: hidden;
	padding-right: 15px;
}
.photoSchedule img {
	max-width: none;
}

.transpBox {
	margin: 0 15px 36px;
}
.bottomStd {
	margin-bottom: 36px;
}
.bottomMin {
	margin-bottom: 18px;
}
.tranStrong {
	margin: 0 25px 36px;
	color: var(--darkblue-color);
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.exhibitIcons {
	background: url('../img/exhibitIcons.png') no-repeat center center;	
	background-size: contain;
	margin-top: 40px;
	margin-bottom: 40px;
}
.important {
	margin: 25px 30px 25px 0;
	color: var(--coral-color);
	font-size: 25px;
	line-height: 30px;
}

a.vehArea, a.vehArea:visited {
	border: 1px solid var(--blue-color);
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	text-align: center;
}
a.vehArea:hover {
	border: 1px solid var(--coral-color);
	text-decoration: none;
}
.vehLogo {
	margin: 15px;
	height: 192px;
}
a.vehArea .vehSpo, a.vehArea:visited .vehSpo {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 23px;
	color: #d73667;
	padding: 0 15px;
}
a.vehArea p, a.vehArea:visited p {
	color: #5e5e5f;
	padding: 0 10px 5px;
	height: 88px;
}
a.vehArea .vehBooth, a.vehArea:visited .vehBooth {
	color: #fff;
	background: var(--blue-color);
	border: 0;
	padding: 5px 35px;
	text-transform: uppercase;
	border-radius: 0;
}
a.vehArea:hover .vehBooth {
	background: var(--coral-color);
}
#btnMeet {
	margin: 25px auto;
}

.divVideo {
	margin: 15px 0;
}
iframe.video {
	width: 100%;
}


#notif {
	display: none;
}
.has-error {
	outline: 1px solid #c00;
	box-shadow: inset 0 0 5px 0 rgba(255, 0, 0, 0.5);
}

#subInfo {
	display: none;
}

#velo {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	z-index: 2900;
}
#subscribe {
	display: none;
	position: fixed;
	width: 300px;
	height: 215px;
	background: url('../img/head-popup.jpg') no-repeat top center #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	z-index: 3000;
	padding: 110px 15px 0px 15px;
	text-align: center;
}
#subscribe .btnGrad {
	display: inline;
	margin-left: 30px;
}
#subscribe .text {
	width: 100%;
	padding: 3px 6px;
}
#subInfo, #subInfoFoot, #subInfoVip {
	padding-top: 15px;
	text-align: center;
}
#subInfo i, #subInfoFoot i, #subInfoVip i {
	margin-top: 15px;
	font-size: 30px;
}
.icoSp {
	text-align: center;
	font-family: 'Tablet-Gothic', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	margin-top: 25px;
}
.icoSp img {
	margin-bottom: 6px;
}
.icoSpDiamond a, .icoSpDiamond a:visited {
	color: var(--diamond-color);
}
.icoSpPlatinum a, .icoSpPlatinum a:visited {
	color: var(--platinum-color);
}
.icoSpGold a, .icoSpGold a:visited {
	color: var(--gold-color);
}
.icoSpSilver a, .icoSpSilver a:visited {
	color: var(--silver-color);
}

.icoSp a .circle, .icoSp a:visited .circle {
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	font-family: tablet-gothic, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	font-style: normal;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto 5px;
	padding-top: 10px;
}
.icoSp.icoSpDiamond a .circle, .icoSp.icoSpDiamond a:visited .circle {
	background: var(--diamond-color);
}
.icoSp.icoSpPlatinum a .circle, .icoSp.iconSpPlatinum a:visited .circle {
	background: var(--platinum-color);
}
.icoSp.icoSpGold a .circle, .icoSp.icoSpGold a:visited .circle {
	background: var(--gold-color);
}
.icoSp.icoSpSilver a .circle, .icoSp.iconSpGold a:visited .circle {
	background: var(--silver-color);
}
.icoSp a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.icoSp a:hover .circle {
	opacity: 0.6;
}

.note {
	font-style: italic;
	color: #787879;
	font-size: 15px;
	line-height: 18px;
}
.noteTravel {
	margin: 0 -13px 25px;
	/*font-style: italic;*/
	font-size: 17px;
	line-height: 22px;
	border: 1px solid #ff0000;
	padding: 15px;
	color: #fff;
	background: #f00;
}
.noteTravel a, .noteTravel a:visited {
	color: #fff;
	font-weight: 700;
}
.noteTravel a:hover {
	color: #fff;
}
.h2.pink h2 {
	color: #d874f2;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	border-bottom: none;
	margin-bottom: 15px;
}

.travel-rate {
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin: 10px 0;
	max-width: 480px;
}

.travel-rate .day {
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
	background: var(--cyan-color);
	color: #fff;
	flex-grow: 2;
	font-size: 17px;
	width: 17%;
}
.travel-rate .day strong {
	font-size: 22px;
	line-height: 30px;
}
.travel-rate.pink .day {
	background: #d874f2;
}

.advisor {
	text-align: center;
}
.advisor a, .advisor a:visited {
	color: #1479f5;
}
.advisor a:hover {
	text-decoration: none;
}
.advisor h3 {
	margin: 10px 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.advisor h3 small {
	font-weight: 400;
	font-size: 16px;
}
.advisor a p, .advisor a:visited p {
	color: #5e5e5f;
	margin: 0;
	padding: 0 0 15px 0;
}



/* CARRUSEL SPONSORS HOME */
.carrousel {
	
}
.carrouselInt {
	height: 0;
	overflow: hidden;
	padding-bottom: 13.52%;
	position: relative;
	margin-bottom: 25px;
}
.carrouselPage  {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
}
.carrouselItem {
	width: 25%;
	height: 0;
	padding: 0 1.2% 13.52% 1.2%;
	text-align: center;
}
@media (max-width: 992px) {
	.carrouselInt { padding-bottom: 18.56%; }
	/*.carrouselItem { width: 33.33%; padding-bottom: 18.56%; };*/
	.boothsPrices {
		margin-right: auto;
	}
}
@media (max-width: 768px) {
	.carrouselInt { padding-bottom: 28.57%; }
	/*.carrouselItem { width: 50%; padding-bottom: 28.57%; };*/
	.boothsPrices {
		margin-right: auto;
	}
	.downloads {
		margin-right: auto;
	}
}
@media (max-width: 576px) {
	.carrouselInt { padding-bottom: 58.56%; }
	/*.carrouselItem { width: 100%; padding-bottom: 58.56%; };*/
}



/* /CARRUSEL SPONSORS HOME */

.exhilist {
	column-count: 3;

}
.exhilist ul {
	margin: 0;
}
.exhilist ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.exhilist a, .exhilist a:visited {
	font-size: 18px;
}
.exhilist .booth {
	color: #d73667;
	text-transform: uppercase;
	font-size: 15px;
}
@media (max-width: 992px) {
	.exhilist {
		column-count: 2;
	}
}
@media (max-width: 768px) {
	.exhilist {
		column-count: 1;
	}
}


.veh .btnGrad, .veh .btnGrad:visited {
	display: inline;
}
.veh .bannerExhibit .btnGrad, .veh .bannerExhibit .btnGrad:visited {
	display: block;
}
.bannerExhibitLarge {
	width: 100%;
	max-width: 970px;
	margin: 25px auto 0;
}


/* REGISTER */
.regItem h3 {
	color: var(--special-color);;
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.regItem h4 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 12px 0 0; 
}
.regItem ul {
	margin-top: 5px;
}
.regPrices {
	padding: 20px 17px;
	color: var(--special-color);;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	background: #e7e5e4;
}
.bannerRegister {
	margin: 25px 0 0;
	padding: 0;
	text-align: center;
}
.bannerExhibit {
	width: 100%;
	max-width: 786px;
	margin: 0 auto;
}
.bannerExhibit .bannerRegister {
	background: url('../img/bkBannerExhibit.jpg') no-repeat top center #929292;
}


.bannerRegister a, .bannerRegister a:visited {
	display: block;
	width: 80%;
	max-width: 506px;
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	line-height: 54px;
}
.bannerRegister a:hover {
	color: #fff;
}

/* /REGISTER */


/* VIP RETAILER */
.hidden {
	display: none;
}
label.check {
	color: #495057;
	padding: 5px 0;
}

/* /VIP RETAILER */

/* CONFERENCE */
.conference .item {
	margin-bottom: 25px;
}
.conference .time {
	font-weight: 700;
	margin-top: 15px;
}
.conference h4 {
	margin-top: 5px;
	font-size: 21px;
	line-height: 23px;
}
.conference .special {
	color: var(--special-color);
	/*color: #e64686;*/
	text-transform: uppercase;
}
.conference .sponsor {
	color: #999;
	font-size: 14px;
}
.lower {
	text-transform: none;
}
.speakers {
	color: #000	;
	line-height: 26px;
}

/* /CONFERENCE */


/* OUR TEAM */
.team {
	padding-top: 15px;
}
.team .tCard {
	display: flex;
	gap: 20px;
	margin: 0 0 40px;
	align-content: stretch;
}

.team .img {
	width: 128px;
	margin: 0;
}
.team .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.team h3 {
	color: var(--coral-color);
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.team p {
	padding: 0;
	margin: 0;
}




/* /OUR TEAM */



/* MEDIA QUERIES */
@media (max-width: 1350px) {
	#mobileMenu {
		display: block;
	}
	div.menu {
		display: none;
		position: absolute;
		top: 34px;
		left: 0;
		z-index: 1000;
	}
	div.menu.opened {
		display: block;
	}
	ul.menu {
		background: #333;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		width: 250px;
	}
	ul.menu li {
		float: none;
		border: none;
	}
	ul.menu li a, ul.menu li a:visited {
		padding: 15px 15px;
	}
	ul.menu li a:hover {
		background: #000;
		color: #fff;	
	}
	ul.ulSmenu {
		position: static;
		background: #666;
	}
	ul.ulSmenu li a, ul.ulSmenu li a:visited {
		padding-left: 30px;
	}
	ul.menu li.regMenu {
		display: block;
	}

	.stylePhoto {
		height: auto;
	}
	.styleTitles {
		float: none;
		width: 100%;
	}
	.styleTestimonials {
		float: none;
		height: auto;
		width: 100%;
		background: none;
		margin-top: 36px;
		color: #5e5e5f;
		background: #fff;
		margin: 0;
		padding: 0;
	}
	.testimonial {
		width: 50%;
		float: left;
		text-align: left;
		margin: 0;
		padding: 25px 15px;
	}
	.boxes {
		width: 774px;
		margin-left: auto;
		margin-right: auto;
	}
	.box-space {
		width: 33.33%;
	}
}


@media (max-width: 990px) and (min-width: 769px) {
	.boxes .col-md-4 {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.boxes .col-md-4.col-sm-6 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	
}

@media (max-width: 980px) {
	
	.bannerCovid a, .bannerCovid a:visited, .bannerCovid a:hover {
		flex-wrap:  wrap;
		font-size: 16px;
		line-height: 22px;
	}
	.bannerCovid .left {
		width: 100%;
		max-width: 495px;
	}
	.bannerCovid .right {
		padding: 0 23px 10px;
	}
	
	.banner.ads a {
		padding: 25px 15px;
	}
}
@media (max-width: 820px) {
	.boxes {
		width: 516px;
		margin-left: auto;
		margin-right: auto;
	}
	.box-space {
		width: 50%;
	}
	.bot-ai {
		/*
		right: 0px;
		bottom: 0px;
		*/
	}
}

@media (max-width: 767px) {
	
	.boxes .col-lg-3 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.styleTitles h2 {
		font-size: 27px;
		line-height: 36px;
		padding-right: 25px
	}
	.testimonial {
		width: 100%;
		float: none;
	}
	.testimonial:first-child {
		border-bottom: 1px solid #5e5e5f;
	}
	.bannerRegister a, .bannerRegister a:visited {
		font-size: 35px;
		line-height: 42px;
	}

	.head .max {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.head h2 {
		text-align: center;
	}
	.bannerCyan {
		padding: 5px 10px;
	}
	.bannerCyan.mid h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.mainTitle {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 620px) {
	.awpePhotoHome {
		background: none;
		padding-bottom: 0;
		height: auto;
	}
	.awpePhotoHome .price {
		position: static;
		margin: 0 auto;
	}
	.awpePhotoHome .button {
		position: static;
		width: 100%;
		max-width: 277px;
		margin: 15px auto;
	}
	.awpePhotoHome .button a, .awpePhotoHome .button a:visited {
		display: block;
	}
	.head {
		height: 120px;
	}
	.head h1 {
		font-size: 1.2em;
	}
	.head h2 {
		font-size: 1.6em;
	}
	.soldout-banner img {
		max-width: 90%;
	}
}
@media (max-width: 590px) {
	
	.regNow {
		margin-top: 15px;
		width: 210px;
	}
}
@media (max-width: 560px) {
	.header {
		height: 69px;
	}
	div.menu {
		top: 14px;
	}
	#mobileMenu {
		margin-top: 19px;
	}
	#logo {
		margin-top: 13px;
	}
	#logo img {
		width: 160px;
	}
	
	.regNow {
		margin-top: 8px;
		width: 180px;
	}
	.body {
		padding-top: 69px;
	}
	.bannerRegister {
		background: none;
		height: auto;
		padding: 0;
	}
	.bannerRegister a, .bannerRegister a:visited {
		width: 100%;
		margin: 0;
		font-size: 30px;
		line-height: 36px;
		padding: 30px;
	}
	.boxes {
		width: 258px;
		margin-left: auto;
		margin-right: auto;
	}
	.box-space {
		width: 100%;
	}
	.banner.ads a {
		padding: 20px 15px;
		font-size: 28px;
	}
}
@media (max-width: 480px) {

	.whiteBox, .transpaBox {
		padding: 10px;
	}
	.team {
		padding-top: 0;
	}
	.team .tCard {
		gap: 7px;
		margin-bottom: 30px;
	}
	.team .img {
		width: 74px;
	}
	.team h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.team p {
		font-size: 13px;
		line-height: 1.2em;
	}

	#mobileMenu {
		margin-left: 12px;
	}
	#logo {
		margin-top: 20px;
		margin-left: 14px;
	}
	#logo img {
		width: 105px;
	}
	.regNow {
		margin-top: 20px;
		width: 105px;
	}
	.body {
		padding-top: 69px;
	}
	.homeDate {
		width: 100%;
		position: static;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.schedule .item {
		flex-direction: column;
	}
	.schedule .hour {
		width: 100%;
	}
	.schedule .desc {
		width: 100%;
	}
	.bannerCovid a, .bannerCovid a:visited, .bannerCovid a:hover {
		font-size: 14px;
		line-height: 20px;
	}
	.bannerCovid .right {
		padding-left: 4.6%;
		padding-right: 4.6%;
	}
	
	.banner.ads a {
		padding: 15px 10px;
		font-size: 18px;
	}
	.mainTitle {
		font-size: 22px;
		line-height: 26px;
	}
	.travel-rate {
		gap: 2%;
	}
	.travel-rate .day {
		font-size: 14px;
		width: 18%;
	}
	.travel-rate .day strong {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-height: 520px) {
	.header {
		position: static;
	}
	.body {
		padding-top: 1px;
		margin-top: -1px;
	}
}
@media (orientation: portrait) {
	.homeDate {
		position: static;
		width: 100%;
	}
}

/* /MEDIA QUERIES */