
/* timeline blocks */

.timeline {
  background: url(../img/timeline.gif) 109px 0 repeat-y;
}

.dark .timeline {
  background-image: url(../img/timelinedark.gif);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.timeline-item-date {
  float: left;
  width: 85px;
  margin-top: 31px;
}

.timeline-item-trigger {
  float: left;
  width: 50px;
  text-align: center;
  padding-top: 10px;
}

.timeline-item-content {
  float: left;
  width: 658px;
  margin-left: 15px;
  padding: 15px 30px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.timeline-item-trigger i {
  cursor: pointer;
}

.timeline-item-trigger span i:before {
  width: 12px;
  height: 12px;
}

.timeline-item-trigger span {
  display: block;
  margin-left: 13px;
  height: 15px;
  overflow: hidden;
  margin-top: 21px;
}

.timeline-item-title {
  cursor: pointer;
}

.timeline-item-content h3 {
  font-size: 25px;
  line-height: 30px;
}

.timeline-arrow {
  display: block;
  position: relative;
}

.timeline-arrow i {
  display: block;
  background: #f9f9f9;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 37px;
  left: -6px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  left: 145px;
  z-index: 10;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-45);
}

.timeline-item h4 {
  margin-bottom: 10px;
}


/* ==== Intro ==== */
#intro {
  background: #222 url(../img/intro_bg.jpg) fixed no-repeat center;
  background-size:cover;
  padding-right: 20px;
  padding-left: 20px;
  height: 100%;
  width:100%;
  min-width: 1024px;
}

#intro h2 {
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity:0;
}

.carousel.carousel-fade .active.item {
  opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

/* ==== Intro more button ==== */

#more {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
}

#more a {
  color: #fff;
  font-size: 16px;
}

.delay {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.navp {
    color:#fff !important;
    background-color: #563d7c;
    border-color: #563d7c;
    background-image: url(../img/header-bg.png) !important;
}
.navp .navbar-brand {
    color: #fff !important;
}
.navp .active a,
.navp .active a:hover,
.navp .open a,
.navp .open a:hover {
    color: #fff !important;
    background-color: #463265 !important;
}

.navp a {
    color:#cdbfe3 !important;
}

.navp a:hover {
    color:#fff !important;
}

.intro-sp {
    height:150px;
}

.intro-sp2 {
    height:90px;
}

.intro-img {
    width:235px;
}

.intro-car {
    width:500px;
}
.intro-by {
    text-align: center;
    width: 980px;
    margin: 0 auto;
}

.experience-container {
    margin: 0 auto;
    min-width: 1024px;
    text-align: center;
}
.experience-sp {
    height: 30px;
}
.experience-body {
    margin: 0 auto;
    width: 900px;
}

footer .navp {
    width:100%;
    min-width: 1024px;
}

footer .space {
    height: 30px;
}

footer .body {
    text-align: center;
}
