/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

body, button, input, label {
    font-size: 15px;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
}
.home {
    background: url(../images/background-home.png) no-repeat top center;
    background-size: cover;
}
h1, h2, h3 {
    font-family: "Open Sans", "Arial Black", sans-serif;
    font-style: normal;
}
h1, .h1 {
    font-weight: 700;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
    text-transform: uppercase;
}
ul {
    padding-left: 1.1em;
}
a, a:hover {
    color: #f27004;
}
a:hover {
    text-decoration: underline;
}
.jumbotron {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.jumbotron span.orange-text, .orange-text {
    color: #f27004;
}
.jumbotron h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
}
.jumbotron p {
    font-size: 16px;
}
.fa {
    margin-right: 5px;
}
#quote-carousel  .carousel-control {
    background: none;
}
.carousel-control .fa {
    margin-top: 33%;
    color: #222;
}
/*** Layout ***/
.navbar-brand {
    height:110px;
}
.navbar-brand>img {
    height: 75px;
}
.jumbotron {
    background-color: transparent;
}
.dk-grey {
    background: #cdcdcd;
    color: #444;
}
.orange {
    background: #f27004;
    color: #fff;
}
.lt-grey {
    background: #e1e1e1;
}
.dk-grey, .orange, .lt-grey {
    padding: 1px 30px 15px;
}
.container {
    margin-top: 15px;
    margin-bottom: 15px;
}
footer .container, .copy .container {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*** Navigation ***/
.navbar {
    margin-bottom: 0;
    background: #fff;
}
.navbar-toggle {
    margin-top: 56px;
    border: 1px solid #666;
}
.navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-default {
    background-color: #f17f22;
    border-color: #f17f22;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #888;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #f27004;
    background-color: transparent;
}
li.active>a, li.active>a:hover {
    color: #444;
}



/*** Footer ***/
footer, .copy {
    background: #e8e8e8;
    color: #666;
}
footer {
    margin-top: 30px;
    padding-top: 15px;
}
.copy {
    padding-bottom: 15px;
}
footer p, footer a, .copy p {
    font-size: 14px;
    /**text-shadow: 0px 1px 1px #fff;**/
}
footer h4 {
    text-shadow: 0px 1px 1px #fff;
}
footer a, .copy a {
    color: #f27004;
}
hr.tuc-hr {
    margin-top: 2em;
    margin: 2em 15px;
    padding: 0;
    border: none;
    border-top: 1px solid #9f9f9f;
    color: #9f9f9f;
    text-align: center;
}
hr.tuc-hr:after {
    content: url(../images/TUC-grey-logo-2.png);
    display: inline-block;
    position: relative;
    top: -0.75em;
    font-size: 1.5em;
    padding: 0 0.5em;
    background: #e8e8e8;
}
blockquote {
    border-left: 5px solid #f27004;
}
blockquote footer {
    margin-top: 0;
    background: transparent;
}

#feature_slider {
    height: 380px;
    background: #262626;
    z-index: 1;
    /**margin-bottom: -100px**/
}

#feature_slider h1 {
    text-transform: uppercase;
    font-weight: 100;
    color: #ccc;
    font-size: 2.5em;
    line-height: 2.75em;
    text-align: center;
    position: absolute;
    top: 80px;
    width: 100%
}

#feature_slider h1 strong {
    font-size: 14px;
    margin: 0 0 20px
}

#feature_slider #pagination {
    position: absolute;
    top: 505px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none
}

#feature_slider #pagination li {
    text-indent: -99999em;
    float: left;
    padding: 0 6px;
    cursor: pointer
}

#feature_slider #pagination li a {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 1px 2px #ccc;
    background: #000;
    border-radius: 10px;
    display: block;
    opacity: .9;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear
}

#feature_slider #pagination li.active a {
    background: #f27004;
    width: 8px;
    height: 8px
}

#feature_slider #pagination li:hover a {
    opacity: 1
}

#feature_slider .slide {
    width: 100%;
    height: 380px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

#feature_slider .slide.previous {
    z-index: 1
}

#feature_slider .slide.active {
    z-index: 2
}

#feature_slider .slide.hidden {
    display: none
}

#showcasing .info,
#showcasing1 .info,
#showcasing2 .info {
    position: absolute;
    top: 40px;
    left: 13%;
    width: 30%;
    display: none;
    z-index: 10
}

#feature_slider .slide#showcasing .info h1,
#feature_slider .slide#showcasing1 .info h1,
#feature_slider .slide#showcasing2 .info h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.25em;
    text-shadow: 1px 1px 1px #31393d
}

#feature_slider .slide#ideas .info h1 {
    position: relative;
    top: 110px;
    text-align: center
}

#feature_slider .slide#ideas .info h2 {
    color: #fff;
    font-weight: 400
}

#feature_slider .slide#tour .info {
    position: absolute;
    top: 140px;
    left: 13%
}

#feature_slider .slide#tour .info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 57px
}

#feature_slider .slide#tour .info a {
    color: #fff;
    font-weight: 700;
    background-color: #2a205d;
    padding: 10px 30px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear
}

#feature_slider .slide#responsive .info {
    position: absolute;
    top: 160px;
    right: 9%;
    width: 25%
}

#feature_slider .slide#responsive .info h2 {
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 56px
}

#feature_slider .slide#responsive .info h2 strong {
    font-size: 42px
}

#feature_slider .slide .info {
    display: none;
    z-index: 10
}

#feature_slider .slide .info a:hover {
    opacity: .8
}

#feature_slider .slide .asset,
#feature_slider .slide .fade {
    position: absolute;
    display: none
}

#feature_slider #slide-left {
    width: 31px;
    height: 37px;
    position: absolute;
    top: 250px;
    left: 0;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2
}

#feature_slider #slide-left:hover {
    opacity: 1
}

#feature_slider #slide-right {
    width: 31px;
    height: 37px;
    position: absolute;
    top: 250px;
    left: auto;
    right: 0;
    background-position: -31px 0;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2
}

#feature_slider #slide-right:hover {
    opacity: 1
}
.study table {
    opacity: 0.9;
}
.table-striped {
    background: #fff;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
/** Panel Background images **/

.dairy {
    background: url(../images/dairy.jpg);
}
.supermarket {
    background: url(../images/supermarket.jpg);
}
.gym {
    background: url(../images/gym.jpg);
}
.hotel {
    background: url(../images/hotel.jpg);
}
.golf {
    background: url(../images/golf.jpg);
}
.dairy, .supermarket, .gym, .hotel, .golf {
    background-size: cover;
}

@media (max-width:767px) {

    #feature_slider .slide#showcasing .info h1,
    #feature_slider .slide#showcasing1 .info h1,
    #feature_slider .slide#showcasing2 .info h1 {
        color: #fff;
        font-size: 2em;
        font-weight: 400;
        line-height: 48px;
        text-shadow: 1px 1px 1px #31393d
    }
    #features .section_header {
        text-align: center
    }
    #features .feature img {
        margin: 0 auto!important;
        float: none!important
    }
    #features .feature .info h3 {
        text-align: center
    }
}
@media (min-width: 768px) {
    .navbar-right {
        margin-top: 52px;
    }
    .nav>li>a {
        padding: 10px 13px;
    }
    .container-fluid.full {
        padding-left: 0;
        padding-right: 0;
    }
    .img-responsive {
        width: 100%;
    }
    .nz-map .img-responsive {
        max-height: 360px;
    }
    #features .feature .pic-right {
        float: right
    }
    #features .feature .info-left {
        float: left
    }
    #feature_slider .slide .info h1 {
        color: #fff;
        font-size: 2.5em;
        font-weight: 400;
        line-height: 48px;
        text-shadow: 1px 1px 1px #31393d
    }
}
@media (min-width:768px) and (max-width:991px) {
    #feature_slider {
        margin-top: 40px
    }
    .slide .info h2,
    .slide .info h2 * {
        font-size: 30px!important
    }
    .slide#responsive .info {
        position: absolute;
        top: 170px;
        right: 6%;
        width: 25%
    }
    .slide#tour .info,
    .slide#tour .info a {
        font-size: 15px
    }
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media (min-width: 992px) {
    .web {
        text-align: right;
    }
    .dk-grey, .lt-grey, .orange {
        min-height: 294px;
    }
    .dk-grey {
        border-radius: 15px 0 0 15px;
    }
    .lt-grey {
        border-radius: 0 15px 15px 0;
    }
    .container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {

    .dk-grey, .lt-grey, .orange {
        min-height: 280px;
    }
}