.carousel,
.item,
.active {
	/*height:100%;*/
	background-color:transparent
}

.carousel-inner {
	/*height:100%;*/
}

.marginspace{
	margin-top:15px	
}
.marginspace30{
	margin-bottom:30px	
}

.slide-image {
    width: 100%;
}

body, html {
	height: 100%;
	width: 100%;
	font-weight:normal;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

html, body {
	height:100%;
}

.content-section-banner {
	background-color: #FFFFFF;
	padding: 15px 0 8px;
	color:#FFFFFF
}

.content-section {
	padding: 0px 0;
}

.section-heading {
	margin-bottom: 10px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}


footer {
	background-color: #FFFFFF;
	padding: 5px 0;
	font-weight: normal;
	font-size: 14px;
}

.client-list ul li {
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

p.copyright {
	margin: 10px 0 0;
	color: #000;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}

ul#menu li:last-child a#virtual{
	padding:0px	5px;
}
