#header-1 {
    width: 100%;
    background: 0 0;
    height: 90px;
}

#header-1 .main-nav {
    background-color: #212121;
    border: 0;
    height: 90px;
}

#header-1 .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

#header-1 .main-nav .navbar-toggle:focus {
    outline: 0;
}

#header-1 .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,.6);
    height: 3px;
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

#header-1 .main-nav .nav {
    margin-top: 30px;
    background-color: #212121;
}

#header-1 .main-nav .navbar-nav>li a {
    font-family: Lato,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    color: rgba(255,255,255,.8);
}

#header-1 .main-nav .navbar-nav>li.active a {
    color: #3498db;
    background: 0 0;
}

#header-1 .main-nav .navbar-nav>li a:hover {
    color: #3498db;
    background: 0 0;
}

#header-1 .main-nav .navbar-nav>li a:focus {
    outline: 0;
    background: 0 0;
}

#header-1 .main-nav .navbar-nav>li a:active {
    outline: 0;
    background: 0 0;
}

#header-1 .main-nav .navbar-nav>li.active {
    color: #333;
}

#header-1 .brand-img {
    max-width: 360px;
    padding: 0 0;
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

.headroom--pinned {
    top: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: 0 0;
}

@media (max-width:508px){
    #header-1 .brand-img {
        float: none;
        text-align: center;
        width: 75%;
        margin: 0 auto 0 19px;
    }
}

@media (max-width:767px){
    #header-1 .navbar-fixed-top {
        position: relative;
    }

    #header-1 .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 80px;
        position: absolute;
        background: #193441;
        z-index: 999;
    }

    #header-1 .navbar-collapse .nav {
        margin: 0;
    }

    #header-1 .navbar-fixed-bottom .navbar-collapse,
    #header-1 .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }
}

#header-2 {
    width: 100%;
    position: relative;
    z-index: 999;
}

#header-2 .brand-img {
    float: none;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
}

#header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
}

#header-2 .navbar-toggle:focus {
    outline: 0;
}

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar {
    background-color: #3498db;
}

#header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-2 .main-nav .nav {
    margin-top: 25px;
}

#header-2 .main-nav .navbar-nav>li a {
    font-family: Lato,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    background: 0 0;
}

#header-2 .main-nav .navbar-nav>li.active a {
    color: #3498db;
}

#header-2 .main-nav .navbar-nav>li a:hover {
    color: #3498db;
}

#header-2 .main-nav .navbar-nav>li a:focus {
    outline: 0;
}

#header-2 .main-nav .nav .open>a,
#header-2 .main-nav .nav .open>a:focus,
#header-2 .main-nav .nav .open>a:hover {
    background: 0 0;
}

#header-3 {
    width: 100%;
}

#header-3 .brand {
    position: relative;
}

#header-3 .brand-img {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 150px;
}

#header-3 nav {
    background-color: #233447;
    margin-top: -1px;
}

#header-3 nav ul {
    list-style: none;
    padding: 0;
}

#header-3 nav ul li {
    color: rgba(255,255,255,.6);
    display: block;
    border-bottom: 1px dotted rgba(255,255,255,.2);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding-left: 0;
    position: relative;
}

#header-3 nav ul li:last-child {
    border: none;
}

#header-3 nav ul li a {
    color: rgba(255,255,255,.6);
    display: block;
    padding: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding-left: 0;
    position: relative;
}

#header-3 nav ul li a:focus,
#header-3 nav ul li a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
}

#header-3 #nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
}

#header-3 #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

#header-3 #nav-toggle span,
#header-3 #nav-toggle span:after,
#header-3 #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #353535;
    position: absolute;
    display: block;
    content: '';
}

#header-3 #nav-toggle span:before {
    top: -10px;
}

#header-3 #nav-toggle span:after {
    bottom: -10px;
}

#header-3 #nav-toggle span,
#header-3 #nav-toggle span:after,
#header-3 #nav-toggle span:before {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#header-3 #nav-toggle.active span {
    background-color: transparent;
}

#header-3 #nav-toggle.active span:after,
#header-3 #nav-toggle.active span:before {
    top: 0;
}

#header-3 #nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#header-3 #nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

#header-3 .indicator {
    position: absolute;
    right: 0!important;
}

#header-3 .pull {
    display: none;
}

#header-3 .hero {
    background: url(https://koalaexpress.com.au/images/header-3-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 300px 0;
    height: auto;
}

#header-3 .hero h1 {
    margin-top: 100px;
    font-weight: 600;
    color: #31152b;
}

#header-3 .hero .lead {
    font-weight: 600;
    color: #723147;
}

.promo-1 {
    background: url(https://koalaexpress.com.au/images/water-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 140px 0;
}

.promo-2 h1 {
    font-size: 60px;
}

.promo-2 h1,
.promo-2 h2 {
    color: #fff;
}

.promo-3 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50;
    padding-left: 0;
    padding-right: 0;
}

.promo-3 h1 {
    font-size: 60px;
    color: #fff;
}

.promo-3 h2 {
    font-weight: 600;
    color: #fff;
}

.promo-3 a {
    margin-top: 40px;
}

.content-1-1 {
    background: url(https://koalaexpress.com.au/images/typewriter-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-1-1 .container {
    margin-top: 380px;
}

.content-1-1 h1 {
    text-transform: uppercase;
    font-weight: 300;
}

.content-1-3 {
    text-align: center;
}

.content-1-3 p {
    padding: 0 20px;
}

.content-1-4 {
    padding: 0;
    position: relative;
}

.content-1-4 .image-container {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
}

.content-1-4 .image-container .background-image-holder {
    background: #ccc url(https://koalaexpress.com.au/images/dark-logs-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-1-4 .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-1-4 h1 {
    margin-bottom: 32px;
}

.content-1-4 p.lead {
    margin-bottom: 20px;
}

@media (max-width:767px){
    .content-1-4 .image-container {
        display: none;
    }
}

.content-1-5 h1 {
    color: #3498db;
}

.content-1-6 h2 {
    margin-bottom: 40px!important;
}

.content-1-6 .row-wrapper .col-md-3:last-child {
    border-right: none;
}

@media (max-width:767px){
    .content-1-6 .row-wrapper .col-md-3 {
        border-right: none;
    }
}

@media only screen and (min-width :992px){
    .content-1-6 .row-wrapper .col-md-3 {
        border-right: 1px solid rgba(0,0,0,.2);
    }
}

.content-1-7 {
    text-align: center;
    padding: 64px 0 64px 0;
}

.content-1-7 .col-md-2 {
    height: 80px;
    line-height: 80px;
}

.content-1-7 img {
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
    height: auto;
}

.content-1-7 img:hover {
    opacity: 1;
}

.content-1-9 h4 {
    margin-top: 0;
}

.content-1-9 .fa {
    font-size: 32px;
    color: #16a085;
}

.content-2-1 .btn-outline {
    margin-bottom: 30px;
}

.content-2-1 h2 {
    color: #fff;
}

.content-2-2 h3 {
    font-weight: 300;
}

.content-2-2 h3,
.content-2-2 p {
    color: #fff;
}

.content-2-2 .icon-outline {
    height: 100px;
    width: 100px;
    max-width: 100%;
    border: 4px solid rgba(255,255,255,.6);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s;
    background-color: #272727;
    margin-left: auto;
    margin-right: auto;
}

.content-2-2 .icon-outline:hover {
    box-shadow: 0 0 0 14px rgba(255,255,255,.4);
    color: #fff;
}

.content-2-2 .icon-outline span {
    line-height: 150px;
    color: #fff;
    font-size: 55px;
}

.content-2-3 h2 {
    color: #fff;
    margin: 0;
}

.content-2-4 i {
    clear: both;
}

.content-2-4 h1,
.content-2-4 p {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    line-height: 1.1;
}

.content-2-5-light h2 {
    color: #333;
}

.content-2-6 .btn-outline {
    margin: 1.8em;
}

.content-2-6 h2 {
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
}

.content-2-7 {
    background: url(https://koalaexpress.com.au/images/dark-logs-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.content-2-7 .underlined-title h1,
.content-2-7 .underlined-title h2 {
    color: #fff;
}

.content-2-8 {
    padding: 0;
    position: relative;
}

.content-2-8 .image-container {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
}

.content-2-8 .image-container .background-image-holder {
    background: url(https://koalaexpress.com.au/images/gold-iphone.png) no-repeat bottom center;
    height: 100%;
}

.content-2-8 .content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-2-8 h1 {
    font-weight: 600;
    font-size: 56px;
}

.content-2-8 h3 {
    margin-top: 0;
    font-weight: 600;
}

.content-2-8 .lead,
.content-2-8 h1,
.content-2-8 h3,
.content-2-8 p,
.content-2-8 span {
    color: #fff;
}

.content-2-9 {
    background: #ccc;
    min-height: 260px;
    position: relative;
}

@media only screen and (min-width :768px){
    .content-2-9 {
        min-height: 520px;
    }
}

@media only screen and (min-width :992px){
    .content-2-9 {
        min-height: 260px;
    }
}

.content-2-10 .border-box {
    border: 4px solid #bdc3c7;
    padding: 20px 40px;
}

.overlay-blue {
    background-color: rgba(52,152,219,.8);
}

.content-3-1 {
    background-image: url(https://koalaexpress.com.au/images/palm-trees.jpg);
    background-size: cover!important;
    min-height: 500px;
}

.content-3-1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.content-3-1 h1,
.content-3-1 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.content-3-1 h2 {
    margin-top: 100px;
    font-size: 13px;
}

@media only screen and (min-width :992px){
    .content-3-1 {
        min-height: 400px;
    }
}

.content-3-2 {
    background-image: url(https://koalaexpress.com.au/images/camera-girl.jpg);
    background-size: cover!important;
    min-height: 500px;
}

.content-3-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.content-3-2 h1,
.content-3-2 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.content-3-2 h2 {
    margin-top: 100px;
    font-size: 13px;
}

@media only screen and (min-width :992px){
    .content-3-2 {
        min-height: 400px;
    }
}

.content-3-3 {
    background-image: url(https://koalaexpress.com.au/images/seagulls.jpg);
    background-size: cover!important;
    min-height: 500px;
}

.content-3-3 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.content-3-3 h1,
.content-3-3 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.content-3-3 h2 {
    margin-top: 100px;
    font-size: 13px;
}

@media only screen and (min-width :992px){
    .content-3-3 {
        min-height: 400px;
    }
}

.content-3-5 .feature-box {
    background: #24392f;
    margin: 20px 0;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-3-5 .feature-box:hover {
    background-color: #31152b;
}

.content-3-5 .icon {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    color: #723147;
    font-size: 60px;
    height: 140px;
    width: 140px;
    line-height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.content-3-5 .feature-box p {
    line-height: 25px;
    color: #fff;
    opacity: .5;
}

.content-3-5 .feature-box h3 {
    padding: 15px 0 0;
    color: #fff;
}

.content-3-5 .feature-box,
.content-3-5 .feature-box:hover,
.content-3-5 .feature-box:hover .feature-icon,
.content-3-5 .feature-icon {
    transition: all .4s ease-in 0s;
    -moz-transition: all .4s ease-in 0s;
    -webkit-transition: all .4s ease-in 0s;
    -o-transition: all .4s ease-in 0s;
    -ms-transition: all .4s ease-in 0s;
}

.content-3-6 .feature-box {
    background: #91aa9d;
    margin: 20px 0;
    padding: 35px 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.content-3-6 .feature-box:hover {
    background-color: #3e606f;
}

.content-3-6 .icon {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    color: #91aa9d;
    font-size: 60px;
    height: 140px;
    width: 140px;
    line-height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.content-3-6 .feature-box p {
    line-height: 25px;
    color: #fff;
    opacity: .5;
}

.content-3-6 .feature-box h3 {
    padding: 15px 0 0;
    color: #fff;
}

.content-3-6 .feature-box,
.content-3-6 .feature-box:hover,
.content-3-6 .feature-box:hover .feature-icon,
.content-3-6 .feature-icon {
    transition: all .4s ease-in 0s;
    -moz-transition: all .4s ease-in 0s;
    -webkit-transition: all .4s ease-in 0s;
    -o-transition: all .4s ease-in 0s;
    -ms-transition: all .4s ease-in 0s;
}

.content-3-7 .underlined-title {
    padding-bottom: 0;
}

.content-3-8 .underlined-title {
    padding-bottom: 0;
    text-align: left;
}

.content-3-8 .underlined-title hr {
    float: left;
}

.content-3-8 .underlined-title h2 {
    clear: left;
}

.content-3-9 .underlined-title {
    padding-bottom: 0;
    text-align: right;
}

.content-3-9 .underlined-title hr {
    float: right;
}

.content-3-9 .underlined-title h2 {
    clear: right;
}

.content-3-10 {
    padding: 0;
    position: relative;
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0;
    top: 0;
}

.content-3-10 .image-container .background-image-holder {
    background: url(https://koalaexpress.com.au/images/low-poly-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-10 .content {
    margin-top: 300px;
    padding: 40px;
}

.content-3-10 h3 {
    margin-bottom: 32px;
}

.content-3-10 p {
    margin-bottom: 20px;
}

@media only screen and (min-width :768px){
    .content-3-10 .image-container {
        height: 100%;
    }

    .content-3-10 .content {
        margin-top: 0;
        padding: 80px 15px 80px 80px;
    }
}

.content-3-11 {
    padding: 0;
    position: relative;
}

.content-3-11 .image-container {
    position: absolute;
    height: 300px;
    padding: 0;
    top: 0;
    right: 0;
}

.content-3-11 .image-container .background-image-holder {
    background: url(https://koalaexpress.com.au/images/low-poly-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-11 .content {
    margin-top: 300px;
    padding: 40px;
}

.content-3-11 h3 {
    margin-bottom: 32px;
}

.content-3-11 p {
    margin-bottom: 20px;
}

@media only screen and (min-width :768px){
    .content-3-11 .image-container {
        height: 100%;
    }

    .content-3-11 .content {
        margin-top: 0;
        padding: 80px 80px 80px 15px;
    }
}

.gallery-2-title {
    text-align: center;
    padding-bottom: 30px;
}

.gallery-2-title h1 {
    color: #2c3e50;
    margin: 0;
}

.gallery-2-title h2 {
    color: #95a5a6;
}

.gallery-2-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.grid {
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background: #2c3e50;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure a,
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,.6);
    opacity: 0;
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    transition: opacity .2s,transform .35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover h2,
figure.effect-lily:hover img,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}

.gallery-item-wrapper {
    padding-bottom: 25px;
}

.gallery-item {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 3px;
}

.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: .5;
}

.gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #1abc9c;
    color: #fff;
}

.gallery-item .gallery-thumb .gallery-link:focus {
    outline: 0;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p {
    font-size: .9em;
}

.team-1 h2 {
    margin-bottom: 50px;
}

.team-details {
    padding: 20px;
}

.team-2 .team-wrapper {
    padding-bottom: 25px;
}

.team-2 .team-wrapper .team-item {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.team-2 .team-wrapper .team-item .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-2 .team-wrapper .team-item .team-thumb img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}

.team-2 .team-wrapper .team-item:hover .team-thumb img {
    transform: scale(1.1);
}

.team-2 .team-wrapper .team-item .team-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
    opacity: .5;
}

.team-2 .team-wrapper .team-item .team-thumb .team-link {
    position: absolute;
    color: #fff;
    display: block;
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #f39c12;
}

.team-2 .col-md-3 .team-item .team-thumb .team-link,
.team-2 .col-sm-4 .team-item .team-thumb .team-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.team-2 .col-md-3 .team-item:hover .team-thumb .team-link,
.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 58%;
    left: 45%;
}

.team-2 .team-wrapper .team-item .team-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}

@media only screen and (min-width :768px){
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 40%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 40%;
    }

    .team-2 .col-sm-6 .team-item .team-thumb .team-link {
        left: 43.4%;
    }

    .team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%;
    }
}

@media only screen and (min-width :992px){
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 42%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 62%;
        left: 42%;
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 39%;
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 66%;
        left: 39%;
    }
}

@media only screen and (min-width :1200px){
    .team-2 .col-sm-4 .team-item .team-thumb .team-link {
        left: 43.4%;
    }

    .team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
        top: 60%;
        left: 43.4%;
    }

    .team-2 .col-md-3 .team-item .team-thumb .team-link {
        left: 41.3%;
    }

    .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
        top: 63%;
        left: 41.3%;
    }
}

.red-hot {
    background: url(https://koalaexpress.com.au/images/ribbons/red-hot.png) 0 0 no-repeat;
}

.best-value {
    background: url(https://koalaexpress.com.au/images/ribbons/best-value.png) 0 0 no-repeat;
}

.super-cool {
    background: url(https://koalaexpress.com.au/images/ribbons/super-cool.png) 0 0 no-repeat;
}

.new {
    background: url(https://koalaexpress.com.au/images/ribbons/new.png) 0 0 no-repeat;
}

.red-hot {
    background: url(https://koalaexpress.com.au/images/ribbons/red-hot.png) 0 0 no-repeat;
}

.best-value {
    background: url(https://koalaexpress.com.au/images/ribbons/best-value.png) 0 0 no-repeat;
}

.super-cool {
    background: url(https://koalaexpress.com.au/images/ribbons/super-cool.png) 0 0 no-repeat;
}

.new {
    background: url(https://koalaexpress.com.au/images/ribbons/new.png) 0 0 no-repeat;
}

.contact-1 .form-container {
    margin-top: 60px;
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-1 .contact-info li a {
    color: #2e2e2e;
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c;
}

#map {
    width: 100%;
    height: 350px;
}

#contact span.required {
    font-size: 13px;
    color: red;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.contact-3 h2 {
    margin-top: 0;
}

.contact-3 .map-img {
    margin-top: 40px;
}

#contact span.required {
    font-size: 13px;
    color: red;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.footer-1-1 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-1-1 .lead,
.footer-1-1 h3,
.footer-1-1 h4,
.footer-1-1 li {
    color: #fff;
}

.footer-1-1 .brand-img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-1-1 h4 {
    margin-bottom: 20px;
}

.footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0;
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px;
}

.footer-1-2 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-1-2 .brand-img {
    margin: 0 auto;
    width: 150px;
}

.big-social {
    margin-top: 20px;
}

.big-social .social-item {
    text-align: center;
}

.big-social .social-item a {
    display: block;
    border-radius: 4px;
    padding: 18px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.big-social .social-item a h4 {
    color: #fff;
    visibility: hidden;
    margin-bottom: 0;
}

.big-social .social-item a:focus h4,
.big-social .social-item a:hover h4 {
    visibility: visible;
}

.big-social .social-item.facebook a:focus,
.big-social .social-item.facebook a:hover {
    background-color: #016bb6;
}

.big-social .social-item.twitter a:focus,
.big-social .social-item.twitter a:hover {
    background-color: #08c1e2;
}

.big-social .social-item.google a:focus,
.big-social .social-item.google a:hover {
    background-color: #d94b34;
}

.footer-1-3 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-1-3 .brand-img {
    width: 180px;
}

.footer-1-3 .social {
    margin-top: 20px;
}

.footer-1-3 .footer-text {
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-1-3 .footer-text p {
    color: #ecf0f1;
}

.footer-1-4 {
    padding-top: 10;
    padding-bottom: 0;
    text-align: center;
    background-color: #212121;
}

.footer-1-4 h2 {
    color: #fff;
}

.footer-1-4 .footer-form {
    margin-top: 40px;
}

.footer-1-4 input[type=email],
.footer-1-4 input[type=text] {
    background-color: rgba(255,255,255,.1);
    border: solid 1px #fff;
    padding: 20px;
    width: 30%;
    color: #fff;
}

.footer-1-4 input[type=submit] {
    background: rgba(61,201,179,.5);
    border: solid 1px rgba(61,201,179,.5);
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-1-4 input[type=submit]:hover {
    background: rgba(61,201,179,1);
    border: solid 1px rgba(61,201,179,1);
    color: #fff;
}

.footer-1-4 .social {
    margin-top: 30px;
}

.copyright-bar {
    height: 70px;
    padding-top: 20px;
    background-color: #233447;
    position: relative;
    bottom: 0;
}

.copyright-bar p {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.copyright-bar-2 {
    height: 80px;
    padding-top: 28px;
    background-color: #233447;
    position: relative;
    bottom: 0;
}

.copyright-bar-2 p {
    color: #fff;
    font-weight: 700;
    margin: 0;
}