body {
    background-color: #eee;
	font-size: 16px;
}

@keyframes rotate { 
	100% { transform: rotate(360deg); } 
}

@-webkit-keyframes rotate {
	100% { -webkit-transform: rotate(360deg); } 
} 

@keyframes inout { 
	0%   { transform: scale(0, 0); } 
	25%   { transform: scale(0, 0); }
	50%   { transform: scale(0, 0); }
	100%  { transform: scale(1, 1); } 
}
 
@-webkit-keyframes inout {
	0%   { -webkit-transform: scale(0, 0); } 
	25%  { -webkit-transform: scale(0, 0); }
	50%  { -webkit-transform: scale(0, 0); }
	100% { -webkit-transform: scale(1, 1); } 
}

.nomargin { margin: 0 !important; }

header.container,
section.container {
	background-color: #FFF;
}

.logo img {
	max-width: 100%;
}

.navbar-inverse .container {
	padding: 0px;
}

.navbar-inverse {
	background: #333333;
	border: 0px;
	border-color: #C90400;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	z-index: 99;
}

.navbar-inverse #navbar {
	margin: 0px;
	padding: 0px;
}

#navbar .nav.navbar-nav {
	animation: inout 1s !important; 
	animation-iteration-count: 1 !important;
	-webkit-animation: inout 1s !important;
	-webkit-animation-iteration-count: 1 !important; 
}

.navbar-inverse .dropdown-menu,
.navbar-inverse .dropdown-menu a {
	background: #333333;
	color: #9d9d9d;
}

.navbar-inverse .dropdown-menu a:hover {
	color: #FFF;
}

.navbar-inverse li.active a,
.navbar-inverse li.active a:hover {
	background-color: #C90400 !important;
	color: #FFF;
}

.navbar-inverse li a:hover {
	background-color: #960300 !important;
	-webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar-inverse .navbar-collapse .navbar-nav {
	margin: 0px;
}

.sidebar {
border-right: 1px solid #EAEAEA;
}

.sidebar h2 {
	background-color: #333333;
	color: #9d9d9d;
	text-shadow: 1px 1px 1px #000;
	padding: 10px;
	margin: 0px;
}

.main img {
	max-width: 100%;
}

.page-header {
	margin: 20px 0;
}

footer.container {
	background-color: #333333;
	border-color: #C90400;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	color: #FFF;
	padding: 15px 15px 10px;
}

footer a {
	color: #9d9d9d;
}

footer a:hover {
	color: #FFF;
	text-decoration: none;
}

footer .active a {
	color: #FFF;
}

.tp-caption.black_bold_40,
.tp-caption.light_bold_40,
.tp-caption.red_bold_40,
.tp-caption.black_heavy_60,
.tp-caption.light_heavy_60,
.tp-caption.red_heavy_60,
.tp-caption.black_heavy_70,
.tp-caption.light_heavy_70,
.tp-caption.red_heavy_70,
.tp-caption.black_heavy_72,
.tp-caption.grey_heavy_72,
.tp-caption.red_heavy_72 {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: rgb(0, 0, 0);
    font-family: Raleway;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-decoration: none;
    text-shadow: none;
}

.tp-caption.black_bold_40,
.tp-caption.light_bold_40,
.tp-caption.red_bold_40 {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

.tp-caption.light_bold_40 {
    color: rgb(255, 255, 255);
}

.tp-caption.red_bold_40 {
    color: rgb(201,4,0);
}

.tp-caption.black_bold_50,
.tp-caption.light_bold_50,
.tp-caption.red_bold_50 {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

.tp-caption.light_bold_50 {
    color: rgb(255, 255, 255);
}

.tp-caption.red_bold_50 {
    color: rgb(201,4,0);
}

.tp-caption.black_heavy_60,
.tp-caption.light_heavy_60,
.tp-caption.red_heavy_60 {
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
}

.tp-caption.light_heavy_60 {
    color: rgb(255, 255, 255);
}

.tp-caption.red_heavy_60 {
    color: rgb(201,4,0);
}

.tp-caption.light_heavy_70,
.tp-caption.light_heavy_70,
.tp-caption.red_heavy_70 {
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
}

.tp-caption.light_heavy_70 {
    color: rgb(255, 255, 255);
}

.tp-caption.red_heavy_70 {
    color: rgb(201,4,0);
}

.tp-caption.black_heavy_72,
.tp-caption.grey_heavy_72,
.tp-caption.red_heavy_72 {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
}

.tp-caption.grey_heavy_72 {
    color: rgb(213, 210, 210);
}

.tp-caption.red_heavy_72 {
    color: rgb(201,4,0);
}

.slotholder {
    background: none repeat scroll 0 0 transparent;
    position: relative;
    z-index: 1;
}

.block-error {
    margin: 50px auto 0;
    width: 400px;
	animation: inout 1s !important;
	animation-iteration-count: 1 !important;
	-webkit-animation: inout 1s !important;
	-webkit-animation-iteration-count: 1 !important;
}

.block-error .error-num {
    color: #000;
    float: left;
    font-size: 190px;
    font-weight: 100;
    line-height: 180px;
    text-align: center;
    width: 100%;
}

.block-error .error-text {
    color: #000;
    float: left;
    font-size: 31px;
    font-weight: 200;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	animation: inout 2s !important;
	animation-iteration-count: 1 !important;
	-webkit-animation: inout 2s !important;
	-webkit-animation-iteration-count: 1 !important;
}

.block-error .error-description {
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin: 30px 0;
    text-align: center;
    width: 100%;
	animation: inout 2s !important;
	animation-iteration-count: 1 !important;
	-webkit-animation: inout 2s !important;
	-webkit-animation-iteration-count: 1 !important;
}