/*!
 * MyYogaWorks Base Styles
 */

/*//-------- Bootstrap Overwrites --------//*/

html {
	background: #303738;
	font-size: 1.05em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .07);
}

body {
	background: #f5f6f6;
	color: #959a98;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-size: 17px;*/
	font-size: 100%;
	font-weight: 400;
	line-height: 1.275;
}

.match {
	font-size: 17px;
}

/*//// Global ////*/

.dropdown-menu .divider {
	background-color: #e9eded;
	margin: 0;
}

.popover {
	background-color: #fcfdfd;
	border: 1px solid #e0e6e6;
	border: 1px solid rgba(224, 230, 230, 0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*font-size: 13px;*/
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
	white-space: normal;
}

.popover-title {
	padding: 8px 20px;
	font-size: 15px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.popover.top {
	margin-right: 2%;
}

.popover.top > .arrow {
	border-top-color: #e0e6e6;
	border-top-color: rgba(224, 230, 230, 0.5);
}

.popover-content {
	padding: 10px 20px;
}

/*// Modal //*/

.modal-header {
	background: #fafcfc;
	border-bottom: 1px solid #e0e6e6;
	padding: 20px 6%;
}

.modal-footer {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

.modal-sm .modal-footer {
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

.modal-header-title {
	margin: 0;
}

.modal-header .close {
	margin-right: -5px;
	margin-top: -12px;
}

.no-title .modal-header {
	background: none;
	border: none;
	min-height: 28px;
	padding: 20px 20px 0;
}

.no-title .modal-body {
	padding-top: 10px;
}

.modal-body {
	padding: 30px 6%;
}

.modal-sm {
	margin: 30px auto;
	width: 340px;
}

.modal-md {
	max-width: 600px;
	margin: 30px auto;
}

.modal-sm .modal-footer .btn {
	margin: 0 auto;
	width: 98%;
}

.modal-sm .modal-footer .btn + .btn {
	margin-top: 5px;
}

.modal-sm .row:last-child .form-group {
	margin-bottom: 0;
}


/*// Main Nav //*/

.nav a {
	outline: 0;
}

.navbar,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	background-color: transparent;
	border: none;
	margin: -8px 0 0;
	padding: 0;
}

.navbar .container-fluid {
	padding: 0;
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-toggle {
	margin-right: 0;
	margin-top: 5px;
	padding: 9px 4.5% 9px 15px;
	border: none;
}

.navbar-nav {
	margin: 7.5px 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #689caa;
}

.navbar-default .navbar-nav > li > a {
	border: 1px solid transparent;
	color: #354342;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #4e5c5b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: #f9fafa;
	border: 1px solid #e0e6e6;
	/*border-bottom-color: transparent;*/
	border-bottom: 1px solid #f9fafa;
	color: #354342;
	z-index: 16777271;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.navbar-collapse {
	max-height: none;
}

.dropdown-menu {
	background: #f9fafa;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 15px;
	border: 1px solid #e0e6e6;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

#utility-bar .btn:focus,
#utility-bar .dropdown:focus {
	outline: none;
}

#utility-bar .dropdown-menu {
	font-size: 13px;
	margin: 0;
	min-width: 116px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

.navbar-nav > li > .dropdown-menu-left {
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.dropdown-menu > li > a {
	color: #689caa;
	padding: 9px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #f3f4f4;
	color: #4e5c5b;
}

.dropdown-submenu {
	position: relative;
	width: 100%;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100% !important;
	margin-top: -6px;
	position: absolute;
	/*margin-left: -1px;*/
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}


.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

/*// Tabs //*/

.tab-container {
	margin: 1.5em 0;
}

.nav-tabs {
	border-bottom: 1px solid #dce1e5;
	font-size: 1.15em;
	margin-bottom: -1px;
	text-align: center;
}

#myFavorites .nav-tabs {
	margin-bottom: 0;
}

/*.nav-tabs > li a.tab-title-beginner:hover,
.nav-tabs > li.active a.tab-title-beginner,
.nav-tabs > li.active a.tab-title-beginner:hover {
	color: #8cc542;
}

.nav-tabs > li a.tab-title-advanced:hover,
.nav-tabs > li.active a.tab-title-advanced,
.nav-tabs > li.active a.tab-title-advanced:hover {
	color: #c3854e;
}*/

.nav-tabs > li {
	float: left;
	margin: 0 auto -1px;
	width: 50%;
	text-align: center;
}

.nav-tabs.three > li {
	width: 33.33%;
}


.nav-tabs.solo > li {
	display: inline-block;
	float: none;
	margin: 0 auto -1px;
}

.nav-tabs > li > a {
	background: #f5f9fa;
	border: 1px solid #e1eded;
	border-left: 0;
	color: #b9c5c5;
	margin-right: 0;
	padding: 15px;
	border-radius: 0;
}

.nav-tabs > li > a:hover {
	background: #f7fbfc;
	border: 1px solid #e1eded;
	border-left: 0;
	color: #689caa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #689caa;
	background-color: #fcfdfd;
	border: 1px solid #e1eded;
	border-bottom: 1px solid transparent;
	border-left: 0;
}

.nav-tabs > li:first-child > a,
.nav-tabs > li:first-child.active > a:hover,
.nav-tabs > li:first-child.active > a:focus {
	border-left: 1px solid #e1eded;
}

.subnav-tabs {
	border-bottom: 0;
	display: inline-block;
	font-size: 17px;
	margin: 25px 0 10px;
}

.subnav-tabs > li {
	width: auto;
	text-align: left;
}

.subnav-tabs > li > a {
	background: transparent;
	border: 0;
	color: #95a29f;
	margin-right: 30px;
	padding: 5px 0 2px;
}

.subnav-tabs > li > a:hover {
	background: transparent;
	border: 0;
	color: #95a29f;
}

.tab-pane > div {
	padding-left: 0;
	padding-right: 0;
}

.master-tab-panes {
	background: #fcfdfd;
	border: 1px solid #e1eded;
	border-top: 0;
	display: inline-block;
	padding: 0 0 1.5em;
	width: 100%;
}

.subtab-content {
	padding: .5em 0 1em;
}

.tab-section {
	display: inline-block;
	margin: 10px auto 5px !important;
	width: 100%;
}

.section-title {
	color: #689caa;
	margin: .5em 0 1em;
}

/*/ Simple Tabs /*/

.simple-tabs .nav-tabs > li {
	width: auto;
}

.simple-tabs .nav > li > a {
	background: transparent;
	border: 0;
	color: #95a29f;
	margin-right: 40px;
	padding-left: 0;
	padding-right: 0;
}

.simple-tabs .nav > li > a:hover {
	background-color: #fcfdfd;
	color: #4e5c5b;
}

.simple-tabs .nav > li:last-child > a {
	margin-right: 0;
}

.simple-tabs .nav-tabs > li.active > a,
.simple-tabs .nav-tabs > li.active > a:hover,
.simple-tabs .nav-tabs > li.active > a:focus {
	background-color: #fcfdfd;
	border: 0;
	border-bottom: 4px solid #689caa;
	color: #4e5c5b;
}

.simple-tabs .subnav-tabs {
	font-size: 15px;
	margin: 10px 0;
}

.simple-tabs .subnav-tabs > li > a {
	margin-right: 20px;
}

.subnav-tabs > li:last-child > a {
	margin-right: 0;
}

.subnav-tabs > li.active > a,
.subnav-tabs > li.active > a:hover,
.subnav-tabs > li.active > a:focus,
.simple-tabs .subnav-tabs > li.active > a,
.simple-tabs .subnav-tabs > li.active > a:hover,
.simple-tabs .subnav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 3px solid #689caa;
	color: #4e5c5b;
	padding-left: 0;
	padding-right: 0;
}

/*#tab-beginner .subnav-tabs > li.active > a {
	border-color: #8cc542;
}

#tab-advanced .subnav-tabs > li.active > a {
	border-color: #c3854e;
}*/

.subnav-tabs > li:first-child > a,
.subnav-tabs > li:first-child.active > a:hover,
.subnav-tabs > li:first-child.active > a:focus {
	border-left: 0;
}


/*// Accordion //*/

.panel-default > .panel-heading {
	color: #689caa;
	background-color: transparent;
	border: none;
	border-color: transparent;
	position: relative;
}

#myVideosAccordion .panel-default > .panel-heading {
	background-color: #f5f9fa;
	border-top: 1px solid #e1eded;
}

#myVideosAccordion .panel-default:last-child > .panel-heading {
	/*border-bottom: 1px solid #e1eded;*/
}

#myVideosAccordion .panel-body .panel-default > .panel-heading {
	background-color: transparent;
	border: 0;
}

#myVideosAccordion .panel-body {
	padding: 5px 0 0;
}

.panel-heading {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel-title {
	font-size: 21px;
	padding: 0 20px;
}

.panel-title > a {
	color: #689caa;
}

.panel-title > a:hover {
	color: #689caa;
	text-decoration: none;
}

.subset .panel-title {
	font-size: 17px;
}

.subset .panel-title > a {
	color: #4e5c5b;
}

.subset .panel-title > a:hover {
	color: #4e5c5b;
}

.panel-group {
	margin-bottom: 0;
}

.panel-body {
	font-size: 15px;
	padding: 5px 0 15px;
}

#tab-watched .panel-body {
	padding-top: 35px;
}

.subset .panel-body {
	padding: 5px 5px 5px 40px;
}

.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel a:focus {
	color: inherit;
	outline: 0;
	text-decoration: inherit;
}

.panel-group .panel {
	overflow: visible;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border: 0;
}

/*//// Typography ////*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}

h1, .h1 {
	color: #689caa;
	font-size: 3em;
	font-weight: 300;
}

h1.match {
	font-size: 50px;
}

h2, .h2 {
	color: #689caa;
	font-size: 1.95em;
	font-style: italic;
}

h2.match {
	font-size: 33px;
}

h3, .h3 {
	color: #697e77;
	font-size: 1.45em;
	margin-bottom: 10px;
}

h3.match {
	font-size: 24px;
}

h4, .h4 {
	color: #697e77;
	font-size: 1.15em;
	line-height: 1.25em;
}

h4 a {
	color: inherit;
	text-decoration: none;
}

h4 a:hover {
	color: #4e5c5b;
	text-decoration: underline;
}

h4.match {
	font-size: 19px;
}

h5, .h5 {
	font-size: .85em;
}

h5.match {
	font-size: 	14px;
}

h6, .h6 {
	font-size: .7em;
}

h6.match {
	font-size: 	12px;
}

h4 small {
	font-size: 87%;
}

a {
  color: #8cc542;
  text-decoration: none;
  /*-webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;*/
}
a:hover,
a:focus {
  color: #83b93c;
  text-decoration: underline;
}

/*//// Forms ////*/

label {
	font-size: 15px;
	color: #697e77;
	font-weight: normal;
}

.checkbox label {
	font-size: 13px;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	resize: vertical;
}

input[type="checkbox"] {
	margin: 6px 0 0;
}

.form-control {
	border: 1px solid #dce1e5;
	color: #babcbe;
	font-size: 15px;
	height: 44px;
	/*max-width: 350px;*/
	padding: 9px 20px 9px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #A4D0DB;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c7c7c7;
}
.form-control::-webkit-input-placeholder {
  color: #c7c7c7;
}

select.form-control {
	background: #ffffff url(/Assets/myw/images/arrow-down.png) no-repeat right 40px center;
	cursor: pointer;
	padding: 9px 0 9px 12px;
}

.selectWrap {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.selectWrap select {
	border: none;
	margin: 0;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: calc(100% + 30px);
	-moz-appearance: window;
}

@-moz-document url-prefix() {
	.selectWrap {
		background: #ffffff url(/Assets/myw/images/arrow-down.png) no-repeat right 30px center;
		padding-right: 30px;
	}
}


select.error {
	color: #d12027;
}

.error {
	color: #d12027;
    font-size: 14px;
}

.form-action {
	display: inline-block;
	margin: .5em 0;
	width: 100%;
}

.form-action .btn-push-right {
	margin-right: 10px;
}

.form-action .btn-push-left {
	margin-left: 10px;
}

.brdr {
	border-top: 1px solid #ebecec;
	padding: 1.5em 0 0;
	margin: 1em auto 0 !important;
}

.form-action .btn-link {
	display: inherit;
	font-size: 15px;
	margin: 1em 8px;
}

.signin-wrapper .form-action .btn-link {
	margin-bottom: 0;
}

.signin-wrapper .form-action .btn-link.back {
	margin-left: -5px;
}

/*//// Buttons ////*/

.btn {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	padding: 9px 12px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.65;
}

.btn-mini, .btn-group-mini > .btn {
	background: #fcfdfd;
	border: 1px solid #dfe6e8;
	color: #689caa;
	font-size: 13px;
	line-height: 1;
	padding: 8px; 
}

.btn-mini:hover,
.btn-group-mini > .btn:hover {
	border: 1px solid #cad4d6;
	color: #68aabc;
}

.btn-mini:focus,
.btn-mini:active:focus,
.btn-mini.active:focus {
	outline: none;
	outline-offset: 0;
}

.btn-default {
	border: 1px solid #cdd4d4;
	color: #818181;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #f0f5f5;
	border-color: #c1c7c7;
}

.btn-primary {
  background-color: #689caa;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #5c8d9a;
}

.btn-success {
  background-color: #8cc542;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #83b93c;
}

.btn-radio {
  background-color: #FFFFFF;
  border: 1px solid #dce1e5;
  color: #689caa;
  font-size: 15px;
  padding: 5px;
  min-width: 16px;
  box-sizing: content-box;
}

.btn-radio:hover {
	color: #689caa;
	background-color: #FFFFFF;
}

.btn-radio:focus {
	color: #689caa;
	background-color: #FFFFFF;
}

.btn-radio:active,
.btn-radio.active {
  background-color: #5c8d9a;
  color: #e3ecef;
}

.btn-link {
  color: #689caa;
}
.btn-link:hover,
.btn-link:focus {
  color: #5c8d9a;
}

.c-red,
.btn-link-danger,
.btn-link-inline-danger {
	border: 0;
	color: #d9534f !important;
}

.btn-link-danger:hover,
.btn-link-danger:focus,
.btn-link-inline-danger:hover,
.btn-link-inline-danger:focus {
  color: #d2322d !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 11px 19px 13px;
  font-size: 21px;
  line-height: 1.45;
}

.caret,
.btn .caret {
	margin-left: 4px;
}

.input-group-addon.btn-primary {
	color: #FFFFFF;
}

.input-group-addon.btn-default {
	background-color: #FFFFFF;
}

.input-group-addon.btn-default:hover {
	color: #333333;
	background-color: #f0f5f5;
	border-color: #c1c7c7;
}

/*//// Glyphicons ////*/

.glyphicon {
	margin-right: 8px;
}

/*//// Labels ////*/

.label {
	display: inline-block;
	padding: 4px 7px 5px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 3px 3px 3px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.label-default {
	background: #f7f8f8;
	border: 1px solid #e0e6e6;
	color: #689caa;
}




/*//// Structure ////*/

.row {
	margin: auto;
	max-width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 1%;
	padding-right: 1%;
}


/*//// Modal ////*/

.modal-backdrop {
	background: #FFFFFF;
}

.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal-content {
	border-color: #e0e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


@media print {
  * {
    font-size: 12px;
    line-height: 14px;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  tr,
  img {
    page-break-inside: auto;
  }
  img {
    max-width: 100% !important;
  }
  #logo,
  #logo img {
  	height: 46px !important;
  	width: 230px !important;
  }
  h1 {
  	font-size: 24px;
  }
  .helper-lg,
  .helper-lg * {
  	font-size: 17px !important;
  }
  #header {
  	padding: .25em 0;
  }
  .brdr {
  	margin: 0 !important;
  	padding: 0 !important;
  }
  
  /*//// Give a Gift ////*/
  .container-content-boxed {
  	border: none !important;
  	margin: 0 !important;
  	max-width: none;
  	padding: 0 !important;
  }
  .orderNo {
  	font-size: 12px !important;
  }
  .giftOrderDesc {
  	font-weight: bold;
  	padding-bottom: 0;
  }
  .giftOrderItem {
  	font-size: 17px;
  }
  .mastercard {
  	background: transparent url(/Assets/myw/images/icon-cc-mc@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  
  .visa {
  	background: transparent url(/Assets/myw/images/icon-cc-visa@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  
  .amex {
  	background: transparent url(/Assets/myw/images/icon-cc-amex@2x.png) 0 0 no-repeat !important;
  	background-size: 45px 30px !important;
  }
  #giftOrderDetails .row {
  	padding: 0 0 .5em;
  }
  #utility-bar,
  #footer,
  .navbar,
  #wood,
  .printBtn {
    display: none !important;
  }
}

/*//-------- Datepicker Overwrites --------//*/

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background: #689caa;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-image: none;
}

.datepicker.dropdown-menu {
	border: 1px solid #e0e6e6;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
	display: none;
}


/*//-------- MyYogaWorks Customization --------//*/

/*//////// Global ////////*/

ul, ol {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	
}

.visible-xxs {
	display: none;
}

.icon-x {
	background: transparent url(/Assets/myw/images/icon-x.png) 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 7px;
	margin: auto -5px auto 5px;
	padding: 4px 5px;
	vertical-align: middle;
	width: 7px;
}

.icon-reset {
	background: transparent url(/Assets/myw/images/icon-reset.png) 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: auto -5px auto 5px;
	padding: 0 2px;
	vertical-align: middle;
	width: 10px;
}

::-webkit-input-placeholder {
   color: #c7c9c8;
}

:-moz-placeholder { /* Firefox 18- */
   color: #c7c9c8;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #c7c9c8;  
}

:-ms-input-placeholder {  
   color: #c7c9c8;  
}

.video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,   
.video-container object,  
.video-container embed,
.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loadingOverlay {
	background: rgba(255,255,255,.85);
	background: url(/Assets/myw/images/bg-repeater-white-85.png)\9;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9000;
}

#loadingOverlay .loader {
	background: transparent url(/Assets/myw/images/MYW-loader.gif) 50% 50% no-repeat;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.noscroll {
	overflow: hidden;
	position: fixed;
}

/*//// Structure ////*/

/*// Additional Grid Class //*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1%;
  padding-right: 1%;
}

.sub-col {
	padding: 0;
}

.breathe-l {
	padding-left: 2.5%;
}

.breathe-r {
	padding-right: 2.5%;
}

/*//// Typography ////*/

.h12 {
	font-size: 2.5em;
}

h5 {
	color: #4e5c5b;
	font-size: .8em;
	margin-bottom: 2px;
}

.text-md {font-size: .9em;}

.text-extended {letter-spacing: .35em;}

.text-upper {text-transform: uppercase;}

.text-left {text-align: left;}

.text-italic {font-style: italic !important;}

.text-normal {font-style: normal !important;}

.text-light {font-weight: 300 !important;}

.c-darkgreen {color: #4e5c5b !important;}

.c-green {color: #697e77 !important;}

.c-lightgreen {color: #86a19a !important;}

.c-ywgreen {color: #8cc542 !important;}

.c-grey {color: #959a98 !important;}

.c-blue {color: #689caa !important;}

.c-white,
.c-white a {
	color: #f1f2f2 !important;
}

.c-white a {
	color: #ffffff !important;
	text-decoration: underline;
}

.c-white a:hover {
	color: #f1f2f2 !important;
	text-decoration: none;
}

ul.checked-list {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 20px;
	padding-left: 12px;
}

ul.checked-list li {
	background: transparent url(/Assets/myw/images/icon-check.png) 0 50% no-repeat;
	margin: .5em 0;
	padding: 0 0 0 20px;
}

ul.circle-list {
	font-size: 15px;
	list-style-type: circle;
	margin: 10px 0 20px;
	padding-left: 17px;
}

ul.circle-list li {
	margin: .5em 0;
}

.faded {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/*//// Forms ////*/

.helper {
	color: #689caa;
	display: block;
	font-size: 15px;
	font-style: italic;
	margin: 1.5em 0;
}

.helper2 {
	color: #959a98;
	display: block;
	font-size: 15px;
	font-style: normal;
	margin: 5px 0 10px;
}

.helper-sm {
	font-size: 13px;
	font-style: normal;
}

.helper-lg {
	color: #4e5c5b;
	font-size: 17px;
	font-style: normal;
}

label.error {
	color: #d12027;
	display: none;
	font-size: 14px;
	/*font-style: italic;*/
}

input[type="radio"],
input[type="checkbox"] {
	position: absolute;
	left: -9999em;
}

.radio-group {
	margin: .5em 0;
	display: inline-block;
	width: 100%;
}

.label-radio-lg {
	background: transparent url(/Assets/myw/images/radio-lg.png) 0 0 no-repeat;
	clear: both;
	cursor: pointer;
	font-size: 17px;
	margin-bottom: 1em;
	min-height: 24px;
	padding: 1px 0 0 35px;
}

.label-checkbox,
.label-checkbox-sm {
	background: transparent url(/Assets/myw/images/checkbox.png) 0 0 no-repeat;
	clear: both;
	cursor: pointer;
	float: left; 
	font-size: 15px;
	min-height: 20px;
	padding: 1px 0 0 26px;
	line-height: 15px;
	margin: 5px 10px 10px 0;
}

.label-checkbox-sm {
	background: transparent url(/Assets/myw/images/checkbox-sm.png) 0 0 no-repeat;
	font-size: 13px;
	line-height: 14px;
	margin-left: 1px;
	min-height: 16px;
	padding: 1px 0 0 21px;
}

label.giftOption {
	background: none;
	border: 1px solid transparent;
	padding: 36px 0 32px;
	width: 100%;
}

label.center_1$lvPlans$ctrl0$rbPlan {
    background: none;
	border: 1px solid transparent;
	padding: 36px 0 32px;
	width: 100%;
}


.radio-icon {
	background: transparent url(/Assets/myw/images/icon-radio.png) 0 0 no-repeat;
	display: inline-block;
	height: 33px;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
	width: 33px;
}

input[type="radio"]:checked + .label-radio-lg {
	background: transparent url(/Assets/myw/images/radio-lg-checked.png) 0 0 no-repeat;
}

input[type="radio"]:checked + .label-radio-lg {
	background: transparent url(/Assets/myw/images/radio-lg-checked.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + .label-checkbox {
	background: transparent url(/Assets/myw/images/checkbox-checked.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + .label-checkbox-sm {
	background: transparent url(/Assets/myw/images/checkbox-sm-checked.png) 0 0 no-repeat;
}

input[type="radio"]:checked + label.giftOption {
	background: #fbfcfc;
	border: 1px solid #8cc542;
}

input[type="radio"]:checked + label.center_1$lvPlans$ctrl0$rbPlan {
	background: #fbfcfc;
	border: 1px solid #8cc542;
}

input[type="radio"] + label.giftOption:hover {
	border: 1px solid #8cc542;
}

input[type="radio"]:checked + label.center_1$lvPlans$ctrl0$rbPlan {
	background: #fbfcfc;
	border: 1px solid #8cc542;
}

input[type="radio"]:checked + .label-radio-lg .radio-icon { 
	background: transparent url(/Assets/myw/images/icon-radio-checked.png) 0 0 no-repeat;
}

.ccard {
	color: #697e77;
	min-height: 30px;
}

.mastercard {
	background: transparent url(/Assets/myw/images/icon-cc-mc.png) 0 0 no-repeat;
}

.visa {
	background: transparent url(/Assets/myw/images/icon-cc-visa.png) 0 0 no-repeat;
}

.amex {
	background: transparent url(/Assets/myw/images/icon-cc-amex.png) 0 0 no-repeat;
}

.cardOption .ccard {
	display: block;
	margin-top: -3px;
	padding-left: 60px;
}

/*//// Buttons ////*/

.btn-link-inline {
	background: transparent;
	color: #8cc542;
	margin: 0 !important;
	padding: 0;
	font-size: inherit !important;
	line-height: inherit;
	vertical-align: bottom;
}

.btn-link-inline:hover {
	color: #83b93c;
	text-decoration: underline;
}

.btn-link-inline:active,
.btn-link-inline:focus,
.btn-link-inline:active:focus {
	color: #83b93c;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

.btn-loadmore {
	background: #fafbfb;
	border: 1px solid #e0e6e6;
	color: #689caa;
	padding: 12px 22px;
}

.btn-loadmore:hover {
	background: #ebf0f0;
	border: 1px solid #e0e6e6;
	color: #689caa;
}

.btn-loadmore:focus,
.btn-loadmore:active,
.btn-loadmore.active {
	background: #ebf0f0;
	border: 1px solid #e0e6e6;
	color: #689caa;
}

.btn-inverted {
	background: #e4e9ea;
	border: none;
	color: #6c929c;
}

.btn-inverted:hover {
	background: #fbfcfc;
	border: none;
	color: #6c929c;
}

.btn-inverted:focus,
.btn-inverted:active,
.btn-inverted.active {
	background: #fbfcfc;
	border: none;
	color: #6c929c;
}

.btn-play-cta {
	background-image: url(/Assets/myw/images/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
	padding-left: 32px;
}

.btn-play-cta:hover {
	background-image: url(/Assets/myw/images/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
}

.btn-play-cta:focus,
.btn-play-cta:active,
.btn-play-cta.active {
	background-image: url(/Assets/myw/images/icon-play-mini.png);
	background-position: 10px 48%;
	background-repeat: no-repeat;
	padding-left: 32px;
}


/*//// Labels ////*/

.label-level {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: .04em;
	line-height: 1.3;
	margin: 0;
	/*padding: 3px 6px 3px;*/
	padding: 2px 5px 2px;
	text-transform: uppercase;
	vertical-align: middle;
}

.label-level-1 {background: #8cc542;}
.label-level-2 {background: #689caa;}
.label-level-3 {background: #c3854e;}

.label-reset {
	background-image: url(/Assets/myw/images/icon-reset.png);
	background-position: right 5px center;
	background-position: 90% 50%\9;
	background-repeat: no-repeat;
	color: #fbfcfc;
	cursor: pointer;
	padding-right: 20px;
}

/*//// Accordion ////*/

.masterAccordion {
	margin: 0 0 2em;
}

.panel-title a.collapsed {
	background: transparent url(/Assets/myw/images/icon-collapse-plus.png) 0 19px no-repeat;
}

.panel-title a {
	background: transparent url(/Assets/myw/images/icon-collapse-minus.png) 0 19px no-repeat;
	display: block;
	padding: 10px 0 10px 20px;
}

.subset .panel-title a.collapsed,
.subset .panel-title a {
	background-position: 0 16px;
}

#myVideosAccordion .panel-title a {
	padding-bottom: 8px;
}

#myVideosAccordion .panel-body {
	padding-top: 0;
}

.panel-title .playlistTitle {
	display: block;
}

/*//// Structure ////*/

.container-wrapper {
	background: #f5f6f6;
	padding: 1.25em 0 2em;
	position: relative;
}

.container-wrapper-clean {
	padding: 0;
}

.bg-light {
	background: #fcfdfd;
}

.texture {
	background-image: url(/Assets/myw/images/texture.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #efefef;
}

.brdr-b-blue {
	border-bottom: 1px solid #e1eded;
}

.no-brdr {
	border: 0;
}

.container-intro {
	background: #fbfcfc;
	border-bottom: 1px solid #f1f2f2;
	padding: 2em 0 1.75em;
    z-index: 0;
}

.container-intro > .container-fluid {
	max-width: 1100px;
}

.container-user-alert {
	background: #689caa;
	border-bottom: 1px solid #f1f2f2;
	padding: 1.25em 0;
}

.container-content-boxed {
	background: #f7f8f8;
	background: #fcfdfd;
	border: 1px solid #e7eaea;
	margin: 1.5em auto;
	max-width: 1020px;
	padding: 2.5em 6.5% 3em;
	width: 100%;
}

.container-content-boxed-full {
	max-width: 100%;
}

.container-fluid {
	max-width: 1200px;
	padding: 0 2%;
}

.container-full {
	padding: 0;
}

.page-head {
	/*margin-bottom: 1em;*/
	padding-bottom: 1em;
}

.page-head * {
	/*max-width: 45em;*/
	margin-left: auto;
	margin-right: auto;
}

.page-head h4 {
	color: #8b9895;
}

/*// Header //*/

#header {
	padding: 1.75em 0 1.5em;
}

#header .container-wrapper {
	padding: 0;
	z-index: 500;
}


#utility-bar {
	background: #f3f4f4;
	border-bottom: 1px solid #e0e6e6;
	font-size: 13px;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 1000;
}

#utility-bar .btn {
	border-right: 1px solid #e0e6e6;
	display: inline-block;
	/*float: left;*/
	padding: 9px 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#utility-bar .btn:first-child,
#utility-bar .dropdown:first-child .btn {
	border-left: 1px solid #e0e6e6;
}

#utility-bar .btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

#utility-bar .btn-group .btn,
#utility-bar .dropdown .btn {
	border-left: none;
}

#utility-bar .btn-group .btn:hover {
	background: #f9fafa;
}

#utility-bar .btn-group .btn:first-child {
	/*border-right: none;*/
	padding-right: 12px;
}

#utility-bar .open .btn {
	background: #f9fafa;
}

#utility-bar > .container-fluid > .row > .pull-right > .dropdown {
	display: inline-block;
}

#utility-bar .btn-link:hover,
#utility-bar .btn-link:focus {
	/*background: #f9fafa;*/
	text-decoration: none;
}

#utility-bar .selected {
	background: #f9fafa;
	border-bottom: 1px solid #f9fafa;
	margin-bottom: -1px;
}

#panel-container {
	position: relative;
	z-index: 990;
}

.signin-wrapper,
.search-wrapper {
	background: #fafbfb;
	border: 1px solid #e0e6e6;
	border-top: none;
	display: none;
	max-width: 100%;
	overflow: hidden;
	padding: 1em 30px;
	position: absolute;
	right: 0;
	width: 300px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.065);
}

.signin-wrapper {
	right: 44px;
}

.signin-wrapper .title {
	font-size: 1.35em;
	margin-bottom: 1em;
}

#password-form-container {
	display: none;
}

#search-btn {
	background: transparent url(/Assets/myw/images/icon-search.png) 46% 50% no-repeat;
	text-indent: -9999px;
	width: 44px;
}

#search-btn.selected {
	background-image: url(/Assets/myw/images/icon-search-x.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* INSERTED BY KLOSS */
.search-trigger {
    background: transparent url(/Assets/myw/images/icon-search.png) 46% 50% no-repeat;
	text-indent: -9999px;
	width: 44px;
}




.search-wrapper .form-group {
	margin: 0;
}

#logo {
	max-width: 230px;
	position: relative;
	z-index: 500;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

#logo img {
	height: auto;
	width: 100%;
}

.navbar .dropdown-toggle .glyphicon {
	color: #8cc542;
	font-size: 10px;
	margin: auto 0 auto 10px;
}

#wood {
	background: #dacaae url(/Assets/myw/images/wood.jpg) 0 0 repeat-x;
	border-top: 1px solid #bea882;
	height: 20px;
	padding: 0;
	position: relative;
}

/*// Footer //*/

#footer {
	background: #303738;
	border-top: 20px solid #ebecec;
	color: #8e9795;
	font-size: 12px;
	padding-bottom: 2.5em;
}

#footer a, #footer a:visited {
	color: #b7c3c0;
}

#footer a:hover {
	color: #a9b7b4;
}

#footer .social {
	text-align: right;
}

.footer-links {
	list-style-type: none;
	line-height: 1.5;
	margin: 0 0 2px;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	margin: 0 3px;
}

.social li {
	margin: 0 7px;
}

.footer-links li:first-child {
	margin-left: 0 !important;
}

.footer-links li:last-child {
	margin-right: 0 !important;
}

.social img {
	height: auto;
	width: 22px;
}

.social a:hover {
	opacity: .7;
}

/*//// Video List ////*/

#videoFilter {
	background: #fcfdfd;
	border: 1px solid #e0e6e6;
	margin: 0 auto;
	padding: 1em 3% 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#resultNumber {
	margin: 1em 0 1.5em;
}

#video-search-count {
	font-size: 1.5em;
}

.videos {
	margin-bottom: 1.5em;
	margin-top: .5em;
}

#videoDuration .btn-radio {
	margin: 5px 2px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#videoDuration .btn-radio:last-child {
	margin-right: 0;
}

.loadmore-container {
	margin-bottom: 1.5em;
	margin-top: .5em;
}

/*// Video Thumbnails //*/

.video-thumb-container {
	margin: 17px 0;
	position: relative;
}

.dayNumber {
	background: transparent url(/Assets/myw/images/icon-circlecheck-sm-grey2.png) 91% 50% no-repeat;
	border: 1px solid #ecefef;
	color: #697e77;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	margin: 0 auto 6px;
	min-height: 18px;
	padding: 4px 35px 4px 10px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dayNumber:hover {
	border-color: #ced1d1;
}

.video-thumb-container.watched .dayNumber {
	background-image: url(/Assets/myw/images/icon-circlecheck-sm.png);
	border-color: #8cc542;
}

.video-thumb-container.watched .dayNumber:hover {
	border-color: #8cc542;
}

.video-thumb {
	background: #f4f6f6;
	background: #fafbfb;
	border: 1px solid #e0e6e6;
	margin: 17px 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.video-thumb-container .video-thumb {
	margin: 0;
}

.video-thumb .video-poster {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 56%;
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.video-thumb .video-poster .overlay {
	background-color: rgba(0,0,0,0);
	background: transparent\9;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 100;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-backface-visibility: hidden;
}

.video-thumb .video-poster:hover .overlay {
	background-color: rgba(0,0,0,.7);
	background: url(/Assets/myw/images/bg-repeater-black-7.png)\9;
}

.video-thumb-container.watching .overlay,
.video-thumb-container.watching .video-poster:hover .overlay {
	background-color: rgba(255, 255, 255, .85);
	background: url(/Assets/myw/images/bg-repeater-white-85.png)\9;
}

.video-thumb-container .overlay .icon {
	background: transparent url(/Assets/myw/images/icon-play.png) 0 0 no-repeat;
	bottom: 0;
	display: none;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

.video-thumb .video-poster:hover .overlay .icon {
	display: block;
}

.video-thumb-container.watching .overlay .icon,
.video-thumb-container.watching .video-poster:hover .overlay .icon {
	background: #fafbfb url(/Assets/myw/images/icon-watching.png) 9px 50% no-repeat;
	border: 1px solid #e0e6e6;
	bottom: auto;
	color: #689caa;
	display: inline-block;
	font-size: 14px;
	height: auto;
	left: auto;
	margin: 20% auto auto;
	padding: 7px 12px 7px 30px;
	position: relative;
	right: auto;
	top: auto;
	vertical-align: middle;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*.video-thumb-container.watched .overlay .icon {
	background: transparent url(/Assets/myw/images/icon-circlecheck-lg.png) 0 0 no-repeat;
	display: block;
}

.video-thumb-container.watched .video-poster:hover .overlay .icon {
	background: transparent url(/Assets/myw/images/icon-circleplay-lg.png) 0 0 no-repeat;
	display: block;
}

.v2 .video-thumb-container.watched .overlay {
	background-color: transparent;
}

.v2 .video-thumb-container.watched .video-poster:hover .overlay {
	background-color: rgba(0,0,0,.7);
	background: url(/Assets/myw/images/bg-repeater-black-7.png)\9;
}

.v2 .video-thumb-container.watched .overlay .icon {
	background: transparent;
	display: block;
}

.v2 .video-thumb-container.watched .video-poster:hover .overlay .icon {
	background: transparent url(/Assets/myw/images/icon-play.png) 0 0 no-repeat;
	display: block;
}*/

.video-thumb .video-poster .preview-img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
}

.video-badge {
	height: 48px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 90;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.video-badge img {
	height: auto;
	width: 100%;
}

.video-thumb .video-time {
	background: #000;
	background: rgba(0,0,0,.6);
	bottom: 0;
	color: #FFFFFF;
	color: rgba(255,255,255,.8);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
	padding: 4px 6px;
	position: absolute;
	right: 0;
	text-align: right;
	z-index: 50;
	-webkit-border-radius: 2px 0 0;
	-moz-border-radius: 2px 0 0;
	border-radius: 2px 0 0;
}

.video-thumb .video-title {
	font-size: 1em;
	margin-bottom: 4%;
}

.teacher-name,
.teacher-name a {
	color: #82a4ad;
	font-weight: 300;
}

.video-details {
	padding: 0 1% 15%;
}

.video-thumb .video-details-foot {
	bottom: 5%;
	margin: 0 auto;
	min-height: 22px;
	position: absolute;
	width: 98%;
}

.video-details-foot .label-level {
	/*display: inline-block;*/
}

.like-control .heart {
	color: #d1d7d7;
	cursor: pointer;
	font-size: 19px;
	margin: 0 3px;
	vertical-align: middle;
}

.like-control .likes {
	vertical-align: middle;
}

.like-control {
	color: #bdc3c3;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	white-space: nowrap;
}

.video-details-foot .like-control {
	margin: -3px 3% auto auto;
	position: absolute;
	right: 0;
	top: 25%;
}

.like-control .heart.liked {
	color: #cc5c5c;
}

.videos-featured-3 {
	margin-bottom: .5em;
}

/*//// Video Detail ////*/

.video-detail {
	margin-top: 1em;
}

.video-detail .video-info-content {
	padding-left: 2%;
}

.video-detail .video-summary {
	margin: .5em 0;
}

.video-detail .video-title {
	margin-bottom: 5px;
}

.video-detail .video-teacher {
	margin-bottom: 5px;
	margin-top: 0;
}

.video-options {
	border-top: 1px solid #eef1f1;
	margin: 1.5em 0 0;
	padding: .75em 0 0;
}

.video-options li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.video-options li:last-child {
	margin-right: 0;
}

.comment-count,
.playlist-status {
	font-size: 13px;
}

.playlist-status .playlist-icon {
	background: transparent url(/Assets/myw/images/icon-playlist-status.png) 0 50% no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 17px;
	margin: 0 5px 0 0;
	vertical-align: sub;
	width: 17px;
}

.playlist-status .playlist-icon.added {
	background: transparent url(/Assets/myw/images/icon-playlist-status-added.png) 0 50% no-repeat;
}

#commentForm-container {
	margin: 1em 0;
}

#comment-list {
	margin: 0 0 .5em;
	padding-left: 38px;
}

#comment-list .comment {
	border-bottom: 1px solid #ebeeee;
	margin: 10px 0;
	padding: 10px 0 15px;
}

#comment-list .comment-reply {
	background: transparent url(/Assets/myw/images/indent.png) 5px 0 no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

#comment-list .comment-reply .comment {
	background: #edf4f4;
	padding: 10px 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#comment-list .comment-title {
	color: #689caa;
	font-weight: 700;
}

#comment-list .comment-user,
#comment-list .comment-user .comment-date {
	color: #959a98;
	font-size: 13px;
	margin-bottom: 7px;
}

#comment-list .comment-teacher {
	color: #4e5c5b;
	font-size: .9em;
}

#comment-list .comment-txt {
	font-size: 15px;
}

#playlistManager .modal-body {
	padding: 10px 0;
}

#playlistManager .modal-body .btn {
	margin: auto;
	width: 96%;
}

#playlistManager .modal-body .btn + .btn {
	margin-top: 5px;
}

#playlistManager #playList {
	border: 1px solid #e1e8e8;
	margin: 10px 2%;
	/*max-height: 600px;*/
	/*overflow: scroll;*/
	width: 96%;
}

.playlistContainer {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e1e8e8;
	cursor: pointer;
	padding: 10px 10px 10px 70px;
}

.playlistContainer:last-child {
	border-bottom: 0;
}

.playlistContainer.added {
	background-color: #f5fff5;
	background-image: url(/Assets/myw/images/icon-check-lg.png);
	background-position: 25px 50%;
}

.playlistName {
	color: #689caa;
	font-weight: 700;
}

.playlistVideoCount {
	font-size: 13px;
}

.newPlaylist:hover {
	background-color: #e4e9ea;
}

/*//////// Home ////////*/

#hero {
	background: transparent;
	display: inline-block;
	margin-top: 0;
	overflow: hidden;
	padding: 0 0 2em 0;
	width: 100%;
}

#hero-img {
	position: absolute;
	bottom: 0;
    z-index:1;
    width:100%;
}

#textleft-container {
    z-index:3;
    position:relative;
    padding-top:40px;
}

#textleft-container h1 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:45px;
    font-weight:normal;
    color:#fff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

#textleft-container h1 span{
    font-family: 'Euphoria Script','Trebuchet MS', cursive;
    }

#textleft-container h4{
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#fff;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#signup-container {
	float: right;
	margin: 2.5em 1%;
	position: relative;
	z-index: 100;
}

#signup-content {
	background: rgba(149, 154, 152, 0.75);
	border: 10px solid rgb(217, 218, 218);
    border: 10px solid rgba(42, 54, 53, .08);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	padding: 1.25em 35px;
    color:#fff;
    max-width: 350px;
    margin:0 auto;
}

#signup-head h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
    color:#fff;
}

#signup-head p {
	font-size: 15px;
	margin-bottom: 25px;
}

#signup-container .detail {
	display: inline-block;
	font-size: 13px;
	margin: 1em auto 0;
}

#intro-video-outer {
    background: rgba(149, 154, 152, 0.75);
	border: 10px solid rgb(217, 218, 218);
    border: 10px solid rgba(42, 54, 53, .08);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	padding:0;
    color:#fff;
    margin:1.5em auto;
    max-width:350px;
}

#intro-video-launcher {
	background: transparent url(/Assets/myw/images/icon-play-blue.png) 7% 40% no-repeat;
	cursor: pointer;
	line-height: 1.1em;
	margin: 1.1em 0;
	min-height: 60px;
	padding: 0 15px 0 95px;
}

#intro-video-launcher h4 {
	color: rgb(48, 55, 56);
	margin-bottom: 0;
}

#intro-video-launcher span {
	font-size: 15px;
}

#benefits {
	background: #f5f6f6;
}

#benefits .container-content-boxed {
	margin-bottom: 0;
}

#benefits .benefit {
	margin: 1.5em auto 3em;
}

.benefit-icon {
	height: auto;
	margin: auto;
	width: 102px;
}

.quotes {
	border-bottom: 1px solid #eff0f0;
	padding: 1em 0 2.5em;
}

.quotes .quote {
	padding-bottom: .75em;
	padding-top: .75em;
	position: relative;
}

.quotes .quote-txt {
	color: #4e5c5b;
	display: block;
	font-style: italic;
	padding: 0 3%;
	position: relative;
	z-index: 10;
}

.quotes .author,
.quotes-user .author {
	font-size: 15px;
	color: #689caa;
	line-height: 1em;
	position: relative;
	z-index: 15;
}

.quotes .author small {
	color: #c2c4c3;
	font-style: italic;
}

.quotes-user {
	background: #689caa;
}

.quotes-user .quote {
	padding: .25em 0 1.25em;
}

.quotes-user .quote-date {
	color: #30454b;
	font-size: 13px;
	font-weight: 300;
	/*display: table;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.quotes-user .quote-date .timestamp {
	/*font-size: 65%;*/
	/*font-style: italic;*/
	/*display: table-cell;*/
	/*padding-left: 5px;*/
	/*vertical-align: middle;*/
}

.quotes-user .quote-txt {
	color: #cad2d4;
	font-weight: 300;
}

.quotes-user .quote-txt .quote-title {
	color: #e3ebed;
	display: block;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.quotes-user .author {
	color: #39606a;
	margin-bottom: 1.5em;
}

.quote-mark {
	background: transparent url(/Assets/myw/images/quote-mark-open.png) 0 0 no-repeat;
	height: 48px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 0;
}

.quote-closed {
	background: transparent url(/Assets/myw/images/quote-mark-closed.png) 0 0 no-repeat;
	bottom: 0px;
	left: auto;
	right: 0;
	top: auto;
}

#journey-signup {
	background: #f3f3f3;
	border-top: 1px solid #FFF;
	overflow: hidden;
	padding: 2em 2% 3em;
	min-height: 520px;
}

#journey-img {
	left: 50%;
    margin: 0 0 0 -1475px;
	position: absolute;
	bottom: 0;
}

#journey-signup-container {
	float: right;
	margin: 0;
	position: relative;
	width: 50%;
	z-index: 100;
}

#journey-signup-content {
	padding: 1.25em 0;
}

#journey-signup p {
	font-size: 15px;
}

#journeySignupForm {
	position: relative;
}

#journeySignupForm label.error {
	left: 0;
	position: absolute;
	top: -20px;
}

/*//////// Give a Gift ////////*/

#giftcard {
	box-sizing: content-box;
	float: right;
	height: auto;
	max-width: 349px !important;
	width: 100%;
}

@media \0screen {#giftcard { width: auto }} /* Prevent height distortion in IE8. */

.gift-intro {
	padding-top: 1em;
}

.container-gift-step {
	border-bottom: 1px dashed #cfdcdf;
}

h2.gift-step {
	margin-bottom: 1.5em;
}

.gift-step .step {
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	vertical-align: text-top;
	width: 40px;
}

.gift-step .step img {
	height: auto;
	width: 100%;
}

#inputGiftDate,
#inputFauxGiftDate {
	background: transparent;
	border: none;
	color: #689caa;
	cursor: default;
	font-size: 24px;
	padding-left: 0;
	padding-right: 0;
}

#inputFauxGiftDate {
	display: none;
}

#date-trigger {
	display: block;
	font-size: 15px !important;
	margin: .5em 0 !important;
}

#newCardDetails {
	background: #fcfdfd;
	border: 1px solid #e1e8e8;
	display: none;
	margin-left: -3%;
	padding: 20px 3% 30px;
	width: 106%;
}

#labelPostalCode {
	display: none;
}

.ccard-list {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.ccard-list li {
	display: inline-block;
	margin-right: 5px;
	width: 45px;
}

#giftOrderDetails {
	padding: 1em 0 0;
}

#giftOrderDetails .row {
	margin: 1.25em auto;
}

#giftOrderDetails .giftOrderDesc {
	color: #689caa;
	margin-bottom: .25em;
}

#giftOrderDetails .giftOrderItem {
	color: #697e77;
	font-size: 21px;
}

#giftOrderDetails .giftOrderMessage {
	font-size: 17px;
	font-style: italic;
}

#giftOrderDetails .giftOrderCard {
	font-size: 17px;
}

#giftOrderDetails .detail {
	margin: 0 0 .75em;
}

#giftOrderDetails .cardOption {
	margin-top: 1.5em;
}

.orderNo {
	border-bottom: 1px solid #ebecec;
	border-top: 1px solid #ebecec;
	color: #4e5c5b;
	margin: 1em 0 0;
	padding: .75em 0;
	font-size: 15px;
}

/*//////// Privacy ////////*/

#privacy h3 {
	margin-top: 1.5em;
}

#privacy h3:first-child {
	margin-top: 10px;
}

#privacy h4 {
	margin-top: 1em;
}

/*//////// Teachers ////////*/

#teachers {
	margin-bottom: 1.25em;
	margin-top: 1.5em;
}

.teacher {
	margin-bottom: 2em;
	margin-top: 1.5em;
}

.teacher-img {
	display: block;
	height: auto;
	margin: auto auto 1em;
	position: relative;
	overflow: hidden;
	width: 80%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.teacher-hero .teacher-img {
	margin: 1em auto;
	width: 90%;
}

a .teacher-img:hover {
	opacity: .85;
}

.teacher-info {
	margin: 1.5em 0 0;
}

.teacher-info .intro-line {
	margin-bottom: 0;
}

.teacher-info .teacher-name {
	font-size: 2.15em;
	margin-top: 5px;
}

.teacher-quote-container {
	margin-left: -35px;
	padding: 2px 0 5px 35px;
	position: relative;
}

.teacher-quote {
	position: relative;
	z-index: 10;
}

.teacher-collection-cta {
	padding-top: 1.25em;
}

/*//////// Journey Series ////////*/

.js-img {
	display: block;
	height: auto;
	margin: 8px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

a .js-img:hover {
	opacity: .85;
}

/*//////// Journey Series Detail ////////*/

#js-backdrop {
	height: 0;
	padding-top: 350px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

#js-backdrop img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

@media \0screen {#js-backdrop img { width: auto }} /* Prevent height distortion in IE8. */

#heroJSVideo {
	background: #fbfcfc;
	margin-top: -7.5%;
	padding: 1em 2% 2.5em;
	width: 98%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
}

#js-title {
	padding-bottom: 1.25em;
}

#pnlJSTitle {
    padding-bottom: 1.25em;
}

.resetWatched {
	background-image: url(/Assets/myw/images/icon-reset-blue.png);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	display: none;
	margin-top: 1.25em;
	padding-left: 21px;
}

/*//////// My Account ////////*/

#currentEmail {
	color: #4e5c5b;
	margin: 1.25em 0;
}

#cancelSubscription {
	color: #aaaeac;
	display: block;
	float: right;
	font-size: 13px;
	margin: .5em 0 0;
}

#cancelSubscription:hover,
#cancelSubscription:focus {
	color: #d2322d;
	text-decoration: underline;
}

#editExistingCard-btn {
	margin-left: 5px !important;
}

#differentCard-btn {
	margin: 1.25em 0;
}

.card-summary {
	margin: 0 0 1.5em;
}

.active-addOn-container {
	margin-bottom: 1em;
}

.active-addOn-container .active-addOn {
	border: 1px solid #eaf0f0;
	display: block;
	margin: 5px 0;
	padding: 7px 36px 7px 10px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#active-code-container .active-addOn {
	background: #f7fdfd;
	border: 3px dashed #eaf0f0;
	padding: 10px 35px 10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.remove-addOn-btn {
	cursor: pointer;
	font-size: 13px;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 6px;
}

.promoValue {
	font-size: 21px;
	margin-right: 5px;
}

.expDate {
	font-size: 13px;
	white-space: nowrap;
}

/*//////// User Home ////////*/

#myFavorites .controls {
	background: #fcfdfd;
	border-left: 1px solid #e1eded;
	border-right: 1px solid #e1eded;
	font-size: 13px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#collapse-init {
	display: inline-block;
	line-height: 1;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/*//// Video Rows ////*/

.video-count {
	color: #bdc3c3;
	font-size: 13px;
	margin-top: -2px;
}

.video-row {
	border-top: 1px solid #e1eded;
	float: left;
	padding: 10px 34px 10px 20px;
	position: relative;
	width: 100%;
}

.video-row:last-child {
	border-bottom: 1px solid #e1eded;
	margin-bottom: -1px;
}

.month-row {
	background: #ebf3f3;
	border-top: 1px solid #e1eded;
	clear: both;
	color: #689caa;
	font-size: 1.15em;
	padding: 15px;
	text-align: center;
}

#myVideosAccordion .panel:last-child {
	border-bottom: 1px solid #e1eded;
}

.video-row .videoDetail {
	display: inline-block;
	padding: 0 .5%;
	vertical-align: middle;
}

.video-row .video-thumb-mini-container {
	margin-left: 0;
	position: relative;
	width: 13%;
}

.video-row .video-thumb-mini {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 56%;
	position: relative;
	width: 100%;
}

.video-row .video-thumb-mini .preview-img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
}

.watched-status {
	height: 24px;
	left: -5px;
	position: absolute;
	top: -7px;
	width: 24px;
	z-index: 100;
}

.watched-status.watched {
	background: transparent url(/Assets/myw/images/icon-circlecheck.png) 0 0 no-repeat;
}

.watched-status.with-date {
	border: 1px solid #E3E9E9;
	background-color: #FFFFFF !important;
	color: #bdc3c3;
	color: #8cc542;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 26px;
	line-height: 25px;
	line-height: 2.16em;
	padding: 0 8px 0 26px;
	vertical-align: middle;
	width: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.video-row .videoDetail-wrap {
	display: inline-block;
	width: 86%;
}

.video-row .videoDetail-wrap-1 {
	display: inline-block;
	width: 51%;
}

.video-row .videoDetail-wrap-2 {
	display: inline-block;
	width: 48%;
}

.video-row .video-title-container {
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	width: 49%;
}

.video-row .video-title-container .video-title{
	line-height: 1.1;
}

.video-row .video-title-container .video-title {
	font-size: 15px;
	margin: 0;
}

.video-row .teacher-name-container {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding-right: 5px;
	vertical-align: middle;
	width: 48%;
}

.video-row .js-name-container {
	font-size: 13px;
	display: inline-block;
	line-height: 14px;
	padding-right: 5px;
	vertical-align: middle;
	width: 53%;
}

.video-row .js-name {
	background: transparent url(/Assets/myw/images/icon-js-circle.png) 0 50% no-repeat;
	display: inline-block;
	min-height: 20px;
	padding: 5px 0 4px 25px;
}

.video-row .video-attr-container {
	text-align: right;
	width: 39%;
}

.video-row .video-level-container {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	width: 24%;
}

.video-row .video-like-container {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 20%;
}

.options-container {
	border-bottom: 1px solid #e1eded;
	border-left: 1px solid #e1eded;
	bottom: 0;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}

.options-btn {
	border: none;
	color: #4e5c5b;
	height: 32px;
	line-height: 24px;
	padding: 4px;
	width: 32px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.open .options-btn {
	color: #82a4ad;
}

.options-btn:focus,
.options-btn:active:focus,
.options-btn.active:focus {
	outline: none;
	outline-offset: 0;
}

.options-btn span {
	margin: auto;
	/*vertical-align: text-bottom;*/
}

.panel-heading .options-btn {
	background-image: url(/Assets/myw/images/arrow-down-blue.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.options-container .control-option {
	font-size: 14px;
}

.options-container .control-option a,
.options-container .control-option a:hover {
	background-repeat: no-repeat;
	line-height: 16px;
	max-width: 280px;
	min-width: 190px;
	padding-left: 34px;
	white-space: normal;
}

.options-container .option-watch a,
.options-container .option-watch a:hover {
	background-image: url(/Assets/myw/images/icon-play-sm.png);
	background-position: 9px 9px;
}

.options-container .option-playlist-manager a,
.options-container .option-playlist-manager a:hover {
	background-image: url(/Assets/myw/images/icon-playlist-status-added-blue.png);
	background-position: 10px 9px;
}

.options-container .option-js {
	display: none;
}

.options-container .option-js a,
.options-container .option-js a:hover {
	background-image: url(/Assets/myw/images/icon-js-circle-blue.png);
	background-position: 9px 9px;
}

.options-container .option-remove a,
.options-container .option-remove a:hover {
	background-image: url(/Assets/myw/images/icon-x-md.png);
	background-position: 13px 13px;
	color: #d9534f;
}

.options-container .option-rename a,
.options-container .option-rename a:hover {
	background-image: url(/Assets/myw/images/icon-pencil-blue.png);
	background-position: 11px 10px;
}

.video-row .watched-date {
	bottom: 0;
	color: #bdc3c3;
	height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32px;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*//////// Subscribe ////////*/

#subscribeSteps {
	/*border: 1px solid #dce1e5;*/
	display: inline-block;
	margin: 0 auto 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#subscribeSteps.complete {
	margin: 1.5em auto;
}

#subscribeSteps .subscribeStep {
	border-right: 1px solid #dce1e5;
	color: #d8e0e0;
	display: inline-block;
	font-weight: 400;
	min-height: 20px;
	padding: 2px 15px;
}

#subscribeSteps .active {
	color: #689caa;
}

#subscribeSteps .complete {
	background: transparent url(/Assets/myw/images/icon-circlecheck.png) 15px 50% no-repeat;
	color: #8cc542;
	padding-left: 44px;
}

#subscribeSteps .subscribeStep:last-child {
	border-right: 0;
}

/*//////// Responsive ////////*/

/* Big Screens and up */

@media only screen and (min-width: 1700px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 400px;
	}
}

/* In between medium and big screens */

@media only screen and (min-width: 1101px) and (max-width: 1699px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 25%;
	}
	
}

/* Base Laptop Screens and up */

@media only screen and (min-width: 1100px) {

	#journey-signup-container {
		padding-right: 7%;
	}
}

@media only screen and (min-width: 851px) and (max-width: 1099px) {
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 30%;
	}
	
	#js-backdrop img {
		left: -10%;
		min-width: 120%;
	}

    #hero-img {
        width:1537px;
        margin:0 0 0 -100px;
    }
}

@media only screen and (max-width: 850px) {

	.nav > li > a {
		padding: 15px 10px;
	}
	
	.nav-tabs > li > a {
		padding: 15px 2px;
	}
	
	.subnav-tabs > li > a {
		padding: 5px 0 2px;
	}
	
	/*//// Typography ////*/
	
	h1, .h1 {
		font-size: 2.55em;
	}
	
	.h12 {
		font-size: 2.15em;
	}
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: url(/Assets/myw/images/icon-play-white.png) 7% 40% no-repeat;
		min-height: 60px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	#intro-video-launcher h4 {
		color: #FFFFFF;
	}
	
	#intro-video-launcher span {
		color: #FFFFFF;
	}
	
	#journey-signup {
		padding: 1em 2% 3em;
		min-height: 470px;
	}
	
	#journey-img {
	margin-left: -1200px;
	width: 2400px;

	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 35%;
	}
	
	#js-backdrop img {
		min-width: 140%;
		left: -20%;
	}
	
	/*//// User Home ////*/
	
	.video-row .video-thumb-mini-container {
		width: 20%;
	}
	
	.video-row .videoDetail-wrap {
		width: 79%;
	}
	
	.video-row .videoDetail-wrap-1 {
		width: 39%;
	}
	
	.video-row .videoDetail-wrap-2 {
		width: 60%;
	}
	
	.video-row .video-title-container {
		width: 100%;
	}
	
	.video-row .teacher-name-container {
		text-align: left;
		width: 100%;
	}
	
	.video-row .js-name-container {
		width: 50%;
	}
	
	.video-row .video-level-container {
		width: 28%;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

#navbar-container {
text-align: center;
}

#logo {
display: inline-block;
margin: 0 auto .5em;
float: none;
}

.navbar-right {
float: none !important;
margin: 0 auto;
}

.navbar-nav {
display: inline-block;
float: none;
margin: 7.5px auto;
text-align: left;
}
}


@media only screen and (max-width: 768px) {

	/*//////// Global ////////*/
	
	/*//// Typography ////*/
	
	.h12 {
		font-size: 1.9em;
	}
	
	/*// Forms //*/
	
	.container-content-boxed {
		margin: 1em auto;
		padding: 1.5em 3% 2.5em;
	}
	
	.form-control,
	.input-group {
		max-width: 350px;
	}

	/*//// Header ////*/
	
	#utility-bar {
		font-size: 14px;
	}
	
	#utility-bar .btn {
		padding: 10px 14px;
	}
	
	#utility-bar #search-btn {
		padding: 10px 20px;
	}
	
	.signin-wrapper {
		right: 51px;
	}
	
	.navbar-default .navbar-nav > .open > a,,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		border-color: transparent;
	}
	
	.navbar-default .navbar-nav > .open > a {
		border-color: #e9eded;
	}
	
	.navbar-default .navbar-nav > .open:first-child > a {
		border-color: transparent;
	}
	
	/*//// Home ////*/
	
	#hero {
		padding: 3em 5% 1em 0;
	}
	
	#journey-signup-container {
		width: 60%;
	}

    #journey-signup {
	padding-bottom: 120px;
    }

    #journey-img {
	margin-left: -1200px;
	width: 2400px;
    }
	
	#journey-signup input {
		max-width: 320px;
	}
	
	/*//// Teachers ////*/
	
	.teacher-hero .teacher-img {
		max-width: 50%;
	}
	
	/*//// Footer ////*/
	
	#footer .social {
		margin: 1em 0 2em;
		text-align: center;
	}
	
	#footer .copyright {
		text-align: center;
	}
	
	/*//// Video Detail ////*/
	
	.video-detail .video-summary {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	
	/*//// Structure ////*/
	
	.center767 {
		text-align: center;
	}
	
	.center767 img.hero {
		margin-left: auto;
		margin-right: auto;
	}
	
	.breathe-l-ms,
	.breathe-r-ms {
		padding-left: 0;
		padding-right: 0;
	}
	
	/*//// Forms ////*/
	
	label.giftOption {
		border: 1px solid #dce1e5;
		font-size: 21px;
		padding: 50px 0 46px;
	}
    label.center_1$lvPlans$ctrl0$rbPlan {
		border: 1px solid #dce1e5;
		font-size: 21px;
		padding: 50px 0 46px;
	}
    
	
	.form-action .btn-success,
	.form-action .btn-default {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.btn-block,
	.btn-success,
	.btn-default {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
	}
	
	/*//// Header ////*/
	
	#logo {
		margin-left: 5%;
	}
	
	.navbar,
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin: 0;
	}
	
	.navbar-nav {
		margin-top: 20px;
		border-top: 1px solid #e0e6e6;
	}
	
	.navbar-nav > li > a {
		padding: 18px 5% 18px 8%;
	}
	
	.navbar .dropdown-toggle .glyphicon {
		float: right;
	}
	
	#navbar-container .container-fluid {
		padding: 0;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #689caa;
		background: #f9fafa;
		padding: 13px 5% 13px 8%;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #689caa;
		background: #f9fafa;
	}
	
	.navbar-nav .open .dropdown-menu {
		background: #f9fafa;
		min-width: 160px;
		padding: 0;
		margin: 0;
		font-size: 15px;
		border: 1px solid #e9eded;
		/*border: 1px solid transparent;*/
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.dropdown-submenu > a:after {
		margin-right: 3px;
	}
	
	/*//// Home ////*/
	
	.quotes .quote-txt {
		font-size: 21px;
	}
	
	/*//// Give a Gift ////*/
	
	#giftcard {
		float: none;
		margin-top: -1em;
	}
	
	.gift-intro {
		padding-top: 0;
	}
	
	#giftOrderDetails .row {
		border-bottom: 1px solid #ebecec;
		padding: 0 0 1.25em;
	}
	
	#giftOrderDetails .row:last-child {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#giftOrderDetails .row:first-child {
		margin-top: 0;
	}
	
	/*//// Video List ////*/
	
	.video-thumb .video-title {
		margin-bottom: 5%;
	}
	
	.videos-featured-3 .col-ms-6 .video-thumb {
		margin: 1.25em auto 0;
	}
	
	/*//// Video Details ////*/
	
	.video-detail {
		margin-top: -.75em;
	}
	
	.video-detail .video-info-content {
		padding-left: 0;
	}
	
	#comment-list {
		margin-top: 1.75em;
		padding-left: 8px;
	}
	
	/*//// My Account ////*/
	
	#cancelSubscription {
		float: none;
		margin: 2em auto 0;
		text-align: center;
	}
	
	/*//// Journey Series Detail ////*/
	
	#heroJSVideo {
		background: #fbfcfc;
		margin-top: -7.5%;
		padding: .5em 2% 1.25em;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
	}
	
	#js-title {
		padding-bottom: .75em;
	}

    #pnlJSTitle {
		padding-bottom: .75em;
	}
	
	#heroJSVideo .video-detail {
		margin-top: 1em;
	}
	
	/*//// User Home ////*/
	
	.quotes-user .quote {
		margin: 10px 0 0;
		border-bottom: 1px solid #5F93A0;
		padding: .5em 0 2.25em;
	}
	
	.quotes-user .quote:last-child {
		border: none;
		padding: .5em 0 .5em;
	}
	
	.video-row .video-thumb-mini-container {
		width: 23%;
	}
	
	.video-row .videoDetail-wrap {
		width: 76%;
	}
	
	.video-row .videoDetail-wrap-1 {
		width: 51%;
	}
	
	.video-row .videoDetail-wrap-2 {
		width: 48%;
	}
	
	.video-row .video-title-container {
		display: block;
	}
	
	.video-row .teacher-name-container {
		display: block;
	}
	
	.video-row .js-name-container {
		text-align: center;
		width: 17%;
	}
	
	.video-row .js-name {
		text-indent: -9999px;
		width: 20px;
	}
	
	.options-container .option-js {
		display: list-item;
	}
	
	.video-row .video-level-container {
		width: 45%;
	}
	
	.video-row .video-like-container {
		width: 34%;
	}

}

@media only screen and (min-width: 401px) and (max-width: 767px) {
	
	/*//// Video List ////*/
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .video-thumb .video-poster {
		padding-top: 0;
		width: 44%;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
		bottom: 0;
		top: 0;
		position: absolute;
		margin: auto;
		height: 100%;
	}
	
	.videos-featured-3 .video-thumb .video-poster .preview-img {
		bottom: 0;
		left: -15%;
		position: absolute;
		right: 0;
		top: 0;
		margin: auto;
		max-width: 130%;
	}
	
	.videos-featured-3 .video-details {
	    float: left;
	    margin-left: 44%;
	    padding-bottom: 8%;
	    padding-left: 3%;
	    padding-top: 2%;
	    text-align: left;
	    width: 56%;
	}
	
	.videos-featured-3 .video-thumb .video-title {
		padding-right: 18px;
	}
	
	.videos-featured-3 .video-thumb .video-details-foot {
		bottom: 4%;
	    padding: 0;
	    right: 0;
	    width: 53%;
	}
	
	/*//// Teachers ////*/
	
	.teacher-hero .teacher-img {
		margin-left: -65%;
		max-width: 160%;
		position: relative;
		width: 160%;
		z-index: 100;
	}
	
	.teacher-info {
		margin: .75em 0 0;
	}
}


@media only screen and (min-width: 641px) and (max-width: 850px) {
    #hero-img {
        width:1575px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
	
	/*//// Video List ////*/
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .col-ms-6 {
		width: 84%;
		margin: auto;
		float: none;
	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 40%;
	}
	
	#js-backdrop img {
		min-width: 160%;
		left: -30%;
	}
}

@media only screen and (max-width: 640px) {

	/*//// Structure ////*/
	
	.page-head {
		margin-bottom: .75em;
		padding-bottom: .5em;
	}
	
	.container-intro {
		padding-bottom: .75em;
	}
	
	/*//// Global ////*/
	
	.modal-md {
		margin: 10px 2%;
		width: 96%;
	}
	
	/*// Typography //*/
	
	.container-intro .page-head h4 {
		font-size: 1em;
	}
	
	/*// Forms //*/
	
	label.giftOption {
		padding: 36px 0 32px;
		font-size: 23px;
	}

    	label.center_1$lvPlans$ctrl0$rbPlan {
		padding: 36px 0 32px;
		font-size: 23px;
	}

    
	
	.form-action {
		text-align: center;
	}
	
	.form-action .btn + .btn {
		margin-top: 5px;
	}
	
	/*//// Header ////*/
	
	#header {
		padding: 1.25em 0 1em;
	}
	
	#panel-container {
		padding: 0;
	}
	
	.signin-wrapper,
	.search-wrapper {
		position: relative;
		width: 100%;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.signin-wrapper {
		right: auto;
	}
	
	#wood {
		height: 15px;
	}
	
	/*//// Home ////*/
	
	#hero {
		margin-top: 0;
		padding: 1em 0 0;
		margin-bottom: -2em;
	}
	
	#hero-img {
		margin-left: -469px;
        top: 0;
		width: 1385px;
	}
    #textleft-container h1 {
        font-size:24px;
    }
	
	#intro-video-launcher span {
		font-size: 14px;
	}
	
	.quotes .quote-txt {
		font-size: 19px;
	}

    #journey-signup {
	padding: 1em 2% 380px;
	text-align: center;
    }

    #journey-img {
	margin-left: -1080px;
    }
	
	#journey-signup-container {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	#journey-signup {
		padding: 1em 2% 380px;
		text-align: center;
	}
	
	#journey-signup .form-control{
		margin: auto;
	}
	
	#journey-signup form .btn {
		display: block;
		width: 100%;
	}
	

	/*//// Video List ////*/
	
	#resultNumber {
		margin: 0 0 1em;
		text-align: center;
	}
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .col-ms-6 {
		float: none;
		margin: auto;
		width: 100%;
	}
	
	/*//// Teachers ////*/
	
	#teachers {
		margin-bottom: .75em;
		margin-top: .75em;
	}
	
	#teachers .teacher {
		margin-bottom: 1em;
	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 40%;
	}
	
	#js-backdrop img {
		left: -40%;
		min-width: 180%;
	}
	
	/*//// User Home ////*/
	
	.month-row {
		padding: 10px;
	}
}

@media only screen and (min-width:401px) and (max-width: 550px) {
	
	/*//// Teachers ////*/
	
	#teachers .teacher-name {
		font-size: 1em;
		line-height: 1;
		margin-bottom: .1em;
	}
	
	#teachers .teacher-video-count {
		font-size: 15px;
	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 30%;
	}
	
	#js-backdrop img {
		left: -16%;
		min-width: 132%;
	}
}

@media only screen and (min-width:451px) and (max-width: 520px) {

	/*//// Video List ////*/
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .video-details h4 {
		font-size: 1em;
		line-height: 1;
	}
}

@media only screen and (min-width:401px) and (max-width: 450px) {

	/*//// Video List ////*/
	
	/*// 3 Featured Videos //*/
	
	.videos-featured-3 .video-details h4 {
		font-size: 1em;
		line-height: 1;
	}
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
  
  /*//////// Global ////////*/
  
  /*//// Structure ////*/
  
  .container {
      max-width: 748px;
  }
 
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1  { width: 8.33333333%; }
  .col-ms-2  { width: 16.66666667%; }
  .col-ms-3  { width: 25%; }
  .col-ms-4  { width: 33.33333333%; }
  .col-ms-5  { width: 41.66666667%; }
  .col-ms-6  { width: 50%; }
  .col-ms-7  { width: 58.33333333%; }
  .col-ms-8  { width: 66.66666667%; }
  .col-ms-9  { width: 75%; }
  .col-ms-10 { width: 83.33333333%; }
  .col-ms-11 { width: 91.66666667%; }
  .col-ms-12 { width: 100%; }
 
   /*Push and pull columns for source order changes*/
  .col-ms-push-1  { left: 8.33333333%; }
  .col-ms-push-2  { left: 16.66666667%; }
  .col-ms-push-3  { left: 25%; }
  .col-ms-push-4  { left: 33.33333333%; }
  .col-ms-push-5  { left: 41.66666667%; }
  .col-ms-push-6  { left: 50%; }
  .col-ms-push-7  { left: 58.33333333%; }
  .col-ms-push-8  { left: 66.66666667%; }
  .col-ms-push-9  { left: 75%; }
  .col-ms-push-10 { left: 83.33333333%; }
  .col-ms-push-11 { left: 91.66666667%; }
 
  .col-ms-pull-1  { right: 8.33333333%; }
  .col-ms-pull-2  { right: 16.66666667%; }
  .col-ms-pull-3  { right: 25%; }
  .col-ms-pull-4  { right: 33.33333333%; }
  .col-ms-pull-5  { right: 41.66666667%; }
  .col-ms-pull-6  { right: 50%; }
  .col-ms-pull-7  { right: 58.33333333%; }
  .col-ms-pull-8  { right: 66.66666667%; }
  .col-ms-pull-9  { right: 75%; }
  .col-ms-pull-10 { right: 83.33333333%; }
  .col-ms-pull-11 { right: 91.66666667%; }
 
   /*Offsets*/
  .col-ms-offset-1  { margin-left: 8.33333333%; }
  .col-ms-offset-2  { margin-left: 16.66666667%; }
  .col-ms-offset-3  { margin-left: 25%; }
  .col-ms-offset-4  { margin-left: 33.33333333%; }
  .col-ms-offset-5  { margin-left: 41.66666667%; }
  .col-ms-offset-6  { margin-left: 50%; }
  .col-ms-offset-7  { margin-left: 58.33333333%; }
  .col-ms-offset-8  { margin-left: 66.66666667%; }
  .col-ms-offset-9  { margin-left: 75%; }
  .col-ms-offset-10 { margin-left: 83.33333333%; }
  .col-ms-offset-11 { margin-left: 91.66666667%; }
}

@media (max-width: 550px) {

	/*//// Journey Series Detail ////*/
	
	#heroJSVideo {
		background: #fbfcfc;
		margin-top: -7.5%;
		padding: .25em 2% .75em;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
	}
	
	#js-title {
		padding-bottom: .25em;
	}
    	
	#pnlJSTitle {
		padding-bottom: .25em;
	}
	
	/*//// User Home ////*/
	
	.video-row {
		padding: 10px 34px 10px 10px;
	}
	
	.video-row .video-thumb-mini-container {
		margin-right: 1%;
		width: 29%;
	}
	
	.video-row .video-thumb-mini {
		padding-top: 70%;
	}
	
	.video-row .video-thumb-mini .preview-img {
		margin-left: -25%;
		max-width: 160%;
		width: 160%;
	}
	
	.video-row .videoDetail-wrap {
		/*float: right;*/
		width: 68%;
	}
	
	.video-row .videoDetail-wrap-1 {
		display: block;
		width: 100%;
	}
	
	.video-row .videoDetail-wrap-2 {
		display: block;
		float: left;
		margin-top: 4px;
		width: 100%;
	}
	
	.video-row .js-name-container {
		display: inline-block;
		float: left;
		text-align: left;
		width: auto;
	}
	
	.video-row .video-attr-container {
		text-align: left;
		width: 83%;
		vertical-align: middle;
	}
	
	.video-attr-container .label-level {
		float: left;
	}
	
	.video-row .video-attr-container .like-control {
		float: right;
		position: absolute;
		right: 4px;
	}
	
	.video-row .video-attr-container .like-control .heart {
		float: right;
		/*margin-top: -2px;*/
	}
	
	.video-row .video-level-container {
		display: block;
		float: left;
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		vertical-align: middle;
		width: auto;
	}
	
	.video-level-container .label-level {
		/*float: left;*/
	}
	
	.video-row .video-like-container {
		display: block;
		width: auto;
	}
	
	.video-row .video-like-container .like-control {
		float: right;
		position: absolute;
		right: 4px;
	}
	
	.video-row .video-like-container .like-control .heart {
		float: right;
		/*margin-top: -2px;*/
	}
	
	.watched-status.with-date {
		font-size: 10px;
		/*line-height: 24px;*/
		line-height: 2.5em;
		padding: 0 6px 0 26px;
	}
	
}

@media (max-width: 400px) {

	/*//////// Global ////////*/
	
	.modal-sm {
		margin: 10px 2%;
		width: 96%;
	}

	.breathe-l,
	.breathe-r {
		padding-left: 0;
		padding-right: 0;
	}
	
	.subnav-tabs > li > a {
		font-size: 15px;
		margin-right: 15px;
	}
	
	/*//// Typography ////*/
	
	.h12 {
		font-size: 1.75em;
	}
	
	/*//// Structure ////*/
	
	.visible-xxs {
		display: inline;
	}
	
	.text-center-xs {
		text-align: center;
	}
	
	/*// Forms //*/
	
	label.giftOption {
		padding: 30px 0 26px;
		font-size: 17px;
	}
    label.center_1$lvPlans$ctrl0$rbPlan {
		padding: 30px 0 26px;
		font-size: 17px;
	}
    
	
	.cardOption {
		font-size: 14px;
	}
	
	.label-radio-lg {
		padding: 3px 0 0 35px;
	}
	
	.label-checkbox {
		font-size: 13px;
	}
	
	.cardOption .ccard {
		  padding-left: 54px;
	}
	
	.btn-block,
	.btn-success,
	.btn-default,
	#journey-signup input {
		max-width: 100%;
	}

	/*//// Home ////*/
	
	#hero {
		margin-bottom: 0;
		margin-top: -25px;
		padding-top: 0px;
	}
	
	#hero-img {
		margin-left: -300px;
		width: 700px;
	}
	
	#signup-container {
		margin: 1em auto;
	}
	
	#signup-content {
		padding: 1.25em 20px;
	}
	
	#intro-video-launcher {
		background:url(/Assets/myw/images/icon-play-white.png) 5% 40% no-repeat;
		padding: 0 10px 0 75px;
	}
	
	#journey-signup-container {
		width: 94%;
	}
	
	#journey-signup form {
		width: 100%;
	}
	
	/*//// Video List ////*/
	
	#videoFilter {
		border: none;
		margin-bottom: -1.5em;
		padding: 0 3px;
	}
		
	.video-thumb .video-poster {
		padding-top: 36%;
	}
	
	.video-thumb .video-title {
		font-size: 1.15em;
		margin-bottom: 3%;
	}
	
	#playlistManager #playList {
		max-height: 200px;
		overflow: scroll;
	}
	
	.video-details {
		padding: 0 1% 10%;
	}
	
	/*//// Give a Gift ////*/
	
	h2.gift-step {
		font-size: 1.45em;
	}
	
	.gift-step .step {
		margin-right: 8px;
		margin-top: 0;
		width: 30px;
	}
	
	#giftOrderDetails .row {
		margin: .5em auto;
		padding-top: .75em;
	}
	
	#giftOrderDetails .giftOrderDesc {
		font-size: 15px;
	}
	
	#giftOrderDetails .giftOrderItem {
		font-size: 17px;
	}
	
	/*//// Teachers ////*/
	
	#teachers .teacher-img {
		max-width: 65%;
	}
	
	.teacher-info {
		margin: 0;
	}
	
	.teacher-info .intro-line,
	.teacher-info .teacher-name,
	.teacher-quote-container {
		text-align: center;
	}
	
	.teacher-hero .teacher-img {
		max-width: 85%;
	}
	
	/*//// Journey Series Detail ////*/
	
	#js-backdrop {
		padding-top: 40%;
	}
	
	#js-backdrop img {
		left: -32%;
		min-width: 164%;
	}

    .nav-tabs > li > a {
	font-size: 14px;
}

	
	.video-thumb-container.watching .overlay .icon,
	.video-thumb-container.watching .video-poster:hover .overlay .icon {
		margin: 12% auto auto;
	}
	
	/*//// User Home ////*/
	
	#myFavorites .panel-title {
		font-size: 17px;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	#myFavorites .panel-title a {
		background-position: 0 16px;
	}
	
	#myFavorites .nav-tabs > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.video-row {
		padding: 10px 34px 10px 5px;
	}
	
	.watched-status {
		height: 24px;
		left: -10px;
		position: absolute;
		top: -7px;
		width: 24px;
		z-index: 100;
	}
	
	.video-row .videoDetail-wrap-2 {
		margin-top: 2px;
	}
	
	.video-row .video-thumb-mini {
		padding-top: 100%;
	}
	
	.video-row .video-thumb-mini .preview-img {
		margin-left: -33%;
		max-width: 170%;
		width: 170%;
	}
	
	.video-row .video-title-container .video-title {
		font-size: 15px;
	}
	
	.video-row .teacher-name-container {
		font-size: 12px;
		margin: 1px 0 0;
	}
	
	.video-row .teacher-name-container .teacher-name,
	.video-row .teacher-name-container .teacher-name a {
		font-weight: 400;
	}
	
	.video-row .video-level-container .label-level {
		font-size: 9px;
		letter-spacing: .04em;
		line-height: 1.4;
		margin: 0;
		padding: 1px 3px 1px;
	}
}

/* Attempt to kill some :hover states on mobile touch screen devices 
/*HTC One
Samsung Galaxy S2
Samsung Galaxy S3
Samsung Galaxy S4
LG Nexus 4
Asus Nexus 7
iPad 1 and 2
iPad Mini
iPad 3 and 4
iPhone 3G
iPhone 4
iPhone 5*/
@media
only screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 320px) and (device-height: 534px) and (-webkit-device-pixel-ratio: 1.5),
only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1),
only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	
	.killTouch,
	.video-thumb .video-poster:hover .overlay {
		display: none !important;
	}
}

#bioVideo-btn {
  	background: transparent url(/Assets/myw/images/icon-play-mini@2x.png) 0 48% no-repeat;
  	background-size: 17px;
}

/* High Res Devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  
  /*//// Global ////*/
  
  .icon-x {
  	background: transparent url(/Assets/myw/images/icon-x@2x.png) 0 0 no-repeat;
  	background-size: 7px;
  }
  
  .icon-reset {
  	background: transparent url(/Assets/myw/images/icon-reset@2x.png) 0 0 no-repeat;
  	background-size: 10px;
  }
  
  .label-reset {
  	background-image: url(/Assets/myw/images/icon-reset@2x.png);
  	background-size: 10px;
  }
  
  ul.checked-list li {
  	background: transparent url(/Assets/myw/images/icon-check@2x.png) 0 50% no-repeat;
  	background-size: 14px 10px;
  }
  
  #loadingOverlay .loader {
  	background: transparent url(/Assets/myw/images/MYW-loader@2x.gif) 50% 50% no-repeat;
  	background-size: 50px;
  }
  
  .video-thumb .video-poster .overlay .icon {
  	background: transparent url(/Assets/myw/images/icon-play@2x.png) 0 0 no-repeat;
  	background-size: 60px 60px;
  }
  
  /*// Buttons //*/
  
  .btn-play-cta {
  	background-image: url(/Assets/myw/images/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  .btn-play-cta:hover {
  	background-image: url(/Assets/myw/images/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  .btn-play-cta:focus,
  .btn-play-cta:active,
  .btn-play-cta.active {
  	background-image: url(/Assets/myw/images/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  /*// Accordion //*/
  
  .panel-title a.collapsed {
  	background: transparent url(/Assets/myw/images/icon-collapse-plus@2x.png) 0 19px no-repeat;
  	background-size: 11px;
  }
  
  .panel-title a {
  	background: transparent url(/Assets/myw/images/icon-collapse-minus@2x.png) 0 19px no-repeat;
  	background-size: 11px;
  }
  
  /*//// Structure ////*/
  
  .texture {
  	background-size: 175px;
  }
  
  /*// Forms //*/
  
  select.form-control {
  	background: #ffffff url(/Assets/myw/images/arrow-down@2x.png) no-repeat right 40px center;
  	background-size: 12px 6px;
  }
  
  .radio-icon {
  	background: transparent url(/Assets/myw/images/icon-radio@2x.png) 0 0 no-repeat;
  	background-size: 33px;
  }
  
  .label-radio-lg {
  	background: transparent url(/Assets/myw/images/radio-lg@2x.png) 0 0 no-repeat;
  	background-size: 24px;
  }
  
  input[type="radio"]:checked + .label-radio-lg {
  	background: transparent url(/Assets/myw/images/radio-lg-checked@2x.png) 0 0 no-repeat;
  	background-size: 24px;
  }
  
  input[type="radio"]:checked + .label-radio-lg .radio-icon { 
  	background: transparent url(/Assets/myw/images/icon-radio-checked@2x.png) 0 0 no-repeat;
  	background-size: 33px;
  }
  
  .label-checkbox {
  	background: transparent url(/Assets/myw/images/checkbox@2x.png) 0 0 no-repeat;
  	background-size: 20px;
  }
  
  input[type="checkbox"]:checked + .label-checkbox {
  	background: transparent url(/Assets/myw/images/checkbox-checked@2x.png) 0 0 no-repeat;
  	background-size: 20px;
  }
  
  .label-checkbox-sm {
  	background: transparent url(/Assets/myw/images/checkbox-sm@2x.png) 0 0 no-repeat;
  	background-size: 16px;
  }
  
  input[type="checkbox"]:checked + .label-checkbox-sm {
  	background: transparent url(/Assets/myw/images/checkbox-sm-checked@2x.png) 0 0 no-repeat;
  	background-size: 16px;
  }
  
  /*//// Header ////*/
  
  #search-btn {
  	background-image: url(/Assets/myw/images/icon-search@2x.png);
	background-size: 14px 19px;
  }
  
  #search-btn.selected {
  	background-image: url(/Assets/myw/images/icon-search-x@2x.png);
  	background-size: 14px 19px;
  }
  
  #wood {
  	background-size: 250px 40px;
  }
  
  /*//// Give a Gift ////*/
  
  .mastercard {
  	background: transparent url(/Assets/myw/images/icon-cc-mc@2x.png) 0 0 no-repeat;
  	background-size: 45px 30px;
  }
  
  .visa {
  	background: transparent url(/Assets/myw/images/icon-cc-visa@2x.png) 0 0 no-repeat;
  	background-size: 45px 30px;
  }
  
  .amex {
  	background: transparent url(/Assets/myw/images/icon-cc-amex@2x.png) 0 0 no-repeat;
  	background-size: 45px 30px;
  }
  
  /*//// Video Detail ////*/
  
  .playlist-status .playlist-icon {
  	background: transparent url(/Assets/myw/images/icon-playlist-status@2x.png) 0 50% no-repeat;
  	background-size: 17px;
  }
  
  .playlist-status .playlist-icon.added {
  	background: transparent url(/Assets/myw/images/icon-playlist-status-added@2x.png) 0 50% no-repeat;
  	background-size: 17px;
  }
  
  #comment-list .comment-reply {
  	background: transparent url(/Assets/myw/images/indent@2x.png) 5px 0 no-repeat;
  	background-size: 16px 30px;
  }
  
  #subscribeSteps .complete {
  	background: transparent url(/Assets/myw/images/icon-circlecheck@2x.png) 15px 50% no-repeat;
  	background-size: 24px 24px;
  }
  
  /*.watched-status.watched {
  	background: transparent url(/Assets/myw/images/icon-circlecheck@2x.png) 0 0 no-repeat;
  	background-size: 24px 24px;
  }*/
  
  /*//// Journey Series ////*/
  /*.video-thumb-container.watched .overlay .icon {
  	background: transparent url(/Assets/myw/images/icon-circlecheck-lg@2x.png) 0 0 no-repeat;
  	background-size: 60px 60px;
  }
  
  .video-thumb-container.watched .video-poster:hover .overlay .icon {
  	background: transparent url(/Assets/myw/images/icon-circleplay-lg@2x.png) 0 0 no-repeat;
  	background-size: 60px 60px;
  }*/
  
 .video-thumb-container.watching .overlay .icon,
 .video-thumb-container.watching .video-poster:hover .overlay .icon {
  	background: #fafbfb url(/Assets/myw/images/icon-watching@2x.png) 8px 50% no-repeat;
  	background-size: 18px 13px;
  }
  
  .resetWatched {
  	background-image: url(/Assets/myw/images/icon-reset-blue@2x.png);
  	background-size: 10px 10px;
  }
  
  /*//// User Home ////*/
  
  .video-row .js-name {
  	background: transparent url(/Assets/myw/images/icon-js-circle@2x.png) 0 50% no-repeat;
  	background-size: 20px 20px;
  }
  
  .options-container .option-watch a,
  .options-container .option-watch a:hover {
  	background-image: url(/Assets/myw/images/icon-play-sm@2x.png);
  	background-size: 19px 19px;
  }
  
  .options-container .option-playlist-manager a,
  .options-container .option-playlist-manager a:hover {
  	background-image: url(/Assets/myw/images/icon-playlist-status-added-blue@2x.png);
  	background-size: 17px 17px;
  }
  
  .options-container .option-js a,
  .options-container .option-js a:hover {
  	background-image: url(/Assets/myw/images/icon-js-circle-blue@2x.png);
  	background-size: 19px 19px;
  }
  
  .options-container .option-remove a,
  .options-container .option-remove a:hover {
  	background-image: url(/Assets/myw/images/icon-x-md@2x.png);
  	background-size: 10px 10px;
  }
  
  .options-container .option-rename a,
  .options-container .option-rename a:hover {
  	background-image: url(/Assets/myw/images/icon-pencil-blue@2x.png);
  	background-size: 15px 15px;
  }
  
  .panel-heading .options-btn {
  	background-image: url(/Assets/myw/images/arrow-down-blue@2x.png);
  	background-size: 12px 6px;
  }
  
  .btn-play-cta,
  .btn-play-cta:hover,
  .btn-play-cta:focus,
  .btn-play-cta:active,
  .btn-play-cta.active {
  	background-image: url(/Assets/myw/images/icon-play-mini@2x.png);
  	background-size: 17px;
  }
  
  /*//// Journey Series Detail ////*/
  
  .dayNumber {
  	background: transparent url(/Assets/myw/images/icon-circlecheck-sm-grey2@2x.png) 91% 50% no-repeat;
  	background-size: 18px;
  }
  
  .video-thumb-container.watched .dayNumber {
  	background-image: url(/Assets/myw/images/icon-circlecheck-sm@2x.png);
	background-size: 18px;
  }
  

}

/* High Res Devices between 849px and down */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 849px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 849px),
only screen and (min-resolution: 192dpi) and (max-width: 849px),
only screen and (min-resolution: 2dppx) and (max-width: 849px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: #689caa url(/Assets/myw/images/icon-play-white@2x.png) 6% 40% no-repeat;
		background: #689caa url(/Assets/myw/images/icon-play-white.png) 6% 40% no-repeat\9;
		background-size: 50px 50px;
	}
	
}

/* High Res Devices between 850px and up */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 850px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 850px),
only screen and (min-resolution: 192dpi) and (min-width: 850px),
only screen and (min-resolution: 2dppx) and (min-width: 850px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: transparent url(/Assets/myw/images/icon-play-blue@2x.png) 6% 40% no-repeat;
		background: transparent url(/Assets/myw/images/icon-play-blue.png) 6% 40% no-repeat\9;
		background-size: 50px 50px;
	}
	
}

/* High Res Devices 400px and down */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 400px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 400px),
only screen and (min-resolution: 192dpi) and (max-width: 400px),
only screen and (min-resolution: 2dppx) and (max-width: 400px) {
	
	/*//// Home ////*/
	
	#intro-video-launcher {
		background: #689caa url(/Assets/myw/images/icon-play-white@2x.png) 4.5% 40% no-repeat;
		background: #689caa url(/Assets/myw/images/icon-play-white.png) 4.5% 40% no-repeat\9;
		background-size: 50px;
	}
	
}

#oPlayer {
    position: relative;
    /*padding-top: 56.25%;*/
    height: 0;
    overflow: hidden;
}

#oPlayer .innerWrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

#oPlayer .innerWrapper iframe,   
#oPlayer .innerWrapper object,  
#oPlayer .innerWrapper embed,
#oPlayer .innerWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**********************************/
/* Modal busy indicators */
/***********************************/
.modalOverlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; filter: alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75; background-color: #333333; z-index: 9000; }

#busyIndicator { height: 100px; width: 100px; background-color: White; filter: alpha(opacity=100); /*IE's opacity */
    opacity: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: fixed; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px; z-index: 9001; }

#busyIndicator img { position: absolute; left: 50%; top: 50%; height: 30px; width: 30px; margin-top: -15px; margin-left: -15px; }



/*400px - 640px*/
#bioVideo-btn {
	background: transparent url(/assets/myw/images/icon-play-mini.png) 0 48% no-repeat;
	cursor: pointer;
	display: inline-block;
	margin: 1.5em 0;
	padding-left: 22px;
}

