/*!
 * 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%;
	background-color:#0E7EA9;
	font-size:18px!important;
	
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	color: #CCC;
}

.img-portfolio {
   /* margin-bottom: 30px;*/
	margin-top: 20px;
	margin-bottom: 5px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
	background-color: #6EB2CB;
    height: 50%;
}

@media screen and (orientation: landscape) {

header.carousel {
	background-color: #6EB2CB;
    height: 70%; 
}
}

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 {
	background-color: #1D1D1D;
	padding-bottom:30px;
	padding-top:20px;
	margin-top: 20px;
    /*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%;
    }
	
.row.alinearvertical {
display: block; /* Turn off the flexible box layout */
}
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .row.alinearvertical {
        display: flex;
        align-items: center;
    }
	

}

.boxface{
background-color:#C9ECF5;
border-radius:6px;	
	}
	
	
.help-block{	
	color: #d9db32!important;
}
	
	.go-top {
	position: fixed;
	bottom: 0em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(9, 0, 0, 0.3);
	font-size: 14px;
	padding: 1em;
	display: none;
	border-top:#999 solid 1px;
	border-left:#999 solid 1px;
	
	border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;

}
.go-top:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.6);
}
	