/* ==懸浮按鈕=========== */
#PastLink {
	
    width: 120px;
    height: auto;
    position: fixed;
	right: 1%;
	bottom: 5%;
	z-index: 9999;    
}

#PastLink ul.PL{
    width:  100%;
    height: auto;
    display: block;
    list-style-type: none;
}
	
#PastLink li.PL1 a{
    display: block;
    width:  100%;
    height: 0;
	padding-bottom: 125%;
	background-size: cover;
    background-image: url("pastLink1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-indent: -9999999px;
}
#PastLink li.PL2 a{
    display: block;
    width:  100%;
    height: 0;
	padding-bottom: 125%;
	background-size: cover;
    background-image: url("pastLink2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-indent: -9999999px;
}

#PastLink li.PL1 a:hover{    
     transform: scale(1.2);
}
#PastLink li.PL2 a:hover{    
     transform: scale(1.2);
}

@media screen and (max-width: 736px) {
      #PastLink {
        display: none;
          
    }

    #PastLink ul.PL{
        width:  100%;
        height: 100%;
    }

    #PastLink li.PL1 a{
        background-image: none;
        width:  100%;
        height: 34px;
        padding: 1%;
		text-indent: 0;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 22px;
        line-height: 40px;
        background-color:#bb1420;
		font-weight: bolder;
        margin-left: -8px
		}

    #PastLink li.PL1 a:hover{    
         transform: scale(1);
    }

}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding: 20px;
}
.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
 background-image: linear-gradient(45deg, #5C2129 , #943C47 , #CC5765 , #E0827B , #F5ADA1 ); 


}


.section-title p {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #4e4039;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 2560px) {
   .pc-none {
 display: none;
      } 
    .myfooter {
	display: none;
}

}
  @media (max-width: 767px) {
   .m-none {
 display: none;
      } 
     .bbb {
          display: none;
      }
      .myfooter {
  width: 100%;
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  height: 65px;
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);
  box-shadow: 0px 0px 36px rgba(220, 62, 126, 0.25);
  border-top: 2px solid transparent;
   text-align: center;
      padding-top: 14px;
     
}
   .myfooter a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 8px 0;
  text-decoration: none;
    
}
   .myfooter a:hover {

  text-decoration: underline;
    
}
      .section-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
 background-image: linear-gradient(45deg, #5C2129 , #943C47 , #CC5765 , #E0827B , #F5ADA1 ); 


}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* ==電腦版=========== */

.nav-item {
    font-size: 20px;
    font-weight: 400;
    margin: 12px;
    font-weight: 700;
}

#TOP{
	width:100%;
	height:70px;
	background-color:#fff;
    position: fixed;
    top: 0;
    z-index: 99999;
}

#LOGO {
	width:200px;
	height:40px;
	background-image: url("logo.png");
	background-size:cover;
	margin-left:45px;
    margin-top: 15px;
	float: left;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='LOGO.png',
    sizingMethod='scale');
}

#LOGO a{
    display: block;
    width:200px;
	height:40px;
    margin-left:45px;
    margin-top: 15px;
}

#BTN{
	float: right;
	margin-right: 45px;
}

#BTN a{
	color: #323d47;
	line-height: 70px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 736px) {
    
    .nav-item {
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0 0 12px;
}
	
	html, body{
		min-width: 320px;	}
	
	body:before {
		content: "";
		background-image: inherit; 
        position: fixed; 
        right: 0;
		bottom: 0;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover; 
        background-size: cover;
        z-index: -1;
	}

    #TOP{ height:50px; }
	#LOGO{ width:150px; height:30px; margin-left:20px; margin-top: 10px; }
    #LOGO a{ width:150px; height:30px; margin-left:0; margin-top: 0; }
    
	#BTN{
		margin-right: 20px;
	}

	#BTN a{
		line-height: 50px;
	}
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
    width: 200px;
  max-height: 50px;
  margin-left: 20px;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 55vh;
  background: url(hero-bg.png) top center no-repeat;
  background-size: cover;
    padding-top: 15px;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .hero-img img {
  width: 92%;
	height: 92%;
	object-fit: cover;
}


.hero .download-btn {
  color: #ffffff;
  background: #0b529c;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 30px 10px 30px;
  border-radius: 30px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero .download-btn+.download-btn {
  margin-left: 20px;
}

.hero .download-btn:hover {
  background: #ffffff;
  color: #0b529c;
}

.hero .download-btn i {
  font-size: 16px;
  line-height: 0;
  margin-right: 8px;
}


@media (max-width: 991px) {
  .hero {
    height: auto;
      
    padding: 0px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
      
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
      
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 90%;
      
  }
      .hero .download-btn {
    font-size: 14px;
    padding: 8px 20px 10px 20px;
  }
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  z-index: 1;
    width: 100%;
    text-align: center;
    border: solid 2px #106eea;
    

}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}


.featured-services .title {
  font-weight: 700;

  font-size: 22px;
}
.featured-services .title a {
  color: #106eea;
    text-decoration: none;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
  @media (max-width: 767px) {
.featured-services .icon-box {
  padding: 10px 16px;


}
.featured-services .title {
  font-weight: 700;
  font-size: 15px;
}
}

/*--------------------------------------------------------------
# Features Cards Section
--------------------------------------------------------------*/
.features-cards {
 background-color: #f9f7f3;
}

.features-cards .feature-box {
  height: 100%;
  padding: 10px;
  border-radius: 10px;
    text-align: center;
}

.features-cards .feature-box img {
  display: inline-block;
  margin-bottom: 20px;

}
.features-cards h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 50px 30px;
    text-align: center;
    color: #333333;

}
.features-cards .feature-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px;
    text-align: justify;
}

.features-cards .feature-box.orange {
  background-image: linear-gradient(-225deg, #ffffff 0%, #b2f7ef 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.features-cards .feature-box.blue {
  background-image: linear-gradient(-225deg, #ffffff 0%, #fad2e1 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.features-cards .feature-box.green {
  background-image: linear-gradient(-225deg, #ffffff 0%, #a2d6f9 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.features-cards .feature-box.red {
  background-image: linear-gradient(-225deg, #ffffff 0%, #ffd89d 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.features-cards .feature-box.pink {
  background-image: linear-gradient(-225deg, #ffffff 0%, #dacceb 100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.features-cards h3 {
  color: #05143D;

  font-size: 18px;
    line-height: 36px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
    margin-left: 30px;
    text-align: justify;
}

  @media (max-width: 767px) {
  
.features-cards h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px;
    text-align: center;
    color: #333333;

}
      .features-cards h3 {
  color: #05143D;

  font-size: 16px;
    line-height: 36px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
    margin-left: 30px;
}
      .features-cards .feature-box h4 {
  font-size: 16px;

}
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
#values {

        background-position: top center;
    position: relative;

}

.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values h1 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
padding: 12px 0;
    margin: 0 auto;
}

.values h5 {
  font-size: 18px;
    line-height: 34px;
  color: #000;
  margin-bottom: 18px;
    margin: 0 auto;
}

.values h5 span {
  font-size: 16px;
    line-height: 30px;
  color: #707070;
  margin-bottom: 18px;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}
.values .download-btn {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  padding: 12px 42px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
    border: solid 2px #5777ba;
}

.values .download-btn:hover {
  background: #5777ba;
}


.values .download-btn + .download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {

  .values .download-btn + .download-btn {
    margin: 0 10px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.navbar-nav .nav-link:hover {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}


/*--------------------------------------------------------------
# 表格
--------------------------------------------------------------*/
.comparison {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
}
.comparison h2 {
    font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  background-image: linear-gradient(to right, #005C97 0%, #363795  51%, #005C97  100%);
   border-radius: 50px;
    padding: 12px;

}

.comparison h2 span {
  font-size: 30px;
    font-weight: 700;
}
.comparison h2:hover {
   
   border: solid 3px #fff;
       box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;


}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #636363;
  font-size: 16px;
    text-align: center;

}



.comparison .compare-row {
  background: #F7F7F7;
}

.fa-check {
  color: #69C7F1;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}

.comparison .product,
.comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .product {
  background: #69C7F1;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #808080;
}

.comparison .price-now span {
  font-size: 36px;
  color: #545454;
}

.comparison .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.comparison .price-buy {
  background: #EC671A;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.comparison .price-buy:hover {
  background: #E84D00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .comparison .price-now span {
    font-size: 32px;
  }
  .comparison .price-now p {
    display: block;
  }
}


/*--------------------------------------------------------------
# mm
--------------------------------------------------------------*/
.mm {

}
.mm ul {


    text-align: justify;
}

.mm li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    
}


table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 18px;
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 10px 20px;
}

th {
  background-color: rgb(235,235,235);
}

td {
  text-align: left;
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}

caption {
  padding: 10px;
}


  @media (max-width: 767px) {
table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 14px;
}
      td, th {
  border: 1px solid rgb(190,190,190);
  padding: 4px 2px;
}
}

.mm h3 {
    font-weight: 600;
    font-size: 30px;
    border-bottom: 2px solid #F7A424;
   display: inline-block;
    margin: 50px 0 0;

}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
#slider {

        background-position: top center;
    position: relative;
    background-image: url(values-bg.png);
    background-repeat: no-repeat;
    background-size:contain;
}
.slider-container {

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slider {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 20px;
  text-align: center;

  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  overflow-x: hidden;
  position: relative;

}

.slide:nth-of-type(even) {
  
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;

  transform-origin: center center;
  transform: scale(1);
}

.slide__text {
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.slide__text p {
    display: inline-block;
  padding: 4px 26px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  transition: 0.3s;
  background-color: #c2c2c2;
}

.slide__text a {
  display: block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 18px;

  font-weight: 600;


}

.slide img {
  width: 300px;
}

.slide a {
  background: none;
  border: none;
}

a.slide__prev,
.slider::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 5%;
}

a.slide__next,
.slider::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 48%;
  width: 35px;
  height: 35px;
  border: solid black;
  border-width: 0 4px 4px 0;
  padding: 3px;
  box-sizing: border-box;
}

.slider::before,
.slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.slider__navlink {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px;
}


.step-btn {
    text-decoration: none;
      appearance: button;
  background-color: #4D4AE8;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
 
  border-radius: 50px;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset,rgba(46, 54, 80, 0.075) 0 1px 1px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  margin: 12px;
  padding: 10px 50px;
  text-align: center;
  text-transform: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/

.faq {
  padding: 10px 40px;
  text-align: center;
  border-radius: 10px;

}

.faq__title {
  text-transform: uppercase;
  color: #8b7197;
}

details {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 30px;
  margin-block: 30px;
    font-size: 18px;
    border: solid 1px #943C47;

}

.faq summary,p,li {
  text-align: left;
}

.faq p {
    margin-top: 16px;
    padding-left: 16px;
}

summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
     font-size: 18px;
    font-weight: 700;
    color: #943C47;

}

summary::marker {
  color: #8b7197;
  font-size: 18px;
}


/*--------------------------------------------------------------
# note
--------------------------------------------------------------*/
.note {
 background: #f1f0f0;
   

}
.note h1 {
    font-weight: 600;
    font-size: 20px;



}

.note h3 {
    font-weight: 600;
    font-size: 22px;
   display: inline-block;
    margin-bottom: 14px;

}

.note ul {

list-style-type: decimal;

}

.note li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
     text-align: justify;
    
}
.note ol {

list-style-type: square;
}
/*--------------------------------------------------------------
CIS
--------------------------------------------------------------*/
.cis{
	font-size:0.5em;
	color:#dededd;
	padding-left: 10px;
	padding-bottom: 10px;
     background: #f1f0f0;
}
@media screen and (max-width: 736px) {
    .cis{
		font-size:0.5em;
		color:#dededd;
		padding-left: 2%;
		padding-bottom: 0;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  height: 60px;
  color: #fff;
  line-height: .7vw;
  clear: both;
  background-size: 100%;
    background-color: #ff0a00;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 18px;
    margin: 0px auto;
    background-size: cover;
      height: 220px;


  }

  footer span {
    display: block;
    text-indent: -99999px;
    height: 7px;
  }
}




/* Modal
 * =============================== */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    overflow: auto;


}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
    
}
.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #fa3f6f;
}


