/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}
.blue {
	color:#0069aa;
	font-weight: bold;
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
video {
	width:98%;
	padding-left:1%;
	padding-right:1%;
}
video iframe {
	width:100%;
	height: auto;
}
.blue {
	color:#0069aa;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.video-container {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
	float: left;
	width:96%;
	margin-left:2%;
	margin-right:2%;
	}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	}

/* 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;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}
.footerrow {
	width: 100%;
}
.footergrey {
	font-family: 'Montserrat', sans-serif;
	background-color: #222222;
	color: #FFF;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 25px;
	letter-spacing: 1px;
}
.footergrey .whitefont a:link , .footergrey .whitefont a:visited {
	color: #FFF;
	font-size: 11px;
}
.footergrey .greyfont a:link , .footergrey .greyfont a:visited {
	color: #919191;
	font-size: 9px;
}
.footergrey img:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
}
.footerblue {
	background-color: #0069aa;
	color: #FFF;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 25px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.footerblue a:link , .footerblue a:visited {
	color:#FFF;
	text-decoration: none;
}
.footerblue a:link:hover {
	text-decoration: underline;
}
.topbutton {
	float: right;
	margin-right:2%;
}
.topbutton img:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
}
.fifty {
	width:50%;
	float: left;
	padding-left:1%;
	padding-right:1%;
}
.fiftyleft {
	width:49%;
	margin-right:1%;
	float: left;
}
.fiftyright {
	width:49%;
	margin-left:1%;
	float: left;
	margin-bottom:25px;
}
.fiftyright img {
	width:100%;
	height: auto;
}
.social {
	text-align: right;
	float: right;
}

/* Responsive Styles */

@media(max-width:991px) {
.customer-img,
.img-related {
    margin-bottom: 30px;
    }
.fifty , .fiftyleft , .fiftyright {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	float: left;
}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}