
/* ==========================================================================
   Author: Jose Cardenas
   Description: custom styles for phones
   ========================================================================== */

@media (max-width: 768px) {
/*##############################
* NAV MENU
##############################*/
.navbar-header {
	background: none;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	color: #fff;
	font-family: 'cuprumregular';
	text-transform: uppercase;
}
.navbar-default .navbar-brand:focus {
	color: #eee;
}
ul.nav-menu-responsive {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.nav-menu-responsive > li {
	text-align: center;
}
ul.nav-menu-responsive > li > a {
	width: 100%;
	text-align: center;
	color: #fff !important;
	display: block;
	font-family: 'cuprumregular';
	font-size: 20px;
	padding: 5px 0;
	margin: 2px 0;
	text-transform: uppercase;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
ul.nav-menu-responsive > li > a:hover,
ul.nav-menu-responsive > li > a:focus {

	background: #a9de5c !important;
	color: #333333 !important;
	text-decoration: none;
}
/*##############################
* SUBMENU / DROPDOWN
##############################*/
ul.nav-menu-responsive ul.dropdown-menu {
	position: static !important;
	float: none;
	font-family: 'cuprumregular';
	font-size: 20px;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
ul.nav-menu-responsive ul.dropdown-menu > li > a {
	background: none;
	color: #fff !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}
ul.nav-menu-responsive ul.dropdown-menu > li > a:focus,
ul.nav-menu-responsive ul.dropdown-menu > li > a:hover {
	background: none;
	color: #333 !important;
	background: #a9de5c !important;

}
ul.nav-menu-responsive ul.dropdown-menu > .active > a,
ul.nav-menu-responsive ul.dropdown-menu > .active > a:hover,
ul.nav-menu-responsive ul.dropdown-menu > .active > a:focus {
	background: #a9de5c !important;
	color: #333333 !important;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-brand, 
.navbar-nav > li > a {
	text-shadow: none;
}
.dropdown-toggle .caret {
	border-bottom-color: #fff !important;
	border-top-color: #fff !important;
}

/*##############################
* PAGE STYLES
##############################*/

div.page-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*######
  LOGIN
#######*/
.login-container {
  width: 90%;
}
.login-content {
    padding: 5% 10% 0 10%;
}
.login-container .btn-login {
  float: none;
  display: block;
  margin: 0 auto;
}
span.forgot-pass {
  float: none;
  position: relative;
}
span.sign-up-here {
  float: none;
  position: relative;
}
/*##############################
* SIDEBAR
##############################*/

/*RIGHT SIDEBAR*/
div.testimonials {
  background: #f6fbe1;
  margin-top: 20px;
  padding: 1em 0;
}

div.testimonials h5 {
  background: none;
}
/*#########
*  ABOUT
##########*/
/*ABOUT KATHERINE*/
.img-container {
  float: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.img-container img {
	float: none;
	margin: 0 auto;
}
/*#########
* TRAINING 
    TIPS
##########*/
div.panel ul {
  width: 100%;
}




/*FIND*****
	MY 
INSTRUCTOR*/
ul.find-instructor-tabs {
  padding-top: 10px !important;
}
ul.find-instructor-tabs li span.srch-by {
  padding: 5px 10px;
  display: block;
  line-height: 1.42857;
  color: #fff;
  font-size: 14px;
}
ul.find-instructor-tabs li a {
  padding: 5px 10px !important;
}
.location-nav-tab {
  margin-top: 0px;
}
label.lbl-country {
  display: block !important;
  padding: 15px 0 5px 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
select.select-country-loc {
  margin: 0 !important;
}
a.state-tab,
a.zip-tab {
  padding: 5px;
  margin: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.state-tab-content label,
.zip-tab-content label {
  margin-top: 5px;
}

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


/***************** BRANDON START *****************/

/* PRODUCTS SIDEBAR */

#sidebar-products-title, .sidebar-products-title {
    text-align: center;
}

#products-navbar > li {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#products-navbar > li > a:hover,
#products-navbar > li > a.active {
    background: url('../img/products/products-active.png') no-repeat center center;
}

#products-gc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.products-intro {
    margin-bottom: 50px;
}

.video-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}

.products-video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

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

.video-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    float: none;
}

/* DVD DETAILS */

.video-button-details {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* BOOK DETAILS */

#product-suggestions-title {
    text-align: center;
}

/* CERTIFICATION DETAILS */

#certification-blockquote {
    width: auto;
    height: auto;
    background-image: none;
    padding-top: 10px;
    background: #F6FBE1;
}

/* OUR EXPERT STAFF */

#staff-modal > .modal-dialog {
    width: auto;
}

.modal {
    position: absolute;
}

/***************** BRANDON END *****************/


/*FOOTER*/
ul#fn-main-ul {
  text-align: left !important;
}
div#copyright {
  height: auto !important;
  text-align: center;
}
ul.soc {
  float: none !important;
  line-height: 1;
}

/**** Instructor Certification Video Feature ****/
.teacher-training-video-container{
  margin: 0 auto;
  width: 80%;
}
.teacher-training .teacher-training-caption{
  margin-top: 0 !important;
  top: 85%;
  height: 10%;
}

/**** Shopping cart/ Login ****/
.wrap-log-in{
  height: 65px !important;
  position: relative;
  width: 100% !important;
}

.wrap-log-in .hook img{
  height: auto;
  max-width: 60%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.login-header{
  text-align: center !important;
}

.login-view-cart{
  display: inline !important;
  float: none !important;
  font-size: 12px !important;
}

a.yfg-golfers-profile {
  margin: 0 !important; 
}

#cart-content {
  width: 100%;
  overflow: auto;
}

div.ygp-side-pagination ul{
  width: 100% !important;
  margin: 0 !important;
  background: none !important;
}

.ygp-wrapper{
  padding: 0 !important;
}

#captcha-container img{
  height: auto;
  max-width: 100%;
}

.product-desc p, .product-desc span{
  width: 100% !important;
}

.sidebar-callouts img{
  margin: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

#carousel-pagination{
  display: none !important;
}

div.caption{
  top: 10% !important;
}
div.caption p.caption-head, div.caption a{
  font-size: 10px !important;
}
div.caption span{
  font-size: 10px !important;
  line-height: 0 !important;
}


}/* END of @media 768px*/

/*#############################################
* CUSTOM BREAKPOINTS FOR PHONE
##############################################*/



