/*
    Document   : Smilejr stylesheet

    Author     : Thar Design

    Description: Stylesheet for template Smilejr

*/


* {

    margin: 0;

}

html, body {

    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;

}

html {

    position: relative;

    min-height: 100%;

    width: 100%;

}

body {

    /* min-height: 75rem; */

    /* padding-top: 3.5rem; */

    overflow-x: hidden;

    margin-top: 95px;

}
body{
	/* Margin bottom by footer height */
	margin-bottom: 200px;
}

h1, h2, h3, h4, h5, h6 {

    font-weight: lighter;

}

a {

    text-decoration: none;


}
a:hover {
	color: #68b5b6;
}
.white {
    color: #fff;
}

.white a, a.white {
    color: #fff;
}

.submit .btn, .pink {
    color: #eccecd;
}

.submit .btn a, a.submit .btn, .pink a, a.pink {
    color: #eccecd !important;
}

.submit .btn, .bg-pink {
    background-color: #b66968;
}

.submit .btn {
    margin-top: 10px;
}

.black {
    color: #000;
}

.black a {
    color: #000;
}

.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}

nav {

    height: 95px;

}

.d-contents {

    display: contents;

}

@media (max-width: 767px) {

    nav {

        height: auto;

    }

}

.bg-grey {

    background-color: #f3f3f3;

}

.btn-pink {

    background-color: #eccecd;

}

.btn-white {

    background-color: #fff;

}


/* Header */

#header {

    max-width: 100% !important;

    width: 100%;

}

.header {

    color: #fff;

}

.contents {

}

.title {

    font-size: calc(1rem + 3vw);

}

.logo {

    max-width: 75px;

}

/* Related */
.rel1, .rel5 {
    background-color: #eccecd;
}

.rel1-foto, .rel5-foto {
    max-height: 500px;
}

.blokken {
    min-height: 190px;
}

@media (max-width: 425px) {
    .rel1-foto, .rel5-foto {
        max-height: none;
        width: 100%;
    }
}

/* Carrousel try-out
.rel6 {
	margin-bottom: -400px !important;
}
.ug-button-tile-navigation.ug-button-tile-left {
    top: 20%;
    z-index: 999;
}
.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
    display: none;
}
.ug-button-tile-navigation.ug-button-tile-right {
    z-index: 999;
    top: 20%;
    right: 15px;
} */

/* Footer */
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media (min-width: 992px) {
	.footer{
		height: auto;
	}
}

footer, footer a {

    color: #eee;

    text-decoration: none;

}

footer ul {

    list-style: none;

    list-style-position: outside;

    padding: 0;

}

footer li {

    list-style: none;

}

footer .copyright {

    text-align: center;
	margin-bottom: 10px;

}


/* == SLIDESHOW > HEADER == */

/* >>Arrows: different position & using images */

.slick-prev, .slick-next {

    top: 75%;

}

.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {

    content: none;

}

.slick-arrow {

    width: 42px;

    height: 42px;

    opacity: .75;

}

.slick-prev {

    background: url(../img/prev.png) no-repeat;

    left: 5px;

}

.slick-next {

    background: url(../img/next.png) no-repeat;

    right: 5px;

}

.slick-prev:hover, .slick-prev:focus {

    background: url(../img/prev.png) no-repeat;

    opacity: 1;

}

.slick-next:hover, .slick-next:focus {

    background: url(../img/next.png) no-repeat;

    opacity: 1;

}

/* >>Dots: different position & colors */

.slick-dots {

    position: absolute;

    right: 20px;

    text-align: right;

}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {

    opacity: .75;

}

.slick-dots li button:before {

    opacity: 1;

    color: #ffffff;

}

.slick-dots li.slick-active button:before {

    opacity: 0.7;

    color: #ff0000;

}

/* slick squares */

.slick-dots li button:before {

    background-color: #ffffff;

    content: "";

    width: 15px;

    height: 15px;

}

.slick-dots li.slick-active button:before {

    background-color: #E30713;

}


/* >>Captions: correspond with captionTypes in Settings */

/* {"0": "top-left","1":"top-right","2":"bottom-left","3":"bottom-right"} */

.slick-slide .caption {
    text-align: center;
    background-color: #b66968aa;
    padding: 5px 10px;
    font-size: calc(0.5rem + 1vw);
}

.caption.top-left {
    top: 5%;
    left: 10%;
}

.caption.top-right {
    top: 5%;
    right: 10%;
}

.caption.bottom-left {
    left: 0%;
    bottom: 10%;
}

.caption.bottom-right {
    bottom: 0%;
    right: 10%;
}

.caption.bottom-center {
    bottom: 0%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

/* Media Queries */
@media (min-width: 1200px) {
    .title {
        font-size: 3rem;
    }

    .slick-slide .caption {
        /* font-size: 1.5rem; */
    }

    .relatedinfo-name {
        font-size: 2.3rem;
    }
}

@media (max-width: 500px) {
    .slick-slide > .caption {
        display: none !important;
    }
}

@media (min-width: 500px) and (max-width: 1024px) {
    .caption.bottom-center {
        width: 350px;
        margin-left: -175px;
        /* font-size: 15px; */
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .caption.bottom-center {
        width: 500px;
        margin-left: -250px;
        /* font-size: 20px; */
    }
}


/* Forms */

.search-form {

    margin-top: .5em;

}

.search-form #search {

    margin-right: .3em;

}

.comment_form {

    margin-bottom: .8em;

}


/* Images */

.zoom {

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    overflow: hidden;

    position: relative;

    text-align: center;

    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;

}

.zoom:hover {

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

    -webkit-transition: all 0.3s ease-in-out;

}


/* Navigatie */

.navbar-header {

    width: 100%;

}

.navbar-nav > li > a {

    font-size: 1.25rem;

    color: #fff !important;

    padding: 10px;

    text-decoration: none;

}

@media (max-width: 767px) {

    .navbar-nav > li > a {

        padding: 0px;

    }

}

.navbar-nav > li:hover, .navbar-nav > li:focus {

    border-bottom: 0px #fff solid;

}

.navbar-nav > li:hover a, .navbar-nav > li:focus a {

	color: #68b5b6 !important;

}

.navbar-nav > li > .dropdown-menu {

    background-color: #eccecd;

}

.navbar-nav {
    /* float: right; */
    position: relative;
    z-index: 1020;
	padding: 0 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

    background: none;

}

.navbar-nav > li.active > a, .navbar-nav > li.childactive > a {

    /* color: #fff000 !important; */

    border-bottom: 2px #fcbddc solid;

    text-decoration: none;

}

.nav>li>.dropdown-menu>li>a { 
	color: #000000 !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #68b5b6;
}

.navbar-toggle {

    margin-top: 0px;

}

/* Open default child menus*/

@media (max-width: 767px) {

    li.active > a > .caretcontent, li.active > a > .caret, li.childactive > a > .caretcontent, li.childactive > a > .caret {

        display: none;

    }

    li.active > .dropdown-menu, li.childactive > .dropdown-menu {

        display: block;

    }

    li.active > .dropdown-menu li a, li.childactive > .dropdown-menu li a {

        /* padding: 5px 15px 5px 25px; */

    }

    li.active .dropdown-menu, li.childactive, .dropdown-menu {

        position: static;

        float: none;

        /* width: auto; */

        margin-top: 0;

        /* background-color: transparent; */

        border: 0;

        -webkit-box-shadow: none;

        box-shadow: none;

    }

}

.sub_menu li a {

    color: #000;

}

/* expand 3th level menu to right */

.dropdown > .dropdown-menu .dropdown-menu {

    left: 100%;

    top: 0;

}

.caret, .caretcontent {

    display: none;

}

#link-boek-nu {
    background-color: #68b5b6;
    padding: 10px;
    margin: -10px 10px;
    border-radius: .3rem;
}

#link-boek-nu.active a {
    border-bottom: 0px !important;
}

#link-boek-nu a:hover, #link-boek-nu.active a:hover {
    border-bottom: 0px !important;
    color: #000 !important;
}

#link-boek-nu.active a {
    border-bottom: 0px !important;
    color: #fff !important;
}

@media (max-width: 767px) {
	#link-boek-nu {
		margin: 10px 0px;
	}
	
}