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

.first-column {
  width: 50%;
  float: left;
}

.second-column {
  width: 50%;
  float: left;
}
.silver {
	color:#929497;
	}
	
	
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.post-body img {
	padding-bottom: 10px;
	padding-top: 10px;
}

.post-body-caption {
	color: #929497;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	display: block;
}

.blog-list-post-body{
	color: #000;
		font-size: 14px;
	line-height: 18px;

}

div.post-body{
	color: #000;
		font-size: 14px;
	line-height: 18px;
}	
	
.blog-list-post-body img {
    max-width: 220px
	!important;
	margin: 5px 20px 15px 0;
    float: left;
}



   

.blog-list-post-body {
    min-height: 200px
	!important;
	
    float: left;
}
   
   
@media screen and (max-width: 480px) {
	.blog-list-post-body img {
    max-width: 100%
	!important;
	margin: 5px 20px 15px 0;
    float: left;
}}

@media screen and (min-width: 481px) {
  #my-content { display: block; }  /* show it on small screens */
    #my-content2 { display: none; }  /* show it on small screens */

}

@media screen and (min-width: 0px) and (max-width: 480px) {
  #my-content { display: none; }   /* hide it elsewhere */
}
 






.gold {
	color: #9B834F;
}
html, body {
  height: 100%;
}

body {
	padding-top: 0px; /* body padding for fixed top nav */
	background-color: #E3E3E3;
}

.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: #e1e1e1;
 /* 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: 50%;
}

.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;
	float: left;
	display: block;
}

.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-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

footer a:link{
	color: #929497;
	font-size: 12px;
}	

footer a:visited{
	color: #929497;
	font-size: 12px;
}	
	
	footer a:hover{
	color: #929497;
	font-size: 12px;
}	
	
	footer a:active{
	color: #929497;
	font-size: 12px;
}	
	
	footer p{
	color: #929497;
	font-size: 12px;
}
/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}




