@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
body, html {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 26px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 14px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover, a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul, ol {
  list-style: none;
}
ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1E7A46;
  margin-bottom: 20px;
  border: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ccc;
}
/* Navigation */
#menu {
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color:  rgba(0,95,157,1);
  border: none;
  box-shadow: none;
}
#menu.navbar-default .navbar-nav.navbar-right {
  margin-right: 0px;
}
#menu a.navbar-brand {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;  
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 42px 4px 32px;
  border-radius: 0;
  letter-spacing: 0.5px;  
  margin: 0px 6px 0px 6px;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
#menu.navbar-default .navbar-nav > li > a.active:after {
  width: 100%;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: #cd2122;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar {
    min-height: 98px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #608dfd;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title p {
  font-size: 18px;
}
.social a {
  color: #000;
  padding: 0px 5px;
}
.social a i:before {
  line-height: 70px;
}
.social a:hover {
  color: #cd2122;
}
.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #cd2122;
  letter-spacing: normal;
  margin: 0;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom.olb {
  text-transform: uppercase;
  color: #fff;  
  background-color: #000;
  letter-spacing: 1px;
  border-radius: 4px;
  margin: 0;
  padding: 6px 16px 7px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s linear;
  border: 1px solid #99111e;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
  color: #fff;
  background-color: #000;
}
.btn-custom.olb:hover, .btn-custom.olb:focus, .btn-custom.olb.focus, .btn-custom.olb:active, .btn-custom.olb.active {
  color: #fff;
  background-color: #000;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  width: 100%;
  padding: 0;
  background-color: #e1e4da;
  display: block;
}
.intro .carousel-caption {
  bottom: 25%;
  text-align: left;
  left: auto;
  max-width: 420px;
  right: 10%;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.intro h1 span {
  font-weight: 800;
  color: #be1e2d;
}
.intro p {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 22px;
}
header .intro-text {
  padding-top: 115px;
  padding-bottom: 50px; 
  text-align: left;
}
#corporate-slider .main-container {
  padding: 0;
}
#corporate-slider h3 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
}
#corporate-slider h4{
    color: #fff;
    font-size: 46px;
      text-transform: uppercase;
      font-weight:700;
}
#corporate-slider .slide1 .text-left ,#corporate-slider .slide3 .text-left{
    padding-left: 40px;
}
#corporate-slider .carousel-indicators {
  bottom: 0;
}
#corporate-slider .carousel-control.right,
#corporate-slider .carousel-control.left {
  background-image: none;
}
#corporate-slider .carousel .item {
  min-height: 723px; 
  height: 100%;
  width:100%;
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#corporate-slider h3{
  animation-delay: 1s;
}
#corporate-slider h4 {
  animation-delay: 2s;
}
#corporate-slider h2 {
  animation-delay: 3s;
}
#corporate-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
#corporate-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#corporate-slider .p {
  padding-top: 125px;
  text-align: center;
}
#corporate-slider .p a {
  text-decoration: underline;
}
#corporate-slider .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:2px solid #fff;
    margin: 0px;
}
#corporate-slider .carousel-indicators .active{
  width: 16px;
  height: 16px;
  background-color: #cd2122;
  border: 2px solid #fff;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-inner > .item > img {
    margin: 0 auto !important;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 49%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
  display: none;
    left: 20%;
  width: 44px;
  height: 44px;
    padding-left: 5px;    
    font-size: 40px;
    color: #fff;
    padding-right: 5px;    
    border-radius: 50%;  
    background: #000;
}
.carousel-control .fa-angle-right{
  display: none;
    right: 20%;
  width: 44px;
  height: 44px;
    font-size: 40px;
    color: #fff;
    padding-left: 5px;
    border-radius: 50%; 
    background: #000;  
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
#corporate-slider .slide1 {
  background-image: url('../images/slides/banner_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#corporate-slider .slide2 {
  background-image: url('../images/slides/banner_2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#corporate-slider .slide3 {
  background-image: url('../images/slides/banner_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#corporate-slider .slide4 {
  background-image: url('../images/slides/banner_2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Upcoming Section */
#upcoming {
  padding: 70px 0 90px;
  background: #fff;
}
#upcoming .section-title h2 {
  font-size: 26px;
  color: #000;
  line-height: 24px;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 300;
}
#upcoming h4 {
  color: #000;
  line-height: 24px;
}
#upcoming img {
  display: block;
  padding: 30px 0 30px 0;
  margin: 0px auto;
}
#upcoming span {
  display: block;
  width: 38px;
  height: 38px; 
  background: #cd2122;
  margin: 0px auto; 
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
}
#upcoming h2 {
  font-size: 24px;
  color: #000;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}
#upcoming h4 {
  font-size: 16px;
  color: #000;
  margin: 0px;
  font-weight: 300;
}
/* About Section */
#about {
  padding: 150px 0;
  background: #cd2122;
}
#about h3 {
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #fff;
}
#about h2 {
  position: relative;
  color: #fff;
  font-size: 34px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  font-weight: 300;
}
#about p {
  color: #fff;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #be1e2d;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {

}
#about p {
  margin: 15px 0;
}
/* Fixtures Section */
#fixtures {
  padding: 60px 20px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  min-height: 478px;
}
#fixtures h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #fff;
}
#fixtures h2 {
  position: relative;
  color: #fff;
  padding: 0px 0px 40px 0px;
  font-size: 30px;  
}
/* Team Section */
#team {
  padding: 60px 20px;
    background: #fff;
  min-height: 478px;
}
#team h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#team h2 {
  position: relative;
  padding: 0px 0px 40px 0px;  
  font-size: 30px;
}
#team .caption h2 {
    text-transform: uppercase;
    margin: 0px 0 30px 0;
    font-weight: 300;
    font-size: 18px;
    background: #cd2122;
    padding: 10px 0px;
    color: #fff;
}
#team .player-img {
  background: #f1f1f1;
}
/* Gallery Section */
#gallery {
  padding: 60px 0px 90px;
  background: #cd2122;
}
#gallery h2 {
  position: relative;
  color: #fff;
  padding: 0px 0px 30px 0px;
  font-size: 30px;
}
.gallery-item {
  margin: 12px -5px 12px -5px;
  padding: 0;
}
.gallery-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.gallery-item img {
  width: 100%;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #000;
  background: #fff;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #000;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
table {
    border-collapse: separate;
    border-padding: 1em;
}
table th {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
table td {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #fff;
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0px !important;
}
/* Blog Section */
#blog {
  background: #fff;
  padding: 60px 0;
}s
#blog h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#blog h2 {
    position: relative;
    color: #000;
    padding: 0px 0px 30px 0px;
    font-size: 30px;
}
#blog p {
  margin: 10px 0;
  text-align: left;
}
#blog .blog-text .item h2 {
  font-size: 20px;
  color: #cd2122;
  text-align: left;
  padding: 0px; 
}
.blog-item  {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px; 
}
.blog-item a  {
  color: #000;
}
.blog-item a.more {
  float: right;
}
.blog-item a:hover  {
  text-decoration: underline;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}
/* News Section */
#news {
  padding: 180px 0;
  background-size: cover;
}
#news h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
#news p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 140%;
}
.news {
  position: relative;
  padding: 20px 0px;
}
.news-content {
  position: relative;
  overflow: hidden;
}
.news-content p {
  margin-bottom: 0;
  font-size: 12px;
}
#news .carousel-control.right, #news .carousel-control.left {
    display: none;
}
#news .carousel-indicators {
  bottom: -30px;
}
#news .news-date {
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}
#join {
  padding: 30px 0 30px 0;
  background: #7b1414;
}
#join p {
  color: #fff;
  line-height: 2;
  padding: 0px;
  margin: 0px;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px 0;
  color: #fff;
  background: #cd2122;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 0px 0px 30px;
  background: transparent;
  width: 100%;
  border: none;
  color: #fff;
  float: right;
  background: #000;
  padding: 10px 20px;
}
#contact .btn-custom:hover {
  color: #fff;
  background: #000;
  border: none;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 0; 
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
}
#contact .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact .widget {
  margin-bottom: 30px;
}
#contact .widget h2 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.widget h4, .widget a {
  color: #fff;
}
.widget .social-links {
  display: block;
  padding: 15px 0px 0px;
}
.widget a i {
  float: left;
  margin-right: 15px;
}
.widget a:hover {
  text-decoration: underline;
}
.form-control::-webkit-input-placeholder {
color: #bebebe;
}
.form-control:-moz-placeholder {
color: #bebebe;
}
.form-control::-moz-placeholder {
color: #bebebe;
}
.form-control:-ms-input-placeholder {
color: #bebebe;
}
#map {
  padding: 0px 0;
  background: rgba(0,0,0,0.4);
}
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
/* Footer Section*/
#footer {
  background: #444444;
    padding: 40px 0px 40px 0px !important;
}
#footer p {
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  border-bottom: 2px solid #cd2122;
}
@media only screen and (max-width: 780px) and (min-width: 320px)  {
#menu.navbar-default .navbar-nav > li > a {
  padding: 10px 16px;
}
#menu a.navbar-brand {
  padding: 15px;
}
.intro {
  margin-top: 50px;
}
#corporate-slider h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight:700;
}
#corporate-slider h4{
    font-size: 32px;
    text-transform: uppercase;
    font-weight:700;
}
}