/*
Theme Name: xibov3
Theme URI: http://springsignage.com
Author: Spring Signage
Author URI: http://springsignage.com
Description: 
License: Commercial
Text Domain: xibov3
Tags:

Global reset, etc is provided by bootstrap

*/
#main-logo {
	height: 50px;
}

#footer-icon {
	height: 25px;
	margin-top: 10px;
	position: absolute;
	left: 50%;
}

.navbar {
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.navbar div.clearfix {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-brand {
	padding: 0;
}

.icon-bar {
	background-color: #000;
}

.marketing-page-title {
	background-image: url('img/broken-tvs.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 
    background-size: cover;
	background-color: #000;
	color: #fff;
}

.highlight-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	color: #4183c4;
	border: 1px solid #e5e5e5;
	border-radius: 50px;
	background-color: aliceblue;
}
.highlight-icon i {
	font-size: 32px;
	line-height: 100px;
}

.marketing-feature-row {
	margin-bottom: 55px;
}

.row-even {
	background-color: #eee;
}

.first-row {
	margin-top: 35px;
}

.marketing-feature-row > div.col-md-6 {
	padding: 10px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  top: 20px;
  bottom: auto;	
}

.xibo-cloud {
	background-color: #000;
	background-image: url('img/cloud-back.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 
    background-size: cover;
	color: #fff;
	min-height: 250px;
	text-shadow: 1px 1px 3px #000;
}

.display-counter-container {
	background-color: #000;
	background-image: url('img/broken-tvs.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 
    background-size: cover;
	color: #fff;
	padding: 25px;
}

.display-counter-container h1 {
	font-weight: 100;
	line-height: 70px;
	font-size: 48px;
	text-shadow: 1px 1px 5px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}

div#feature_table {
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
}


/* Images */
.marketing-feature-row img {
	max-height: 300px;
}

/* About page */
#feature_table .y { background: #D2FBD9 !important; }
#feature_table .n { background: #FFD5D6 !important; }
#feature_table .partial-support { background: #FCEBD1 !important; }

.table-head-clients {
	width: 15%;
}

/* Social Bar */
/* Create square icons, white logo on colored background */

#social-bar .fa {
    color: white;
    border-radius: 4px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    min-width: 27px;
    line-height: 27px;
    text-align: center;
}

#secondary #social-bar {
	padding-top: 25px;
}

#social-bar a {
    margin-right: 5px;
    padding: 5px; /* Increase hit rectangle for touch devices */
}

#social-bar a:first-child {
    padding-left: 0;
}

/* Set icon color related to the service */

#social-bar a span {
    margin-left: 5px;
}

#social-bar .fa-rss {
    background: #e5842f;
}

#social-bar .fa-facebook {
    background: #3B5998;
}

#social-bar .fa-twitter {
    background: #00ACED;
}

#social-bar .fa-google-plus {
    background: #E14107;
}

/* Don't underline icon etc. */
#social-bar a:hover {
    text-decoration: none;
}

#social-bar a:hover span {
    text-decoration: underline;
    color: #333333; /* Match icon highlight color */
}

/* Animate mouse hover */
#social-bar a .fa {
   transition: background 0.5s;
}

#social-bar a:hover .fa {
    background: #333333;
    transition: background 0.5s;
}

.list_carousel {
	padding-bottom: 25px;
	padding-top: 25px;
}
.list_carousel img {
	height: 100px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 2px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}