@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Quicksand:700,400);

html, body{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}



.blue{
    background-color: #0165b7;
}

header .logo{
    width: 190px;
    background-color: #FFF;
    border-radius: 50%;
    height: 190px;
    padding: 0;
    position: absolute;
    margin-top: -41px;
    border: 7px solid rgb(0,99,177);
    z-index: 9;
    text-align: center;
}

header .logo img{
    display: inline-block;
    margin: 39px auto;
    vertical-align: middle;
    width: 124px;
}
header .easts-ph {
    text-align: center;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    background: #fff20b;
}

.social{
    background-color: rgba(51,65,74,0.9);
}

.social a{
    color: #fff;
    text-decoration: none!important;
}

.social a:hover {
    color: #FFFF27;
}

.social ul{
    margin-left: 200px;
    padding: 10px 0;
    margin-bottom: 0;
}

.social li{
    margin: 0 5px;
}

.easts-ph H2 {
    font-size: 18px;
    color: #383838;
}

.easts-ph > div{
    float: right;
    background: #fff20b;
    padding: 1rem 0;
    margin: 0 20px;
}

.easts-ph > div:nth-child(2){
    border-right: 1px solid #e6db09;
    border-left: 1px solid #e6db09;
    padding: 0 1em;
    margin: 0;
}

.easts-ph a {
    color: #383838;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
}
.easts-ph i {
    margin-right: 5px;
}

.mid-section{
    margin: 0 auto 50px;
}

.mid-section h1{
    text-align: center;
    margin: 40px auto 80px;
    color: #0bbdfe;
}

.title a{
    text-decoration: none!important;
    color: #fff;
}

.item {
    padding: 20px;
    text-align: center;
}

.item{
    background-color: #00BEB7;
    color: #fff;
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}

.item img{
    margin: -20px -20px 10px;
    width: calc(100% + 40px);
    max-width: none;
}

.item .btn{
    vertical-align: top;
}


.item .btn:hover{
    background-color: #ffff27;
    color: #0165b7;
    box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    transition: all 300ms;

}

.circle{
    background: #00beb7;
    position: absolute;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin: auto;
    top: -45px;
}

.circle i{
    font-size: 2rem;
    line-height: 90px;
}

#moruya, #moruya .circle{
    background: #29BD00;
}
#narooma, #narooma .circle{
    background: #DE6AD8;
}

footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer .container{
    padding-top: 50px;
    border-top: 2px solid #0BBDFE;
}

footer > div{
    flex: 1 1 auto;
}

footer > div:first-child{
    flex: 1 1 20%;
}

footer ul{
    margin: 0;
}

.slider-section{
    background: #0BBDFE;
}


.slider-section .slider{
    margin: 0;
    box-shadow: 0 31px 20px -29px rgba(0, 0, 0, 0.82);
}

.slider-section .slider img{
    width: 100%;
    height: auto;
}

.disclaimer p,.disclaimer a{
    color: #fff;
    text-align: right;
}

.slider-section .slider .slick-dots{
    bottom: 0;
    z-index: 9999;
}

@media (max-width: 767px) {

    header .logo{
        position: static;
        margin: 30px auto 0;
        width: 120px;
        height: 120px;
        float: left;
    }

    header .logo img {
        display: inline-block;
        margin: 22px auto;
        vertical-align: middle;
        width: 76px;
    }


    header .container{
        padding:0;
    }

    header .easts-ph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        float: none;
    }

    .easts-ph h2, .easts-ph a{
        font-size: 16px;
    }
    .easts-ph > div{
        padding: 5px 0;
    }
    .easts-ph > div:nth-child(2) {
        border: none;
    }
    .logo img{
        margin: inherit;
    }

    .item {
        margin-top: 90px;
    }

    .slider-section .container{
        padding-left: 0;
        padding-right: 0;
    }

    .mid-section h1{
        margin: 20px 0 0;
    }

    .mid-section .row .col-md-4:first-child .item{
        margin-top: 60px;
    }

    footer > div:first-child,
    footer > div:last-child{
        flex: 1 1 auto;
        order: 1;
        text-align: center;
    }
    footer > div:first-child img{
        margin: auto
    }
    footer > div:last-child img{
        float: none;
        margin: 20px auto;
    }
    footer > div:first-child{
        flex: 1 1 auto;
    }

    footer > div .awards{
        margin-bottom: 20px;
    }

    .social ul {
        margin: auto;
        padding: 10px 0;
        margin-bottom: 0;
        display: block;
        text-align: center;
    }

    .easts-ph > div:nth-child(2) {
        border-top: 1px solid #e6db09;
        border-bottom: 1px solid #e6db09;
        padding: 10px 0;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {

    .easts-ph > div {
        margin: 0 13px;
    }
    .item h2.title a{
        font-size: 1.25rem;
    }

    .item .btn{
        display: block;
    }

    p.lead {
        font-size: .875rem;
    }

    .circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: -35px;
    }

    .circle i{
        line-height: 70px;
        font-size: 1.25rem;
    }

    footer > div{
        flex: 1 1 100%;
    }

    footer > div:first-child,
    footer > div:last-child{
        flex: 1 1 50%;
        order: 1;
    }
    footer > div:last-child{
        align-self: center;
    }

    .footer .container{
        padding-top: 30px;

    }
}