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


/* Bootstrap Overrides */
.navbar-inverse {
background-color: #000;
border-color:#000;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
background-hover:#ccc;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
background-color: #330033;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #ccc;
background-color: transparent;
}

/* Start  */

html, body {
  height: 100%;
}

body {
  padding-top: 0px;
 /* body padding for fixedtop 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: #5da73a;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    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: 50px 0;
}

/* Responsive Styles */

.center{text-align: center;}
.iconx{
	margin-right: 10px;
}
.white{color:#fff;}

.white1{
color:#fff;
text-align:left;
}

.white2{
color:#fff;
margin-bottom: 72px;
}

.purple{background-color: #330033;max-height: 147px;}

.team{align: center;}

.jumbotron {
background: #5da73a;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 16px;
}
.left1 {
	text-align:left;
}

.mid{margin: 0 auto;}

.socialicons{font-size: 50px;
padding-left: 5px;
padding-right: 5px;}

.spacer{margin-top: 20px;margin-bottom: 10px;}

.container-fixed{margin:0 auto; max-width: 960px;}