body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #FFF;
}

table { 
  font-family: 微軟正黑體;
  font-size: 1em; 
  width: 100%;
  border: 1px solid #000;
  text-align:center;
  border-collapse:collapse;
} 
td { 
  border:1px solid #FFF;
  padding:5px;
} 

tr:nth-child(even) {
  background: #d3efff;
}
tr:nth-child(odd) {
  background: #f0f8ff;	
}

.modal-body img {
	display: inline;
	width: 100%;
	max-width: 548px;
}

.text-muted {
    color: #333;
}

.text-primary {
    color: #333;
	font-size: 1.1em;
}

.text-primary-b {
    color: #00B5EF;
	font-size: 1em;
}

.special-price {
    color: #ef3065;
	font-size: 1.2em;
    padding: 10px 0;
}

.center {
	text-align: center;
}

.left{
	text-align: left;
}

.modal-btn {
	font-size: 1.5em;
	border-radius: 50px;
	padding: 10px 30px;

}

.bg-white {
	background: #FFF;
	border-radius: 20px;
	padding: 20px 10px;

}

.bottom-text{
  /*margin-top: 80px;*/
	text-align: left;
	color: #FFF;
	margin-left: -18px;
	margin-top: 0px;		
}

.title-02-text{
	margin: 20px 15px 30px -10px;
	text-align: left;
	color: #333;
	font-size: 1.2em;
}

.floating {
	animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@keyframes floating {
    from {transform:translate(0, 0px);}
    65% {transform:translate(0, 12px);}
    to {transform: translate(0, -0px);}    
}
@-webkit-keyframes floating {
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 12px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes floating {
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 12px);}
    to {-moz-transform: translate(0, -0px);}    
}


@media(max-width:767px) {
	
.bottom-text{
	margin-top: 80px;
	text-align: center;
	color: #FFF;
	  }	
	
.title-02-text{
	margin: 10px 15px 0;
	color: #666;
	  }		
	
}



p {
    font-size: 1.135em;
	font-weight: 500;
    line-height: 1.5;
}

p.large {
    font-size: 1.5em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	text-decoration: none;
}

a {
    color: #222222;
}
.quicklinks a {
    color: #00b5ef;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active,
a.active {
  /*color: #00327c;*/
    color: #00b5ef;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-blue {
    background-color: #beecfb;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #00b5ef;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #00b5ef;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #00b5ef;
    background-color: #00b5ef;
}

.btn-primary .badge {
    color: #00b5ef;
    background-color: #fff;
}

.btn-xl {
	margin-top: 50px;
    padding: 10px 30px;
    border-color: #00b5ef;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00b5ef;
    background-color: rgba(255,255,255,0.9);
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #00b5ef;
    color: #fff;
    background-color: #00b5ef;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #00b5ef;
    background-color: #00b5ef;
}

.btn-xl .badge {
    color: #00b5ef;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: rgba(255,255,255,0.8);
}

.navbar-default .navbar-brand {	
  height: auto;
  max-height: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin: 0px;	
	padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #00b5ef;
    background-color: #00b5ef;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00b5ef;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size: 1.125em;
    letter-spacing: 1px;
    color: #222222;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #00b5ef;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #00b5ef;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #00b5ef;
}

@media(min-width:768px) {
    .navbar-default {
		background-color: rgba(255,255,255,0.9);
		max-width: 100%;
        height: auto;
        padding: 25px 0;
        border: 0;
      /*  background-color: transparent;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 50px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #FFF;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.title-01 {
  /*margin-left: -40px;
	margin-top: 80px;*/
	margin-left: -115px;
	margin-top: 130px;	
  }

.title-01 img{
  max-width: 100%;
  height: auto;
  }

.title-01_768 img{
  display: none;
  max-width: 100%;
  height: auto;
  }

.title-02 {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: -20px;
  }

.title-02 img{
  max-width: 100%;
  height: auto;
  }


header {
    text-align: center;
 /* color: #fff;*/
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg?time=20260515);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {

    header .intro-text {
        /*padding-top: 250px;
        padding-bottom: 250px;*/
		min-height: 950px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}


section {
    padding: 80px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.6em;
	color: #00b5ef;
}


section h2.section-heading::after {
    content: '';
    border: 1px solid #00b5ef;
    position: relative;
    width: 50px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}


section h3.section-subheading {
    margin-bottom: 40px;
    text-transform: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
	line-height: 1.3;
 /* font-style: italic;*/
    font-weight: 500;
}

@media(min-width:768px) {
    section {
    padding: 150px 0;
    }
}


#intro {
    text-align: center;
	background-color: #fff;
    background-attachment: scroll;
 /* background-image: url(../img/intro-bg.png);*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro .intro-text {
	min-height: 720px;
    }

.bubble-all-s { 
	display: none;
}	

.bubble-all { 
  	position: relative;
	top: -120px;
	left: -50px;
}

.bubble-1 { 
  	position: absolute;
	z-index:1;
}
.bubble-2 { 
  	position: absolute;
	z-index:2;
}
.bubble-3 { 
  	position: absolute;
	z-index:3;
}
.bubble-4 { 
  	position: absolute;
	z-index:4;
}
.bubble-5 { 
  	position: absolute;
	z-index:5;
}
.bubble-6 { 
  	position: absolute;
	z-index:6;
}


#kit {
    text-align: center;
    color: #00b5ef;
	background-color: #fff;
    background-attachment: scroll;
    background-image: url(../img/kit-bg-blue.jpg); 
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 950px;
}

#way{
    text-align: center;
    color: #00b5ef;
	background-color: #fff;
    background-attachment: scroll;
    background-image: url(../img/way-bg.jpg); 
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 950px;
}

#award {
    text-align: center;
	background-color: #d3efff;	
    background-attachment: scroll;
    background-image: url(../img/award-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 950px;
}

.award-bg {
	    min-height: 600px;
		margin-bottom: 20px;
		background: #FFF;
		text-align: center;
		color: #fff;
		border: 1px solid #EEE;
		border-radius: 20px;
		background-attachment: scroll;
		background-image: url(../img/title_bg.png);
		background-position: top center;
	    background-repeat: no-repeat;

	}

#qa {
    background-attachment: scroll;
	/*background-color: #fff;	*/	
    background-image: url(../img/bg-blue.png);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 900px;
}

#sf {
    background-attachment: scroll;
    background: #FFF;
	min-height: 900px;
}

h2.service-heading {
    margin: 5px 0 10px;
    text-transform: none;
	font-size: 2.2em;
}
h3.service-heading {
    margin: 10px 0 5px;
    text-transform: none;
	font-size: 1.8em;
}


@media(min-width:992px)and (max-width: 1199px) {
	
	.title-01 {
		margin-left: -100px;
		margin-top: 130px;	
	  }	

	.bubble-all { 
		top: -60px;
	}	
	
}

@media(max-width:991px) {
	
	.bubble-all-s { 
		display: block;
		top: 60px;
	}		
	
	.bubble-all { 
		display: none;
	}	
	
	#intro {
		text-align: center;
		background-color: #FFF;
		background-attachment: scroll;
	  /*background-image: url(../img/intro-bg-s.png);*/
		background-position: bottom center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
		-o-background-size: contain;
	}	
	
	.bubble-1-s { 
		position: absolute;
		z-index:5;
	}
	.bubble-2-s { 
		position: absolute;
		z-index:4;
	}
	.bubble-3-s { 
		position: absolute;
		z-index:3;
	}
	.bubble-4-s { 
		position: absolute;
		z-index:2;
	}
	.bubble-5-s { 
		position: absolute;
		z-index:5;
	}
	.bubble-6-s { 
		position: absolute;
		z-index:1;
	}
	
	
	
}

@media(max-width:767px) {
	
	
	.btn-xl {
		margin-top: 20px;
		padding: 10px 30px;
	  }	
	
	.title-01 {
		margin-left: 0;
		margin-top: 0;
	  }		
	
	.title-02 {
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 0;
	  }



	header {
		text-align: center;
		color: #fff;
		background-attachment: scroll;
		background-image: url(../img/header-bg-s.png);
		background-position: center center;
		background-repeat: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	
    header .intro-text {
      /*padding-top: 350px;
        padding-bottom: 50px;*/
        padding-top: 200px;
        padding-bottom: 350px;		
    }	
	
	
	#intro {
		text-align: center;
		background-color: #FFF;
		background-attachment: scroll;
	/*  background-image: url(../img/intro-bg-s.png);*/
		background-position: bottom center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
		-o-background-size: contain;
	}	
	
    #intro .intro-text {
        padding-top: 0px;
        padding-bottom: 50px;
		min-height: 600px;		
    }
	
	#kit {
		background-image: none; 
	}

	#way{
		background-image: none; 

	}	

	#award {
		background-image: none;

	}	
		
	
}

#way .way-item {
    right: 0;
    margin: 0 0 15px;
}

#way .way-item .way-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#way .way-item .way-link .way-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #00b5ef;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#way .way-item .way-link .way-hover:hover {
    opacity: 0.8;
}

#way .way-item .way-link .way-hover .way-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#way .way-item .way-link .way-hover .way-hover-content i {
    margin-top: -12px;
}

#way .way-item .way-link .way-hover .way-hover-content h3,
#way .way-item .way-link .way-hover .way-hover-content h4 {
    margin: 0;
}

.kit-caption {	
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 400px;
    text-align: center;
	color: #00b5ef;	
}
.kit-caption h2 {
	font-size: 1.75em;
}

.way-caption {
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 400px;
    text-align: center;
	color: #333;
}

.way-caption h2 {
	font-size: 1.75em;
}


.highlight {
    position: relative;
}
.highlight:before {
	content: "";
	z-index: -1;
	position: absolute;
	height: 0.7em;
	top: 0.6em;
	background-color: #beecfb;
	width: 100%;
}

#way .way-item .way-caption h4 {
    margin: 0;
    text-transform: none;
}

#way .way-item .way-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#way * {
    z-index: 2;
}

@media(min-width:767px) {
    #way .way-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #00b5ef;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#qa {
    background-color: #d3efff;
}

section#qa .section-heading {
    color: #333;
}


section#qa::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#qa:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#qa::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#qa:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#qa .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #1876f3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #00b5ef;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.way-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.way-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2.2em;
	color: #00b5ef;		
}

.way-modal .modal-content p {
    margin-bottom: 30px;
}

.item-intro{
	padding: 10px 0px 20px;
    margin: 0 auto;
	max-width: 400px;
}

.way-modal .modal-content li {
	text-align: left;
	width: 500px;
    font-size: 1.1em;
	line-height: 1.6;
	font-weight: 500;
	text-indent: -1.5em;
	margin-left: 1.5em;	
}

.way-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.way-modal .modal-content img {
   /* margin-bottom: 30px;*/
}

.way-modal .close-modal {
    /*position: absolute;*/
    position: fixed;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    /*transparent;*/
	background-color: #e3e3e3;
    cursor: pointer;    z-index: 100;
}

.way-modal .close-modal:hover {
    opacity: .3;
}

.way-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 50px;
    margin-left: 25px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.way-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 50px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.way-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #00b5ef;
}

::selection {
    text-shadow: none;
    background: #00b5ef;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #00b5ef;
}

.panel-title {
	font-size: 1.2em;
}

.panel-heading h4:hover,
.panel-heading h4:focus,
.panel-heading h4:active,
.panel-heading h4.active {
    color: #00b5ef !important;	
}

.panel-body {
	background-color: #f5f5f5;
}
.panel-heading {
	border-bottom: 1px solid #ddd !important;
}
button.swal2-confirm.swal2-styled {
    background-color: #00B5EF !important;
    font-size: 1.5em;
}