﻿/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html	{
	scroll-behavior: smooth;
}
/*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. */
}
hr	{
	width:65%;
}
.upperalpha	{
	list-style-type: upper-alpha;
}
.loweralpha	{
	list-style-type: lower-alpha;
}
.img-portfolio {
    margin-bottom: 30px;
}
.centerimage	{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.img-hover:hover {
    opacity: 0.8;
}
.credit {
	font-size:x-small;
	text-align:center
}
.agate {
	font-size:x-small;
}
.Border1 { 
	border: 1px black solid;
}
.antispam { 
	display:none;
}

.table-striped>tbody>tr:nth-of-type(odd){background-color:#e2e2e2}
}
.dot-alignment	{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:40%;	
}
/* Nav Text Color */
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cfcdcd;
}

/*Custom button 1*/
.btn-details {
  color: #fff;
  background-color:firebrick;
  border-color: #951b1b;
}
.btn-details:hover,
.btn-details:focus,
.btn-details.focus,
.btn-details:active,
.btn-details.active,
.open > .dropdown-toggle.btn-details {
  color: #fff;
  background-color: #951b1b;
  border-color: #951b1b;
}
.btn-details:active,
.btn-details.active,
.open > .dropdown-toggle.btn-details {
  background-image: none;
}
.btn-details.disabled,
.btn-details[disabled],
fieldset[disabled] .btn-details,
.btn-details.disabled:hover,
.btn-details[disabled]:hover,
fieldset[disabled] .btn-details:hover,
.btn-details.disabled:focus,
.btn-details[disabled]:focus,
fieldset[disabled] .btn-details:focus,
.btn-details.disabled.focus,
.btn-details[disabled].focus,
fieldset[disabled] .btn-details.focus,
.btn-details.disabled:active,
.btn-details[disabled]:active,
fieldset[disabled] .btn-details:active,
.btn-details.disabled.active,
.btn-details[disabled].active,
fieldset[disabled] .btn-details.active {
  background-color:firebrick;
  border-color: #951b1b;
}
.btn-details .badge {
  color:firebrick;
  background-color: #fff;
}

/*Custom button 2*/
.btn-green {
  color: #fff;
  background-color:#007935;
  border-color: #1b5633;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #1b5633;
  border-color: #1b5633;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color:#007935;
  border-color: #1b5633;
}
.btn-green .badge {
  color:#007935;
  background-color: #fff;
}

/* Breadcrumb adjustment */

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: -20px;
  list-style: none;
  background-color: white;
  /*border-radius: 4px;*/
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}


/* Home Page Carousel */

/*header.carousel {
    height: 60%;
}
*/
header.carousel {
    height: 40%;
}

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

/* Header Page Styles */

.page-headerTP {
  padding-bottom: 9px;
  margin: 40px 0 20px;
/*  border-bottom: 1px solid #eee; */
}

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

/* Footer Styles */

footer {
    margin: 50px 0;
    padding:10px 15px 10px 15px;
}
.ftext {
	font-size:small;
	font-weight:bold;
	text-align:center;
}
.linktext {
	font-size:small;
	font-weight:bold;
	text-align:center;
}
.centertext {
	text-align:center;
}

/* 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%;
    }
}