
/*--------------------------------------------------
SLIDER
----------------------------------------------------*/
.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.1);
}
.re-title-v1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 84px;
	line-height: 1;
	color: #fff;
	letter-spacing: 8px;
	text-align: center;
	text-transform: uppercase;
}
.re-title-v2 {
	display: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 150px;
	line-height: 1;
	color: #fff;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
}
.re-button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: none;
	border: 2px solid #fff;
	padding: 20px;
}
	.re-bt-sun {
		width: 300px;
	}
	.re-bt-wek {
		width: 300px;
	}
	.re-bt-ev {
		width: 300px;
	}
	.re-bt-test {
		display: none;
	}
	.re-bt-test-1 {
		display: none;
	}
	.re-bt-test-2 {
		display: none;
	}
.re-button:hover, .re-button:focus {
	background: #444;
}
.gcn-tag img {
	width: 600px;
}
.tp-banner-notice {
	width: 100%;
    height: 90px;
    background-color: #47b4ac;
	text-align: center;
    position: absolute;
    z-index: 200;
    bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}
.tp-notice-text {
	margin: 31px 20px 0 20px;
}










/*--------------------------------------------------
Desktop mid/Large
----------------------------------------------------*/


@media (max-width: 1199px) {

	.re-button {
	font-size: 18px;
	line-height: 1.2;
	border: 3px solid #fff;
	padding: 15px;
	}
	.re-bt-sun {
		width: 250px;
	}
	.re-bt-wek {
		width: 250px;
	}
	.re-bt-ev {
		width: 250px;
	}

}


/*--------------------------------------------------
Tablet (Landscape) - Desktop Small
----------------------------------------------------*/
@media (max-width: 992px) {

	.re-button {
	font-size: 30px;
	line-height: 1.2;
	border: 4px solid #fff;
	padding: 25px;
	}
	.re-bt-sun {
		width: 230px;
	}
	.re-bt-wek {
		width: 230px;
	}
	.re-bt-ev {
		width: 230px;
	}

}


/*--------------------------------------------------
Tablet
----------------------------------------------------*/
@media (max-width: 768px) {

	.re-button {
	font-size: 26px;
	line-height: 1.2;
	border: 3px solid #fff;
	padding: 20px;
	}
	.re-bt-sun {
		width: 200px;
	}
	.re-bt-wek {
		width: 200px;
	}
	.re-bt-ev {
		width: 200px;
	}
.tp-banner-notice {
	font-size: 14px;
	letter-spacing: 0px;
}
.tp-notice-text {
	margin: 32px 20px 0 20px;
}

}


/*--------------------------------------------------
Phone
----------------------------------------------------*/
@media (max-width: 568px) {
	
	.re-title-v1 {
		display: none;
	}
	.re-bt-sun {
		display: none;
	}
	.re-bt-wek {
		display: none;
	}
	.re-bt-ev {
		display: none;
	}
	.re-title-v2 {
	display: inherit;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 107px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	}
	.re-button {
	font-size: 44px;
	line-height: 1.2;
	letter-spacing: 6px;
	border: 4px solid #fff;
	padding: 40px;
	}
	.re-bt-test {
		display: inherit;
		width: 270px;
	}
	.re-bt-test-1 {
		display: inherit;
		width: 270px;
	}
	.re-bt-test-2 {
		display: inherit;
		width: 270px;
	}
.tp-banner-notice {
	font-size: 12px;
	letter-spacing: 0px;
}
.tp-notice-text {
	margin: 33px 20px 0 20px;
}

}


@media (max-width: 480px) {
	


}

@media (max-width: 320px) {
	


}







