/*!
 * 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,
body {
    height: 100%;
	background-color: #006699;
    font-family: 'Roboto', sans-serif;
}

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

body p ,ul, ul li {
	color: #fff;
}

body a {color: #fff;} 
body a:hover {color: #0000ff; font-weight: bold;}

.img-portfolio {
    margin-bottom: 30px;
}

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

.red  {color:#ff0000; font-weight: bold;}
.blue {color:#0000ff; font-weight: bold;}
.black {color:#333; font-weight: bold;}
.yellow {color:#fff000; font-weight: bold;}
.white {color:#ffffff; font-weight: bold;}
.yl {color:#ffbf00; font-weight: bold;}
.yl2 {color:#ffbf00}


/* Home Page Carousel */

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

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: 20px 0;
}

footer .container1 {
  position: relative;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
  box-sizing:border-box;
  background-color:#000;
}  

footer p {
	color: #fff;
	margin-top:10px;
}

.contact-wthree-left iframe {
    width: 100%;
    min-height: 19.9em;
    border: none;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	footer .container1 {
		width: auto;	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	footer .container1 {
		width: auto;
	}
}

@media(max-width:600px){
    .contact-wthree-left iframe { 
    min-height: 13em; 
    }	
}

@media(max-width:414px){
	.contact-wthree-left {
    padding: 0;
	}
}

@media(max-width:384px){
	.contact-wthree-left iframe {
    min-height: 10em;
	}
}	
	