.theme-reviews-slider {
     max-height:  237px;   
}
.nivo-directionNav a {
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    background-color: rgba(126,128,131,.8);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease;
}

.nivo-prevNav {
    left: 2.5%;
}

.nivo-nextNav {
    right: 2.5%;
}

.nivo-directionNav a:hover {
    background-color: #0270d3 !important;
    color: #fff !important;
}
.nivo-directionNav a:before {
    display: block;
    font-family: "emporium-icons";
    color: #fff;
    font-size: 12px;
}

.nivo-directionNav a:hover:before {
    color: #fff !important;
}

.nivo-directionNav a.nivo-prevNav:before {
    content: "\6b";
}
.nivo-directionNav a.nivo-nextNav:before {
    content: "\6a";
}

.slider-wrapper {
    position: relative;
}

.nivo-controlNav {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 7;
    padding: 0;
}


.nivo-controlNav a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    font-size: 0;
    margin: 0 4px;
}

.nivo-controlNav a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #9BA0A4;
    width: 16px;
    height: 16px;
    opacity: 1;
    transition: all .2s ease;
    border: 3px solid #fff;
}

.nivo-controlNav a:hover:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.nivo-controlNav a.active:before {
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: #0270D3;
    box-shadow: 0 0 0 3px rgba(0,0,0,.4);
}
.nivo-controlNav.nivo-thumbs-enabled {
    margin: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: 120px;
    height: auto;
    border-radius: 0;
    margin: 10px 5px 0;
    box-shadow: none;
    background: none !important;
}

.nivo-caption {
    height: 100%;
    top: 0;
    bottom: auto;
    background: transparent;
    color: #555;
    font-size: 18px;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.nivo-caption p {
	padding: 0;
}

.theme-main-slider .nivo-caption > div {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 500px;
    text-align: left;
    padding: 0 10%;
    box-sizing: content-box;
}


.theme-main-slider .nivo-caption > div h2 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.theme-main-slider .nivo-caption > div h2 a {
    display: block !important;
    font-size: 110px;
    color: #fff;
    margin-bottom: -3px;
    font-family: 'Sugeng-Rawuh', 'Source Sans Pro', sans-serif;
    text-transform: none !important;
    cursor: default;
}

.theme-main-slider .nivo-caption > div > div:nth-child(2) {
    margin-bottom: 30px;
}

.theme-main-slider .nivo-caption > div > div:nth-child(2) p {
    color: #fff;
}

.theme-main-slider .nivo-caption > div > div:nth-child(3) {
    overflow: hidden;
}

.theme-main-slider .nivo-caption > div > div:nth-child(3) a {
    display: inline-block !important;
    background: #fff;
    color: #002169;
    padding: 0px 20px;
    line-height: 45px;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -webkit-transform: all ease-in-out .3s;
    text-transform: uppercase;
}

.theme-main-slider .nivo-caption > div > div:nth-child(3) a::after {
    content: "\6a";
    display: inline-block;
    color: #002169;
    font-size: 12px;
    margin-left: 10px;
    transition: all ease-in-out .3s;
    -webkit-transform: all ease-in-out .3s;
    text-transform: none !important;
}

.theme-main-slider .nivo-caption > div > div:nth-child(3) a:hover::after {
    color: #fff;
}

.theme-main-slider .nivo-caption > div > div:nth-child(3) a:hover {
    background: #0270d3;
    color: #fff;
}

/***** HOME BANNERS *****/

.theme-home-banners {
    margin-bottom: 50px;
}

.theme-home-banners + .theme-home-banners {
    margin-top: -40px;
}

.theme-home-banners ~ div:not(.theme-home-banners) {
    clear: both;
}

.theme-reviews-banner .nivo-caption > div  {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 0 10%;
    left: 50%;
}

.theme-reviews-banner .nivo-caption > div h4 {
    font-size: 28px;
    color: #fff;
    text-transform: none;
    margin-bottom: 13px;
    font-weight: 600;
}

.theme-reviews-banner .nivo-caption > div p {
    color: #fff;
    text-transform: uppercase;
}

.theme-reviews-banner .nivo-caption > div h4::before {
	content: "\"";
}
.theme-reviews-banner .nivo-caption > div h4::after {
	content: "\"";
}

@media screen and (max-width: 1600px) {
    .theme-main-slider .nivo-caption > div h2 {
        font-size: 40px;
    }
    .theme-main-slider .nivo-caption > div h2 a {
        font-size: 70px;
        margin-bottom: 10px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) {
        margin-bottom: 25px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) p {
        font-size: 16px;
    }
    .theme-reviews-banner .nivo-caption > div h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .theme-main-slider .nivo-caption > div h2 {
        font-size: 30px;
    }
    .theme-main-slider .nivo-caption > div h2 a {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) p,
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        font-size: 14px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        line-height: 34px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a::after {
        font-size: 8px;
    }
    .theme-reviews-banner .nivo-caption > div {
        width: 90%;
    }
    .theme-reviews-banner .nivo-caption > div h4 {
        font-size: 16px;
    }
    .theme-reviews-banner .nivo-caption > div p {
        font-size: 14px;
    }
}

@media screen and (max-width: 990px) {
    .theme-main-slider .nivo-caption > div h2 {
        font-size: 20px;
    }
    .theme-main-slider .nivo-caption > div h2 a {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) p {
        font-size: 12px;
        line-height: 16px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        font-size: 12px;
    }
    .nivo-directionNav a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .nivo-directionNav a::before {
        font-size: 8px;
    }
}

@media all and (max-width:768px) {
    .nivo-controlNav.nivo-thumbs-enabled {
        position: relative;
        transform: none;
        left: auto;
        bottom: auto;
    }.theme-main-slider .nivo-caption > div > div:nth-child(2) p {
        font-size: 16px;
        line-height: 20px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        font-size: 18px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .theme-main-slider .nivo-caption > div {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        top: 5%;
        transform: translate(0%);
        padding: 0 13%;
    }
    .theme-main-slider .nivo-caption > div h2 {
        font-size: 34px;
    }
    .theme-main-slider .nivo-caption > div h2 a {
        font-size: 60px;
        margin-bottom: 5px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) p {
        font-size: 16px;
        line-height: 20px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .theme-main-slider .nivo-caption > div h2 {
        font-size: 24px;
    }
    .theme-main-slider .nivo-caption > div h2 a {
        font-size: 42px;
        margin-bottom: 5px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(2) p {
        font-size: 14px;
        line-height: 20px;
    }
    .theme-main-slider .nivo-caption > div > div:nth-child(3) a {
        font-size: 14px;
        line-height: 36px;
    }
}


@media all and (min-width: 768px) {
    .theme-home-banners + .theme-home-banners {
        margin-top: -30px;
    }
}

@media all and (min-width: 1025px) {
    .theme-home-banners {
        float: left;
        width: calc(50% - 10px);
        margin: 0 0 70px !important;
    }
    .theme-home-banners a img {
        backface-visibility: hidden;
        transition: opacity .2s ease;
    }
    .theme-home-banners a:hover img {
        opacity: .8;
    }

    .theme-home-banners + .theme-home-banners {
        margin-top: 0;
        margin-left: 20px !important;
    }
    .theme-home-banners + .theme-home-banners + div {
        clear: both;
    }
}
