/* THEME STYLES */
/* Theme: ZHINGG */

section.sequence-theme {
	width: 100%;
    min-width: 320px;
	height: 960px;
    position: relative;
    display: inline-block;
    z-index: 15;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

	section.sequence-theme #sequence {
		max-width: 100%;
        min-width: 320px;
		height: 960px;
        margin: 0 auto;
		position:relative;
        z-index: 5;
        overflow: hidden;
	}
    
        .fb-like-button { width: 160px; padding: 15px 5px; text-align: center; position: absolute; left: 180px; top: -10px; z-index: 10; margin-left: auto; margin-right: auto; }
	
		section.sequence-theme #sequence-preloader { background: #fff; }
		section.sequence-theme #sequence li { width: 100%; position: absolute; }
		section.sequence-theme #sequence li > * { position: absolute;}
		
		/* BG_IMAGE */
		section.sequence-theme div.bg_img.img_01 { background: url('../img/streamer_01.jpg') no-repeat top center; }
		section.sequence-theme div.bg_img.img_02 { background: url('../img/streamer_02.jpg') no-repeat top center; }
		section.sequence-theme div.bg_img.img_03 { background: url('../img/streamer_03.jpg') no-repeat top center; }
		
		section.sequence-theme div.bg_img {
			width: 100%;
			height: 960px;
			opacity: 0;
			-webkit-transition-duration: 1s;
			-moz-transition-duration: 1s;
			-ms-transition-duration: 1s;
			-o-transition-duration: 1s;
			transition-duration: 1s;
		}
		
            section.sequence-theme .animate-in div.bg_img {
                opacity: 1;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
            section.sequence-theme .animate-out div.bg_img {
                opacity: 0;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
            
        section.sequence-theme .cont_00 { 
            width: 100%; 
            max-width: 1280px; 
            height: 200px;
            margin-left: auto; 
            margin-right: auto;
            top: 0%; 
            left: 0;
            right: 0;
            z-index: 9200;
            opacity: 0;
            position: relative;
            padding: 20px 0 20px;
        }
        
            section.sequence-theme .animate-in .cont_00 {
                opacity: 1;
                top: 5%;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
            section.sequence-theme .animate-out .cont_00 {
                opacity: 0;
                top: 0%;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
									         
        /* H2_TITLE */
        section.sequence-theme h2.title {
            width: 100%;
			max-width: 500px;
            margin: 0;
			padding: 0;
			position: relative;
			left: 0;
            bottom: 0;
			z-index: 9200;
			color: #fff;
            text-align: left;
            font-size: 1.4em;
            font-weight: 500;
            line-height: 140%;
            text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
			letter-spacing: 0;
			-webkit-border-radius: 6px;
			border-radius: 6px;
        }

        /* BOEKEN */
        section.sequence-theme .cont_00 a.boeken {
            width: 100%;
            max-width: 140px;
			padding: 10px 10px 10px 20px;
            margin-top: 60px;
			position: absolute;
            top: 40%;
			z-index: 9200;
			background: #c74735 url('../img/icon_boeken.png') no-repeat 90% 50%;
			color: #fff;
            text-align: left;
            font-size: 1.2em;
            font-weight: 700;
            line-height: 160%;
			letter-spacing: 1px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
        }
            section.sequence-theme .cont_00 a.boeken:hover { background: #903528 url('../img/icon_boeken.png') no-repeat 90% 50%; }
              
/* MEDIA_QUERIES
   --------------------------------------------- */
    @media only screen and (min-width: 0) and (max-width: 1400px) { 
		section.sequence-theme { max-height: 400px; }
		section.sequence-theme #sequence { max-height: 400px; }  
        section.sequence-theme .cont_00 { padding: 0 10px; }
        section.sequence-theme div.bg_img.img_01 { background-position: 0 -100px; height: 400px; background-size: cover; }
		section.sequence-theme div.bg_img.img_02 { background-position: 0 -100px; height: 400px; background-size: cover; }
		section.sequence-theme div.bg_img.img_03 { background-position: 0 -100px; height: 400px; background-size: cover; }    
   	} 
   	@media only screen and (min-width: 0) and (max-width: 1024px) { 
        section.sequence-theme .cont_00 { height: 280px; }
        section.sequence-theme h2.title { font-size: 1.2em; } 
		section.sequence-theme { max-height: 300px; }
		section.sequence-theme #sequence { max-height: 300px; }  
        section.sequence-theme .cont_00 a.boeken { font-size: 1em; }     
   	}  
   	@media only screen and (min-width: 0) and (max-width: 640px) { 
        section.sequence-theme .cont_00 { height: 180px; } 
        section.sequence-theme h2.title { font-size: 1em; font-weight: 400; }
		section.sequence-theme { max-height: 200px; }
		section.sequence-theme #sequence { max-height: 200px; } 
        section.sequence-theme div.bg_img.img_01 { background-position: 0; height: 200px; }
		section.sequence-theme div.bg_img.img_02 { background-position: 0; height: 200px; }
		section.sequence-theme div.bg_img.img_03 { background-position: 0; height: 200px; }        
   	}  