﻿body {
    margin: 0;
    font-family: 'Playfair Display', serif;
}

#page{
    width:90%;
    margin:auto;
}

header{
    background:url("header.jpg"), #fff;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
}

header .logo{
    width:500px;
    margin-top:150px;
    margin-bottom:150px;
}

header h1{
    margin-bottom:80px;
    color:#fff;
    font-weight:100;
    font-size:3em;
}

.gradient-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient( to bottom, transparent, black);
}

.button-yellow {
    padding: 30px 100px;
    background: #bd862c;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    outline: none;
    cursor: pointer;
    text-decoration:none;
}

    header button {
        margin-bottom: 75px;
        position:relative;
    }

        header button:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #bd862c;
            position:absolute;
            bottom:-20px;
            left:0;
            right:0;
            margin-left:auto;
            margin-right:auto;
        }

i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    position: absolute;
    bottom: -8px;
    left:0;
    right:0;
    margin:auto;
    width:0;
   
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

div.block-title {
    color: #000;
    font-size: 3em;
    text-align: center;
    margin-top: 150px;
}

    div.block-title hr {
        width: 90px;
        border: none;
        background: #bd862c;
        height:2px;
        margin-top:50px;
    }

.youtube-wrapper {
    width:auto;
    max-width: 1170px;
    height: 650px;
    position: relative;
    margin:auto;
    margin-top: 70px;
    margin-bottom: 280px;
    background: #000;
}

    .youtube-wrapper:before {
        position:absolute;
        content:"";
        background:url("youtube-bottom.png");
        background-size:100%;
        width:313px;
        height:96px;
        bottom:-96px;
        left:0;
        right:0;
        margin:auto;
    }


    .youtube-wrapper iframe{
        width:100%;
        height:100%;
    }
   
div.want-block {
    max-width:1500px;
    text-align: center;
    margin-top: 80px;
    margin-bottom:320px;
    margin-left:10%;
    margin-right:10%;
}

        div.want-block .col {
            height: 600px;
            display: block;
            float:left;
            width:51%;
            vertical-align: top;
            position: relative;
            border: 1px solid #c6c5c5;
        }

       div.want-block .col:first-child{
           background:url("want.jpg");
           background-size:cover;
           background-repeat:no-repeat;
           background-position:center;
           width:730px;
           width:48%;
       }

    div.want-block .col a{
        position:absolute;
        right:0;
        bottom:0;
    }

    div.want-block ul {
        padding-top: 10%;
        padding-left: 20%;
        padding-right: 10%;
        list-style: none;
        text-align: left;
        width: 70%;
    }

        div.want-block ul li{
            margin-bottom:15%;
            line-height:1.2em;
            font-size:1.2em;
            position:relative;
        }

            div.want-block ul li:before {
                position: absolute;
                top: 10px;
                left: -80px;
                content: "";
                background-repeat: no-repeat;
                background-size: 100%;
                width: 40px;
                height: 50px;
            }

            div.want-block ul li:nth-child(1):before{
                background-image:url(diamond.jpg);
            }
            div.want-block ul li:nth-child(2):before {
                background-image: url(money.jpg);
                height:50px;
            }
            div.want-block ul li:nth-child(3):before {
                background-image: url(store.jpg);
            }



div.client-title {
    color: #000;
    font-size: 3em;
    max-width:540px;
    text-align:left;
    float:left;
    margin-left:10%;
    width:29%
}

div.client-title img{
    display:block;
    margin:auto;
    margin-top:100px;
    margin-bottom:100px;
}

.pc-block{
    max-width:1110px;
    width:60%;
    float:right;
}

.pc-block img{
    width:100%;
    height:auto;
}

footer {
    background: #231f20;
    padding-top:200px;
    padding-bottom:200px;
    text-align:center;
    color:white;
    padding-left:20px;
    padding-right:20px;
}

footer p{
    width:90%;
    max-width:1000px;
    margin:auto;
    font-size:1.5em;
}

h2{
    font-size:3em;
    text-transform:uppercase;
    margin-top:100px;
    margin-bottom:120px;
    font-weight:100;
}

h2 strong{
    font-size:1.2em;
}



@media screen and (max-width: 1280px) {
    .pc-block{
        clear:both;
        display:block;
        float:none;
        margin:auto;
    }

    .want-block{
        margin-bottom:150px !important;
    }

    .client-title{
        margin:auto !important;
        display:block;
        float:none !important;
        text-align:center !important;
        width:90% !important;
    }

    div.want-block ul li:before {
        left:-60px;
    }
 }

@media screen and (max-width: 1024px) {
    div.want-block .col{
        width:100% !important;
        display:block;
    }

    div.want-block .col:first-of-type {
        height:300px;
    }
        div.want-block .col a {
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }
}