/*!
 * 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 */

a { outline: 0; }
a::focus {outline:none;}
a::-moz-focus-inner {border:0; border-color: transparent;}
a:hover, a:active, a:focus {
   outline: 0;
}

html,
body {
    height: 100%;
}

body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00aeef;
	font-size: 14px;
	padding-top: 50px; 
}

h4 {
	line-height:normal;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.body-nopadding {
	padding-top:0;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

#myCarousel.carousel {
    height: 50%;
}

#myCarousel.carousel .item,
#myCarousel.carousel .item.active,
#myCarousel.carousel .carousel-inner {
    height: 100%;
}

#myCarousel.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;
}

.well {
	margin-bottom:0;
}

/* Footer Styles */

footer {
    margin: 0 0 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    #myCarousel.carousel .carousel {
        height: 70%;
    }
}

.padding-top-50 {
	padding-top:50px;
}
.padding-top-80 {
	padding-top:80px;
}
.padding-top-100 {
	padding-top:100px;
}
.padding-bottom-50 {
	padding-bottom:50px;
}
.padding-bottom-100 {
	padding-bottom:100px;
}
