/*==================================*/

/*IE6 ALERT*/

#ie6-alert {
	width: 100%;
	height: auto;
	background-color: #ffff96;
	padding-top: 2em;
	padding-bottom: 2em;
}

#ie6-alert p {
	color: red;
	text-align: center;
}

/*==================================*/

/*STRUCTURE, GRID, GUTTER & BOX MODELS*/

html, body {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#global-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
}

body.mobile #global-wrapper {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#global-wrapper.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

.viewport {
	width: 85%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.framed-box {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background-color: white;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class^="col-"], .gutter-50 > [class^=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.pos-relative {
  position: relative;
}

/*==================================*/

/*TYPOGRAPHY*/

h1 {
	color: #292e33;
	font-size: 42px;
	font-weight: 200;
}

h1 em {
	color: #86b3c0;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
}

h1 sup {
	font-size: 0.35em;
	vertical-align: super;
}

h2 {
	color: #eb8b53;
	/*font: italic 32px/1em 'Zeyada', cursive;*/
	font: italic 32px/1em;
}

h3 {
	color: #292e33;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h1, h3 {
	color: #19234b;
}

p {
	color: #737373;
}

.whisper {
	color: #c8c8c8;
}

strong {
	color: #19234b;
}

em {
	color: #eb8b53;
	font-style: normal;
}

/*==================================*/

/*BUTTONS*/

.btn-cart::before {
	content: '';
	display: inline-block;
	float: left;
	width:  36px;
	height: 37px;
	background: url(../images/icon_cart.png) no-repeat center center;
	margin-right: 10px;
}

.btn-cart {
	text-transform: uppercase;
	line-height: 37px;
}

.btn-primary {
	/*border-color: #47b87a;
	background-color:#47b87a;*/
	border-color: #4CAF50;
	background-color:#4CAF50;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #47b87a;
    border-color: #47b87a;
    -webkit-box-shadow: 0 0 15px 0 #179650;
    -moz-box-shadow: 0 0 15px 0 #179650;
    -ms-box-shadow: 0 0 15px 0 #179650;
    -o-box-shadow: 0 0 15px 0 #179650;
    box-shadow: 0 0 15px 0 #179650;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #47b87a;
    border-color: #204d74;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #47b87a;
    border-color: #122b40;
}

/*==================================*/

/*LINKS*/

a:link, a:visited {
	color: #eb8b53;
	text-decoration: none;
}

::-webkit-selection {
	background-color: #ffdecb;
}

::-moz-selection {
	background-color: #ffdecb;
}

::-o-selection {
	background-color: #ffdecb;
}

::selection {
	background-color: #ffdecb;
}

.text-highlight {
	background-color: #d5f6ff;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 2px;
	margin-left: 2px;
}

/*==================================*/

/*TYPOGRAPHY*/

.text-lg-left {
	text-align: left;
}

.text-lg-center {
	text-align: center;
}

.text-lg-right {
	text-align: right;
}

/*==================================*/

/*SPACERS*/

[class^="spacer-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.spacer-xs {
	height: 1em;
}

.spacer-sm {
	height: 2em;
}

.spacer-md {
	height: 3em;
}

.spacer-lg {
	height: 5em;
}

/*==================================*/

/*MEDIA QUERY BREAKPOINT ANIMATION*/

header {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*==================================*/

/*HEADER & NAVIGATION*/

header {
	width: 100%;
	height: 130px;
	position: fixed;
	top: -130px;
	opacity: 0;
	background: #0e0b33 url(../images/caviarluv_logo.jpg) no-repeat center top;
	z-index: 99999;
}

header.scrolled {
	top: 0px;
	opacity: 1;
}

header .viewport {
	position: relative;
	height: 100%;
}

header nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
}

header nav a:first-child {
	margin-left: 0 !important;
}

header nav a:last-child {
	margin-right: 0 !important;
}

header a:link, header a:visited {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

#down-arrow {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-sizing: content-box;
	background: url(../images/icon_down_arrow.png) no-repeat center top;
	display: none;
}

/*==================================*/

/*SPLASH*/

#splash {
	height: 780px;
	background: #0e0b33 url(../images/splash_background.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 15px;
	position: relative;
}

#splash img.visible-xs {
	margin-top: 50px;
}

#new-tag {
	width: 180px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

#splash h1, #splash h2 {
	margin: 0;
}

#couple-in-love {
	width: 100%;
	height: 493px;
	position: absolute;
	bottom: 0;
	background: url(../images/couple_in_love.png) no-repeat center bottom;
	background-size: contain;
}

.price-tag, .shipping-fees {
	font-size: 14px;
	display: inline-block;
	width: 130px;
	height: 130px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 2em;
	padding-top: 20px;
	border-style: solid;
	border-width: 2px;
	background-color: white;
	position: relative;
}

.price-tag .content, .shipping-fees .content {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

.price-tag {
	color: #eb8b53;
	border-color: #eb8b53;
}

.price-tag .price {
	display: block;
	font-weight: 200;
	font-size: 48px;
}

.shipping-fees {
	color: #a4c5cf;
	background-color: white;
	border-color: #a4c5cf;
}

.shipping-fees .price {
	display: block;
	font-size: 32px;
}

.shipping-fees .price del {
	color: red;
}

.shipping-fees .price del span {
	color: #a4c5cf;
}

.shipping-fees em {
	color: #47b77a;
	font-weight: 700;
	font-size: 20px;
}

.dark-mood .price-tag {
	color: white;
	background-color: #eb8b53;
	border: none;
}

#splash .price-tag {
	margin-bottom: 10px;
}

#splash .made-in-france {
	margin-bottom: 10px;
}

img.levitation {
	position: absolute;
	top: 0;
	left: 40%;
	-webkit-animation: levitation 2s infinite alternate ease-out;
	-moz-animation: levitation 2s infinite alternate ease-out;
	-ms-animation: levitation 2s infinite alternate ease-out;
	-o-animation: levitation 2s infinite alternate ease-out;
	animation: levitation 2s infinite alternate ease-out;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
}

@keyframes levitation {
	0% {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	100% {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@-webkit-keyframes levitation {
	0% {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	100% {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@-moz-keyframes levitation {
	0% {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	100% {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

/*==================================*/

/*FEATURES*/

#features {
	position: relative;
	background-color: #fafafa;
	padding-bottom: 2em;
	padding-top: 3em;
}

#features::before {
	content: '';
	display: block;
	width: 100%;
	height: 22px;
	position: absolute;
	top: -22px;
	background: url(../images/pattern_wave_top_gray.png) repeat-x center center;
}

#features .feature-icon {
	background-color: white;
	border: 1px solid #e6e6e6;
}

.feature-icon {
	display: inline-block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

.feature-icon.caviar {
	background-image: url(../images/icon_caviar.png);
}

.feature-icon.natural {
	background-image: url(../images/icon_natural.png);
}

.feature-icon.efficient {
	background-image: url(../images/icon_efficient.png);
}

/*==================================*/

/*INTRODUCTION*/

#introduction {
	padding-top: 3em;
	padding-bottom: 3em;
}

#caviar-spoon {
	margin-right: -20px;
	margin-left: auto;
	position: relative;
	top: -30px;
}

p.checkmark {
	padding-left: 30px;
	position: relative;
}

p.checkmark::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 20px;
	background: url(../images/icon_checkmark.png) no-repeat center center;
}

/*==================================*/

/*HOW DOES IT WORKS*/

#how-does-it-works {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #fafafa;
}

/*==================================*/

/*REGISTER*/

#register {
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #fafafa;
}


/*==================================*/

/*SERUM EFFICIENCY*/

#serum-efficiency {
	padding-bottom: 2em;
	background-color: #0e0b33;
	position: relative;
}

#serum-efficiency::after {
	content: '';
	display: block;
	width: 100%;
	height: 22px;
	position: absolute;
	top: 0;
	background: url(../images/pattern_wave_bottom_gray.png) repeat-x center center;
}

.dark-mood h1, .dark-mood h3 {
	color: white;
}

.dark-mood p {
	color: #a8adc5;
}

.dark-mood strong {
	color: white;
}

/*==================================*/

/*HOW TO USE*/

#how-to-use {
	padding-top: 3em;
	padding-bottom: 3em;
}

#unbeatable-price {
	position: relative;
	background-color: #fafafa;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 3em;
}

#unbeatable-price .price-tag {
	position: absolute;
	/*top: -120px;
	right:  -20px;*/
	top: -90px;
	right:  470px;	
}

/*==================================*/

/*INGREDIENTS*/

#ingredients {
	padding-top: 3em;
	min-height: 690px;
	background: #fafafa url(../images/background_caviar_box.jpg) no-repeat right top;
	background-size: auto 85%;
}

#kamasutra {
	margin-top: 3em;
}

#ingredient-list {
	padding-top: 1em;
	padding-bottom: 3em;
	background-color: #fafafa;
}

#ingredient-list .col-md-4 {
	min-height: 500px;
}

/*==================================*/

/*GOOD REASONS*/

#good-reasons {
	position: relative;
	background: #0e0b33 url(../images/couple_in_bed.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 3em;
	padding-bottom: 3em;
}

#good-reasons::after {
	content: '';
	display: block;
	width: 100%;
	height: 22px;
	position: absolute;
	top: 0;
	background: url(../images/pattern_wave_bottom_gray.png) repeat-x center center;
}

#good-reasons h1 {
	color: white;
}

#good-reasons .price-tag {
	position: absolute;
	right: 20%;
	top: 40%;
}

#good-reasons .made-in-france {
	margin-right: 10px;
	margin-left: 30px;
}

#good-reasons .made-in-france, #good-reasons .lab-tested {
	margin-top: 1em;
}

#good-reasons .framed-box {
	background-color: transparent !important;
	background-image: url(../images/pattern_transparent_blue.png);
	background-repeat: repeat;
	background-position: center center;
	border-style: none;
	border-width: 0;
}

#good-reasons .feature-icon {
	border: 1px solid #504d69;
}

/*==================================*/

/*FAQ*/

#faq {
	padding-top: 3em;
	padding-bottom: 3em;
}

#faq .price-tag {
	margin-right: 10px;
}

/*==================================*/

/*TESTIMONIALS*/

#testimonials {
	
}

.carousel-inner .item {
	padding-left: 20%;
	padding-right: 20%;
}

.carousel-control .navigation {
	display: block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #fafafa;
	background-image: url(../images/icon_navigation_arrows.png);
	background-repeat: no-repeat;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-sizing: content-box;
}

.carousel-control.left .navigation {
	left: 0;
	background-position: left top;
}

.carousel-control.left:hover .navigation {
	background-position: left bottom;
}

.carousel-control.right .navigation {
	right: 0;
	background-position: right top;
}

.carousel-control.right:hover .navigation {
	background-position: right bottom;
}

.testimonial::before {
	content: '';
	display: block;
	width: 48px;
	height: 37px;
	margin: 1em auto;
	background: url(../images/icon_quote.gif) no-repeat center center;
}

#try-now {
	margin-top: 3em;
}

#try-now img.stamp {
	margin-top: -50px;
}

#try-now .price-tag {
	margin-right: 10px;
}

/*==================================*/

/*FOOTER*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e6e6e6;
}

/*==================================*/

/*SCROLL HELPER*/

#blur-overlay {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pattern_transparent_blue.png) repeat center center;
	z-index: 99999;
}

#mouse-icon {
	width: 100%;
	height: 220px;
	position: absolute;
	top: 20%;
	left: 0;
	background: url(../images/icon_mouse.png) no-repeat center top;
}

#mouse-icon span {
	display:  block;
	width: 50px;
	height: 52px;
	position: absolute;
	margin-left: -25px;
	bottom: 40px;
	left: 50%;
	background: url(../images/icon_arrow_down.png) no-repeat center center;
	-webkit-animation: levitation 500ms infinite alternate ease-out;
	-moz-animation: levitation 500ms infinite alternate ease-out;
	-ms-animation: levitation 500ms infinite alternate ease-out;
	-o-animation: levitation 500ms infinite alternate ease-out;
	animation: levitation 500ms infinite alternate ease-out;
	z-index: 9999;
}

#blur-overlay a.close {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/icon_close.png) no-repeat center center;
	position: absolute;
	right:  20px;
	top: 20px;
}

#blur-overlay p {
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/*==================================*/

/*BACK TO TOP LINK*/

#top-arrow {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-sizing: content-box;
	background: #0e0b33 url(../images/icon_top_arrow.png) no-repeat center top;
}

#top-arrow:hover {
	background-position: center bottom;
}



/*==================================*/

/*CUSTOM*/

#topctamobile {
	color: white;
	font-size: 22px;
	padding: 5px;
	width: 80%;
    height: 40px;
    position: fixed;
    top: 10px;
    left: 10px;
  	display: none;
}

#introform {
	font-size: 28px;
}

#blockform {
    /*border: 1px solid #47b779;*/
    padding: 10px;
    background-color: #fafafa;
}

.framed-box-register {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background-color: white;
}

.framed-box-register p.checkmark {
	padding-left: 26px;
}

.emailinfo {
	font-size: 12px;
}

.form-control {
	height: 44px;
	font-size: 16px;
}

/*==================================*/

/*MEDIA QUERIES*/

/*Desktops, laptops and large screens*/

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

.text-md-left, .text-lg-left {
	text-align: left;
}

.text-md-center, .text-lg-center {
	text-align: center;
}

.text-md-right, .text-lg-right {
	text-align: right;
}

}

/*Tablets*/

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

#topctamobile, #down-arrow {
	display: initial;
}

#caviarluv-packshot {
	display: none;
}

#ingredients {
	background-image: none;
}

.text-sm-left {
	text-align: left;
}

.text-sm-center {
	text-align: center;
}

.text-sm-right {
	text-align: right;
}

#unbeatable-price .price-tag {
	right:  160px;	
}

#introform {
	font-size: 18px;
}

.framed-box-register {
	margin-top: 40px;
}

}

/*Smartphones (portrait)*/

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

h1 {
	font-weight: 400;
}

#splash h1 {
	font-size: 2em;
}

#couple-in-love {
	height: 400px;
}

.text-xs-left {
	text-align: left;
}

.text-xs-center {
	text-align: center;
}

.text-xs-right {
	text-align: right;
}

#introform {
	font-size: 18px;
}

.framed-box-register {
	margin-top: 40px;
}

}

/* CUSTOM */

@media only screen and (min-width : 560px) {
	form .btn-lg {
		font-size: 24px;
	}
}

form .btn-lg {
	font-size: 18px;
}

form .lead strong {
	padding: 15px;
	font-size: 24px
}