.history-timeline .single-timeline-history .year-box .inner {
    width: 15px;
    height: 15px;
	top: 5px;
}
.history-timeline .single-timeline-history .year-box:before {
  content: '';
  width: 2px;
  height: 60px;
  background: #D2D2D2;
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.history-timeline .single-timeline-history .year-box-start:before {
  content: '';
  width: 0px;
  height: 40px;
  background: #D2D2D2;
  position: absolute;
  bottom: 50px;
  left: 50%;
}
.history-timeline .single-timeline-history .year-box, .history-timeline .single-timeline-history .text-box {
    vertical-align: ;
}

.history-timeline .single-timeline-history .year-box, .history-timeline .single-timeline-history .text-box {
    top: 10px;
}
.history-timeline .single-timeline-history + .single-timeline-history {
    margin-top: 20px;
}
.history-timeline .single-timeline-history .year-box::before {
    -webkit-transform: none;
    transform: none;
}

.about-style-one-content .title .line {
    display: block;
    width: 40px;
    height: 2px;
    background: #C09A76;
    margin-top: 10px;
    margin-bottom: 25px;
}

.about-style-one-content {
    margin-bottom: 25px;
}
.mb-15 {
	margin-bottom: 15px!important;
}

.mb-50 {
	margin-bottom: 50px;
}
.mt-33 {
	margin-top: 33px;
}
.mt-27 {
	margin-top: 27px;
}
.pl-0 {
	padding-left: 0px!important;
}
.gray-bg {
    background: #F9F9F9!important;
}
.black-bg {
    background: #2C2C2C!important;
}
.black-bg::before {
    background: #2C2C2C!important;
}
.gold-text {
    color: #C09A76;
}

.ital {
  font-style: italic;
  color: #C09A76;
}
.white-text {
	color:#FFF!important;
}
.feature-box-wrapper .feature-box-content {
    padding-top: 0px!important;
}
.mt-12 {
    margin-top: 12px;
}
.top-15 {
	top:15px!important;
}
.feature-box-wrapper {
    background: none!important;
}
.feature-box-wrapper .feature-box-content ul.list-box li {
   color: #FFF;
}
.feature-box-wrapper::before {
    content: '';
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .90;
}
.ul-sion {
}
ul.ul-sion li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
ul.ul-sion, ul.ul-sion li {
    list-style: none;
	padding-bottom: 10px;
}
ul.ul-sion li i {
    font-size: 16px;
    color: #C09A76;
    position: absolute;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-top: 13px;
}
.inner-banner {
    background: #191919 url("../img/chalet-dory-pages.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 99px 0;
}
.sec-pad-top {
        padding-top: 100px;
}
.sec-pad-bot {
        padding-bottom: 100px;
}
@media(max-width: 375px){
	
.history-timeline .single-timeline-history .text-box {
    padding-left: 30px;
}

.history-timeline .single-timeline-history .year-box, .history-timeline .single-timeline-history .text-box {
    display: table-cell;
    vertical-align: top;
}
	
.history-timeline .single-timeline-history .year-box {
  position: relative;
}
.history-timeline .single-timeline-history .year-box:before {
  content: '';
  width: 1px;
  height: 200%;
  background: #D2D2D2;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.history-timeline .single-timeline-history .year-box-start:before {
  content: '';
  width: 0px;
  height: 200%;
  background: #D2D2D2;
  position: absolute;
  bottom: 0px;
  left: 50%;
}


}