/*!
 * 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%;
}

body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

/* 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;
}

/* 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%;
    }
}


.nav>li>a {
	color:black;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color:#009c45; /*green */
}

.footerlink {
	color:black;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}

.footerlink:hover {
	color:#009c45; /*green */
}

.nav>li>a.active {
	color:#009c45; /*green */
}
.top-number {color:#000;font-size:36px;text-align:right;margin-top:5px;padding-top:0px;}

@media (max-width:767px) {
	.top-number {text-align:left;font-size:20px;}
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #009c45;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
.icon-bar {background-color:#fff;}

.btn-orange {
    color: #fff;
    background: rgba(255,129,61,1);
background: -moz-linear-gradient(top, rgba(255,129,61,1) 39%, rgba(207,91,28,1) 74%, rgba(181,70,10,1) 93%, rgba(171,62,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(39%, rgba(255,129,61,1)), color-stop(74%, rgba(207,91,28,1)), color-stop(93%, rgba(181,70,10,1)), color-stop(100%, rgba(171,62,3,1)));
background: -webkit-linear-gradient(top, rgba(255,129,61,1) 39%, rgba(207,91,28,1) 74%, rgba(181,70,10,1) 93%, rgba(171,62,3,1) 100%);
background: -o-linear-gradient(top, rgba(255,129,61,1) 39%, rgba(207,91,28,1) 74%, rgba(181,70,10,1) 93%, rgba(171,62,3,1) 100%);
background: -ms-linear-gradient(top, rgba(255,129,61,1) 39%, rgba(207,91,28,1) 74%, rgba(181,70,10,1) 93%, rgba(171,62,3,1) 100%);
background: linear-gradient(to bottom, rgba(255,129,61,1) 39%, rgba(207,91,28,1) 74%, rgba(181,70,10,1) 93%, rgba(171,62,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff813d', endColorstr='#ab3e03', GradientType=0 );
	transition: all 0.5s ease;
	border-radius:2px;
	border:none;
	padding:10px 25px;
	font-weight:500;
	
}

.btn-orange:hover {
    color: white;
    opacity:.5;
	transition: all 0.5s ease;
}

.promo {background:#000;color:#fff;text-align:center;margin:7px 0;transition: all 0.5s ease;}
.promo:hover {background:#a1a1a1;transition: all 0.5s ease;}


.main-body-wrap {background:url(../img/background.jpg);background-size:cover; background-repeat: no-repeat; background-position: center top;color:#fff;}
.big-phone {color:#f7941e;font-size:36px;margin:0px;padding:0px;text-align:right;}
.formcontainer {background: rgba(240,240,240,1);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(219,219,219,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(219,219,219,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(219,219,219,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(219,219,219,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(219,219,219,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb', GradientType=0 );
padding:20px;color:#fff;border-radius:10px;}

@media (max-width:767px) {
	.big-phone {text-align:center;padding-bottom:20px;}
}
