.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.txt_smaller {
	font-size: .9em;
}

.header {
	position: absolute;
	margin: 0 auto;
	z-index: 1000;
}

.header_graphic {
	margin-top: 20px;
}

.footer  p, .footer{
	color: #fff;
}


.footer img {
	max-width: 100%;
}
.footer.bottom p {
	font-size: .9em;
}

.footer a, .footer a:visited, .footer:active {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

.header_graphic h1, .header_graphic h3 {
	text-transform: uppercase;
	margin-left: 10px;
}

 .header_graphic h3 {
	 font-size: 18px;
 }

h1.subtitle.page_title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
}

h3.subtitle.page_subtitle {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}

h4.bluedark a{
	color: #24345b;
}


.margin10 {
	margin: 10px; padding: 0px;
}


.owl-prev {
    width: 66px;
    height: 67px;
    background: transparent url(/images/arrows.png) no-repeat 11px -75px;
}

.home_team_carousel .owl-prev {
  position: absolute;
  top: 30%;
  margin-left: -34px;
  display: block!IMPORTANT;
}

:hover.owl-prev {
	background: transparent url(/images/arrows.png) no-repeat 11px -225px;
}

.owl-next {
  width: 66px;
  height: 67px;
	background: transparent url(/images/arrows.png) no-repeat -72px -75px;
}

.home_team_carousel .owl-next {
  position: absolute;
  top: 30%;
  right: -35px;
  display: block!IMPORTANT;
}

:hover.owl-next {
	background: transparent url(/images/arrows.png) no-repeat -72px -225px;
}

.owl-carousel .owl-dots,  .sponsors.owl-carousel .owl-nav {
  display: none; }

.news .owl-nav {
	float: right;
}

.sponsors.owl-carousel .owl-stage {
  margin: 0 auto;
}

.nicdark_margin20.block {
	display: block;
}

.bluebutton {
	display: inline-block;
	color: #949ca1;
	font-family: 'Raleway', sans-serif;
	height: 85px;
	line-height: 85px;
	font-size: 24px;
	width: 283px;
	background: url(/images/bluebutton.png) no-repeat center center ;
	margin: 0 3px 10px;
	text-transform: uppercase;
}

:hover.bluebutton {
	text-decoration: none;
	color: #fff;
}

.smallbluebutton {
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	height: 57px;
	line-height: 60px;
	font-size: 16px;
	width: 192px;
	background: url(/images/sprite.png) no-repeat;
	background-position: -3px -96px;
	margin: 0 1px 10px;
	text-transform: uppercase;
}

:hover.smallbluebutton {
	text-decoration: none;
	background-position: -207px -96px;
}

.about_us_icon {
	display: block;
	background: url(/images/sprite2.png) no-repeat;
}

.history {
	background-position: -4px -25px;
	width: 57px;
	height: 55px;
	margin: 25px auto 10px;
}

.tradition {
	background-position: -62px -1px;
	width: 46px;
	height: 79px;
	margin: 0 auto 10px;
}

.directors {
	background-position: -128px -28px;
	width: 108px;
	height:45px;
	margin:35px auto 10px;
}

.timeline-Widget {
	border: solid 1px #e4e4e4;
}


.socials {
	display: block;
	background: url(/images/sprite2.png) no-repeat;
	width: 58px;
	height: 58px;
	float: right;
	margin: 0 3px;
}

.twitter {background-position: -44px -160px;}
:hover.twitter {background-position: -44px -96px;}

.facebook {background-position: -102px -159px;}
:hover.facebook {background-position: -102px -94px;}

.instagram {background-position: -159px -158px;}
:hover.instagram {background-position: -159px -93px;}

.team_carousel a, .team_carousel a:visited {
	color: #fff;
}

.team_carousel a:hover {
	text-decoration: underline;
}

.photo_gallery_icon {
	display: block;
	width: 91px;
	height: 95px;
	background: url(/images/sprite.png) no-repeat -160px -168px;
}

.become_sponsor_icon {
	display: block;
	width: 109px;
	height: 85px;
	background: url(/images/sprite.png) no-repeat -250px -168px;
}

.grid {
	position: relative;
}

.team_overlay {
	background: url(/images/portrait-overlay.png) repeat-x bottom center;
	position: absolute;
	width: 100%;
	bottom: 0px;

}

.team_overlay h4 {
    font-size: 15px;
    line-height: 15px;
	padding: 10px 0 30px;
}

.team_overlay .details {
	font-size: .7em;
}

img.team_photo {
	width: 100%;
}

.director p {
	color: #696969;
}

a.default_button {
	font-weight: normal;
}

a:hover.default_button {
	text-decoration: none;
	font-weight: bold;
}

a:hover.default_button.medium {
	font-weight: normal;
	background: #24345b;
}

.view_all_news {
	margin-top: -70px;
}

.news_divider {
	border-bottom: solid 1px #f3f3f3;
	margin: 0 0px 10px 20px;
}

#forms {
	font-family: 'Raleway', sans-serif;
	color: #a4a4a4;
}

#forms input[type="text"], #forms textarea,  #forms select  {
	float: none;
	padding: 10px 0 ;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CFCFCF;
	outline: 0;
	width: 100%;
	margin-bottom: 10px;
	color: #a4a4a4;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-indent: 5px;
}

#forms button {
	color: #fff;
}

 #forms select  {
	-webkit-appearance: menulist;
	height: 40px;
}

#forms #springShowForm select {
	font-size: 14px;
	height: 30px;
	line-height: 1;
	padding: 2px 0;
}

#forms #springShowForm label {line-height: 1;}
#forms #springShowForm table td {vertical-align: middle; line-height: 1;}
#forms #springShowForm .totals {font-size: 1.2em; font-weight: bold;}
#forms #springShowForm .totals.big {font-size: 1.5em;}
.valError {
	color: red;
	margin: 5px 0;
	font-size: .9em;
	display: block;
}

input[type="radio" i].valError {
	display: inline;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #ccc
                url('/images/loading.gif')
                50% 50%
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

@media only screen and (min-width: 540px) and (max-width: 1199px) {

	.director .nicdark_divider.left > span {
		float: none;
	}

	.director_photo img {
		max-width: 300px;
		margin: 0 auto;
	}
}


@media (max-width: 520px) {
	.bluebutton h2.white.subtitle {
		    font-size: 16px;
		    line-height: 16px;
	}
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}