* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
	width: 100%;
}

/*
#bg-div {
	background: #613225 url('../img/bg.jpg') no-repeat top center;
	background-size: cover;
}
*/

body {
	background-color:#613225!important;
}

p {color:white;}

a {
	color:white;
	text-decoration: none;
}

a:hover {
	color:white;
}

a:active {
	color:white;
}

a:visited {
	color:white;
}

 .clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.cd-panel-content a {
	color:grey;
	transition: color 0.5s;
}

.cd-panel-content a:hover {
	color:black;
}

.nocursor {cursor:default;}

.badge {
	margin-top: 20px;
	/* margin-bottom: 40px; */
}

img {
	margin:0 auto;
}


.img-link img { 
	position: relative;
	top: 0;
	-moz-transition: top 0.25s ease 0s;
	-ms-transition: top 0.25s ease 0s;
	transition: top 0.25s ease 0s;
}

.img-link:hover img {
	top:-10px;
}

.btn-default {
	color:white;
	border-color: #a10533;
	border-radius: 3px;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
	background-color: #790929;
	transition: background-color 0.5s;
	box-shadow: 0px 3px 0px 0px #500319; 
}

.btn-default:hover {
	color:white;
	border-color: #a10533;
	border-radius: 3px;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
	background-color: #8f0b31;
	transition: background-color 0.5s;
	box-shadow: 0px 3px 0px 0px #500319; 
}

footer {
	text-transform: uppercase;
	padding-top: 80px;
	clear: both;
}

#rotating-item-wrapper {
  position: relative;
  width: 202px;
  height: 127px;
}

.rotating-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}