body{
	background: #FFF;
	color: #000;
	font-size: 14px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

header{
	width: 100%;
	height: 154px;
	background: url('../images/head-repeat.jpg') repeat-x;
}
.logo{
	margin: auto;
	width: 1530px;
	height: 145px;
	background: url('../images/header.jpg') no-repeat;
}

.floating-nav{
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: -40px;
	z-index: 25;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.show-nav{
	top: 0;
}
.nav{
	width: 871px;
    margin: auto;
    margin-top: 12px;
}
.nav ul{
	width: 1000px;
}
.nav ul li{
	color: #b0b0b0;
    cursor: pointer;
    float: left;
    font-size: 15px;
    border-right: 1px solid #646464;
    display: inline-block;
    padding-right: 24px;
    margin-right: 24px;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.nav ul li:hover{
	color: #FFF;
}
.active-nav{
	color: #FFF !important;
}
.nav ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.mainarea{
	height: 820px;
	width: 100%;
	position: relative;
	text-align: center;
}
.bg{
	height: 820px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.bg1{
	background: url('../images/background-off.jpg') no-repeat top center;
}
.bg2{
	height: 820px;
	width: 100%;
	position: absolute;
	background: url('../images/background-on.jpg') no-repeat top center;
	z-index: 2;
}

.circles{
	width: 800px;
	height: 820px;
	position: relative;
	z-index: 2;
	margin: auto;
}
.hoverArea{
	position: absolute;
	width: 213px;
	height: 300px;
}
.area1{
	top: 181px;
    left: -255px;
}
.area2{
	top: 207px;
    left: 77px;
}
.area3{
	top: 288px;
    left: 267px;
}
.area4{
	top: 236px;
    left: 590px;
}
.area5{
	top: 97px;
    left: 791px;
}

.circle{
	border: 1px solid #FFF;
	border-radius: 150px;
	margin: auto;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
/*
.circle:hover{
	background: rgba(255, 255, 255, .2);
}
*/
.circleOn{
	background: rgba(255, 255, 255, .2);
}
.circleFade{
	opacity: .2;
}
.spot1{
	width: 197px;
	height: 197px;
}
.spot2{
	width: 182px;
	height: 182px;
}
.spot3{
	width: 142px;
	height: 142px;
}
.spot4{
	width: 171px;
	height: 171px;
}
.spot5{
	width: 211px;
	height: 211px;
}

.meet{
	position: absolute;
    width: 94%;
    height: 73px;
    text-align: center;
    top: 657px;
    z-index: 3;
}

.button{
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, .4);
	color: #FFF;
	padding: 8px 12px;
	cursor: pointer;
	text-align: center;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.button:hover{
	background: rgba(255, 255, 255, 1);
	color: #000;
}
.talkBtn{
	font-size: 16px;
	width: 140px;
	margin: auto;
	height: 17px;
}
.panelDarkLook{
	font-size: 16px;
	width: 140px;
	height: 17px;
	margin-right: 0 !important;
}
.inner-text{
	display: inline-block;
	margin: auto;
}
.play-left{
	float: left;
	color: #FFF;
	font-size: 19px;
}
.play-right{
	float: left;
	color: #FFF;
	font-size: 16px;
	margin-left: 7px;
}
.button:hover .play-left, .button:hover .play-right{
	color: #000;
}
.shopBtn{
	font-size: 17px;
}

.pulseAnimation{
	-webkit-animation: pulsate 1.6s ease-out;
    -webkit-animation-iteration-count: infinite; 
}

.genericAnimation{
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}

@-webkit-keyframes pulsate {
    0% {background: rgba(0, 0, 0, 0);}
    50% {background: rgba(0, 0, 0, 1);}
    100% {background: rgba(0, 0, 0, 0);}
}

.top7{
	margin-top: 7px;
}
.top14{
	margin-top: 14px;
}

.denise{
	width: 190px;
	height: 95px;
	position: absolute;
	top: 460px;
	left: -290px;
	z-index: 4;
}
.goBack{
	width: 106px;
	height: 22px;
	margin: auto;
	padding-top: 25px;
	cursor: pointer;
}
.closeWhite{
	width: 19px;
	height: 19px;
	float: left;
	background: url('../images/close-white.png') no-repeat;
}
.backText{
	float: left;
	color: white;
	margin-left: 10px;
	margin-top: -1px;
	font-size: 18px;
	width: 75px;
	font-weight: lighter;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.goBack:hover .backText{
	color: #b2b2b2;
}

footer{
	width: 100%;
	height: 434px;
	background: #f4f4f4 url('../images/footer.jpg') no-repeat top center;
	border-top: 2px solid #454545;
}

.fader{
	position: absolute;
	width: 100%;
	height: 820px;
	background: url('../images/dark.png') repeat;
	z-index: 10;
}

.fixedPos{
	position: fixed;
	top: 0;
	height: 100%;
}
.shopArea{
	background: #FFF;
	width: 1039px;
	height: 580px;
	position: relative;
	margin: auto;
	margin-top: 118px;
}
.shopLeft{
	float: left;
	width: 387px;
	height: 504px;
}
.shopRight{
	float: left;
	width: 652px;
	height: 504px;
}
.product{
	float: left;
	width: 214px;
	height: 249px;
	margin: 1px 0 0 1px;
	cursor: pointer;
	background: #EDEDED;
	position: relative;
	border: 1px solid #EDEDED;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.product:hover{
	background: #FFF;
}
.prodImg{
	width: 216px;
	height: 190px;
}
.product h2{
	color: #000;
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
	width: 186px;
}
.product h3{
	color: #585858;
	font-size: 13px;
	text-align: left;
	margin-left: 15px;
	width: 186px;
}
.shopClose{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 9px;
	top: 9px;
	opacity: .8;
	z-index: 10;
	background: url('../images/close-black.png') no-repeat;
	cursor: pointer;

	transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -0-transition: all .25s;
}
.shopClose:hover{
	opacity: 1;
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.viewAllBtn{
	border: 1px solid #000;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #FFF;
	color: #000;
	font-size: 17px;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.viewAllBtn:hover{
	background: #000;
	color: #FFF;
}
.quick, .addcart{
	border: 1px solid #000;
    position: absolute;
    top: 65px;
    left: 50px;
    background: #FFF;
    color: #000;
    font-size: 14px;
    width: 89px;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.quick:hover, .addcart:hover{
	background: #000;
	color: #FFF;
}

.addcart{
	top: 105px;
}


/* -------- PANEL -------- */
.panel{
	width: 100%;
	border-top: 3px solid #000;
}
.panel-container{
	width: 1000px;
	margin: auto;
}
.top-img{
	background: url('../images/panel-1-image.jpg') no-repeat;
	width: 1000px;
	height: 700px;
	position: relative;
	margin-top: 110px;
}
.panel-meet-denise{
	width: 226px;
	height: 72px;
	position: absolute;
	right: 70px;
	top: 100px;
}
.white-text p{
	color: #FFF !important;
	font-size: 19px;
	text-align: right;
	margin-top: 23px;
}
.meet-text{
	width: 350px;
	position: absolute;
	right: 70px;
	bottom: 86px;
}
.panel-2{
	height: 288px;
	width: 1000px;
	border-bottom: 1px solid #C7C7C7;
	text-align: center;
}
.panel-container h1{
	display: inline-block;
	font-size: 32px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C7C7C7;
	margin: auto;
	margin-top: 70px;
}
.panel-2 .panel-italic{
	font-size: 18px;
	font-style: oblique;
	width: 665px;
	color: #484848;
	margin: auto;
	margin-top: 50px;
}
.panel-3{
	width: 1000px;
	height: 520px;
	padding: 0;
	margin: 0;
}

.right-topText{
	width: 378px;
	margin: 100px 0 0 50px;
}

.panel-container h2{
	display: inline-block;
	font-size: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C7C7C7;
}

.panel-container p{
	color: #484848;
	font-size: 15px;
	margin-top: 36px;
	line-height: 1.45em;
}

.panelBtn{
	border: 1px solid #000;
    margin-top: 27px;
    background: #FFF;
    color: #000;
    font-size: 14px;
    width: 107px;
    text-align: center;

	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -0-transition: all .5s;
}
.panelBtn:hover, .panelBtn:hover{
	background: #000;
	color: #FFF;
}

.panel-4{
	width: 1000px;
	clear: both;
	padding: 0;
	margin: 0;
	height: 520px;
}
.panel4-leftTop{
	width: 500px;
	background: url('../images/panel-3-image.jpg') no-repeat;
	cursor: pointer;
}
.leftTopText{
	width: 380px;
	margin: auto;
	padding-top: 42px;
	text-align: center;
}
.panel-container h3{
	display: inline-block;
	font-size: 24px;
	padding-bottom: 25px;
	border-bottom: 1px solid #C7C7C7;
	margin: auto;
	color: #FFF;
}
.leftTopText p{
	color: white;
	margin-top: 32px;
}

.panel4-leftBot{
	width: 500px;
	background: url('../images/panel-4-image.jpg') no-repeat;
	cursor: pointer;
}
.panel4-leftTop:hover .button, .panel4-leftBot:hover .button{
	background: rgba(255, 255, 255, 1);
	color: #000;
}
.panelViewAll{
	font-size: 17px;
	width: 211px;
	margin: auto;
}
.top100{
	padding-top: 115px;
}
.follow{
	clear: both;
    width: 1000px;
    text-align: center;
    margin: 41px 0;
}

.left-col{
	width: 500px;
	float: left;
}
.right-col{
	width: 500px;
	float: left;
}
.height520{
	height: 520px;
}
.height260{
	height: 260px;
}
.rel{
	position: relative;
}
.toTop{
	width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 25;
}
.toTop:hover{
	background: rgba(0, 0, 0, 1);
}



/* -------- HP -------- */

.hp-area{
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.hp-left{
	height: 450px;
	float: left;
	background: url('../images/hp-banner-left.png') no-repeat top right;
}
.hp-mid{
	height: 450px;
	width: 1100px;
	float: left;
	position: relative;
	background: url('../images/hp-banner-mid.jpg') no-repeat top center;
	cursor: pointer;
}
.hp-right{
	height: 450px;
	float: left;
	background: url('../images/hp-banner-right.png') no-repeat top left;
}
.hp-text-area{
	width: 305px;
	height: 129px;
	position: absolute;
	left: 120px;
	bottom: 50px;
}
.hp-meet{
	width: 310px;
	height: 51px;
}
.hp-hear{
	font-size: 16px;
	color: white;
	font-style: oblique;
	margin: 3px 0 0 5px;
}
.hp-button{
	font-size: 16px;
    margin: 16px 0 0 6px;
    width: 167px;
}
.hp-mid:hover .hp-button{
	background: rgba(255, 255, 255, 1);
	color: #000;
}


.hp-footer{
	width: 100%;
	height: 1882px;
	background: url('../images/hp-footer.jpg') no-repeat top center;
}

/* ---------------- */

.hideMe{
	display: none !important;
}
.opacity0{
	opacity: 0;
}
.delay1{
	-moz-animation-delay: .25s;
	-webkit-animation-delay: .25s;
	-0-animation-delay: .25s;
	animation-delay: .25s;
}
.delay2{
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-0-animation-delay: .5s;
	animation-delay: .5s;
}
.delay3{
	-moz-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-0-animation-delay: .75s;
	animation-delay: .75s;
}
.delay4{
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-0-animation-delay: 1s;
	animation-delay: 1s;
}
.delay5{
	-moz-animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s;
	-0-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay6{
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-0-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay7{
	-moz-animation-delay: 1.75s;
	-webkit-animation-delay: 1.75s;
	-0-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.duration1{
	-moz-animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -0-animation-duration: .25s;
    animation-duration: .25s;
}
.duration2{
	-moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -0-animation-duration: .5s;
    animation-duration: .5s;
}
.duration3{
	-moz-animation-duration: .75s;
    -webkit-animation-duration: .75s;
    -0-animation-duration: .75s;
    animation-duration: .75s;
}
.duration4{
	-moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -0-animation-duration: 1s;
    animation-duration: 1s;
}
.duration5{
	-moz-animation-duration: 1.25s;
    -webkit-animation-duration: 1.25s;
    -0-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.duration6{
	-moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -0-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.duration7{
	-moz-animation-duration: 1.75s;
    -webkit-animation-duration: 1.75s;
    -0-animation-duration: 1.75s;
    animation-duration: 1.75s;
}