/* Mini-Office Outlet LCW styles */

body {
    counter-reset: span section-tour-its-easy;
}

@font-face {
	font-family: 'Calibri';
	src: url('../../../../assets/common/fonts/Calibri/calibri.eot');
	src: url('../../../../assets/common/fonts/Calibri/calibri.woff') format('woff'),
		 url('../../../../assets/common/fonts/Calibri/calibri.ttf') format('truetype'),
		 url('../../../../assets/common/fonts/Calibri/calibri.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri Bold';
	src: url('../../../../assets/common/fonts/Calibri/calibrib.eot');
	src: url('../../../../assets/common/fonts/Calibri/calibrib.woff') format('woff'),
		 url('../../../../assets/common/fonts/Calibri/calibrib.ttf') format('truetype'),
		 url('../../../../assets/common/fonts/Calibri/calibrib.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

form .error-text {
	display: none;
	color: #9c190f;
	line-height: 1;
	padding-left: 15px;
}

form .col-sm-5 {
	text-align: left;
}

/* page loader for moo =====================================*/

.global-loading-page {
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: url('/assets/common/images/img-logo-freedom-project_5.gif?132663213') no-repeat center center #332d2d5e;
}

/* webinar registration index page ================================================ */

.webinar-index-header,
.webinar-confirmation-header {
	background: url(../images/bg/bg-green-repeated01.jpg);
}

.webinar-index-header .sky,
.webinar-confirmation-header .sky {
	background: url(../images/bg/bg-sky01.jpg) repeat-x top left;
}

.webinar-index-header .brown-zig-zag,
.webinar-confirmation-header .brown-zig-zag {
	background: url(../images/bg/bg-brown-zig-zag01.png) repeat-x bottom left;
}

.webinar-index-header .container,
.webinar-confirmation-header .container {
	padding-top: 40px;
	padding-bottom: 50px;
}

.webinar-index-header h1 {
	font-family: FontCalibriBold, Arial, Helvetica, sans-serif;
	text-shadow: 0px 2px 0px #2E6792;
	font-size: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 55px
}

.webinar-index-header h1 span,
.webinar-confirmation-header h1 span {
	font-size: 23px;
}

.webinar-index-header h1.moo-super-replay {
	font-size: 38px;
}

.webinar-index-header h1.moo-super-replay span,
.webinar-confirmation-header h1.moo-super-replay span {
	font-size: 28px;
}

.webinar-index-header img,
.webinar-confirmation-header img {
	margin-top: 70px;
	margin-bottom: 30px;
}

.webinar-index-header .form-horizontal,
.webinar-index-bottom .form-horizontal {
	background: #12A6E6;
	border-radius: 10px;
	padding: 25px 30px 15px;
	max-width: 480px;
	margin: 0px auto;
}

.webinar-index-header .form-horizontal p,
.webinar-index-bottom .form-horizontal p {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
	color: #fff;
}

.webinar-index-header .form-horizontal p span,
.webinar-index-bottom .form-horizontal p span {
	font-weight: normal;
	font-size: 24px;
}

.webinar-index-header .form-horizontal label,
.webinar-index-bottom .form-horizontal label {
	color: #FFFFFF;
	text-align: left;
	padding-right: 0px;
}

.webinar-index-header .form-horizontal .form-control,
.webinar-index-bottom .form-horizontal .form-control {
	height: 30px;
	border-radius: 0px;
	border: 1px solid #ABACAE;
}

.webinar-index-header .form-horizontal .btn,
.webinar-index-bottom .form-horizontal .btn {
	color: #01508a;
	font-family: FontCalibriBold, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 5px #333;
	background: -webkit-linear-gradient(#FFEB00, #EF9F00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFEB00, #EF9F00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFEB00, #EF9F00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFEB00, #EF9F00); /* Standard syntax */
}

.webinar-index-header .form-horizontal .btn:hover,
.webinar-index-bottom .form-horizontal .btn:hover {
	background: -webkit-linear-gradient(#EF9F00, #FFEB00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#EF9F00, #FFEB00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EF9F00, #FFEB00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EF9F00, #FFEB00); /* Standard syntax */
}

.webinar-index-bottom {
	background: url(../images/bg/bg-brown-square01.jpg);
}

.webinar-index-bottom .container {
	padding-top: 50px;
	padding-bottom: 80px;
	color: #FFFFFF;
}

.webinar-index-bottom h2 {
	font-family: FontCalibriBold, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 55px
}

.webinar-index-bottom ul {
	margin-left: 35px
}

.webinar-index-bottom ul li {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	list-style-type: none;
	background: url(../images/img/img-bullet-point02.png) no-repeat left center;
	padding: 5px 0px 5px 45px;
	margin-bottom: 40px;
}

.webinar-index-bottom .fb-like-box {
	margin: 30px auto 80px;
	max-width: 500px;
}

.webinar-index-bottom .copyright {
	font-size: 12px;
    color: #F7AA1F;
    padding: 80px 0px 30px;
}

.webinar-index-bottom .copyright a,
.webinar-confirmation-bottom .copyright a {
	color: #9EB111;
}

.webinar-error-noti {
	color: #C81A10 !important;
    padding: 5px;
    background-color: #f2dede;
    font-size: 14px;
    border: 0px;
    width: auto;
}

.webinar-noti-div {
	position: absolute;
	margin: auto;
	top: 71px;
	right: 0;
	left: 7px;
	padding-top: 20px;
	white-space: nowrap;
}

/* webinar confirmation page ================================================ */

.webinar-confirmation-header h1 {
	font-family: FontCalibriBold, Arial, Helvetica, sans-serif;
	text-shadow: 0px 2px 0px #2E6792;
	font-size: 60px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

.webinar-confirmation-header p {
	font-size: 14px;
	line-height: 20px;
}

.webinar-confirmation-header img {
	margin-top: 230px;
}

.webinar-confirmation-header .share .fa-border {
	background: #2BA6E2;
	color: #FFFFFF;
    border: none;
}

.webinar-confirmation-header .share .fa-border:hover {
	background: #59B9E8;
	cursor: pointer;
}

.webinar-confirmation-header .btn-facebook01 .fa-border {
	padding: .28em .51em .24em;
}

.webinar-confirmation-header .btn-twitter01 .fa-border {
	padding: .28em .33em .24em;
}

.webinar-confirmation-header .btn-google01 .fa-border {
	padding: .28em .35em .24em;
}

.webinar-confirmation-header .btn-pinterest01 .fa-border {
	padding: .28em .45em .24em;
}

.webinar-confirmation-header .copyright {
	font-size: 12px;
    color: #fff;
	padding-bottom: 300px;
}

.webinar-confirmation-header .copyright a {
	color: #fff;
}

.webinar-confirmation-bottom {
	background: url(../images/bg/bg-brown-square01.jpg);
}

.webinar-confirmation-bottom .container {
	padding-top: 60px;
	padding-bottom: 380px;
	color: #FFFFFF;
}

/* login page ===================================================================== */

.moo-login-page {
	background: url(../images/bg/img-bg-login.jpg) no-repeat scroll center top / cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	padding-top: 30px;
}

.moo-login-page .container {
	margin-top: -30px;
	padding: 0px 15px 607px;
	height: auto;
}

.moo-login-page .form {
	margin: 0px auto;
}

.moo-login-page .box-form {
	background: #11A5E5;
	color: #FFFFFF;
	margin: 0px 400px;
	padding-bottom: 15px;
	border-radius: 5px;
}

.moo-login-page p.title {
	padding: 25px 0px 0px;
	font-size: 40px !important;
	text-align: center;
	color: #FFFFFF;
}

.moo-login-page .box-form form {
	padding-top: 20px;
}

.moo-login-page .box-form .form-group {
	padding: 0px 30px;
	text-align: left;
}

.moo-login-page .box-form .forgot p {
	margin: 0px 0px -10px !important;
}

.moo-login-page .box-form .forgot p a {
	color: #FFFFFF;
}

.moo-login-page .box-form .form-group label.label {
    font-weight: normal !important;
    font-size: 16px;
    padding: 0px !important;
}

.moo-login-page .box-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    margin-top: 5px !important;
}

.moo-login-page .box-form .form-group input {
	width: 100%;
	color: #000;
}

.moo-login-page .box-form .form-group .submit {
    box-shadow: 0px 4px 0px #ac8114;
    -moz-box-shadow: 0px 4px 0px #ac8114;
    -webkit-box-shadow: 0px 4px 0px #ac8114;
    color: #20437B;
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    margin: 0px auto 0px;
    background: #FCBE1F;
}

.moo-login-page .box-form .form-group .submit:hover {
    background: #FFAB05;
}

/* recovery page ===================================================================== */

.moo-recovery-page {
	background: url(../images/bg/img-bg-moo-forgot-pass.jpg) no-repeat scroll center top / cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	padding-top: 30px;
}

.moo-recovery-page .container {
	margin-top: -30px;
	padding: 0px 15px 607px;
	height: auto;
}

.moo-recovery-page .form {
	margin: 0px auto;
}

.moo-recovery-page .box-form {
	background: #11A5E5;
	color: #FFFFFF;
	margin: 0px 400px;
	padding-bottom: 15px;
	border-radius: 5px;
}

.moo-recovery-page p.title {
	padding: 25px 0px 15px;
	font-size: 40px !important;
	text-align: center;
	color: #FFFFFF;
}

.moo-recovery-page p.sub-title {
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
}

.moo-recovery-page .p-bottom {
	padding-bottom: 25px;
}

.moo-recovery-page .box-form form {
	padding-top: 20px;
}

.moo-recovery-page .box-form .form-group {
	padding: 0px 30px;
	text-align: left;
}

.moo-recovery-page .box-form .forgot p {
	margin: 0px 0px -10px !important;
}

.moo-recovery-page .box-form .forgot p a {
	color: #FFFFFF;
}

.moo-recovery-page .box-form .form-group label {
    font-weight: normal !important;
    font-size: 16px;
    padding: 0px !important;
}

.moo-recovery-page .box-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    margin-top: 5px !important;
}

.moo-recovery-page .box-form .form-group input {
	width: 100%;
	color: #000;
}

.moo-recovery-page .box-form .contact-us {
	padding-top: 15px;
}

.moo-recovery-page .box-form .contact-us a {
	color: #FCBE1F;
}

.moo-recovery-page .box-form .form-group .submit {
    box-shadow: 0px 4px 0px #ac8114;
    -moz-box-shadow: 0px 4px 0px #ac8114;
    -webkit-box-shadow: 0px 4px 0px #ac8114;
    color: #20437B;
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    margin: 0px auto 0px;
    background: #FCBE1F;
    white-space: normal;
}

.moo-recovery-page .box-form .form-group .submit:hover {
    background: #FFAB05;
}

.alert-danger,
.errorSummary {
    color: #C81A10 !important;
    background-color: inherit;
    border: 0px;
}

.errorSummary ul {
    padding-left: 15px;
}

.checkbox01 {
	visibility: hidden;
	position: absolute;
}

.checkbox-wrap {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}

.checkbox-wrap span {
	display: inline-block;
}

.checkbox-wrap span {
	margin-left: 32px;
}

.checkbox-wrap label {
	cursor: pointer;
	position: absolute;
	min-width: 20px;
	width: 20px;
	height: 20px;
	top: 0;
  	left: 0;
	background: transparent;
	border:2px solid #FFF;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 10px;
}

.checkbox-wrap label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: transparent;
	top: 4px;
	left: 2px;
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox-wrap input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-wrap input[type=checkbox]:checked + label {
	background: #FCBE1F;
	border:2px solid #FFFFFF;
}

/* section moo lcw tour short version ================================================================ */

.section-tour-header {
	  background: url(../images/bg/bg-section-learn-to-operate01.jpg) repeat-x top;
}

.section-tour-header .noise {
    background: url(../images/bg/bg-noise01.png);
}

.section-tour-header .buildings-and-hills {
	background: url(../images/bg/bg-buildings-and-hills01.jpg) no-repeat center top;
}

.section-tour-header .container {
	width: auto;
	max-width: 940px;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
}

.section-tour-header .container h1 {
	font-family: 'Calibri Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 44px;
	text-align: center;
	letter-spacing: -1px;
	margin: 0px 0px 40px;
}

.section-tour-header .btn-group-justified .btn-default,
.section-tour-header .btn-group-justified .btn-default:focus,
.section-tour-header .btn-group-justified .btn-default:active,
.section-tour-header .btn-group-justified .btn-default:visited {
	background: none;
	border: none;
	cursor: text;
	box-shadow: none;
}

.section-tour-header .btn-group-justified {
	margin-bottom: 35px;
}

.section-tour-header .btn-group-justified span {
	position: relative;
	color: #FFFFFF;
}

.section-tour-header .btn-group-justified span:before {
	counter-increment: span;
	content: counter(span);
	position: absolute;
	color: #FFFFFF;
	width: 27px;
	height: 27px;
	background: #D97925;
	border: 2px solid #fff;
	border-radius: 15px;
	top: -5px;
	left: -30px;
}

.section-tour-header .video {
	background: url(../images/bg/bg-billboard02.png) no-repeat top center;;
	max-width: 630px;
	height: 385px;
	margin: 0px auto 44px;
	padding: 0px;
}

.section-tour-header .share-this {
	background: url(../images/bg/bg-share-holder01.png);
	width: 189px;
	height: 154px;
	position: absolute;
	bottom: 37px;
	right: 0px;
	text-align: center;
	font-size: 12px;
}

.section-tour-header .share-this p {
	margin-top: 10px;
	font-weight: bold;
	color: #50750C;
}

.section-tour-header .discover-more {
	background: url(../images/btn/btn-discover-more01.png);
	width: 340px;
	height: 95px;
	display: block;
	margin: 0px auto;
	cursor: pointer;
}

.section-tour-header .discover-more:hover {
	background-position: -345px;
}

.section-tour-profile {
	background: #3E321A;
	border-bottom: 6px solid #45B0DA;
}

.section-tour-profile .noise {
    background: url(../images/bg/bg-noise01.png);
}

.section-tour-profile .container {
	width: auto;
	max-width: 1045px;
	padding-top: 65px;
	padding-bottom: 55px;
}

.section-tour-profile .photo-name {
    color: #fff;
}

.section-tour-profile .photo-name img {
    background: #fff;
    padding: 5px;
}

.section-tour-profile .arrow {
	padding-left: 30px;
	background: url(../images/img/img-arrow-yellow-box01.png) no-repeat left 35px;
}

.section-tour-profile .message {
	padding: 20px;
	background: #FFEA5D;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 2px 1px #000;
	font-size: 14px;
}

.section-tour-profile .message h3 {
	margin-top: 0px;
	color: #52760C;
	font-size: 16px;
	font-weight: bold;
}

.section-tour-profile .message h3,
.section-tour-profile .message p {
	margin-bottom: 15px;
}

.section-tour-make-move {
	background: url(../images/bg/bg-section-learn-to-operate01.jpg) repeat-x top;
}

.section-tour-make-move .freedom-lane {
	background: url(../images/bg/bg-freedom-lane01.jpg) no-repeat top center;
}

.section-tour-make-move .noise {
	border-top: 25px solid #3995BA;
	background: url(../images/bg/bg-noise01.png);
}

.section-tour-make-move .container {
	height: 608px;
}

.section-tour-make-move img {
	margin: -60px auto 0px;
	display: block;
}

.section-tour-take-tour {
    background: #001530 url(../images/bg/bg-arrow-take-tour01.png) no-repeat top center;
    text-align: center;
    color: #FFFFFF;
}

.section-tour-take-tour .noise {
    background: url(../images/bg/bg-noise01.png);
}

.section-tour-take-tour .container {
 	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	width: auto;
	/*max-width: 940px;*/
	max-width: 966px;
	padding-top: 220px;
	padding-bottom: 90px;
}

.section-tour-take-tour h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 40px;
}

.section-tour-take-tour .text-click-button {
	font-size: 22px;
	margin-bottom: 0px;
}

.section-tour-its-easy {
    background: #808080;
	color: #FFFFFF;
	display: none;
}

.section-tour-its-easy .noise {
    background: url(../images/bg/bg-noise01.png);
}

.section-tour-its-easy .container {
 	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	width: auto;
	max-width: 600px;
	padding-top: 10px;
	padding-bottom: 40px;
}

.section-tour-its-easy h2 {
	margin-bottom: 30px;
}

.section-tour-its-easy p {
	counter-reset: p;
	font-size: 18px;
}

.section-tour-its-easy .list-item:before {
	counter-increment: section-tour-its-easy;
	content: counter(section-tour-its-easy);
	position: absolute;
	color: #FFFFFF;
	padding: 11px 17px;
	background: #001530;
	border-radius: 35px;
	top: 0px;
	left: -50px;
}

.white-space-normal {
	white-space: normal;
}

.modal-dialog-center {
	margin-top: 25%;
}

.section-tour-footer {
    background: #001530;
    text-align: center;
    color: #FFFFFF;
}

.section-tour-footer .noise {
    background: url(../images/bg/bg-noise01.png);
}

.section-tour-footer .container {
 	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	width: auto;
	max-width: 966px;
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-tour-footer a {
	color: #FFFFFF;
}

.section-tour-footer .btn-tour-form {
	 margin-bottom: 80px;
	 color: #FFFFFF;
	 background: #D26705;
	 border-top: none;
	 border-right: none;
	 border-bottom: 4px solid #793B00;
	 border-left: none;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 border-radius: 0px;
	 font-size: 30px;
}

.section-tour-footer .btn-tour-form:hover {
	background: #FA861D;
}

/* section moo lcw segmented ================================================================ */

.section-moo-lcw-segmented {
	background: url(../images/bg/bg-green-repeated01.jpg);
}

.section-moo-lcw-segmented .container {
	position: relative;
	max-width: 850px;
	display: block;
}

.section-moo-lcw-segmented .sky-and-road {
	background: url(../images/bg/bg-sky-and-road01.jpg) repeat-x top;
}

.section-moo-lcw-segmented .highway-and-buildings {
	padding: 113px 0px 50px;
	background: url(../images/bg/bg-highway-and-buildings02.jpg) no-repeat top center;
}

.section-moo-lcw-segmented .brown-zig-zag2 {
    background: url(../images/bg/bg-brown-zig-zag01.png) repeat-x bottom;
	margin-top: -70px;
	margin-bottom: -50px;
	padding-bottom: 200px;
}

.section-moo-lcw-segmented .welcome-back {
	background: #E8E8E8;
	border: 10px solid #9C9C9C;
	padding: 5px;
}

.section-moo-lcw-segmented .welcome-back .borderline {
	border: 1px solid #9C9C9C;
	padding: 40px 40px 20px;
}

.section-moo-lcw-segmented .welcome-back h3 {
	margin: 0px;
}

.section-moo-lcw-segmented .welcome-back h4 {
	margin: 20px 0px 0px;
}

.section-moo-lcw-segmented .welcome-back p {
	margin: 0px 0px 18px;
}

.section-moo-lcw-segmented .welcome-back img {
	border: 3px solid #fff;
}

.section-moo-lcw-segmented .welcome-back a {
	color: #1812FE;
}

.section-moo-lcw-segmented .welcome-back a.btn-watch {
	border: 1px solid #5B6502;
	background: #90A002;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #4A5300;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-moo-lcw-segmented .welcome-back a.btn-watch:hover {
	background: #616B01;
}

.section-moo-lcw-segmented .welcome-back a.btn-login {
	border: 1px solid #00729E;
	background: #5DAECC;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #33596E;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-moo-lcw-segmented .welcome-back a.btn-login:hover {
	background: #3588A8;
}

.section-moo-lcw-segmented .welcome-back a.btn-continue-tour {
	border: 1px solid #B46403;
	background: #FC8C04;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #666;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-moo-lcw-segmented .welcome-back a.btn-continue-tour:hover {
	background: #B46403;
}

.section-moo-lcw-segmented .audio-holder {
	background: url(../images/bg/bg-video-player01.png) no-repeat center center;
	width: 613px;
	height: 405px;
	margin: 0px auto 167px;
	padding: 22px 14px 10px 15px;
}

.section-moo-lcw-segmented .video-holder {
	background: url(../images/bg/bg-video-player01.png) no-repeat center center;
	width: 613px;
	height: 405px;
	margin: 0px auto 167px;
	padding: 22px 14px 10px 15px;
}

.section-moo-lcw-segmented .carousel {
	box-shadow: 0px 15px 20px -5px #333;
}

.section-moo-lcw-segmented .carousel-ribbon-title {
	position: relative;
	z-index: 20;
	margin: 0px auto -18px;
	display: block;
}

.section-moo-lcw-segmented .carousel .carousel-control.left span,
.section-moo-lcw-segmented .carousel .carousel-control.right span {
	color: #F3CD20;
}

.section-moo-lcw-segmented .owner {
	margin-top: 60px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #6EC6DE;
	box-shadow: 0px 15px 20px -5px #333;
}

.section-moo-lcw-segmented .owner .member-pic {
	border: 10px solid #fff;
}

.section-moo-lcw-segmented .owner h1 {
	font: bold 42px/35px FontCalibriBold, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #FFF;
}

.section-moo-lcw-segmented .owner h2 {
	font: bold 27px/20px FontCalibriBold, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #FFF;
	margin-bottom: 40px;
}

.section-moo-lcw-segmented p,
.section-moo-lcw-segmented a {
	color: #000;
}

.section-moo-lcw-segmented i {
	font-size: 20px;
}

.section-moo-lcw-segmented .segmented-video-nav {
	display: block;
	background: #F3CD20;
	margin: 60px 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 3px solid #FAD733;
	border-bottom: 3px solid #9E831C;
}

.section-moo-lcw-segmented .segmented-video-nav .col-sm-3 {
	font: bold 20px FontCalibriBold, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px 0px;
}

.section-moo-lcw-segmented .segmented-video-nav .col-sm-3 a {
	text-shadow: 0px 1px 0px #FFF;
	color: #2E344A;
}

.section-moo-lcw-segmented .segmented-video-nav .first-row {
	border-bottom: solid 1px #DDB91D;
}

.section-moo-lcw-segmented .btn-watch-whole-movie {
	display: block;
	margin: 0px auto;
	background: #EA871D;
	max-width: 450px;
	padding: 10px 15px;
	border: solid 2px #974E00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: bold 30px FontCalibriBold, Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px #6B441A;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.section-moo-lcw-segmented .btn-watch-whole-movie:hover {
	background: #ED973A;
}

.section-moo-lcw-segmented .btn-request-free-guided-tour {
	display: block;
	margin: 50px auto;
	background: #67BDD4;
	max-width: 450px;
	padding: 20px 15px;
	border: solid 2px #3E6F7C;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 26px FontCalibriBold Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px #307289;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.section-moo-lcw-segmented .btn-request-free-guided-tour:hover {
	background: #6EC6DE;
}

.moo-pop-notification {
	font-size: 14px;
	text-align: center;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 28%;
	border-radius: 0px;
	padding: 8px;
}

.moo-pop-notification p img {
	padding-right: 10px;
}

.tour-success .modal-content {
	border-radius: 0px;
	color: #323232;
}

.tour-success .modal-header {
    padding: 10px 15px;
}

.tour-success .modal-header .modal-title span {
	vertical-align: middle;
	padding-left: 10px;
}

.tour-success .modal-body {
	padding: 15px 65px;
}

.tour-success .modal-body .img-center-container {
	margin: auto;
	text-align: center;
}

.tour-success .modal-body .btn-turquoise {
	background:#00acc1;
	padding: 8px 40px;
    color: #fff;
}

.tour-success .modal-body .btn-turquoise:hover {
	text-decoration: none;
}


.footer-hub01 {
	border-top: 0px;
	padding: 70px 15px;
	background: #201a0e ;
	color: #FFFFFF;
	font-size: 16px;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-2x {
	  color: #FFF;
}

.footer-hub01 .follow-us a:hover .fa-2x .fa-stack-2x {
	color: #47d9bf ;
}

.footer-hub01 .follow-us a:focus .fa-2x,
.footer-hub01 .follow-us a:active .fa-2x {
	background: #28444f;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-1x {
	font-size: 0.8em !important;
}

.footer-hub01 .col-sm-6 {
  border-left: 2px solid #ffaa00 ;
  border-right: 2px solid #ffaa00 ;
}

.footer-hub01 a {
	color: #FFF;
	padding-right: 0px;
	outline: none;
}

.footer-hub01 ul.navbar-nav {
	width: 100%;
	border-top: 0px;
	padding-left: 20px;
}

.footer-hub01 .name-content {
	width:23%
}

.footer-hub01 .follow-content {
	width:27%
}

.footer-hub01 .link-content {
	width: 45%;
	border-left: 1px solid #ffaa00;
	border-right: 1px solid #ffaa00;
}

.footer-hub01 .link-info {
	padding: 15px;
}

.footer-hub01 .link-info .img-footer-avatar img {
	width: 70px;
	height: 70px;
	margin-top: 26px;
	margin-right: 10px;
	float: left;
	border-radius: 100%;
}

.footer-hub01 .link-info h3 {
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	padding-top: 0px;
	font-size: 24px;
	margin-top: 30px;
}

.footer-hub01 .navbar-nav li {
	float: none;
}

.footer-hub01 .navbar-nav li a {
	background: none;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
}

.footer-hub01 .navbar-nav li a:hover {
	text-decoration: underline;
}

.footer-hub01 .navbar-nav li a:focus,
.footer-hub01 .navbar-nav li a:active {
	background: #28444f;
}

.footer-hub01 .follow-us {
	padding-top: 15px;
	padding-left: 45px;
	border-top: 0px;
}

.footer-hub01 .follow-us h5 {
	font-size: 17px;
	padding-left: 5px;
	margin-bottom: 25px;
	margin-top: 0px;
}

.footer-hub01 .follow-us .fa-2x {
	font-size: 1.7em !important;
	margin-bottom: 15px;
}

.footer-hub01 .fa-circle-thinner:before {
	box-sizing: border-box;
	display: block;
	width: 1.7em;
	height: 1.7em;
	padding-top: 0.3em;
	text-align: center;
	border-radius: 100%;
	border: 1.7px solid #FFFFFF;
	font-size: 23px;
}

.footer-hub01 .follow-us .fa.fa-circle-thinner {
	color: #FFF;
}

.footer-hub01 .follow-us a:hover .fa.fa-circle-thinner:before,
.footer-hub01 .follow-us a:focus .fa.fa-circle-thinner:before,
.footer-hub01 .follow-us a:active .fa.fa-circle-thinner:before {
	color: #47d9bf;
	border: 1.7px solid #47d9bf;
}

.footer-hub02 {
	background: #2a2829 ;
	padding: 10px 15px;
}

.footer-hub02 .member-name {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f9f8f6;
	font-size: 24px;
	line-height: 54px;
}

.footer-hub02 .copyright {
	text-align: center;
	color: #FFF;
	line-height: 54px;
	font-size: 13px;
}

.footer-hub02 .copyright a {
  color: #ffaa00 ;
}

.display-480 {
	display: none;
}

.m-bottom20{
	margin-bottom: 20px;
}

.m-top10{
	margin-top: 10px;
}

.m-top15{
	margin-top: 15px;
}


@media (max-width: 1200px) {

	/* login page ===================================================================== */

	.moo-login-page .form {
	    margin: 0px 0px !important;
	}

	.moo-login-page .box-form {
		margin: 0px 250px !important;
	}

	.moo-recovery-page .form {
	    margin: 0px 0px !important;
	}

	.moo-recovery-page .box-form {
		margin: 0px 250px !important;
	}

}

@media (min-width: 1200px) {

	/* webinar registration index page ================================================ */

	.webinar-index-header .container,
	.webinar-index-bottom .container  {
		width: 1020px;
	}

	/* webinar confirmation page ================================================ */

	.webinar-confirmation-header .container {
		width: 1020px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-hub01 .container {
	    width: 100%;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 20px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
		padding-left: 25px;
	}

	.footer-hub01 .follow-us .fa-2x {
	    margin-bottom: 0px;
	}

	.footer-hub01 a {
	    padding-right: 5px;
	}

	.footer-hub01 .name-content {
	    width: 28%;
	}

	.footer-hub01 .follow-content {
		width:24%
	}
}
@media (max-width: 991px) {

	.moo-login-page .box-form {
		margin: 0px 150px !important;
	}

	.moo-recovery-page .box-form {
		margin: 0px 150px !important;
	}

	.tour-success .modal-body .img-center-container img {
		width: 100%;
	}

	.tour-success .modal-body {
	    padding: 15px;
	}

}

@media (min-width: 768px) {

	/* section moo lcw segmented ================================================================ */

	.section-moo-lcw-segmented .carousel .carousel-control.left {
		background: url(../images/btn/btn-arrow-flow-previous02.png) no-repeat center left;
		left: -42px;
	}

	.section-moo-lcw-segmented .carousel .carousel-control.right {
		background: url(../images/btn/btn-arrow-flow-next02.png) no-repeat center right;
		right: -42px;
	}

	.section-moo-lcw-segmented .carousel .carousel-control {
		opacity: 1;
	}

	.section-moo-lcw-segmented .carousel .carousel-control.left span,
	.section-moo-lcw-segmented .carousel .carousel-control.right span {
		display: none;
	}

}

@media (min-width:768px) and (max-width:991px) {

	.section-index-header #mindworks-video {
		margin-top: 30px;
	}

	.section-footer01 form .form-group .error-text {
	    margin-left: 30%;
	}

	.section-index-header form .form-group .error-text {
	    margin-left: 30%;
	}

	.footer-hub01 .container {
	    width: 100%;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 15px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
	    padding-left: 50px;
	}

	.footer-hub01 .link-content {
	    width: 40%;
	}

	.footer-hub01 .name-content {
	    width: 30%;
	}

	.footer-hub01 .link-info .img-footer-avatar img {
	    float: none;
	    margin: 0px auto;
	}

	.footer-hub01 .link-info {
	    padding: 15px 0px;
	    text-align: center;
	}

	.footer-hub01 .follow-content {
   		width: 30%;
	}
		.footer-hub02 .copyright {
	   	line-height: 24px;
	}
}

@media (max-width: 767px) {

	.moo-login-page .box-form {
		margin: 0px 50px !important;
	}

	.moo-recovery-page .box-form {
		margin: 0px 50px !important;
	}

	/* webinar registration index page ================================================ */

	.webinar-index-header .form-horizontal .btn,
	.webinar-index-bottom .form-horizontal .btn {
		font-size: 24px;
	}

	/* webinar confirmation page ================================================ */

	.webinar-confirmation-header h1 {
		font-family: FontCalibriBold, Arial, Helvetica, sans-serif;
		text-shadow: 0px 2px 0px #2E6792;
		font-size: 60px;
		text-transform: uppercase;
		color: #FFFFFF;
		font-weight: bold;
	}

	.webinar-confirmation-header p {
		font-size: 14px;
		line-height: 20px;
	}

	.webinar-confirmation-header img {
		margin-top: 50px;
	}

	/* section moo lcw tour short version ================================================================ */

	.section-tour-header .container {
		padding-top: 20px;
	}

	.section-tour-header .container h1 {
		margin: 0px 0px 20px;
	}

	.section-tour-header .btn-group-justified {
		max-width: 150px;
		width: auto;
		display: block;
		margin: 0px auto 35px;
	}

	.section-tour-header .btn-group-justified .btn-group {
		display: table-row;
	}

	.section-tour-header .btn-group-justified .btn-group .btn {
		display: table-cell;
		text-align: left;
	}

	.section-tour-header .btn-group-justified span:before {
		text-align: center;
	}

	.section-tour-header .video {
		background: none;
		height: auto;
	}

	.section-tour-header .share-this {
		display: none;
	}

	.section-tour-header .discover-more {
		display: none;
	}

	.section-tour-profile .photo-name {
		text-align: center;
		margin-bottom: 30px;
	}

	.section-tour-profile .arrow {
		padding-left: 0px;
		background: none;
	}

	.section-tour-make-move img {
		margin: -60px auto 0px;
		display: block;
		width: 100%;
	}

	.section-tour-its-easy .list-item:before {
		position: relative;
		padding: 6px 12px;
		border-radius: 35px;
		top: 0px;
		left: -5px;
	}

	/* section moo lcw segmented ================================================================ */

	.section-moo-lcw-segmented {
		background: url(../images/bg/bg-green-repeated01.jpg);
		margin-top: -100px;
	}

	.section-moo-lcw-segmented .highway-and-buildings {
		background: none;
	}

	.section-moo-lcw-segmented .brown-zig-zag2 {
		margin-top: 30px;
	}

	.section-moo-lcw-segmented .welcome-back {
		text-align: center;
	}

	.section-moo-lcw-segmented .welcome-back .borderline {
		border: 1px solid #9C9C9C;
		padding: 30px 15px;
	}

	.section-moo-lcw-segmented .audio-holder {
		background: #FFF;
		width: auto;
		padding: 22px 14px 10px 15px;
		border: 5px solid #7F7F7F;
	}

	.section-moo-lcw-segmented .video-holder {
		background: none;
		width: auto;
		margin: 0px auto 20px;
	}

	.section-moo-lcw-segmented .owner .member-pic {
		margin: 0px auto;
	}

	.section-moo-lcw-segmented .owner h1,
	.section-moo-lcw-segmented .owner h2,
	.section-moo-lcw-segmented p,
	.section-moo-lcw-segmented a {
		text-align: center;
	}

	.section-moo-lcw-segmented .segmented-video-nav .first-row {
		border-bottom: none;
	}

		.footer-hub01 .name-content {
	    width: 100%;
	}

	.footer-hub01 .follow-content {
	    width: 100%;
		text-align: center;
	}

	.footer-hub01 .follow-us .fa-2x {
	    margin-bottom: 0px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
	    padding-left: 0px;
	}

	.footer-hub01 .link-content {
	    width: 100%;
	    border-left: 0px;
	    border-right: 0px;
	    border-top: 1px solid #6b8138;
		margin-top: 25px;
		padding-top: 25px;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 15px;
	}

	.footer-hub02 .xs-100 {
		width: 100%;
    	line-height: 20px;
	}

	.footer-hub01 ul.navbar-nav {
	    margin: 0px -15px;
        padding: 0px 0px;
	}

	.footer-hub01 {
	    padding: 10px 15px 25px;
	}

	.footer-hub01 .link-info .img-footer-avatar img {
	    margin-top: 0px;
	    margin-right: 0px;
	    float: none;
	    margin: auto;
	}

	.footer-hub01 .name-content {
	    width: 100%;
	    text-align: center;
	}

	.footer-hub01 .follow-us p {
	    margin: 0px 0px;
	}


	.footer-hub02 .copyright {
	   	line-height: 20px;
	}

	.follow-content .follow-us.sm-xs-footer .sm-xs-6 {
	  width: calc(99%/4);
	}

	.follow-content .follow-us.sm-xs-footer .sm-xs-4 {
	  width: calc(99%/3);
	}

	.follow-content .follow-us.sm-xs-footer .sm-xs-default {
	  width: 2em;
	}

}

@media (max-width: 550px) {

	.moo-login-page .box-form {
		margin: 0px 0px !important;
	}

	.moo-login-page p.title {
		font-size: 35px !important;
	}

	.moo-recovery-page .box-form {
		margin: 0px 0px !important;
	}

	.moo-recovery-page p.title {
		font-size: 35px !important;
	}

	a:hover.call-out-tooltips.top.instant-access span,
	a.active.call-out-tooltips.top.instant-access span {
	    bottom: 73px;
	    left: 33%;
	}
}

@media (min-width: 481px) {

}

@media (max-width: 480px) {

	.section-tour-footer .btn-tour-form {
		font-size: 20px;
		padding: 0px;
		position: inherit;
	}

	/* section moo lcw segmented ================================================================ */

	.section-moo-lcw-segmented .video-holder {
		margin: 0px auto -110px;
	}

	.footer-hub01 .follow-us {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    max-width: 200px;
    margin: auto;
}

	.footer-hub01 ul.navbar-nav {
	    margin: 0px;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 0px;
	}

	.footer-hub02 .copyright {
	   	line-height: 24px;
	}

	.footer-hub02 .copyright .pwred {
   		float: none !important;
	}

	.display-480 {
		display: block;
	}
}

@media (max-width: 320px) {

}
