
/* FONTS */


.ProximaNova-Extrabld { 
  font-family: ProximaNova-Extrabld;
  font-weight: normal;
  font-style: normal;
}
.ProximaNova-Medium { 
  font-family: ProximaNova-Medium;
  font-weight: normal;
  font-style: normal;
}
.ProximaNova-MediumIt { 
  font-family: ProximaNova-MediumIt;
  font-weight: normal;
  font-style: normal;
}


/* MAIN */


html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 100%; /* 16 */
  -webkit-text-size-adjust: 100%;
  line-height: 1em; /* 16×1=16 */
  font-family: "ProximaNova-Medium", sans-serif;
  font-weight: normal;
	
  background-color: #fff;
  color: #444;
    
  padding: 0 0 0 0;
	
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  width: 100%;
  display: block; 
}

.grid *, .grid *:before, .grid *:after {
  box-sizing: inherit;
}

#content {
  background-size: 4px 4px;
  background-image: linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-color: #fff;
}


/* 0-599 SMARTPHONES   /// iPhone6 375x667 / iPhone5 320x568 + 568x620
------------------------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
  font-family: "ProximaNova-Extrabld", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  margin: 0 auto;
	
  font-size: 55px;
  line-height: 48px;
  letter-spacing: -1px;	
  border-top: 1px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0 20px 24px 20px;
}

h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h2 {	
  font-size: 45px;
  line-height: 40px;
  letter-spacing: -1px;	
  border-top: 4px solid rgba(255,255,255,0.00);
  border-bottom: 4px solid rgba(255,255,255,0.00);
  padding: 0 20px 24px 20px;
}

h3 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  border-top: 5px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0 20px 16px 20px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0 20px 0 20px;
}

h3.thin {
  font-family: "ProximaNova-Medium", serif;
}

p {
  font-family: "ProximaNova-Medium", serif;
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 0 auto;

  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.25px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 24px 40px;
}

p.hero {
  text-transform: uppercase;
  color: #111;
  
  letter-spacing: 0px;	
  padding: 8px 20px 24px 20px;
}

p.hero svg {
  width: 3px;
  height: 14px;
  padding: 0 8px;
  fill: #222;
}

p.link {
  font-family: "ProximaNova-Extrabld", serif;
  text-transform: uppercase;
  color: #333;

  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 8px 20px 0 20px;
}

p.link-button {
  line-height: 92px;
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0;	
  -moz-box-shadow:    inset 0 -1px 0 0 #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
  box-shadow:         inset 0 -1px 0 0 #ddd;
}

.link-button a {
  width: 100%;
  height: 100%;
  display: block;
}

p.small {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  border-top: 6px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;  
}

p.mini {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  border-top: 1px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;
}

p.micro {
  color: #444;

  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  border-top: 1px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;
}

.gentext p:last-child {
  padding-bottom: 8px;
}

.gentext strong {
  font-family: "ProximaNova-MediumIt", serif;
  font-weight: normal;
}

.gentext a {
  border-bottom: 1px solid #555;
}

a {
  color: inherit;
  text-decoration: none;
}

a.underline {
  border-bottom: 1px solid #555;
}

.greytext a.underline {
  border-bottom: 1px solid #aaa;
}

a.button {
  display: inline-block;  
  font-family: "ProximaNova-Extrabld", serif;
  text-transform: uppercase;
  color: #111;
  
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0px;
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  border-radius: 0; /*4px*/
  padding: 0 36px;
  margin: 8px 0 0 0;

  -moz-box-shadow:    inset 0 0 0 3px #111;
  -webkit-box-shadow: inset 0 0 0 3px #111;
  box-shadow:         inset 0 0 0 3px #111;
}

a.button.full {
  color: #fff;
  background-color: #111;
}

a.button.red {
  color: #e31927;
  -moz-box-shadow:    inset 0 0 0 3px #e31927;
  -webkit-box-shadow: inset 0 0 0 3px #e31927;
  box-shadow:         inset 0 0 0 3px #e31927;
}

a.button.redfull {
  color: #fff;
  background-color: #e31927;
    
  -moz-box-shadow:    inset 0 0 0 3px #e31927;
  -webkit-box-shadow: inset 0 0 0 3px #e31927;
  box-shadow:         inset 0 0 0 3px #e31927;
}

a.button.green {
  color: #0fa928;
  -moz-box-shadow:    inset 0 0 0 3px #0fa928;
  -webkit-box-shadow: inset 0 0 0 3px #0fa928;
  box-shadow:         inset 0 0 0 3px #0fa928;
}

a.button.greenfull {
  color: #fff;
  background-color: #0fa928;
    
  -moz-box-shadow:    inset 0 0 0 3px #0fa928;
  -webkit-box-shadow: inset 0 0 0 3px #0fa928;
  box-shadow:         inset 0 0 0 3px #0fa928;
}

.tag-fix {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 0 28px;
  max-width: 708px;
}

a.button.tag {
  color: #333;
    
  font-size: 17px;
  line-height: 44px;
  padding: 0 16px;
  margin: 4px 8px 4px 0;
    
  -moz-box-shadow:    inset 0 0 0 3px #333;
  -webkit-box-shadow: inset 0 0 0 3px #333;
  box-shadow:         inset 0 0 0 3px #333;
}

ul {
  margin: 0 auto;
}

.bold {
  font-family: "ProximaNova-Extrabld", serif;
}

.italic {
  font-family: "ProximaNova-MediumIt", serif;
  font-weight: normal;
}

.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.nohyphens {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.redtext {
  color: #e31927 !important; 
}

.greentext {
  color: #0fa928 !important; 
}

.greytext {
  color: #aaa !important; 
}

.darkgreytext {
  color: #666 !important; 
}

.striketext {
  text-decoration: line-through !important;
}

.thintext {
  font-family: "ProximaNova-Medium", serif !important;
}
    
.link svg {
  width: 7px;
  height: 12px;
  fill: #333;
}

.link.more svg {
  width: 12px;
  height: 12px;
}

.panel svg.logo {
  width: 124px;
  height: 56px;
  fill: #111;
}


/* TEXT */
    
.text p,
.text h1,
.text h2,
.text h3,
.text h4 {
  max-width: 560px;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;    
}

.text ul {
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 40px;
  list-style-type: none;
}

.text li p {
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
    
  background-image: url(../svg/dot.svg);
  background-position: 0 10px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}


/* FOOTER */

.footertext {
  background-color: #fcfcfc;
}

.footertext p {
  text-align: left;
  max-width: 1056px;
}

.footer {
  padding: 80px 4px 32px;
  background-color: #fafafa;
}

.footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer-fix {
  max-width: 1312px;
  margin: auto;
}

.footer-panel {  
  box-sizing: border-box;	
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0px 36px 56px 36px;
}

.footer-panel:nth-child(2n+1) {  
  clear: both;
}

.footer h4 {
  text-align: left;
  color: #444;
  padding: 0 0 8px;
}

.footer ul {
  list-style-type: none;
  color: #666;
    
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0;
}

.footer p.micro {
  color: #bbb;
}


/* FORMS */

.forms {
  padding: 0 20px 0;
}

.forms:after {
  content: '';
  display: table;
  clear: both;
}

.forms-fix {
    max-width: 520px;
    margin: auto;
}

form .compact,
form .noborder {
  border: 0;
  padding: 0;
  margin: 0 20px;
  border-radius: 0; /*4px*/
    
  -moz-box-shadow:    0 0 0 1px #bbb;
  -webkit-box-shadow: 0 0 0 1px #bbb;
  box-shadow:         0 0 0 1px #bbb;   
}

form .noborder {
  -moz-box-shadow:    0 0 0 0 #bbb;
  -webkit-box-shadow: 0 0 0 0 #bbb;
  box-shadow:         0 0 0 0 #bbb;   
}

form .form-group {
  position: relative;
  margin: 0 0 16px;
}

form .noborder p.mini,
form .noborder p.micro {
  padding: 0;
}

form .alert h4 {
  color: #e31927;
  text-transform: none;
  padding-bottom: 16px;
}

/* Forms basics */

form .form-group input[type="text"],
form .form-group input[type="password"],
form .form-group input[type="file"],
form .form-group select,
form .form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  box-shadow: none;
  vertical-align: middle;
  background-color: rgba(255,255,255,0);
  outline: none;
  transition: all .1s ease;
  resize: none;
    
  font-size: 18px;
  line-height: 28px;
  color: #444;
  border: 0 solid #fff !important;
  border-radius: 0; /*4px*/
  padding: 24px 12px 8px 12px;
    
  -moz-box-shadow:    inset 0 0 0 1px #bbb;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow:         inset 0 0 0 1px #bbb;    
}

form .form-group input[type="text"]:disabled {
  background: #f5f5f5;
  color: #999;
  opacity: 1;
}

form .form-group .num-chars {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: none;
	
  font-size: 12px;
  line-height: 12px;
  color: #999;
  padding: 10px 12px 0 0; 
}

form .form-group .num-chars.visible {
  display: block;
}

form .form-group textarea.nolabel {
  padding: 8px 12px;
}

form .form-group input[type="file"] {
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

form .form-group .force-select {  
  -webkit-user-select: all;  /* Chrome 49+ */
  -moz-user-select: all;     /* Firefox 43+ */
  -ms-user-select: all;      /* No support yet */
  user-select: all;          /* Likely future */   
}

/* Forms compact group */

form .compact .form-group {
  margin: 0;
}

form .compact .form-group.first input,
form .compact .form-group.first textarea,
form .compact .form-group.middle input,
form .compact .form-group.middle textarea {
  border-radius: 0; /*4px 4px 0 0*/
    
  -moz-box-shadow:    inset 0 -1px 0 0 #bbb;
  -webkit-box-shadow: inset 0 -1px 0 0 #bbb;
  box-shadow:         inset 0 -1px 0 0 #bbb;    
}

form .compact .form-group.middle input,
form .compact .form-group.middle textarea {
  border-radius: 0; 
}

form .compact .form-group.last input,
form .compact .form-group.last textarea {
  border-radius: 0; /*0 0 4px 4px*/    
    
  -moz-box-shadow:    inset 0 0 0 0 #bbb;
  -webkit-box-shadow: inset 0 0 0 0 #bbb;
  box-shadow:         inset 0 0 0 0 #bbb;   
}

/* Forms labels */

form .form-group .control-label,
form .form-group .error-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  background-color: rgba(255,255,255,0);
  transition: all .1s ease;
  pointer-events: none;
    
  font-size: 18px;
  line-height: 60px;
  color: #999;
  text-align: left;
  border: 0;
  border-radius: 0; /*4px*/
  padding: 0 0 0 20px;
}

form .form-group .error-text {
  display: none;
  color: #e31927;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0 0 12px;
}

form .form-group input[type="text"].has-value ~ .control-label,
form .form-group input[type="text"]:focus ~ .control-label,
form .form-group input[type="password"].has-value ~ .control-label,
form .form-group input[type="password"]:focus ~ .control-label,
form .form-group textarea.has-value ~ .control-label,
form .form-group textarea:focus ~ .control-label {
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0 0 12px;     
}

form .form-group.has-error input:focus,
form .form-group.has-error input.has-value,
form .form-group.has-error textarea:focus,
form .form-group.has-error textarea.has-value {
  background-color: rgba(227,25,39,0.03);
  outline: none;
}

form .form-group.has-error .error-text {
  display: block;
}

form .form-group.has-error .control-label {
  display: none;
}

form .form-group input[type="file"] ~ .control-label {    
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='%23aaaaaa'><path d='M25 48h-3V26H0v-3h22V0h3v23h23v3H25v22z' fill-rule='evenodd'/></svg>") no-repeat;
  background-size: 14px;
  background-position: calc(100% - 20px) 23px;
  background-repeat: no-repeat;
    
  -moz-box-shadow:    inset 0 0 0 1px #bbb;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow:         inset 0 0 0 1px #bbb;  
}

form .form-group input[type="file"].has-value ~ .control-label,
form .form-group input[type="file"]:focus ~ .control-label {
  color: #444;   
}

form .form-group select ~ .control-label,
form .form-group select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='25' fill='%23aaaaaa'><path d='M1-1l22 20L45-1l2 3-24 22L-1 2z' fill-rule='evenodd'/></svg>") no-repeat;
  background-size: 14px;
  background-position: calc(100% - 20px) 26px;
  background-repeat: no-repeat;
  background-color: #fff;
  
  -moz-box-shadow:    inset 0 0 0 1px #bbb;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow:         inset 0 0 0 1px #bbb;  

  font-size: 18px;
  line-height: 60px;
  height: 60px;
  color: #999;
  text-align: left;
  border: 0;
  border-radius: 0; /*4px*/
  padding: 0 0 0 20px; 
}

form .form-group select.has-value ~ .control-label,
form .form-group select:focus ~ .control-label {
  display: none;
}

form .form-group select,
form .form-group select.has-value {
  color: #444;   
}

/* Forms button */

form .button-container {
  text-align: center;
  margin: 0 20px;
}

form .button-container .button {
  font-family: "ProximaNova-Extrabld", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  background-color: rgba(255,255,255,0);
  
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0;
  border: 0;
  border-radius: 0; /*4px*/
  padding: 0 48px;
  margin: 0;

  -moz-box-shadow:    inset 0 0 0 3px #111;
  -webkit-box-shadow: inset 0 0 0 3px #111;
  box-shadow:         inset 0 0 0 3px #111;
}

form .button-container .button.full {
  width: 100%;
  padding: 0 !important;
}

form .button-container .button.left {
  width: calc(50% - 6px);
  float: left;
}

form .button-container .button.right {
  width: calc(50% - 6px);
  float: right;
}

form .button-container .button.red {
  color: #e31927;
    
  -moz-box-shadow:    inset 0 0 0 3px #e31927;
  -webkit-box-shadow: inset 0 0 0 3px #e31927;
  box-shadow:         inset 0 0 0 3px #e31927;
}

form .button-container .button.green {
  color: #0fa928;
    
  -moz-box-shadow:    inset 0 0 0 3px #0fa928;
  -webkit-box-shadow: inset 0 0 0 3px #0fa928;
  box-shadow:         inset 0 0 0 3px #0fa928;
}

/* Forms newsletter */
    
form .newsletter .button-container {
  margin: 0;
}

/* Forms checkbox */

form .form-group .checkbox-label {
  display: block;
  position: relative;
  padding-left: 36px;
  margin: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .form-group input[type="checkbox"] {
  position: absolute;
  display: none;
  opacity: 0;
  cursor: pointer;
}

form .form-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
    
  border: 1px solid #bbb;
  border-radius: 0; /*4px*/
  background-color: #fff;
}

form .form-group .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

form .form-group input[type="checkbox"]:checked ~ .checkbox-label .checkmark:after {
  display: block;
}

form .form-group .checkbox-label .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #444;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Forms radio */

form .form-group .radio-label {
  display: block;
  position: relative;
  padding-left: 36px;
  margin: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .form-group input[type="radio"],
form .join input[type="radio"] {
  position: absolute;
  display: none;
  opacity: 0;
  cursor: pointer;
}

form .form-group .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
    
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 50%;
}

form .form-group .radiomark:after {
  content: '';
  position: absolute;
  display: none;
}

form .form-group input[type="radio"]:checked ~ .radio-label .radiomark:after {
  display: block;
}

form .form-group .radio-label .radiomark:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
}

form .join label {
  display: block;
  cursor: pointer;
}


/* JOIN */

.join {
  padding: 0 20px 0;
}

.join:after {
  content: "";
  display: table;
  clear: both;
}

.join-fix {
  max-width: 1320px;
  margin: auto;
}

.join-fix.single {
  max-width: 520px;
}

.join-panel {
  box-sizing: border-box;	
  display: inline-block;
  float: left;
  width: calc(100% - 40px);
  text-align: center;
  padding: 44px 0 48px;
  margin: 0 20px 40px 20px;
    
  -moz-box-shadow:    inset 0 0 0 1px #bbb;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow:         inset 0 0 0 1px #bbb;
}

.join-fix.plans .join-panel,
.join-fix.single .join-panel,
.join-fix.double .join-panel {
  padding-bottom: 0;
}

.join-fix.single .join-panel,
.join-fix.double .join-panel {
  width: calc(100% - 40px);
}

.join h3 {
  padding: 0 20px 8px 20px;
}

.join p.price,
.join p.gateway {
  font-family: "ProximaNova-Extrabld", serif;
  color: #e31927;
  text-transform: uppercase;
  position: relative;

  font-size: 62px;
  line-height: 64px;
  letter-spacing: -1px;
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0 0 4px 0;
}

.join p.gateway {
  color: #0fa928;
  padding-bottom: 8px;
}

.join p.price span {
  font-family: "ProximaNova-Medium", serif;
}

.join .blue p.price {
  color: #0088cc; 
}

.join .green p.price {
  color: #0fa928; 
}

.join .gold p.price {
  color: #ba910d; 
}

.join .pink p.price {
  color: #d01e6a; 
}

.join p.price:after {
  content: "$";
  position: absolute;
  font-size: 18px;
  top: -12px;
  margin-left: 4px;
}

.join p.period {
  color: #333;
  text-transform: uppercase;

  font-size: 34px;
  line-height: 32px;
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;
}

.join p.small {
  padding: 0 40px 32px 40px;
}
    
.join svg {
  fill: #ccc;
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
}

.join .button {
  font-family: "ProximaNova-Extrabld", serif;
  text-transform: uppercase;
  color: #111;
  
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0px;
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  border-radius: 0; /*4px*/
  padding: 0;
  margin: 0 56px 8px;

  -moz-box-shadow:    inset 0 0 0 3px #111;
  -webkit-box-shadow: inset 0 0 0 3px #111;
  box-shadow:         inset 0 0 0 3px #111;
}

.join a {
  width: 100%;
  height: 100%;
  display: block;
}

.join .blue .button {
  color: #0088cc;
  -moz-box-shadow:    inset 0 0 0 3px #0088cc;
  -webkit-box-shadow: inset 0 0 0 3px #0088cc;
  box-shadow:         inset 0 0 0 3px #0088cc;
}

.join .green .button {
  color: #0fa928;
  -moz-box-shadow:    inset 0 0 0 3px #0fa928;
  -webkit-box-shadow: inset 0 0 0 3px #0fa928;
  box-shadow:         inset 0 0 0 3px #0fa928;
}

.join .gold .button {
  color: #ba910d;
  -moz-box-shadow:    inset 0 0 0 3px #ba910d;
  -webkit-box-shadow: inset 0 0 0 3px #ba910d;
  box-shadow:         inset 0 0 0 3px #ba910d;
}

.join .red .button {
  color: #e31927;
  -moz-box-shadow:    inset 0 0 0 3px #e31927;
  -webkit-box-shadow: inset 0 0 0 3px #e31927;
  box-shadow:         inset 0 0 0 3px #e31927;
}

.join .pink .button {
  color: #d01e6a;
  -moz-box-shadow:    inset 0 0 0 3px #d01e6a;
  -webkit-box-shadow: inset 0 0 0 3px #d01e6a;
  box-shadow:         inset 0 0 0 3px #d01e6a;
}

form .join input[type="radio"]:checked+label .join-panel,
.join .selected {
  background-color: #111;
  -moz-box-shadow:    inset 0 0 0 0 #ccc;
  -webkit-box-shadow: inset 0 0 0 0 #ccc;
  box-shadow:         inset 0 0 0 0 #ccc;
}

form .join input[type="radio"]:checked+label .join-panel h3,
.join .selected h3 {
  color: #fff; 
}

form .join input[type="radio"]:checked+label .join-panel p.period,
.join .selected p.period {
  color: #eee;
}

form .join input[type="radio"]:checked+label .join-panel p.small,
.join .selected p.small {
  color: #999;
}

.join-panel .ico {
  width: 18px;
  height: 14px;
  float: right;

  margin-right: 22px;
  margin-top: -8px;
  margin-bottom: 26px;
    
  background: no-repeat;
  background-size: 18px;
  background-repeat: no-repeat;
}

form .join input[type="radio"]:checked+label .join-panel .ico {    
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='24' fill='%23cccccc'><path d='M27 0L11 16 4 9l-4 4 11 11L31 4z' fill-rule='evenodd'/></svg>") no-repeat;
  background-size: 18px;
  background-repeat: no-repeat;
}


/* MENU */

.menu {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 999;
    
  -moz-box-shadow:    0px -1px 0px 0px #ddd;
  -webkit-box-shadow: 0px -1px 0px 0px #ddd;
  box-shadow:         0px -1px 0px 0px #ddd;
}

.menu-item {
  width: 20%;
  padding: 10px 0 9px 0;
  line-height: 0px;
  float: left;
  text-align: center;
}

.members .menu-item {
  width: 25%;
}

.menu-item span {
  font-family: "ProximaNova-Medium", serif;
  font-weight: normal;
  text-transform: none;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
	
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0px;
  padding-top: 8px;
}

.menu-item svg {
  fill: #222;
}

.menu-item.active svg, .menu-item.active span {
  fill: #e31927;
  color: #e31927;
}


/* SLIDER MENU */

.sliderm {
  height: 36px;
  margin: auto;
  text-align: center;
}

.sliderm-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -4px;*/
}

.sliderm-item {
  padding: 30px 8px 0;
  line-height: 0px;
  display: inline-block;
  text-align: center;
}

.sliderm-item svg {
  fill: #222;
  width: 4px;
  height: 4px;
}

.sliderm-item.disabled svg {
  fill: #ccc;
}


/* ACTION MENU */

.action {
  width: 100%;
  height: 68px;
    
  -moz-box-shadow:    inset 0px 0px 0px 1px #ddd;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
  box-shadow:         inset 0px 0px 0px 1px #ddd;  
}

.action-item {
  width: 20%;
  padding: 22px 0;
  line-height: 0px;
  float: left;
  text-align: center;
    
  -moz-box-shadow:    inset 1px 0px 0px 0px #ddd;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ddd;
  box-shadow:         inset 1px 0px 0px 0px #ddd;  
}

.action-item.selected {
  -moz-box-shadow:    inset 1px 0px 0px 0px #ddd, inset 0px -1px 0px 0px #ffffff;   
  -webkit-box-shadow: inset 1px 0px 0px 0px #ddd, inset 0px -1px 0px 0px #ffffff;   
  box-shadow:         inset 1px 0px 0px 0px #ddd, inset 0px -1px 0px 0px #ffffff;   
}

.action.model .action-item {
  width: 25%;
}

.action-item svg {
  fill: #222;
  width: 24px;
  height: 24px;
}

.action-item svg.like {
  width: 27px;
  height: 24px;
}

.action-item.active svg,
.action-item.selected svg {
  fill: #e31927;
}

.action-item.disabled svg {
  fill: #ccc;
}


/* TOP MENU */
    
.top-menu {
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(255,255,255,0.95);
  opacity: 1;  
}
    
.top-menu.fixed {
  position: fixed;
}

.top-menu.fixed-desktop {
  position: absolute;
}

.top-menu.line { 
  -moz-box-shadow:    inset 0 -1px 0 0 #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
  box-shadow:         inset 0 -1px 0 0 #ddd;
}

.top-menu.transparent {
  background-color: rgba(255,255,255,0.00);
}

.top-menu.gradient {
  padding-bottom: 8px;
    
  background:-webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background:-o-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background:-moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
    
.top-menu-block {
  height: 48px;
  margin: auto;
  text-align: center;
  white-space: nowrap;
}

.top-menu-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -4px;*/
}

.top-menu-block.first {
  width: 20%;
  float: left;
  text-align: left;
}

.top-menu-block.second {
  width: 60%;
  float: left;
  text-align: center;
}
    
.top-menu-block.third {
  width: 20%;
  float: right;
  text-align: right;
}
    
.top-menu-centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
    
.top-menu-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -4px;*/
}
    
.top-menu-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  padding: 0;
}

.top-menu-item a {
  cursor: pointer;
}

.top-menu-item span {
  font-family: "ProximaNova-Medium", serif;
  font-size: 16px;
  color: #aaa;
}
    
.top-menu-item:first-child {
  padding-left: 14px;
}
    
.top-menu-item:last-child {
  padding-right: 14px;
}

.top-menu-item svg {
  width: 18px;
  height: 18px;
  fill: #222;
  margin-bottom: 1px;
}

.top-menu-item svg.logo {
  width: 44px;
  height: 20px;
  margin: 0;
  fill: #111;
}

.top-menu-item svg.beta {
  width: 40px;
  height: 20px;
  margin: 0;
  margin-left: 6px;
}

.top-menu-item svg.mobile-beta {
  width: 87px;
  height: 20px;
  margin: 0;
  margin-left: 6px;
}

.top-menu-item svg.since {
  width: 80px;
  height: 20px;
  margin: 0;
  margin-left: 6px;
}

svg.old-version {
  width: 89px;
  height: 20px;
  margin: 0;
}

.top-menu-item svg.search {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.top-menu.dark .top-menu-item svg {
  fill: #eee;
}

.top-menu.dark .top-menu-item svg.logo {
  fill: #fff;
}

.top-menu.dark .top-menu-item span {
  color: #666;
  opacity: 1;
}


/* VIEWER */

body.viewer {
	background-color: #050505;
}

.viewer-block {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  text-align: center;
  white-space: nowrap;
}

.viewer-block.back {    
  background: url(../free/free-201.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.viewer-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -4px;*/
}

.viewer-centered {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.viewer-centered img {
  width: auto;
  max-width: 100vw;
  max-height: 100vh;
  margin: auto;
}


/* PANEL */ 

.panel {
  text-align: center;
}

.panel.dark {
  background-color: #111;
}

.panel.dark h1,
.panel.dark h2,
.panel.dark h3 {
  color: #eee;
}

.panel.dark p.hero {
  color: #999;
}

.panel.dark p {
  color: #666;
}

.panel.dark .link,
.panel.dark .link svg {
  color: #777;
  fill: #777;
}

.panel.dark .link.red,
.panel.dark .link.red svg {
  color: #e31927;
  fill: #e31927;
}

.panel.model{
  overflow: hidden;
}

.panel.model img {
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}


/* LIGHTBOX */ 

.lightbox {
  display: none;
}

.lightbox svg {
  fill: #222;
  width: 24px;
  height: 24px;
}


/* VIDEO */ 

.videos {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.videos .layer-text {   
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1; 
  padding: 0;
    
  pointer-events: none;
  overflow: hidden;
    
  background:-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  background:-o-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  background:-moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}

.videos h4 {
  font-family: "ProximaNova-Medium", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  margin: 0;
    
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
  word-spacing: -1px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0;
  max-width: inherit;
  opacity: 1;
    
  position: absolute;
  bottom: 20px;
  right: 20px;
}


/* CENTERED CONTENT EXAMPLE */ 

/* This parent can be any width and height */
.block {
  text-align: center;
  
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}
 
/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -0.25em;*/ /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;
  /*width: 300px;*/
  padding: 0 4px;
}


/* USEFUL */  

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.spacer {
  width: 100%;
  display: table;
  clear: both;
}

.spacer.line {
  -moz-box-shadow:    inset 0 -1px 0 0 #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
  box-shadow:         inset 0 -1px 0 0 #ddd;
}

.spacer-144 {
  line-height: 144px !important;
}
.spacer-104 {
  line-height: 104px !important;
}
.spacer-96 {
  line-height: 96px !important;
}
.spacer-80 {
  line-height: 80px !important;
}
.spacer-60 {
  line-height: 60px !important;
}
.spacer-56 {
  line-height: 56px !important;
}
.spacer-48 {
  line-height: 48px !important;
}
.spacer-40 {
  line-height: 40px !important;
}
.spacer-32 {
  line-height: 32px !important;
}
.spacer-24 {
  line-height: 24px !important;
}
.spacer-16 {
  line-height: 16px !important;
}

.max-width-480 {
  max-width: 480px !important;
}

.max-width-520 {
  max-width: 520px !important;
}

.hide-for-tablet {
  display: none !important;
}

.hide-for-desktop {
  display: none !important;
}

.show-for-tablet {
  display: inherit !important;
}


/* 600-1200 TABLETS   /// iPhone6 667x375 / iPad2 768x1024 + 1024x768
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 600px) {

h1, h2, h3, h4 {	
  max-width: 480px;
}
    
h1 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
    
p {
  max-width: 480px;
}

p.link-button {
  max-width: 100%;
}

ul {
  max-width: 560px;
}
    
.tag-fix {
  padding: 0 32px 0 40px;
}
    
    
/* FOOTER */
	
.footer {
	padding: 80px 24px 32px;
}
  
.footer-panel {  
  width: 33.333%;
}

.footer-panel:nth-child(2n+1) {  
  clear: inherit;
}
.footer-panel:nth-child(3n+1) {  
  clear: both;
}
    
    
/* FORMS */      
/* Forms newsletter */
    
form .newsletter .form-group {
  width: calc(60% - 8px);
  float: left;
  margin: 0;
}
    
form .newsletter .button-container {
  width: calc(40% - 8px);
  float: right;
  margin: 0;
}


/* JOIN */  	
	
.join-panel {
  width: calc(50% - 40px);
  margin: 0 20px 40px 20px;
}
    
.join-fix.double .join-panel {
  width: calc(50% - 40px);
}
	
        
/* USEFUL */  
    
.hide-for-tablet {
  display: none !important;
}
    
.hide-for-desktop {
  display: none !important;
}
    
.show-for-tablet {
  display: inherit !important;
}
	
}


/* 1200-2080 DESKTOP   /// MacBookPro 1680x1050
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {

h1, h2, h3, h4 {	
  max-width: 708px;
}
    
h1 {	
  font-size: 83px;
  line-height: 72px;
  letter-spacing: -1px;	
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 36px 40px;
}

h2 {
  font-size: 68px;
  line-height: 60px;
  letter-spacing: -1px;	
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0 40px 48px 40px;
}
	
h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 32px 40px;
}
    
h4 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 0 40px;
}
    
h1.huge {	
  max-width: 828px;
}

p {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.25px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 36px 40px;
	
  max-width: 708px;
}
	
p.hero {
  letter-spacing: 0px;	
  padding: 20px 40px 36px 40px;
}
	
p.hero svg {
  width: 5px;
  height: 22px;
  padding: 0 16px;
}
	
p.link {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0px;
  padding: 8px 40px 0 40px;
}
    
p.link-button {
  line-height: 132px;
  padding: 0;
  max-width: 100%;
}

.link a:hover,
.link a:hover svg {
  color: #e31927;
  fill: #e31927;
}

.link.green a:hover,
.link.green a:hover svg {
  color: #0fa928;
  fill: #0fa928;
}
    
p.small {
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0px;
  border-top: 1px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0 40px 28px 40px;
}
	
p.mini {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;
}
    
p.micro {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  border-top: 6px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
  padding: 0 40px 16px 40px;  
}
    
.gentext p:last-child {
  padding-bottom: 16px;
}
    
.gentext a {
  border-bottom: 1.5px solid #555;
}
	
a.underline {
  border-bottom: 1.5px solid #555;
}
	
.greytext a.underline {
  border-bottom: 1.5px solid #aaa;
}
    
a.underline:hover {
  color: #e31927;
  border-bottom: 1.5px solid #e31927;
}
    
.micro a.underline {
  border-bottom: 1px solid #555;
}
    
.micro a.underline:hover {
  border-bottom: 1px solid #e31927;
}
    
a.button {
  font-size: 28px;
  line-height: 88px;
  padding: 0 48px;
  border-radius: 0; /*6px*/
  margin: 0;

  -moz-box-shadow:    inset 0 0 0 4px #111;
  -webkit-box-shadow: inset 0 0 0 4px #111;
  box-shadow:         inset 0 0 0 4px #111;
}
    
a.button:hover {
  color: #fff;
  background-color: #111;
}
	
a.button.red,
a.button.red:hover,
a.button.redfull:hover {
  -moz-box-shadow:    inset 0 0 0 4px #e31927;
  -webkit-box-shadow: inset 0 0 0 4px #e31927;
  box-shadow:         inset 0 0 0 4px #e31927;
}

a.button.red:hover,
a.button.redfull:hover {
  color: #fff;
  background-color: #e31927;
}
    
a.button.redfull:hover {
  background-color: #f02634;
}
    
a.button.green,
a.button.green:hover {
  -moz-box-shadow:    inset 0 0 0 4px #0fa928;
  -webkit-box-shadow: inset 0 0 0 4px #0fa928;
  box-shadow:         inset 0 0 0 4px #0fa928;
}
    
a.button.green:hover {
  background-color: #0fa928;
}
    
a.button.tag {
  font-size: 23px;
  line-height: 64px;
  padding: 0 28px;
  margin: 8px 16px 8px 0;
    
  -moz-box-shadow:    inset 0 0 0 4px #333;
  -webkit-box-shadow: inset 0 0 0 4px #333;
  box-shadow:         inset 0 0 0 4px #333;
}
    
a.button.tag:hover {
  color: #fff;
  background-color: #333;
}
    
a.button.tag.disabled:hover {
  color: #333;
  background-color: #fff;
  cursor: default;
}
	
.link svg {
  width: 11px;
  height: 19px;
  fill: #333;
}
	
.link.more svg {
  width: 19px;
  height: 19px;
}
    
.panel svg.logo {
  width: 168px;
  height: 76px;
}
    
    
/* TEXT */
    
.text p,
.text h1,
.text h2,
.text h3,
.text h4 {
  max-width: 828px;
  padding-left: 40px;
  padding-right: 40px;    
}
    
.text h4 {
  font-size: 24px;
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
}

.text ul {
  max-width: 868px;
  padding: 0 0 0 40px;
}

.text li p {
  padding-left: 36px;
  padding-right: 40px;
    
  background-image: url(../svg/dot.svg);
  background-position: 0 15px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
}
    
    
/* FOOTER */
  
.footer {
  padding: 160px 24px 80px;
}

.footer-panel {  
  width: 20%;
}

.footer-panel:nth-child(3n+1) {  
  clear: inherit;
}
    
.footer h4 {
  padding: 0 0 12px;
}

.footer ul {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  border-top: 1px solid rgba(255,255,255,0.00);
  border-bottom: 3px solid rgba(255,255,255,0.00);
  padding: 0;
}
	
.footer a:hover {
  color: #e31927;
}
    
    
/* FORMS */
    
.forms-fix {
  max-width: 708px;
}
    
form .compact,
form .noborder {
  border-radius: 0; /*6px*/
}
    
form .form-group {
  margin: 0 0 32px;
}
       
form .alert h4 {
  margin: 0 20px 32px;
}
    
/* Forms basics */
    
form .form-group input[type="text"],
form .form-group input[type="password"],
form .form-group input[type="file"],
form .form-group select,
form .form-group textarea {
  font-size: 24px;
  line-height: 36px;
  padding: 34px 16px 18px 16px;
  border-radius: 0; /*6px*/
}
    
form .form-group .num-chars {
  font-size: 16px;
  line-height: 16px;
  padding: 14px 16px 0 0;     
}
    
form .form-group textarea.nolabel {
  padding: 14px 16px 10px 16px;
}
    
/* Forms compact group */
    
form .compact .form-group.first input {
  border-radius: 0; /*6px 6px 0 0*/ 
}

form .compact .form-group.last input {
  border-radius: 0; /*0 0 6px 6px*/    
}
    
/* Forms labels */
    
form .form-group .control-label {
  font-size: 24px;
  line-height: 88px;
  padding: 0 0 0 28px;
  border-radius: 0; /*6px*/
}
    
form .form-group input[type="text"].has-value ~ .control-label,
form .form-group input[type="text"]:focus ~ .control-label,
form .form-group input[type="password"].has-value ~ .control-label,
form .form-group input[type="password"]:focus ~ .control-label,
form .form-group textarea.has-value ~ .control-label,
form .form-group textarea:focus ~ .control-label,
form .form-group .error-text {
  font-size: 16px;
  line-height: 16px;
  padding: 14px 0 0 16px;     
}
      
form .form-group input[type="file"] ~ .control-label {    
  background-size: 20px;
  background-position: calc(100% - 30px) 34px;
}
    
form .form-group select ~ .control-label,
form .form-group select {
  background-size: 20px;
  background-position: calc(100% - 30px) 39px;

  font-size: 24px;
  line-height: 88px;
  height: 88px;
  padding: 0 0 0 28px; 
}
    
/* Forms button */ 
    
form .button-container {
  margin: 0 20px;
}
    
form .button-container .button {
  font-size: 28px;
  line-height: 88px;
  padding: 0 64px;
  border-radius: 0px; /*6px*/
    
  -moz-box-shadow:    inset 0 0 0 4px #111;
  -webkit-box-shadow: inset 0 0 0 4px #111;
  box-shadow:         inset 0 0 0 4px #111;
}
    
form .button-container .button:active,
form .button-container .button:hover {
  color: #fff;
  background-color: #111;
}
    
form .button-container .button.left,
form .button-container .button.right {
  width: calc(50% - 8px);
}
    
form .button-container .button.red {
  -moz-box-shadow:    inset 0 0 0 4px #e31927;
  -webkit-box-shadow: inset 0 0 0 4px #e31927;
  box-shadow:         inset 0 0 0 4px #e31927;
}
    
form .button-container .button.red:active,
form .button-container .button.red:hover {
  color: #fff;
  background-color: #e31927;
}
    
form .button-container .button.green {
  -moz-box-shadow:    inset 0 0 0 4px #0fa928;
  -webkit-box-shadow: inset 0 0 0 4px #0fa928;
  box-shadow:         inset 0 0 0 4px #0fa928;
}
    
form .button-container .button.green:active,
form .button-container .button.green:hover {
  color: #fff;
  background-color: #0fa928;
}

/* Forms checkbox + radio */
    
form .form-group .checkbox-label,
form .form-group .radio-label {
  padding-left: 48px;
  font-size: 24px;
  line-height: 24px;
}

form .form-group .checkmark,
form .form-group .radiomark {
  height: 24px;
  width: 24px;
}
    
form .form-group .checkbox-label .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
}
    
form .form-group .radio-label .radiomark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
}
    
	
/* JOIN */
    
.join-fix.single {
  max-width: 708px;
}
	
.join-fix.double {
  max-width: 880px;
}

.join-panel {
  width: calc(33.33% - 40px);
  margin: 0 20px 80px 20px;
  padding: 64px 0 68px;
}

.join-fix.plans .join-panel,
.join-fix.single .join-panel,
.join-fix.double .join-panel {
  padding-bottom: 0;
}
    
.join-fix.double .join-panel {
  width: calc(50% - 40px);
}
    
.join h3 {
  padding: 0 20px 32px 20px;
}
	
.join p.price,
.join p.gateway {
  font-size: 83px;
  line-height: 72px;
  letter-spacing: -2px;
  border-top: 3px solid rgba(255,255,255,0.00);
  border-bottom: 1px solid rgba(255,255,255,0.00);
  padding: 0 0 12px 0;
}  

.join p.gateway {
  font-size: 81px;
  padding-bottom: 36px;
}  
    
.join p.price:after {
  content: "$";
  position: absolute;
  font-size: 28px;
  top: -16px;
  margin-left: 4px;
}
    
.join p.period {
  font-size: 48px;
  line-height: 48px;
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0 40px 32px 40px;
}
    
.join p.small {
  padding: 0 40px 56px 40px;
}
    
.join svg {
  width: 44px;
  height: 44px;
}
	
.join .button {
  font-size: 28px;
  line-height: 88px;
  margin: 0 72px 8px;
  border-radius: 0; /*6px*/

  -moz-box-shadow:    inset 0 0 0 4px #111;
  -webkit-box-shadow: inset 0 0 0 4px #111;
  box-shadow:         inset 0 0 0 4px #111;
}
    
.join a:hover .button {
  color: #fff;
  background-color: #111;
}

form .join label:hover .join-panel,
.join a:hover .join-panel {
  -moz-box-shadow:    inset 0 0 0 4px #111;
  -webkit-box-shadow: inset 0 0 0 4px #111;
  box-shadow:         inset 0 0 0 4px #111;
}
    
form .join .join-fix.single label:hover .join-panel {
  cursor: auto;
    
  -moz-box-shadow:    inset 0 0 0 1px #bbb;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow:         inset 0 0 0 1px #bbb;
}
    
.join .blue .button,
.join a:hover .blue {
  -moz-box-shadow:    inset 0 0 0 4px #0088cc;
  -webkit-box-shadow: inset 0 0 0 4px #0088cc;
  box-shadow:         inset 0 0 0 4px #0088cc;
}
    
.join a:hover .blue .button {
  background-color: #0088cc;
}

.join .green .button,
.join a:hover .green {
  -moz-box-shadow:    inset 0 0 0 4px #0fa928;
  -webkit-box-shadow: inset 0 0 0 4px #0fa928;
  box-shadow:         inset 0 0 0 4px #0fa928;
}
    
.join a:hover .green .button {
  background-color: #0fa928;
}

.join .gold .button,
.join a:hover .gold {
  -moz-box-shadow:    inset 0 0 0 4px #ba910d;
  -webkit-box-shadow: inset 0 0 0 4px #ba910d;
  box-shadow:         inset 0 0 0 4px #ba910d;
}
    
.join a:hover .gold .button {
  background-color: #ba910d;
}
    
.join .red .button,
.join a:hover .red {
  -moz-box-shadow:    inset 0 0 0 4px #e31927;
  -webkit-box-shadow: inset 0 0 0 4px #e31927;
  box-shadow:         inset 0 0 0 4px #e31927;
}
    
.join a:hover .red .button {
  background-color: #e31927;
}
    
.join .pink .button,
.join a:hover .pink {
  -moz-box-shadow:    inset 0 0 0 4px #d01e6a;
  -webkit-box-shadow: inset 0 0 0 4px #d01e6a;
  box-shadow:         inset 0 0 0 4px #d01e6a;
}
    
.join a:hover .pink .button {
  background-color: #d01e6a;
}
    
.join-panel .ico {
  width: 26px;
  height: 20px;
  background-size: 26px;
  float: right;
  margin-right: 44px;
  margin-top: -20px;
  margin-bottom: 48px;
}

form .join input[type="radio"]:checked+label .join-panel .ico {    
  background-size: 26px;
}
    
	
/* SLIDER MENU */
	
.sliderm {
  height: 72px;
  margin: auto;
  text-align: center;
}

.sliderm-item {
  padding: 64px 16px 0;
}

.sliderm-item svg {
  width: 8px;
  height: 8px;
}

.sliderm-item:hover svg {
  fill: #e31927;
}
	
    
/* ACTION MENU */

.action-fix {  
  -moz-box-shadow:    inset 0px 0px 0px 1px #ddd;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
  box-shadow:         inset 0px 0px 0px 1px #ddd;  
}
    
.action {
  height: 104px;
  max-width: 1280px;
  margin: auto;
}

.action-item {
  padding: 36px 0;
}

.action-item svg {
  fill: #222;
  width: 32px;
  height: 32px;
}

.action-item svg.like {
  width: 36px;
  height: 32px;
}

.action a:hover svg {
  fill: #e31927;
}
	
     
/* TOP MENU */

.top-menu.fixed-desktop {
  position: fixed;
}
    
.top-menu-block {
  height: 96px;
  text-align: center;
  white-space: nowrap;
}

.top-menu-block.first {
  width: 40%;
  float: left;
  text-align: left;
}
    
.top-menu-block.second {
  width: 20%;
  float: left;
  text-align: center;
}
    
.top-menu-block.third {
  width: 40%;
  float: right;
  text-align: right;
}
    
.top-menu-centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
    
.top-menu-item {
  font-family: "ProximaNova-Extrabld", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #222;
  display: inline-block;
  vertical-align: middle;

  font-size: 18px;
  line-height: 12px;
  letter-spacing: 0px;
  padding: 0 16px;
}
    
.top-menu.dark .top-menu-item {
  color: #eee;
}
    
.top-menu-item:first-child {
  padding-left: 40px;
}
    
.top-menu-item:last-child {
  padding-right: 40px;
}
    
.top-menu-item svg {
  width: 24px;
  height: 24px;
  fill: #222;
}
    
.top-menu-item svg.logo {
  width: 52px;
  height: 24px;
}

.top-menu-item svg.beta {
  width: 48px;
  height: 24px;
}
    
.top-menu-item svg.mobile-beta {
  width: 104px;
  height: 24px;
}
    
.top-menu-item svg.since {
  width: 96px;
  height: 24px;
}
    
svg.old-version {
  width: 107px;
  height: 24px;
}
    
.top-menu .third .top-menu-item a:hover,
.top-menu .third .top-menu-item a:hover svg,
.top-menu.dark .third .top-menu-item a:hover,
.top-menu.dark .third .top-menu-item a:hover svg,
.top-menu .first .top-menu-item a:hover,
.top-menu .first .top-menu-item a:hover svg,
.top-menu.dark .first .top-menu-item a:hover,
.top-menu.dark .first .top-menu-item a:hover svg,
.top-menu .third .top-menu-item .active,
.top-menu .third .top-menu-item .active svg,
.top-menu.dark .third .top-menu-item .active,
.top-menu.dark .third .top-menu-item .active svg {
  color: #e31927;
  fill: #e31927;
}
    
.top-menu.gradient .top-menu-item a:hover svg.back,
.top-menu.gradient .top-menu-item a:hover svg.close {
  color: #eee;
  fill: #eee;
  opacity: 0.7;
}
    

/* PANEL */
    
.panel.dark .link a:hover,
.panel.dark .link a:hover svg {
  color: #e31927;
  fill: #e31927;
}
    
.panel.dark .link.red a:hover,
.panel.dark .link.red a:hover svg {
  color: #777;
  fill: #777;
}
    
.panel.model:hover img {
  -ms-transform:scale(1.04);
  -webkit-transform:scale(1.04);
  transform:scale(1.04);
}

    
/* LIGHTBOX */ 

.lightbox svg {
  width: 32px;
  height: 32px;
}
    
.lightbox a:hover svg {
  fill: #e31927;
}
   
    
/* VIDEO */ 

.videos h4 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  word-spacing: -1px;
  border-top: 2px solid rgba(255,255,255,0.00);
  border-bottom: 2px solid rgba(255,255,255,0.00);
    
  bottom: 36px;
  right: 44px;
}

    
/* USEFUL */  

.margin-bottom-36 {
  margin-bottom: 72px !important;
}
    
.padding-bottom-8 {
  padding-bottom: 16px !important;
}
    
.padding-bottom-32 {
  padding-bottom: 64px !important;
}

.spacer-144 {
  line-height: 288px !important;
}
.spacer-104 {
  line-height: 208px !important;
}
.spacer-96 {
  line-height: 192px !important;
}
.spacer-80 {
  line-height: 160px !important;
}
.spacer-60 {
  line-height: 120px !important;
}
.spacer-56 {
  line-height: 112px !important;
}
.spacer-48 {
  line-height: 96px !important;
}
.spacer-40 {
  line-height: 80px !important;
}
.spacer-32 {
  line-height: 64px !important;
}
.spacer-24 {
  line-height: 48px !important;
}
.spacer-16 {
  line-height: 32px !important;
}
    
.hide-for-tablet {
  display: inherit !important;
}
    
.hide-for-desktop {
  display: none !important;
}

.show-for-tablet {
  display: none !important;
}
	
}		


/* 2080+ BIG DESKTOP   /// iMac Retina 2560x1440
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 2080px) {

.join-fix {
  max-width: 1480px;
}
    
.join-fix.double {
  max-width: 960px;
}
    
.action {
  max-width: 1440px;
}
    
.footer-fix {
  max-width: 1512px;
}
 
    
/* USEFUL */      

.hide-for-tablet {
  display: inherit !important;
}
    
.hide-for-desktop {
  display: inherit !important;
}
    
.show-for-tablet {
  display: none !important;
}
        
}


/* ADJUSTMENTS
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1600px) {

h1.huge {	
  max-width: 1024px;
  font-size: 120px;
  line-height: 108px;
  letter-spacing: -2px;	
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0 40px 36px 40px;
}
    
p.link-button {
  line-height: 156px;
}
    
a.button {
  line-height: 96px;
  padding: 0 56px;
}
    
.join .button {
  line-height: 96px;
}
    
.action {
  height: 112px;
}

.action-item {
  padding: 40px 0;
}
    
form .form-group input[type="text"],
form .form-group input[type="password"],
form .form-group input[type="file"],
form .form-group select,
form .form-group textarea {
  padding: 38px 16px 22px 16px;
}
    
form .form-group textarea.nolabel {
  padding: 18px 16px 14px 16px;
}
    
form .form-group input[type="file"] ~ .control-label {    
  background-size: 20px;
  background-position: calc(100% - 30px) 38px;
}
    
form .form-group .control-label {
  line-height: 96px;
}
    
form .form-group select ~ .control-label,
form .form-group select {
  background-position: calc(100% - 30px) 43px;
  line-height: 96px;
  height: 96px;
  padding: 0 0 0 28px; 
}
    
form .button-container .button {
  line-height: 96px;
  padding: 0 64px;
}
        
}