@charset "utf-8";

/* My CSS Document */

.icon-2x {
    font-size: 2em;
}
.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lip{
	max-width: 99%;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}
.social li, .menu-base li, #gallery-people li, .vevent ul li {
    list-style: none;
}

body {
	font-family: "Microsoft JhengHei", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft JhengHei", Arial, sans-serif;
}

h2 {
    font-size: 32px;
}

.h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

p{
    font-size: 16px;
}

p.nolinehigh{
	line-height:normal;
}

.intro-img .intro-welcome, .intro-img-half .intro-welcome, .intro-slider .intro-welcome, .intro-slider-half .intro-welcome, .intro-video .intro-welcome {
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.sp1{
	max-width:262.5px;
}
.navbar{
    font-size: 24px;
}

.navbar-toggle {
    font-size: 20px;
    color: #c7a76a;
}

p.demo-text {
	font-family: "Microsoft JhengHei", Arial, sans-serif;
	color: #222222;
    font-size: 16px;
}

.impline{
	text-decoration: underline;
}

.yaya{
	float:none;
}

.cf {
  position:relative;
  height:157.63px;
  width:262.5px;
  margin:0 auto;
}

.cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.cf img.top:hover {
  opacity:0;
}

a:hover, a:focus {
    text-decoration: none;
    color: #E4007F;
    outline: none;
}

@keyframes cf3FadeInOut {
0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

.cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 6s;
animation-direction: alternate;
}


.kaka{
	font-family: Helvetica, Arial, sans-serif;
    background-color: #E4007F;
	color:#FFFFFF;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.mobile-view {
	display: inline-block!important;
}

.pc-view {
	display: none !important;
}

.navbar-dark, .navbar-light {
	font-family: "Microsoft JhengHei", Arial, sans-serif;
	background: #FFFFFF;
	border-bottom: none;
}
.navbar-dark .nav li a, .navbar-light .nav li a {
	color: #222222;
	font-size: 18px;
}
.navbar-dark.top-nav-collapse .nav li a{
	color: #222222;
}
.navbar-dark .nav li a:hover, .navbar-light .nav li a:hover, .navbar-dark .nav li a:focus, .navbar-light .nav li a:focus, .navbar-dark .nav li a:active, .navbar-light .nav li a:active {
	color: #E4007F;
}
.navbar-dark.top-nav-collapse .nav li a:hover, .navbar-dark.top-nav-collapse .nav li a:focus, .navbar-dark.top-nav-collapse .nav li a:active{
	color: #E4007F;
}
.navbar-dark.top-nav-collapse {
	background-color: #FFFFFF;
}
.navbar-dark.top-nav-collapse, .navbar-light.top-nav-collapse {
	border-bottom: 0px;
}
.navbar-dark.top-nav-collapse .nav li a:after {
	background: #E4007F;
}
.navbar-dark .nav li.active a, .navbar-light .nav li.active a {
    background-color: transparent;
    color: #E4007F !important;
}

.btn-scroll-dark, .btn-scroll-light {
   font-size: 28px;
    background: transparent;
    height: 59px;
    width: 61px;
    border-radius: 100%;
    line-height: 45px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-scroll-light {
    border: 0px;
}
	

.text-small {
    font-size: 14px;
}

.mt-10 {
    margin-top: 0;
}

.intro-img, .intro-img-half{
	background-color: transparent;
    }

.coolback{
	background-color: transparent;
	background-image: url("assets/img/demo-bgs/demo-bg-1.png");	
    }

#moveleft{
	padding-right: 0;
    padding-top: 0;
}

#coolcolor{
    -webkit-animation: colorchange 6s; 
	animation: colorchange 6s; 
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    @keyframes colorchange
    {
      0%   {background: #3C2C39;}
      20%  {background: #D71E35;}
      30%  {background: #CA2755;}
      40%  {background: #CA1524;}
      50% {background: #C57E7E;}
      60% {background: #C62B5E;}
      70% {background: #E86F84;}
      80% {background: #DF6446;}
      90% {background: #D69189;}
	  100% {background: #3C2C39;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #3C2C39;}
      20%  {background: #D71E35;}
      30%  {background: #CA2755;}
      40%  {background: #CA1524;}
      50% {background: #C57E7E;}
      60% {background: #C62B5E;}
      70% {background: #E86F84;}
      80% {background: #DF6446;}
      90% {background: #D69189;}
	  100% {background: #3C2C39;}
    }


.navbar-dark .nav li a:after, .navbar-light .nav li a:after {
	background: #E4007F;
}
.intro-img .intro-welcome, .intro-img-half .intro-welcome, .intro-slider .intro-welcome, .intro-slider-half .intro-welcome, .intro-video .intro-welcome {
	font-family: "Microsoft JhengHei", Arial, sans-serif;
	margin-bottom: 1rem;
}
/* FontAwesome */
.fa {
font-family: FontAwesome !important;
}

/* Bootstrap*/
.glyphicon{
font-family: *Glyphicons Halflings* !important;
}

.text-primary {
	color: #E4007F;
}

.text-primary2 {
	color: #4BBCB7;
}

.text-primary3 {
	font-size: 3rem;
	letter-spacing: 1px;
}


.pinkcolor{
    color:#E4007F;
}

hr.pink {
	border-top: 6px dotted #E4007F;
	margin-top: 1.6rem;
	margin-bottom:1rem;
	width: 100%;
}
hr.primary {
    border-top: 6px solid #E4007F;
}
.headproduct{
    float:right;
	margin-right: 10rem;
}

.intro-img .intro-body, .intro-video .intro-body {
	top: 50px;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.alwaysgo {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.alwaysgofast {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.alwaysgoquick {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.alwaysgo1 {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

.alwaysgo2 {
	-webkit-animation-delay:2s;
	animation-delay:2s;
}

.alwaysgo3 {
	-webkit-animation-delay:3s;
	animation-delay:3s;
}

.alwaysgo4 {
	-webkit-animation-delay:4s;
	animation-delay:4s;
}
.alwaysgo5 {
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}

.alwaysgo6 {
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aside-overlay, .section-overlay {
    background-color: #E4007F;
}

.pricing-col .pricing-table .content .price {
    border-radius: 0;
    height: 30px;
    width: 120px;
    background: #f5f5f5;
    border-radius: 50px;
    box-shadow: none;
}

.bg-primary {
    background: #E4007F !important;
    color: #f4f5f7 !important;
}

.services-1 .icon {
    background: #E4007F;
}
.services-1 .icon-effect li:hover .icon {
    background: transparent;
    color: #E4007F;
    box-shadow: 0 0 0 4px #E4007F;
}
.services-1 .icon-effect .icon {
    box-shadow: 0 0 0 8px rgba(233, 84, 121, 0.5);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.pricing-col .pricing-table .content .price .period {
    margin-top: 9px;
}
.pricing-col .pricing-table .content .price .amount {
    font-style:normal;
    margin-top: 0px;
    display: inline-block;
}

.footer-1 .lower {
    background-color: #222222;
}

.pricing-col .pricing-table .content .price .period {
    font-style: normal;
    color: gray;
    display: inline-block;
    margin-right: 3px;
}

.pricing-col .pricing-table {
    border: 0;
    background: none;
}

.pricing-col .pricing-table .pricing-heading h2 {
    padding: 20px 0 55px;
    margin: 0;
    /*color: rgba(255, 144, 176, 0.25);*/
    color: gray;
    font-size: 18px;
}

.pricing-col .pricing-table .content .price .amount {
    font-size: 18px;
    line-height: auto;
    font-family: Helvetica, Arial, sans-serif;
}

.yoyo{
margin-top:0;
}


/* Speakers ----------------------------------------------------------*/

#gallery-people {
	display: none !important;
}

#gallery-people2 {
	display: block!important;
}

#gallery-peoplex {
	display: none !important;
}

#gallery-peoplex2 {
	display: block!important;
}

.speakers.image {
    background: url(img/speakers-background.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent;
}

.image-gallery {
	position: relative;
	overflow: hidden;
}
.overlay-info p {
	color: rgba(255,255,255,0.7);
}
.overlay-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 25px 10px 30px;
	width: 100%;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.overlay-info2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 25px 10px 30px;
	width: 100%;
	color: #fff;
	background: -moz-linear-gradient(top, #E4007F 0%, #E4007F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4007F), color-stop(100%, #E4007F));
	background: -webkit-linear-gradient(top, #E4007F 0%, #E4007F 100%);
	background: -o-linear-gradient(top, #E4007F 0%, #E4007F 100%);
	background: -ms-linear-gradient(top, #E4007F 0%, #E4007F 100%);
	background: linear-gradient(to bottom, #E4007F 0%, #E4007F 100%);
}


.image-gallery:hover .data-name {
	-webkit-transform: translate3d(0, -85px, 0);
	transform: translate3d(0, -85px, 0);
	transition: opacity .5s, transform 1s;
	-webkit-transition: -webkit-transform 1s;
}
.image-gallery:hover .data-name h3 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.image-gallery:hover .data-name p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: #fff;
}
.image-gallery .data-name p {
	letter-spacing: 0.4px;
}
.overlay-info .data-name {
	-webkit-transform: translate3d(0, 90px, 0);
	transform: translate3d(0, 90px, 0);
	transition: opacity 1s, transform 1.35s;
}
.overlay-info .data-name h3 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
}
.image-gallery img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 1s;
	transition: opacity 0.35s, transform 1s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	max-width: none;
}
.image-gallery:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.image-gallery .overlay-description {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform 1.0s;
	text-shadow: 1px 1px 5px #000;
}
.image-gallery:hover .overlay-description {
	opacity: 1;
	-webkit-transform: translate3d(0, -85px, 0);
	transform: translate3d(0, -85px, 0);
	transition: opacity 1s, transform 1.35s;
}
.image-gallery .social li i {
	color: rgba(255,255,255,0.5);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	font-size: 26px;
}
.image-gallery:hover .social li i {
	color: rgba(255,255,255,0.9);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}



.image-gallery .social {
    top: -0px;
}


ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-10 {
    margin-top: 10px;
}
.social, .menu-base, #gallery-people, #gallery-people2, #gallery-peoplex, #gallery-peoplex2, .vevent ul {
    padding: 0;
}

ol, ul {
    list-style: none;
}

.carousel-control.left{
background: transparent;
background-color: transparent;
}

.carousel-control.right{
background: transparent;
background-color: transparent;
}

.intro-img, .intro-img-half, .intro-video {
    padding: 0;
}

.heroproduct{
    position:relative;
	margin:0 auto;
	max-width:100%;
}

#gallery-people {
	display: block!important;
}

#gallery-people2 {
	display: none!important;
}
	
#gallery-peoplex {
	display: block!important;
}

#gallery-peoplex2 {
	display: none!important;
}


.btn-scroll-dark, .btn-scroll-light {
    margin-top: -2rem;
}

hr.light {
    border-top: 6px solid #f4f5f7;
    margin-top: 0;
    margin-bottom: 0;
}

.overlay-info {
    padding: 0px 0px 0px 30px;
}
.mimi {
	text-align:left;
	margin-bottom: 3rem;
}

@media (max-device-width: 320px) {
p {
    font-size: 14px;
}
	
h3 {
    font-size: 18px;
}
	
.text-primary3 {
    font-size: 2.5rem;
}	
	
}

@media (min-width: 767px) {
.intro-img .intro-welcome, .intro-slider .intro-welcome, .intro-video .intro-welcome, .intro-img-half .intro-welcome, .intro-slider-half .intro-welcome {
    font-size: 5rem;
}	
.mimi {
	
	text-align:cetner;
}

.overlay-info {
padding: 10px 25px 0px 30px;
}

.image-gallery .social {
    top: -21px;
}
.mt-10 {
    margin-top: 10px;
}

#mydiv{
	padding-left: 6rem;
	padding-right: 8rem;
}
	
.intro-img .intro-body, .intro-video .intro-body {
	top: 90px;
}
	
.intro-img, .intro-img-half, .intro-video {
    padding: 100px 0 50px;
}
	
#moveleft{
	padding-right:22rem;
	padding-top: 7rem;
}
.intro-img .intro-body, .intro-video .intro-body {
	    top: 50px;
}
	
.heroproduct{
    position:absolute;
	right:0;
	bottom:0;
	max-width:36%;
}
	
.mobile-view {
	display: none !important;
}

.pc-view {
	display: inline-block !important;
}
	
hr.light {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
.page-scroll{
    margin-top: 20px;
}
.yoyo{
margin-top:6rem;
}
	
.yaya{
	float:left;
	margin-top: 50%;
}
	
h2 {
    font-size: 36px;
}
.sp1{
	max-width: 220px;
}
}

@media (min-width: 1367px) {
.heroproduct{
    position: absolute;
    right: 5rem;
    bottom: -1rem;
    max-width: 30%;
}
#moveleft{
	padding-right:22rem;
	padding-top: 8rem;
}
.mt-10 {
    margin-top: 40px;
}
.navbar-dark .navbar-brand .logo img,
.navbar-light .navbar-brand .logo img,
.navbar-dark .navbar-brand .logo-collapse img,
.navbar-light .navbar-brand .logo-collapse img {
    max-height: 50px;
    margin: 0;
}

}

.btnx {
	background: rgba(236,42,63,1);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	max-width: 90%;
}

.btnx:hover {
	color: #ffffff;
	background-color:#E4007F;
}


.btnx:active {
	color: #ffffff;
	background-color:#E4007F;
}

.btnx:visited {
	color: #ffffff;
	background-color:#E4007F;
}

.candyred{
	color:rgba(236,42,63,1);
	font-weight:bold;
}

.lala {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2;
}
.lala {
    width: 100%;
    height: 5rem;
    letter-spacing: 2px;
    line-height: 1;
}
.amount{
	display: inline-block;
    font-size: 150%;
    font-family: Helvetica, Arial, sans-serif;
}

.pricing-col .pricing-table .content .price .amount {
    font-size: 150%;
    font-family: Helvetica, Arial, sans-serif;
}

.image-galleryx {
    overflow:visible;
}

.modal-body {
    position: relative;
    /* padding: 15px; */
    padding-left: 15px;
    padding-right: 15px;
}

