/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  font-size:12px;
  line-height: 20px
}
#footer {
  height: 20px;
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
#arrow_left, #arrow_right {
	bottom:100px;
	height:67px;
	position:absolute;
	right:30px;
	width:36px;
	z-index:1000;
}
#arrow_left {
	right:86px;
}

#arrow_left:hover, #arrow_right:hover {
	bottom:100px;
}
#arrow_left:active, #arrow_right:active {
	bottom:100px;
}
.in-slide-content { 
	color:#00adef;
	float:right;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	left: 0;
	margin:0 0 20px 0;
	line-height: 55px;
	padding:0px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	position:absolute;
	bottom: 0px;
	width:100%;
	background: #efefef;
	z-index:9999; /* Show above .gradient */
}
@media (max-width: 768px){
	.in-slide-content { 
		height: auto;
		line-height: 20px;
		margin: 0px;
	}
	#footer2{
		line-height: 20px !important;
		bottom: 0px;
	}
	#footer2{
		position: relative;
		height: auto;
		padding: 5px 0px;
	}
	#footer{
		display: none;
	}

}