@import url(common.css);
@import url(peak/peak1.css);

body { 
   color: #333; 
   font-size: 13px;
   line-height: 1.6;
}

p, 
li,
li a { 
   color: #555;
}

a {
   color: #e74c3c;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #e74c3c;
   text-decoration: underline;
}

/*Boxed Layout*/
.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/bg/bg-light.png) repeat;
}

/*Parallax Counter*/
.parallax-bg {
	background: url(../img/blur/img1.jpg) 50% 0 repeat fixed;		
}

/*Parallax Peak*/
.parallax-peak {
	position: relative;
	padding: 110px 0 80px;
	background: url(../img/bg/peak-bg-5.jpg) top center no-repeat fixed;	
	background-size: cover;	
}

.parallax-peak:after {
	top: 0;
	left: 50%;
	content: " ";
	margin-left: -25px;
	position: absolute;
	border-top: 25px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}

.parallax-peak:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.02);
}

.parallax-peak h1 {
	color: #fff;
	font-size: 53px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 30px;
}

.parallax-peak .counters {
	padding: 20px 0;
	border-bottom: solid 2px #ddd; 
	background: rgba(255,255,255,0.9);
}

.parallax-peak .counters h4,
.parallax-peak .counters span {
	color: #555;
	font-weight: 200;
 	font-family: 'Open Sans', sans-serif;
}

.parallax-peak .counters span {
	font-size: 36px;
}

.parallax-peak .counters h4 {
	font-size: 22px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-peak .counters {
    margin-bottom: 0 !important;
  }
}

/*sub-left-bar*/
.sub-left-bar {
	position: relative;
	width: 100%;
}
@media (min-width:992px){
	.sub-left-bar {
		position: fixed;
		top: 149px;
		width: 215px;
	}
}
@media (min-width:1200px){
	.sub-left-bar {
		width: 265px;
	}
	
}

/*Back To Top*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
}

#topcontrol:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#topcontrol:hover {
  color: #fff;
  background: #e74c3c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}