/*!
 * 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-image: url(../img/body.png);
	background-repeat: repeat-x;
	background-position: top;
}

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

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

	background-color: #2F3338;
}




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

/* Home Page Carousel */

header.carousel {
    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 {
    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%;
    }
}

.jumbotron {
  padding: 30px;
  margin-bottom: 0;
  position: relative;
  background: url('../img-um/photogrid.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color:#fff!important;
}

.dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: #92c7d6;
  background-image: -webkit-radial-gradient(top, circle cover, #5cb85c, #427388 80%);
  background-image: -moz-radial-gradient(top, circle cover, #5cb85c, #427388 80%);
  background-image: -o-radial-gradient(top, circle cover, #5cb85c, #427388 80%);
  background-image: radial-gradient(top, circle cover, #5cb85c, #427388 80%);
 
  opacity: 0.9;
  filter: alpha(opacity=90);
}


.dark-mask-l{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: #92c7d6;
  background-image: -webkit-radial-gradient(top, circle cover, #427388, #5cb85c 90%);
  background-image: -moz-radial-gradient(top, circle cover, #427388, #5cb85c 90%);
  background-image: -o-radial-gradient(top, circle cover, #427388, #5cb85c 9%);
  background-image: radial-gradient(top, circle cover, #427388, #5cb85c 90%);
 
  opacity: 0.9;
  filter: alpha(opacity=90); 
}


.showcase .item {
  text-align: center;
}
.showcase .item .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #fff;
}
.showcase .item h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 16px;
}
.showcase .item h4 span {
  font-weight: bold;
  font-size: 21px;
}

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #609e82;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #6ece26;
        border-radius: 0px;
        color: #6ece26;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 0px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #66ae77;
    color: #fff;
}

#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #6ece26;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */
#feature
    {
       
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #6ece26;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #6ece26;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */