/*06-17-2013*/
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 21, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 49, ../sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 73, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
/* line 107, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 132, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 152, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 161, ../sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
/* line 171, ../sass/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 179, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 195, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 199, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 211, ../sass/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 219, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 231, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 243, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 254, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 268, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, ../sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 295, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 315, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 326, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 348, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 358, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 371, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* prefixed */
/* line 1, ../sass/partials/_sprites.scss */
.right-panel-bg {
  background: url("../images/right-panel-bg.jpg") no-repeat center center;
  background: url("../images/grid2.png"), url("../images/right-panel-bg.jpg") no-repeat center bottom;
  background-size: none,cover;
  height: 100%;
  line-height: 0;
}

/* line 1, ../sass/partials/_layout.scss */
html, body {
  height: 100%;
}

/* line 5, ../sass/partials/_layout.scss */
.left-panel .content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -64px;
}

/* line 12, ../sass/partials/_layout.scss */
.footer, .push {
  height: 64px;
}

/* line 16, ../sass/partials/_layout.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  background: url("../images/grid.png") #394249;
  background: url("../images/left-panel-bg.png"), url("../images/grid.png") #394249;
}

/* line 26, ../sass/partials/_layout.scss */
::-webkit-input-placeholder {
  color: #d2d2d2;
}

/* line 27, ../sass/partials/_layout.scss */
::-moz-placeholder {
  color: #d2d2d2;
}

/* firefox 19+ */
/* line 28, ../sass/partials/_layout.scss */
:-ms-input-placeholder {
  color: #d2d2d2;
}

/* ie */
/* line 29, ../sass/partials/_layout.scss */
input:-moz-placeholder {
  color: #d2d2d2;
}

/* line 31, ../sass/partials/_layout.scss */
a {
  color: black;
  text-decoration: none;
}
/* line 35, ../sass/partials/_layout.scss */
a:hover {
  color: #0072bc;
}

/* line 40, ../sass/partials/_layout.scss */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  line-height: 20px;
  padding: 4px 2%;
  width: 96%;
  display: inline-block;
  font-family: 'Droid Sans', serif;
  color: #7a7a7a;
  font-size: 0.8125em;
  margin-bottom: 10px;
}

/* line 53, ../sass/partials/_layout.scss */
input[type="submit"] {
  border: none;
}

/* line 57, ../sass/partials/_layout.scss */
h1 {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px;
}

/* line 64, ../sass/partials/_layout.scss */
h2 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

/* line 71, ../sass/partials/_layout.scss */
p {
  font-size: 1em;
  margin: 0 0 20px;
  position: relative;
}

/* line 81, ../sass/partials/_layout.scss */
.main-wrapper {
  width: 100%;
  height: 100%;
}
/* line 85, ../sass/partials/_layout.scss */
.main-wrapper .left-panel, .main-wrapper .right-panel {
  width: 50%;
  display: inline-block;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  vertical-align: top;
  position: relative;
}
/* line 95, ../sass/partials/_layout.scss */
.main-wrapper .left-panel {
  text-align: right;
  z-index: 10;
}
/* line 100, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .ads {
  position: relative;
}
/* line 102, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .ads img {
  margin-right: 20px;
}
/* line 108, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content {
  width: 470px;
  display: inline-block;
  position: relative;
  min-height: 900px;
}
/* line 114, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features {
  background: url("../images/features-bg.png") no-repeat 0px -3px;
  min-height: 435px;
  min-width: 545px;
  position: absolute;
  right: -65px;
  top: 290px;
  z-index: 7;
  padding-top: 50px;
}
/* line 124, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .community-block, .main-wrapper .left-panel .content .features .great-service-block, .main-wrapper .left-panel .content .features .unlimited-downloads-block {
  color: #fff;
  text-align: left;
  display: block;
}
/* line 130, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .community-block h2, .main-wrapper .left-panel .content .features .great-service-block h2, .main-wrapper .left-panel .content .features .unlimited-downloads-block h2 {
  font-size: 1.875em;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
/* line 139, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .community-block p, .main-wrapper .left-panel .content .features .great-service-block p, .main-wrapper .left-panel .content .features .unlimited-downloads-block p {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.0em;
  width: 350px;
}
/* line 146, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .community-block {
  padding: 75px 0 0 80px;
}
/* line 150, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .great-service-block {
  text-align: right;
  display: inline-block;
  padding: 70px 150px 0 0;
}
/* line 155, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .great-service-block p {
  text-align: right;
}
/* line 160, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .content .features .unlimited-downloads-block {
  padding: 60px 0 0 80px;
}
/* line 168, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer {
  color: #fff;
  /*position:absolute;
  bottom:10px;
  right:10px;
  top:910px;*/
  display: block;
  padding: 10px 25px;
}
/* line 178, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer > div {
  text-align: right;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
/* line 183, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer .copyright {
  font-size: 0.75em;
}
/* line 188, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer .links a {
  font-size: 0.75em;
  color: #fff;
  padding-left: 5px;
}
/* line 193, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer .links a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 199, ../sass/partials/_layout.scss */
.main-wrapper .left-panel .footer .links span {
  padding-left: 5px;
}
/* line 206, ../sass/partials/_layout.scss */
.main-wrapper .right-panel {
  text-align: left;
  z-index: 5;
}
/* line 210, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .right-panel-bg, .main-wrapper .right-panel .right-panel-bg-wrap {
  min-height: 100%;
  width: 100%;
  /*height: auto;*/
  height: 1025px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
/* line 227, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .right-panel-bg-wrap {
  background: url("../images/grid2.png");
}
/* line 231, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content {
  height: 100%;
  position: relative;
  z-index: 7;
  min-height: 780px;
}
/* line 237, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder {
  text-align: left;
  position: absolute;
  top: 115px;
}
/* line 243, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login {
  width: 300px;
  display: inline-block;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 53px;
  margin-bottom: 20px;
}
/* line 258, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login h3 {
  color: #333333;
  font-size: 1.0em;
  padding: 10px;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #E2E2E2;
}
/* line 267, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login form > div {
  padding: 10px;
}
/* line 270, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login form > div .btn-holders {
  overflow: hidden;
}
/* line 273, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login form > div .btn-holders .forgot-link {
  display: inline-block;
  padding-top: 5px;
}
/* line 277, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login form > div .btn-holders .forgot-link a {
  font-size: 0.75em;
  color: #333333;
}
/* line 281, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login form > div .btn-holders .forgot-link a:hover {
  text-decoration: underline;
}
/* line 290, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .login #lbl-username span, .main-wrapper .right-panel .content .login-holder .login #lbl-pass span {
  font-size: 14px;
}
/* line 296, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .register-block {
  background: url("../images/btn-arrow-bg.png") no-repeat top center;
  display: block;
  width: 400px;
  min-height: 100px;
  text-align: center;
}
/* line 303, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .content .login-holder .register-block span {
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
/* line 321, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block {
  z-index: 7;
  width: 400px;
  position: absolute;
  left: 400px;
  bottom: 70px;
  left: 60px;
}
/* line 329, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .message {
  background: #fff;
  position: relative;
}
/* line 333, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .message .quote1 {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 339, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .message .quote2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* line 345, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .message:after {
  content: "";
  position: absolute;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: 100px;
}
/* line 354, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .message p {
  color: #999;
  font-size: 1em;
  padding: 45px;
  margin: 0;
  line-height: 22px;
}
/* line 363, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id {
  background: rgba(187, 187, 187, 0.9);
  overflow: hidden;
  padding: 10px;
}
/* line 368, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id img {
  float: right;
}
/* line 372, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id .user-info {
  text-align: right;
  margin-right: 100px;
  padding: 10px 0 0;
}
/* line 377, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id .user-info .name, .main-wrapper .right-panel .testimonial-block .user-id .user-info .position {
  display: block;
}
/* line 381, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id .user-info .name {
  color: #000;
  font-size: 1.25em;
  margin-bottom: 5px;
}
/* line 388, ../sass/partials/_layout.scss */
.main-wrapper .right-panel .testimonial-block .user-id .user-info .position {
  color: #444444;
  font-size: 0.8125em;
  line-height: 18px;
}

/* line 401, ../sass/partials/_layout.scss */
.logo-holder {
  padding-top: 70px;
  text-align: center;
}

/* line 406, ../sass/partials/_layout.scss */
.video-thumb {
  text-align: center;
  width: 246px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  z-index: 20;
}

/* line 416, ../sass/partials/_layout.scss */
label input[type="text"], label input[type="password"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* line 425, ../sass/partials/_layout.scss */
label {
  margin-bottom: 10px;
  display: block;
}
/* line 428, ../sass/partials/_layout.scss */
label .alert {
  color: #fff;
  background: #bb141a;
  padding: 0 5px;
  font-size: 0.75em;
  display: none;
  margin-bottom: 10px;
  border: 1px solid #bb141a;
}
/* line 439, ../sass/partials/_layout.scss */
label.error .alert {
  display: block;
}
/* line 442, ../sass/partials/_layout.scss */
label.error input[type="text"], label.error input[type="password"] {
  border: 1px solid #bb141a;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

@media (max-height: 810px) {
  /* line 452, ../sass/partials/_layout.scss */
  .main-wrapper .left-panel .footer {
    /*bottom:auto;
    top:790px;*/
  }
  /* line 458, ../sass/partials/_layout.scss */
  .main-wrapper .right-panel .testimonial-block {
    bottom: auto;
    top: 475px;
  }
}
/* line 467, ../sass/partials/_layout.scss */
.ie input, .ie select, .ie textarea {
  padding-bottom: 9px;
}

/* line 1, ../sass/partials/_buttons.scss */
.login-btn {
  background: #4b5865;
  background: -moz-linear-gradient(top, #4b5865 0%, #313c45 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b5865), color-stop(100%, #313c45));
  background: -webkit-linear-gradient(top, #4b5865 0%, #313c45 100%);
  background: -o-linear-gradient(top, #4b5865 0%, #313c45 100%);
  background: -ms-linear-gradient(top, #4b5865 0%, #313c45 100%);
  background: linear-gradient(to bottom, #4b5865 0%, #313c45 100%);
  padding: 5px 10px;
  text-align: center;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
/* line 22, ../sass/partials/_buttons.scss */
.login-btn:hover {
  background: #4b5865;
  color: #fff;
  background: -moz-linear-gradient(top, #4b5865 0%, #6d8598 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b5865), color-stop(100%, #6d8598));
  background: -webkit-linear-gradient(top, #4b5865 0%, #6d8598 100%);
  background: -o-linear-gradient(top, #4b5865 0%, #6d8598 100%);
  background: -ms-linear-gradient(top, #4b5865 0%, #6d8598 100%);
  background: linear-gradient(to bottom, #4b5865 0%, #6d8598 100%);
}
/* line 33, ../sass/partials/_buttons.scss */
.login-btn:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px inset;
}

/* line 38, ../sass/partials/_buttons.scss */
.gold {
  background: #e5d81f;
  background: -moz-linear-gradient(top, #e5d81f 0%, #cfb53b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5d81f), color-stop(100%, #cfb53b));
  background: -webkit-linear-gradient(top, #e5d81f 0%, #cfb53b 100%);
  background: -o-linear-gradient(top, #e5d81f 0%, #cfb53b 100%);
  background: -ms-linear-gradient(top, #e5d81f 0%, #cfb53b 100%);
  background: linear-gradient(to bottom, #e5d81f 0%, #cfb53b 100%);
}
/* line 49, ../sass/partials/_buttons.scss */
.gold:hover {
  color: #fff;
  background: #cfb53b;
  background: -moz-linear-gradient(top, #cfb53b 0%, #e5d81f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfb53b), color-stop(100%, #e5d81f));
  background: -webkit-linear-gradient(top, #cfb53b 0%, #e5d81f 100%);
  background: -o-linear-gradient(top, #cfb53b 0%, #e5d81f 100%);
  background: -ms-linear-gradient(top, #cfb53b 0%, #e5d81f 100%);
  background: linear-gradient(to bottom, #cfb53b 0%, #e5d81f 100%);
}

/* line 64, ../sass/partials/_buttons.scss */
.btn {
  font-size: 1.25em;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 6px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/* line 75, ../sass/partials/_buttons.scss */
.btn-extender {
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #bbbbbb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #bbbbbb));
  background: -webkit-linear-gradient(top, white 0%, #bbbbbb 100%);
  background: -o-linear-gradient(top, white 0%, #bbbbbb 100%);
  background: -ms-linear-gradient(top, white 0%, #bbbbbb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 100%);
  color: #333;
}
/* line 88, ../sass/partials/_buttons.scss */
.btn-extender:hover {
  color: #333;
  background: #ffffff;
}

/* line 2, ../sass/partials/_pages.scss */
.register-page {
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  background: url("../images/full-bg.jpg");
  line-height: normal;
}

/* line 8, ../sass/partials/_pages.scss */
.page {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
/* line 14, ../sass/partials/_pages.scss */
.page .country {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* line 19, ../sass/partials/_pages.scss */
.page .country img {
  width: 39px;
  vertical-align: middle;
}
/* line 25, ../sass/partials/_pages.scss */
.page .country span {
  color: #fff;
  font-size: 1.25em;
  margin-left: 10px;
  vertical-align: middle;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
/* line 34, ../sass/partials/_pages.scss */
.page .logo {
  width: 505px;
  margin: 70px auto 20px;
}
/* line 39, ../sass/partials/_pages.scss */
.page .title {
  margin: 40px auto 20px;
  color: #fff;
  font-size: 1em;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
  text-align: center;
}
/* line 46, ../sass/partials/_pages.scss */
.page .title .register {
  font-size: 1.875em;
}
/* line 52, ../sass/partials/_pages.scss */
.page .blue-box-holder {
  text-align: center;
}
/* line 56, ../sass/partials/_pages.scss */
.page .platinum-reg {
  margin-left: 20px;
}
/* line 60, ../sass/partials/_pages.scss */
.page .premium-reg, .page .platinum-reg {
  padding: 20px 25px 0;
}
/* line 63, ../sass/partials/_pages.scss */
.page .premium-reg .box-title, .page .platinum-reg .box-title {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.875em;
  line-height: 34px;
  margin-bottom: 5px;
}
/* line 73, ../sass/partials/_pages.scss */
.page .premium-reg .membership-title, .page .platinum-reg .membership-title {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
/* line 77, ../sass/partials/_pages.scss */
.page .premium-reg .membership-title img, .page .platinum-reg .membership-title img {
  background: url(../images/sprite.png) no-repeat top left;
}
/* line 83, ../sass/partials/_pages.scss */
.page .premium-reg .membership-title .platinum, .page .platinum-reg .membership-title .platinum {
  background-position: 0px -48px;
}
/* line 91, ../sass/partials/_pages.scss */
.page .premium-reg .desde, .page .platinum-reg .desde {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.25em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
/* line 100, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge, .page .platinum-reg .membership-badge {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
/* line 106, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .premium-img, .page .premium-reg .membership-badge .platinum-img, .page .platinum-reg .membership-badge .premium-img, .page .platinum-reg .membership-badge .platinum-img {
  width: 146px;
  height: 136px;
  background: url(../images/sprite.png) no-repeat 0px -98px;
  display: inline-block;
}
/* line 113, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .platinum-img, .page .platinum-reg .membership-badge .platinum-img {
  background-position: -146px -98px;
}
/* line 118, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .premium-price span, .page .premium-reg .membership-badge .platinum-price span, .page .platinum-reg .membership-badge .premium-price span, .page .platinum-reg .membership-badge .platinum-price span {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
/* line 127, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .premium-price strong, .page .premium-reg .membership-badge .platinum-price strong, .page .platinum-reg .membership-badge .premium-price strong, .page .platinum-reg .membership-badge .platinum-price strong {
  color: #11d72d;
}
/* line 131, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .premium-price .small, .page .premium-reg .membership-badge .platinum-price .small, .page .platinum-reg .membership-badge .premium-price .small, .page .platinum-reg .membership-badge .platinum-price .small {
  font-size: 15px;
}
/* line 135, ../sass/partials/_pages.scss */
.page .premium-reg .membership-badge .premium-price .num, .page .premium-reg .membership-badge .platinum-price .num, .page .platinum-reg .membership-badge .premium-price .num, .page .platinum-reg .membership-badge .platinum-price .num {
  font-size: 3.125em;
  line-height: 50px;
  display: inline-block;
}
/* line 149, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder, .page .platinum-reg .btn-holder {
  text-align: center;
  width: 100%;
}
/* line 152, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder a, .page .platinum-reg .btn-holder a {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  height: 92px;
  width: 283px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 60px;
}
/* line 166, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder .btn-premium, .page .platinum-reg .btn-holder .btn-premium {
  background-position: -298px 0px;
}
/* line 169, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder .btn-premium:hover, .page .platinum-reg .btn-holder .btn-premium:hover {
  background-position: -298px -101px;
}
/* line 174, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder .btn-platinum, .page .platinum-reg .btn-holder .btn-platinum {
  background-position: -580px 0px;
  color: #000;
}
/* line 178, ../sass/partials/_pages.scss */
.page .premium-reg .btn-holder .btn-platinum:hover, .page .platinum-reg .btn-holder .btn-platinum:hover {
  background-position: -580px -101px;
}

.page .premium-reg ul li span {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.5em;
/*  font-weight: bold;*/
  vertical-align: left;
  margin-left: 10px;  
}

/* line 189, ../sass/partials/_pages.scss */
.page .free-reg {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 1.0em;
  color: #fff;
  width: 518px;
  padding: 10px 25px;
  display: block;
}
/* line 198, ../sass/partials/_pages.scss */
.page .free-reg span a {
  color: #ff9900;
  text-decoration: underline;
}
/* line 205, ../sass/partials/_pages.scss */
.page .feature-title {
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  font-size: 1.875em;
  font-weight: bold;
  background: url("../images/feature-hr.png") no-repeat center;
  margin-bottom: 40px;
}
/* line 216, ../sass/partials/_pages.scss */
.page .tbl-features {
  width: 100%;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 1em;
  margin-bottom: 50px;
}
/* line 223, ../sass/partials/_pages.scss */
.page .tbl-features th, .page .tbl-features tr {
  border-bottom: 1px solid #61696e;
}
/* line 228, ../sass/partials/_pages.scss */
.page .tbl-features td {
  padding: 10px;
}
/* line 232, ../sass/partials/_pages.scss */
.page .tbl-features td + td {
  text-align: center;
  font-size: 0.75em;
  text-align: center;
}
/* line 238, ../sass/partials/_pages.scss */
.page .tbl-features .th-premium, .page .tbl-features .th-platinum {
  text-transform: uppercase;
  text-align: center;
  width: 125px;
  background: #1c2838;
  padding: 10px;
}
/* line 248, ../sass/partials/_pages.scss */
.page .tbl-features .th-platinum {
  border-left: 1px solid #61696e;
}
/* line 252, ../sass/partials/_pages.scss */
.page .tbl-features .check {
  background: url("../images/check.png") no-repeat center;
  width: 18px;
  height: 22px;
}

/* line 263, ../sass/partials/_pages.scss */
.blue-box {
  background: #1c2838;
  border-radius: 10px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
  width: 380px;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 272, ../sass/partials/_pages.scss */
.check-icon {
  background: url("../images/check-icon.png") no-repeat;
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
}

/* line 280, ../sass/partials/_pages.scss */
.signup-form {
  background: #fff;
  width: 430px;
  position: absolute;
  top: -150%;
  left: 50%;
  margin-left: -215px;
  border-radius: 5px 5px 3px 3px;
  -moz-border-radius: 5px 5px 3px 3px;
  -webkit-border-radius: 5px 5px 3px 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
/* line 291, ../sass/partials/_pages.scss */
.signup-form.show {
  top: 107px;
}
/* line 295, ../sass/partials/_pages.scss */
.signup-form header {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  background: #1c2838;
}
/* line 300, ../sass/partials/_pages.scss */
.signup-form .popup-header {
  padding: 15px 20px 0;
}
/* line 304, ../sass/partials/_pages.scss */
.signup-form .popup-close {
  background: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 0 4px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 318, ../sass/partials/_pages.scss */
.signup-form .premium-reg-title {
  background: url("../images/sprite.png") no-repeat -6px -237px;
  width: 242px;
  height: 35px;
}
/* line 325, ../sass/partials/_pages.scss */
.signup-form .platinum-reg-title {
  background: url("../images/sprite.png") no-repeat -3px -274px;
  width: 254px;
  height: 35px;
}
/* line 331, ../sass/partials/_pages.scss */
.signup-form .content-area {
  padding: 10px 20px 20px;
}
/* line 334, ../sass/partials/_pages.scss */
.signup-form .content-area label {
  display: block;
  margin-bottom: 10px;
}
/* line 338, ../sass/partials/_pages.scss */
.signup-form .content-area label span {
  font-size: 0.875em;
}
/* line 342, ../sass/partials/_pages.scss */
.signup-form .content-area label .alert {
  color: #fff;
  background: #bb141a;
  padding: 5px;
  font-size: 0.75em;
  min-width: 300px;
  display: none;
}
/* line 353, ../sass/partials/_pages.scss */
.signup-form .content-area .error .alert {
  display: inline-block;
}
/* line 356, ../sass/partials/_pages.scss */
.signup-form .content-area .error input[type="text"] {
  border: 1px solid #bb141a;
}
/* line 362, ../sass/partials/_pages.scss */
.signup-form .content-area input[type="text"], .signup-form .content-area input[type="password"] {
  display: block;
  border: 1px solid #bfc2c4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px inset;
  min-width: 298px;
  padding: 5px;
  font-size: 0.875em;
}
/* line 371, ../sass/partials/_pages.scss */
.signup-form .content-area .duration {
  font-size: 0.875em;
  margin: 30px 0 5px;
}
/* line 377, ../sass/partials/_pages.scss */
.signup-form .content-area .radio {
  margin: 0;
}
/* line 379, ../sass/partials/_pages.scss */
.signup-form .content-area .radio input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
/* line 387, ../sass/partials/_pages.scss */
.signup-form .content-area .radio + .radio {
  margin-bottom: 20px;
}
/* line 392, ../sass/partials/_pages.scss */
.signup-form .content-area .checkbox {
  margin: 0 0 2px;
}
/* line 394, ../sass/partials/_pages.scss */
.signup-form .content-area .checkbox input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
/* line 402, ../sass/partials/_pages.scss */
.signup-form .content-area .checkbox span {
  font-size: 0.8125em;
}
/* line 406, ../sass/partials/_pages.scss */
.signup-form .content-area .checkbox + .checkbox {
  margin-bottom: 20px;
}
/* line 411, ../sass/partials/_pages.scss */
.signup-form .content-area .payment-method {
  border-top: 1px solid #bfbfbf;
  text-align: center;
  padding: 10px;
}
/* line 416, ../sass/partials/_pages.scss */
.signup-form .content-area .payment-method .payment-options {
  width: 355px;
  height: 32px;
  background: url("../images/sprite.png") no-repeat -319px -198px;
}
/* line 425, ../sass/partials/_pages.scss */
.signup-form .gold-btn, .signup-form .platinum-btn {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  height: 43px;
  width: 191px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 43px;
  border: none;
}
/* line 439, ../sass/partials/_pages.scss */
.signup-form .gold-btn {
  background-position: -307px -252px;
}
/* line 442, ../sass/partials/_pages.scss */
.signup-form .gold-btn:hover {
  background-position: -307px -296px;
}
/* line 447, ../sass/partials/_pages.scss */
.signup-form .platinum-btn {
  background-position: -503px -252px;
  color: #000;
}
/* line 450, ../sass/partials/_pages.scss */
.signup-form .platinum-btn:hover {
  background-position: -503px -296px;
}
/* line 455, ../sass/partials/_pages.scss */
.signup-form .btn-holder {
  margin-bottom: 20px;
}

/* line 460, ../sass/partials/_pages.scss */
.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99;
}
/* line 470, ../sass/partials/_pages.scss */
.overlay.show {
  display: block;
}

/* line 475, ../sass/partials/_pages.scss */
.preloader {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

/* line 482, ../sass/partials/_pages.scss */
#price-table {
  width: 730px;
  margin: 0 auto 40px;
  display: block;
  padding: 25px;
}
/* line 489, ../sass/partials/_pages.scss */
#price-table .price-block {
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  border: 1px solid #333E4C;
}
/* line 495, ../sass/partials/_pages.scss */
#price-table .price-block:last-child {
  margin-bottom: 0;
}
/* line 499, ../sass/partials/_pages.scss */
#price-table .price-block th {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  background: #333E4C;
}
/* line 507, ../sass/partials/_pages.scss */
#price-table .price-block th .duration {
  font-weight: bold;
  color: #FF7F00;
}
/* line 513, ../sass/partials/_pages.scss */
#price-table .price-block td {
  border: 1px solid #333E4C;
  padding: 15px;
  width: 33.33%;
}
/* line 518, ../sass/partials/_pages.scss */
#price-table .price-block td .price {
  font-weight: bold;
  color: #11D72C;
  font-size: 20px;
}
/* line 523, ../sass/partials/_pages.scss */
#price-table .price-block td .per-month {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}
/* line 529, ../sass/partials/_pages.scss */
#price-table .price-block td .paying {
  display: block;
  color: #BABABA;
}
/* line 534, ../sass/partials/_pages.scss */
#price-table .price-block td:last-child {
  text-align: center;
}

/* line 540, ../sass/partials/_pages.scss */
.video-frame {
  position: absolute;
  top: -150%;
  left: 50%;
  margin-left: -512px;
  z-index: 100;
  box-shadow: 0 0 14px #000;
  margin-top: -287.5px;
  line-height: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 552, ../sass/partials/_pages.scss */
.video-frame.show {
  top: 50%;
}
/* line 556, ../sass/partials/_pages.scss */
.video-frame .btn-close {
  top: -20px;
  right: 0;
  display: block;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  color: #999;
  cursor: pointer;
}
/* line 566, ../sass/partials/_pages.scss */
.video-frame .btn-close:hover {
  color: #fff;
}

/* line 571, ../sass/partials/_pages.scss */
.video-thumb {
  cursor: pointer;
}

/* line 574, ../sass/partials/_pages.scss */
.video-page {
  background: url("../images/grid.png"), url("../images/video-big-bg.jpg") center center #394249;
  background-size: auto auto, cover;
}
/* line 577, ../sass/partials/_pages.scss */
.video-page .wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
}
/* line 583, ../sass/partials/_pages.scss */
.video-page .wrapper .header, .video-page .wrapper .footer {
  background: rgba(26, 26, 31, 0.8);
  height: 55px;
  padding-top: 15px;
  margin-bottom: 25px;
}
/* line 589, ../sass/partials/_pages.scss */
.video-page .wrapper .header .btn-login, .video-page .wrapper .footer .btn-login {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.875em;
  float: right;
  margin-top: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 600, ../sass/partials/_pages.scss */
.video-page .wrapper .header .logo, .video-page .wrapper .footer .logo {
  display: inline-block;
}
/* line 604, ../sass/partials/_pages.scss */
.video-page .wrapper .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 610, ../sass/partials/_pages.scss */
.video-page .wrapper h1 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 1050px;
  margin: 0 auto 40px;
}
/* line 622, ../sass/partials/_pages.scss */
.video-page .wrapper .video-holder {
  width: 715px;
  margin: 0 auto 35px;
  line-height: 0;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
/* line 630, ../sass/partials/_pages.scss */
.video-page .wrapper .register-block {
  background: url("../images/btn-arrow-bg.png") no-repeat top center;
  display: block;
  width: 400px;
  margin: 0 auto;
  min-height: 100px;
  text-align: center;
}
/* line 638, ../sass/partials/_pages.scss */
.video-page .wrapper .register-block span {
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
/* line 649, ../sass/partials/_pages.scss */
.video-page .footer {
  background: rgba(26, 26, 31, 0.8);
  height: 55px;
  padding-top: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 656, ../sass/partials/_pages.scss */
.video-page .footer .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 662, ../sass/partials/_pages.scss */
.video-page .footer .left-col, .video-page .footer .right-col {
  width: 50%;
  display: block;
  float: left;
}
/* line 668, ../sass/partials/_pages.scss */
.video-page .footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 673, ../sass/partials/_pages.scss */
.video-page .footer .footer-nav li {
  display: inline-block;
  margin-right: 20px;
}
/* line 677, ../sass/partials/_pages.scss */
.video-page .footer .footer-nav li a {
  font-size: 12px;
  color: #fff;
}
/* line 681, ../sass/partials/_pages.scss */
.video-page .footer .footer-nav li a:hover {
  text-decoration: underline;
}
/* line 688, ../sass/partials/_pages.scss */
.video-page .footer .right-col {
  text-align: right;
  color: #fff;
}
/* line 692, ../sass/partials/_pages.scss */
.video-page .footer .right-col .copyrights {
  color: #fff;
  font-size: 0.75em;
  display: block;
}
/* line 698, ../sass/partials/_pages.scss */
.video-page .footer .right-col a {
  color: #fff;
  font-size: 0.75em;
}
/* line 702, ../sass/partials/_pages.scss */
.video-page .footer .right-col a:hover {
  text-decoration: underline;
}
/* line 708, ../sass/partials/_pages.scss */
.video-page .footer .btn-login {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.875em;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 718, ../sass/partials/_pages.scss */
.video-page .footer .logo {
  display: inline-block;
}

/* Landscape phone to portrait tablet */
/* Landscape phones and down */
.mejor-oferta {
  font-weight: bold;
  color: #11D72C;
  font-size: 20px;
  float:right;
}