/* THEME STYLES */
/* Theme: Het Hof.nl */

#sequence-theme {
	width: 100%;
    min-width: 320px;
	height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 15;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

	#sequence-theme #sequence {
		width: 100%;
        min-width: 320px;
		height: 1450px;
        margin: 0 auto;
        padding: 0;
		position:relative;
        z-index: 5;
        overflow: hidden;
	}
	
		#sequence-theme #sequence-preloader { background: #fff; }
        #sequence-theme #sequence ul { margin: 0; }
		#sequence-theme #sequence li { width: 100%; position: absolute; }
		#sequence-theme #sequence li > * { position: absolute;}
        
        /* BG_IMAGE */
		#sequence-theme div.bg_img.img_01 { background: url('../img/bg_01.jpg') no-repeat top center; background-size: cover; }
		#sequence-theme div.bg_img.img_02 { background: url('../img/bg_02.jpg') no-repeat top center; background-size: cover; }
		#sequence-theme div.bg_img.img_03 { background: url('../img/bg_03.jpg') no-repeat top center; background-size: cover; }
        #sequence-theme div.bg_img.img_04 { background: url('../img/bg_04.jpg') no-repeat top center; background-size: cover; }
		#sequence-theme div.bg_img.img_05 { background: url('../img/bg_05.jpg') no-repeat top center; background-size: cover; }
		
		#sequence-theme div.bg_img {
			width: 100%;
			height: 1450px;
			opacity: 0;
			-webkit-transition-duration: 1s;
			-moz-transition-duration: 1s;
			-ms-transition-duration: 1s;
			-o-transition-duration: 1s;
			transition-duration: 1s;
		}
		
            #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;
            }
            #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;
            }
		
        #sequence-theme .content { 
        
        width: 100%; 
        max-width: 1024px;
        margin: 0 auto;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        
        }
        
        							         
        /* BULLITS */
        #sequence-theme .title {
            width: 100%;
            max-width: 1024px;
            position: relative;
            top: 0;
            left: -50%;
            opacity: 0;
            z-index: 9200;
            text-align: left;
            font-size: 3.6em;
            font-weight: 700;
            line-height: 115%;
            letter-spacing: -2px;
            text-transform: uppercase;
            color: #fff;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
        }
        
            #sequence-theme .animate-in .title {
                left: 0;
                opacity: 1;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
            
            #sequence-theme .animate-out .title {
                left: 50%;
                opacity: 0;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }
                
/* MEDIA_QUERIES
   --------------------------------------------- */
    @media only screen and (min-width: 0) and (max-width: 900px) {  
   
        #sequence-theme { margin-bottom: 10px; }
        #sequence-theme .title { width: 100%; max-width: 100%; padding: 0 20px; font-size: 2.5em; text-align: center; }  
        #sequence-theme .bullit { width: 100%; max-width: 100px; }
       
    }  
   
    @media only screen and (min-width: 0) and (max-width: 640px) {  
   
        #sequence-theme .title { width: 100%; font-size: 2em; }  
        #sequence-theme .bullit { width: 100%; max-width: 80px; top: 32%; }

   }  

    @media only screen and (min-width: 0) and (max-width: 415px) {  
   
        #sequence-theme .title { width: 100%; font-size: 1.8em; letter-spacing: -1px; }  
        #sequence-theme .bullit { width: 100%; max-width: 70px; top: 25%; }

   }  