/* ==========================================================================
主要設定
========================================================================== */
img { max-width: 100%; height: auto;}
p { font-size: 17px; line-height: 1.6; letter-spacing: .6px; }
a { color: inherit; transition: .5s;}
a:hover,a:active,a:link,a:visited{text-decoration: none; outline: none;}
.text-big { font-size: 130%;}
hr { border-color: #cbcbcb;}
section { padding:100px 0;}
h1, h2, h3, h4, h5{margin-bottom: 6px;margin-top: 6px;line-height: 1.4em;letter-spacing: .8px;}
h1{font-size: 32px;letter-spacing: 1px;margin-top: 0px;}
h2{font-size: 28px;letter-spacing: 1px;}
h3{font-size: 24px;letter-spacing: 1px;}
h4{font-size: 20px; font-weight: normal;letter-spacing: 1px;}
h5{font-size: 18px; font-weight: normal;letter-spacing: 1px;}
p {font-size: 17px;line-height: 1.6;letter-spacing: 1px;}
/* define bootstrap 5 columns */
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {position: relative;min-height: 1px; padding-right: 10px;padding-left: 10px;}
.col-xs-1-5 {width: 20%;float: left;}
@media (min-width: 768px) {
	.col-sm-1-5 {width: 20%;float: left;}
}
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
}
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
}
.pconly {display: block !important;}
.mobonly {display: none !important;}

.pageheader {
    margin: 15px 0 45px 0;
}
.pageheader h2 {
    font-size: 32px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
	font-weight: 600;
}
.timerArea{
	position: fixed;
	bottom: 140px;
	right: 0;
	z-index: 100;
	width: 75px;
	height:60px;
	text-align: center; 
	background-color: #e4007f;
	border-radius: 50px 0 0 50px;
}
.timerArea p{
	padding:8px 0 0 8px; 
	font-size: 22px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.timerArea p:hover{
	color: yellow;
	transition: .2s;
}
.bottom-banner {
	position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 5;
    margin-left: -160px;
	background-color: #3c87b5;
	display:none;
}
/* ==========================================================================
mainCarousel
========================================================================== */
.owl-dots button:focus, .owl-dots > .active, .owl-nav button:focus, .owl-nav > .active{
	outline: none;
	border: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    padding: 10px 0;
}
#mainCarousel .owl-nav {
	width: 100%;
	top: 35%;
	position: absolute;
}
#mainCarousel .owl-nav button {
	background: #000;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.2;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border: #000;
	margin: 0;
}
#mainCarousel .owl-nav button:hover {
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
	outline: none;
}
#mainCarousel .owl-nav button span {
	font-size: 24px;
	line-height: 40px;
}
#mainCarousel .owl-nav button.owl-next {
	right: -20px;
	position: absolute;
}
#mainCarousel .owl-nav button.owl-prev {
	left: -20px;
	position: absolute;
}
#mainCarousel .owl-dot span {
	background: #FFF;
}
#mainCarousel .owl-dot.active span, #mainCarousel .owl-dot:hover span {
    background: #ed757e;
}
/* ==========================================================================
Button
========================================================================== */
.btn {
	padding: 6px 15px;
	border: 0 none;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:5px;
	white-space: inherit;
	border-radius: 5px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}
.btn.focus,.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-link {
	background-color: #dd6c58;
	padding: 8px 35px;
	color: #FFF;
	font-size: 21px;
	border-radius: 30px;
	box-shadow: 0px 5px #c5604e;
}
.btn-link i  {
	padding-left: 2px;
	transition: .3s;
}
.btn-link:hover, .active.btn-link, .btn-link:active, .btn-link:focus {
	color: #FFF;
	background-color: #ea735f;
	box-shadow: 0px 4px #c5604e;
}
.btn-link:hover i, .btn-link:active i, .btn-link:focus i {
	margin-left: 8px;
}
.btn-fb {
	background-color: #3c5b9b;
	font-size: 15px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 5px;
	margin: 15px 0;
}
.btn-line {
	background-color: #00c300;
	font-size: 15px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 5px;
	margin: 15px 0;
}
.btn-fb:hover, .active.btn-fb, .btn-fb:active, .btn-fb:focus {
	color: #FFF;
	background-color: #4063a8;
}
.btn-line:hover, .active.btn-line, .btn-line:active, .btn-line:focus {
	color: #FFF;
	background-color: #00cf00;
}
.btn-fb i, .btn-line i {
	padding-left: 0px;
	padding-right: 3px;
}
.sharebtn {
	display: block;
}
/* ==========================================================================
header主視覺
========================================================================== */
header {
	position: relative;
	height: 800px;
	background-image: url(../images/bg_1.png);
}
header .brand {
	color: #373737;
	margin-top: 130px;
	margin-left: 50px;
	position: relative;
	z-index: 2;
}
header .kv_ill01 {
	position: absolute;
	right: 0;
	z-index: 2;
	top: 200px;
}
header .kv_ill01 img {
	margin: 0 auto;
}
header .kv_ill02 {
	position: absolute;
	left: 150px;
	z-index: 2;
	bottom: -50px;
}
.brand p {
	font-size: 22px;
	line-height: 1.6;
	color: #373737;
	padding-top: 10px;
	padding-left: 45px;
}
/* ==========================================================================
quiz 測驗
========================================================================== */
#quiz {
	background-image: url(../images/bg_2.png);
	position: relative;
}
#quiz:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-64px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before01.png);
	background-position: center;
	background-size: cover;
}
#quiz .ill01{
	z-index: 3;
	position: absolute;
	background-image: url(../images/quiz_ill01.png);
	background-repeat: no-repeat;
	width: 279px;
	height: 542px;
	left: 300px;
	bottom: -50px;
	background-size: contain;
}
#quiz .ill02{
	z-index: 3;
	position: absolute;
	background-image: url(../images/quiz_ill02.png);
	background-repeat: no-repeat;
	width: 193px;
	height: 342px;
	right: 300px;
	bottom: -100px;
	background-size: contain;
}
#quiz .quizBox{
	background-image: url(../images/quizbg.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 357px;
	background-size: contain;
	padding: 70px 100px;
	margin: 0 auto;
}
.quizBox h3{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	z-index: 4;
}
.quizBox .btn{
	margin-top: 15px;
	position: relative;
	z-index: 4;
	margin-bottom: 0;
}
.quizBox .btn-wrong{
	background-color: #dd6c58;
	box-shadow: 0px 5px #c5604e;
	width: 35%;
}
.quizBox .btn-wrong:hover, .active.quizBox .btn-wrong, .quizBox .btn-wrong:active, .quizBox .btn-wrong:focus {
	color: #FFF;
	background-color: #ea735f;
	box-shadow: 0px 4px #c5604e;
}
.quizBox .btn-right {
	background-color: #68a483;
	box-shadow: 0px 5px #588a6f;
	width: 35%;
}
.quizBox .btn-right:hover, .active.quizBox .btn-right, .quizBox .btn-right:active, .quizBox .btn-right:focus {
	color: #FFF;
	background-color: #6faf8c;
	box-shadow: 0px 4px #588a6f;
}
.quizBox ul li{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 17px;
	line-height: 1.6;
	padding: 5px 0;
	z-index: 4;
	position: relative;	
	color: #757575;
}
/* ==========================================================================
county 地方
========================================================================== */
#county {
	position: relative;
	background-image: url(../images/bg_4.png);
	color: #FFF;
}
#county:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-65px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#county:after{
	content: '';
	z-index: 3;
	position: absolute;
	right: 300px;
	bottom:-65px;
	width: 500px;
	height: 264px;
	background-image: url(../images/county_ill01.png);
	background-size: contain;
}
.cityall li:nth-child(odd) .cityBox{
	background-color: #ffcf77;
	color: #373737;
	box-shadow: 0px 7px #357052;
}
.cityall li:nth-child(even) .cityBox{
	background-color: #dd6c58;
	color: #FFF;
	box-shadow: 0px 7px #357052;
}
.cityall li {
	text-align: center;
}
.cityall li .cityBox {
	width: 200px;
    height: 200px;
    background-color: inherit;
    border-radius: 50%;
	line-height:200px;
	vertical-align: middle;
	text-align:center;
	font-size: 32px;
	margin: 20px 0;	
}
.cityall li a:hover {
	opacity: 0.7;
}
/* ==========================================================================
modal popup
========================================================================== */
.modal {
    top: 20px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	border-radius: 10px;
	overflow: hidden;
}
.modal-header {
    padding: 20px 20px 5px 20px ;
    border-bottom: none;
	position: relative;
}
.modal-body {
    padding: 5px 20px;
}
.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
}
.modal-header img {
	width: 80px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
	margin: 0;
}
.modal-title {
    line-height: 1.4;
	font-size: 32px;
    text-align: center;
    max-width: 420px;
    margin: 10px auto 0 auto;
	width: 100%;
	font-weight: 600;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
	background-color: #e5e5e5;
}
.modal-footer a {
	color:#e4007f;
}
/* 縣市補助內容 */
.modal-title {
    line-height: 1.4;
    font-size: 32px;
    text-align: center;
    max-width: 420px;
    margin: 0 auto 0 auto;
    width: 100%;
	font-weight: 600;
	color: #373737;
}
.gameBox {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.gameBox .q_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.gameBox dl {
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.gameBox dl dt {
	color: #373737;
	font-size: 22px;
	line-height: 1.4;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dd6c58;
	margin: 5px 0;
}
.gameBox dl dd {
	font-size: 17px;
	line-height: 1.6;
	padding: 0 0 10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4e4e4;
	margin-bottom: 15px;
}
.gameBox dl dd h3{
	font-size: 19px;
	font-weight: 600;
	color: #dd6c58;
	margin-bottom: 0px;
	margin-top: 10px;
}
.gameBox dl dd span {
	background-color: #000;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
	max-width: 200px;
}
.gameBox dl dd + dd {
	padding-top: 10px;
}
.gameBox dl dd:last-child {
	border: none;
}
.gameBox ol {
	margin: 0px 0 5px 20px;
}
.gameBox ol li {
	font-size: 16px;
	line-height: 1.4;
	padding: 3px 0;
	list-style-type: disc;
	color: #373737;
}
.gameBox ol li a{
	text-decoration: underline;
}
.gameBox ol li a:hover{
	color: #fe8383;
	text-decoration: none;
	font-weight: bold;
}
.gameBox ol li i{
	color: #fe8383;
	margin-left: 10px;
}
.gameBox .btn {
	padding: 5px 10px;
	font-size: 13px;
	margin-left: 5px;
	color: #FFF;
}
/* ==========================================================================
national 全國性的共同補助
========================================================================== */
#national {
	background-image: url(../images/bg_3.png);
	position: relative;
}
#national:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-65px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before02.png);
	background-position: center;
	background-size: cover;
}
.panel {
    box-shadow: none;
}
.panel-group .panel-national {
	border: none;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 15px;
}
.panel-national .panel-body {
    padding: 5px 15px;
	border-radius: 0;
}
.panel-national .panel-heading{
	background-color: #dd6c58;
	border-radius: 5px;
}
.panel-national > .panel-heading:hover{
	background-color:#f2f2f2;
	text-decoration: none;
}
a h4.panel-title{
	display:inline-block;
	color: #FFF;
	font-size: 24px;
	text-decoration:none;
}
.panel .open{
	float: right;
	font-size: 24px;
	color: #FFF;
	padding-top: 5px;
}
ul.panel-body li{
	line-height: 1.6;
	padding-left:0px;
	font-weight: 500;
	font-size: 17px;
}
ul.panel-body li h3{
	font-weight: 600;
	position: relative;
	color: #dd6c58;
	font-size: 19px;
	margin-bottom: 0;
}
ul.panel-body li p{
	font-size: 17px;
	margin-bottom: 10px;
}
ul.panel-body ol > li{
	margin-left: 30px;
    list-style-type:disc;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
}
.panel-body a{
	text-decoration: underline;
}
.panel-body a:hover{
	color: #fe8383;
	text-decoration: none;
	font-weight: bold;
}
.pic-baby {
	padding-left: 350px;
}
.listBox {
	padding-right: 150px;
	margin-left: -150px;
}

ul.panel-body .subproject > li{
	list-style-type: disc;
}
/* ==========================================================================
article 延伸閱讀
========================================================================== */
#article {
	position: relative;
    background-image: url(../images/bg_1.png);
}
#article:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    height: 65px;
    background-image: url(../images/before04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#article .container-fluid {
	width: 80%;
}
.articleItem {
    margin: 5px 0;
	background-color: #FFF;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.articleItem .pic {
    overflow: hidden;
}
.articleItem .pic img{
	cursor: pointer;
	transition: all 0.6s;
}
a:hover .articleItem .pic img {
	transform: scale(1.2);
}
.articleItem .caption {
	padding: 15px 5px 15px 8px;
}
.articleItem .caption h2 {
	font-size: 18px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #558f7c;
    padding-left: 8px;
    height: 55px;
}
.articleItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #838383;
}
.articleItem .caption.box_bgv {
    background-color:#558f7c;
	color: #FFF;
	border-left-color: #FFF;
}
.articleItem .caption.box_bgv h2 {
	border-left-color: #FFF;
}
/* ==========================================================================
parents 
========================================================================== */
#parents {
	background-image: url(../images/bg_2.png);
	position: relative;
}
#parents:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-65px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before01.png);
	background-position: center;
	background-size: cover;
}
#parents .ill{
	z-index: 1;
	position: absolute;
	right: 25%;
	top:-65px;
	width: 204px;
	height: 173px;
	background-image: url(../images/parent_ill.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#parents .booksGroup .listItem .pic {padding: 10px;}
#parents .booksGroup .listItem .caption {
    padding: 0 8px 8px;
}
/* ==========================================================================
goods
========================================================================== */
#goods {
	background-image: url(../images/bg_3.png);
	position: relative;
}
#goods:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-65px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before02.png);
	background-position: center;
	background-size: cover;
}
#goods .ill{
	z-index: 1;
	position: absolute;
	left: 30%;
	top:65px;
	width: 149px;
	height: 157px;
	background-image: url(../images/goods_ill.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/* ==========================================================================
member
========================================================================== */
#member {
	background-image: url(../images/bg_4.png);
	position: relative;
	color: #FFF;
}
#member:before{
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top:-65px;
	width: 100%;
	height: 65px;
	background-image: url(../images/before03.png);
	background-position: center;
	background-size: cover;
}
#member h3{
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;	
}
#member p{
	font-size: 18px;
	margin-bottom: 15px;
}
/* ==========================================================================
listItem 電商書單
========================================================================== */
.listItem .book {
	background-color:#ed757e;
	margin-bottom: 10px;	
}
.listItem .book .pic small {
    font-size: 16px;
	margin-left: 2px;
}
#goods .listItem .book {
	background-color:#dd6c58;
}
#goods .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background-color: #FFF;
}
#goods .booksGroup .listItem .caption h3 {
	font-size: 19px;
	height: 50px;
}
.booksGroup .listItem:last-child {
	margin-right: 0;
}
.booksGroup .listItem .pic {
	position: relative;
}
.smallbox .pic img {
	width: 100%;
}
.booksGroup .listItem .pricebox {
	position: relative;
}
.pricebox:after {
	content: "\e90d";
	font-family: 'icomoon';
	font-size: 21px;
    position: absolute;
    right: 8px;
    bottom: 8px;
	color: #FFF;
}
.booksGroup .listItem .pricebox p{
	margin-bottom:0;
	color: #ffff00;
	font-size: 16px;
}
.booksGroup .listItem .pricebox p span{
	color: #FFF;
	text-decoration:line-through;
	margin-left: 5px;
	display:inline-block;
}
.booksGroup .listItem .caption h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 5px;
	overflow: hidden;
	margin-top: 0;
}
.booksGroup .listItem .caption {
	padding: 8px;
}
.booksGroup .listItem .caption p{
	margin-bottom:0;
	color: #fece76;
}
.booksGroup .listItem .caption p b{
	font-size: 30px;
}
.booksGroup .listItem .caption p span{
	color: #fece76;
	text-decoration:line-through;
	margin-left: 10px;
	display:inline-block;
}
#shopping .owl-dot span {
	width: 40px;
    height: 8px;
    margin: 4px;
}
#goods .owl-dot span {
	width: 40px;
    height: 8px;
    margin: 4px;
}
/* ==========================================================================
social-icons 
========================================================================== */
.social-icons {
   margin:8px 20px 0 ;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 5px;
}
.social-icons li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  line-height: 40px;
}
.social-icons li a i{color: #fff; font-size: 24px;}
.social-icons li:nth-child(1){background-color: #3c5b9b;}
.social-icons li:nth-child(2){background-color: #00c300;}
.social-icons li:nth-child(3){background-color: #eb6da0;}
.social-icons li:nth-child(3) a i{ font-size: 27px;}
.social-icons li:hover:nth-child(1),.social-icons li:hover:nth-child(2),.social-icons li:hover:nth-child(3){
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================================================
footer
========================================================================== */
footer {
    padding: 25px 0;
	background-color: #FFF;
	color: #626262;
	position: relative;
	text-align: center;
}
footer p {
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
    text-transform: none;
}
footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
}
.copyright br {display: none;}
/* ==========================================================================
回頁首backtop
========================================================================== */
#back-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10;
}
#back-top a {
	width: 70px;
	height:70px;
	display: block;
	text-align: center;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;transition: 1s;
	background-size: contain;
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1))
}	
/* ==========================================================================
scroll-down-button
========================================================================== */
a.DOWN_BTN {
	padding-top: 50px;
	transition: .5s;
	color: initial;
}
a:hover.DOWN_BTN {
    padding-top: 60px;
}
.DOWN_BTN { 
    position: absolute;
    bottom: 6%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 7vh; 
}
.DOWN_BTN  span {
    position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #373737;
	border-radius: 50px;
	box-sizing: border-box;
}
a.DOWN_BTN span::before {
    position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #373737;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
  @keyframes sdb {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
/* ==========================================================================
Delay
========================================================================== */
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-35s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}