/*@font-face{
	font-family: 'Glyphicons Halflings';
	src:url(../fonts/glyphicons-halflings-regular.ttf);
	src: url(../fonts/glyphicons-halflings-regular.woff);
	src: url(../fonts/../fonts/glyphicons-halflings-regular.svg);
	
}
*/
body {
	margin: 0;
	padding: 0;
	/*min-height: 100%;
	background: linear-gradient(to right,  rgba(148,217,247,0.64), rgba(148,217,247,0.64)), url(../Images/business.jpg); 
	height: auto;
	background-size: cover;*/
}

ul.newCloud{list-style-image: url(../Images/cloud.png);
}



.logoHolder {
}


#columnOne {
	background-color:#BDF3FC;
}

#columnTwo {
	background-color:#E8FAFD;
}

.imageOne {
	height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../Images/SLIDES/SLD-_0000_1.jpg);
	transition: all .5s ease-in-out;
}

.imageOne:hover {
	
	background-image: url(../Images/SLIDES/SLD-_0004_1-1.jpg);
	transition: all .5s ease-in-out;	
}



.imageTwo {
	height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../Images/SLIDES/SLD-_0001_2.jpg);		
	transition: all .5s ease-in-out;
}

.imageTwo:hover {
	
	background-image: url(../Images/SLIDES/SLD-_0005_2-2.jpg);
	transition: all .5s ease-in-out;
}



.imageThree {
	height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../Images/SLIDES/SLD-_0002_3.jpg);
	transition: all .5s ease-in-out;
	
}

.imageThree:hover {
	
	background-image: url(../Images/SLIDES/SLD-_0006_3-3.jpg);
	transition: all .5s ease-in-out;
}



.imageFour {
	height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../Images/SLIDES/SLD-_0003_4.jpg);
	transition: all .5s ease-in-out;
	
}

.imageFour:hover {
	
	background-image: url(../Images/SLIDES/SLD-_0007_4-4.jpg);
	transition: all .5s ease-in-out;
}


#serviceId {
  background-color: white;
  /*opacity: .75;*/
  padding: 25px;
  margin-bottom: 20px;
}


.contact{
  background-color: white;
  opacity: .75;
  padding: 25px;
  margin-bottom: 20px;
}


mainFooter{
	bottom: -5px;
	width: 100%;
	margin-bottom:0px;
	height: 100px;	
}

.send, .myForm label {
	display: block;
}

.myForm input, .myForm textarea {
	width: 100%;
}

#formWrap {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 20px;
}

#formBtn{
	background: #17A2B8;
	color: aliceblue;
	transition: all .3s ease-in-out;
	height: 75px;
	font-size: 20px;
}

#formBtn:hover {
	background: #5AD6EA;
	transition: all .3s ease-in-out;
}