@font-face {

  font-family: 'LatoMedium';

  src: url("../fonts/Lato-Medium.eot");

  /* IE9 Compat Modes */

  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");

  font-style: normal;

  font-weight: normal;

  text-rendering: optimizeLegibility;

}

@font-face {

  font-family: 'LatoMedium';

  src: url("../fonts/Lato-MediumItalic.eot");

  /* IE9 Compat Modes */

  src: url("../fonts/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-MediumItalic.woff") format("woff"), url("../fonts/Lato-MediumItalic.ttf") format("truetype");

  font-style: italic;

  font-weight: normal;

  text-rendering: optimizeLegibility;

}

::-webkit-input-placeholder {

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

}



:-moz-placeholder {

  /* Firefox 18- */

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

}



::-moz-placeholder {

  /* Firefox 19+ */

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

}



:-ms-input-placeholder {

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

}



body {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
  background: #f9f9f9;
}



.page-title, #site_menu .navbar-brand, #hero h1, .home_section h2, #banner.banner_with_text h1, #banner_title h1, .book_section h3, .amazon_section h3, .speaker_section h3, .speaker_tabs .tab-content h2, .speaker_video h3, .tv_section .tv_content h2, .tv_bottom h2 {

  font-family: 'Passion One', cursive;

  font-weight: 400;

}



#featured h3 {

  font-family: 'LatoMedium', sans-serif;

}



.btn {

  -webkit-transition: background .4s ease;

  transition: background .4s ease;

}



#site_menu ul > li > a {

  -webkit-transition: border .4s ease;

  transition: border .4s ease;

}



#timeline .timeline_item:before, #site_footer .menu li a, #site_footer .menu li a:after {

  -webkit-transition: all .4s ease;

  transition: all .4s ease;

}



#hero, .home_section, #banner.banner_with_text, #banner_title .container, #timeline .timeline_item .timeline_content, .testimonials.testimonials_2 .slides > li .testimonials_content, .book_section ul li, .amazon_section .review, .speaker_tabs .tab-content, .tv_section .tv_content, .loop-post, .modal-header h4 {

  font-size: 24px;

  line-height: 34px;

}



a {

  color: #457fce;

}



a:focus, a:hover {

  color: #23527c;

  text-decoration: underline;

}



.text-underline {

  text-decoration: underline;

}



.btn {

  border-radius: 0px;

  border: 0px;

  text-decoration: none !important;

  max-width: 100%;

  font-size: 18px;

  padding: 8px 10px;

}



.btn-primary {

  background-color: #457fce;

  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);

  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);

  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.08), transparent);

  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.08), transparent);

  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08), transparent);

  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.08), transparent);

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent);

  color: #fff !important;

}

.btn-primary:hover {
  background-color: #457fce;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}



.btn.btn-lg {

  font-size: 24px;

  font-weight: 400;

  padding: 19px 50px;

  position: relative;

  width: 394px;

}



.btn.btn-lg .fa {

  position: absolute;

  right: 25px;

  top: 25px;

}



.form-group {

  margin-bottom: 10px;

}



.form-control {

  border-radius: 0px;

  border: 1px solid #cccccc;

  box-shadow: none;

  height: 40px;

  font-size: 18px;

}

.popup_video {
  outline: none !important;
}

textarea.form-control {

  height: 115px;

}



img.alignright {

  float: right;

  margin: 0px 0px 20px 20px;

}



img.alignleft {

  float: left;

  margin: 0px 20px 20px 0px;

}



img.aligncenter {

  float: none;

  display: block;

  margin: 0px auto 25px;

}



.clear {

  clear: both;

}



.bg_white {

  background: #fff;

}



.watch {

  margin: 0px;

  padding: 0px;

  list-style: none;

}

.watch li {

  float: left;

  margin: 0px 0px 25px;

}

.watch li a {

  width: 170px;

  height: 46px;

  background-repeat: no-repeat;

  background-position: center;

  display: block;

}

.watch li.itune a {

  background-image: url(../images/tv_itunes_button.png);

}

.watch li.amazon a {

  background-image: url(../images/tv_amazon_button.png);

}

.watch li.google_play a {

  background-image: url(../images/tv_googleplay_button.png);

}

.watch li:nth-child(2) {

  margin: 0px 25px 25px;

}



.space {

  clear: both;

  width: 100%;

}

.space.space-10 {

  height: 10px;

}

.space.space-20 {

  height: 20px;

}

.space.space-30 {

  height: 30px;

}

.space.space-40 {

  height: 40px;

}

.space.space-50 {

  height: 50px;

}



.page-title {

  margin: 0px 0px 20px;

  color: #333;

  font-size: 48px;

}

.page-title a {

  color: #333;

  text-decoration: none;

}



.container_page {

  padding: 40px 0px;

}



/*site-menu*/

#site_menu {

  background: #161922;

  border: 0px;

  border-radius: 0px;

  height: auto;

  padding: 33px 0px;

  margin: 0px 0px;

}

#site_menu a {

  text-decoration: none;

  padding: 0px 0px;

  margin: 0px 0px;
  outline: none !important;

}

#site_menu ul {

  margin: 0px;

  padding: 0px;

  list-style: 0px;

}

#site_menu ul > li {

  float: left;

  margin: 0px 0px 0px 38px;

  position: relative;

  z-index: 400;

}

#site_menu ul > li > a {

  color: #fbfbfb;

  opacity: 0.5;

  text-transform: uppercase;

  font-weight: 400;

  border: 0px;

  border-bottom: 1px solid transparent;

  white-space: nowrap;

  padding: 4px 0px;

}

#site_menu ul > li.current-menu-item > a,
#site_menu ul > li > a:hover {

  border-color: rgba(255, 255, 255, 0.5);

}

#site_menu .navbar-brand {

  font-size: 36px;

  line-height: 29px;

  color: #fff;

  white-space: nowrap;
  letter-spacing: 1px;
  height: auto;

}

#site_menu .navbar-toggle {

  background-image: url(../images/menu_toggle.png);

  background-repeat: no-repeat;

  background-color: transparent;

  background-position: center -35px;

  background-size: 32px auto;

  width: 50px;

  height: 50px;

  border: 0px;

  padding: 0px 0px;

  margin: 0px 0px;

  border-radius: 0px;

}

#site_menu .navbar-toggle.collapsed {

  background-position: center 5px;

}



/*end site-menu*/

/*hero*/

#hero {

  height: 566px;

  background-color: #161922;

  text-align: center;

  color: rgba(255, 255, 255, 0.5);

  padding: 150px 0px 0px;

  margin-top: 0px;

  position: relative;

  z-index: 350;
  overflow: hidden;
  width: 100%;
}

#hero > img {

  position: absolute;

  left: 0px;

  bottom: 0px;

  z-index: 250;

}

#hero h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  margin: 0px 0px 2px;
  letter-spacing: 2px;
}

#hero .hero-text {

  max-width: 600px;

  margin: 0px auto;

  position: relative;

  z-index: 300;

}



/*end hero*/

/*featured*/

img.featured_logos {
  
  width: auto !important;
  max-width: 90% !important;
  display: block;
  margin: 62px auto !important;

}



#featured {

  max-width: 1200px;

  margin: -86.5px auto 0px;

  background-color: #fff;

  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);

  padding: 38px 40px;

  font-size: 14px;

  line-height: 20px;

  color: rgba(68, 68, 68, 0.6);

  position: relative;

  z-index: 400;

}

#featured h3 {

  color: #222222;

  text-transform: uppercase;

  font-size: 18px;

  text-align: center;

  margin: 0px 0px 12px;

}

#featured p {

  margin: 0px 0px;

}



/*end featured*/

/*home_section*/

.home_section {

  color: rgba(68, 68, 68, 0.75);

  padding: 140px 0px;

  position: relative;

}

.home_section a {

  text-decoration: underline;

  color: rgba(68, 68, 68, 0.75);

}

.home_section h2 {

  font-size: 58px;

  line-height: 100%;

  color: #222222;

  margin: 0px 0px 15px;

}

.home_section p {

  margin: 0px 0px 30px;

}

.home_section img {

  margin: 0px 0px !important;

  max-width: 100%;

}

.home_section .button_area {

  width: 394px;

  text-align: center;

}

.home_section .button_area .btn {

  width: 100%;

  margin: 0px 0px 5px;

}

.home_section .button_area .btn_more_text {
  font-size: 18px;
  text-decoration: none;
  color: rgba(68, 68, 68, 0.7);
}
.home_section .button_area .btn_more_text:hover {
  text-decoration: underline;
}
.home_section .home_section_left {

  width: 448px;

}

.home_section .home_section_left.col-md-6 {

  width: 478px;

}

.home_section .home_section_right {

  float: right;

}

/*end home_section*/

/*home_speaking*/

#home_speaking {

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: cover;

  color: rgba(255, 255, 255, 0.75);

  padding: 175px 0px;

}

#home_speaking h2 {

  color: #fff;

}

#home_speaking .btn {

  margin-bottom: 0px;

}



/*END home_speaking*/

/*home_tv*/

#home_tv {

  background: #fff;

  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;

}

#home_tv .home_section_right {

  padding-top: 88px;

}



/*END home_tv*/

/*home_bottom*/

#home_bottom {
  padding: 105px 0px;
  position: relative;
}
#home_bottom > img {
  display: none;
}
#home_bottom .home_section_left {
  position: absolute;
  width: 42%;
  max-width: 100% !important;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/*END home_bottom*/

/*banner*/

#banner {

  clear: both;

  height: 479px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  position: relative;

}

#banner.banner_with_text {

  color: rgba(255, 255, 255, 0.7);

  height: 706px;

  padding-top: 180px;

}

#banner.banner_with_text .container {

  width: 1200px;

  padding: 0px 0px;
  padding-left: 554px;

}

#banner.banner_with_text h1 {

  color: #fff;

  font-size: 72px;

  line-height: 70px;

  margin: 0px 0px 14px;

}

#banner.banner_with_text p {

  margin-bottom: 30px;

}

#banner.banner_speaker {

  background-size: auto;

  background-position: right bottom;

  background-color: #244765;

  min-height: 379px;
  height: auto;

  padding: 52px 0px;

}
#banner.banner_speaker .container {
  padding-right: 300px;
}
#banner.banner_speaker p {

  font-size: 36px;

  line-height: 52px;

  color: rgba(255, 255, 255, 0.9);

  font-weight: 400;

  font-style: italic;

  margin: 0px 0px 25px;

}

#banner.banner_speaker em {

  font-weight: 300;

}

#banner.banner_speaker .banner_text {

  max-width: 815px;

}

#banner.banner_speaker h4 {

  font-size: 22px;

  color: #fff;

  font-weight: 700;

  margin: 0px 0px 0px;

  text-transform: uppercase;

  opacity: 0.95;

}

#banner.banner_speaker h4 span {

  color: #cfd3d9;

  text-transform: none;

  font-weight: 400;

}

#banner .btn_play {

  width: 130px;

  height: 130px;

  background-image: url(../images/playicon.png);

  background-repeat: no-repeat;

  background-position: center;

  position: absolute;

  left: 0px;

  top: 0px;

  bottom: 0px;

  right: 0px;

  margin: auto;

}

#banner .btn_play:hover {
  opacity: 0.9;
}

#banner_title {

  background: #fff;

  border-bottom: 1px solid #cccccc;

}

#banner_title .container {

  width: 669px;

  margin: 0px auto;

  padding: 60px 46px 0px;

  text-align: center;

  color: #848484;

  background: #fff;

  position: relative;

  top: -115px;

}

#banner_title h1 {

  font-size: 72px;

  line-height: 70px;

  margin: 0px 0px 5px;

  color: #333333;

}

#banner_title p {

  margin: 0px 0px 28px;

}

#banner_title p:last-child {

  margin-bottom: 0px;

}

#banner_title p span {

  display: inline-block;

  margin: 0px 25px;

}

#banner_title a {

  text-decoration: underline;

}



/*END banner*/

/*timeline*/

#timeline {

  max-width: 1256px;

  margin: 112px auto 0px;

  background-image: url(../images/timeline_bg.png);

  background-repeat: repeat-y;

  background-position: 32px 7px;

  padding: 0px 68px 60px;

  overflow: hidden;

}

#timeline .timeline_item {

  clear: both;

  position: relative;

  padding: 35px 0px;

}

#timeline .timeline_item:before {

  content: '';

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: #fff;

  border: 2px solid #cccccc;

  position: absolute;

  left: -44px;

  top: 40px;

  z-index: 300;

}

#timeline .timeline_item:first-child {

  padding-top: 0px;

}

#timeline .timeline_item:first-child:before {

  top: 5px;

}

#timeline .timeline_item:last-child:after {

  content: '';

  position: absolute;

  left: -43px;

  height: 100%;

  top: 60px;

  width: 20px;

  background-color: #f9f9f9;

  z-index: 250;

}

#timeline .timeline_item:hover:before {

  border-color: #848484;

}

#timeline .timeline_item .timeline_info {

  float: left;

  width: 372px;

  padding: 0px 10px 0px 0px;

  font-size: 18px;

  color: #848484;

  font-style: italic;

  font-weight: 400;

}

#timeline .timeline_item .timeline_info h3 {

  font-size: 24px;

  margin: 0px 0px 2px;

  color: #333333;

  font-weight: 700;

  font-style: normal;

}

#timeline .timeline_item .timeline_info p {

  margin: 0px;

}

#timeline .timeline_item .timeline_content {

  float: left;

  width: 740px;

  color: #848484;

  line-height: 32px;
  position: relative;
  top: -4px;
}

#timeline .timeline_item .timeline_content p {

  margin: 0px 0px 30px;

}

#timeline .timeline_item .timeline_content p:last-child {

  margin-bottom: 0px;

}

#timeline .timeline_item .timeline_content p:empty {

  display: none;

}

#timeline .timeline_item .timeline_content a {

  color: #848484;

  text-decoration: underline;

}

#timeline .timeline_item .timeline_content a:hover {

  text-decoration: none;

}

#timeline .timeline_img {

  margin: 0px -68px 0px;

  padding: 50px 0px 10px;

  clear: both;

  overflow: hidden;

}

#timeline .timeline_img table {

  border: 0px;

  padding: 0px;

  margin: 0px;

  border-spacing: 0px;

  width: 100%;

}

#timeline .timeline_img table tr td {

  padding: 0px 40px 0px 0px;

}

#timeline .timeline_img table tr td:last-child {

  padding-right: 0px;

}

#timeline .timeline_img table tr td img {

  display: inline-block;

  width: auto;

  height: auto;

  max-width: none;

}



/*END timeline*/

/*testimonials*/

.testimonials {
  clear: both;
  margin: 0px 0px;
  text-align: center;
  position: relative;
  padding: 220px 0px;
  background: #fff;
}
.testimonials .testimonials_wrap {
  position: relative;
}
.testimonials .testimonials_slides {
  max-width: 1102px;
}

.testimonials ul, .testimonials ol {

  list-style: none;

  margin: 0px 0px;

  padding: 0px 0px;

}

.testimonials ul li, .testimonials ol li {

  margin: 0px;

  padding: 0px;

  list-style: none;

  display: inline-block;

}

.testimonials .slides > li > p {

  font-size: 60px;

  font-style: italic;

  color: #333333;

  line-height: 77px;

  margin: 0px 0px 20px;

}

.testimonials .slides > li .testimonials_author {

  width: 376px;

  margin: 0px auto;

  min-height: 100px;

  position: relative;

  padding: 20px 0px 0px 136px;

  text-align: left;

}

.testimonials .slides > li .testimonials_author img {

  width: 100px;

  height: 100px;

  border-radius: 50%;

  display: inline-block;

  position: absolute;

  left: 0px;

  top: 0px;

}

.testimonials .slides > li .testimonials_author h3 {

  font-size: 18px;

  color: rgba(51, 51, 51, 0.85);

  margin: 0px 0px 4px;

  font-weight: 700;

  text-transform: uppercase;

}

.testimonials .slides > li .testimonials_author p {

  font-size: 18px;

  line-height: 20px;

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

  margin: 0px 0px 0px;

}

.testimonials .flex-prev, .testimonials .flex-next {

  position: absolute;

  top: 50%;

  z-index: 200;

  background-repeat: no-repeat;

  background-position: center;

  width: 25px;

  height: 58px;

  text-indent: -9999px;

  margin-top: -29px;

}

.testimonials .flex-prev {

  background-image: url(../images/left_arrow.png);

  left: 40px;

}

.testimonials .flex-next {

  background-image: url(../images/right_arrow.png);

  right: 40px;

}

.testimonials.testimonials_2 {
  padding: 112px 0px 280px;
}
.testimonials.testimonials_2.testimonials_tv {

  padding-bottom: 112px;

}

.testimonials.testimonials_2 .slides > li .testimonials_author {

  width: 200px;

  float: left;

  padding: 0px 0px;

}

.testimonials.testimonials_2 .slides > li .testimonials_author img {

  width: 200px;

  height: 200px;

  position: relative;

  left: auto;

  margin-bottom: 30px;

}

.testimonials.testimonials_2 .slides > li .testimonials_author h3 {

  font-size: 24px;

  color: #333;

}

.testimonials.testimonials_2 .slides > li .testimonials_content {

  width: 752px;

  float: right;

  text-align: left;

  color: rgba(51, 51, 51, 0.7);

  font-style: italic;

}

.testimonials.testimonials_2 .slides > li .testimonials_content p {

  margin: 0px 0px 30px;

}

.testimonials.testimonials_2 .slides > li .testimonials_content p:last-child {

  margin-bottom: 0px;

}

/*END testimonials*/

/*book_section*/

.book_section {
  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;

  padding: 115px 0px;

}

.book_section img.alignright {

  margin: 46px 90px 0px 0px;

}

.book_section h3 {

  color: #333333;

  font-size: 36px;

  margin: 0px 0px 0px;

}

.book_section ul {

  opacity: 0.7;

  padding: 0px;

  margin: 0px;

}

.book_section ul li {

  list-style-type: disc;

  list-style-position: outside;

  margin: 22px 0px 0px;

  line-height: 32px !important;

}



/*END book_section*/

/*amazon_section*/

.amazon_section {

  clear: both;

  background: #fff;

  text-align: center;

  padding: 160px 0px;

}

.amazon_section h3 {

  font-size: 48px;

  color: #333333;

  margin: 0px 0px;

}

.amazon_section .btn {

  margin: 45px 0px 30px;

}

.amazon_section .review {

  font-style: italic;

  color: rgba(51, 51, 51, 0.7);

  max-width: 420px;

  margin: 0px auto;

}

.amazon_section .review p {

  margin: 0px;

}

.amazon_section .review h4 {

  color: #333333;

  opacity: 0.85;

  font-size: 18px;

  font-style: normal;

  text-transform: uppercase;

  margin: 10px 0px 2px;

  font-weight: 700;

}

.amazon_section .review h4 + p {

  font-size: 18px;

  line-height: 24px;

}



/*END amazon_section*/

/*speaker_section*/

.speaker_section {

  clear: both;

  background-image: url(../images/connector_graphic.png);

  background-repeat: no-repeat;

  background-position: center;

  background-color: #fff;

  padding: 170px 0px 158px;

}

.speaker_section .container {

  max-width: 1150px;

}

.speaker_section h3 {

  font-size: 52px;
  line-height: 100%;
  color: #333333;

  text-align: center;

  margin: 0px auto 40px;
  max-width: 780px;

}

.speaker_section ul {

  list-style: none;

  margin: 0px 0px;

  padding: 0px 0px;

}

.speaker_section ul li {

  font-size: 20px;

  color: #333333;

  float: left;

  width: 33.33%;

  margin: 12px 0px;

}

.speaker_section ul li a {
  color: #333333;
}

/*END speaker_section*/

/*speaker_tabs*/

.speaker_tabs {

  clear: both;

  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;

  padding: 120px 0px;

}

.speaker_tabs .container {

  max-width: 1102px;

}

.speaker_tabs .tab_nav {

  width: 450px;

  float: left;

}

.speaker_tabs .tab_nav .btn {

  width: 100%;

}

.speaker_tabs .nav {

  border: 0px;

  padding: 16px 40px;

  margin: 0px 0px 40px;

  list-style: none;

  background: #eeeeee;

}

.speaker_tabs .nav li {

  display: block;

  background: transparent;

  padding: 0px;

  margin: 14px 0px;

  border: 0px;

  float: none;

}

.speaker_tabs .nav li a {

  display: block;

  background: transparent;

  border: 0px !important;

  font-size: 18px;

  color: #848484;

  line-height: 24px;

  padding: 6px 6px 6px 0px;
  border-radius: 0px !important;
}
.speaker_tabs .nav li a:hover {
  color: #555;
}
.speaker_tabs .nav li.active a {

  border-left: 3px solid #457fce !important;

  color: #457fce;

  padding-left: 30px;

  background: #e9e9e9;

}

.speaker_tabs .tab-content {

  width: 550px;

  float: right;

  color: rgba(51, 51, 51, 0.7);

}

.speaker_tabs .tab-content h2 {

  font-size: 48px;

  margin: 0px 0px 20px;

  color: #333333;
  line-height: 100%;

}

.speaker_tabs .tab-content p {

  margin: 0px 0px 30px;

}



/*END speaker_tabs*/

/*speaker_video*/

.speaker_video {
  border-top: 1px solid #ccc;

  text-align: center;

  padding-bottom: 78px;

}

.speaker_video h3 {

  font-size: 48px;

  margin: 75px 0px 35px;

  color: #333;

}

.speaker_video .speaker_youtube {

  width: 600px;

  height: 337px;

  display: block;

  margin: -170px auto 0px;

  position: relative;

}

.speaker_video .speaker_youtube iframe, .speaker_video .speaker_youtube video {

  width: 100%;

  height: 100%;

  border: 0px;

}



/*END speaker_video*/

/*show_links*/

.show_links {

  clear: both;

  background: #fff;

  border-bottom: 1px solid #ccc;

}

.show_links table {

  border: 0px;

  border-spacing: 0px;

  width: 100%;

}

.show_links table tr td {

  width: 33.333%;

  text-align: center;

  vertical-align: middle;

  padding: 30px 10px;

}

.show_links table tr td:nth-child(2) {

  border-left: 1px solid #ccc;

  border-right: 1px solid #ccc;

}

.show_links table tr td:hover {

  background: #eee;

}

.show_links table tr td a {

  display: block;

}



/*END show_links*/

/*tv_section*/

.tv_section {

  clear: both;

  position: relative;

  padding: 128px 0px;

  border-bottom: 1px solid #ccc;

}

.tv_section > img {

  position: absolute;

  top: 0px;

  right: 0px;

  width: auto;

  height: 100%;

}

.tv_section .tv_content {

  width: 560px;

  color: rgba(68, 68, 68, 0.75);

}

.tv_section .tv_content h2 {

  font-size: 58px;

  margin: 0px 0px 15px;

  color: #222222;

}

.tv_section .tv_content a {

  color: rgba(68, 68, 68, 0.75);

  text-decoration: underline;

}

.tv_section .tv_content p {

  margin: 0px 0px 30px;

}

.tv_section .tv_content .watch_it {

  margin-bottom: 12px;

}

.tv_section .tv_content .review {

  clear: both;

  background: #eeeeee;

  padding: 30px 35px;

}

.tv_section .tv_content .review > p {

  font-size: 24px;

  line-height: 32px;

  color: rgba(34, 34, 34, 0.7);

  font-style: italic;

}

.tv_section .tv_content .review > p span {

  display: inline-block;

  font-weight: 700;

  font-style: normal;

  color: rgba(34, 34, 34, 0.8);

  text-transform: uppercase;

  font-size: 18px;

  margin-left: 20px;

}

.tv_section .tv_content .review ul {

  margin: 0px 0px;

  padding: 0px;

  list-style: none;

}

.tv_section .tv_content .review ul li {

  float: left;

  width: 33.33%;

  text-align: center;

  background-repeat: no-repeat;

  background-position: center top;

  font-size: 18px;

  color: rgba(34, 34, 34, 0.7);

  padding-top: 52px;

}

.tv_section .tv_content .review ul li.amazon {

  background-image: url(../images/tv_review_amazon.png);

  background-position: center 22px;

}

.tv_section .tv_content .review ul li.imdb {

  background-image: url(../images/tv_review_imdb.png);

  background-position: center 10px;

}

.tv_section .tv_content .review ul li.toma {

  background-image: url(../images/tv_review_toma.png);

}



/*END tv_section*/

/*tv_bottom*/

.tv_bottom {

  text-align: center;

  background-image: url(../images/tv_bottom_bg.png);

  background-repeat: no-repeat;

  background-position: center;

  font-size: 24px;

  line-height: 32px;

  padding: 190px 0px;

  color: #848484;

  border-top: 1px solid #ccc;

}
.tv_bottom .container {
  max-width: 490px;
}

.tv_bottom h2 {

  font-size: 58px;

  color: #222222;

  margin: 0px 0px 20px;

}

.tv_bottom p {

  margin: 0px 0px 0px;

}

.tv_bottom a {

  text-decoration: underline;

}



/*END tv_bottom*/

/*loop-post*/

.loop-post {

  clear: both;

  max-width: 800px;

  margin: 60px auto;

  text-align: center;

}



/*loop-post*/

/*entry-content*/

.entry-content {

  font-size: 16px;

}

.entry-content p {

  margin: 0px 0px 30px;

}

.entry-content p img {

  margin-bottom: 0px;

}

.entry-content p blockquote {

  margin-bottom: 0px;

}

.entry-content ul, .entry-content ol {

  margin: 0px 0px;

}

.entry-content ul li, .entry-content ol li {

  margin: 0px 0px 25px;

}

.entry-content img {

  max-width: 100%;

  height: auto;

}

.entry-content h1 {

  font-size: 36px;

  padding: 29px 0px 10px;

  margin: 0px 0px 15px;

}

.entry-content h2 {

  font-size: 25px;

  margin: 0px 0px 30px;

}

.entry-content blockquote {

  border: 0px;

  border-left: 2px solid #3c84bc;

  font-size: 20px;

  padding: 0px 0px 0px 30px;

  margin: 0px 0px 30px;

}



/*END entry-content*/

/*paging*/

ul.page-numbers {

  margin: 0px 0px 110px;

  padding: 0px;

  clear: both;

  list-style: none;

  text-align: center;

}

ul.page-numbers li {

  display: inline-block;

}

ul.page-numbers li a, ul.page-numbers li span {

  display: inline-block;

  padding: 5px 15px;

  border-bottom: 4px solid transparent;

  text-decoration: none;

}

ul.page-numbers li a:hover {

  border-color: #3c84bc;

}



/*end paging*/

/*modal*/

.modal-dialog {

  max-width: 500px;

}



.modal-content {

  border-radius: 0px;

}

.modal-content .btn {

  display: block;

  width: 100%;

}

.modal-content .contact_note {

  font-size: 18px;

  color: #333333;

  opacity: 0.7;

  text-align: center;

  margin: 0px 0px 30px;

  font-style: italic;

}

.modal-content p {

  margin: 0px 0px;

}

.modal-content img.ajax-loader {

  display: block;

  margin: 5px auto 0px !important;

}

.modal-content div.wpcf7-response-output {

  margin: 10px 0px 0px;

}



.modal-header {

  padding: 30px 10px;

  border-bottom: 1px solid #ccc;

}

.modal-header h4 {

  text-align: center;

  color: #333;

  opacity: 0.7;

  margin: 0px 20px;

}



.modal-body {

  padding: 28px 40px 40px;

  background: #f9f9f9;

}



/*END modal*/

/*site-footer*/

#site_footer {

  background: #222222;

  text-align: center;

}

#site_footer .menu {

  list-style: none;

  margin: 0px;

  padding: 0px;

}

#site_footer .menu li {

  float: left;

  width: 20%;

}

#site_footer .menu li a {

  display: block;

  font-size: 18px;

  color: rgba(255, 255, 255, 0.4);

  text-transform: uppercase;

  text-decoration: none;

  font-weight: 400;

  height: 179px;

  background: #333333;

  padding: 111px 0px 0px;

  position: relative;

}

#site_footer .menu li a:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 50px;
  height: 47px;
  top: 52px;
  opacity: 0.4;
}

#site_footer .menu li a:hover {

  background: #2e2e2e;

  color: rgba(255, 255, 255, 0.7);

}

#site_footer .menu li a:hover:after {

  opacity: 0.7;

}

#site_footer .menu li.menu_about a:after {

  background-image: url(../images/footericon_about.png);

}

#site_footer .menu li.menu_book a:after {

  background-image: url(../images/footericon_book.png);

}

#site_footer .menu li.menu_speaking a:after {

  background-image: url(../images/footericon_speaking.png);

}

#site_footer .menu li.menu_tv a:after {

  background-image: url(../images/footericon_tv.png);

}

#site_footer .menu li.menu_contact a:after {

  background-image: url(../images/footericon_contact.png);

}

#site_footer .container {

  font-size: 14px;

  color: rgba(255, 255, 255, 0.4);

  text-transform: uppercase;

  padding: 38px 0px;

}

#site_footer .container p {

  margin: 0px 40px 0px 0px;

  display: inline-block;

}

#site_footer .container a {

  color: rgba(255, 255, 255, 0.4);

}

#site_footer .container a:hover {

  color: rgba(255, 255, 255, 0.72);

}

#site_footer .container ul {

  display: inline-block;

  margin: 0px;

  padding: 0px;

  list-style: none;

}

#site_footer .container ul li {

  display: inline-block;

  margin: 0px 0px 0px 25px;

}

#site_footer .container ul li a {

  font-size: 17px;

}

#site_footer .container ul li:first-child {

  margin-left: 0px;

}



/*END site-footer*/

@media (min-width: 1199px) {

  .container {

    width: 1150px;

  }



  .container-fluid {

    padding-left: 38px;

    padding-right: 38px;

  }

  #home_book .home_section_right {
    padding-right: 80px;
  }

}

@media (max-width: 1199px) {
  .tv_section {

    padding-top: 0px;

  }

  .tv_section > img {

    position: relative;

    left: auto;

    top: auto;

    margin: 0px auto 40px !important;

    display: block;

    height: auto;

    width: auto;

  }

  .tv_section .tv_content {

    margin: 0px auto;

  }



  #timeline {

    padding-right: 15px;

  }

  #timeline .timeline_item .timeline_info {

    float: none;

    width: 100%;

    padding: 0px 0px;

    margin-bottom: 20px;

  }

  #timeline .timeline_item .timeline_content {

    float: none;

    width: 100%;

  }

  #timeline .timeline_img {
    margin: 0px -15px 0px -68px;
  }
  
  .testimonials .flex-prev {

    left: 15px;

  }

  .testimonials .flex-next {

    right: 15px;

  }

}

@media (max-width: 991px) {

  #hero {

    padding-top: 120px;

  }

  #hero > img {
    position: relative;
    left: auto;
    display: block;
    bottom: auto;
    width: 250px;
    height: auto;
  }

  #hero .hero-text {

    max-width: 90%;

  }



  #featured {

    padding-bottom: 0px;

    margin: 0 auto 0;

  }

  #featured .col-md-3 {

    padding-bottom: 38px;

  }



  #home_speaking {

    padding: 80px 0px;

  }

  

  .home_section {

    padding: 80px 0px;

  }

  .home_section img.alignleft, .home_section img.alignright {
    float: none;
    display: block;
    margin: 0px auto 70px !important;
  }

  .home_section .home_section_left, .home_section .home_section_right {
    float: none !important;
    width: 100% !important;
    padding-top: 0px !important;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  #home_bottom {
    padding-top: 660px;
  }
  #home_bottom .home_section_left {
    height: 600px;
    bottom: auto;
  }

  .speaker_tabs .tab-content {

    float: none;

    width: 100%;

    padding-bottom: 20px;

  }

  .speaker_tabs .tab_nav {
    width: 100%;
    float: none;

  }



  .book_section img.alignright {

    float: none;

    display: block;

    margin: 0px auto 40px;

  }

  .book_section ul li {

    list-style-position: inside;

  }
  
  .testimonials.testimonials_2 .slides > li .testimonials_content {

    float: none;

    width: 100%;

    margin-bottom: 30px;

  }

  .testimonials.testimonials_2 .slides > li .testimonials_author {

    float: none;

    text-align: center;

  }
  .testimonials .flex-prev, .testimonials .flex-next {
    margin-top: auto;
    top: auto;
    bottom: 15px;
  }
  .testimonials.testimonials_2 .flex-prev, .testimonials.testimonials_2 .flex-next {
    bottom: 146px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  #banner.banner_with_text .banner_text,
  #banner.banner_with_text .container,
  #featured {
    width: 940px;
  }
  #banner.banner_with_text .container {
    padding-left: 400px;
  }
  .speaker_tabs .tab_nav {
    width: 340px;
  }
  .speaker_tabs .nav {
    padding: 16px 30px;
  }
  .speaker_tabs .nav li.active a {
    padding-left: 20px;
  }
  .speaker_tabs .tab-content {
    width: 530px;
  }
  .testimonials.testimonials_2 .slides > li .testimonials_content {
    width: 640px;
  }
  #home_book .home_section_left img.alignright {
    margin-right: 68px !important;
  }
  .speaker_section .container {
    max-width: 750px;
  }
  .speaker_section ul li {
    width: 50%;
  }
}

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

  #featured,

  #banner.banner_with_text .container {

    width: 720px;

  }

  #banner.banner_with_text .container {
    padding-left: 280px;
  }

  #banner.banner_with_text .banner_text {

    width: auto;

    float: none;

  }



  .testimonials.testimonials_2 {

    padding: 100px 0px 280px;

  }
  .speaker_section ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home #site_menu {
    background: #0f1018;
  }
  .container {

    padding: 0px 0px;

    width: 90%;

    margin: 0px auto;

  }



  .modal-dialog {

    max-width: none;

  }



  .content img {

    max-width: 100%;

    height: auto;

  }

  .content img.visible-xs {

    width: 100%;

    height: auto;

    display: block;

    margin: 0px 0px;

  }



  .home #site_menu .navbar-brand {

    visibility: hidden;

  }



  #site_menu {

    padding: 10px 0px;

  }

  #site_menu .navbar-brand {

    line-height: 50px;

  }

  #site_menu .navbar-header {

    margin: 0px 0px;

  }

  #site_menu .navbar-collapse {

    border: 0px !important;

    box-shadow: none !important;

  }

  #site_menu ul > li {

    float: none;

    margin: 0px 0px;

  }

  #site_menu ul > li > a {

    padding: 10px 0px;

  }
  #site_menu ul > li.current-menu-item > a,
  #site_menu ul > li > a:hover {
    border-color: transparent !important;
    opacity: 0.8;
  }



  #hero {

    margin-top: 0px;

    padding-top: 20px;

    height: auto;

  }

  #hero > img {

    bottom: 0px;

  }



  #featured {

    width: 90%;
    top: 10px;

  }
  
  #banner {

    height: 400px;

  }

  #banner.banner_speaker {

    height: auto;

    padding-bottom: 340px;

    background-position: center bottom;

    background-size: auto 300px;

  }
  #banner.banner_speaker .container {
    padding-right: 0px;
  }

  #banner.banner_with_text {

    background: none !important;

    background-color: #333 !important;

    height: auto;

    padding: 40px 0px;

  }

  #banner.banner_with_text .container {

    width: 90%;
    padding-left: 0px;

  }
  #banner.banner_with_text h1 {

    font-size: 52px;

    line-height: 100%;

  }



  .page-id-12 #banner {

    background-position: left center;

  }



  .speaker_section ul li {

    float: none;

    width: 100%;

    text-align: center;

  }

  .speaker_video {

    width: 100%;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;

  }

  .speaker_video .speaker_youtube {

    width: 100%;

  }



  .testimonials .slides > li > p {

    font-size: 42px;

    line-height: 52px;

  }



  #banner_title .container {

    width: 90%;

  }

  #banner_title h1 {

    font-size: 62px;

    line-height: 100%;

  }

  .tv_section > img {

    width: 100%;

    height: auto;

  }

  .tv_section .tv_content {

    width: auto;

  }

  .show_links table, .show_links tbody, .show_links tr, .show_links td {
    display: block;
  }
  .show_links table tr td {
    width: 100%;
  }
  .show_links table tr td:nth-child(1) {
    padding: 44px 0px;
  }
  .show_links table tr td:nth-child(2) {
    border: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
  }
  .show_links table tr td:nth-child(3) {
    padding: 46px 0px;
  }

  #timeline .timeline_img table tr td img {

    height: 220px;

  }



  #site_footer .menu li {

    width: 50%;

  }

  #site_footer .menu li:last-child {

    width: 100%;

    clear: both;

  }

}

@media (max-width: 480px) {

  .btn.btn-lg {

    max-width: 100%;

    padding: 19px 5px;

  }

  .btn.btn-lg .fa {

    right: 10px;

    display: none;

  }

  #hero h1 {
    font-size: 62px;
    line-height: 100%;
  }



  .home_section h2 {

    font-size: 52px;

    line-height: 100%;

  }

  .home_section .button_area {

    width: 100%;

  }

  #home_bottom {
    padding-top: 0px;
  }
  #home_bottom > img {
    display: block !important;
    margin-bottom: 40px !important;
  }
  #home_bottom .home_section_left {
    display: none !important;
  }

  .testimonials {

    padding-top: 100px;

    padding-bottom: 100px;

  }

  .testimonials.testimonials_2 {

    padding-bottom: 200px;

    padding-top: 100px;

  }

  .testimonials.testimonials_2.testimonials_tv {

    padding-top: 100px;

    padding-bottom: 100px;

  }

  .testimonials .slides > li .testimonials_author {

    width: auto;

    padding: 0px 0px;

    text-align: center;

  }

  .testimonials .slides > li .testimonials_author img {

    position: relative;

    left: auto;

    top: auto;

    margin-bottom: 10px !important;

    width: 100px !important;

    height: 100px !important;

  }
  
  .testimonials .slides > li > p {

    font-size: 30px;

    line-height: 40px;

  }

  .testimonials .flex-prev, .testimonials .flex-next {
    bottom: 84px;
  }
  .testimonials.testimonials_2 .flex-prev, .testimonials.testimonials_2 .flex-next {
    bottom: 76px;
  }

  .speaker_video .speaker_youtube {

    height: 200px;

    margin-top: -100px;

  }

  .speaker_video h3 {

    margin: 40px 0px;

  }



  #site_footer .container p {
    margin-right: 30px;
  }



  #banner_title .container {

    /* padding: 40px 26px 0px; */
    padding: 40px 26px;
    top: 0;

  }

  #banner_title h1 {

    font-size: 52px;

  }

  #banner_title p span {

    display: block;

    margin: 0px 0px;

    text-indent: -9999px;

    height: 1px;

  }

  #timeline {

    background-position: 20px 7px;

    padding-left: 50px;

  }

  #timeline .timeline_item:before {

    left: -38px;

  }

  #timeline .timeline_img {

    margin-left: -50px;

  }
  #timeline .timeline_img table tr td {
    padding: 0px;
    width: 100%;
  }
  #timeline .timeline_img table tr td img {
    width: 100%;
    height: auto;
    display: block;
  }
  #timeline .timeline_img table tr td:not(:nth-child(1)) {
    display: none;
  }

  .watch li {

    float: none;

    margin: 0px 0px 20px !important;

  }

  .watch li a {
    margin: 0px auto;
  }

  .tv_section .tv_content .review p > span {

    display: block;

    margin: 0px 0px;

  }

  .tv_section .tv_content .review ul li {

    float: none;

    width: 100%;

    margin: 5px 0px;

  }



  .speaker_tabs,

  .amazon_section,

  .speaker_section,

  .tv_bottom {

    padding: 100px 0px;

  }



  .tv_section {

    padding-bottom: 100px;

  }



  .modal-body {

    padding: 28px 20px 20px;

  }



  .speaker_tabs .nav {

    padding: 16px 30px;

  }



  #banner .btn_play {

    width: 80px;

    height: 80px;

    background-size: 100% auto;

  }

}