
body{font-family: "proxima-nova",sans-serif!important;background: url(/1/image/bg1.png);    background-size: cover;
    background-repeat: no-repeat; }
h1 {
    
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 3px;
}
#left-wrapper {
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 130px;
    position: relative;
    
}

.icon-diamond {
    position: absolute;
    top: 0;
    left: 95px;
    display: block;
    
}

.col-md-4 {overflow: hidden;}
.col-md-4 img {position: relative; z-index: 2;}

.icon-diamond:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    bottom: -15px;
    color: #fa9a01;
    background-color: #fa9a01;
    left: 0;
    right: 0;
    margin: auto;
}
button.form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: 25px;
    border-color: #555;
    border: 2px solid;
    text-align: left;
    padding-left: 10px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    z-index: 20;
    position: relative;
}


h1 b{position: relative; }

h1 b:before {
    position: absolute;
    content: '’’';
    font-size: 110px;
    color: #fa9a01;
    top: 10px;
    opacity: 0.5;
    z-index: 0;
    left: -10px;
}

h1 b:after{
        position: absolute;
    content: '’’';
    font-size: 110px;
    color: #fa9a01;
    top: -30px;
    opacity: 0.5;
    right: -50px;
}



h2{position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 3px;
}
h2:after {
    position: absolute;
    width: 50px;
    height: 2px;
    top: 0px;
    content: '';
    left: 0;
    background-color: #fa9a01;
}
p {
    letter-spacing: 1.5px;
    line-height: 25px;
        margin-bottom: 70px;
        font-weight: lighter;
}

input.form-control {
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 1.5px;
    border: 2px solid;
    margin-bottom: 7px ;
}

.download {
    width: 20%;
    height: 50px;
    background-color: #fa9a01;
    display: block;
    line-height: 46px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    right: -2px;
    margin-top: -2px;
    z-index: -1;
}
input.form-control[type=submit] {
    width: 80%;
    float: left;
    text-align: left;
    line-height: 40px;
}
a.download:after {
    content: '';
    width: 700px;
    position: absolute;
    display: block;
    height: 2px;
    left: 80%;
    background-color: #fa9a01;
    z-index: 2;
    top: 20px;
}


ul {
    padding-left: 15px;
    padding-bottom: 20px;
}
ul li {
    width: 55%;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 12px;
        list-style: none;
        position: relative;

}
li::before {
    content: "•";
    color: #fa9a01;
    left: -16px;
    position: absolute;

}



/*--------------RESPONSIVE-----------------------*/


@media only screen and (max-width: 1500px) {

#left-wrapper{padding-left: 50px; padding-right: 50px;}
.icon-diamond{left: 50px;}
ul li{width: 100%;}
#left-wrapper {
    padding-left: 50px;
    padding-right: 0px;
padding-top: 100px;
}
}


@media only screen and (max-width: 960px) {
a.download:after{display: none}
h1:before{display: none}
h1:after{display: none}
.download{display: none}
img {
    width: 100%;
}
input.form-control[type=submit]{width: 100%; background-color: #fa9a01;color: #fff;}
input.form-control[type=submit]:hover{background-color: #E18A00;}
form {
    display: block;
    margin-bottom: 70px;
    width: 100%;
}
}






















