/*##############################
* HEADER
##############################*/
.header-username {
  padding: 0 20px;
}
.login-header {
  padding: 0;
  color: #fff;
}
.login-header a {
  color: #fff;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  margin: 0 10px;
}
.login-header a:hover,
 .login-header a:focus {
  color: #b8b8b8;
  text-decoration: none;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
.pga-promo {
  display: inline-block;
  line-height: 42px;
  height: 42px;
}
.login-view-cart {
  display: inline-block;
  background: #333333;
  /*width: 245px;*/
  height: 44px;
  margin: 0 !important;
  float: right;
  text-align: left !important;
  padding: 0 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.login-view-cart a {
  line-height: 44px;
}
a.yfg-golfers-profile {
  margin: 10px 0 0 0;
  display: block;
  text-align: right;
}
/*##############################
* CAROUSEL
##############################*/
.carousel-control.right,
.carousel-control.left,
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: none;
}
.carousel-control.right img,
.carousel-control.left img {
  margin-top: 100%;
}
.carousel-inner {
  position: relative;
}
.caption {
  position: absolute;
  padding: 2%;
  top: 28%;
  width: 45%;
  height: 25%;
  right: 0;
  z-index: 999;
  color: #ffffff;
}
.caption p.caption-head {
  font-family: 'days_oneregular';
  margin: 0;
  text-shadow: 0px 5px 3px rgba(0, 0, 0, 0.75);
  line-height: 1;
}
.caption span {
  font-family: 'cuprumregular';
  text-transform: uppercase;
  line-height: 2;
}
#carousel-pagination{
  position: absolute;
  background: url('../img/trans-bg-lb.png');
  width: 45%;
  top: 25%;
  right: 0;
  height: 45%;
  z-index: 998;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#carousel-pagination ol.carousel-indicators{
    position: absolute;
    bottom: 0;
    left: none;
    right: 2%;
    z-index: 1000;
}

#carousel-pagination ol.carousel-indicators li{
    width: 20px;
    height: 20px;
    text-indent: 0px;
    border: 0;
    background: url('../img/carousel-indicator.png') bottom center no-repeat;
    padding: 0;
    margin: 0 5px 0 0;
}
#carousel-pagination ol.carousel-indicators li.active{
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/carousel-indicator.png') top center no-repeat;
    background-color:transparent;
    padding: 0;
    margin: 0 5px 0 0;
}
#carousel-pagination ol.carousel-indicators > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#myCarousel .carousel-control{
  display: none;
}
#myCarousel:hover .carousel-control{
  display: block;
  top:25%;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
}
.carousel-control {
  width: 7%;
}




/*##############################
* PAGE STYLES
##############################*/
/*######
  LOGIN
#######*/
.login-container {
  /*height: 290px;*/
  width: 430px;
  display: block;
  margin: 50px auto;
  background: #707070 url('../img/bg-login.jpg') bottom center no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 1);
  -moz-box-shadow:    0px 5px 0px 0px rgba(210, 210, 210, 1);
  box-shadow:         0px 5px 0px 0px rgba(210, 210, 210, 1);
  position: relative;
}
.login-content {
    padding: 5% 18% 0 18%;
}
.login-container label {
  font-size: 20px;
  font-family: 'cuprumregular';
  font-weight: normal;
}
.login-container .form-group {
  margin-bottom: 5px;
}
.login-input {
  border-bottom: 3px solid #f0f0f0;
  margin: 0;
  font-style: italic;
}
.login-input:focus {
  font-style: normal;
}
.login-container .btn-login {
  background: #bbd45f;
  color: #333333;
  height: 40px;
  width: 120px;
  /*float: right;*/
}
.login-footer {
  display: block;
  width: 100%;
  padding: 0 3%;
  font-size: 13px;
  color: #f4f4f4;
}

span.forgot-pass {
  color: #f4f4f4;
  position: absolute;
  left: 5px;
}
span.forgot-pass a {
  color: #f4f4f4;
}
span.forgot-pass a:hover,
span.forgot-pass a:focus {
  text-decoration: none;
  color: #b8b8b8;
}
span.sign-up-here {
  position: absolute;
  right: 5px;
}
span.sign-up-here a {
  color: #bbd45f;
}
span.sign-up-here a:hover,
span.sign-up-here a:focus {
  text-decoration: none;
  color: #aec84c;
}
.error-container p {
  color: #ff7d7d;
  margin: 0 0 10px 0;
  line-height: 1;
}





div.page-section h5 { /*h5*/
  margin-top: 2em;
  color: #669900;
}
div.page-section h6 { /*h6*/
  margin-top: 2em;
  font-size: 12px;
}
div.inner-banner-container {
  background: #fff;
}
div.page-section ul {
  list-style: none;
}
div.page-section ul li {
  background: url('../img/icon-chevron-sign-right.png') 0px 6px no-repeat;
  padding-left: 1.5em;
  line-height: 2;
}
div.page-section ul li ul li {
  background: url('../img/bullet-dot.png') 5px 10px no-repeat;
  padding-left: 1.5em;
  line-height: 2;
}

/*###############
* SIDEBAR
###############*/

/*RIGHT SIDEBAR*/
.sidebar-right {
  /*width: 100%;*/
}
div.sidebar-right-callouts a {
  margin-bottom: 20px;
  display: inline-block;
}
div.sidebar-callouts a {
  display: block;
}
div.sidebar-right-callouts a:hover, div.sidebar-callouts a:hover {
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
    filter:alpha(opacity=50);
    opacity:0.50;
    -moz-opacity:0.50;
}



/*#######
* ABOUT
########*/
/*ABOUT Y4G*/
div.testimonials {
  background: url('../img/testi-bottom-bg.jpg') bottom center no-repeat #f6fbe1;
  padding-bottom: 45px;
}
div.testimonials h5 {
  margin: 0;
  text-align: center;
  font-family: 'cuprumregular';
  font-size: 16px;
  font-weight: normal;
  background: url('../img/testi-header-bg.jpg') top center no-repeat;
  height: 45px;
}
div.testimonials h5 i {
  font-size: 24px;
}
div.testi {
  padding: 20px 10px;
}
div.testi p {
  margin: 0;
  font-style: italic;
  color: #3a510c;
  font-size: 14px;
  font-family: 'ubunturegular';
}
div.testi span {
  font-size: 12px;
  color: #76825f;
}
a.testi-read-more {
  color: #546922;
  font-size: 13px;
}
a.testi-read-more:hover,
a.testi-read-more:focus {
  text-decoration: none;
  color: #3e5111;
}
/*ABOUT YOU*/
table.tbl-about-you thead tr th {
  padding: 5px 15px;
}
table.tbl-about-you tbody tr td{
  border: 1px solid #ccc;
  padding: 15px;
}
table.tbl-about-you tr td {
  line-height: 1.7;
}
div.about-you-caption h5 {
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}
div.about-you-caption h6 {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
}

/*ABOUT KATHERINE*/
.img-container {
  float: left;
  margin: 0 20px 20px 0;
}
h6.title-position {
  color: #333;
  padding: 0;
  margin-top: 0 !important;
}

/*ABOUT PARTNERS*/
ul.partners-img-list {
  list-style: none;
  margin: 20px auto;
  display: block;
  text-align: center;
  padding: 0;
}
ul.partners-img-list li {
  background: none !important;
  display: inline-block;
  *display: inline;
  padding: 0 !important;
  margin: 0 10px !important;
}
ul.partners-img-list li img {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*#######
* NEWS
########*/
/*YFG EVENTS*/
table.tbl-news {
 margin: 10px 0 25px 0;
 width: 100%;
}
table.tbl-news thead tr th {
  text-transform: uppercase;
  color: #669900;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
table.tbl-news tbody tr td {
  padding: 5px 0;
  vertical-align: top;
}
table.tbl-news tbody tr td:nth-child(2) {
padding: 5px 15px;
}
span.date-badge {
  width: 65px;
  display: block;
  background: #669900;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*YFG BLOG*/
.blog-container {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.blog-container h5 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 23px;
  font-weight: normal;
}
.blog-post-details {
  font-size: 13px;
}
.blog-post-details a {
  color: #669900;
}
.blog-content {
  margin-top: 20px;
}
a.blog-read-more {
  color: #536a00;
  padding: 5px 10px;
  background: #e2f5a4;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-sidebar-segment {
  width: 100%;
  background: url('../img/blog-sidebar-divider.jpg') bottom center no-repeat;
  padding-bottom: 40px;
  margin-top: 20px;
  float: left;
}
.blog-sidebar-segment h6 {
    font-family: 'cuprumregular';
    font-weight: normal;
    font-size: 18px !important;
    color: #5a6d04;
}
.blog-sidebar-segment ul {
  padding: 0;
  margin: 0;
}
.blog-sidebar-segment ul li {
    background: url('../img/bullet-caret.jpg') 0px 10px no-repeat !important;
    padding-left: 15px !important;
}
.blog-sidebar-segment ul li a {
  color: #669900;
}
/*#########
* TRAINING
    TIPS
##########*/
div.panel {
  border: 1px solid #ccc;
  box-shadow: none;
}
div.panel div.img-container {
  width: 25%;
  margin-top: 15px;
}
div.panel ul {
  margin: 25px 0 25px 0;
  float: left;
  padding: 0;
  display: inline-block;
  /*width: 70%;*/
}
div.panel ul li {
  color: #336600;
}
div.panel ul li a {
  color: #336600;
}
div.panel ul li a:hover {
  color: #88b40c;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-heading {
  background: #333333;
}
.new-panel-heading{
  background: #85ad3a !important;
}
.new-panel-heading .panel-title a{
  color: #fff !important;
}
.new-panel-heading .panel-title a:hover,
.new-panel-heading .panel-title a:active,
.new-panel-heading .panel-title a:focus{
  color: #000 !important;
}
.new-panel-heading .panel-title a:after{
	content: 'NEW!';
	float: right;
}
h4.panel-title {
  text-transform: uppercase;
  color: #cccccc;
}
h4.panel-title a {
  width: 100%;
  display: block;
}
h4.panel-title a:focus,
h4.panel-title a:hover {
  text-decoration: none;
  color: #fff;
}
h4.panel-title a i {
  color: #9ccb41;
}
div.pp_nav a.pp_play {
  display: none !important;
}
div.pp_social {
  display: none !important;
}

/*#########
* CONNECT
##########*/
/*YFG CONNECT*/
.yfg-connect-sbmt {
  background: #a3d321; /* Old browsers */
  background: -moz-linear-gradient(top,  #a3d321 0%, #81a819 2%, #668b01 50%, #769d0e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3d321), color-stop(2%,#81a819), color-stop(50%,#668b01), color-stop(100%,#769d0e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a3d321 0%,#81a819 2%,#668b01 50%,#769d0e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a3d321 0%,#81a819 2%,#668b01 50%,#769d0e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a3d321 0%,#81a819 2%,#668b01 50%,#769d0e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a3d321 0%,#81a819 2%,#668b01 50%,#769d0e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d321', endColorstr='#769d0e',GradientType=0 ); /* IE6-9 */
  border: 1px solid #35404a;
  color: #fff;
  height: 40px;
  width: 100px;
}
.yfg-connect-sbmt:active,
.yfg-connect-sbmt.active {
  background: #668b01; /* Old browsers */
  background: -moz-linear-gradient(top,  #668b01 0%, #769d0e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668b01), color-stop(100%,#769d0e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #668b01 0%,#769d0e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #668b01 0%,#769d0e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #668b01 0%,#769d0e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #668b01 0%,#769d0e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668b01', endColorstr='#769d0e',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
.yfg-connect-sbmt:hover,
.yfg-connect-sbmt:focus {
  color: #fff;
}
span.social-icons {
  font-size: 25px;
}
span.social-icons a {
  color: #9ccb41;
  margin: 0 10px;
}
span.social-icons a:hover,
span.social-icons a:focus {
  color: #88b82c;
  text-decoration: none;
}

/*#########
* FIND YFG
INSTRUCTORS
##########*/
ul.find-instructor-tabs {
  background: #88b40c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px;
  border: none !important;

}
ul.find-instructor-tabs li {
  background: none !important;
  margin: 0;
  padding: 0 !important;
}
ul.find-instructor-tabs li span.srch-by {
  padding: 8px 20px;
  display: block;
  line-height: 1.42857;
  color: #fff;
  font-size: 14px;
}
ul.find-instructor-tabs li a {
  background: #5c8800;
  color: #fff;
  border: none !important;
  padding: 8px 20px !important;
  font-size: 14px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
ul.find-instructor-tabs li a:hover,
ul.find-instructor-tabs li a:focus {
  background: #fff;
  color: #666666;
  border: 1px solid #5c8800;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
.location-nav-tab {
  margin-top: 20px;
}
a.state-tab,
a.zip-tab {
  padding: 10px;
  color: #666666;
  display: block;
  background: #eeeeee;
  text-align: center;
  margin: 0 2px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
a.state-tab {
  margin-left: 15px !important;
}
.location-nav-tab a.active {
  background: #dddddd;
}
a.state-tab:hover,
a.zip-tab:hover,
a.state-tab:focus,
a.zip-tab:focus {
  background: #dddddd;
  text-decoration: none;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
label.lbl-country {
  display: block !important;
  padding: 10px !important;
  text-align: center;
  margin: 0 !important;
}
span.select-container {
  padding: 0 5px 0 0 !important;
}
select.select-country-loc {
  margin: 5px 0 0 0;
}
div.state-zip-tab-contents,
div.name-tab-contents {
  background: #dddddd;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.name-tab-contents {
  margin-top: 20px;
}
.name-tab-contents label,
.state-tab-content label,
.zip-tab-content label {
  margin-top: 10px;
}
.btn-search-locator,
.btn-reset-locator {
  margin-top: 10px;
  background: #9ccb41;
  color: #fff;
  font-weight: bold;
  font-family: 'ubunturegular';
  width: 100px;
}
.btn-search-locator:hover,
.btn-reset-locator:hover,
.btn-search-locator:focus,
.btn-reset-locator:focus {
  color: #fff;
}
#miles-slider {
  margin: 0 2% 0 7%;
  /*width: 100%;*/
  cursor: pointer;
}
.label-miles {
  padding: 4px 5px 2px 5px;
  font-size: 14px;
}
#miles-slider .ui-slider-handle {
  width: 0.5em;
  margin-left: -3px;
  cursor: pointer;
  font-family: 'cuprumregular';
  font-weight: normal !important;
  background: #606264;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNjI2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUzNTQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODZhNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #606264 0%, #535455 50%, #686a6c 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606264), color-stop(50%, #535455), color-stop(100%, #686a6c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #606264 0%, #535455 50%, #686a6c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #606264 0%, #535455 50%, #686a6c 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #606264 0%, #535455 50%, #686a6c 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #606264 0%, #535455 50%, #686a6c 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#606264', endColorstr='#686a6c', GradientType=0);
  /* IE6-8 */

  color: #ffffff;
  text-shadow: none;
  border-color: #35404a;
}
.gi-ruler {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gi-ruler > li {
  float: left;
  height: auto;
  width: 11.1%;
  text-align: center;
  font-size: 10px;
  background: none !important;
}
.gi-ruler > li > div.gi-ruler-num {
  font-size: 10px;
}
.map {
  height: 350px;
  margin: 20px 0;
}
.hide-map {
  background: #9bcb43;
  color: #fff;
  font-family: 'ubunturegular';
  font-weight: bold;
  margin-left: 15px;
}
.hide-map:hover,
.hide-map:focus {
  color: #fff;
}
.floating-bm-index {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  top: 0 !important;
}
.floating-bm-index,
.quicklinks-instructors {
  background: #cccccc;
  margin: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.floating-bm-index ul,
.quicklinks-instructors ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.floating-bm-index ul li,
.quicklinks-instructors ul li {
  background: none !important;
  padding: 0 !important;
  margin: 2px;
  display: inline-block;
  *display: inline;
}
.floating-bm-index ul li a.btn,
.quicklinks-instructors ul li a.btn {
  padding: 3px 5px !important;
  margin: 1px 0;
  font-family: 'ubunturegular';
  color: #333;
}
.floating-bm-index ul li a.btn:hover,
.floating-bm-index ul li a.btn:focus,
.floating-bm-index ul li a.btn.active,
.floating-bm-index ul li a.btn:active,
.quicklinks-instructors ul li a.btn:hover,
.quicklinks-instructors ul li a.btn:focus,
.quicklinks-instructors ul li a.btn.active,
.quicklinks-instructors ul li a.btn:active {
  background: #fff;
  color: #333;
}
ul.tbl-instructor-list {
  font-family: 'ubunturegular';
  padding: 0 !important;
}
ul.tbl-instructor-list li.row {
  padding: 15px !important;
  background: none !important;
  border-bottom: 1px solid #cccccc;
}
ul.tbl-instructor-list li:nth-child(even) {
  background: #f9f9f9 !important;
}
.instructor-details {
  text-align: left;
}
.btn-contact-instructor,
.btn-contact-instructor:focus,
.btn-contact-instructor:active {
  background: #9bcb43;
  color: #fff;
  margin: 10px 0;
}
.btn-contact-instructor:hover {
  color: #f9f9f9;
}

.anchor {
  position: relative;
}

.anchor span.adjustment{
  position: relative;
  top:-50px;
}

/*#############
  YFG GALLERY
###############*/

.yfg-gallery {
  margin:0 auto;
  padding:0;
}
.yfg-gallery li, div.page-section .yfg-gallery li {
  background:none;
  display: inline-block;
  padding:0;
  margin:0;
}
.yfg-gallery li a {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 20px 0px 0px 30px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  border:5px #fff solid;
}
.yfg-gallery li a:hover {
  border:5px #9ccb41 solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.yfg-gallery li a img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}


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

div x{
    border: 1px solid black;
}

.row {
    margin-left: auto;
    margin-right: auto;
}


/* PRODUCTS */

/*#products-content {
    font-family: 'ubunturegular';
}*/


/* PRODUCTS SIDEBAR */

#sidebar-products-title, .sidebar-products-title {
    font-size: 16px;
    font-weight: bold;
    color: #75A433;
}

#products-navbar > li {
    background: none;
    font-size: 14px;
    line-height: 40px;
    padding-left: 0px;
    margin-left: -40px;
    width: 170px;
}

#products-navbar > li > a > i {
    color: #75A433;
}

#products-navbar > li > a {
    color: #000000;
    padding-left: 3px;
    display: block;
}

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

#products-navbar > li > a:hover,
#products-navbar > li > a:hover,
#products-navbar > li > a:hover > i,
#products-navbar > li > a.active,
#products-navbar > li > a.active > i {
    color: #FFFFFF;
    text-decoration: none;
}

#products-gc {
    background: url('../img/products/gc.png') no-repeat center center;
    width: 140px;
    height: 148px;
    margin-top: 40px;
}

#txt-gc {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'cuprumregular';
}

#txt-price {
    font-family: 'vaniregular';
    color: #ACBC9A;
    font-size: 32px;
    padding-right: 20px;
    padding-top: 30px;
}

/* INSTANT DOWNLOAD VIDEOS */

.products-intro {
    font-size: 14px;
    margin-bottom: 25px;
}

.products-intro > strong {
    font-style: italic;
}

.products-video {
    background-color: #C1E435;
    width: 170px;
    height: 201px;
    border-radius: 6px;
}

.products-video-border {
    background-color: #EBEBEB;
    width: 170px;
    height: 174px;
    border-radius: 6px;
}

.products-video-image {
    width: 170px;
    height: 174px;
    border-radius: 5px;
}

#video-3dimensional {
    background: url('../img/products/download-1.png') no-repeat center center;
}

#video-more-pars {
    background: url('../img/products/download-2.png') no-repeat center center;
}

#video-swing {
    background: url('../img/products/download-3.png') no-repeat center center;
}

#video-drives {
    background: url('../img/products/download-4.png') no-repeat center center;
}

.video-content {
    margin-bottom:50px;
    font-size: 14px;
    font-family: 'droid_sansregular';
}

.video-content > div > p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.video-price {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #000000;
    background-color: #C1E435;
    border-radius: 6px;
    line-height: 20px;
}

.video-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.video-description {
    line-height: 20px;
}

.video-button-container {
    margin-top: 20px;
}

.video-button {
    /*width: 159px;*/
    padding: 5px 20px;
    height: 32px;
    border-radius: 6px;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}

.video-button-details {
    width: 190px;
    margin-left: 0px !important;
    margin-top: 5px;
}

.video-info {
    background-color: #999999;
    color: #FFFFFF;
}

.video-add {
    background-color: #C1E435;
    color: #333333;
    margin-left: 5px;
}

/* DVDS */

.dvd-image {
    padding-top: 10px;
    overflow: hidden;
}

.dvd-image > div {
    height: 170px;
}

#dvd-scores {
    background: url('../img/products/dvd1.png') no-repeat top center;
}

#dvd-power {
    background: url('../img/products/dvd2.png') no-repeat top center;
}

#dvd-yoga {
    background: url('../img/products/dvd3.png') no-repeat top center;
}

/* BOOKS */

#book-paperback {
    background: url('../img/products/book1.png') no-repeat top center;
}

#book-swing {
    background: url('../img/products/book2.png') no-repeat top center;
}

/* LIVE INSTRUCTION */

#live-image {
    background: url('../img/products/live.png') no-repeat center center;
}

/* PRODUCT DETAILS */

#product-suggestions {
    padding-left: 15px;
    margin-top: 130px;
    margin-bottom: 70px;
}

#product-suggestions-title {
    font-size: 14px;
    font-weight: bold;
    color: #75A433;
    margin-bottom: 0px;
}

#product-suggestions-hr {
    border-top: 1px solid #C1E435;
    margin-top: 3px;
}

#product-suggestions-items > div {
    float: left;
    margin-right: 20px;
}

.product-suggestions-item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

ul.suggestion-list {
  padding: 0;
  margin: 0;
}
ul.suggestion-list li {
  background: none !important;
  display: inline-block;
  *display: inline;
  padding: 0;
  height: 300px;
  float: left;
}
ul.suggestion-list li a {
  color: #333;
}
ul.suggestion-list li a:hover {
  text-decoration: none;
  filter:alpha(opacity=80);
  opacity:0.80;
  -moz-opacity:0.80;
      -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
}
/* CERTIFICATION SIDEBAR */

#nav-instructor-certification > a {
    line-height: 18px;
    height: 40px;
}
.modal-close {
  background: url('../img/modal-close.png') center no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1024;
}



/* INSTRUCTOR CERTIFICATION */

.certification-info {
   font-family: 'droid_sansregular';
}

.certification-info {
    font-size: 14px;
    margin-bottom: 30px;
}

#certification-title {
    font-size: 17px;
}

#certification-subtitle {
    font-size: 16px;
}

#certification-blockquote {
    background: url('../img/certification/blockquote-bg.png') no-repeat center center;
    width: 548px;
    height: 229px;
    color: #3A510C;
    font-size: 12px;
    margin-top: 50px;
    border-left: none;
    padding-top: 50px;
}

#certification-blockquote-citation {
    color: #76815F;
}
div.testi-cert {
  padding: 20px 10px;
  font-style: italic;
  color: #3a510c;
  font-size: 14px;
  font-family: 'ubunturegular';
  background: #f6fbe1;
}

/* OUR EXPERT STAFF */

.staff-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.staff-link {
    color: #669900;
    display: block;
}

.staff-link:hover {
    color: #669900;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
    filter:alpha(opacity=50);
    opacity:0.50;
    -moz-opacity:0.50;
}

#staff {
    font-size: 16px;
    font-weight: bold;
}

#staff-upper {
    margin-bottom: 20px;
}

/* OUR EXPERT STAFF MODAL */

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

#staff-modal > div > div > .modal-header {
    border-bottom: 0px;
}

#staff-modal > div > div > .modal-body {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
}

#staff-modal-bg {
    background: url('../img/certification/popover-bg.png') no-repeat center center;
    width: 422px;
    height: 265px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

#staff-modal-name {
    font-size: 20px;
}

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





/*##############################
* FOOTER CALLOUTS
##############################*/
div.footer-callouts-container {
  width: 100%;
  float: left;
  background: url('../img/callouts-cont-bg.png') top center;
  border-top: 4px solid #fcff00;
}
ul.footer-callouts {
  list-style-type: none;
  margin: 20px auto 15px auto;
  display: table;
  text-align: center;
  padding: 0;
}
ul.footer-callouts > li {
  height: 140px;
  width: 167px;
  position: relative;
  margin: 0 15px 5px 0;
  display: inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
}
ul.footer-callouts > li:first-child {
  margin-left: 0;
}
ul.footer-callouts > li:last-child {
  margin-right: 0;
}
ul.footer-callouts > li > a > div.callout-img-cont {
  background: #3e3e3e;
  width: 173px;
  height: 86px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  border: 3px solid #3e3e3e;
  z-index: 970;
}
ul.footer-callouts > li > a > div.callout-img-cont > img {
  float: none;
  position: absolute;
  bottom: 0px;
}
ul.footer-callouts > li:hover > a > div.callout-img-cont > img {  /*HOVER*/
  top: 0px;
}
ul.footer-callouts > li > a > div.callout-img-cont div.strip {
  width: 167px;
  position: absolute;
  height: 6px;
  background: url('../img/trans-bg-w.png');
  bottom: 0;
  left: 0;
  -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

ul.footer-callouts > li > a > h4 {
  font-family: 'days_oneregular';
  margin: 15px 0 0 0;
  font-size: 14px;
  float: left;
  width: 100%;
  color: #999999;
  text-transform: uppercase;
}
ul.footer-callouts > li > h4 span {
  font-size: 14px;
}

ul.footer-callouts > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  width: 100%;
  height: 130px;
  position: relative;
}
div.callout-bg {
  background: url('../img/callouts-bg.png') bottom center no-repeat transparent;
  top: 86px;
  z-index: 960;
  position: absolute;
  width: 100%;
  height: 14px;
}
div.callout-bg-hover {
  background: url('../img/callouts-bg.png') top center no-repeat transparent;
  top: 86px;
  z-index: 960;
  position: absolute;
  width: 100%;
  height: 30px;
}

/*##############################
* MODAL FOR PROMO REGISTRATION
##############################*/
#pga-promo-registration .modal-dialog {
  /*width: 460px;*/
}
#stay-informed-modal .modal-header,
#feedback-modal .modal-header,
#pga-promo-login-modal .modal-header,
#yfg-golfers-profile .modal-header,
#modal-msg-instructor .modal-header,
#pga-promo-registration .modal-header,
#send-invite-modal .modal-header  {
  -webkit-box-shadow:inset 0 0 30px 5px #e8e8e6;
  -moz-box-shadow: 0 0 30px 5px #e8e8e6;
  box-shadow:inset 0 0 30px 5px #e8e8e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  padding: 25px 25px 15px 25px;
}
#stay-informed-modal .modal-header h4,
#feedback-modal .modal-header h4,
#pga-promo-login-modal .modal-header h4,
#yfg-golfers-profile .modal-header h4,
#modal-msg-instructor .modal-header h4,
#pga-promo-registration .modal-header h4,
#send-invite-modal .modal-header h4 {
  font-family: "cuprumregular";
  font-weight: normal;
  color: #98c640;
  font-size: 20px;
  margin: 0 0 5px 0 !important;
}
#pga-promo-registration .modal-header p {
  font-style: italic;
  font-size: 13px;
  color: #333;
}
#pga-promo-registration .modal-body {
padding: 20px 50px;
}
#pga-promo-registration .modal-body select {
  color: #757575;
  padding-left: 6px;
}
#pga-promo-registration .modal-body input.form-control {
  color: #757575;
}
#pga-promo-registration .modal-body input.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #757575 !important;
}
#pga-promo-registration .modal-body input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #757575 !important;
}
#pga-promo-registration .modal-body input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #757575 !important;
}
#pga-promo-registration .modal-body input.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #757575 !important;
}
.btn-submit-reg {
  width: 120px;
  height: 40px;
  border-bottom: #b7c286 solid 2px;
  background: #bbd45f;
}

/*SUCCESS REGISTRATION*/
.success-reg,
.success-msg {
  background: #657d27;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  margin: 10px;
}
.success-reg p,
.success-msg p{
  margin: 0;
  line-height: 1.7;
}


/*##############################
* MODAL FOR YFG GOLFER'S PROFILE
##############################*/
#yfg-golfers-profile {
    font-size: 14px !important;
}
div.ygp-side-pagination {
  /*float: left;*/
  /*width: 50px;*/
  position: relative;
}
div.ygp-side-pagination ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  text-align: center;
  width: 421px;
  background: url('../img/ygp-pagination-bg.jpg') center 18px repeat-x;
  margin-left: 50px;
  margin-right: 50px;
}
div.ygp-side-pagination ul li {
  padding: 0;
  margin: 0 0 10px 0;
  width: 43px;
  height: 43px;
  font-family: 'days_oneregular';
  font-size: 20px;
  color: #999999;
  background: url('../img/ygp-page-bg.png') bottom center;
  line-height: 43px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

div.ygp-side-pagination ul li:first-child {
    margin-left: 0;
}

div.ygp-side-pagination ul li:last-child {
    margin-right: 0;
}

div.ygp-side-pagination ul li.current-page {
  background: url('../img/ygp-page-bg.png') top center;
}
div.ygp-side-pagination ul li:last-child {
  margin-bottom: 0;
}
.tbl-ygp thead tr th {
  background: #666666;
  text-align: center;
}
.tbl-ygp tbody tr td {
  text-align: center;
}
#prev-ygp,
#next-ygp,
#submit-ygp,
#resend-ygp,
#ok-ygp {
  width: 80px;
  height: 40px;
  background: #bbd35e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: #a0b74a 2px solid;
}

/* Error Messages for Golfer's Profile' */
.q-error {
    text-align: center;
    color: red;
    display: none;
    margin-bottom: 2px;
  font-size: 10px;
}

.q-error-select {
    text-align: left;
    color: #333333;
    display: inline !important;
}

.q-haserror {
    display: block;
    color: red !important;
}


/*#########
* MEMBERS
##########*/
ul.members-tabs {
  background: #88b40c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px;
  padding-left: 10px;
  border: none !important;

}
ul.members-tabs li {
  background: none !important;
  margin: 0;
  padding: 0 !important;
}
ul.members-tabs li span.srch-by {
  padding: 8px 20px;
  display: block;
  line-height: 1.42857;
  color: #fff;
  font-size: 14px;
}
ul.members-tabs li a {
  background: #5c8800;
  color: #fff;
  border: none !important;
  padding: 8px 20px !important;
  font-size: 14px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
ul.members-tabs li a:hover,
ul.members-tabs li a:focus {
  background: #fff;
  color: #666666;
  border: 1px solid #5c8800;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
table.table-members > thead > tr > th,
table.table-members > tbody > tr > td {
  padding: 5px 10px !important;
}

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

@media (min-width: 980px) {
/*NAV*/
  ul.nav-menu > li > a {
    padding: 0 15px;
    margin: 0 15px;
  }

/*CAROUSEL*/
  .caption p.caption-head {
    font-size: 35px;
  }
  .caption span {
    font-size: 18px;
  }
}
/*video carousel*/
#video-banner #video-banner_controlbar,
#video-banner #video-banner_display_button {
  -moz-opacity: 0.00;
  -khtml-opacity: 0.00;
  opacity: 0.00;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter:alpha(opacity=0);
  display: none !important;
}
/*FOOTER NAV*/
ul#fn-main-ul > li > ul.fn-sub-ul {
  text-align: left;
}


/* ==========================================================================
   CONTENT MANAGEMENT
   ========================================================================== */
.cm-header {
  float: left;
  background: #222;
  color: #fff;
  width: 100%;
  clear: both;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, .75);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, .75);
  position: relative;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
}
.cm-header-sb {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.cm-header-mc {
  float: left;
  width: 80%;
  padding: 0 15px;
}
.cm-sidebar-container {
  float: left;
  width: 300px;
  position: relative;
  height: 1px;
}
.cm-sidebar {
  background: #222;
  color: #fff;
  height: 100%;
  width: 300px;
  float: left;
  position: relative;
  z-index: 2;
  padding: 50px 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
}
h5.cm-sidebar-heading {
  font-size: 16px;
  /*margin: 0 15px;*/
  padding: 10px 15px 15px;
  border-bottom: 1px solid #333;
}


.cm-sidebar > ul.page-list {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  width: 100%;
}
.cm-sidebar > ul.page-list > li {
  width: 100%;
  position: relative;
}
.cm-sidebar > ul.page-list > li > span,
.cm-sidebar > ul.page-list > li > a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
}
.cm-sidebar > ul.page-list > li > a.active,
.cm-sidebar > ul.page-list > li > a:hover {
  color: #e2ff95;
  background: #111111;
}
.cm-sidebar > ul.page-list > li > ul.categories {
  /*display: none;*/
}
.cm-sidebar > ul.page-list > li > ol {
  display: none;
}
.cm-sidebar > ul.page-list > li > ul.categories > li {
  position: relative;
  width: 100%;
}
.cm-sidebar > ul.page-list > li > ul.categories > li a.active {
  color: #e2ff95 !important;
  background: #111111 !important;
}
.cm-sidebar > ul.page-list > li:hover ol.crud-action,
.cm-sidebar > ul.page-list > li:hover ul.categories {
  display: block;
}

ul.categories {
  padding: 0;
  margin: 0;

}
ul.categories > li {
  position: relative;
  width: 100%;
}
ul.categories > li > a {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 15px 10px 45px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
ul.categories > li > a:hover {
  color: #e2ff95;
  background: #111111;
}
ul.categories > li > label {
  padding-left: 25px;
  color: #999999;
  font-weight: normal;
}
ul.page-list > li > a > i,
ul.categories > li > a > i {
  /*margin-top: 3px;*/
  position: absolute;
  top: 33%;
  right: 15px;
  color: #666666;
}
ol.crud-action-cat,
ol.crud-action {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -100%;
  top: 0;
  background: #333333;
  width: 100%;
  list-style: none;
}
ol.crud-action-cat > li,
ol.crud-action > li {
  width: 100%;
  position: relative;
}
ol.crud-action-cat > li > a,
ol.crud-action > li > a {
  width: 100%;
  position: relative;
  text-decoration: none;
  /*text-transform: uppercase;*/
  display: block;
  padding: 10px 15px;
  background: #333333;
  color: #fff;
}
ol.crud-action-cat > li > a.active,
ol.crud-action-cat > li > a:hover,
ol.crud-action > li > a.active,
ol.crud-action > li > a:hover {
  color: #e2ff95 !important;
  background: #222222 !important;
}
ul.page-list > li > ul.categories > li > ol.crud-action-cat {
  display: none;
}

ul.page-list > li > ul.categories > li:hover ol.crud-action-cat {
  display: block;
}
.action-halfwidth {
  width: 50% !important;
  right: -50% !important;
}
.action-fourthwidth {
  width: 70% !important;
  right: -70% !important;
}
.cm-content-container {
  width: 900px;
  float: left;
  position: relative;
  min-height: 600px;
}
.cm-content {
  height: 100%;
  min-height: 600px;
  width: 900px;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 15px 20px 15px;
  margin: 60px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, .2);
  box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, .2);
}
.cm-header p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.cm-header p a {
  color: #fff;
}
.cm-content .thumb-container {
  background: #eee;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  text-align: center;
  float: left;
}
.cm-content .thumb-container img {
  margin: 10px;
}
.cm-content table tbody tr td .btn.btn-xs {
  width: 60px;
}
.width-third {
  width: 30% !important;
}
.width-half {
  width: 50% !important;
}
.width-full {
  width: 100% !important;
}

.cm-content table tbody tr td:first-child {
  max-width: 220px;
}
.cm-content table tbody tr td {
  vertical-align: middle;
}
/***REMOTE COACHING***/
a.cart-add *, a.cart-remove *{
	margin:0px !important;
	padding:0px !important;
	font-weight:bold;
}
a.cart-add , a.cart-remove {
	width: 160px;
	padding: 5px;
	margin-top: 9px;
}
a.cart-add{
	background: #C1E435 !important;
	color: #000;
}

a.cart-remove{
	background: #999999 !important;
	color: #fff;
}

/****SHOPPING CART PROMO CODE FORM****/
#promo-code-form{
    padding:0;
}
#promo-code-form .err-msg{
    color: #b94a48;
    font-size: 12px;
}
#promo-code-form button{
    background: #75A433;
    color: #fff;
    text-shadow: none;
    border: 1px solid #75A433;
}
#cart-refresh{
    color: #75A433;
    border:2px solid #75A433;
    margin:0;
    padding:0;
}
#cart-refresh .glyphicon{
    color: #fff;
    background: #75A433;
    padding:5px;
}

/**** Styling for Masonry-like view in Bootstrap (Press Page) ****/
.column {
  float: left;
  padding: 0px !important;
}

.press-grid {
  padding: 5px;
}

/**** Instructor Certification Video Feature ****/
.teacher-training-video-container{
  position: relative;
  width: 100%;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 15px;
}
.teacher-training{
 /* height: 130px;
  width: 172.5px;
  margin: 0 auto;*/
 /* position: relative;*/
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
}
.teacher-training .teacher-training-thumbnail{
  margin: 0 auto;
  display: block;
  width: 100%;
}
.teacher-training .glyphicon-overlay{
  position: absolute;
  top:0;
  left:0;
  font-size: 72px;
  color: #75a433;
  text-align: center;
  width: 100%;
  height: 100%;
}
.teacher-training .teacher-training-caption{
  margin-top: 10px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  font-size: inherit;
  font-weight: bold;
  color: #75a433;
  height: 20%;
  text-align: center;
}
.teacher-training .glyphicon-overlay .glyphicon-play-circle{
  position: absolute;
  top:45%;
  left:50%;
  transform:translate(-45%, -50%);
  opacity: 0.9;
}
.teacher-training .glyphicon-overlay .glyphicon-play-circle:hover{
  opacity: 1;
}

/** checkout button **/
.btn-checkout {
  background-color: #C1E435;
  color: #333333;
  font-family: 'droid_sansregular';
  font-size: 14px;
  font-weight: bold;
}
.btn-checkout:hover {
  cursor: pointer;
}

/**Shopping Cart Vertical Scroll Fix **/
.modal-open {
  overflow: scroll !important;
}