article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span12 {
  width: 960px;
}
.span11 {
  width: 878.3333333333333px;
}
.span10 {
  width: 796.6666666666666px;
}
.span9 {
  width: 715px;
}
.span8 {
  width: 633.3333333333333px;
}
.span7 {
  width: 551.6666666666666px;
}
.span6 {
  width: 470px;
}
.span5 {
  width: 388.3333333333333px;
}
.span4 {
  width: 306.66666666666663px;
}
.span3 {
  width: 225px;
}
.span2 {
  width: 143.33333333333331px;
}
.span1 {
  width: 61.666666666666664px;
}
.offset12 {
  margin-left: 1000px;
}
.offset11 {
  margin-left: 918.3333333333333px;
}
.offset10 {
  margin-left: 836.6666666666666px;
}
.offset9 {
  margin-left: 755px;
}
.offset8 {
  margin-left: 673.3333333333333px;
}
.offset7 {
  margin-left: 591.6666666666666px;
}
.offset6 {
  margin-left: 510px;
}
.offset5 {
  margin-left: 428.3333333333333px;
}
.offset4 {
  margin-left: 346.66666666666663px;
}
.offset3 {
  margin-left: 265px;
}
.offset2 {
  margin-left: 183.33333333333331px;
}
.offset1 {
  margin-left: 101.66666666666666px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.083333333333333%;
  *margin-left: 2.0312499999999996%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.083333333333333%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94791666666667%;
}
.row-fluid .span11 {
  width: 91.49305555555554%;
  *width: 91.44097222222221%;
}
.row-fluid .span10 {
  width: 82.98611111111111%;
  *width: 82.93402777777779%;
}
.row-fluid .span9 {
  width: 74.47916666666666%;
  *width: 74.42708333333333%;
}
.row-fluid .span8 {
  width: 65.97222222222221%;
  *width: 65.92013888888889%;
}
.row-fluid .span7 {
  width: 57.46527777777777%;
  *width: 57.413194444444436%;
}
.row-fluid .span6 {
  width: 48.95833333333333%;
  *width: 48.90624999999999%;
}
.row-fluid .span5 {
  width: 40.451388888888886%;
  *width: 40.39930555555555%;
}
.row-fluid .span4 {
  width: 31.944444444444443%;
  *width: 31.89236111111111%;
}
.row-fluid .span3 {
  width: 23.4375%;
  *width: 23.385416666666668%;
}
.row-fluid .span2 {
  width: 14.930555555555554%;
  *width: 14.87847222222222%;
}
.row-fluid .span1 {
  width: 6.423611111111111%;
  *width: 6.371527777777778%;
}
.row-fluid .offset12 {
  margin-left: 104.16666666666667%;
  *margin-left: 104.06250000000001%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.08333333333333%;
  *margin-left: 101.97916666666667%;
}
.row-fluid .offset11 {
  margin-left: 95.65972222222221%;
  *margin-left: 95.55555555555556%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.57638888888887%;
  *margin-left: 93.47222222222221%;
}
.row-fluid .offset10 {
  margin-left: 87.15277777777779%;
  *margin-left: 87.04861111111113%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.06944444444444%;
  *margin-left: 84.96527777777779%;
}
.row-fluid .offset9 {
  margin-left: 78.64583333333333%;
  *margin-left: 78.54166666666667%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.56249999999999%;
  *margin-left: 76.45833333333333%;
}
.row-fluid .offset8 {
  margin-left: 70.13888888888889%;
  *margin-left: 70.03472222222223%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.05555555555554%;
  *margin-left: 67.95138888888889%;
}
.row-fluid .offset7 {
  margin-left: 61.631944444444436%;
  *margin-left: 61.527777777777764%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.54861111111111%;
  *margin-left: 59.444444444444436%;
}
.row-fluid .offset6 {
  margin-left: 53.12499999999999%;
  *margin-left: 53.02083333333332%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.041666666666664%;
  *margin-left: 50.93749999999999%;
}
.row-fluid .offset5 {
  margin-left: 44.61805555555555%;
  *margin-left: 44.51388888888888%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.53472222222222%;
  *margin-left: 42.43055555555555%;
}
.row-fluid .offset4 {
  margin-left: 36.11111111111111%;
  *margin-left: 36.00694444444444%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.02777777777778%;
  *margin-left: 33.92361111111111%;
}
.row-fluid .offset3 {
  margin-left: 27.604166666666664%;
  *margin-left: 27.500000000000004%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.520833333333332%;
  *margin-left: 25.416666666666668%;
}
.row-fluid .offset2 {
  margin-left: 19.09722222222222%;
  *margin-left: 18.993055555555554%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.013888888888886%;
  *margin-left: 16.90972222222222%;
}
.row-fluid .offset1 {
  margin-left: 10.590277777777777%;
  *margin-left: 10.486111111111109%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.506944444444443%;
  *margin-left: 8.402777777777777%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.nj-modal {
  position: absolute;
  z-index: 2000;
  display: none;
  background: #eee;
  border: 1px solid #aaa;
  outline: none;
  width: 500px;
  min-height: 100px;
}
#nj-modal-backdrop {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  background: #000;
}
.nj-modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  background: #fff;
  text-align: left;
}
.nj-modal .modal-header {
  margin: 0px 20px;
  padding: 20px 0;
}
.nj-modal .modal-header .title {
  font-size: 28px;
}
.nj-modal .modal-header .highlight {
  color: #0d5fdf;
}
.nj-modal .toolbar {
  float: right;
  display: inline-block;
}
.nj-modal .toolbar a {
  cursor: pointer;
  display: inline-block;
  color: #5d6678 !important;
  text-decoration: none;
}
.nj-modal .toolbar a em {
  float: left;
  font-style: normal;
}
.nj-modal .toolbar a .btn-close {
  margin-left: 5px;
  display: block;
  float: left;
  margin-top: -2px;
}
.nj-modal .modal-body {
  text-align: center;
  text-decoration: none;
  max-height: none;
  overflow: hidden;
}
.nj-modal .btn-next {
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 35px;
  height: 50px;
  position: absolute;
  top: 282px;
  left: 640px;
  z-index: 2001;
}
.nj-modal .btn-prev {
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 35px;
  height: 50px;
  position: absolute;
  top: 282px;
  left: 222px;
  z-index: 2001;
}
.nj-modal .btn-next.twoimages {
  left: 780px;
}
.nj-modal .btn-prev.twoimages {
  left: 85px;
}
.nj-modal .step-selection {
  position: absolute;
  left: 203px;
  top: 25px;
}
.nj-modal .step-selection li {
  float: left;
  list-style: none;
  margin: 0 23px;
}
.nj-modal .step-selection li a {
  width: 76px;
  height: 76px;
  display: block;
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2001;
  /*background: url("../img/howto_step_balls.jpg");

	&.step1 {
	  background-position: 0px 0px;
	}
	&.step2 {
	  background-position: -76px -0px;
	}
	&.step3 {
	  background-position: -152px -0px;
	}
	&.step4 {
	  background-position: -228px -0px;
	}

	&.step1.active {
	  background-position: 0px -76px;
	}
	&.step2.active {
	  background-position: -76px -76px;
	}
	&.step3.active {
	  background-position: -152px -76px;
	}
	&.step4.active {
	  background-position: -228px -76px;
	}*/

}
#nj-modal-backdrop {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
body {
  min-width: 986px;
}
body #p-rcb {
  font-family: Malgun Gothic, NanumGothic, AppleGothic, Dotum, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #252f47;
}
body #p-rcb h1 {
  margin-bottom: 20px;
  font-weight: normal;
}
body #p-rcb h2 {
  font-size: 24px;
  color: #0b5ed7;
  font-weight: normal;
}
body #p-rcb h3 {
  font-size: 18px;
  color: #0b5ed7;
  font-weight: normal;
}
body #p-rcb a {
  color: #0b5ed7;
}
body #p-rcb em {
  color: #0b5ed7;
  font-style: normal;
}
body #p-rcb .clear {
  clear: both;
}
section .title {
  color: #0b5ed7;
}
section .subtitle {
  color: #000066;
}
section p {
  color: #252f47;
}
section span.description {
  color: #5d6678;
}
.link-arrow-right span {
  float: left;
}
.icon-arrow-right {
  background: url('../img/arrow-right.png') no-repeat 0% 0%;
  width: 4px;
  height: 8px;
  display: block;
  margin: 5px 0 0 5px;
  float: right;
}
.gecko .icon-arrow-right {
  margin-top: 7px;
}
.ie .icon-arrow-right {
  margin-top: 6px;
}
hr.line {
  background: url("../img/hr.jpg");
  width: 973;
  height: 1;
  display: block;
  border: none;
  margin: 0px 0 35px;
}
.line-container {
  width: 973px;
  left: -7px;
  position: relative;
}
#HowToToothbrushModal,
#HowToAirflossModal {
  width: 900px;
  min-height: 500px;
}
#HowToAirflossModal .step-selection {
  left: 206px;
}
#HowToAirflossModal .step-selection li {
  margin: 0 24px;
}
.page {
  padding: 20px 40px;
}
.page h1 {
  margin-bottom: 20px;
}
ul.list {
  margin-left: 30px;
}
.btn-video {
  display: block;
  width: 490px;
  height: 275px;
  position: relative;
}
.btn-video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 99px;
  height: 99px;
  margin-left: -45px;
  margin-top: -45px;
  z-index: 1;
  background: url("../img/icon_video_play.png") 0 0 repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon_video_play.png', sizingMethod='scale');
}
.btn-video:hover .icon-play {
  background: url("../img/icon_video_play.png") 0 -99px repeat;
}
.bannerpreview {
  background: #c2c2c2;
  color: #e7403e;
  font-size: 28px;
  text-align: center;
  padding-top: 80px;
  height: 110px;
}
.banner12 {
  width: 960px;
}
.banner6 {
  width: 466px;
  margin-left: 28px;
  float: left;
}
.banner6.first {
  margin-left: 0px;
}
#p-rcb .howto p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-fluid.fullwidth {
  padding: 0;
}
body #p-rcb .howto {
  padding-bottom: 45px;
}
body #p-rcb .howto .title {
  font-size: 28px;
  display: block;
  margin: 0px 0 30px 0px;
  color: #f56800;
}
body #p-rcb .howto .title .subtitle {
  color: #3e1a00;
}
body #p-rcb .howto .span7 {
  margin-left: -20px;
}
body #p-rcb .howto .content {
  margin-top: 62px;
  margin-left: 20px;
}
body #p-rcb .howto img {
  margin-top: 50px;
}
body #p-rcb .howto p {
  margin-bottom: 25px;
}
body #p-rcb #airfloss .airfloss-header .btn,
body #p-rcb #airfloss .airfloss-body .btn {
  margin-bottom: 3px;
}
body #p-rcb #airfloss .airfloss-header .btn span,
body #p-rcb #airfloss .airfloss-body .btn span {
  display: block;
  min-width: 122px;
}
.products a {
  text-decoration: none;
}
.products .title {
  font-size: 22px;
  display: block;
  color: #0e5fd8;
  margin: 0px 0 10px 0px;
}
.products .subtitle {
  font-size: 17px;
  display: block;
  margin: 0px 0 33px 0px;
  color: #000066;
}
.products .subtitle .small {
  font-size: 13px;
}
.products .line2 {
  position: absolute;
}
.products .icon-check-dot {
  width: 11px;
  height: 11px;
  display: block;
  float: left;
  margin-right: 5px;
}
.products .product img {
  width: 300px;
  height: 286px;
}
.products .btn span {
  min-width: 170px;
}
.products .clickable {
  cursor: pointer;
}
.products .span4 .content {
  padding: 0 0px 0 0px;
}
.products .product-row {
  background: url('../img/product_bg.jpg') 50% 170px no-repeat;
}
.products ul.checkdots li {
  background: url("../img/checkdot.png") no-repeat 0 4px;
  padding: 0 20px;
  list-style: none;
  margin-bottom: 4px;
  color: #0e3a7b;
}
.products ul.checkdots li .description {
  color: #5d6678;
}
.products .row-buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}
.products .row-see-all a {
  float: right;
}
.products .row-see-all a:hover {
  text-decoration: underline;
}
.products p {
  font-size: 13px;
}
.products span.description {
  font-size: 12px;
}
body #p-rcb .btn {
  text-decoration: none;
  cursor: pointer;
  content: "";
  zoom: 1;
  background: url('../img/buttons.png') no-repeat top left;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
body #p-rcb .btn span {
  background: url('../img/buttons.png') no-repeat top right;
  display: inline-block;
  content: "";
  zoom: 1;
  height: 26px;
  float: left;
  line-height: 26px;
  margin: 0;
  padding: 0 24px 0 20px;
  position: relative;
  right: -4px;
}
body #p-rcb .btn:hover {
  text-decoration: none;
  background-position: 0 -26px;
}
body #p-rcb .btn:hover span {
  background-position: 100% -26px;
}
.gecko body #p-rcb .btn span {
  line-height: 24px;
}
/*.gecko body #p-rcb {
	.btn {
	  line-height: 24px;
	}
}*/
body #p-rcb .btn-white {
  color: #4a5366;
  background-position: 0 -156px;
}
body #p-rcb .btn-white span {
  background-position: 100% -156px;
}
body #p-rcb .btn-white:hover {
  background-position: 0 -182px;
}
body #p-rcb .btn-white:hover span {
  background-position: 100% -182px;
}
body #p-rcb .btn-blue {
  background-position: 0 0%;
}
body #p-rcb .btn-blue span {
  background-position: 100% 0%;
}
body #p-rcb .btn-blue:hover {
  background-position: 0 -26px;
}
body #p-rcb .btn-blue:hover span {
  background-position: 100% -26px;
}
body #p-rcb .btn-lightblue {
  background-position: 0 -53px;
}
body #p-rcb .btn-lightblue span {
  background-position: 100% -53px;
}
body #p-rcb .btn-lightblue:hover {
  background-position: 0 -78px;
}
body #p-rcb .btn-lightblue:hover span {
  background-position: 100% -78px;
}
body #p-rcb .btn-green {
  background-position: 0 -105px;
}
body #p-rcb .btn-green span {
  background-position: 100% -105px;
}
body #p-rcb .btn-green:hover {
  background-position: 0 -130px;
}
body #p-rcb .btn-green:hover span {
  background-position: 100% -130px;
}
.btn-close {
  display: inlin-block;
  background: url('../img/btn_popup_close.png') no-repeat 100% 0%;
  height: 20px;
  width: 20px;
}
.youtubevideo {
  display: none;
}
#intro {
  background: url('../img/toothbrush_intro_bg.jpg') no-repeat 50% 100%;
  height: 295px;
  padding: 30px 0 0 0;
}
#intro .title {
  font-size: 32px;
  padding: 0;
  margin: 5px 0 8px -3px;
}
#intro .subtitle {
  font-size: 32px;
  margin-left: -3px;
}
#intro p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
  width: 400px;
}
#toothbrushes {
  margin-top: -112px;
  margin-bottom: 40px;
}
#toothbrushes .row-see-all {
  margin-top: 20px;
}
#toothbrushhead {
  margin-top: -67px;
}
#toothbrushhead .row-see-all {
  margin-bottom: 10px;
}
.gecko ul.checkdots li {
  background-position: 0 5px;
}
#video {
  margin-top: 11px;
  margin-bottom: 45px;
}
#video .videocontent {
  margin-left: -50px;
}
#video .content {
  padding-right: 50px;
  margin-top: -3px;
}
#video .content .title {
  font-size: 28px;
  display: block;
  margin: 5px 0 25px 0px;
  color: #0e5fd8;
}
#video .content .subtitle {
  font-size: 20px;
  color: #000066;
  margin: 0px 0 10px 0px;
}
.youtubevideo {
  display: none;
}
#toothbrushhead_intro {
  background: url('../img/brushhead_intro_bg.jpg') no-repeat 50% 100%;
  height: 159px;
  padding: 25px 0 0 0;
}
#toothbrushhead_intro .container {
  position: relative;
}
#toothbrushhead_intro img {
  margin-top: 2px;
}
#toothbrushhead_intro .content {
  position: absolute;
  top: -16px;
  left: 120px;
}
#toothbrushhead_intro .title {
  font-size: 32px;
  padding: 0;
  margin: 5px 0 2px -3px;
}
#toothbrushhead_intro .subtitle {
  font-size: 32px;
  margin-left: -3px;
}
#toothbrushhead_intro p {
  margin: 0px;
  font-size: 15px;
  line-height: 36px;
}
#toothbrushhead .content {
  margin-bottom: 30px;
}
#toothbrushhead .list-title {
  margin-top: 20px;
  margin-bottom: 3px;
  display: block;
  font-weight: normal;
}
#toothbrushhead .row {
  margin-bottom: 30px;
}
#toothbrushhead .row-first {
  margin-bottom: 60px;
}
#toothbrushhead .row-last {
  margin-bottom: 0px;
}
#toothbrushhead .subtitle {
  margin-bottom: 36px;
}
#toothbrushhead .product img {
  width: auto;
  height: auto;
}
#toothbrushhead ul {
  float: left;
  margin-right: 30px;
}
#toothbrushhead ul li {
  list-style: none;
  margin-bottom: 1px;
}
#toothbrushhead ul li a:hover {
  text-decoration: underline;
}
#brushhead .line-container hr {
  margin-bottom: 0;
}
#video-head {
  height: 604px;
  background: url('../img/brushhead_video_bg.jpg') no-repeat 50% 100%;
  min-height: 518px;
}
#video-head .container {
  padding-top: 40px;
}
#video-head .title-dark {
  color: #000066;
}
#video-head .btn-video {
  margin-bottom: 30px;
}
#video-head .content {
  margin-right: -21px;
  text-align: right;
}
#video-head .content .title {
  font-size: 20px;
  color: #000066;
  margin-bottom: 25px;
}
#video-head .videocontent {
  margin-top: -3px;
  margin-left: 50px;
}
#video-head .videocontent .title {
  font-size: 28px;
  display: block;
  margin: 5px 0 17px 0px;
  color: #0e5fd8;
}
#video-head .videocontent .subtitle {
  font-size: 20px;
  color: #000066;
  margin: 0px 0 0px 0px;
}
#video-head .videocontent p {
  margin-top: 17px;
}
.youtubevideo {
  display: none;
}
.airfloss-body {
  background: url('../img/airfloss-body.jpg') no-repeat 50% 100%;
  height: 644px;
}
.airfloss-body h1 {
  padding: 0;
}
.airfloss-body .content {
  margin: 180px 0px 0px 518px;
}
#airfloss .airfloss-header {
  background: url('../img/airfloss_header.jpg') no-repeat 50% 100%;
  height: 595px;
}
#airfloss .airfloss-header .container {
  position: relative;
}
#airfloss .airfloss-header .title {
  font-size: 32px;
  padding: 0;
  margin: 5px 0 8px -3px;
}
#airfloss .airfloss-header .subtitle {
  font-size: 32px;
  padding: 0;
  margin: 5px 0 8px -3px;
}
#airfloss .airfloss-header p {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}
#airfloss .airfloss-header .content {
  margin: 32px 0 0px 518px;
}
#airfloss .airfloss-header .sonicare-logo {
  position: absolute;
  top: 50px;
  left: 365px;
}
#airfloss .btn-video {
  width: 442px;
  height: 248px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
#airfloss_big {
  position: absolute;
  top: 35px;
  left: -242px;
}
body #p-rcb .banner {
  cursor: pointer;
}
body #p-rcb .banner .container {
  position: relative;
}
body #p-rcb .banner .title {
  font-size: 28px;
  display: block;
  line-height: 35px;
  color: #006b72;
}
body #p-rcb .banner p {
  font-size: 15px;
  color: #252f47;
  margin-top: 20px;
  margin-bottom: 32px;
}
body #p-rcb .banner p .firstline {
  color: #004348;
}
#banner_brushhead {
  background: url('../img/banner_brushhead.jpg') no-repeat 50% 0%;
  height: 328px;
}
#banner_brushhead .floating-head {
  background: url('../img/banner_brushhead_head.png') no-repeat;
  width: 115px;
  height: 30px;
  position: absolute;
  left: 145px;
  top: -29px;
}
#banner_brushhead .content {
  padding-top: 45px;
  margin-left: 662px;
}
#banner_brushhead .title {
  margin: 0px 0 0px 0px;
}
#banner_toothbrush {
  background: url('../img/banner_toothbrush.jpg') no-repeat 50% 0%;
  height: 328px;
}
#banner_toothbrush .floating-head {
  background: url('../img/banner_toothbrush_head.png') no-repeat;
  width: 56px;
  height: 86px;
  position: absolute;
  left: 187px;
  top: -85px;
}
#banner_toothbrush .content {
  padding-top: 45px;
  margin-left: 645px;
}
#banner_toothbrush .title {
  margin: 0px 0 0px 0px;
}
#banner_toothbrush_right {
  background: url('../img/banner_toothbrush_right.jpg') no-repeat 50% 0%;
  height: 328px;
}
#banner_toothbrush_right .floating-head {
  background: url('../img/banner_toothbrush_head.png') no-repeat;
  width: 56px;
  height: 86px;
  position: absolute;
  right: 204px;
  top: -85px;
}
#banner_toothbrush_right .content {
  padding-top: 45px;
  margin-left: 80px;
}
#banner_toothbrush_right .title {
  margin: 0px 0 0px 0px;
}
#banner_airfloss {
  background: url('../img/banner_airfloss.jpg') no-repeat 50% 0%;
  height: 328px;
  cursor: pointer;
}
#banner_airfloss .content {
  margin-top: 45px;
  margin-left: 67px;
}
#banner_airfloss .title {
  margin: 0px 0 0px 0px;
}
