html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


#products {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.flexslider {
	padding:0;
	margin: 50px 0 30px; 
	background: #fff; 
	position: relative; 
	zoom: 1;
}
.error-404 {
    font-size: 100px;
}

.caption {
	font-size: 10px;
	text-align: left;
	line-height: 11px;
	padding: 2px;
}


.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

hr {
	color: #999999;
}

#features {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#features h2 {
	font-size: 36px;
}

#custom {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.text-logo {
	vertical-align: text-bottom;
	font-size: 18px;
	font-weight: bold;
}
#footer   {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	padding-top: 5px;
}

.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#pagination a,
#pagination span {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 7px 10px 6px 10px;
	font-size: 12px;
	line-height:12px;
	color: #CCCCCC;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
	background: #333;
	color: #333333;
	font-weight: bold;
}


@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

.flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
}	
