/*------------------------------
        SUPERFOOTER
------------------------------*/

#NWS_superfooter{
    padding:40px 0 80px;
    text-align:center;
    background: #3Cb4e8;
    color:#fff;
}

#NWS_superfooter h2{
    text-transform:uppercase;
    text-align:center;
    font-size:180%;
    margin-bottom:40px;
}

#NWS_superfooter h2 + div{
    padding:50px;
    border:2px solid #fff;
    position:relative;
}

#NWS_superfooter .item{
    text-align:left;
    padding:0 30px;
}

#NWS_superfooter h3{
    font-weight:800;
    font-style:italic;
}

#NWS_superfooter p{
    font-size:120%;
    line-height:140%;
}

#NWS_superfooter .NWS_dots{
    padding-top:30px;
}

#NWS_superfooter .owl-dot{
    display:inline-block;
}

#NWS_superfooter .owl-dot span {
    background: rgba(255,255,255,.4);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    cursor:pointer;
}

#NWS_superfooter .owl-dot span:hover,
#NWS_superfooter .owl-dot.active span{
    background:#fff;
}

#NWS_superfooter .owl-nav div{
    position:absolute;
    left:-30px;
    top:50%;
    margin-top:-25px;
    height:50px;
    width:30px;    
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
}

#NWS_superfooter .owl-nav div:hover{
    left:-50px;
    width:50px;
}

#NWS_superfooter .owl-nav div.owl-next{
    left:auto;
    right:-30px;
}

#NWS_superfooter .owl-nav div.owl-next:hover{
    right:-50px;
}


#NWS_superfooter .owl-nav div:after{
    position:absolute;
    content:'';
    display:block;
    background:#fff;
    width:30px;
    height:2px;
    top:50%;
    left:0;
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
}

#NWS_superfooter .owl-nav div:hover:after{
    width:50px;
}

#NWS_superfooter .owl-nav div:before{
    position:absolute;
    height:20px;
    width:20px;
    left:2px;
    top:50%;
    margin-top:-9px;
    content:'';
    border:2px solid #fff;
    border-width:0 2px 2px 0; 
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);   
}

#NWS_superfooter .owl-nav div.owl-next:before{
    left:auto;
    right:2px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

#NWS_superfooter i.fa{
    height:16px;width:16px;
    line-height:14px;
    font-size:12px;
    color:#3CB4E8;
    border:none;
    background:#2B4A84;
    border-radius:50%;
    margin:-3px 0 0 5px;
    text-align:center;
}

#NWS_superfooter a{
    display:inline-block;
    padding-top:15px;
    color:#2B4A84;
    text-transform:uppercase;
}
