/*<!-- Copyright PT RIGT Software Indonesia, All rights reserved. -->*/

			#lastBG{
				background-image: url(images/last.jpg);
				background-position: 25% 50%; /*kanan-kiri atas-bawah   0 0 left top*/
				
				height: 100%;
				width: 100%;
				min-width: 320px;
				min-height: 240px;
				top:0px;
				left:0px;
				right:0px;
				bottom: 0px;
				background-size: cover;
				position: absolute;
				z-index:-100;
			}
			
			#lastFooter{
				/* Fallback for web browsers that don't support RGBa */
				background-color: rgb(50, 50, 50);
				/* RGBa with 0.6 opacity */
				background-color: rgba(50, 50, 50, 0.8);
				/* For IE 5.5 - 7*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
				/* For IE 8*/
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
				
				
				height: auto;
				width: 100%;
				min-width: 320px;
				min-height: 50px;
				
				left:0px;
				right:0px;
				bottom: 0px;
				background-size: cover;
				position: absolute;
				z-index:0;
				
				color:#fCfCfC;
			}
			
			#containerFooter{
				margin-left:auto;
				margin-right:auto;
				width:90%;
				height:100%;
				min-width:320px;
				max-width:1024px;
				
				margin-top:.5%;
				margin-bottom:1.5%;
			}
			
			#madeLove{
				margin-left:auto;
				margin-right:auto;
				width:auto;
				text-align:center;
				font-size:1.2em;
				padding:1%;
			}
			#container_img_made_with{
				max-width:25%;
				max-height:20%;
				margin:auto;
				z-index:1;
			}
			#img_made_with{
				max-width:100%;
				max-height:70%;
				width:auto;				
				height:auto;
				
				opacity:0.4;
				filter:alpha(opacity=40); /* For IE8 and earlier */
			}
			#text_made_with{
				z-index:2;
				position:relative;
				left:0px;
				right:0px;
				margin-top: -7.5%;
			}
			
			#endFooter{
				margin-top:2%;
				font-size:.9em;
			}
			#textFooter{
				bottom:0px;
				position:relative;
				z-index:-10;
			}
			
			/*#textFooter a{
				text-decoration:none;
				color:#CCC;
			}
			#linkFooter{
				margin-left:2.5%;
			}*/
			
			#linkFooter{
				float:left;
				margin-right:2.5%;
				color:#CCC;
				cursor:pointer;
			}
			#linkFooter:hover{
				color:#EEE;
			}
			
			#containerContact{
				margin:auto;
				left:0px;
				right:0px;
				bottom:50%;
				position:absolute;
				text-align:center;
			}
			#textContact{
				font-size:4em;
				font-weight:500;
				top:0;
				bottom:0;
				
				/*ini?*/
				color:#EDEDED;
				text-shadow: rgba(55,55,55,0.5) 0px 3px 3px;
				
				/*atau ini*
				color:#3D3D3D;
				text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;*/
				
				/*better tp ie dkk gak bisa*
				font-size:4em;
				font-weight:500;
				top:0;
				bottom:0;
				background-color: #545454;
				-webkit-background-clip: text;
				-moz-background-clip: text;
				background-clip: text;
				color: transparent;
				text-shadow: rgba(255,255,255,0.5) 0px 3px 3px; */
			}
			#buttonContact{
				margin-top:2%;
				background:#25A6E1;
				background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
				background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
				background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
				background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
				background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
				background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
				padding:15px 38px;
				color:#fff;
				font-size:1.3em;
				border-radius:2px;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				border:none;
				
				cursor:pointer;
			}
			#buttonContact:hover{
				background:#28b8fa;
				background:-moz-linear-gradient(top,#28b8fa 0%,#188BC0 100%);
				background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#28b8fa),color-stop(100%,#188BC0));
				background:-webkit-linear-gradient(top,#28b8fa 0%,#188BC0 100%);
				background:-o-linear-gradient(top,#28b8fa 0%,#188BC0 100%);
				background:-ms-linear-gradient(top,#28b8fa 0%,#188BC0 100%);
				background:linear-gradient(top,#28b8fa 0%,#188BC0 100%);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b8fa',endColorstr='#188BC0',GradientType=0);
			}
			
			#socialFooter{
				float:right;
				bottom:0px;
				width:10%;
				height:auto;
				position:relative;
			}
			#socialButton{
				float:right;
				position:relative;
				width:22%;
				height:auto;
				margin-left:8%;
			}
			#imgButton{
				width:100%;
				height:auto;
				cursor:pointer;
				opacity:0.7;
				filter:alpha(opacity=70); /* For IE8 and earlier */
  				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				-moz-border-radius: 15%; /* Firefox */
				-webkit-border-radius: 15%; /* Safari and Chrome */
				border-radius: 15%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
				
				
				-webkit-transition: all 0.5s ease-in;
				-moz-transition: all 0.5s ease-in;
				-ms-transition: all 0.5s ease-in;
				-o-transition: all 0.5s ease-in;
				transition: all 0.5s ease-in;
			}
			#imgButton:hover{
				opacity:1;
				filter:alpha(opacity=100); /* For IE8 and earlier */
  				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
			}
			#imgButton.fb{
				background-color:#999;
			}
			#imgButton.fb:hover{
				background-color:#3b579d;
			}
			#imgButton.twitter{
				background-color:#999;
			}
			#imgButton.twitter:hover{
				background-color:#33ccff;
			}
			#imgButton.google{
				background-color:#999;
			}
			#imgButton.google:hover{
				background-color:#dd4c39;
			}