@import url("fonts/fonts.css");
/*	
	Sample
	https://github.com/napalias/sample
	by Napalias
	http://napalias.com
	License: http://opensource.org/licenses/mit-license.php	
*/
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-MediumItalic-webfont.eot');
  src: url('fonts/roboto/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-MediumItalic-webfont.woff') format('woff'), url('fonts/roboto/Roboto-MediumItalic-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-Bold-webfont.eot');
  src: url('fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-Bold-webfont.woff') format('woff'), url('fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot');
  src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'), url('fonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-Black-webfont.eot');
  src: url('fonts/roboto/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-Black-webfont.woff') format('woff'), url('fonts/roboto/Roboto-Black-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: black;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-BlackItalic-webfont.eot');
  src: url('fonts/roboto/Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-BlackItalic-webfont.woff') format('woff'), url('fonts/roboto/Roboto-BlackItalic-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-BlackItalic-webfont.svg#robotoblack_italic') format('svg');
  font-weight: black;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-Light-webfont.eot');
  src: url('fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-Light-webfont.woff') format('woff'), url('fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto/Roboto-LightItalic-webfont.eot');
  src: url('fonts/roboto/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto-LightItalic-webfont.woff') format('woff'), url('fonts/roboto/Roboto-LightItalic-webfont.ttf') format('truetype'), url('fonts/roboto/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
  font-weight: 200;
  font-style: italic;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #ffffff;
  font: 20px/1 roboto, arial, helvetica, sans-serif;
  color: #000000;
  position: relative;
  z-index: 1;
}
a {
  color: #0000ff;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}
strong,
b,
.b {
  font-weight: bold;
}
em,
.i {
  font-style: italic;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.u {
  text-decoration: underline;
}
button,
.btn,
.button {
  cursor: pointer;
}
.min-width {
  min-width: 1024px;
}
.section {
  position: relative;
  z-index: 2;
}
.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textFull {
  width: 100%;
}
.clearfix {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
body {
  background-color: #f2f3f8;
  font-weight: 200;
}
.page .nav .step-triangle {
  margin: 0 -5px;
}
.stickyBar {
  font-weight: 100;
  width: 100%;
  min-height: 50px;
  background-color: #d52828;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e21102+0,9d0101+100 */
  background: #e21102;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e21102 0%, #9d0101 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e21102), color-stop(100%, #9d0101));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e21102 0%, #9d0101 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e21102 0%, #9d0101 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e21102 0%, #9d0101 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e21102 0%, #9d0101 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21102', endColorstr='#9d0101', GradientType=0);
  /* IE6-9 */
  position: fixed;
  top: 0px;
  left: 0px;
  color: #ffffff;
  text-align: center;
  z-index: 69;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
}
.stickyBar .inner {
  margin: auto;
  width: 100%;
  max-width: 800px;
  height: 100%;
  font-weight: 700;
}
.stickyBar .inner .textWrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  text-shadow: 2px 2px 5px #22313F;
}
.hiddenbtn {
  display: none;
}
.redclock {
  font-size: 45px;
  color: #e2262a;
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
}
.cbtn {
  margin: auto;
  width: 90%;
  max-width: 358px;
  height: auto;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 5px;
}
.cbtn img {
  width: 100%;
}
.cbtn:hover {
  background-position: 0px -80px;
}
.center {
  margin: auto;
}
.marginTop {
  margin-top: 50px;
}
.entire {
  font-family: HeaderFont;
}
.btn {
  margin: 20px;
}
.btn .picture {
  width: 405px;
  height: 93px;
}
.header {
  font-family: HeaderFont;
  font-size: 30px;
  color: #ffffff;
  margin-top: 50px;
  width: 1024px;
  background-color: #049edc;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.header .yellow {
  background-image: url('images/line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fbff01;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.header .smaller {
  margin-top: 15px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  padding: 15px;
}
.header .smaller .yell {
  color: #fbff01;
}
.clearfix {
  clear: both;
}
.com {
  background-color: #fff;
  -moz-box-shadow: 0 0 5px rgba(212, 212, 212, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(212, 212, 212, 0.75);
  box-shadow: 0 0 5px rgba(212, 212, 212, 0.75);
}
.coms {
  width: 650px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
.coms img {
  max-width: 100%;
}
.coms .change {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: #666666;
  text-align: center;
  margin-left: 3px;
  cursor: pointer;
}
.popupTriggerRight {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 10px;
  z-index: 999999;
}
.popupTriggerLeft {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 10px;
  z-index: 999999;
}
.vwrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vwrap .headline {
  margin: auto;
  width: 90%;
  font-size: 43px;
  line-height: 1.1em;
  color: #2b303e;
  font-weight: 900;
}
.vwrap .headline .red {
  color: #ca2c2b;
}
.vwrap .smaller {
  width: 90%;
  margin: auto;
  color: #2b303e;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}
img {
  max-width: 100%;
}
.videoc {
  margin: auto;
  width: 720px;
  max-width: 100%;
  height: auto;
  padding-top: 20px;
}
.notice {
  color: #727482;
  width: 100%;
  margin-bottom: 20px;
  word-wrap: break-word;
  margin-top: 20px;
}
.notice .inner {
  width: 95%;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
}
.notice .inner a {
  color: #1e8dc6;
  text-decoration: none;
}
.countDown {
  width: 370px;
  display: inline-block;
  vertical-align: top;
}
.countDown .area {
  margin-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #2d3f41;
  border: 1px solid #1f2b2c;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  width: 70px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.textWrap {
  display: inline-block;
  vertical-align: middle;
}
.disclaimer {
  position: fixed;
  bottom: 5px;
  left: 0px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  color: #666666;
  font-size: 14px;
  z-index: 69;
}
.disclaimer a {
  text-decoration: underline;
  color: #428bca;
}
.content {
  background-color: #f2f3f8;
}
.footer {
  border: none;
  background-color: #f2f3f8;
  border-top: 1px solid #d7d8dd;
  width: 100%;
  min-height: 100px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
}
.footer .top_options {
  padding-right: 5px;
}
.footer .content {
  width: 100%;
  max-width: 800px;
  color: #727482;
  padding-top: 15px;
  line-height: 1.5em;
  font-size: 14px;
}
.footer .content a {
  color: #727482;
  text-decoration: none;
}
.footer .content a:hover {
  text-decoration: underline;
}
.container {
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.container iframe {
  padding-top: 15px;
}
.container .see {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100% #dff4fc));
  background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #dff4fc 100%);
  background-image: -moz-linear-gradient(top, #fbfbfb 0%, #dff4fc 100%);
  background-image: -ms-linear-gradient(top, #fbfbfb 0%, #dff4fc 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0%, #dff4fc 100%);
  background-image: linear-gradient(top, #fbfbfb 0%, #dff4fc 100%);
  min-height: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.container .member {
  font-family: arial, helvetica, sans-serif;
  width: 85%;
  min-height: 100px;
  margin: auto;
  margin-top: 25px;
  border: 1px solid #dee1e2;
  padding: 20px;
}
.container .member .ph {
  float: left;
  border: 4px solid #ea5700;
  width: 94px;
  height: 94px;
}
.container .member .info {
  margin-left: 102px;
  padding-left: 20px;
  text-align: left;
}
.container .member .info .name {
  color: #ea5700;
}
.container .member .info .txt {
  margin-top: 15px;
  line-height: 25px;
}
.clock {
  margin-bottom: 10px;
}
.clock .section {
  display: inline-block;
}
.clock .section .number {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000000;
  text-align: center;
  font-family: roboto, arial, helvetica, sans-serif;
  display: inline-block;
  font-size: 26px;
  float: none;
  width: auto;
  padding-bottom: 0;
}
.clock .section .lbl {
  width: 40px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin: auto;
  font-size: 10px;
  font-family: roboto, arial, helvetica, sans-serif;
  text-align: center;
  height: 12px;
  line-height: 12px;
  background-color: #aa0024;
  margin-bottom: 3px;
}
.clock .mrg {
  margin-left: 5px;
}
.forPp2 {
  background-image: none !important;
  text-align: center;
  padding-left: 0px;
  font-size: 24px !important;
  margin-top: 5px !important;
  line-height: 1.5em !important;
}
#submit2div div.btn_holder div.btn-shadow a {
  background: url('/Tpl/EN/Funnel/Level-Up-Sequence/Images/button_green.png') no-repeat;
  display: block;
  padding: 24px;
  height: 31px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  width: 400px;
  padding-left: 151px;
  margin-left: 130px;
  text-indent: -80px;
  text-align: left;
}
.clockdesign {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #EDEDED;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+37,ededed+37,ededed+48,aaaaaa+48,ffffff+50,ffffff+58,ffffff+100 */
  background: #ededed;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #ededed 37%, #ededed 37%, #ededed 48%, #aaaaaa 48%, #ffffff 50%, #ffffff 58%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(37%, #ededed), color-stop(37%, #ededed), color-stop(48%, #ededed), color-stop(48%, #aaaaaa), color-stop(50%, #ffffff), color-stop(58%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #ededed 37%, #ededed 37%, #ededed 48%, #aaaaaa 48%, #ffffff 50%, #ffffff 58%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #ededed 37%, #ededed 37%, #ededed 48%, #aaaaaa 48%, #ffffff 50%, #ffffff 58%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #ededed 37%, #ededed 37%, #ededed 48%, #aaaaaa 48%, #ffffff 50%, #ffffff 58%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #ededed 37%, #ededed 37%, #ededed 48%, #aaaaaa 48%, #ffffff 50%, #ffffff 58%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 6px 4px 24px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 4px 24px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 4px 24px -4px rgba(0, 0, 0, 0.75);
}
@media (max-width: 680px) {
  .container {
    margin-top: 130px;
  }
  .clock {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .videoc {
    width: 430px;
    height: auto;
  }
  .stickyBar {
    padding-top: 5px;
  }
}
@media (max-width: 400px) {
  .videoc {
    width: 300px;
    height: auto;
  }
  .footer {
    padding-bottom: 60px;
  }
}
.pop {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop .inner {
  position: relative;
  margin: auto;
  width: 660px;
  max-width: 95%;
  z-index: 7;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  top: 50%;
}
.pop .inner .close {
  cursor: pointer;
  font-size: 28px;
  float: right;
  margin-right: 20px;
}
.pop .inner .hdr {
  text-align: center;
  font-size: 31px;
  line-height: 1.3em;
  font-weight: 700;
  color: #d00000;
  margin: 0;
  text-transform: uppercase;
}
.pop .inner .forPp2 {
  text-align: center!important;
}
.pop .inner .item {
  margin: auto;
  text-align: left;
  max-width: 80%;
  font-size: 19px;
  line-height: 1.3em;
  font-family: "Open Sans", sans-serif;
  color: #2b303e;
  margin-top: 20px;
  padding-left: 15px;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.pop .inner .greenBtn {
  margin: auto;
  width: 90%;
  background-color: #00ad1d;
  color: #ffffff;
  font-weight: 900;
  font-size: 38px;
  padding: 20px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  text-shadow: 2px 2px 5px #22313F;
  text-align: center;
  margin-top: 20px;
}
.pop .inner .greenBtn:hover {
  background-color: #248e00;
}
.price {
  font-family: arial, helvetica, sans-serif;
  margin-top: 20px;
  font-size: 30px;
  color: #2b303e;
}
.price .red {
  text-decoration: line-through;
  color: #ff0000;
}
.want {
  font-family: arial, helvetica, sans-serif;
}
.want .big {
  color: #2b303e;
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.want .small {
  color: #717171;
  font-size: 15px;
  width: 100%;
  text-align: center;
  max-width: 520px;
  margin: auto;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.want .small a {
  color: #428bca;
  text-decoration: none;
}
.want .small a:hover {
  text-decoration: underline;
}
.viddler-app-wrap {
  margin: auto;
}
.viddler-app-wrap div.viddler-embed .bar-holder,
.viddler-app-wrap div.viddler-embed ul.icons li.icon > a.vid-quality,
.viddler-app-wrap div.viddler-embed ul.icons li.icon > a.full-screen,
.viddler-app-wrap div.viddler-embed div.media-gui div.top {
  visibility: hidden !important;
}
.viddler-app-wrap div.viddler-embed div.media-gui div.bottom {
  background: none !important;
}
.viddler-app-wrap div.viddler-embed ul.icons li.icon > a {
  margin-top: -35px !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
   .disclaimer {
	  position: inherit;
   }
}