/*!
 * 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 {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.h1 {
    margin-top: 0px;      
}

.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 {
    font-size: 10px;
    margin-bottom: 10px;
}

footer img {
    margin-left: 10px;   
}

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

#menu {
	margin-top: -50px;
	color: #fff;
}

#brand {
	color: #fff;
}

.navbar-inner {
    background-color:rgba(0,0,0,0.5);
}

.navbar .nav > li > a {
    color:  #fff;
	font-weight: 400;
}

.navbar .nav > li > a:hover {
    color:  #ddd;
}

.logo {
	margin-right: 10px;
}

.title {
	font-weight: 700;
}

.red {
	color: #ed1d2e;
}

.blue {
	color: #303192;	
}

.button {
    margin-top: 15px;
    margin-bottom: 15px;
}

h3 {
    margin-top: 0px;
}

.link {
    font-size: 10px;
}

.gallery {
    text-align: center;
}

.sponsor {
    z-index: 100;
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: auto;
    height: 200px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.sponsor h1 {
    color: #e87511;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}

.sponsor .info {
    background-color: #e87511;
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 80px;
    width: 210px;
    font-size: 12px;    
}

.sponsor .info:hover {
    background-color: #52006a;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #e87511;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
    font-size: 1.1em;
}

#kika {
	font-size: 12px;
}

.btn-sponsor {
    color: #fff;
    background-color: #52006a;
    border-color: #52006a;
}
.btn-sponsor:hover,
.btn-sponsor:focus,
.btn-sponsor.focus,
.btn-sponsor:active,
.btn-sponsor.active,
.open > .dropdown-toggle.btn-sponsor {
    color: #fff;
    background-color: #660084;
    border-color: #52006a;
}
.btn-sponsor:active,
.btn-sponsor.active,
.open > .dropdown-toggle.btn-sponsor {
    background-image: none;
}

.close {
    color: #fff;
}