<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>angelvydente new document title</title>
</head>
<body>
<p>/* Font */ @font-face {     font-family: 'futura_lt_btlight';     src: url('/angelvydente/cgi-bin/fonts/futura/futura_light_bt-webfont.woff2') format('woff2'),         url('/angelvydente/cgi-bin/fonts/futura/futura_light_bt-webfont.woff') format('woff');     font-weight: normal;     font-style: normal;  }  /* General */ * {     box-sizing: border-box; }  html {     position: relative;     min-height: 100%;     font-family: 'futura_lt_btlight';     font-size: 18px;     line-height: 1em; }  body {     background: #010104 url('/angelvydente/cgi-bin/img/bg.png') no-repeat center top;     background-size: 100% auto;     color: #fff;     margin: 0; }  a {     color: #f3a41e;     text-decoration: none;     -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;     transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }  a:hover, a:focus {     color: #fff;     text-decoration: none; }  p {     margin: 0 0 10px 0; }  img {     display: block;     max-width: 100%;     height: auto; }  iframe, object, embed, video {     display: block;     max-width: 100%; }  .embed-container {     position: relative;     padding-bottom: 56.25%;     height: 0;     overflow: hidden;     max-width: 100%; }  .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; }  .sr-only {     position: absolute;     width: 1px;     height: 1px;     padding: 0;     margin: -1px;     overflow: hidden;     clip: rect(0,0,0,0);     border: 0; }  .clearfix:after {     content:" ";     display:table;     clear:both; }  /* Layout */ .container {     width: 100%;     max-width: 1230px;     margin: 0 auto;     padding: 0 15px; }  .row {     margin: 0 -15px; }  .row:after {     content:" ";     display:table;     clear:both; }  .col {     float: left;     position: relative;     min-height: 1px;     padding: 0 15px; }  .col-40 {     width: 40%; }  .col-50 {     width: 50%; }  .col-60 {     width: 60%; }  /* Header */ .socials {     list-style: none;     padding: 25px 0;     margin: 0;     text-align: center; }  .socials&gt;li {     display: inline-block;     vertical-align: middle;     padding: 0 10px; }  .socials&gt;li&gt;a {     font-size: 22px;     line-height: 1em;     color: #f3a41e; }  .socials&gt;li&gt;a:hover, .socials&gt;li&gt;a:focus {     color: #fff; }  header h1 {     margin-top: 15%;     margin-bottom: 35px; }  header h1 img {     margin: 0 auto; }  /* Main */ .video {     border: 1px solid #f3a41e; }  h2 {     margin-top: 35px;     margin-bottom: 25px;     text-align: center;     font-family: 'futura_lt_btlight';     font-weight: normal;     font-size: 67px;     line-height: 1em;     text-transform: uppercase;     letter-spacing: 0.1em;     text-indent: 0.05em;     color: #f3a41e; }  .buy-links {     list-style: none;     padding: 0;     margin: 0;     text-align: center;     width: 100%;     max-width: 400px;     margin: 0 auto; }  .buy-links&gt;li {     position: relative;     display: inline-block;     vertical-align: middle;     padding: 10px; }  .buy-links&gt;li:nth-child(3) {     top: -5px; }  .buy-links&gt;li&gt;a {     display: block;     opacity: 1; }  .buy-links&gt;li&gt;a:hover, .buy-links&gt;li&gt;a:focus {     opacity: 0.8; }  h3 {     margin-top: 0;     margin-bottom: 0;     text-align: center;     font-family: 'futura_lt_btlight';     font-weight: normal;     font-size: 67px;     line-height: 1em;     text-transform: uppercase;     letter-spacing: 0.1em;     text-indent: 0.05em; }  .ig-title {     margin-top: 100px;     margin-bottom: 30px; }  #instagram {     margin: 0 -15px; }  #instagram div {     float: left;     width: 33.333333%;     padding: 0 15px;     margin-bottom: 30px; }  #instagram div a {     position: relative;     display: block;     background: #fff;     height: 0;     padding-bottom: 100%;     overflow: hidden;     opacity: 1; }  #instagram div a:hover, #instagram div a:focus {     opacity: 0.8; }  .newsletter-title {     margin-top: 100px;     margin-bottom: 30px; }  form .input {     position: relative;     width: 100%;     max-width: 630px;     margin: 0 auto;     padding-right: 211px; }  form input[type="email"] {     display: block;     width: 100%;     border: 1px solid #fff;     border-radius: 0;     font-family: 'futura_lt_btlight';     font-size: 27px;     line-height: 1em;     text-transform: uppercase;     background: none;     color: #fff;     padding: 10px; }  form input[type="email"]:focus {     outline: 0;     box-shadow: none; }  form input[type="submit"] {     position: absolute;     top: 0;     right: 0;     -webkit-appearance: none;     border: 1px solid #fff;     font-family: 'futura_lt_btlight';     font-size: 27px;     line-height: 1em;     text-transform: uppercase;     background: #fff;     color: #010104;     padding: 10px 60px;     height: 55px;     -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;     transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }  form input[type="submit"]:hover, form input[type="submit"]:focus {     outline: 0;     box-shadow: none;     cursor: pointer;     background: none;     color: #fff; }  ::-webkit-input-placeholder {     color: #fff; }  ::-moz-placeholder {     color: #fff; }  :-ms-input-placeholder {     color: #fff; }  :-moz-placeholder {     color: #fff; }  /* Footer */ footer {     padding: 100px 0 50px 0;     font-size: 18px;     text-align: center; }  footer p {     margin: 0; }  footer p+p {     margin-top: 10px; }  footer a {     color: #fff; }  footer a:hover, footer a:focus {     color: #f3a41e; }  /* Fanmail */ #newsletter-modal {     width: 640px;     max-width: 100%;     margin: 90px auto;     position: relative; }  #newsletter-modal button.mfp-close {     top: 20px;     right: 20px;     width: 39px;     height: 39px;     background: url('../img/fanmail-close.png') no-repeat center center;     opacity: 1; }  #newsletter-modal iframe {     width: 100%;     height: 950px;     border: 0; }  #targetbox {     background: rgba(245, 243, 244, 1) url('https://image.s6.exacttarget.com/lib/fe9412747566057a72/m/1/loading.gif') no-repeat center center; }  /* Responsive */ @media (max-width: 991px) {     /* Layout */     .col {         float: none!important;         width: 100%!important;     } }  @media (max-width: 767px) {         /* Header */     .socials {         padding: 5px 0;     }          .socials&gt;li&gt;a {         font-size: 18px;     }          /* Main */     h2 {         font-size: 32px;     }          .ig-title {         margin-top: 30px;     }          h3 {         font-size: 30px;     }          #instagram div {         width: 100%;     }          .newsletter-title {         margin-top: 30px;     }          form .input {         padding-right: 0;     }          form input[type="submit"] {         position: static;         margin-top: 10px;         width: 100%;     }          /* Footer */     footer {         padding: 50px 0;         font-size: 12px;     } }</p>
</body>
</html>