body {
    background-image: url("../images/bg-1.gif");
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
}

a {
	color: #47C6F8;
	text-align: center;
}
	
a:hover {
	color: #0FF;
}

/* start preloader */
.preloader
	{
		  position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 80px;
  		height: 30px;
  		text-align: center;
  		font-size: 8px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #28a7e9;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }
		 .sk-spinner-wave .sk-rect6
	{
          -webkit-animation-delay: -0.7s;
                  animation-delay: -0.7s; 
     }
		 .sk-spinner-wave .sk-rect7 
	{
          -webkit-animation-delay: -0.6s;
                  animation-delay: -0.6s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

#home
	{
		
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 920px;
		text-align: center;
	}
#home h1
	{
		color: #A9BCF5;
		font-weight: bold;
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
		text-align: center;
	}
	#home h2
	{
		color: #A9BCF5;
		font-weight: bold;
		font-weight: 300;
		font-size: 30px;
		padding-bottom: 15px;
		text-align: center;
		text-decoration:underline;
		text-shadow: 1px 1px 1px #28a7e9;
		}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #28a7e9;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 220px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
						
		}
#home .btn:hover
	{
		background: #A9BCF5;
		border-color: transparent;
	}
	p
	{
	  color: #A9BCF5;
		text-align: center;
	}
.element {
	height: 60px;
	font-size: 17px;
	color: #A9BCF5;
	text-align: center;
	font-weight: normal;
}
.element2 {
  height: 90px;
	font-size: 13px;
	color: #A9BCF5;
	text-align: center;
	
}


