/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #333;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #000;
}

a {
  color: #0BA9F9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  color: blue;
  text-decoration: none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}

.btn:hover {
  color: #fff;
  background-color: #0BA9F9;
  border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
.navbar {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  background: #2bb8ff;
  padding: 20px 0;
  padding-bottom: 0;
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-header a.navbar-brand {
  color: #fff;
  font-family: 'Roboto';
}

.navbar-header a.navbar-brand:hover {
  color: #fff;
}

.navbar-nav {
  position: relative;
}

.navbar-nav>li {
  margin-left: 20px;
  padding-bottom: 28px;
}

.navbar-fixed-top {
  border: none;
  background: #0BA9F9;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-fixed-top .navbar-nav>li>a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #ffd;
  line-height: 24px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto';
}

.navbar-fixed-top .navbar-nav>li>a:hover {
  background: #0BA9F9;
  color: #fff;
}


.navbar-fixed-top .navbar-nav>.active>a,
.navbar-fixed-top .navbar-nav>.active>a:hover,
.navbar-fixed-top .navbar-nav>.active>a:focus,
.navbar-fixed-top .navbar-nav>.open>a,
.navbar-fixed-top .navbar-nav>.open>a:hover,
.navbar-fixed-top .navbar-nav>.open>a:focus {
  background-color: #2bb8ff;
  color: #fff;
}

.menu-mobile-hide {
  display: none;
}

.menu-mobile-show {
  display: block;
}


@media screen and (min-width: 1050px) {
  #menu-mobile-icon { display: none; }
  #menu-mobile-horizontal { display: none; }
  #menu-desktop { display: block; }
}

@media screen and (max-width: 1050px) {
  #menu-mobile-icon { display: block; }
  #menu-desktop { display: none; }
}


/*************************
*******Slider******
**************************/
.slider {
  position: relative;
  padding-top:  78px;
}

.slider img {
  width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: 100px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid silver;
}

#carousel-slider a i {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #fff;
}

#carousel-slider a i:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

#carousel-slider .carousel-control {
  width: inherit;
}

#carousel-slider .carousel-control.left i {
  left: 30px;
  top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
  right: 30px;
  top: calc(50% - 25px);
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
  background: none;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: calc(50% - 150px);
  font-size: 40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.carousel-caption p {
  font-size: 30px;
  margin-top: 30px;
  color: #fff;
}


/*************************
*******information******
**************************/
#information {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-center i {
  font-size: 30px;
  margin-top: 15px;
  color: #fff;
  padding: 15px;
  background: #0BA9F9;
  border-radius: 50%;
}

.text-center p {
  margin-bottom: 30px;
}

.table_component {
  overflow: auto;
  width: 100%;
}

.table_component table {
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_component th {
  color: #000000;
  padding: 5px;
}

.table_component td {
  color: #000000;
  padding: 5px 10px;
}

/*************************
*******pricing******
**************************/
#pricing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background: #FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even) {
  background: #f5f5f5
}

.pricing-area .price-three img,
.pricing-area .price-six img {
  position: absolute;
  top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
  padding: 16px 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
  margin-left: -10px;
  border-radius: 8px;
}

.pricing-area .heading-one:hover,
.pricing-area .heading-two:hover,
.pricing-area .heading-three:hover,
.pricing-area .heading-four:hover,
.pricing-area .heading-five:hover,
.pricing-area .heading-six:hover,
.pricing-area .heading-seven:hover {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
  background: red
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
  background: limegreen
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: blue
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .bg {
  background: #fafafa
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding: 5px 20px;
  color: #fff;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:hover {
  border: none;
}

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
  border-color: #0BA9F9 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}



/*************************
*******gallery******
**************************/
#gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}

#gallery img {
  border-radius: 8px;
}

#gallery-slider {
  position: relative;
}

#gallery-slider .gallery-indicators {
  bottom: 100px;
}

#gallery-slider .gallery-indicators li {
  border: 1px solid silver;
}

#gallery-slider a i {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #fff;
}

#gallery-slider a i:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}


#gallery-slider .gallery-control {
  width: inherit;
}

#gallery-slider .gallery-control.left i {
  left: 30px;
  top: calc(50% - 25px);
}

#gallery-slider .gallery-control.right i {
  right: 30px;
  top: calc(50% - 25px);
}

#gallery-slider .gallery-control.left,
#gallery-slider .gallery-control.right {
  background: none;
}


/*************************
*******parallax******
**************************/
.parallax-window {
  min-height: 500px;
  background: transparent;
}

.parallax-window .text-center p {
  color: #fff;
  font-size: 20px;
}

.sub-parallax .form-inline .form-group button[type="purchase"] {
  padding: 20px 90px;
  font-size: 20px;
  background: #fff;
  color: #0BA9F9;
  border-color: #0BA9F9;
}

.sub-parallax .form-inline .form-group button[type="purchase"]:hover {
  background: #0BA9F9;
  color: #fff;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.sub-parallax .form-inline .form-group button[type="subscribe"] {
  padding: 20px 90px;
  font-size: 20px;
}

.sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
  background: #fff;
  color: #0BA9F9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}


/*************************
*******players******
**************************/
#players {
  padding-top: 50px;
  padding-bottom: 50px;
}

#clients .text-center {
  padding-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#clients .team img {
  border-radius: 8px;
}

.player-login-phone-error-show {
  display: block;
  color: red;
}

.player-login-phone-error-hide {
  display: none;
}

/*************************
*******footer******
**************************/
footer {
  padding-bottom: 20px;
}

#contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.copyright {
  padding-bottom: 100px;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.send-message-name-error-hide {
  display: none;
}

.send-message-name-error-show {
  display: block;
  color: red;
}

.send-message-email-error-hide {
  display: none;
}

.send-message-email-error-show {
  display: block;
  color: red;
}

.send-message-subject-error-hide {
  display: none;
}

.send-message-subject-error-show {
  display: block;
  color: red;
}

.send-message-text-error-hide {
  display: none;
}

.send-message-text-error-show {
  display: block;
  color: red;
}

#send-message {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#error-message {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#send-message.show,
#error-message.show,
.show {
  display: block;
}

#contact .text-center {
  padding-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#contact ul {
  list-style: none;
  margin-left: -40px;
  font-size: 13px;
}

.form-inline {
  margin-top: 15px;
  margin-bottom: 15px;
}


.form-inline .form-group input[type="name"] {
  margin-top: 10px;
  border-radius: 4px;
  border-radius: 6px;
}

.form-inline .form-group input[type="email"] {
  margin-top: 10px;
  border-radius: 6px;
  padding: 5px 20px;
}

.sub-footer form {
  margin-top: 60px;
  margin-bottom: 30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
  padding: 20px 90px;
  font-size: 25px;
}

.sub-footer .form-inline .form-group button[type="purchase"]:hover {
  background: #fff;
  color: #0BA9F9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
  padding: 20px 90px;
  font-size: 25px;
  background: #fff;
  color: #0BA9F9;
  border-color: #0BA9F9;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
  background: #0BA9F9;
  color: #fff;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

ul.social-network {
  list-style: none;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icon {
  text-align: center;
  margin-bottom: 60px;
}

ul.social-network li {
  display: inline;
  margin: 0 18px;
  font-size: 25px;
}

ul.social-network li a {
  color: #d0d0d0;
  text-align: center;
}

.social-network li:hover .fa-twitter {
  color: #00abf0;
}

.social-network li:hover .fa-facebook {
  color: #39579a;
}

.social-network li:hover .fa-google-plus {
  color: #eb8984;
}

.social-network li:hover .fa-pinterest {
  color: #c9171e;
}

.social-network li:hover .fa-linkedin {
  color: #0077b5;
}

.social-network li:hover .fa-youtube-play {
  color: #C84941;
}

.social-network li:hover .fa-dribbble {
  color: #EA4C89;
}

.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}