/*!
 * 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 */

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: 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 {
    margin: 50px 0;
}
/*customisations mjb*/

#smallview {
    position: relative;
    float: right;
    color: #FFF;
    margin-left: 10px;
    padding-top: 15px;
}
#smallview:before {
    height: 3px;
    width: 80px;
    content: '';
    background-color: #f9c000;
    display: block;
}
/*nav links*/
nav a,
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}
nav a:hover {
    color: #FFF;
    text-decoration: underline;
}
nav a:visited {
    color: #FFF;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #f9c000;
}
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.7);
}
.panel {
    box-shadow: 0 0 10px #e4e4e4;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    transition: 0.2s all ease;
}
.panel-heading a {
    color: #416EBF;
    text-decoration: none;
    -webkit-transition: color .35s;
    transition: color .35s;
}
.panel-heading a:hover {
    color: #163669;
}
.panel-heading h4:after {
    height: 3px;
    width: 55px;
    content: '';
    margin: 8px 0;
    background-color: #f9c000;
    display: block;
}
.btn {
    background: url(http://www.otago.ac.nz/_assets/_gfx/next-arrow.png) no-repeat right 8px #ffcd23;
    padding: 5px 32px 5px 16px;
    border: 2px solid #ebbb16;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    color: #333333;
    transition: all 0.3s ease-in;
}
.carousel-caption h2 {
    padding: 17px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
}
.carousel-caption h2:before {
    height: 3px;
    width: 80px;
    content: '';
    margin-bottom: 4px;
    background-color: #f9c000;
    display: block;
}
.col-md-6 img,
.col-md-8 img,
.col-lg-8 img {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 1px;
    margin-top: 5px;
}
footer p {
    color: #777;
}
.carousel-indicators{
	bottom:0;
}
/* Responsive Styles */

@media(max-width:767px) {
    #unilogo {
        display: none;
    }
    #smallview {
        float: left;
    }
    #smallview:before {
        margin-bottom: 3px;
    }
    .carousel-caption h2 {
        font-size: 20px;
        padding: 10px;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}
@media(max-width:991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
}
@media(max-width:1200px) {
    #unilogo {
        display: none;
    }
    #smallview {
        font-size: 16px;
    }
    #smallview:before {
        margin-bottom: 3px;
    }
}