@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
	html, body {
		height: 100%;
		max-width: 100%;
		background: #EEE;
	}
}
@media (max-width: 768px) {
	body {
		padding-bottom: 67px;
	}
}
.container-fluid {
	margin-left: 300px;
	background: #FFF;
}
.container {
	background: #FFF;
}
h2 {
	color: #4AA517;
	font-size: 26px;
	font-weight: bold;
}
h3 {
	color: #4AA517;
	font-weight: bold;
}
p {
	font-size: 15px;
	line-height: 2;
}
.color-white {
	color: #FFF;
}
@media (min-width: 769px) {
    .sidebar-margin { 
		margin-left: 300px;
	}
	.container {
		width: auto;
		margin: 0 20px;
	}
}
@media (min-width: 992px) {
  	.container {
    	width: auto;
		margin: 0 20px;
  	}
}
@media (min-width: 1200px) {
	.container {
		width: auto;
		margin: 0 20px;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1195px;
		margin: 0 auto;
	}
	h2 {
		color: #4AA517;
		font-size: 32px;
	}
}
@media (max-width: 768px) {
  	.hidden-up-to-tablet-landscape {
    	display: none !important;
  	}
	.container-fluid {
		margin-left: 0;
	}
}
.zero-padding {
	padding-left: 0;
	padding-right: 0;
}

.padding-all {
	padding: 7.5px 15px 7.5px 15px;
}

/* Sidebar Styles */
#sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
	min-height: 650px;
    background: #fff;
    left: 0;
    top: 0;
	z-index: 1000;
}
#sidebar-title {
	position: absolute;
	top: 0;
	padding: 20px;
}
.sidebar-nav {
    position: absolute;
    top: 35%;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
	text-align: center;
	font-size: 18px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
#sidebar-footer {
	position: absolute;
	bottom: 15px;
	padding: 20px 40px;
	width: 300px;
	text-align: center;
}

/*Social Media Sidebar Icons*/
i.fa {
	color: #4AA517;
	padding: 20px 10px;
}
i.fa-facebook:hover {
	color: #3b5998;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
i.fa-instagram:hover {
	color: #F77737;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

 /* Moble Overlay Menu (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	white-space: nowrap;
	line-height: 2;
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 60px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



.btn-default {
  	color: #FFF;
  	background-color: #4AA517;
  	border-color: #4AA517;
	font-size: 16px;
	padding: 10px;
	margin-bottom:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-style: solid;
    border-width: 2px;
	outline: none;
	width: 100%;
}
.btn-default:focus,
.btn-default.focus {
  	color: #FFF;
 	background-color: #4AA517;
  	border-color: #4AA517;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  	background-color: #377C11!important;
  	border-color: #377C11!important;
	border-style: solid;
    border-width: 2px;
	color: #fff;
}


#toogle-button {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1010;
}
.visible-up-to-tablet-landscape {
      display: none;
}
@media (max-width: 768px) {
  	.visible-up-to-tablet-landscape {
    	display: block !important;
  	}
}

/* Home Page*/
#home-page-title {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 75%;
	z-index: 30;
}
@media(max-width:768px) {
	#home-page-title {
		width: 90%;
	}
	i.fa {
		color: #fff;
	}
}

/* The Team */
#the-team {}


#shop-bg {
	background-image: url(../images/shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
#shop {
	padding: 40px;
	z-index: 30;
	color: #fff;
	line-height: 2 !important;
}
.form-control {
	border-radius: 0;
}
.btn-send {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	 -ms-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
}
.btn-send:hover {
	color: rgba(255, 255, 255, 1);
 	border: 1px solid rgba(102, 175, 233, 1);
}

/* Google Maps */
#location-map {
	background-image: url(../images/location-map.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}

/* Products Menu Page */
#brows-services-full-height {
	background-image: url(../images/eyes-brows.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
#brows-services-full-height:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#eye-liner-full-height {
	background-image: url(../images/eye-liner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
#eye-liner-full-height:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#lips-full-height {
	background-image: url(../images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
#lips-full-height:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#brows-services-mobile {
	background-image: url(../images/eyes-brows.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	position: relative;
}
#brows-services-mobile:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#eye-liner-mobile {
	background-image: url(../images/eye-liner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	position: relative;
}
#eye-liner-mobile:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#lips-mobile {
	background-image: url(../images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	position: relative;
}
#lips-mobile:after {
	background: rgba(0, 0, 0, 0.3);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#services-title {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 75%;
	z-index: 30;
}

/* Individual Product Page */
.header-img {
	position: relative;
	width: 100%;
}
.header-img-inner {
	display: block;
	width: 100%;
	height: 400px;
}
.header-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.header-img:hover .header-img-overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}







.square-img {
	overflow: hidden;
	object-fit: cover;
    width: 100%;
}
.object-fit-cover {
	object-fit: cover;
}
.portfolio-text {
	display: table;
	padding: 50px 40px;
	text-align: center;
	max-width: 800px;
	z-index: 1000;
}
@media (min-width: 992px) {
	.portfolio-text {
		height: 400px;
		padding: 0 40px;
	    max-width: 800px;
		z-index: 1000;
	}
}
.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 800px;
}

/*Contact Icons Fixed to Bottom*/
#mobile-fixed-phone {
	position: fixed;
	bottom: 0 !important;
	left: 0;
	width: 50%;
	background-color: #4AA517;
	text-align: center;
	z-index: 1010;
}
#mobile-fixed-contact {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 50%;
	background-color: #4AA517;
	text-align: center;
	z-index: 1010;
}
#social-fixed-twitter {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 25%;
	background-color: #1da1f2;
	text-align: center;
	z-index: 500;
}
#social-fixed-pinterest {
	position: fixed;
	bottom: 0;
	left: 75%;
	width: 25%;
	background-color: #bd081c;
	text-align: center;
	z-index: 500;
}
@media (max-width: 768px) {
  	i.fa-facebook:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
	i.fa-instagram:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
	i.fa-twitter:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
	i.fa-google-plus:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
	i.fa-pinterest-p:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
}

/*Carousel 100% Height Modifications*/
.carousel {
    position: relative;
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: 100%;
}
.item {
	height: 100%;
}
/*Carousel Fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 35%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
	color: #fff; font-size: 20px;
}
.carousel-caption h1 {
	font-size: 38px; font-weight: bold; margin-top: 10px;
	letter-spacing: -2px;
}
.carousel-caption h3 {
	color: #fff; font-size: 16px; margin-top: 10px;
}
@media (min-width: 550px) {
    .carousel-caption h2 {
	color: #fff; font-size: 30px;
	}
	.carousel-caption h1 {
		font-size: 54px; font-weight: bold; margin-top: 10px;
	}
	.carousel-caption h3 {
		color: #fff; font-size: 16px; margin-top: 15px;
	}
}
@media (min-width: 768px) {
    .carousel-caption h2 {
	color: #fff; font-size: 25px;
	}
	.carousel-caption h1 {
		font-size: 40px; font-weight: bold; margin-top: 15px;
	}
	.carousel-caption h3 {
		color: #fff; font-size: 20px; margin-top: 20px;
	}
}
@media (min-width: 992px) {
  	.carousel-caption h2 {
	color: #fff; font-size: 30px;
	}
	.carousel-caption h1 {
		font-size: 64px; font-weight: bold; margin-top: 15px;
	}
	.carousel-caption h3 {
		color: #fff; font-size: 22px; margin-top: 25px;
	}
}
@media (min-width: 1200px) {
	.carousel-caption h2 {
	color: #fff; font-size: 40px;
	}
	.carousel-caption h1 {
		font-size: 80px; font-weight: bold; margin-top: 20px;
		letter-spacing: -3px;
	}
	.carousel-caption h3 {
		color: #fff; font-size: 28px; margin-top: 30px;
	}
}
@media (min-width: 1607px) {
	.carousel-caption h2 {
	color: #fff; font-size: 60px;
	}
	.carousel-caption h1 {
		font-size: 130px; font-weight: bold; margin-top: 20px;
	}
	.carousel-caption h3 {
		color: #fff; font-size: 40px; margin-top: 30px;
	}
}

@media (max-width: 767px) {
  	i.fa-facebook:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}

	i.fa-twitter:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}

	i.fa-google-plus:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
	i.fa-pinterest-p:hover {
		color: #fff;
		transition: none;
		cursor: pointer;
	}
}

/* Reviews Page */
#review-icons, .review {
	margin: 20px 0;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 40px;
    font-size: 17.5px;
    border-left: 5px solid #4AA517;
	text-align: left;
}
.btn:focus,.btn:active, a:focus, a:active {
   outline: none !important;
}
.success {
	display: none;
	color: #3c763d;
}
.success i {
	margin-right: 5px;
	color: #3c763d;
}
.article {
	padding: 100px;
	line-height: 2;
}
@media (max-width: 991px) {
	.article {
		padding: 50px;
	}
	.article-image {
		clear: both;
	}
}
.article-title {
	font-size: 32px;
}
.page-header h1 {
	color: #4AA517;
	font-size: 42px;
}
.article-date {
	font-size: 18px;
	color: #888;
}
.article-short {
	padding-top: 15px;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.5); }

.close {
	font-size: 40px;
}


.nouveau-contour-logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}
.nouveau-contour-logo img {
	max-width: 100px;
}
@media (max-width: 767px) {
	.nouveau-contour-logo {
		bottom: 80px;
		right: 15px;
	}
}

a {
    color: #4AA517;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4AA517;
    text-decoration: underline;
}

/*Page Headers*/

.header-image {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 400px;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}

.header-title h1 {
	color: #fff;
	font-size: 60px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}

@media (min-width: 500px) {
	.header-title h1 {
		font-size: 80px;
	}
}

/*Page Footer Images*/

.footer-image {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 400px;
	background-size: cover;
	position: relative;
	margin-top: 30px;
}

.modal-body li {
	line-height: 30px;
}

@media (max-width: 500px) {
	.contact-body h3 {
		font-size: 14px;
	}
}


/* Gallery */

.gallery-image {
	margin-bottom: 20px;
	border-radius: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.gallery-image {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
}

.partnership-text {
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 100;
        color: #fff;
        font-size: 9px;
    }
.partnership-text p {
    line-height: 1.5;
}
.partnership-text-mobile {
        position: absolute;
        bottom: 70px;
        right: 30px;
        z-index: 100;
        color: #fff;
        font-size: 9px;
    }
.partnership-text-mobile p {
    line-height: 1.5;
}