/* Global Styles */

html,
body {
    height: 100%;
}

body {
    
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

.carousel {
    xheight: 50%;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 600px;
}

.carousel .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.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;
}

/* Footer Styles */

footer {
    margin: 20px 0 20px 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%;
    }
}

.share {
	margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.share ul li:first-child {
	margin-right: 10px;	
}
.share ul li a {
	color: #636363;
	text-decoration: none;
}
.share ul li a:hover {
	/*color: #3b6cb4;*/
}
.share ul li i {
	margin-right: 5px;
}