/*
Theme Name: Mike Lynch
Theme URI:http://mikelynchadvertising.co.uk
Description: Responsive theme designed for Nepal Rising
Author: Sujan Shrestha
Author URL: www.oftenserious.com
*/

/* 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;
}

/*
Override
*/
.navbar {
	border: 0px;
}

.navbar-inverse {
    border-color: #C0B9B9;
    background-color: rgba(210, 180, 140, 0.5);
	border-top: 5px solid #008D57;
	border-radius: 0;
	z-index: 100;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #FFF;
	background-color: rgb(0, 141, 87);
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	padding-top: 0px;
}

.navbar-nav>li>a {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #333;
	text-decoration: underline;
}

.navbar-inverse .navbar-nav>li>a
{
	font-size: 16px;
} 

.carousel-control {
    top:45%;
  }

  .carousel-control.left, .carousel-control.right {
    background-image: none;
  }

  .carousel-caption {
    top: 20%;
    max-width: 500px;
    left: 10%;
  }
  
  .carousel-caption h2 {
    font-weight: 300;
    color: #FFF;
    text-shadow: 0px 1px 1px #000;
    margin: 30px 0px;
    font-size: 38px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
  }

  .carousel-caption p {
    font-size: 22px;
    color: #FFF;
    text-shadow: 0px 1px 1px #555;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    padding: 1px 10px;
    box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.carousel-indicators li {
	border:1px solid #000;
}

.carousel-indicators .active {
	background-color:#000;
}

.carousel-inner > .item > img {
	min-height:300px;
	width:100%;
}

#slides{
	max-height: 550px !important;
}

.slide-container {
    position: relative;
    width: 50%;
    max-width: 500px;
    left: 90px;
    top: 13%;
    padding: 10px 20px;
}

.slide-container h2 {
	font-weight: 300;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	margin: 30px 0px;
	font-size: 50px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	border-radius:5px;
}

.slide-container-page h1 {
	font-weight: bold;
	color: #EEB500;
	text-shadow: 0px 1px 20px #000;
	margin: 30px 0px;
	font-size: 60px;
	text-align:center;
	padding:16% 0px;
}

.slide-container p {
	font-size: 22px;
    color: #FFF;
    text-shadow: 0px 1px 1px #555;
}

.next, .prev {
  opacity: 0.4;
}

.next:hover, .prev:hover {
  opacity: 1;
}


.contrast {
  background:rgba(0, 0, 0, 0.7) ;
  padding: 1px 10px;
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#owl-demo .item{
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.owl-theme .owl-controls {
  display:none !important;
}

.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lynch-footer{
  background-color: #057E50;
  border-top: 5px solid #EEB500;
  color: #fff;
}

.color-2nd {
  color: #EEB500;
}

.tel-footer{
  font-size: 25px;
}

.text-bold{
  font-weight: bold;
}

.footer-menu a{
  color: #e5e5e5;
}

.separate {
  margin: 0px 10px;
  color: #EEB500;
}

.media-list > li {
  font-weight:bold;
  list-style:inside;
}

#content {
padding-top:5px;padding-bottom:70px;display:table;width:100%;
}

.small-form-height{
  height:70px !important;
}

.navbar-toggle{
	height:35px;
	width:35px;
}

.navbar-toggle .icon-bar {
	margin:0 auto;	
}

.navbar-toggle {
	padding:0px;
}

a[href^=tel]{
	color: inherit;
	text-decoration: none;
}

@media screen and (max-device-width: 1200px) {
	.navbar-nav > li > a{
		padding: 28px 10px;
	}

	.navbar-inverse .navbar-nav > li > a{
		font-size:14px;
	}
}

@media screen and (max-device-width: 992px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size:12px;
	}

	.navbar-nav > li > a {
		padding: 24px 6px;
	}

	#testimonial{
		display:none;
	}
}

@media screen and (max-device-width: 768px) {
	.slide-container{
		width: 70%;
  		left: 50px;
  		top: 13%;
	}

	.slide-container h2{
		  margin: 55px 0px;
  		  font-size: 35px;
	}

	.slide-container p {
		font-size: 18px;
	}

	.carousel-caption {
		top:7%;
		left: 15%;
	}

	.carousel-caption h2 {
		font-size: 22px;
	}

	.carousel-caption p {
		font-size: 14px;
	}

	.navbar {
		min-height:93px;
	}

}

@media screen and (max-device-width: 450px) {
	.tel-footer {
		font-size:16px;
	}
}