/*--------------------------------------------------//
/$$$$$$   /$$$$$$   /$$$$$$   /$$$$$$
/$$__  $$ /$$__  $$ /$$__  $$ /$$__  $$
| $$  \ $$| $$  \__/| $$  \__/| $$  \__/
| $$$$$$$$| $$ /$$$$| $$      |  $$$$$$
| $$__  $$| $$|_  $$| $$       \____  $$
| $$  | $$| $$  \ $$| $$    $$ /$$  \ $$
| $$  | $$|  $$$$$$/|  $$$$$$/|  $$$$$$/
|__/  |__/ \______/  \______/  \______/
Developed with loving code by http://www.agcs.works
For questions and support email info@agcs.works
//--------------------------------------------------*/

@font-face{
    font-family:"ArtifaktLegendBook";
    src:url("ArtifaktLegendBook.eot?#iefix");
    src:url("ArtifaktLegendBook.eot?#iefix") format("eot"),
        url("ArtifaktLegendBook.woff2") format("woff2"),
        url("ArtifaktLegendBook.woff") format("woff"),
        url("ArtifaktLegendBook.ttf") format("truetype"),
        url("ArtifaktLegendBook.svg#ArtifaktLegendBook") format("svg");
}
@font-face{
    font-family:"ArtifaktElementBold";
    src:url("ArtifaktElementBold.eot?#iefix");
    src:url("ArtifaktElementBold.eot?#iefix") format("eot"),
        url("ArtifaktElementBold.woff2") format("woff2"),
        url("ArtifaktElementBold.woff") format("woff"),
        url("ArtifaktElementBold.ttf") format("truetype"),
        url("ArtifaktElementBold.svg#ArtifaktElementBold") format("svg");
}
@font-face{
    font-family:"ArtifaktLegendBlack";
    src:url("ArtifaktLegendBlack.eot?#iefix");
    src:url("ArtifaktLegendBlack.eot?#iefix") format("eot"),
        url("ArtifaktLegendBlack.woff2") format("woff2"),
        url("ArtifaktLegendBlack.woff") format("woff"),
        url("ArtifaktLegendBlack.ttf") format("truetype"),
        url("ArtifaktLegendBlack.svg#ArtifaktLegendBlack") format("svg");
}

html,body {
    padding: 0;
    margin: 0;
}
#container {
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    background-color: black;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.element {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hide {
    opacity: 0;
}
#border {
    opacity: 1;
    border: 1px solid #000000;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    pointer-events: none;
}

#cta{
    position: absolute;
    top: 235px;
    left: 18px;
    background-color: #32bcad;
}

#ctaText {
    position: relative;
    display: inline-block;
    padding: 2px 0px 2px 10px;
    line-height: 25px;
    font-family: "ArtifaktElementBold",Arial;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: left;

}

#arrow{
    position: relative;
    display: inline-block;
    width: 5px;
    height: 9px;
    top: 2px;
    padding: 2px 10px 2px 15px;
}

/*NEW CSS*/
.highlight {
    color: #33baaf;
}
#vig {
    background-image: linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,0.75), rgba(0,0,0,0.5), rgba(0,0,0,0.25), rgba(0,0,0,0), rgba(0,0,0,0));
    opacity: 0.6;
}
#text1{
    position: absolute;
    left: 18px;
    bottom: 474px;
    width: 260px;
    color: #ffffff;
    font-family: "ArtifaktLegendBlack",Arial;
    font-size: 21px;
    line-height: 24px;
    text-align: left;
}
#text2{
    position: absolute;
    left: 18px;
    top: 136px;
    width: 260px;
    color: #ffffff;
    font-family: "ArtifaktLegendBook",Arial;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}
/* #text3{
    position: absolute;
    left: 10px;
    bottom: 76px;
    width: 170px;
    color: #ffffff;
    font-family: "ArtifaktElementBold",Arial;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
}
#credit{
    position: absolute;
    left: 9px;
    top: auto;
    bottom: 6px;
    width: 290px;
    height: auto;
    color: #bec5d8;
    font-family: "ArtifaktLegendBook",Arial;
    font-size: 9px;
    line-height: 9px;
    text-align: left;
} */


/*#text1{
    position: absolute;
    left: 13px;
    top: 45px;
    width: 170px;
    color: #ffffff;
    font-family: "ArtifaktElementBold",Arial;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
#text2{
    position: absolute;
    left: 10px;
    top: 43px;
    width: 167px;
    height: 43px;
    color: #33baaf;
    font-family: "ArtifaktLegendBlack",Arial;
    font-size: 29px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
}
#credit{
    position: absolute;
    left: 14px;
    top: auto;
    bottom: 5px;
    width: 290px;
    height: auto;
    color: #bec5d8;
    font-family: "ArtifaktLegendBook",Arial;
    font-size: 8px;
    line-height: 9px;
    text-align: left;
}*/
