/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
@font-face { font-family: 'S-CoreDream-5Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal; }

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

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

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

.event-btn {margin: 50px 0;}
.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */
/*
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
*/
.navbar {
    min-height: 80px;
}

.navbar-inverse {
    background-color: #ffffff;
    border:1px solid #ddd;;box-shadow:4px 5px 4px rgba(0, 0, 0, .1);
} /* background-image: url('/img/topbg.gif'); background-position: center top; background-repeat: no-repeat;*/

.foobar {
    min-height: 80px;
}

.foobar-inverse {
    background-color: #5f70f2;
    border-color: #080808;
}

header.carousel {
    height: 455px; margin-top: 35px;
}

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

.carousel-indicators {
    /* position: absolute; */
    position: relative;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.page-header1 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #eee;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff; color:#fff;
}

/* 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 */
.tbl_web{display:block;}
.tbl_mob{display:none;}
.tbl_p{display:block;}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    
    header.carousel {
        height: 70%;
    }
    
    .tbl_web{display:block;}
    .tbl_mob{display:none;}
    .tbl_p{display:block;}
    
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 200px;
    }
    
    .tbl_web{display:none;}
    .tbl_mob{display:block;}
    .tbl_p{display:none;}
}