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

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

p {color:#ffffff;
margin: 0 0 7px;}

@font-face {
	font-family: 'TPro-Regular';
	src: url('../fonts/TPro-Regular.eot');
	src: local('Ã¢ËœÂº'), url('../fonts/TPro-Regular.woff') format('woff'), url('../fonts/TPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


h1 {
    margin: 0 0 15px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}
h2 {
    margin: 0 0 10px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}
h3 {
    margin: 0 0 5px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}
h4 {
    margin: 0 0 15px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}
h5 {
    margin: 0 0 15px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}
h6 {
    margin: 0 0 15px;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #DDDDDD;
}

a {
    color: #669966;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #99cc99
}

ul{
	color: #888888;


}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"TPro-Regular",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.full {
    background: url('../img/mayze-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.full-index {
    background: url('../img/intro-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.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;
}

.container {
  
  
	
}

.thumbnail {
  background-color: transparent;
}

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

.img-no-limit {
    display: block;
    max-width: 80%;
    height: auto;
}


.fb-border-left {
    border-left: 1px solid #eee;
}

.index-space {
    margin:0;
    padding:0;
    height:750px;
}

.index-link {
    padding-top: 20px;
    text-align: center;
}

