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: #f2380a;
	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, #1e2bfa, #1c1d50);
	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;
}

/* 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 6px;
	padding: 0;
}
.socialNetworks a {
	margin: 0 5px;
}

.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 SLIDES */
div.slides {
	position: relative;
	margin-bottom: 36px;
}
ul.slides {
	position: relative;
	height: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.slides li {
	display: none;
	width: 100%;
	position: absolute;
	height: 500px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.slides li#slide1 {
	display: block;
}
ul.slides li .slide {
	display: flex;
	width: 100%;
	height: 500px;
	justify-content: center;
	align-items: center;
}


ul.slides li#slide1 { background: #1e2bf9; }
ul.slides li#slide1 .slide {
	justify-content: flex-start;
	align-items: center;
	gap: 4%;
}
ul.slides li#slide1 .slide #s1i1 {
	overflow: hidden;
	position: relative;
	width: 48%;
	height: 500px;
}
ul.slides li#slide1 .slide #s1i1 img {
	min-width: 943px;
	width: 943px;
	max-width: 943px;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
}
ul.slides li#slide1 .slide #s1i2 {
	width: 48%;
	padding-right: 40px;
}

ul.slides li#slide2 { background: url('../img/slide2-back.2.png') no-repeat center center; }
ul.slides li#slide2 .slide {
	align-items: flex-start;
	gap: 215px;

}
ul.slides li#slide2 .slide #s2i1 {
	margin-top: 90px;
}


ul.slides li#slide3 { background: url('../img/slide3-back.png') no-repeat center center;  }
ul.slides li#slide3 .slide {
	gap: 50px;
}

#s3i2 {
	max-width: 635px;
}

/*
ul.slides li:first-child {
	display: block;
}
ul.slides li .max {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
ul.slides .side {
	width: 50%;
	margin: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bkSlide1 { 
	/*background: linear-gradient(to right, #00309b, #0050e6);*//*
	background: #1e2bf9;
	
}
.bkSlide2 { 
	/*background: url('../img/bkSlide2.jpg') no-repeat top center #1c8ea0;*//*
	background: linear-gradient(to right, #00bff2, #157cf5) #0a9ff3;
}
.bkSlide3 { 
	background: linear-gradient(120deg, #e8372c, #512ed6);
}


.slide1Left {
	align-self: flex-end;
	position: relative;
}
.slide1Left .det {
	position: absolute;
	width: 93px;
	bottom: 364px;
	left: -93px;
	box-shadow: none;
}
.slide1Left img {
	width: 100%;
	max-width: 651px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.8);
}
.slide1Right img {
	width: 100%;
	max-width: 589px;
}

.slide2Left {

}
.slide2Left img {
	margin-top: -86px;
	width: 100%;
	max-width: 476px;
}
.slide2Right {
	align-self: stretch;
	background: #00bff2;
	padding: 20px 75px;
}
.slide2Right p {
	color: var(--darkblue-color);
	width: 100%;
	max-width: 615px;
	font-size: 25px;
	line-height: 1.2em;
}

#slide3 .slide3Left img {
	margin-left: -62px;
	margin-top: -90px;
	width: 100%;
	max-width: 493px;
}
#slide3 .slide3Right {
	width: 100%;
	max-width: 675px;
	align-self: stretch;
	/*background: url('../img/slide3Right.2023.png') no-repeat top center;*//*
	display: flex;
	justify-content: center;
	align-items: center;
}
#slide3 .slide3Right img {
	width: 100%;
	max-width: 634px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
*/
.bannerBlue {
	margin: 0 -15px;
	padding: 25px 15px;
	background: #1b27df;
	text-align: center;
	color: #fff;
}
.bannerBlue h3 {
	margin-bottom: 0;
}
.bannerBlue a, .bannerBlue a:visited {
	color: #fff;
	text-decoration: none;
}
.bannerBlue a:hover {
	text-decoration: underline;
}
.bannerPhotos {
	display: block;
	background: url('../img/banner-pictures-bk.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.bannerPhotos img {
	width: 95%;
	margin: 0 2.5%;
	max-width: 1094px;
}
.banner.ads a, .banner.ads a:visited {
	display: block;
	background: linear-gradient(to right, #002e64, #0141b9);
	padding: 40px 25px;
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;	
	text-decoration: none;
}
.banner.ads a:hover {
	color: #d8ff02;
	text-decoration: none;
	background: linear-gradient(to right, #df6e49, #d93577);
}
.midLeft, .midRight {
	position: absolute;
	width: 50%;
	height: 500px;
	cursor: pointer;
	top: 0;
	opacity: 0.3;
}
.midLeft { left: 0; }
.midRight { right: 0; }
.midLeft:hover { background: url('../img/slideLeft.png') center left no-repeat; }
.midRight:hover { background: url('../img/slideRight.png') center right no-repeat; }

.bullets {
	position: absolute;
	width: 100%;
	bottom: 18px;
}
.bullets ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 87px;
	height: 15px;
}
.bullets ul li {
	display: block;
	margin: 0 7px;
	padding: 0;
	width: 15px;
	height: 15px;	
	border-radius: 50%;
	background: #fff;
	color: #fff;
	float: left;
	opacity: 0.5;
}

.bullets ul li:hover, .bullets ul li.sel {
	opacity: 1;
	cursor: pointer;
}

.testim {
	font-style: italic;
}


/* /HOME SLIDES */


/* 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: #3577e4;
}
.box3 .box {
	/*background: url('../img/bkHomeSquareConf.1.png') no-repeat right 27px #46cbd2;*/
	background: #ad00c1;
}
.box4 .box {
	/*background: url('../img/bkHomeSquareFTT.1.png') no-repeat right 27px #e25e59;*/
	background: #f370a6;	
}
.box5 .box {
	/*background: url('../img/bkHomeSquareVIP.1.png') no-repeat right 20px #7f2d55;*/
	background: #db3209;
}

.box1 .link { 
	color: #1823c7;
	border-bottom: 3px solid #1823c7;
}
.box2 .link {
	color: #3577e4;
	border-bottom: 3px solid #3577e4;
}
.box3 .link {
	color: #ad00c1;
	border-bottom: 3px solid #ad00c1;
}
.box4 .link {
	color: #f370a6;
	border-bottom: 3px solid #f370a6;
}
.box5 .link {
	color: #db3209;
	border-bottom: 3px solid #db3209;
}

.box .closed-vip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .closed-vip img {
	width: 100%;
}
/* /HOME SQUARE */


/* SOLD OUT BAND */
.contain-soldout {
	position: relative;
}
.box-soldout {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 300;
}
img.soldout {
	margin-top: 100px;
	width: 200px;
	border: 0;
}
img.soldout.img2 {
	margin-top: 320px;
}
.bannerBox img.soldout {
	width: 200px;
	border: 0;
}
.boothsPrices a.box-text, .boothsPrices a.box-text:visited {
	padding: 55px 45px 40px;
	/*
	background: var(--cyan-color);
	color: #fff;
	*/
	background: #fff;
	color: #002d94;
	font-size: 19px;
	line-height: 24px;
}
.boothsPrices a.box-text:hover {
	
	background: #002d94;
	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: #1b27df;
	/*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 0 36px;
}
.bannerCyan.second {
	background: #db3209;
	/*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(--cyan-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/homePhoto.2024.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 #4616b1;
	padding-top: 1px;
	margin-bottom: 36px;
	border-bottom: 3px solid var(--coral-color);
	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: #fff;
	font-family: 'Tablet-Gothic', sans-serif;
	font-size: 2.3em;
	line-height: 1.9em;
	font-weight: 900;
	text-transform: uppercase;
	background: #f2380a;
	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/bkHeadAbout.2024.jpg'); }
.head.exhibit { background-image: url('../img/bkHeadExhibit.2024.jpg'); }
.head.exhibitors { background-image: url('../img/bkHeadExhibitors.2024.jpg'); }
.head.vip { background-image: url('../img/bkHeadVip.2024.jpg'); }
.head.agenda { background-image: url('../img/bkHeadAgenda.2024.jpg'); }
.head.travel { background-image: url('../img/bkHeadTravel.2024.jpg'); }
.head.contact { background-image: url('../img/bkHeadContact.2024.jpg'); }
.head.register { background-image: url('../img/bkHeadRegister.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 {
	margin: 2px 2px 36px;
	border: 0;
	/*border: 1px solid #032661;*/
	background: #fff;
}
.boothsPrices h3 {
	font-size: 22px;
	font-weight: 700;
	padding: 9px 18px;
	margin: 17px 0 0 23px;
	color: #fff;
	background: #f2380a;
	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(--coral-color);
}
.boothsPrices a:hover {
	text-decoration: none;
	background: var(--coral-color);
}
.boothsPrices a:hover .info {
	color: #fff;
}
.boothsPrices a:hover h3 {
	color: var(--coral-color);
	background: #fff;
	/*background: linear-gradient(to left, #f96a66, #a53f67);*/
}
.boothsPrices .img img {
	width: 96%;
}
.boothsPrices.sponsorOpportunity {
	color: #002d94;
	padding-bottom: 1px;
}
.boothsPrices.sponsorOpportunity h3 {
	background: linear-gradient(to right, #4718b2, #f371a6);
}
.boothsPrices.sponsorOpportunity .text {
	padding: 15px 45px 40px 45px;
	color: #002d94;
	font-size: 15px;
	line-height: 18px;
}
.boothsPrices.sponsorOpportunity .boom {
	background: #181d4d;
	color: #d678ef;
	margin: 0 0 20px 40px;
	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: #002d94;
}
.boothsPrices.sponsorOpportunity a:hover h3 {
	color: #002d94;
	background: #fff;
}
.boothsPrices.sponsorOpportunity a:hover .text {
	color: #fff;
}
.boothsPrices.sponsorOpportunity a:hover .boom {
	color: #fff;
	background: #d678ef;
}

.testimonial:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.testimonialsBox {
	color: var(--coral-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;
}

.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: #1562cd;
	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 #1479f5;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	text-align: center;
}
a.vehArea:hover {
	border: 1px solid #d73667;
	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: #1479f5;
	border: 0;
	padding: 5px 35px;
	text-transform: uppercase;
	border-radius: 0;
}
a.vehArea:hover .vehBooth {
	background: #d73667;
}
#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/bkPopup.png') 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: 900;
	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-narrow, sans-serif;
	font-weight: 800;
	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%; };*/
}
@media (max-width: 768px) {
	.carrouselInt { padding-bottom: 28.57%; }
	/*.carrouselItem { width: 50%; padding-bottom: 28.57%; };*/
}
@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%;
	}

	div.slides, ul.slides, ul.slides li .slide, ul.slides, ul.slides li#slide1 .slide #s1i1 {
		height: 400px;
	}

	ul.slides li#slide1 .slide #s1i1 img {
		height: 400px;
		min-width: 754.4px;
		width: 754.4px;
		max-width: 754.4px;
	}
	ul.slides li#slide2 .slide #s2i1 {
		width: 287px;
	}
	ul.slides li#slide2 .slide #s2i2 {
		width: 417px;
	}
	ul.slides li#slide3 .slide #s3i1 {
		width: 419px;
	}
	ul.slides li#slide3 .slide #s3i2 {
		width: 508px;
	}

}

@media (max-width: 1030px) {
	div.slides, ul.slides, ul.slides li .slide, ul.slides, ul.slides li#slide1 .slide #s1i1 {
		height: 500px;
	}
	ul.slides li .slide {
		flex-direction: column;
	}
	ul.slides li#slide1 .slide {
		gap: 20px;
	}
	ul.slides li#slide1 .slide #s1i1 {
		width: 96%;
		max-width: 565px;
		height: 300px;
		align-self: flex-start;
	}

	
	ul.slides li#slide1 .slide #s1i1 img {
		min-width: 565px;
		width: 565px;
		max-width: 565px;
		height: 300px;
	}
	ul.slides li#slide1 .slide #s1i2 {
		width: 100%;
		height: 180px;
		padding-right: 0;
		align-self: stretch;
		text-align: center;
	}
	ul.slides li#slide1 .slide #s1i2 img {
		width: 480px;
	}

	ul.slides li#slide2 .slide {
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: flex-end;
		align-items: center;
	}
	ul.slides li#slide2 .slide #s2i1 {
		margin-top: 0;
		height: 180px;
		width: auto;
	}
	ul.slides li#slide2 .slide #s2i2 {
		height: 240px;
		width: auto;
	}
	ul.slides li#slide3 .slide {
		gap: 20px;
		justify-content: flex-start;
	}
	ul.slides li#slide3 .slide #s3i1 {
		width: 360px;
		margin-top: 40px;
	}
	ul.slides li#slide3 .slide #s3i2 {
		width: 90%;
		min-width: 280px;
		max-width: 540px;
	}
}
@media (max-width: 640px) {
	ul.slides li#slide1 .slide {
		gap: 60px;
	}
	ul.slides li#slide1 .slide #s1i1 {
		width: 96%;
		max-width: 450px;
		height: 241px;
		align-self: flex-start;
	}
	ul.slides li#slide1 .slide #s1i1 img {
		height: 241px;
		min-width: 450px;
		width: 450px;
		max-width: 450px;
	}
	ul.slides li#slide1 .slide #s1i2 {
		height: 140px;
	}
	ul.slides li#slide1 .slide #s1i2 img {
		min-width: 280px;
		width: 80%;
		max-width: 500px;
	}
	ul.slides li#slide2 .slide {
		gap: 30px;
	}
	ul.slides li#slide2 .slide #s2i1 {
		height: 180px;
	}
	ul.slides li#slide2 .slide #s2i2 {
		height: 230px;
	}
	ul.slides li#slide3 .slide {
		gap: 20px;
	}
	ul.slides li#slide3 .slide #s3i1 {
		width: 240px;
		margin-top: 60px;
	}
	/*
	.bannerBlue h3 {
		padding: 15px 5px;
		font-size: 1.2rem;
	}
	*/
}
@media (max-width: 480px) {
	ul.slides li#slide3 .slide {
		gap: 50px;
	}
	ul.slides li#slide3 .slide #s3i1 {
		margin-top: 90px;
	}
	.bannerBlue {
		padding: 12px 8px;
	}
	.bannerBlue h3 {
		font-size: 1.0rem;
	}
}


@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%;
	}
}

@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 QUERIES */