body {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* website adjustments */
.footer{
	background: #131313 none repeat scroll 0 0;
    float: left;
    padding: 40px 0;
    width: 100%;
    color: #ffffff;
}
.footer a,a:before,a:after {
	text-decoration:none;
    color: #ccc;
}
.footer a:hover {
	text-decoration:underline;
    color: #ccc;
}
.row-home-header{
	padding:10px;
}
.row-home-header-background{
	background-color: #d8d2cf;
}
.row-home-brands-background{
	background-color: #d8d2cf;
	padding-bottom: 10px;
	padding-top:10px;
}
.row-home-brands{
	
}
.col-home-slider{
	padding:0px;
	vertical-align:middle;
}

.col-home-contact{
	padding-right:0px;
}
.col-home-contact .panel{
	margin-bottom: 0px;
	margin-top: 10px;
	border:none;
}
.col-home-contact .panel-heading{
	padding-left:10px;
}
.col-home-contact .panel-body{
	padding:10px;
}
.news-widget{
	background-color: #edeeee;
}
.col-home-left{
	padding-top:10px;
}
.col-home-right{
	padding-top:10px;
}
.application-btn{
	border-radius: 0px;
}
.getborder{
	border: 1px solid #000000;
}
.row-applications{
	margin-bottom: 30px;
}
.carousel img {
  min-width: 100%;
  height: 500px;
  max-width: none;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
[class*="col"].centred {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* bootstrap adjustments */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #E05856;
}
.navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.panel{
	border-radius: 0px;
}
.panel-heading{
	border-radius: 0px;
}
.panel-footer{
	border-radius: 0px;
}
.list-group-item{
	border-radius: 0px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}
.well-lg{
	border-radius: 0px;
}
.thumbnail{
	border-radius: 0px;
}
