/* 
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 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  color: #faa032;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}

h2 {
  font-size: 40px;
}

.navbar{margin-bottom:0px;border-bottom:0px; text-transform:uppercase; font-weight:600; font-size:12px;z-index:10000;}

.navbar li a {
	color:#fff !important;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;	
}

.navbar li a:hover { color:#e2804b !important;}

#selected {color:#e2804b !important;}

#button { height:32px; width:120px; display:block; line-height:32px; color:#fff; background:#e8995a; box-shadow:0px 4px 0px 0px #e2804b; 
			margin:0px auto;
			text-align:center;
			text-transform:uppercase;
			text-decoration:none;
			font-weight:600;
			font-size:1em;
			border:none;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			-webkit-transition: color .4s ease-out; /* Saf3.2+, Chrome */
			-moz-transition: color .4s ease-out; /* Firefox 4+ */
			-ms-transition: color .4s ease-out; /* IE10+ */
			-o-transition: color .4s ease-out; /* Opera 10.5+ */
			transition: color .4s ease-out;
}

#button:hover , #button:focus { color:#fed0ab; }

.left {	margin:0px !important; }

.col-lg-4 p { text-align:center; padding:0px 30px;}
.col-lg-4 h3 { text-align:center; text-transform:uppercase; color:#e8995a;}
.promo img { width:150px; height:150px; }

.recent-projects { background:url(../images/bg-content.jpg); padding:0px !important;}

.row-2 {
  background: #fff;
  padding: 14px 0;
}
.row-2 {
	background:#eee;
	text-align:center;
	border-bottom:2px dashed #ccc;
	font-style:italic;}
.row-2 h3 {
	margin:10px 0;
	font-style:normal;}	

.serv-tabs { margin:0 0 20px 0; }
.serv-tabs a { color:#999999;}
.serv-tabs .active a { color:#faa032 !important;}

/*------ footer ------- */
.footer { background:url(../images/bg-content.jpg);  padding:0px !important; }
.footer p { color:#faa032; padding:20px 0 0 0; }
.footer a { color:#faa032;  margin:20px 0; }
.footer a:hover { color:#faa032; text-decoration:none; }

/*--- footer end ------*/

.social-icons {
  list-style:none outside none;
  overflow: hidden;
  padding:0px !important;
  margin:0px !important;
}

.social-icons a {
	width: 30px;
	height: 30px;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.social-icons a.icon-1 {
  background-image: url(../images/soc-icon-1.png);
}
.social-icons a.icon-2 {
  background-image: url(../images/soc-icon-2.png);
}
.social-icons a.icon-3 {
  background-image: url(../images/soc-icon-3.png);
}
.social-icons a.icon-4 {
  background-image: url(../images/soc-icon-4.png);
}

.social-icons li {
	float:left;
	margin:0 10px 0 0;
}
.social-icons a:hover {
  background-position: 0 bottom;
}

.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:url(../images/advertising.jpg);
  background-size:100%;
  background-position:0px -600px;;
 /* 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 */
.carousel {
  height: 80%;
}

.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: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}
