/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */



hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}

.shine {
  height: 20px;
  width: 60%;
  background-image: radial-gradient(
    farthest-side at 50% -50%,
    hsla(0, 0%, 0%, 0.5),
    hsla(0, 0%, 0%, 0));
  position: relative; 
}

.shine::before {
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.75) 50%,
    hsla(0, 0%, 0%, 0));
}


.banner1 {
	color: #fff;
	font-size: 1.7em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.2em;
}


.banner2 {
	color: #fff;
	font-size: 3.7em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.2em;
}


	.button2 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #00B9B1;
	width: 200px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	font-size: 1.2em;
	background-color: none;
		color: #fff;
}


.button2 a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
.button2:hover {
	background-color: #00B9B1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
}



	.button1 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #000;
	width: 130px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	font-size: 0.9em;
	background-color: none;
		color: #000;
}


.button1 a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
.button1:hover {
	background-color: #00B9B1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
	border: 1px solid #00B9B1;
}



	.button3 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #000;
	width: 200px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	font-size: 1.2em;
	background-color: #00B9B1;
		color: #fff;
}


.button3 a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
.button3:hover {
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#000;
	border: 1px solid #00B9B1;
}


	.button4 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #fff;
	width: 250px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	font-size: 1.2em;
	background-color: #00B9B1;
		color: #fff;
}


.button4 a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
.button4:hover {
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#00B9B1;
	border: 1px solid #00B9B1;
}



.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 45%;
	left: 40%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	
	.banner1 {
	color: #fff;
	font-size: 0.6em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.2em;
}


.banner2 {
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.2em;
}

	
	
	.button2 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #00B9B1;
	width: 100px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	font-size: 0.8em;
	background-color: none;
		color: #fff;
}


.button2 a {
	text-decoration: none;
	display: block;
	font-size: 0.8em;
}
.button2:hover {
	background-color: #00B9B1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
}
	
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}