@charset "utf-8";
/*Created by Aidan Taylor - www.aidantaylor.net*/

/*general*/
body {
	background-color: #ebebeb;
	padding-top: 50px;
}
hr {
	border-color: #CCC;
}
.right {
	float: right;
}
.left {
	float: left;
}
.overflow {
	overflow: auto;
	height: 250px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.mchead {
	width: 32px;
	height: 32px;
	border: #f1f1f1 1px solid;
}
td.mchead span {
	left: 15px;
	position: relative;
	top: 15px;
}
button, button:hover, button:focus, button:active,
button.btn, button.btn:hover, button.btn:focus, button.btn:active {
	outline: none;
}
/*modal*/
.modal-body {
	max-height: 500px;
	overflow: auto;
}
/*team*/
.team h2 {
	margin-bottom: 20px;
	position: relative;
	left: 16px;
}
.team .mchead, .team .thumbnail > img, .team .thumbnail a > img {
	max-width: 128px;
	width: 128px;
	height: 128px;
}
.team .smod .mchead, .team .smod .thumbnail > img, .team .smod .thumbnail a > img {
	max-width: 58px;
	width: 58px;
	height: 58px;
}
.team .smod .thumbnail, .team .smod .col-sm-1.col-md-1 {
	width: 68px;
	height: 68px;
	display: inline-block;
	margin-bottom: 0px;
}
.team .smod .col-sm-1.col-md-1 {
	width: 78px;
	height: 78px;
}
.team .admin .mchead, .team .admin .thumbnail > img, .team .admin .thumbnail a > img {
	max-width: 64px;
	width: 64px;
	height: 64px;
}
.team .admin h3, .team .admin h4 {
	margin: 4px;
}
.team .caption {
	text-align: center;
}
/*form*/
#storeign input {
	max-width: 250px;
}
.captcha input {
	width: auto;
}
.captcha img {
	width: auto;
	height: auto;
}
.ign-error {
	display: inline-block;
}
.contact-error, .ign-error {
	color: #c43030;
	margin-left: 15px;
}
.contact-success, .ign-success {
	color: #5ac430;
	margin-left: 15px;
}
input.green, select.green, textarea.green {
	border-color: #5ac430;
}
input.red, select.red, textarea.red {
	border-color: #c43030;
}
/*status*/
.navbar .status {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-o-border-radius: 64px;
	-webkit-border-radius: 64px;
	display: inline-block;
	margin-left: 10px;
	top: -1px;
}
.server-status a {
	text-align: right;
}
.status.green {
	background: #59d827;
}
.status.red {
	background: #d82727;
}
.row.status .col-lg-3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.row.status .circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	border-size: 1px;
	border-style: solid;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
	text-align: center;
}
.row.status .circle span {
	position: relative;
	top: 10px;
	color: #6d6d6d;
}
.row.status .circle.green {
	border-color: #5ac430;
	color: #5ac430;
}
.row.status .circle.red {
	border-color: #c43030;
	color: #c43030;
}
/*lists*/
ul.simple {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.simple li {
	display: inline-block;
	margin-right: 10px;
}
ul.fancy {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul.fancy li {
	background: #f4f4f4;
	margin-bottom: 5px;
	padding-left: 5px;
}
ul.fancy li:last-child {
	margin-bottom: 0px;
}
ul.fancy li:nth-child(even),
ul.fancy a:nth-child(even) li {
	background: #f9f9f9;
}
ul.fancy li img {
	position: relative;
	left: -5px;
}
ul.fancy li .right {
	padding-top: 5px;
	margin-right: 10px;
}
/*panels*/
.panel .panel-heading ul {
	position: relative;
	bottom: 12px;
	right: -16px;
}
.panel .panel-heading {
	font-size: 16px;
}
.panel.links ul.fancy li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.panel.links ul.panel-body {
	padding: 0px;
	margin: 0px;
}
.panel.links ul.panel-body li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}
/*links*/
a {
	color: #106aaf;
}
a:hover, a:focus {
	color: #2e8ad1;
	text-decoration: none;
}
.dark a {
	color: #757575;
}
.dark a:hover, .dark a:focus {
	color: #3a3a3a;
	text-decoration: none;
}
/*banner*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-height: 500px;
	min-width: 100%;
}
.carousel-inner > .item {
    overflow: hidden;
}
.carousel-inner .caption {
	color: #fff;
	position: absolute;
	text-align: right;
	line-height: 20px;
}
.carousel-inner .caption.tr {
	right: 20px;
	top: 40px;
	text-align: right;
}
.carousel-inner .caption.tl {
	left: 20px;
	top: 40px;
	text-align: left;
}
.carousel-inner .caption.br {
	right: 20px;
	bottom: 20px;
	text-align: right;
}
.carousel-inner .caption.bl {
	right: 20px;
	bottom: 20px;
	text-align: right;
}
/*logo */
img.logo {
	display: block;
}
img.logo, .navbar-brand img, a.logo img {
	height: 50px;
	width: auto;
}
.navbar-brand {
	margin: 0px;
	padding: 0px;
}
.navbar-brand img {
	background: rgba(97,153,52,0.50);
}
.navbar-brand img:hover {
	background: rgba(97,153,52,0.75);
}
/*nav bar*/
.navbar-collapse {
	z-index: 999;
}
.navbar.main {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #4a4a4a;
	border: none;
	max-height: 50px;
	min-height: 50px;
}
@media (max-width: 991px) {
.navbar.main .navbar-collapse {
	background: #4a4a4a;
	border: none;
	padding: 0px;
}
}
.navbar-default.main .navbar-nav > li.dark > a {
	background: rgba(0, 0, 0, 0.25);
}
.navbar-default.main .navbar-nav > li.dark > a:hover, .navbar-default.main .navbar-nav > li.dark > a:focus {
	background: rgba(0, 0, 0, 0.35);
}
.navbar-default.main .navbar-nav .navbar-text {
	color: #e3e3e3;
}/*55713f*/
.navbar-default.main .navbar-nav > li.small > a {
	padding: 10px;
	padding: 9px;
}
.navbar-default.main .navbar-nav .navbar-text img {
	position: relative;
	top: -1px;
}
.navbar.main .navbar-toggle {
	background: transparent;
	border-color: transparent;
	outline: none;
}
.navbar.main .navbar-toggle:hover, .navbar.main .navbar-toggle:focus {
	background: transparent;
	border-color: transparent;
}
.navbar-default.main .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #e3e3e3;
}
.navbar-default.main .navbar-nav > li > a:hover, .navbar-default.main .navbar-nav > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}
.navbar-default.main .navbar-nav > li > a.nohover:hover, .navbar-default.main .navbar-nav > li > a.nohover:focus {
	background: transparent;
	color: #e3e3e3;
}
.navbar-default.main .navbar-nav > .active > a, .navbar-default.main .navbar-nav > .active.server-status > a {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.navbar-default.main .navbar-nav > .active > a:hover, .navbar-default.main .navbar-nav > .active > a:focus,
.navbar-default.main .navbar-nav > .active.server-status > a:hover, .navbar-default.main .navbar-nav > .active.server-status > a:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
.navbar-default.main .navbar-nav > .disabled > a {
	opacity: 0.5;
}
.navbar-default.main .navbar-nav > .disabled > a:hover, .navbar-default.main .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	background: transparent;
	color: #e3e3e3;
}
.navbar-default.main .navbar-nav > .open > a, .navbar-default.main .navbar-nav > .open > a:hover, .navbar-default.main .navbar-nav > .open > a:focus {
	background: rgba(255,255,255,0.1);
	color: #fff;
}
.navbar-default.main .dropdown-menu {
	background: #4a4a4a;
}
.navbar-default.main .dropdown-menu .divider {
	background: #585858;
}
.navbar-default.main .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default.main .dropdown-menu > li > a:hover, .navbar-default.main .dropdown-menu > li > a:focus {
	background: rgba(255,255,255,0.2);
	color: #fff;
}
.navbar.error {
	min-height: 30px;
	max-height: 30px;
	padding-top: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 4px;
}
.navbar.error .container {
	min-height: 30px;
	max-height: 30px;
}
/*footer*/
footer {
	margin-bottom: 20px;
}
footer .right {
	text-align: right;
}
