/*General Styles*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
  background-color: #eee;
}
.container .text-muted {
  margin: 20px 0;
}

.panel-shadow {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.panel-shadow:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-padding {
	padding: 5px;
}

/*Parallax Effect*/
.parallax-window {
		min-height: 225px;
		background: transparent;
	}

/*Footer*/
.footer {
  bottom: 0;
  width: 100%;
  background-color: #222;
}

.footer p {
  margin: 20px 0;
}

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

.footer-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #111;
}

.footer-fixed p {
	margin: 20px 0;
}

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

/*Navbar*/
#main-navbar {
z-index: 0;
margin-bottom: 0px;
background-color:  transparent;
border-bottom: 0px; 
}
#main-navbar a {
  color: #fff;
}


/*Light Slider Styles*/
ul{
	list-style: none outside none;
    padding-left: 0;
}
#lightSlider li p.lightSlider-caption{
    background-color: #000;
    color: #fff;
    padding: 5px;
}


/*Responsive Video Embed Styles*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Pricing Table*/
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 20px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

/*==========  Media-Queries  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-collapse, .navbar-form {
        border-color: #101010;
        box-shadow: inset 0 0 15px rgba(0,0,0,0.8);
        background-color: #222;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}