.view,body,html{height:100%}
.navbar{background-color:rgba(0,0,0,.2)}.page-footer,.top-nav-collapse{background-color:#1C2331}


a.animated-button:link, a.animated-button:visited {
	
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button.victoria-four {
	border: 2px solid ;
}
a.animated-button.victoria-four:after {
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
	opacity: 0.6;
	height: 600% !important;
}

a.animated-button.btn-bg-grey:after
{
	background: #bdbdbd;
	opacity: 0.75;
}
.btn-default-bg-red{
	background: #ef5350 !important;
}
.btn-default-bg-red:active{
	background: #b61827 !important;
}
.btn-default-bg-red:hover{
	background: #b61827 !important;
}
.btn-default-bg-red:focus{
	background: #b61827 !important;
}
.btn-default-bg-red.dropdown-toggle{
	background: #b61827 !important;
}

.color-1 {
	color: #e68225;
}
.color-2 {
	color: #ef8a29;
}
.color-3 {
	color: #f69331;
}
.color-4 {
	color: #fb9d3f;
}
.color-5 {
	color: #fea954;
}
.color-6 {
	color: #ffb66d;
}