/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #bbbbbb;
 /* change this to change the background color of a colored section */
}

.sidebar {
  /*margin-top: 40px;*/
  margin-top: 80px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: auto;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  /*margin: 0px 0;*/  
  bottom: 0px;
  /*right: 40px;*/
  left: 40px;
  /*position: fixed;*/
  padding: 22px;
}
#colored {
    background-color: #bbbbbb;
    width: 100%;
    height: 60px;
    vertical-align: middle; 
    bottom: 0px;
    left: 0px;
    
}

.yellow
{
    color: #e8b204;
}

.panel-natureowned {
	border-color: #0a0a2a;
}
.panel-natureowned > .panel-heading {
	border-color: #0a0a2a; color: white; background-color: #063058;
}


/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 80%;    
 /* increases the carousel height so it looks good on phones */
  }
}


/* about us */
.login-container{
    position: relative;
    width: 100%;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
}

#output{
    position: absolute;
    width: 600px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}


/* custom boostrap.min.css */
.form-horizontal .form-group {
	margin-right: 0px; margin-left: 0px;
}

.container {
	padding-right: 5px; padding-left: 5px; margin-right: auto; margin-left: auto;    
}

.navbar-right > li > a.active {
	color: #ffffff;
    font-weight: bold;
}
.navbar-right > li > a.active:hover {
	color: #ffffff;
    font-weight: bold; 
    background-color: transparent;
}
.navbar-right > li > a.active:focus {
	color: #ffffff;
    font-weight: bold;
    background-color: transparent;
}

.navbar-inverse {
	border-color: rgb(8, 8, 8); 
    background-color: #222140; /*#263350;*/
}

.modal-dialog {
	margin: 10px; width: 400px; position: relative;  
    position: fixed;
    /*top: 200px;*/
    top: 10%;
    left: 25%;
    width: 50%;
    height: 240px; 
    text-align: center;
}

.bs-callout {
	border-width: 1px 1px 1px 5px; border-style: solid; border-color: rgb(238, 238, 238); margin: 20px 0px; padding: 20px; border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0px; margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0px;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout + .bs-callout {
	margin-top: -5px;
}
.bs-callout-danger {
	border-left-color: rgb(217, 83, 79);
}
.bs-callout-danger h4 {
	color: rgb(217, 83, 79);
}
.bs-callout-warning {
	border-left-color: rgb(240, 173, 78);
}
.bs-callout-warning h4 {
	color: rgb(240, 173, 78);
}
.bs-callout-info {
	border-left-color: rgb(91, 192, 222);
}
.bs-callout-info h4 {
	color: rgb(91, 192, 222);
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}