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

body, h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
}

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

/* Footer Styles */

footer {
    color: #fff;
}

footer .footer-above {
    background-color: #4e530d;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer-below {
    background-color: #303007;
    padding: 25px 0;
}

footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    
}

.contact-us li i {
    margin: 4px 0 0;
}

.contact-us {
    line-height: 30px;
}

.spacem{
	line-height: 25px;
}
.btn-social {
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}

.btn-outline {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #fff;
    color: #1c1557;
}

a.copyright, .contact-us a, .btn-social a{
	color: #fff;
}
 .contact-us a:hover, .contact-us a:focus, a.copyright:hover, a.copyright:focus {
	color: #fff;
}


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

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


/* STAR DIVIDER */

.star-divider {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 40px;
    margin-top: 30px;
}
.star-divider-small {
    margin-bottom: 30px !important;
    margin-top: -25px !important;
}
.star-divider-icon {
   /* text-align: center;*/
}
.star-divider-icon i {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100px;
    color: #d7d7d7;
    font-size: 18px;
    padding: 11px;
    position: relative;
    top: 19px;
}

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

a {
    color: #be006a;
    text-decoration: none;
}
a:focus, a:hover {
    color: #be006a;
    text-decoration: underline;
}



#tw-1 ul
{
	margin-bottom: 20px;
    padding-left: 0;	
}
#tw-1 li
{
	background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
#tw-1 p.tweet{
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

#tw-1 a{
	color: #337ab7;
}

#tw-1 p.tweet:before
{
content: '\201C';
}

#tw-1 p.tweet:after
{
content: '\201D';
}

#tw-1 img{
	border:1px solid #;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tw-1 .timePosted::before {
    content: "";
    font-family: "Fontawesome";
    padding-right: 4px;
}

#tw-1 .timePosted {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
}
#tw-1 .timePosted a{
    color: black;
}

#tw-1 .user a span {
    color: black;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}
#tw-1 .user a span[data-scribe="element:name"] { display: none; }.


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