
	.bz-slide	 					{ float:left; overflow:hidden; position: relative; } 	
	.bz-slide .bz-slide-item-list	{ position:relative; }
	.bz-slide .bz-slide-item		{ float:left; background-repeat: no-repeat; background-size: cover; background-position: center; }
	
	/* slide num */	
	.bz-slide-num { position: absolute; bottom: 30px; }
	.bz-slide-num a.bz-slide-active	{ 
		background-image: url(img/dot-active.png); 
		background-position: center center; 
		background-repeat: no-repeat; 
		margin-right: 0 2px; 
		padding: 7px;
		outline: none;
	}
	
	.bz-slide-num a	{ 
		background-image: url(img/dot-normal.png);
		background-position: center center; 
		background-repeat: no-repeat; 
		margin: 0 2px;
		padding: 7px;
		outline: none;
	}
	
	/* navigation arrows */
	.bz-slide-nav-container { position: absolute; top: 40%; }
	.bz-slide-nav {
		cursor: pointer;
		height: 64px;
		position: absolute;
		top: 40%;
		width: 64px;
	}
	.bz-slide-nav-prev {
		left: 25px;
		background-image: url(img/prev-icon.png);
	}
	.bz-slide-nav-next {
		background-image: url(img/next-icon.png);
		right: 25px;
	}
	
	/* CUSTOM */
	.bz-slide-item			{ overflow: hidden; background-position: center center; }
    	.prelative				{ position: relative; }
    	.slide-single			{ width: 1150px; height: 600px; position: relative; margin: 0 auto; }
    	.slide-single h1		{ position: absolute; font-family: bebas; font-size: 52px; }
    	.slide-single h2		{ position: absolute; font-family: roboto; font-size: 30px; font-weight: normal; }
    	.slide-single input		{ position: absolute; }
        .color-black			{ color: #000; }
	    .color-white			{ color: #fff; }
	    .color-red				{ color: #cc0001; }
	    .color-yellow			{ color: #ffcc00; }
	    .color-green			{ color: #009900; }
	    .color-gray				{ color: #666; }
	    .text-bold				{ font-weight: bold; }
	    .text-align-right		{ text-align: right; }
	    .text-align-center		{ text-align: center; }
        .text-align-left        { text-align: left !important; }
	    .full-width				{ width: 100%; }
	    .text-shadow			{ text-shadow: 2px 2px 10px #000 !important; }
	    .to-right				{ right: 0; }

        .s-col-40               { width: 40%; }
        .s-col-50               { width: 50%; }
        .s-col-60               { width: 60%; }
        .s-col-70               { width: 70%; }
        .s-col-80               { width: 80%; }
        .s-col-90               { width: 90%; }
        
        .top-70                 { top: 70px !important; }
        .top-80                 { top: 80px !important; }
        .top-90                 { top: 90px !important; }
        .top-100                { top: 100px !important; }
        .top-110                { top: 110px !important; }
        .top-120                { top: 120px !important; }
        .top-130                { top: 130px !important; }
        .top-140                { top: 140px !important; }
        .top-150                { top: 150px !important; }
        .top-160                { top: 160px !important; }
        .top-170                { top: 170px !important; }
        .top-180                { top: 180px !important; }
        .top-190                { top: 190px !important; }
        .top-200                { top: 200px !important; }
        .top-210                { top: 210px !important; }
        .top-220                { top: 220px !important; }
        .top-230                { top: 230px !important; }
        .top-240                { top: 240px !important; }
        .top-250                { top: 250px !important; }
        .top-260                { top: 260px !important; }
        .top-270                { top: 270px !important; }

        .big-title              { font-family: robotoLight; font-size: 56px !important; line-height: 130% !important; color: #fff; }

	