/* fonts */

@font-face {
	font-family: "Gotham A";
	src: url(../fonts/font2);
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family: "Gotham B";
	src: url(../fonts/font3);
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family: "Gotham A";
	src: url(../fonts/font4);
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family: "Gotham B";
	src: url(../fonts/font5);
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family: "Gotham A";
	src: url(../fonts/font6);
	font-weight:400;
	font-style:italic;
}
@font-face {
	font-family: "Gotham B";
	src: url(../fonts/font1);
	font-weight:400;
	font-style:italic;
}
@font-face {
	font-family: "Gotham A";
	src: url(../fonts/font7);
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family: "Gotham B";
	src: url(../fonts/font8);
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family: "Gotham A";
	src: url(../fonts/font9);
	font-weight:800;
	font-style:normal;
}
@font-face {
	font-family: "Gotham B";
	src: url(../fonts/font10);
	font-weight:800;
	font-style:normal;
}
@font-face {
	font-family: gotham_boldregular;
	src: url(../fonts/ufonts.com_gotham-bold-webfont.eot);
 src: url(../fonts/ufonts.com_gotham-bold-webfont.eot) format('embedded-opentype'), url(../fonts/ufonts.com_gotham-bold-webfont.woff) format('woff'), url(../fonts/ufonts.com_gotham-bold-webfont.ttf) format('truetype'), font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: gotham_bookregular;
	src: url(../fonts/ufonts.com_gotham-book-webfont.eot);
	src: url(../fonts/ufonts.com_gotham-book-webfont.eot) format('embedded-opentype'), url(../fonts/ufonts.com_gotham-book-webfont.woff2) format('woff2'), url(../fonts/ufonts.com_gotham-book-webfont.woff) format('woff'), url(../fonts/ufonts.com_gotham-book-webfont.ttf) format('truetype'), url(../fonts/ufonts.com_gotham-book-webfont.svg#gotham_bookregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: gotham_mediumregular;
	src: url(../fonts/ufonts.com_gotham-medium-webfont.eot);
	src: url(../fonts/ufonts.com_gotham-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/ufonts.com_gotham-medium-webfont.woff2) format('woff2'), url(../fonts/ufonts.com_gotham-medium-webfont.woff) format('woff'), url(../fonts/ufonts.com_gotham-medium-webfont.ttf) format('truetype'), url(../fonts/ufonts.com_gotham-medium-webfont.svg#gotham_mediumregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: gotham_lightregular;
	src: url(../fonts/ufonts.com_gotham-light-webfont.eot);
	src: url(../fonts/ufonts.com_gotham-light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/ufonts.com_gotham-light-webfont.woff2) format('woff2'), url(../fonts/ufonts.com_gotham-light-webfont.woff) format('woff'), url(../fonts/ufonts.com_gotham-light-webfont.ttf) format('truetype'), url(../fonts/ufonts.com_gotham-light-webfont.svg#gotham_lightregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: gotham_cbold;
	src: url(../fonts/gotham-condensed-bold.eot);
	src: url(../fonts/gotham-condensed-bold.eot) format('embedded-opentype'), url(../fonts/gotham-condensed-bold.woff) format('woff'), url(../fonts/gotham-condensed-bold.ttf) format('truetype'), url(../fonts/gotham-condensed-bold.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
body {
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	color: #4e4e4e;
	font-size: 16px;
	line-height: 31px;
}
h2 {
	color: #000;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 21px;
	line-height: 35px;
	margin-bottom: 28px;
}
h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:0;
}
/* header */
.global-nav-container {
	z-index: 9999;
	position: fixed;
	width: 100%;
	background-color: #ffffff;
}
.global-nav {
	background-color: #ffffff;
	border: 0;
	padding: 12px 0px 7px;
	margin-bottom: 0;
}
.navbar-header {
	float: left;
}
.global-nav .navbar-header .navbar-brand {
	width: 185px;
	height: auto;
	transition: all .4s;
}
.global-nav .nav-container .navbar-nav.nav>li {
	padding: 0 20px 0 35px;
	line-height: 34px;
	display: inline-block;
}
.global-nav .nav-container .navbar-nav.nav>li:first-child {
	padding-left: 0;
}
/*.global-nav .nav-container .navbar-nav.nav>li:last-child {
	padding-right: 0;
}*/
.global-nav .nav-container .navbar-nav.nav>li>a {
	font-size: 14.5px;
	text-decoration: none;
	color: #808080;
	padding: 0;
	line-height: 34px;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}
.global-nav .nav-container .navbar-nav.nav>li>a:after {
	display: block;
	content: '';
	border-bottom: 2px solid transparent;
}
.global-nav .nav-container .navbar-nav.nav>li>a:hover {
	background: transparent none;
	font-style: normal;
	font-weight: normal;
	border-bottom: 2px solid;
}
.global-nav .nav-container .navbar-nav.nav>li.active>a {
	border-bottom: 2px solid;
}
/*.global-nav .nav-container .navbar-nav.nav>li>a:hover:after {
	border-color: #808080;
}*/
.global-nav .navbar-nav {
	padding: 8px 0;
	margin:0;
}
.navbar-collapse.nav-container.collapse {
	display: block;
	float: right;
	padding-right: 0;
}
.global-nav .nav-container .nav>li>a:focus, .global-nav .nav-container .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
/* footer */
.global-footer {
	background-color: #062233;
}
.global-footer .footer-list {
	margin-top: 40px;
	margin-bottom: 40px;
}
.global-footer .footer-list .footer-heading {
	color: #808080;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}
.global-footer .footer-list ul {
	margin-bottom: 0;
}
.global-footer .footer-list ul li {
	display: block;
	margin-top: 20px;
}
.global-footer .footer-list ul li a {
	color: #ffffff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
.global-footer .footer-list ul li a:hover {
	color: #4fa2d2;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
}
.global-footer .global-image {
	margin-top: 40px;
	margin-bottom: 0;
	float: right;
}
.global-footer .copyright-text {
	margin-top: 0;
	margin-bottom: 40px;
}
.global-footer .copyright-text {
	color: #889ba9;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}
.parbase.globalfooter .container {
	padding: 0;
}
.custom-part2 {
	padding-left: 0;
}
.global-footer .col-xs-12 {
	padding: 0;
}
/* section header */
.section-header {
/*  background-color: #eee;
	padding-top: 133px;
*/
    padding-top: 160px;
}
.section-header .col-md-12 {
    border: 8px solid #f0fedd;
}
.section-header.video-section .col-md-12,
.section-header.webcast-section .col-md-12 {
    border: none;
}
.custom-section-text {
	padding-top: 16px;
}
.section-header h1 {
	font-size: 78px;
	font-weight: bold;
	line-height: normal;
	color: #7cd41e;
	margin-bottom: -10px;
}
.section-header h3 {
	color: #000;
	margin: 0;
	font-size: 23px;
	font-weight: normal;
	line-height: normal;
}
.section-header h2 {
	color: #000;
	margin: 0 0 17px;
	font-size: 35px;
	font-weight: normal;
	line-height: normal;
}
.section-header .pre-order-book h3.pre-order-title{
	margin-bottom: 28px;
	font-weight: bold;
}
.custom-offer-page .custom-section-text {
    padding-left: 30px;
    padding-right: 30px;
}
a.btn-green {
	background-color: #7ed320;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 2px;
	min-width: 170px;
	text-align: center;
	line-height: 36px;
	text-decoration: none !important;
	transition: all ease .5s;
	padding: 0 10px;
	margin-bottom:10px;
}
a.btn-green:hover {
	background-color:#5FA119;
}
.section-header ul {
	list-style: none;
	padding: 35px 0 47px 0;
	margin: 0;
}
.section-header ul li {
	display: inline-block;
	padding-right: 27px;
}
.section-header ul li:last-child, .get-better ul li:last-child {
	padding-right: 0;
}
.custom-section-img img {
    position: absolute;
    top: -65px;
    left: 20px;
    display: inline-block;
}
.pre-order-book {
    padding-top: 30px;
}
.section-webcast .custom-section-img img {
    position: absolute;
    top: 65px;
    left: auto;
    display: inline-block;
    right: -40px;
}
.offer-section {
	background-color: #fff;
}
.offer-section .custom-section-img {
	text-align: center;
}
.offer-section .custom-section-img img {
	position:relative;
}
.video-section {
	background-image: url(../images/video%20page%20hero%20image%20background.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
}
/* pre-order-img */

.pre-order-img {
	padding: 90px 0 100px;
}
.pre-order-img ul {
	list-style: none;
	padding: 20px 0 35px 0;
	margin: 0;
	text-align: center;
}
.pre-order-img ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
}
.pre-order-img ul li img {
	opacity: 0.7;
	transition: all ease 0.5s;
	cursor: pointer;
}
.pre-order-img ul li img:hover {
	opacity: 1;
}
.pre-order-img ul li:first-child {
	padding-left: 0;
}
.pre-order-img ul li:last-child {
	padding-right: 0;
}
p.pre-order-text {
	font-size: 14px;
	text-align: center;
	color: #000;
	position: relative;
}
p.pre-order-text:before {
	content: "";
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 14px;
}
p.pre-order-text span {
	background: #fff;
	position: relative;
	padding: 0 10px;
}
.get-better ul {
	list-style: none;
	padding: 35px 0 47px 0;
	margin: 0;
}
.get-better ul li {
	display: inline-block;
	padding-right: 27px;
}
/* testimonial */
.testimonial {
	text-align: center;
	padding: 50px 0;
}
.testimonial p {
	color: #9e9e9e;
	font-size: 34px;
	line-height: 55px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 100px 124px;
}
/* limited time */
.limited-time-order {
	padding-top: 100px;
}
.offer-limited-oder{
	padding-top: 0px;
	padding-bottom: 100px;
}
.limited-time-order .container {
	border: 8px solid #f0fedd;
	text-align: center;
	position: relative;
	padding: 45px;
}
.limited-time-order .container img.img1 {
	position: absolute;
	left: -15%;
	top: 12%;
}
.limited-time-order p {
	color: #000;
	line-height: normal;
	max-width: 57%;
	margin: 25px auto 0px;
}
.limited-time-order p span{
	display: block;
    color: #b5b5b5;
	padding-top: 2px;
}
.limited-time-order .container img.img2 {
	position: absolute;
	top: 15%;
	right: -2%;
}
/* about section */
.about-heading h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.about-text h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 28px;
}
.about-text ul {
    position: static !important;
    float: left;
    width: 50%;
}
.about-text ul li {
    color: #000;
    display: block !important;
}
.about-text h3 {
    margin-top: 0;
}
.about-text h6 {
    clear: both;
    overflow: hidden;
    padding-top: 25px;
}
.about-text h2 strong {
    font-weight: 500;
    font-style: italic;
}
.about-author {
	z-index:2;
}
.about-img {
	display: block;
	position: relative;
}
.about-img img {
	width: 100%;
}
.about-section p {
	margin-bottom: 35px;
}
.about-section ul {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0;
	display: inline-block;
	margin: 0;
	padding: 2px 3px;
}
.about-section ul li {
	display: inline-block;
}
.about-section ul li a {
	background-color: #afafaf;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	line-height: 37px;
	border: 1px solid #afafaf;
	transition: all 0.5s ease;
}
.about-section ul li a:hover {
	background-color: #fff;
	color: #afafaf;
}
.about-author p {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
}
.sign-up-now .container {
	position: relative;
}
.sign-up-now .container:before {
	content: "";
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
}
.sign-up-now .col-md-12 {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	float: none;
	background: #fff;
}
.sign-up-box {
	border: 10px solid #effedf;
}
.sign-up-content {
	border: 5px solid #fff;
	height: 330px;
	width: 100%;
	background: #effedf;
	padding: 0px 30px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.sign-up-content h2 {
	margin-bottom: 40px;
}
.sign-up-content p {
	color: #000;
	line-height: normal;
	margin-top: 30px;
}
.sign-up-now {
	padding: 135px 0;
}
.sign-up-now.sign-up-down {
	padding-top: 0;
}
.sign-up-now.sign-up-down .sign-up-content {
	background: white;
}
.key-practice-content {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
	text-align:center;
}
.custom-btn {
	text-align:center;
}
.key-col {
	float: left;
	width: 50%;
	text-align: center;
	min-height: 465px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 28px 30px 28px;
}
.key-col h5 {
    color: #000;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}
.key-col:nth-child(3), .key-col:nth-child(4) {
	border-bottom: none;
}

.about-key-practice .key-col:nth-child(3),.about-key-practice .key-col:nth-child(4) {
    border-bottom: 1px solid #e5e5e5;
}

.about-key-practice .key-col:nth-child(5),.about-key-practice .key-col:nth-child(6) {
    border-bottom: none;
}

.key-col:nth-child(2n) {
	border-right: none;
}
.about-btn {
	text-align: center;
}
.about-page .about-section {
	padding-top: 161px;
}

.key-webcast.key-practice{
	padding-top: 80px;	
}

/* video */
.modal-dialog {
	margin: 148px auto 0;
}
button.close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 99999999;
	background: url(../images/close.png) center center no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	opacity: 1;
}
.videoArea {
	padding-top: 55.9%;
	height: 0;
	overflow: hidden;
	margin: 0;
}
/* video section */
.custom-video-img {
	padding-top: 90px;
	text-align: center;
}
.video-play-box {
	border: 1px solid #808080;
	text-align: center;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 500px;
	margin: 0 auto;
}
.video-play-box img {
	width: 60px !important;
	height: 60px;
	cursor: pointer;
}
.video-play-box h5 {
	margin-top: 20px;
	font-size: 13px;
}
.custom-video-img p {
	font-style: italic;
	font-size: 15px;
	padding: 14px;
	line-height: normal;
	color: #000;
	max-width: 63%;
	margin: 0 auto;
}
.section-tag-line {
	padding: 100px 0 0 0;
}
.tag-text1 .col-md-6:last-child, .tag-text2 .col-md-6:last-child {
	padding-right: 0;
}
.tag-text1 .col-md-6:first-child, .tag-text2 .col-md-6:first-child {
	padding-left: 0;
}
.tag-text1, .tag-text2 {
	padding: 40px 0 40px 0;
	border-top: 1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
}
.tag-text {
    border-bottom: 1px solid #e5e5e5;
}
.tag-text-video {
    margin-top: 40px;
}
.section-tag-line ul {
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}
.section-tag-line ul li {
	display: inline-block;
	padding-right: 27px;
}
.section-tag-line ul li:last-child {
	padding-right: 0;
}
/* about_to page css */
.about_to_page .about-img img {
	width: 100%;
}
.about-key-practice .key-col a {
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: center;
}
.about-key-practice .key-col a img {
    max-width: 100%;
}

.tag-text .col-md-6 img{
	max-width:100%;
	width:100%;
}

/* about_to page css end */

/* webcast page */
.webcast-section .sign-up-content h2 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
}

.webcast-section .sign-up-content p {
    color: #000;
    line-height: normal;
    margin-top: 15px;
}

.webcast-section .sign-up-now:before {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 37%;
}

.global-nav .nav-container .navbar-nav.nav>li:last-child:hover .subchild  {
	display:block;
}

.global-nav .nav-container .navbar-nav.nav>li:last-child .subchild  {
	display: none;
}
.subchild {
    position: absolute;
    width: 203px;
    padding: 0;
    right: 0;
    list-style: none;
    background: #fff;
    padding: 15px 18px;
    box-shadow:0 4px 1px #cccbcb;
    text-align: center;
    top: 38px;
    z-index: 10;
}
.subchild li a{
	color: #a4a3a3;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; 
    text-align:center;
}
.has-child:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #929191;
    position: absolute;
    right: -13px;
    z-index: 09999;
    top: 14px;
}
#engagements {
    padding-top: 40px;
}

/* video tag-about */

.tag-about-video img {
    max-width: 100%;
}

.tag-about-video a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/play_icon_white.png);
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
}
.tag-about-video a {
    display: block;
    position: relative;
}
.tag-about-video p {
    padding-top: 20px;
}

/* media-kit */
.media-kit {
    padding: 90px 0 0;
}
.media-kit ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.media-kit ul li {
    display: block;
}
.media-kit ul li a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding-right: 5px;
}
.media-kit ul li a:hover {
    text-decoration: none;
    color: #929292;
}

/* Pre-order Book */
.pre-order-book a {
    text-decoration: none;
    color: #4e4e4e;
}
.pre-order-book a:hover{
	text-decoration: underline;
}
.pre-order-book h3 {
    margin: 0;
}
.pre-order-book h3.email-order {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 32px;
    padding-bottom: 60px;
    border-bottom: 4px solid #f0fedd;
}
.pre-order-book h3.email-order strong {
    font-style: italic;
}
.pre-order-book h3.email-order a{
	color: #7cd41e;
	font-style: normal;
}
.pre-order-book p {
    margin: 0 0 60px 0;
}
.pre-order-book img {
    float: right;
    padding-left: 90px;
}

/* mobile menu hide */
.mobile-nav-bar {
    display: none;
}


/* social share */
.social-share {
    position: fixed;
    top: 37%;
    z-index: 10;
    left: 0;
}
.social-share h3 {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}
.social-share h3 strong {
    display: block;
}
.social-share ul {
    padding: 10px 0px 10px 8px;
    margin: 0;
    list-style: none;
}
.social-share ul li {
    padding: 0 0 13px 0;
}
.social-share ul li a {
    text-transform: uppercase;
    color: #000;
    font-size: 12.5px;
    position: relative;
    display: inline-block;
}
.social-share ul li a:hover{
	text-decoration: none;
}
.social-share ul li a i {
    background: #90c668;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
}
.social-share ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 38px;
    background: #ddd;
    width: 40px;
    height: 1px;
}
.media-kit ul li a span {
    font-weight: normal;
}
/* mobile responsive */
@media(max-width:1320px) {
.limited-time-order .container img.img2 {
	right: -1%;
}
}
@media(max-width:1218px) {
.parbase.globalfooter .container {
	padding: 0 15px;
}
}
@media(max-width:1199px) {
.get-better img {
	width: 100%;
}
.key-col {
	min-height: 530px;
}
.pre-order-img ul li {
	padding-bottom:20px;
}
.section-tag-line img {
	width: 100%;
}
.video-play-box {
	width: 100%;
}
.limited-time-order .container img.img2 {
	right: 0%;
	width: 260px;
}
.limited-time-order .container img.img1 {
	left: -15%;
}
.custom-section-img img {
    top: 40px;
    left: auto;
}
}
@media(min-width:992px) {
.custom-mobile {
	display:none;
}
}
@media(max-width:991px) {
.global-nav {
	padding: 12px 15px 0px;
}
.custom-desktop {
	display:none;
}
.custom-section-text img {
	margin-bottom: 20px;
}
.section-webcast .custom-section-text img {
    max-width: 100%;
}
.custom-section-text {
	text-align: center;
	padding-top: 0;
}
.custom-offer-page .custom-section-text {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.pre-order-img ul li {
	padding: 0 10px 30px;
}
.pre-order-img ul {
	padding: 20px 0 0px 0;
}
.get-better-img img {
	width: auto;
}
.get-better-img {
	text-align: center;
	padding-bottom:20px;
}
.key-col {
	min-height: auto;
	width: 100%;
	border-right: none;
}
.key-col:nth-child(3) {
	border-bottom: 1px solid #e5e5e5;
}
.about-key-practice .key-col:nth-child(5) {
    border-bottom: 1px solid #e5e5e5;
}
.pre-order-img {
	padding: 90px 0;
}
.about-page .about-section {
    padding-top: 190px;
}
.custom-video-img {
	padding-top: 20px;
}
.tag-text1 .col-md-6:first-child, .tag-text2 .col-md-6:first-child {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.tag-text1 .col-md-6:last-child, .tag-text2 .col-md-6:last-child {
	padding-right: 0;
	padding-left: 0;
}
.section-tag-line {
	padding: 60px 0 0 0;
}
.section-header ul {
	padding: 35px 0 35px 0;
}
.about_to_page .about-text {
	float: none;
	width: auto;
}
.limited-time-order .container {
	padding: 20px 45px;
}
.limited-time-order .container img.img1 {
	position: relative;
	left: -70px;
	top: 0;
	margin-bottom: 25px;
}
.limited-time-order .container img.img2 {
	right: 0%;
	width: auto;
	position: relative;
	top: 0;
}
.limited-time-order p {
	max-width: 100%;
	margin: 25px auto 10px;
}
.pre-order-book img {
    float: none;
    padding-left: 0;
    padding-bottom: 50px;
    max-width: 100%;
}
}

@media(min-width:768px) and (max-width:1199px){
.section-webcast .custom-section-img img {
    top: 65px;
    left: auto;
    right: 0;
    width: 100%;
}
}
@media(min-width:1025px){
.social-share.social-tab {
    display: none;
}
}
@media(max-width:1024px){
.social-share.social-desktop {
    display: none;
}
.social-share ul li a:after {
    display: none;
}
.social-share ul li a {
    font-size: 14.5px;
}
.social-share ul li {
    display: inline-block;
    padding: 0 10px;
}
.social-share ul {
    padding: 0px 0 0 5px;
    display: inline-block;
}
.global-nav-container {
    box-shadow: 0px -2px 3px 3px #aaa;
}
.social-share h3 {
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
}
.social-share h3 strong {
    display: inline-block;
}
.social-share {
    position: relative;
    top: 0;
    z-index: 0;
    clear: both;
}
.section-header {
    padding-top: 220px;
}
.global-nav {
    padding: 12px 0px 0px;
}
}
@media(min-width:768px) and (max-width:991px){
.global-nav .navbar-nav {
    padding: 8px 0;
    margin: 0;
    float: none !important;
}
.navbar-collapse.nav-container.collapse {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
}
.navbar-header {
    float: none;
}
}
@media(max-width:767px) {
.global-footer .global-image {
	margin-bottom: 40px;
	float: none;
	margin-top: 0;
}
.global-nav {
    padding: 12px 0 0px;
}
.custom-logo {
    padding: 0 30px;
}
.testimonial p {
	padding: 100px 76px;
}
.custom-section-text {
	padding-top: 0;
}
.custom-video-img p {
	max-width: 100%;
}
.section-header {
    padding-top: 170px;
    padding-left: 15px;
    padding-right: 15px;
}
.pre-order-img {
	padding: 50px 0;
}
.sign-up-now {
	padding: 60px 0;
}
.key-practice-content {
	padding: 0;
}
.limited-time-order {
	padding: 60px 15px 0;
}
.offer-limited-oder{
	padding-top: 0px;
	padding-bottom: 60px;
}
.global-nav .nav-container .navbar-nav.nav>li>a {
    font-size: 13px;
}
.global-nav .nav-container .navbar-nav.nav>li {
    padding: 0 5px;
}
.tag-about-video .col-md-4 {
    padding-bottom: 40px;
}
/* mobile menu hide */
.mobile-nav-bar {
    display: block;
    padding: 0 8px;
    margin: 0;
}
/* mobile menu hide */
.desktop-nav-bar {
    display: none !important;
}
.navbar-button .navbar-toggle .icon-bar {
    background-color: gray;
    width: 32px;
    height: 1px;
    margin-top: 8px;
    transition: all .4s;
}
.navbar-button .navbar-toggle {
    padding: 5px 22px 0 0;
    margin: 0 -14px 0 0;
}
.navbar-button .navbar-toggle.cross-mark {
    margin-top: 6px;
}
.navbar-button .navbar-toggle.cross-mark .icon-bar {
    transform: rotate(45deg);
}
.navbar-button .navbar-toggle.cross-mark .icon-bar+span.icon-bar {
    transform: rotate(-45deg);
    margin-top: -1px;
}
.navbar-button .navbar-toggle.cross-mark .icon-bar:last-child {
    display: none;
}
.global-nav .navbar-nav {
    padding: 0px 0 0;
    margin: 0;
}
.global-nav .nav-container .navbar-nav {
    margin: 0;
}
.mobile-nav-bar .navbar-collapse {
    width: 100%;
    padding: 0px;
    border: none;
    text-align: center;
    background: #fff;
    top: 10px;
    position: relative;
    box-shadow: 0px 3px 7px 1px #b9b9b9;
    margin-bottom: 10px;
}
.global-nav .navbar-nav.nav>li {
    line-height: 34px;
    background-color: #3e6d89;
}
.global-nav .navbar-nav.nav>li>a {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    padding: 20px 0;
    line-height: 25px;
    background-color: #fff;
}

.global-nav .navbar-nav.nav>li>a:hover,
.global-nav .navbar-nav.nav>li.active>a {
    color: #fff;
    background-color: #dddddd;
}

.global-nav .navbar-nav.nav>li.open>a {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    background-color: #dddddd;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    color: #000;
    text-align: left;
    background: transparent;
}
ul.subchild.dropdown-menu {
    background-color: #dddddd !important;
    color: #fff;
    border-radius: 0;
    padding-top: 0;
}
.tag-text-video {
    margin-top: 0;
}
.tag-text {
    margin-bottom: 40px;
}
.social-share {
    padding-top: 7px;
}
.about-page .about-section {
    padding-top: 161px;
}
.lispace img {
    max-width: 100%;
}
}
@media(max-width: 682px){
.social-share h3 {
    font-size: 14px;
}
.social-share ul li a {
    font-size: 12.5px;
}
.social-share {
    margin-bottom: -1px;
}
.social-share ul li {
    padding: 0 0px;
}
}
@media(max-width: 550px) {
.about_to_page h2 {
	font-size: 20px;
}
.about_to_page h3 {
	font-size: 16px;
	margin-top: 0;
	line-height: 25px;
	margin-bottom: 10px;
}
.about_to_page .about-section p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
.about_to_page .about-author p {
	font-size: 11px;
	line-height: 15px;
}
.about_to_page .about-section ul {
	padding: 0px 3px;
	bottom: -1px;
}
.about_to_page .about-section ul li a {
	width: 20px;
	height: 20px;
	font-size: 11px;
	line-height:20px;
}
.about_to_page .about-text {
	float: none;
	width: auto;
}
.global-nav .nav-container .navbar-nav.nav>li {
    padding: 0 5px;
}
.section-webcast.section-header h1 {
    font-size: 42px;
}
.section-webcast.section-header h2 {
    font-size: 27px;
}
.section-webcast .sign-up-content h2 {
    font-size: 18px;
}
.section-webcast .sign-up-content p {
    font-size: 14px;
}
.global-nav .nav-container .navbar-nav.nav>li>a {
    font-size: 12px;
}
.global-nav .nav-container .navbar-nav.nav>li {
    padding: 0 3px;
}
.social-share ul li a {
    font-size: 0;
}
.social-share ul li {
    padding: 0 5px 0 5px;
}
.about-text ul {
    float: none;
    display: block;
    width: 100%;
}
}
@media(max-width:515px) {
.get-better-img img {
	width: 100%;
}
.get-better ul li {
	float: left;
}
}
@media(max-width:484px) {
.navbar-collapse.nav-container.collapse {
	padding: 0;
}
.global-nav .navbar-nav {
	padding: 0px 0;
}
.global-nav .nav-container .navbar-nav.nav>li {
	padding: 0 5px;
}
.global-nav .nav-container .navbar-nav.nav>li>a {
	font-size: 12px;
}
.navbar-header img {
	width: 120px;
}
.custom-section-text img {
	width: 100%;
}
.section-header h1 {
	font-size: 70px;
}
.about-img img {
	width: 100%;
}
.get-better ul li {
	padding-right: 5px;
}
.sign-up-now .col-md-12 {
	width: 85%;
}
.sign-up-content {
	padding: 0px 5px;
}
.section-header ul li, .section-tag-line ul li {
	padding-right: 0;
}
a.btn-green {
	min-width: auto;
	padding: 10px 10px;
	font-size: 10px;
	line-height: 20px;
}
.testimonial p {
	padding: 50px 30px;
	font-size: 25px;
	line-height: 40px;
}
.key-col {
	padding: 40px 20px 30px 20px;
}
.limited-time-order .container img.img1, .limited-time-order .container img.img2 {
	width: 80%;
}
.limited-time-order .container img.img1 {
	left: -50px;
}
}
@media(max-width:440px) {
.section-header h1 {
	font-size: 60px;
}
.section-header h3 {
	font-size: 20px;
}
.section-header h2 {
	font-size: 30px;
}
.global-nav .nav-container .navbar-nav.nav>li {
    width: 23%;
    padding: 0;
    text-align: center;
}

.navbar-collapse.nav-container.collapse {
    float: none;
    clear: both;
}
.section-webcast.section-header h1 {
    font-size: 35px;
}
.section-webcast.section-header h2 {
    font-size: 23px;
}
.social-share h3 {
    font-size: 13px;
}
.social-share ul li a i {
    width: 28px;
    height: 28px;
    line-height: 30px;
    margin-right: 0;
}
}
@media(min-width:341px) {
.small-screen {
	display:none;
}
}
@media(max-width:340px) {
.desktop-screen {
	display:none;
}
.pre-order-book {
    word-wrap: break-word;
}
.social-share ul li {
    padding: 0;
}
}
.lispace ul li
{
	margin-top: 0px;
	margin-bottom:35px;
}
