@font-face {
    font-family: 'Chivas Priori';
    src: url('fonts/ChivasPrioriRegular.eot');
    src: url('fonts/ChivasPrioriRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChivasPrioriRegular.woff') format('woff'),
        url('fonts/ChivasPrioriRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chivas Priori';
    src: url('fonts/ChivasPrioriLight.eot');
    src: url('fonts/ChivasPrioriLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChivasPrioriLight.woff') format('woff'),
        url('fonts/ChivasPrioriLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Chivas Priori';
    src: url('fonts/ChivasPrioriBold.eot');
    src: url('fonts/ChivasPrioriBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChivasPrioriBold.woff') format('woff'),
        url('fonts/ChivasPrioriBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: 'Chivas Priori';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
img{
    display: block;
    width: 100%;
}
.vlogo {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 35px;
}
.chivas-vtasting{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/chivas_vcover.jpg');
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: table;
}
.chivas-vtasting .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.vtasting-cont {
	z-index: 2;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.v-info {
	max-width: 680px;
	font-size: 26px;
	margin: 0 auto;
	text-align: center;
    padding: 0 15px 45px;
}
.join-now a {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #fff;
	width: 300px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
    text-decoration: none;
    color: #fff;
}

.vtime-cont {
	padding: 100px 0 0;
	font-size: 24px;
}


@media only screen and (max-width: 520px) {
    .v-info{
        font-size: 22px;
    }
    .vlogo {
        max-width: 270px;
    }
    .join-now a {
        font-size: 20px;
        width: 260px;
    }
    .vtime-cont {
    	font-size: 20px;
    }
}
