﻿.header-new {
    background-position-x: center;
    background-position-y: 62px;
    background-repeat: no-repeat;
    width: 100% !important;
    background-size: contain;
    position: relative;
    height: 575px;
}

.type-diamonds {
    background-image: url("../png/header_diamonds%402x.png");
}

.type-jewelry {
    background-image: url("../png/header_jewerly%402x.png");
}

.header-new .container {
    max-width: unset;
    padding-top: 98px;
}

.tab-nav .diamond-icon {
    display: none;
}

.header-new {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

#wrapper.Diamonds {
    min-height: unset !important;
}

.buttons-header-new a {

    float: left; 
    color: #ffffff;

}

.btn-play-video {
    font-size: 15px;
    line-height: 21px;
    vertical-align: middle;
    padding-top: 7px;
    background: none !important;
    color: #35393D !important;
    border: unset !important;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-left: 20px;
}

.play-icon {
    content: url(../ico/icon-play-video.ico);
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}


.title-header-new h1 {
    float: left;
    color: #D21046;
   
}

.subtitile-header-new p {
    float: left;
    font-size: 21px;
    text-align: left;
    line-height: 27px
}
@media(max-width:768px) {
    .btn-play-video {
        margin-left:0;
    }

    .header-new{
        height:auto;
    }
    .buttons-header-new a.btn-default {
        margin-top:20px;
    }

    .buttons-header-new a.btn-play-video{
        margin-bottom:0;
    }
}