/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

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;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

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

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

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

.infocolor{
	color: #595959;
	font-weight: 600;
}

/* Homepage */
.underslide {
	background-color: #e8e8e8;
	text-align: center;
	line-height: 150%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 400;
	padding: 40px 0 40px 0px;
	color:#444444;
}

.highlight-title1 {
	color: #f2690e;
	font-weight: 600;
	font-size: 24pt;

}

.highlight-title2 {
	color: #f2690e;
	font-weight: 600;
	font-size: 12pt;
	text-transform: uppercase;
}

.supplybutton {
	background-color: #1d3e93;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
}

.supplybutton:hover {
    background-color: #3758ac;
    color: white;
}

.product-links{
	font-weight: 600;
	font-size: 14px;
	color: rgba(55, 55, 55, 0.84);
	text-transform: uppercase;
}

.tabstyle {
	padding: 5px;
	color: red;
}

.ptext{
	line-height: 25px;
}

.cataloglink{
	text-transform: uppercase;
}

.producttitle{
	text-transform: uppercase;
	font-weight: 600;
	color: #444444;
}

.p-brand-details{
	margin-top: 10px;
	font-size:12px;
	line-height: 18px;
}

.linktitle{
	text-transform: uppercase;
	font-weight: 600;
	color: #444444;
}

.linkcolor1{
	color: #010101;
}

.linkcolor1-small{
	color: #010101;
	font-size: 10pt;
}

.linkcolor2{
	color: #a2a2a2;
}

.linkcolor2-small{
	color: #a2a2a2;
	font-size: 10pt;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

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

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

    header.carousel .carousel {
        height: 70%;
    }
}
