﻿@import url("../CherryFramework/style.css");

@import url(//fonts.googleapis.com/css?family=Oswald);
/*--
	Theme Name: theme45051
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.2
	MotoPress Version: 1.0
--*/
/*import CherryFramework style*/
/* #General
================================================== */
html {
  min-height: 100%;
}
body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
	background-position: center 0;


	position: relative;
	min-height: 100%;
	height: auto !important;
  /* real browsers */
}
.main-wrap {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  background: url(images/main-bg.jpg) no-repeat center 0;
  min-height: 100%;
  height: auto !important;
  /* real browsers */


}
.main-holder {

	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
/* Large desktop */
@media (min-width: 1200px) {
  .main-holder {
    max-width: 1230px;
    width: auto;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .main-holder {
    width: 100%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .main-holder {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {

  margin-bottom: 15px;
}
h5 {
  margin: 0 0 18px 0;
}
p {
  margin: 0 0 18px 0;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.alignleft,
.alignright {
  margin-top: 0;
}
/* #Header
================================================== */
header.header {
  background: none;
  border: none;
  padding: 0px 0 3px;
}
/* Top Page Menu
---------------------------------------- */
.logo {
  overflow: hidden;
}
.logo_h {
  float: left;
}
.logo_h__txt {
  padding: 10px 0 0 0;
}
.logo_tagline {
  float: left;
  border-left: 1px solid #353535;
  color: #707070;
  padding: 0 0 0 21px;
  margin: 22px 0 0 22px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .logo_tagline {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .logo {
    float: none;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .logo_h {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .logo_tagline {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .logo_tagline {
    display: none;
  }
}
/*/ Logo */
.header-top-row {
  padding: 8px 0;
  margin: 0 0 32px 0;
}
/* Header Login/out
---------------------------------------- */
#loginout {
  float: right;
  padding: 1px 10px 0 0;
  font-family: 'Oswald', sans-serif;
  color: #7b7b7b;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
}
#loginout span {
  display: inline-block;
  margin: 0 6px;
}
.top-btn {
  background: #a2a1a1;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyYTFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Njc2NzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a2a1a1 0%, #767676 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2a1a1), color-stop(100%, #767676));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #a2a1a1 0%, #767676 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #a2a1a1 0%, #767676 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #a2a1a1 0%, #767676 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #a2a1a1 0%, #767676 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2a1a1', endColorstr='#767676', GradientType=0);
  /* IE6-8 */

  display: inline-block;
  height: 25px;
  line-height: 26px;
  font-size: 11px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2) inset;
  padding: 0 21px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.top-btn.top-primary {
  background: #d32726;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzMjcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d32726 0%, #a61313 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d32726), color-stop(100%, #a61313));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d32726 0%, #a61313 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d32726 0%, #a61313 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d32726 0%, #a61313 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #d32726 0%, #a61313 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d32726', endColorstr='#a61313', GradientType=0);
  /* IE6-8 */

}
.top-btn:hover,
.top-btn:focus,
.top-btn:active {
  color: #ffffff;
  text-decoration: none;
  background: #aaaaaa;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTdlN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #7e7e7e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #aaaaaa 0%, #7e7e7e 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#7e7e7e', GradientType=0);
  /* IE6-8 */

}
.top-btn.top-primary:hover,
.top-btn.top-primary:focus,
.top-btn.top-primary:active {
  background: #dd2a28;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkMmEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTE1MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dd2a28 0%, #ba1514 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd2a28), color-stop(100%, #ba1514));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #dd2a28 0%, #ba1514 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #dd2a28 0%, #ba1514 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #dd2a28 0%, #ba1514 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #dd2a28 0%, #ba1514 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd2a28', endColorstr='#ba1514', GradientType=0);
  /* IE6-8 */

}
/*/ Header Login/out */
/* Top Page Menu
---------------------------------------- */
.top-page-menu > ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.top-page-menu > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  background: none;
  list-style: none;
}
.top-page-menu > ul > li a {
	color: #ffffff;
}

.top-page-menu > ul > li.current_page_item a,

.top-page-menu > ul > li a:hover {

  color: #ffffff;

}

.top-page-menu > ul > li ul {
  display: none;
}
.top-page-nav > ul.top-page-menu {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 0;
  line-height: 0;
}
.top-page-nav > ul.top-page-menu > li {
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
  background: none;
  list-style: none;
}
.top-page-nav > ul.top-page-menu > li:before {
  display: none !important;
}
.top-page-nav > ul.top-page-menu > li > a {

  display: block;

  width: 26px;

  height: 26px;

  overflow: hidden;

  text-indent: -999px;

  position: relative;

  color: #ffffff;

  font-size: 14px;



  /* Old browsers */



  /* IE9 SVG, needs conditional override of 'filter' to 'none' */



  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

  background: -moz-linear-gradient(top, #202020 0%, #010101 100%);

  /* FF3.6+ */



  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #202020), color-stop(100%, #010101));

  /* Chrome,Safari4+ */



  background: -webkit-linear-gradient(top, #202020 0%, #010101 100%);

  /* Chrome10+,Safari5.1+ */



  background: -o-linear-gradient(top, #202020 0%, #010101 100%);

  /* Opera 11.10+ */



  background: -ms-linear-gradient(top, #202020 0%, #010101 100%);

  /* IE10+ */



  background: linear-gradient(to bottom, #202020 0%, #010101 100%);

  /* W3C */



  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#010101', GradientType=0);

  /* IE6-8 */





  border-radius: 14px;

  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;

  -webkit-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.top-page-nav > ul.top-page-menu > li > a:before {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  width: 26px;

  height: 26px;

  line-height: 24px;

  text-align: center;

  text-indent: 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.top-page-nav > ul.top-page-menu > li > a:after {
  position: absolute;
  left: 0;
  top: 26px;
  right: 0;
  bottom: -26px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page-nav > ul.top-page-menu > li > a:hover {
  background: #d22725;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMjcyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTFlMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d22725), color-stop(100%, #be1e1d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #d22725 0%, #be1e1d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22725', endColorstr='#be1e1d', GradientType=0);
  /* IE6-8 */

  border: 1px solid #d22725;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
}
.top-page-nav > ul.top-page-menu > li > a:hover:before {
  top: -26px;
  bottom: 26px;
}
.top-page-nav > ul.top-page-menu > li > a:hover:after {
  top: 0;
  bottom: 0;
}
.top-page-nav > ul.top-page-menu > li.current-menu-item > a {
  background: #d22725;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMjcyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTFlMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d22725), color-stop(100%, #be1e1d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d22725 0%, #be1e1d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #d22725 0%, #be1e1d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22725', endColorstr='#be1e1d', GradientType=0);
  /* IE6-8 */

  border: 1px solid #d22725;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
}
.top-page-nav > ul.top-page-menu > li.current-menu-item > a:before {
  top: -26px;
  bottom: 26px;
}
.top-page-nav > ul.top-page-menu > li.current-menu-item > a:after {
  top: 0;
  bottom: 0;
}
.top-page-nav > ul.top-page-menu > li ul {
  display: none;
}
/*/ Top Page Menu */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header-top-row .span8 {
    float: left;
    width: 50%;
    margin: 0;
  }
  .header-top-row .span4 {
    float: right;
    width: 50%;
    margin: 0;
  }
  header.header {
    padding: 20px 0 10px;
  }
  header.header div[class*="span"] {
    margin-bottom: 0;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .header-top-row .span8 {
    float: none;
    padding: 0 0 5px 0;
    width: 100%;
    text-align: center;
  }
  .header-top-row .span4 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-top-row #loginout {
    float: none;
    padding: 0;
  }
}
.search-form__h {
  margin: 0 0 15px 0;
}
/* Main Navigation
---------------------------------------- */
.sf-menu {

	float: left;

	padding: 0 0 0 0;

}

.sf-menu > li {

  background: none;

  margin: 0 0 0 2px;

}

.sf-menu > li > a {

  border: none;

  line-height: 34px;

  height: 34px;

  padding: 0 16px;

  font-family: 'Oswald', sans-serif;

  font-size: 20px;

  color: #ffffff;

  text-transform: uppercase;

}

.sf-menu > li > a .sf-sub-indicator {

  top: 44%;

  right: 8px;

  background: url(images/arrows-ffffff.png) 0 -103px no-repeat;

  width: 11px;

  height: 5px;

}

.sf-menu > li > a.sf-with-ul {
  padding-right: 27px;
}
.sf-menu > li.current-menu-item > a,

.sf-menu > li.sfHover > a,

.sf-menu > li > a:hover {
	background-color: transparent;
	color: #7DB3E1;
}

.sf-menu > li:hover ul,

.sf-menu > li.sfHover ul {

  top: 30px;

}

.sf-menu > li .sub-menu {
	top: 99%;
	width: 150px;
	background-repeat: repeat;
	padding: 9px 0;

	background-image: url('http://michiganbulls.com/wp-content/themes/theme45051/images/nav_bg.png');
}

.sf-menu > li .sub-menu li {

  width: 100%;

  background: none;

}

.sf-menu > li .sub-menu li a {
	padding: 5px 5px 5px 15px;
	font-family: Arial;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	list-style: 20px;
	border: none;
	text-align: left;
	text-transform: uppercase;
	background: url(images/sub-nav-tail.png) repeat-y -150px 0;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sf-menu > li .sub-menu li a:after {

  content: "";

  position: absolute;

  top: 50%;

  left: 10px;

  width: 5px;

  height: 10px;

  margin: -5px 0 0 0;

  background: url(images/sub-nav-marker.png) no-repeat 0 0;

  opacity: 0;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

.sf-menu > li .sub-menu li a .sf-sub-indicator {
  top: 50%;
  margin: -5px 0 0 0;
  background: url(images/arrows-ffffff.png) -3px 0 no-repeat;
  width: 5px;
  height: 11px;
}
.sf-menu > li .sub-menu li > a:hover,

.sf-menu > li .sub-menu li.sfHover > a,

.sf-menu > li .sub-menu li.current-menu-item > a {
	background: url(images/sub-nav-tail.png) repeat-y 0 0;
	color: #7DB3E1;
}

.sf-menu > li .sub-menu li > a:hover:after,

.sf-menu > li .sub-menu li.sfHover > a:after,

.sf-menu > li .sub-menu li.current-menu-item > a:after {

  left: -1px;

  opacity: 1;

}

.sf-menu > li .sub-menu li > a:hover .sf-sub-indicator,
.sf-menu > li .sub-menu li.sfHover > a .sf-sub-indicator,
.sf-menu > li .sub-menu li.current-menu-item > a .sf-sub-indicator {
  background: url(images/arrows-ffffff.png) -13px 0 no-repeat;
}
.sf-menu > li .sub-menu .sub-menu {
  left: 101%;
  top: -9px;
}
.sf-menu li.current-menu-item > a .sf-sub-indicator,
.sf-menu li.sfHover > a .sf-sub-indicator,
.sf-menu li a:hover .sf-sub-indicator {
  background: url(images/arrows-ffffff.png) -11px -103px no-repeat;
}
.ie8 .sf-menu li li a:after {
  display: none !important;
}
.select-menu {
  background-color: #333;
  border-color: #000;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    margin: 0 0 0 1px;
  }
  .sf-menu > li > a {
    padding: 0 7px;
  }
}
/*/ Main Navigation */
/*/ Header */
/* #Content
================================================== */
/* Slider
---------------------------------------- */
#slider-wrapper {
	padding: 11px;
	background: #001121;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	position: relative;
	margin: 0 0 60px 0;
}
#slider-wrapper .placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/slider_loader.gif) no-repeat center center #181818;
}
#slider-wrapper .camera_wrap {
  margin: 0 0 123px 0 !important;
}
#slider-wrapper .camera_caption {
  right: 10px;
  top: 10px;
  width: 292px;
}
#slider-wrapper .camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.89);
  padding: 38px 20px 35px 28px;
  border-radius: 10px;
  color: #8d8d8d;
}
#slider-wrapper .camera_caption > div h3 {
  background: url(images/sl_caption_heading.png) repeat-y 0 0;
  margin: 0 0 10px -28px;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  padding: 6px 0 6px 28px;
}
#slider-wrapper .camera_caption > div h2 {

  color: #0088CC;

  font-size: 34px;

  line-height: 34px;

  text-align: right;

  margin: 0 0 15px 0;

}

#slider-wrapper .camera_caption > div p {

  margin: 0 0 18px 0;

}

#slider-wrapper .camera_caption > div .btn.btn-primary {

  border-style: none;

	border-color: inherit;

	border-width: medium;

	background-color: #c11f1e;

    background-repeat: repeat-x;

	padding: 0 21px;

	height: 32px;

	line-height: 32px;

	border-radius: 4px;

	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;

	color: #fff;

	text-transform: uppercase;

	font-family: Oswald, sans-serif;

	font-size: 12px;

	margin: 1px;

	background-image: linear-gradient(to bottom, #d32725, #a61413);

}

#slider-wrapper .camera_caption > div .btn.btn-primary:hover {

  background-color: #999999;

    background-repeat: repeat-x;

	background-image: linear-gradient(to bottom, #a9a9a9, #808080);

}

#slider-wrapper .camera_prev,

#slider-wrapper .camera_next,

#slider-wrapper .camera_commands {

  cursor: pointer;

  height: 40px;

  margin: 0;

  left: 50%;

  position: absolute;

  bottom: 5px;

  top: auto;

  width: 40px;

  z-index: 2;

}

#slider-wrapper .camera_prev {

  margin: 0 0 0 -70px;

}

#slider-wrapper .camera_prev > span {

  background: url(images/camera_skins.png) no-repeat 0 -80px #bb1c1c;

  display: block;

  height: 40px;

  width: 40px;

}

#slider-wrapper .camera_next {

  margin: 0 0 0 20px;

}

#slider-wrapper .camera_next > span {

  background: url(images/camera_skins.png) no-repeat -40px -80px #bb1c1c;

  display: block;

  height: 40px;

  width: 40px;

}

#slider-wrapper .camera_commands {

  margin: 0 0 0 -25px;

}

#slider-wrapper .camera_commands > .camera_play {

  background: url(images/camera_skins.png) no-repeat -80px -80px #bb1c1c;

  height: 40px;

  width: 40px;

}

#slider-wrapper .camera_commands > .camera_stop {

  background: url(images/camera_skins.png) no-repeat -120px -80px #bb1c1c;

  display: block;

  height: 40px;

  width: 40px;

}

#slider-wrapper .camera_wrap .camera_pag .camera_pag_ul li {

  background: #fff;

}

#slider-wrapper .camera_wrap .camera_pag .camera_pag_ul li:hover > span {

  background: #181818;

}

#slider-wrapper .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {

  background: #181818;

}

#slider-wrapper .camera_thumbs_cont {

  background-color: #161616;

    background-repeat: repeat-x;

	margin: 15px 0 0 0;

	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05) inset;

	border-radius: 6px;

	background-image: linear-gradient(to bottom, #252525, #000000);

}

#slider-wrapper .camera_thumbs_cont ul {

  padding: 12px 0 15px;

  font-size: 0;

  line-height: 0;

}

#slider-wrapper .camera_thumbs_cont ul li {

  padding: 0 9px;

  display: inline-block;

  font-size: 0;

  line-height: 0;

  position: relative;

}

#slider-wrapper .camera_thumbs_cont ul li > img {

  border: none;

  margin: 0;

  opacity: 1 !important;

  box-shadow: 0 0 0 rgba(255, 255, 255, 0);

  display: inline-block;

  z-index: 10;

  position: relative;

  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;

}

#slider-wrapper .camera_thumbs_cont ul li > img:hover {

  box-shadow: 0 0 0 2px #ffffff;

}

#slider-wrapper .camera_thumbs_cont ul li span {

  position: absolute;

  left: 9px;

  right: 9px;

  top: 0;

  bottom: 0;

  border: 0 solid #fff;

  opacity: 0;

  z-index: 9;

  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;

}

#slider-wrapper .camera_thumbs_cont ul li span:after {

  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;

  position: absolute;

  content: "";

  left: 50%;

  margin: 0 0 0 -7px;

  top: 0;

  width: 0;

  height: 0;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

  border-bottom: 8px solid #fff;

  opacity: 0;

}

#slider-wrapper .camera_thumbs_cont ul li.cameracurrent span {

  border: 4px solid #fff;

  opacity: 1;

  z-index: 11;

}

#slider-wrapper .camera_thumbs_cont ul li.cameracurrent span:after {

  top: -12px;

  opacity: 1;

}

.ie8 #slider-wrapper .camera_thumbs_cont li span:after {

  display: none !important;

}

/* Large desktop */

@media (min-width: 1200px) {

  #slider-wrapper .camera_caption {

    top: 45px;

    right: 45px;

  }

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {

  #slider-wrapper .camera_caption {

    display: none !important;

  }

}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

  #slider-wrapper {

    margin: 0 0 10px 0;

  }

  #slider-wrapper .camera_wrap {

    margin: 0 !important;

  }

  #slider-wrapper .camera_wrap .camera_pag .camera_pag_ul {

    position: absolute;

    right: 10px;

    bottom: -10px;

  }

  #slider-wrapper .camera_caption {

    display: none !important;

  }

  #slider-wrapper .placeholder {

    display: none;

  }

}

/*/ Slider */

/* Buttons */

.btn {

  padding: 0 21px;

  height: 32px;

  line-height: 31px;

  border-radius: 4px;

  border: none;

  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;

  color: #a9a9a9;

  text-transform: uppercase;

  font-family: 'Oswald', sans-serif;

  font-size: 12px;

  margin: 1px;

}

.btn.btn-primary,

.btn.btn-primary:focus,

.btn.btn-primary:active {

  background-color: #161616;

    background-repeat: repeat-x;

	color: #a9a9a9;

	background-image: linear-gradient(to bottom, #242424, #010101);

}

.btn.btn-primary:hover {

  background-color: #c11f1e;

    background-repeat: repeat-x;

	color: #fff;

	background-image: linear-gradient(to bottom, #d32725, #a61413);

}

.btn.btn-link {

  border: none;

  padding: 0 16px 0 2px;

  margin: 0;

  line-height: 18px;

  height: auto;

  font-style: italic;

  text-transform: none;

  color: #b6b6b6;

  font-size: 11px;

  font-family: Georgia, "Times New Roman", Times, serif;

  background: url(images/btn-link-arrow.gif) no-repeat right center;

  text-shadow: none;

  box-shadow: none;

}

.btn.btn-link:hover,

.btn.btn-link:focus,

.btn.btn-link:active {

  text-decoration: none;

  color: #0088CC;

}

.btn.btn-link.right-link {

  background: url(images/btn-link-arrow.gif) no-repeat 0 center;

  padding: 0 0 0 16px;

}

/*/ Buttons */

/* Thumbnails */

.thumbnail {

  border-style: none;

	border-color: inherit;

	border-width: medium;

	border-radius: 5px;

	background-color: #2b2a2a;

    background-repeat: repeat-x;

	padding: 5px;

	background-image: linear-gradient(to bottom, #333132, #1f1f1f);

}

.thumbnail__portfolio {

  margin: 0 0 15px 0;

}

/*/ Thumbnails */

.title-header {

  margin: 0;

  padding: 0 0 20px 20px;

}

.page-header {

  border-bottom: 1px solid #212121;

}

.dropcap {

  background-color: #c11f1e;

    background-repeat: repeat-x;

	border-radius: 25px;

	font-weight: normal;

	color: #fff;

	font-family: Oswald, sans-serif;

	font-size: 26px;

	margin: 0 10px 20px 0;

	background-image: linear-gradient(to bottom, #d32726, #a61313);

}

.post-title {

  font-size: 15px;

}

.post-title a {

  color: #fff;

}

.post-title a:hover {

  color: #0088CC;

}

.post_meta {

  border-top: 1px solid #212121;

  border-bottom: 1px solid #212121;

  padding: 10px 0;

}

.post_meta i {

  color: #fff;

  font-size: 12px;

}

.format-quote .post_meta {

  padding: 10px 0;

}

.pagination ul {

  border-radius: 20px;

  border-color: #303030;

}

.pagination ul > li a,

.pagination ul > li span {

  background-color: #171717;

    background-repeat: repeat-x;

	border-color: #303030;

	text-transform: uppercase;

	font-family: Oswald, sans-serif;

	padding: 4px 14px;

	background-image: linear-gradient(to bottom, #252525, #010101);

}

.pagination ul > li:first-child a,

.pagination ul > li:first-child span {

  border-radius: 20px 0 0 20px;

}

.pagination ul > li:last-child a,

.pagination ul > li:last-child span {

  border-radius: 0 20px 20px 0;

}

.pagination ul > li.active a,

.pagination ul > li.active span,

.pagination ul > li a:hover,

.pagination ul > li a:focus {

  background-color: #171717;

    background-repeat: repeat-x;

	color: #fff;

	background-image: linear-gradient(to bottom, #252525, #010101);

}

.post-author {

  border-style: none;

	border-color: inherit;

	border-width: medium;

	border-radius: 5px;

	box-shadow: 0 -1px 0 0 #303030;

	background-color: #171717;

    background-repeat: repeat-x;

	padding: 20px;

	background-image: linear-gradient(to bottom, #252525, #010101);

}

.post-author_gravatar {

  border-radius: 40px;

  border: 1px solid #000;

  position: relative;

}

.post-author_gravatar img {

  padding: 0;

  border-radius: 40px;

  border: none;

}

.post-author_gravatar:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;

  border-radius: 40px;

}

.filter-wrapper strong {

  color: #fff;

  display: inline-block;

  margin: 0 10px 0 0;

}

.filter-wrapper .nav-pills > li > a {

  font-family: 'Oswald', sans-serif;

  text-transform: uppercase;

  color: #fff;

}

.filter-wrapper .nav-pills > li > a:hover {

  background: #0088CC;

}

.google-map {

  background: url(images/slider_loader.gif) no-repeat center center;

}

.testimonial {

  background: #333132;

  border: none;

  border-radius: 5px;

}

.testimonial .testimonial_content {

  background: url(images/quotes.png) no-repeat 0 0;

}

.faq-list .marker {

  color: #0088CC;

  font-family: 'Oswald', sans-serif;

  font-weight: normal;

}

.faq-list_h {

  color: #fff;

}

blockquote {

  border-left: 5px solid #010101;

  background: #333;

  padding: 10px 20px;

}

.single-pager {

  border-top: 1px solid #212121;

  border-bottom: 1px solid #212121;

}

.pager li > a,

.pager li > span {

  background-color: #333;

  border: none;

}

.pager li > a:hover,

.pager li > a:focus {

  color: #fff;

  background-color: #333;

}

.portfolio-meta-list {

  border-color: #333;

}

/*/ Content */

/* #Comments

================================================== */

.comment-list .comment .comment-body {

  box-shadow: 0 -1px 0 0 #303030;

  background: #333132;

  border: none;

  border-radius: 10px;

}

.comment-list .comment .comment-body .avatar {

  border-radius: 33px;

  border: 1px solid #000;

}

.comment-list .cancel-comment-reply small {

  font-size: 12px;

}

/*/ Comments */

/* #Widgets

================================================== */

/* Vcard

---------------------------------------- */

.vcard .note {

  padding: 0 0 21px 0;

}

.vcard .adr {

  overflow: hidden;

  font-weight: normal;

  color: #fff;

  padding: 0 0 10px 0;

  display: block;

}

.vcard .tel {

  display: block;

  overflow: hidden;

  color: #fff;

  padding: 0 0 6px 0;

}

.vcard .tel span {

  display: block;

  overflow: hidden;

}

.vcard .row-wrap {

  overflow: hidden;

  padding: 0 0 6px 0;

}

.vcard i[class^="icon-"] {

  color: #fff;

  font-size: 14px;

  float: left;

  width: 27px;

  line-height: 18px;

  padding: 1px 0 0 0;

}

/*/ Vcard */

/* Comments

---------------------------------------- */

.comments-custom_li {

  padding: 0 0 22px 0 !important;

}

.comments-custom_txt {

  padding: 12px 14px;

  background: #333132;

  border-radius: 5px;

  font-size: 11px;

  line-height: 18px;

  font-style: italic;

  letter-spacing: 0;

  font-family: Georgia, "Times New Roman", Times, serif;

  position: relative;

}

.comments-custom_txt a {

  color: #aeaeae;

}

.comments-custom_txt a:hover {

  color: #fff;

  text-decoration: none;

}

.comments-custom_txt :after {

  position: absolute;

  content: "";

  left: 12px;

  bottom: -12px;

  display: block;

  width: 0px;

  height: 0px;

  border-style: solid;

  border-width: 0 12px 12px 0;

  border-color: transparent #333132 transparent transparent;

}

.comments-custom_avatar {

  margin: 8px 8px 0 34px;

  float: left;

  border-radius: 20px;

  border: 1px solid #030303;

  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);

  position: relative;

}

.comments-custom_avatar:after {

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.78) inset;

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  border-radius: 20px;

}

.comments-custom_avatar img {

  border-radius: 20px;

}

.comments-custom_h {

  color: #0088CC;

  font-size: 12px;

  line-height: 16px;

  padding: 19px 0 0 0;

  text-transform: capitalize;

  margin: 0;

}

/*/ Comments */

/* Flickr

---------------------------------------- */

.flickr_list .flickr_li {

  width: 27%;

  margin: 0 0 22px 6%;

}

.flickr_list .flickr_li .thumbnail {

  padding: 3px;

}

.flickr_list .flickr_li.nomargin {

  margin-left: 0;

}

.flickr_list + .link {

  display: none;

}

/* Landscape phones and down */

@media (max-width: 767px) {

  .flickr_list {

    text-align: center;

  }

  .flickr_list .flickr_li {

    width: 27%;

    margin: 0 5px 10px !important;

    float: none !important;

    display: inline-block;

  }

}

/* Landscape phones and down */

@media (max-width: 480px) {

  .flickr_list {

    text-align: center;

  }

  .flickr_list .flickr_li {

    width: 27%;

    margin: 0 5px 10px !important;

    float: none !important;

    display: inline-block;

  }

}

/*/ Flickr */

/* Social Networks

---------------------------------------- */

.social_li {

  line-height: 28px;

  margin: 0 !important;

}

.social_link {

  font-size: 0;

  line-height: 0;

  display: inline-block;

  text-decoration: none !important;

}

.social_link i {

  font-size: 14px;

  color: #fff;

  display: inline-block;

  width: 26px;

  height: 26px;

  margin: 0 10px 0 0;

  background-color: #1b1b1b;

    background-repeat: repeat-x;

	border: 1px solid #020202;

	border-radius: 14px;

	position: relative;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

	overflow: hidden;

	text-decoration: none !important;

	background-image: linear-gradient(to bottom, #2b2b2b, #020202);

}

.social_link i:before {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  line-height: 26px;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  text-decoration: none !important;

}

.social_link i:after {

  position: absolute;

  left: 0;

  top: 26px;

  right: 0;

  bottom: -26px;

  line-height: 26px;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  text-decoration: none !important;

}

.social_link .icon-twitter:after {

  content: "\f099";

}

.social_link .icon-facebook:after {

  content: "\f09a";

}

.social_link .icon-linkedin:after {

  content: "\f0e1";

}

.social_link .icon-pinterest:after {

  content: "\f0d2";

}

.social_link .icon-pinterest:after {

  content: "\f0d2";

}

.social_link .icon-google-plus:after {

  content: "\f0d5";

}

.social_link:hover {

  opacity: 1;

}

.social_link:hover i {

  background: #0088CC;

  border-color: #0088CC;

}

.social_link:hover i:before {

  top: -26px;

  bottom: 26px;

}

.social_link:hover i:after {

  top: 0;

  bottom: 0;

}

.social_label {

  font-size: 12px;

  line-height: 28px;

  display: inline-block;

}

.social.social__list_li {

  font-size: 0;

  line-height: 0;

}

.ie8 .social_link:hover {

  opacity: 1;

}

.ie8 .social_link:hover i:before {

  top: 0;

  bottom: 0;

}

.ie8 .social_link:hover i:after {

  display: none;

  top: 26px;

}

/*/ Social Networks */

#calendar_wrap {

  padding: 15px;

  background-color: #1b1b1b;

    background-repeat: repeat-x;

	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;

	border-radius: 5px;

	font-family: Oswald, sans-serif;

	background-image: linear-gradient(to bottom, #2b2b2b, #020202);

}

#calendar_wrap caption {

  text-transform: uppercase;

  color: #fff;

  font-weight: normal;

}

#calendar_wrap thead tr {

  background-color: #1b1b1b;

    background-repeat: repeat-x;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.9) inset;

	border: 1px solid #000;

	background-image: linear-gradient(to bottom, #111111, #2b2b2b);

}

#calendar_wrap thead th {

  background: none;

  color: #fff;

  font-weight: normal;

}

#calendar_wrap tfoot tr a {

  text-transform: uppercase;

  color: #fff;

  display: inline-block;

  margin: 0 10px;

}

#calendar_wrap tfoot tr a:hover {

  color: #0088CC;

}

/*/ Widgets */

/* #Shortcodes

================================================== */

/* Service Box

---------------------------------------- */

.service-box {

  background: #000;

  border: 1px solid #111;

}

/*/ Service Box */

/* Title Box

---------------------------------------- */

.title-box {

  margin: 0 0 18px 0;

}

.title-box h2 {

  margin: 0 0 5px 0;

}

.title-box h3 {

  color: #0088CC;

  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;

  line-height: 18px;

  margin: 0;

  text-transform: none;

  font-style: italic;

}

/*/ Title Box */

/* Recent Posts

---------------------------------------- */

.recent-posts {

  margin: 0 0 0 -30px !important;

}

.recent-posts_li {

  margin-bottom: 0;

  padding: 0 0 24px 0;

}

.recent-posts_li h5 {

  font-size: 13px;

  line-height: 18px;

  padding: 0;

  margin: 0 0 5px 0;

}

.recent-posts_li h5 a {

  font-size: 22px;

  color: #001121;

}

.recent-posts_li h5 a:hover {

  color: #0088CC;

}

.recent-posts_li .meta {

  margin: 0;

  padding: 0 0 10px 0;

}

.recent-posts_li .meta i {

  color: #FFFFFF;

  font-size: 14px;

  margin: 0 3px 0 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.recent-posts_li .meta a:hover {

  color: #fff;

}

.recent-posts_li .meta a:hover i {

  color: #fff;

}

.recent-posts_li .meta .post-date {

  float: none;

  display: inline-block;

  vertical-align: top;

  margin: 0 9px 0 0;

}

.recent-posts_li .meta .post-comments {

  float: none;

  display: inline-block;

  vertical-align: top;

}

.recent-posts_li iframe {

  max-width: 100% !important;

}

.recent-posts .format-video {

  width: 370px;

  margin-left: 30px;

}

.recent-posts .format-video .video-wrap {

  border-radius: 5px;

  padding: 8px;

  overflow: hidden;

  height: auto;

  background-color: #2b2a2a;

    background-repeat: repeat-x;

	margin: 0 0 20px 0;

	background-image: linear-gradient(to bottom, #333132, #1f1f1f);

}

.recent-posts .format-video .video-wrap iframe {

  position: relative;

  margin: 0;

}

.recent-posts .format-video .excerpt {

  margin: 0;

  padding: 0 0 22px 0;

}

.recent-posts .format-video .meta {

  padding: 0 0 14px 0;

}

.recent-posts .format-video h5 {

  margin: 0 0 8px 0;

}

.recent-posts .format-video {

  width: 295px;

}

.recent-posts.video-courses {

  padding: 0 0 20px 0;

}

/* Landscape phones and down */

@media (max-width: 480px) {

  .recent-posts.video-courses .recent-posts_li {

    margin: 0 !important;

  }

}

/* Landscape phones and down */

@media (max-width: 480px) {

  .video-wrap {

    max-width: 252px !important;

  }

}

/* Large desktop */

@media (min-width: 1200px) {

  .recent-posts_li h5 {

    font-size: 14px;

  }

  .recent-posts .format-video {

    width: 370px;

  }

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {

  .recent-posts {

    margin: 0 0 0 -20px !important;

  }

  .recent-posts.latest-news .thumbnail {

    float: none;

    margin: 0 0 10px 0;

    display: inline-block;

  }

  .recent-posts .format-video {

    width: 218px;

  }

}

/*/ Recent Posts */

/* Posts Grid

---------------------------------------- */

.posts-grid li {

  margin-bottom: 5px;

}

.posts-grid li.span4 {

  width: 32%;

  margin-left: 1.5%;

}

.posts-grid_inner {

  padding: 3px;

  background-color: #2b2a2a;

    background-repeat: repeat-x;

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

	border-radius: 5px;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

	background-image: linear-gradient(to bottom, #333132, #1f1f1f);

}

.posts-grid_inner:hover {

  background: #0088CC;

  color: #fff;

}

.posts-grid_inner:hover .thumbnail.featured-thumbnail a {

  border: 1px solid #de2121;

}

.posts-grid_inner:hover .trainer_info .trainer_label {

  color: #fff;

}

.posts-grid_inner .thumbnail.featured-thumbnail {

  background: none;

  padding: 0;

  border-radius: 1px;

  margin: 0 0 8px 0;

}

.posts-grid_inner .thumbnail.featured-thumbnail a {

  display: block;

  border: 1px solid #181818;

  border-radius: 1px;

  position: relative;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.posts-grid_inner .thumbnail.featured-thumbnail a:after {

  position: absolute;

  content: "";

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  box-shadow: 0 0 32px rgba(0, 0, 0, 0.77) inset;

}

.posts-grid_inner h5 {

  margin: 0;

  padding: 0;

  font-size: 10px;

  text-transform: uppercase;

  line-height: 16px;

}

.posts-grid_inner h5 a {

  color: #fff;

}

.posts-grid_inner h5 a:hover {

  text-decoration: underline;

}

.posts-grid_inner .trainer_info {

  color: #fff;

  line-height: 16px;

  font-size: 10px;

  text-transform: uppercase;

  padding: 0;

}

.posts-grid_inner .trainer_info .trainer_label {

  color: #9d9d9d;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.posts-grid_inner .excerpt {

  padding: 5px 0;

  margin: 0;

  font-size: 10px;

  line-height: 16px;

  text-transform: uppercase;

}

.ie8 .posts-grid .thumbnail.featured-thumbnail {

  width: 100%;

}

/* Large desktop */

@media (min-width: 1200px) {

  .posts-grid_inner {

    padding: 7px;

  }

  .posts-grid_inner h5 {

    padding: 0 6px;

  }

  .posts-grid_inner .trainer_info {

    padding: 0 6px;

  }

  .posts-grid_inner .excerpt {

    margin: 0;

    padding: 5px 6px;

  }

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {

  .posts-grid.our-trainers .span4 {

    float: none;

    width: 100%;

  }

  .posts-grid.our-trainers .posts-grid_inner {

    overflow: hidden;

  }

  .posts-grid.our-trainers .thumbnail {

    float: left;

    margin: 0 10px 0 0;

  }

  .posts-grid.our-trainers .thumbnail + .clear {

    clear: none;

  }

}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

  .posts-grid.our-trainers .span4 {

    float: left;

    width: auto;

    overflow: hidden;

  }

  .posts-grid.our-trainers .posts-grid_inner {

    overflow: hidden;

    float: left;

  }

  .posts-grid.team .posts-grid_inner {

    overflow: hidden;

  }

  .posts-grid.team .thumbnail {

    float: left;

    margin: 0 10px 0 0;

  }

  .posts-grid.team .thumbnail + .clear {

    clear: none;

  }

}

/* Landscape phones and down */

@media (max-width: 480px) {

  .posts-grid.our-trainers .span4 {

    float: none;

    width: 100%;

    margin-left: 0 !important;

  }

  .posts-grid.our-trainers .posts-grid_inner {

    overflow: hidden;

    float: none;

  }

  .posts-grid.our-trainers .posts-grid_inner h5 {

    padding-top: 10px !important;

  }

  .posts-grid.our-trainers .thumbnail {

    float: left;

    margin: 0 10px 0 0;

  }

  .posts-grid.our-trainers .thumbnail + .clear {

    clear: none;

  }

}

/*/ Posts Grid */

.hr {

  background: #212121;

  margin: 27px 0 55px;

}

.sm_hr {

  background: #212121;

  margin: 6px 0 20px;

}

/* Testimonials

---------------------------------------- */

.testimonials .testi-item {

  margin: 0;

  padding: 5px 0 20px 0;

}

.testimonials .testi-item blockquote {

  background-color: #171717;

    background-repeat: repeat-x;

	border-radius: 5px;

	box-shadow: 0 -1px 0 0 #303030;

	background-image: linear-gradient(to bottom, #252525, #010101);

}

.testimonials .testi-item blockquote:before {

  border-top: 20px solid #010101;

}

.testimonials .testi-item blockquote:after {

  background: url("images/quotes.png") no-repeat scroll 0 0 transparent;

  left: 10px;

  top: 10px;

}

.testimonials .testi-item blockquote .featured-thumbnail {

  position: absolute;

  bottom: -67px;

  left: 51px;

  margin: 0;

  border: 1px solid #010101;

  border-radius: 25px;

  width: 50px;

  height: 50px;

}

.testimonials .testi-item blockquote .featured-thumbnail img {

  border-radius: 25px;

}

.testimonials .testi-item blockquote .featured-thumbnail:after {

  content: "";

  position: absolute;

  box-shadow: 0 0 5px #000000 inset;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  border-radius: 25px;

}

.testimonials .testi-item blockquote a {

  color: #858585;

}

.testimonials .testi-item .testi-meta {

  padding-left: 110px;

  color: #fff;

}

/*/ Testimonials */

/* Accordion

---------------------------------------- */

.accordion-group {

  border: none;

  padding: 0 0 15px 40px;

}

.accordion-group .accordion-heading {

  padding: 3px 0 3px;

}

.accordion-group .accordion-heading .accordion-toggle {

  padding: 0;

  display: inline-block;

  position: relative;

  border: none;

  font-size: 14px;

  line-height: 20px;

  color: #fff;

}

.accordion-group .accordion-heading .accordion-toggle:hover {

  color: #0088CC;

}

.accordion-group .accordion-heading .accordion-toggle:hover:before {

  color: #0088CC;

}

.accordion-group .accordion-heading .accordion-toggle:before {

  position: absolute;

  content: "\f067";

  font-family: FontAwesome;

  -webkit-font-smoothing: antialiased;

  width: 25px;

  height: 25px;

  line-height: 24px;

  text-align: center;

  font-size: 14px;

  color: #fff;

  left: -40px;

  top: -3px;

  border: 1px solid #010101;

  border-radius: 14px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  background-color: #141414;

    background-repeat: repeat-x;

	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05) inset;

	background-image: linear-gradient(to bottom, #202020, #010101);

}

.accordion-group .accordion-heading .accordion-toggle.active:before {

  content: "\f068";

}

.accordion-group .accordion-body {

  border-top: 1px dotted #393939;

}

.accordion-group .accordion-body .accordion-inner {

  border-top: none;

  padding: 12px 0 3px;

}

.accordion-group .accordion-body .accordion-inner p {

  margin: 0 0 6px 0;

}

.accordion-group .accordion-body.in {

  border-top: none;

}

/*/ Accordion */

/*/ Shortcodes */

/* #Footer

================================================== */

footer.footer {

	margin: 0 10px;

	background: #001121;

	padding: 46px 0 20px;

	border: none;

	color: #FFFFFF;

}

footer.footer h3 {

  margin: 0 0 24px 0;

}

footer.footer .textwidget iframe {

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

footer.footer .copyright {

	padding: 6px 0;

}

footer.footer .copyright .social {

  width: 100%;

  text-align: right;

  font-size: 0;

  line-height: 0;

}

footer.footer .copyright .social li {

  float: none;

  display: inline-block;

}

footer.footer .copyright .footer-text {

  padding: 6px 0 6px 28px;

  font-size: 10px;

  color: #fff;

}

footer.footer .copyright .site-name {

  color: #fff;

  text-transform: uppercase;

  text-decoration: none;

}

footer.footer .copyright a {

  color: #fff;

}

footer.footer .copyright a:hover {

  color: #fff;

  text-decoration: underline;

}

footer.footer nav.footer-nav {

  float: left;

  padding: 0 0 0 22px;

}

footer.footer nav.footer-nav ul li a {

  color: #0088CC;

  font-family: 'Oswald', sans-serif;

  font-size: 11px;

  text-transform: uppercase;

}

footer.footer nav.footer-nav ul li.current-menu-item a,

footer.footer nav.footer-nav ul li a:hover {

  text-decoration: none;

  color: #fff;

}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

  footer.footer {

    margin: 0;

    padding: 20px 10px;

  }

  footer.footer .copyright div[class*="span"] {

    float: none;

    width: 100%;

    margin-bottom: 0;

  }

  footer.footer .copyright div[class*="span"] .footer-text {

    text-align: center;

    margin: 0;

    padding: 6px 0 6px;

  }

  footer.footer .copyright .social {

    float: none;

    text-align: center;

  }

  footer.footer .copyright .social_li {

    display: inline-block;

    float: none;

  }

  footer.footer .copyright .social_li a {

    float: none !important;

  }

}

/*/ Footer */

/* #Misc

================================================== */

.pull_right {

  float: right;

  margin: -35px 0 0 0;

}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

  .pull_right {

    float: none;

    text-align: right;

    margin: 0 0 10px 0;

  }

}

/* Landscape phone to portrait tablet */

@media (max-width: 480px) {

  .pull_right {

    float: none;

    text-align: right;

    margin: 0 0 10px 0;

  }

}

.main-holder + #back-top-wrapper {

  right: 50%;

  margin: 0 -540px 0 0;

  z-index: 1;

}

.main-holder + #back-top-wrapper a {

  background-color: #c11f1e;

    background-repeat: repeat-x;

	border-radius: 0 4px 4px 0;

	height: 50px;

	background-image: linear-gradient(to bottom, #d32726, #a61313);

}

.main-holder + #back-top-wrapper a span {

  background-color: transparent;

}

.main-holder + #back-top-wrapper a:hover {

  background: #a61313;

}

/* Large desktop */

@media (min-width: 1200px) {

  .main-holder + #back-top-wrapper {

    margin: 0 -665px 0 0;

  }

}

.tooltip {

  text-transform: uppercase;

  color: #fff;

  font-family: 'Oswald', sans-serif;

}

.tooltip .tooltip-inner {

  font-family: 'Oswald', sans-serif !important;

  font-size: 12px;

}

.error404-holder_num {

  color: #0088CC;

  font-family: 'Oswald', sans-serif;

  font-weight: normal;

}

.error404-holder {

  padding: 0 0 20px 0;

}

.error404-holder .search-form_it {
  width: 160px;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb {
  background-color: #171717;
    background-repeat: repeat-x;
	box-shadow: 0 -1px 0 0 #303030;
	padding: 10px 20px 12px;
	border-radius: 20px;
	font-family: Oswald, sans-serif;
	background-image: linear-gradient(to bottom, #252525, #010101);
}
.breadcrumb > li {
  text-shadow: none;
  text-transform: uppercase;
  color: #707070;
}
.breadcrumb > li.active {
  color: #fff;
}
.breadcrumb > li.divider {
  margin: 0 2px;
}
/*/ Breadcrumb */
.dropcap + .extra-wrap h5 {
  margin: 0;
}
.portfolio .featured-thumbnail.large {
  margin-bottom: 0;
}
.flex-control-paging li a {
  background: #777;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #fff;
}
/*/ Misc */
/* RESPONSIVE
==================================================*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  .post_meta > span {
    float: none !important;
    display: block;
  }
  .post-list_li .featured-thumbnail {
    float: none;
    display: inline-block;
  }
  .post-list_li time {
    display: block;
  }
  .logo {
    width: 100%;
  }
  .top_content_wrap .thumbnail + .extra-wrap .text-highlight {
    padding: 0;
  }
  .top_content_wrap .thumbnail.indent_bot {
    margin-bottom: 15px;
  }
  .top_content_wrap .extra-wrap {
    clear: both;
    padding: 0 0 15px 0;
  }
  .spacer {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .spacer_mobile {
    height: 30px;
  }
  .content-holder {
    padding: 0 0 10px 0;
  }
  div[class*="span"] {
    margin-bottom: 20px;
  }
  article.type-post .featured-thumbnail {
    width: 200px;
  }
  .post_meta > span {
    float: none !important;
    display: block;
  }
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-holder > div.container,
  .nav__primary,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vertical-divider {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
  }
  .recent-posts,
  .recent-posts.two-col,
  .recent-posts.three-col,
  .recent-posts.four-col {
    margin-left: 0 !important;
  }
  .recent-posts li,
  .recent-posts.two-col li,
  .recent-posts.three-col li,
  .recent-posts.four-col li {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .recent-posts li .thumbnail,
  .recent-posts.two-col li .thumbnail,
  .recent-posts.three-col li .thumbnail,
  .recent-posts.four-col li .thumbnail {
    max-width: 120px;
    float: left;
  }
}
@media (max-width: 480px) {
  .post-header + .featured-thumbnail.thumbnail {
    float: none;
  }
}
@media (max-width: 620px) {
  .filter-wrapper strong {
    display: none;
  }
  .filter-wrapper > div {
    float: none;
  }
  .nav-pills > li {
    float: none;
  }
}
@media (max-width: 550px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .slider {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    min-height: 0;
  }
  .breadcrumb {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .post-list_li .featured-thumbnail {
    float: none;
    display: inline-block;
  }
  .post-list_li time {
    display: block;
  }
  .breadcrumb {
    font-size: 10px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navWrapper {

	width: 100%;

	display: table;

	z-index: 9999999;

	margin-bottom: 15px;

	padding-left: 30px;

}





#logoWrapper {

	width: 100%;

	display: table;

	text-align: center;

	margin-top: -5px;

	z-index: -1111;

	margin-left: auto;

	margin-right: auto;

}

#socialWrapper {
	width: 100%;
	display: table;
	text-align: right;
	z-index: 10000;
}
#socialFeedWrapper {
	display: table;
	padding: 10px;
	background-image: url('http://michiganbulls.com/wp-content/uploads/2013/12/trans-white.png');
	background-repeat: repeat;
        border-radius: 8px;
}
#newsFeedWrapper {
	width: 95%;
	display: table;
	padding: 10px;
	background-image: url('http://michiganbulls.com/wp-content/uploads/2013/12/trans-white.png');
	background-repeat: repeat;
        border-radius: 8px;
}
#newsFeed {
	width: 95%;
	display: table;
	margin-left: 10px;
}
.container5 {
	padding-right: 30px;
	z-index: 1000;
}



.mainContentWraper {
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	z-index: 1000;
	margin-top: -30px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url('http://michiganbulls.com/wp-content/themes/theme45051/images/mid-bg.png');
	padding-top: 0px;
}

#teamWrapperRight {
	width: 85%;
	display: table;
	padding: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        border-radius: 8px;
}
#teamWrapperLeft {
	width: 95.5%;
	display: table;
	padding: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        border-radius: 8px;
}

#teamTitle {
	padding: 6px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0088CC;
        border-radius: 4px;
}
#teamTitle2 {
	padding: 6px;
	width: 99%;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0088CC;
}
#teamTitle3 {
	width: 99%;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #0088CC;
}
#teamTitle4 {
        margin-left: 10px;
	width: 62%;
	margin-bottom: 10px;
	display: table;
	float: left;
	font-size: 14pt;
	color: #5FC6FA;

}
#teamTitle5 {
	width: 99%;
	margin-top: 25px;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #5FC6FA;
	padding-bottom: 5px;
	border-bottom: 1px #5FC6FA solid;
}
#teamTitle6 {
	width: 92%;
	margin-top: 25px;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #0088CC;
	padding-bottom: 5px;
	border-bottom: 1px #0088CC solid;
}

#teamTitle7 {
	padding: 6px;
        margin-left: 10px;
	width: 58%;
	margin-bottom: 10px;
	display: table;
	float: left;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0088CC;
        border-radius: 4px;
}
#teamTitle8 {
	padding: 6px;
	width: 98.5%;
	margin-top: 25px;
	margin-bottom: 10px;
	display: table;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0088CC;
        border-radius: 4px;
}
#teamPic {
	width: 300px;
	display: table;
	float: left;

}
#teamPractice {
	display: table;
	float: left;
        margin-left: 10px;
        width: 235px;
}
#teamPracticeLeft {
	display: table;
	float: left;
        margin-left: 10px;
}

#teamWrapper {
	width: 95%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#quarterSection {
	width: 21%;
	display: table;
	text-align: center;
	margin-bottom: 20px;
        color: #FFFFFF;
	float: left;
	margin-left: 26px;
	margin-right: 10px;
}

#contactLeft {
	width: 90%;
	display: table;
	padding: 20px;
	background-image: url('http://michiganbulls.com/wp-content/uploads/2014/01/transBG.png');
	background-repeat: repeat;
        border-radius: 8px;
        color: #FFFFFF;
}
#contactTitle {
	width: 90%;
	margin-bottom: 2px;
	display: table;
	font-size: 16pt;
	color: #FFFFFF;
}

#coachWrapper {
	width: 142px;
	height: 190px;
	margin-bottom: 20px;
	margin-left: 22px;
	display: table;
	font-size: 12pt;
	color: #FFFFFF;
	float: left;
        padding: 5px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;

}

#coachPic {
	width: 140px;
	height: 105px;
	display: table;
	float: left;
	border: 1px #FFFFFF solid;
}
#coachName {
	display: table;
	float: left;
	font-size: 11pt;
	color: #00b4f5;
        margin-top: 5px;
        margin-bottom: 3px;
	width: 140px;
}
#coachTeam {
	display: table;
	float: left;
	font-size: 8pt;
	color: #FFFFFF;
	width: 140px;
}
#hpCoachWrapper {
	display: table;
        margin-left: 10px;
}
#hpCoachWrapper3 {
	width: 100%;
	display: table;
        margin-left: auto;
        margin-right: auto;

}
#hpNewsWrapper {
	width: 90%;
	display: table;
        margin-left: auto;
        margin-right: auto;

}

#staffWrapper {
	width: 325px;
	height: 210px;
	display: table;
	float: left;
        margin-left: 10px;
        margin-top: 30px;
        margin-right: 10px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;

}
#staffPic {
	width: 160px;
	height: 210px;
	display: table;
	float: left;
}
#staffName {
	display: table;
	float: left;
	font-size: 14pt;
	color: #00b4f5;
        margin-bottom: 10px;
	width: 165px;
}
#staffTeam {
	display: table;
	float: left;
	font-size: 8pt;
	color: #FFFFFF;
	width: 165px;
}
#grayBack {
	margin-top: -40px;
	width: 95%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#grayBack2 {
	width: 95%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#sectionTitles{
	width: 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #FFFFFF solid;
	margin-bottom: 10px;
}
#sectionTitles2{
	width: 93%;
	display: table;
	border-bottom: 1px #FFFFFF solid;
	margin-bottom: 10px;
}
#sectionTitles3{
	width: 95.5%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
        padding: 10px;
	color: #FFFFFF;
	font-size: 16pt;

}
#sectionTitles4{
	width: 98%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
        padding: 10px;
	color: #FFFFFF;
	font-size: 16pt;

}
#sectionTitles5{
	width: 100%;
	display: table;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
        padding: 10px;
	color: #FFFFFF;
	font-size: 16pt;

}
#sectionTitles6{
	width: 93.5%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
        padding: 10px;
	color: #FFFFFF;
	font-size: 16pt;

}
#staffWrapperLrg {
	font-size: 12pt;
	width: 96.5%;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}
#staffNameLrg {
	font-size: 14pt;
	color: #00b4f5;
        margin-bottom: 10px;
}
#staffTeamLrg {
	display: table;
	float: left;
	font-size: 8pt;
	color: #FFFFFF;
	width: 200px;
}
#viewAll{
	display: table;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #FFFFFF solid;
        padding: 10px;
        background-color: #00b4f5;
}


#hpSide {
	font-size: 9pt;
	width: 89.5%;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
	line-height: 17px;
	letter-spacing: .5px;

}
#playerWrapper {
	width: 96.5%;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;

}
#playerWrapper2 {
	width: 91.5%;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
	line-height: 1px;
        margin-left: auto;
        margin-right: auto;
}

#playerWrapperLeft {
	width: 560px;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 35px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        float: left;
}
#playerWrapperRight{
	width: 470px;
	display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        float: left;
}
#playerPic {

	display: table;
	border: 4px #FFFFFF solid;
        float: left;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        margin-right: 10px;
        margin-bottom: 10px;

}
#playerWrap {
        float: left;
        width: 335px;
        margin-left: 10px;

	display: table;
        height: 280px;
	letter-spacing: .5px;
}
#playerForm {
        float: right;
        width: 335px;
        margin-left: 10px;
        margin-right: 10px;
	display: table;
        height: 280px;
	letter-spacing: .5px;
}
#playerTitle1 {
        float: left;
        margin-right: 4px;
	font-size: 12pt;
	color: #00b4f5;
	display: table;
}
#playerContent1 {
	display: table;
        float: left;
        margin-right: 10px;
	font-size: 12pt;
	color: #FFFFFF;

}
#halfPage {
	display: table;
        width: 50%;
        float: left;
	text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
}
#playerVideo {
	display: table;
        margin-left: auto;
        margin-right: auto;
        background-color: #000000;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
        margin-top: 30px;
}
#playerVideoVerbiage {
	display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top:5px;
}


#alumniWrapper {
	width: 98%;
	min-height: 210px;
	display: table;
        margin-left: auto;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 20px;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;

}
#alumniWrapper2 {
	width: 98%;
	min-height: 210px;
	display: table;
        margin-left: auto;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;

}
#alumniLeft {
	width: 335px;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 10px;
        margin-right: 10px;
}
#alumniMid {
	width: 335px;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 10px;
        margin-right: 10px;
}
#alumniRight {
	width: 335px;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 10px;
        margin-right: 10px;
}
#alumniYear {
	width: 335px;
	display: table;
        margin-bottom: 4px;
        margin-top: 5px;
	font-size: 18pt;
	color: #00b4f5;
	text-transform: uppercase;
}
#alumniPlayerWrap {
	width: 335px;
	display: table;

}
#alumniPlayerWrap2 {
	width: 305px;
	display: table;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding: 10px;
}
#alumniPlayer {
	font-weight: bold;
	width: 120px;
        height: 17px;
        float: left;
	display: table;
	font-size: 10pt;
        padding-top: 7px;

}
#alumniIcon {
	width: 24px;
        height: 24px;
        float: left;
	display: table;
        margin-right: 6px;
	font-size: 10pt;
}
#alumniTeam {
	width: 170px;
        height: 17px;
        float: left;
	display: table;
        margin-left: 5px;
	font-size: 10pt;
        padding-top: 7px;
}



#alumniYear2 {
	width: 335px;
	display: table;
        margin-bottom: 4px;
        margin-top: 5px;
	font-size: 18pt;
	color: #00b4f5;
	text-transform: uppercase;
}

#alumniPlayer2 {
	width: 335px;
        margin-bottom: 10px;
        min-height: 24px;
	display: table;
	font-size: 10pt;
}



#alumni {
	display: table;
	font-size: 12pt;
}


#alumniColumn {
	width: 49%;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 5px;
        margin-right: 5px;

}
#alumniColumn2 {
	width: 32.5%;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 4px;
        margin-right: 4px;
	font-size: 10pt;
}
#alumniRight2 {
	width: 335px;
	min-height: 210px;
	display: table;
	float: left;
        margin-left: 10px;
        margin-right: 10px;
}
#alumni5 {
	width: 91%;
	display: table;
        margin-left: auto;
        margin-right: auto;
        background-color: #d5dee7;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
        padding: 20px;
	color: #000000;
}
#alumniPlayerWrap5 {
	width: 100%;
	display: table;

}
#alumniYear5 {
	display: table;
        margin-bottom: 4px;
        margin-top: 5px;
	font-size: 16pt;
	color: #000000;
	text-transform: uppercase;
}
#alumniPlayer5 {
        margin-right: 3px;
	width: 135px;
        float: left;
	display: table;
	font-size: 11pt;
}

#alumniTeam5 {
        float: left;
	display: table;
	font-size: 10pt;
}

#sectionTitles10{
	width: 93%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
        padding: 10px;
	color: #FFFFFF;
	font-size: 16pt;

}

#alumniCollege{
	display: table;
        margin-top: 15px;
	font-size: 12pt;
	color: #1d3c60;
	text-transform: uppercase;
}
#sponsorBack {
	margin-top: -40px;
	width: 95%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 11pt;
}
#sponsorTitle {
	color: #001121;
	font-size: 15pt;
        margin-bottom: 4px;
}
#pbrTitle {
	color: #00b4f5;
	font-size: 15pt;
        margin-bottom: 4px;
}
#pbr{
	font-size: 12pt;
	display: table;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
	border-bottom: 1px #00b4f5 solid;
}
#camp-clinicTitle {
	color: #FFFFFF;
	font-size: 15pt;
        margin-bottom: 4px;
}
#signUp{
	display: table;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px #FFFFFF solid;
        padding: 10px;
        background-color: #00b4f5;
}
#signUp2{
	display: table;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
        float: left;
	border: 1px #FFFFFF solid;
        padding: 10px;
        background-color: #00b4f5;
}
#signUp3{
	display: table;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px #FFFFFF solid;
        padding: 5px 20px 5px 20px;
        background-color: #00b4f5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	text-transform: uppercase;
}
#midLine{
	display: table;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
        width: 100%;
	border-bottom: 1px #00b4f5 solid;
}

#sectionContentContainer {
	margin-top: -40px;
	width: 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#sectionContentWrapper {
	width: 100%;
	display: table;
        margin-left: auto;
        margin-right: auto;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: #FFFFFF;
        min-height: 290px;
}

#sectionContentTitleWrapper{
	width: 100%;
	display: table;
	margin-bottom: 10px;
        background-color: #001121;
        background-repeat: repeat-x;
	border-radius: 5px;
}
#sectionContentTitle{
	width: 95%;
	display: table;
	margin: 10px;
	color: #FFFFFF;
	font-size: 16pt;
}
#sectionContentMain{
	width: 99%;
	display: table;
	margin: 10px;
	color: #FFFFFF;
	font-size: 11pt;
}
#sectionContentMain2{
	width: 99%;
	display: table;
	margin: 10px;
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 22px;
}

#sectionContentMain3{
	width: 99%;
	display: table;
        text-align: center;
	margin: 10px;
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 22px;
}


#teamContentWrapper {
	width: 100%;
	display: table;
        margin-left: auto;
        margin-right: auto;
        background-color: #4e4e4e;
        background-repeat: repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: #FFFFFF;

}
#teamContentMain{
	width: 99%;
	display: table;
	margin: 10px;
	color: #FFFFFF;
	font-size: 11pt;
}
#teamContentMain2{
	width: 98%;
	display: table;
	margin: 10px;
	color: #FFFFFF;
	font-size: 11pt;
}
#teamContentTitle {
	padding: 6px;
        margin-left: 10px;

	margin-bottom: 10px;
	display: table;
	float: left;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0088CC;
        border-radius: 4px;
}

#formLeft{
	width: 49%;
	display: table;
	float: left;
}
#formRight{
	width: 49%;
	display: table;
	float: left;
}




#playerRosterWrap {
	display: table;
	width: 250px;
	margin-bottom: 4px;
	font-size: 9pt;
}
#playerRosterNumber {
	display: table;
	width: 20px;
	float: left;
	color: #00B4F5;
}
#playerRosterName {
	display: table;
	width: 125px;
	float: left;
}
#playerRosterCollege {
	display: table;
	width: 100px;
	float: left;
	color: #00B4F5;
}


#playerRosterWrap2 {
	border-bottom: 1px #FFFFFF solid;
	display: table;
	width: 250px;
	margin-bottom: 4px;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}
#playerRosterNumber2 {
	display: table;
	width: 20px;
	float: left;
}
#playerRosterName2 {
	display: table;
	width: 125px;
	float: left;
}
#playerRosterCollege2 {
	display: table;
	width: 100px;
	float: left;
}







.auto-style1 {
	color: #00B4F5;
	font-size: 16pt;
}

.playerBorder {
	border: 1px #FFFFFF solid;
	display: table;
	margin-bottom: 30px;
}

a.external:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.external:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
a.external:active {
	color: #FFFFFF;
	text-decoration: none;	
}
a.external:hover {
	color: #000000;
	text-decoration: none;
}
a.external2:link {
	color: #00B4F5;
	text-decoration: none;
}
a.external2:visited {
	color: #00B4F5;
	text-decoration: none;	
}
a.external2:active {
	color: #00B4F5;
	text-decoration: none;	
}
a.external2:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.external3:link {
	color: #00B4F5;
	text-decoration: none;
	font-size: 13pt;
	font-style: italic;
        margin-right: 10px;
}
a.external3:visited {
	color: #00B4F5;
	text-decoration: none;	
	font-size: 13pt;
	font-style: italic;
        margin-right: 10px;
}
a.external3:active {
	color: #00B4F5;
	text-decoration: none;	
	font-size: 13pt;
	font-style: italic;
        margin-right: 10px;
}
a.external3:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13pt;
	font-style: italic;
        margin-right: 10px;
}

a.external4:link {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;

}
a.external4:visited {
	color: #FFFFFF;
	text-decoration: none;	
	text-shadow: 1px 1px 1px #000;

}
a.external4:active {
	color: #FFFFFF;
	text-decoration: none;	
	text-shadow: 1px 1px 1px #000;

}
a.external4:hover {
	color: #001121;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666666;

}

.center {
	text-align: center;
        font-size: 24px;
}