.slider-slide{
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
    top: 0;
    border: 1px solid #cccccc;
}

.slider-img-link {
    width: 100%;
    height: 100%;
    display: block;
}

.slick-slide{
    transform: scale(.7, .7);
    -webkit-transform: scale(.7);
    transition: 2s;
    -webkit-transition: 2s;
}


.slick-slide.slick-active{
    transform: scale(1, 1);
    -webkit-transform: scale(1);
}


.slick-slide.slick-fast{
    transition: 200ms;
    -webkit-transition: 200ms;
}


.slick-active .slider-overlay{
    background: rgba(255, 255, 255, 0);
    transition: background-color 2000ms;
    -webkit-transition: background-color 2000ms;
}


.slider-overlay.slick-fast{
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
}


.slider-overlay{
    background: rgba(255, 255, 255, .75);
    transition: background-color 2000ms;
    -webkit-transition: background-color 2000ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.slider-info, .slick-active .slider-info{
    color: #444;
    font: 400 16px/27px "Roboto",Helvetica,sans-serif;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 60px #fff inset;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider-info .slider-content{
    max-height: 100%;
    padding: 12px 50px 24px;
    -webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
    position: relative;
}

a {
    cursor: pointer;
}

a.pending {
    background: #f5e6ff none;
    border-color: #ccb8d9;
    color: #9b6bb3;
    opacity: 1;
}

a.clean-link-female, a.clean-link-female:visited,
a.clean-link-male, a.clean-link-male:visited{
    color: #008BDB;
    transition: 400ms;
    -webkit-transition: 400ms;
    text-decoration: none;
    white-space: nowrap;
    border-bottom-style: none;
}

a.clean-link-female:hover,
a.clean-link-male:hover{
    transition: 100ms;
    -webkit-transition: 200ms;
    color: #38b6ff;
    display: inline-block;
    transform: scale(1.02, 1.02);
}


.title-bar{
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    overflow: auto;
    position: relative;
}


.read-more-link{
    float: right;
    /*text-shadow: 0 0 6px black, 0 0 3px black*/
}


.child-name{
    font-size: 32px;
    float: left;
}

.entry-header{
    display: none;
}


.slick-prev, .slick-next {
    width: 25%;
    position: absolute;
    opacity: .2;
    transition-duration: .5s;
    -webkit-transition-duration: 400ms;
    background-size: 32px 84px;
}


.slick-prev:hover, .slick-next:hover {
    opacity: .7;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
}


.slick-prev{
    left: 0px;
    padding-left:0;
    background: url(prev-thick-blue.png) no-repeat center left;
    z-index: 2;
}


.slick-next{
    right: 0px;
    padding-right:0;
    background: url(next-thick-blue.png) no-repeat center right;
    z-index: 2;
}



/*------------------- hide content --------------------*/
@media only screen and (max-height: 600px) {
    .slider-content{
        /*display: none;*/
    }
}


a.edit-slide-btn{
    background-color: rgba(0, 0, 0,.5);
    color: #eee;
    border: 2px solid !important;
    border-radius: 16px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 26px;
    position: absolute;
    opacity: .75;
    right: 5px;
    top: -35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

a.edit-slide-btn:hover:active {
    /*box-shadow: 0 0 2px rgba(0,0,0,.3);*/
    width: 30px;
    height: 30px;
    bottom: 136px;
    right: 5px;
}

a.edit-slide-btn:hover{
    background-color: rgba(0,0,0,.55);
    color: #20aeff;
    opacity: 1;
    width: 32px;
    height: 32px;
    right: 4px;
    bottom: 135px;
}

body.single-nhu_child a.edit-slide-btn {
    position: absolute;
    right: 20px;
    top: 50px;
}

body.single-nhu_child a.edit-slide-btn:hover {
    color: inherit;
    right: 19px;
    top: 49px;
}

#splash{
    background: white;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cover{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
}

#splash_content.slider_empty a{
    display: inline;
    color: #14a4cc;
    background: none;
    border: none;
}

#splash_content.slider_empty{
    top: 0;
}

#splash_content.slider_empty div{
    top: calc(50vh - 5em);
    position: relative;
}

#splash_cover{
    background-color: white;
}

#splash_shadow{
    box-shadow: 0 0 200px 100px rgba(255, 255, 255, 0.8) inset
}

#splash_content{
    /*color: #ccc;*/
    text-align: center;
    font-family: "Roboto", sans-serif;
    position: fixed;
    /*text-shadow: 1px 1px 3px black;*/
    top: 25vh;
    padding: 0 20px;
}

div#splash_content div:nth-child(2) {
    margin-left: 30px;
}

div#splash_content div {
    width: 360px;
    min-width: 50%;
    display: inline-block;
}

#splash_content b {
    color: #008BDB;
}

#splash_content a {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 7px;
    text-decoration: none;
    /*border: 1px solid #14a4cc;*/
    color: white;
    width: 50%;
    max-width: 250px;
    min-width: 180px;
    background-color: #008BDB;
    transition: .2s;
    -webkit-transition: .2s;
}

#splash_content a:hover {
    transform: scale(1.05, 1.05);
    border-radius: 4px;
}

/*------------------- jquery ui overrides --------------------*/
.ui-widget-overlay{
    background: #888;
    opacity: .65;
    box-shadow: 0 0 200px 0 #555 inset;
}


div.ui-widget-content, div.ui-widget-header{
    color: inherit;
}

div.ui-widget-content p{
    margin-bottom: 1em;
}

div.ui-dialog {
    box-shadow: 0 0 5em 2em rgba(0, 0, 0, .5), 0 0 5em 1em rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .75);
    border-color: #333;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

div.ui-dialog a.return-link{
    margin: .6em 2em;
}

.ui-widget-header {
    border: none;
    background: none;
}

button.ui-dialog-titlebar-close{
    display: none;
}

.ui-dialog .ui-dialog-title{
    text-align: center;
    font-size: 1.4em;
    float: none;
}

a.return-link:before{
    top:-1.5px;
    position:relative;
    margin-right:4px;
    content: '\00ab';
}


