/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.video-box {
	border: 1px solid rgba(0,0,0,0.05);
	padding: 10px;
	background: #fafafa;
	box-shadow: inset 0 0 2px #000000;
}

.vim-video-container {
	box-shadow: 0 0 2px #000000;
	position: relative;
	padding-bottom: 157.5%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.vim-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lrmeq {
	font-size: 64px;
	line-height: 74px;
	font-weight: 300;
	color: #3c3831;
	text-transform: none;
	text-align: center !important;
}

.lrmelse {
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	color: #3c3831;
	text-transform: none;
	text-align: center !important;
}

.lrmi {
	font-size: 64px;
	line-height: 74px;
	font-weight: 700;
	color: #3c3831;
	text-transform: none;
	text-align: center !important;
	font-style: italic;
}

bigline {
	margin-top: .5em;
	margin-bottom: .5em;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 2px solid #000000;
}

.tm-block-footer {
	padding: 20px !important;
}

.tm-block-content-bottom {
	background: #1A457A !important;
}

.buttonbutton {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	background: #eeeeee;
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
	border-style: inset;
	padding: 20px;
	border: solid #eeeeee 2px;
	text-decoration: none;
	text-align: center;
	color: #1A457A;
	box-shadow: 0 0 3px #000000 inset;
	box-shadow: 0 0 5px #000000;
	font-size: 16px;
}

.buttonbutton:hover {
	background: #dddddd;
	text-decoration: none;
	border: solid #ffffff 2px;
	color: #1A457A;
	box-shadow: 0 0 5px #000000 inset;
	box-shadow: 0 0 5px #000000;
	font-size: 15px;
}

#gonebabygone a {
	text-decoration: none;
	color: inherit;
}

.page-id-1499 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-1499 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-1499 .uk-navbar-content {
	height: 100px !important;
}

.page-id-1499 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-907 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-907 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-907 .uk-navbar-content {
	height: 100px !important;
}

.page-id-907 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-917 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-917 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-917 .uk-navbar-content {
	height: 100px !important;
}

.page-id-917 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-1038 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-1038 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-1038 .uk-navbar-content {
	height: 100px !important;
}

.page-id-1038 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-1080 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-1080 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-1080 .uk-navbar-content {
	height: 100px !important;
}

.page-id-1080 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-1099 .uk-navbar-brand {
	height: 100px !important;
}

.page-id-1099 .uk-navbar-toggle {
	height: 100px !important;
}

.page-id-1099 .uk-navbar-content {
	height: 100px !important;
}

.page-id-1099 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-30 .tm-logo-small {
	pointer-events: none;
	cursor: default;
	font-size: 16px;
	line-height: 14px;
	font-weight: 300;
}

.toplink {
	font-size: 16px;
	line-height: 14px;
	font-weight: 300;
	letter-spacing: 1px !important;
}

.page-id-30 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-30 .tm-logo-small {
	letter-spacing: 1px !important;
}

.page-id-1499 .uk-navbar-center {
	max-width: 80% !important;
}

.page-id-1499 .tm-logo-small {
	letter-spacing: 1px !important;
}

.tm-block-footer {
	background-color: #1A457A !important;
}

.boxbox {
	background-color: rgba(255,255,255,.8);
	padding: 5px;
	border-radius: 2px;
}

.hovering:hover {
	opacity: .4;
}

.border-bottom {
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.titlepanel {
	background-color: #eee;
	padding: 3px;
}

.namediv:hover {
	text-decoration: none;
	border-color: #ff0000 #0000ff;
	border: 2px solid;
	text-align: center;
	background-color: #03776D;
	color: #fff;
}

.namediv {
	text-decoration: none;
	border-color: #ff0000 #0000ff;
	border: 2px solid;
	text-align: center;
	background-color: #fff;
	color: #03776D;
}

.contact-form label span {
	color: #eeeeee;
}

form.contact-form div input:required {
	width: 100%;
}

form.contact-form div input:optional {
	width: 100%;
}

form.contact-form div textarea {
	width: 97%;
	height: 125px;
	margin-bottom: 0;
}

form.contact-form div:nth-child(1) {
	width: 100%;
}

form.contact-form div:nth-child(2) {
	width: 100%;
}

form.contact-form div:nth-child(3) {
	width: 100%;
}

form.contact-form p {
	width: 100%;
	display: inline-block;
	float: none;
	margin-bottom: 0;
	margin-top: 0;
}

div#contact-form-widget-text-82 form div {
	background-color: none;
}

.borderinjruy:hover {
	border: 1px solid rgba(221,221,221,0.3);
}

.borderinjruy {
	border: 1px solid rgba(221,221,221,0.8);
	padding: 5px;
	text-align: center;
	background-color: rgba(221,221,221,0.3);
	margin-bottom: 5px;
}

body.page-id-907 h1.uk-article-title {
	display: none;
}

body.page-id-917 h1.uk-article-title {
	display: none;
}

body.page-id-1038 h1.uk-article-title {
	display: none;
}

body.page-id-1080 h1.uk-article-title {
	display: none;
}

body.page-id-1099 h1.uk-article-title {
	display: none;
}

.tm-sidebar-wrapper {
	background: url(../../../images/background/football1.jpg) no-repeat, url(../../../images/background/green_tile.jpg) repeat;
	background-color: #5c6469;
}