/* Desktop Layout */

#contact_success{
	display:none;
}
#contact_error{
	display:none;
}
.jersey-heading-mobile p{
	display:none;
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-right {
  padding-bottom: 15px;
  padding-top: 5px;
}
.navbar-right li {
  border-right: 0 none;
  margin-top: 5px;
  padding: 0;
}
.navbar-right li a {
  font-size: 14px !important;
}
.navbar-brand > img {
  margin-top: 10px;
  width: 80%;
}
.jersey-heading-mobile p{
	display:none;
}
.jersey-home-header {
  height: auto;
  padding-bottom: 130px;
}
.jersey-home-header2 {
  height: auto;
  padding-bottom: 130px;
}
.jersey-heading-text {
  padding-top: 130px;
}
.jersey-text-wrapper {
  padding-bottom: 80px;
}
.jersey-popular-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 70px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  margin-left:0px;
  width: 80%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar-right{
	padding-top:20px;
}
.navbar-right li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.jersey-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.navbar .navbar-right li a.active::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
}
.jersey-home-header {
  height: auto;
  padding-bottom: 130px;
}
.jersey-home-header2 {
  height: auto;
  padding-bottom: 130px;
}
.jersey-heading-text {
  padding-top: 100px;
}
.jersey-heading-text2 {
  padding-top: 80px;
}
.jersey-text-wrapper {
  padding-bottom: 80px;
}
.jersey-popular-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 70px;
}
.jersey-heading-text button {
  background: #4260c8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 37px;
  font-weight: 400;
  margin: 10px auto 25px;
  padding: 10px 30px;
}
.jersey-heading-text2 button {
  background: #4260c8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 37px;
  font-weight: 400;
  margin: 10px auto 25px;
  padding: 10px 30px;
}
#submit_contact {
  background-color: #4260c8;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin: 35px auto 0;
  padding: 14px 45px 61px;
  transition: all 0.5s ease 0s;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  width: 100%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar-right{
	padding-top:20px;
}
.navbar-right li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.jersey-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.navbar .navbar-right li a.active::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
}
.jersey-home-header {
  height: auto;
  padding-bottom: 130px;
}
.jersey-home-header2 {
  height: auto;
  padding-bottom: 130px;
}
.jersey-heading-text {
  padding-top: 100px;
}
.jersey-heading-text2 {
  padding-top: 80px;
}
.jersey-text-wrapper {
  padding-bottom: 80px;
}
.jersey-popular-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 70px;
}
}