html,
body {
    height: 100%;
	background:#f0f0f0;
	
}

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

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

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

/* Home Page Carousel */

header.carousel {
    height:326px;
	margin-top:64px;
}

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: 5px 0;
}*/


.footer_inverse
{background-color:#2b252c;
width:100%;
min-height:40px;
}

.wrap-cont {
    margin: 0;
    min-height:11em;
	padding: 0 10px;
}
.wraper-title {
    margin: 0;
    
	
}

.wraper-title a {
    margin: 0;
    min-height: 7em;
	text-decoration:none;
	color:#000;
	font-family: 'square721_btroman';
	font-size:15px;
	
}
.wraper-info {
    margin: 0;
    min-height: 5em;
	text-decoration:none;
	color:#5f5f5f;
	font-family: 'square721_btroman';
	font-size:13px;
	
}
.wraper-bottom {
     margin: 18px 0 0;
    min-height: 2em;
	color:#ff082b;
	
}

.wraper-bottom  a {
     
	color:#ff082b;
	
}

.page-footer{
    color: #606060;
    margin: 20px 0 0px 0;
    padding-bottom:0px;
    text-align:center;
    text-transform:capitalize;
	line-height:30px;
	font-family: "square721_btroman";
	font-size:13px;
}

.headline {
    /*border-bottom: 1px dotted #e4e9f0;
	 margin: 10px 0 25px;*/
    display: block;
   
}
 .headline h2 {
	 font-size:14px;

}
.link-list li {
   
}

.link-list li:first-child {
    border-top: medium none !important;
}

.link-list a {
    color: #eee;
}

.link-list a {
    color: #5c5c5c;
    display: inline-block;
    font-size: 14px;
    padding: 6px 0;
    text-transform:capitalize;
	font-family: "square721_btroman";
	text-decoration:none;
}
.container-inner{
	background:#fff;
	border:1px solid #c4c4c4;
	padding:20px;
	border-radius:3px;
}

.m01{margin-left:0px;
margin-right:0px;
background:#000;
}

.m02{margin-left:0px;
margin-right:0px;
background:#031941;
}

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