@font-face { 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/Roboto/Roboto-Light.ttf");
}

@font-face { 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("assets/fonts/Roboto/Roboto-RegularItalic.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("assets/fonts/Roboto/Roboto-MediumItalic.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("assets/fonts/Roboto/Roboto-BoldItalic.ttf");
}

/* latin */
@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}


html, body {
    background-color: #000;
    color: #f3ca67;
    height: 100%;
    font-family: "Avenir-LT-W01_35-Light1475496";
    font-size: 18px;
}

a {
    color: #f3ca67;
    text-decoration: underline;
}

a:hover {
    color: #f3ca67;
    text-decoration: underline;
}

#sony {
    text-decoration: none;
}

h1 {
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    font-size: 2em;
    text-shadow: 0 0 10px #bf172d;
}

@media (max-width:420px) {
    h1 {
        font-size: 1.6em;
    }
}

.img-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(assets/img/lari-luke-out-of-this-town-bg-1000.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.policy {
    font-size: 10px;
}

/*******************************/

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: #000;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 55%;
    min-height: 55%;
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);*/
    opacity: 1;
}

.album-cover {
    border: 1px solid #f3ca67;
    box-shadow: 0 0 10px #bf172d;
}

.cover-button {
    display: block;
    margin: 5px 20px;
    padding: 5px;
    border: 1px solid #f3ca67;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #f3ca67;
    text-shadow: 0 0 10px #bf172d;
}

.cover-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f3ca67;
}

.cover-button.cta {
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    font-size: 1.6em;
}

.download-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.presave {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none;
    opacity: 0.8;
}

.presave:hover {
    opacity: 1;
}

.vilma-arrow {
    position: absolute;
    width: 70px;
    bottom: -90px;
    right: -50px;
}

@media (max-width:767px) {
    .vilma-arrow {
        bottom: -100px;
        right: 80px;
    }
}

.playlist {
    display: block;
    font-size: 1.4em;
    text-shadow: 0 0 10px #bf172d;
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    color: #f3ca67;
}

.playlist:hover {
    text-decoration: none;
    color: #f3ca67;
}

.vilma {
    font-size: 1.8em;
    text-shadow: 0 0 10px #bf172d;
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    line-height: 1.2;
}

.klecks-one {
    max-width: 190px;
    position: absolute;
    bottom: -50px;
    left: -160px;
    z-index: 1;
}

.klecks-two {
    max-width: 230px;
    position: absolute;
    top: -80px;
    right: -120px;
    z-index: 1;
}

@media (max-width:991px) {
    .klecks-one, .klecks-two {
        display: none;
    }
}
video {
    width: 430px;
    height: 530px;
    position: relative;
    max-width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px #bf172d;
    border: 1px solid #f3ca67;
    object-fit: cover;
}

#album {
    overflow: visible;
    max-width: 320px;
    display: block;
    background-color: #22272f;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
}

#album .cover {
    position: relative;
}

#album-title {
    position: relative;
    background-color: #181818;
    text-align: center;
    color: #fff;
}

#album-title h1 {
    margin: 0px;
    padding: 16px 20px 0;
    font-size: 18px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    white-space: pre;
}

#album-title p {
    margin: 0px;
    padding: 5px 20px 20px;
    font-size: 14px;
    font-weight: 300;
}

.arrow {
    display: inline-block;
    left: 50%;
    margin-left: -12px;
    margin-bottom: -12px;
    width: 0;
    height: 0;
    top: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #181818;
    float: left;
    position: relative;
    z-index: 2;
}

#services {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

a.service {
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color .3s ease;
    cursor: pointer;
    text-decoration: none!important;
    border: none!important;
}

a.service:hover {
    transition: background-color .3s ease;
    background-color: #f5f5f5;
}

a.service img {
    max-width: 125px;
    display: inline-block;
    background-size: 100%;
    margin: 14px 0 14px 15px;
}

a.service .play {
    text-align: center;
    display: inline-block;
    float: right;
    margin: 15px 15px 15px 0;
    border-radius: 5px;
    border: 1px solid #777;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 155px;
    color: #777;
    font-weight: 300;
}

a.service:hover .play {
    transition: .3s ease;
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.form-item {
    position: relative;
    margin-bottom: 20px;
}

.form-item input {
    width: 100%;
    display: block;
    background-color: rgba(243,202,103,0.3);
    padding: 0px 10px;
    color: #f3ca67;
    border: 0px;
    border-bottom: 1px solid #f3ca67;
    outline: none;
}

.form-item input::placeholder {
    color: #f3ca67;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input:checked ~ .control__indicator {
    background: #f3ca67;
    border-color: #f3ca67;
    background-image: url(../img/ic-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.control__indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #f3ca67;
    background: transparent;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#winbutton {
    width: auto;
    background-color: transparent;
    border: 1px solid #f3ca67;

}

#winbutton:hover {
    color: #fff;
    background-color: #f3ca67;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px;
  border-bottom: 1px solid #f3ca67;
  -webkit-text-fill-color: #f3ca67;
  -webkit-box-shadow: 0 0 0px 1000px rgba(243,202,103,0.3) inset;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.femail {
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
    top: 0px;
}


.lead.thx {
    display: none;
    color: #f3ca67;
}