@font-face {
    font-family: 'myriadbold';
    src: url('../../font/webfonts/myriadbold.eot');
    src: url('../../font/webfonts/myriadbold.eot?#iefix') format('embedded-opentype'),
         url('../../font/webfonts/myriadbold.woff') format('woff'),
         url('../../font/webfonts/myriadbold.ttf') format('truetype'),
         url('../../font/webfonts/myriadbold.svg#myriadboldnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'myriadRoman';
	src: url('../../font/webfonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../../font/webfonts/MyriadPro-Regular.woff') format('woff'), url('../../font/webfonts/MyriadPro-Regular.ttf') format('truetype'), url('../../font/webfonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.decorator.products {
  background: url('../img/products-decorator.jpg') no-repeat center top;
  background-size: cover;
  min-height: 600px;
  overflow:hidden;
}
.decorator.eyelash {
    background: url("../img/eyelash_banner.png") no-repeat scroll center top;
    background-size: cover;
    min-height: 500px;
}
.decorator.home {
  /* background: url('../img/home-decorator.jpg') no-repeat center top; */
  background:url('../img/homepage_rotator-file-20.jpg') no-repeat center top;
  background-size: cover;
  min-height: 885px;
}
.decorator.home2 {
  background: url('../img/home-decorator-2.jpg') no-repeat center top;
  background-size: cover;
  min-height: 885px;
}
.decorator.home3 {
  background: url('../img/home-decorator-3.jpg') no-repeat center top;
  background-size: cover;
  min-height: 885px;
}
.decorator.home4 {
  background: url('../img/home-decorator-4.jpg') no-repeat center top;
  background-size: cover;
  min-height: 885px;
}

.call-to-action {
  width: 1003px;
  padding-top: 15px;
  padding-bottom: 65px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.products .call-to-action {
  padding: 40px;
}
.call-to-action p {
  font-size: 25px;
  margin: 10px 0 0 0;
}
.memberships a {
    color: white;
    text-decoration: none;
}
.call-to-action h2 {
  color: #F15D5E;
  margin: 0 0 20px 0;
  font-size: 25px;
  text-transform: uppercase;
}

.content-links {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.content-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-links ul li:first-child {
  margin-left: 0;
}
.content-links ul li {
  display: inline-block;
  width: 100px;
  margin-left: 25px;
/*  margin-right: 25px;*/
  vertical-align: top;
  text-align: center;
}
.content-links ul li:last-child {
  margin-right: 0;
}
.content-links ul li img {
  margin-bottom: 5px;
}
.content-links ul li a {
  text-decoration: none;
  color: #2B2B2B;
}
.content-links ul li a span {
  display: block;
}
.content-navigator {
  background-color: #F15C5E;
}
.content-navigator .container {
  overflow: visible;
}
.content-navigator .container ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: -47px;
  margin: auto;
  margin-bottom: -47px;
  text-align: center;
}
.content-navigator .container ul li {
  display: inline-block;
  background-color: #000;
  width: 160px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.content-navigator .container ul li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
}
.content-navigator .container .active,
.content-navigator .container ul li:hover {
  background-color: #F15C5E;
}
.content-navigator .container .active a,
.content-navigator .container ul li a:hover {
  color: #313131;
}
.content-navigator .container section {
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.content-navigator .container p {
  margin: 35px 0;
  color: #313131;
}
.content-navigator .container .big {
  text-transform: none;
  font-size: 30px;
}
.content-navigator .container .button-dark {
  position: relative;
  top: -3px;
  margin-left: 15px;
}

.content .post {
  padding: 50px 15px;
  overflow: hidden;
}
.content .post .featured-image {
  float: left;
  margin-right: 30px;
}
.content .post .post-content {
  overflow: hidden;
  width: 400px;
  text-align: justify;
}
.content .post .post-content h1 a {
  color: #F15D5E;
  font-size: 35px;
  text-decoration: none;
}

.post-content h2 a {
  color: #F15D5E;
  font-size: 30px;
  text-decoration: none;
}

.content .post .post-content h1 a:hover {
  text-decoration: underline;
}
.content .post .post-content p {
  color: #313131;
  /*font-size: 20px;*/
  font-size: 16px;
  margin-bottom: 0;
  width: auto;
}
.content .post .read-more {
  float: right;
  margin-top: -35px;
  margin-right: 35px;
}

.content .last-post-clear {
  height: 50px;
}

.home-icon {
  width: 91px;
  height: 91px;
  display: block;
}
.home-icon.extensions {
  background: url('../img/extensions.png') center center no-repeat;
}
.home-icon.member {
  background: url('../img/become-a-member.png') center center no-repeat;
}
.home-icon.gift {
  background: url('../img/gift-cards.png') center center no-repeat;
}
.home-icon.lashes {
  background: url('../img/our-lashes.png') center center no-repeat;
}
.home-icon.before-after {
  background: url('../img/before-after.png') center center no-repeat;
}
.home-icon.promo {
  background: url('../img/first-time-promo.png') center center no-repeat;
}
.home-icon.simulator {
  background: url('../img/eyelash-simulator.png') center center no-repeat;
}
.home-icon.extensions:hover {
  background: url('../img/extensions-hover.png') center center no-repeat;
}
.home-icon.member:hover {
  background: url('../img/become-a-member-hover.png') center center no-repeat;
}
.home-icon.gift:hover {
  background: url('../img/gift-cards-hover.png') center center no-repeat;
}
.home-icon.lashes:hover {
  background: url('../img/our-lashes-hover.png') center center no-repeat;
}
.home-icon.before-after:hover {
  background: url('../img/before-after-hover.png') center center no-repeat;
}
.home-icon.promo:hover {
  background: url('../img/first-time-promo-hover.png') center center no-repeat;
}
.home-icon.simulator:hover {
  background: url('../img/eyelash-simulator-hover.png') center center no-repeat;
}

.posts-listing,
.blog-posts {
  width: 646px;
  float: left;
}
.products .posts-listing {
  float: right;
  width: 750px;
  /*margin-top: 50px;*/
  margin-top: 20px;
}

.product-details {
  float: right;
  width: 750px;
  /*margin-top: 50px;*/
  margin-top: 10px;
}

.blog-posts .read-more {
  margin-top: -51px;
}

.blog-post {
  padding: 30px 0;
}

.blog-date {
  background: #F15D5E;
  color: #FFF;
  width: 60px;
  height: 55px;
  display: table;
  border-radius: 8px;
  border: 1px solid #F89E9D;
  float: left;
  margin: .67em 25px .67em 0;
}
.blog-date p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.blog-date span {
  display: block;
  line-height: 1;
}
.blog-date .day {
  font-size: 20px;
}
.blog-date .month {
  text-transform: uppercase;
}
.blog-post h1,
.blog-post h2 {
  color: #F15C5E;
  display: inline-block;
  font-weight: 400;
}
.blog-post header a {
  color: #F15C5E;
  text-decoration: none;
}
.blog-post header a:hover {
  text-decoration: underline;
}

.post-content p {
  text-align: justify;
  /*font-size: 20px;*/
  font-size: 16px;
  line-height: 1.6;
  width: 600px;
}
.post-content.full p {
  width: auto;
}
.post-share {
  overflow: hidden;
  margin-top: 20px;
}
.post-content .read-more, .news-content .read-more {
  float: right;
}

.blog-post footer {
  overflow: hidden;
}

.share-buttons {
  padding-top: 5px;
  float: left;
}
.post-share-buttons {
    float: left;
    margin-top: 15px;
}
.share-buttons div {
  margin-right: 20px;
  float:left;
}

.social-links {
  float: right;
}
.social-links ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
}
.social-icon {
  width: 30px;
  height: 30px;
  display: block;
}
.social-icon.facebook {
  background: url('../img/facebook-icon.png') no-repeat center center;
}
.social-icon.twitter {
  background: url('../img/twitter-icon.png') no-repeat center center;
}
.social-icon.pinterest {
  background: url('../img/pinterest-icon.png') no-repeat center center;
}
.social-icon.myspace {
  background: url('../img/myspace-icon.png') no-repeat center center;
}
.social-icon.blogger {
  background: url('../img/blogger-icon.png') no-repeat center center;
}
.social-icon.youtube {
  background: url('../img/youtube-icon.png') no-repeat center center;
}
.comments {
  /*font-size: 20px;*/
  font-size: 16px;
}

.blog-posts hr {
  border: 0;
  height: 1px;
  background: url('../img/blog-separator.gif') no-repeat center center;
}

.blog-pagination {
  text-align: center;
  padding: 10px 0;
}
.blog-pagination .count-box {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255,255,255,0.2);
  border: 1px solid #FDC3C4;
  border-radius: 1px;
}
.blog-pagination .navigation {
  display: inline-block;
  margin-left: 20px;
}
.blog-pagination .prev {
  width: 22px;
  height: 27px;
  background: url('../img/prev-arrow.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.blog-pagination .next {
  width: 22px;
  height: 27px;
  background: url('../img/next-arrow.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.sidebar {
  float: right;
  width: 250px;
  margin-top: 30px;
}
.products .sidebar {
  float: left;
  margin: 0;
}
.post-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.post-categories ul li {
  margin: 5px 0;
}
.tag-cloud {
  padding: 0;
  margin: 0;
}
.sidebar hr {
  border: 0;
  height: 1px;
  background: url('../img/sidebar-separator.gif') no-repeat center center;
}
.sidebar .big {
  font-weight: 400;
}
.sidebar a {
  color: #313131;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}

.sidebar-widget h1 {
  color: #F15C5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 0;
}
.sidebar-widget .big {
  font-size: 26px;
}
.sidebar-widget hr {
  margin: 5px 0;
}

.widget-content {
  margin-top: 20px;
}

.tag-cloud li {
  display: inline-block;
  margin-right: 5px;
}
.tag-cloud a {
  text-decoration: underline;
}

.blog-search form {
  float: right;
  margin-right: 110px;
  margin-top: 60px;
  display: table;
  border-spacing: 5px 0;
}
.blog-search input,
.blog-search button {
  display: table-cell;
  vertical-align: middle;
}
.search-input {
  background: url('../img/search-icon.png') no-repeat center left;
  background-color: #97ABAD;
  border: 1px solid #E5ECEC;
  padding: 3px 3px 3px 30px;
  color: #FFF;
  font-size: 14px;
  width: 160px;
  background-position: 6px;
}
.search-input::-webkit-input-placeholder {
   color: #FFF;
}
.search-input:-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}
.search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}
.search-input:-ms-input-placeholder {
   color: #FFF;
}

.search-button {
  width: 22px;
  height: 27px;
  background: url('../img/search-button.png') no-repeat center center;
  border: 0;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.image-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-gallery ul li {
  display: inline-block;
  width: 30%;
  margin: 20px 0;
  text-align: center;
}
.image-gallery a {
  display: block;
}

.comment h1 {
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.comment-header {
  font-size: 16px;
  font-weight: 400;
  color: #F15C5E;
}
.comment p {
  margin: 10px 0;
}

.comments {
  font-size: 16px;
}
.comments a {
  color: #313131;
}
.comments .reply {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.replies li {
  list-style: none;
  background: url('../img/reply-arrow.png') no-repeat top left;
  padding-left: 25px;
  background-position: 0 15px;
}

.post-comment table {
  width: 100%;
  font-size: 14px;
}
.post-comment table td {
  vertical-align: top;
}
.post-comment textarea {
  width: 100%;
  outline: none;
  border: 1px solid #829A9A;
  box-sizing: border-box;
}
.post-comment input{
  outline: none;
  border: 1px solid #829A9A;
  box-sizing: border-box;
}
.post-comment textarea {
  height: 100px;
}
.post-comment .required {
  font-size: 12px;
  margin-bottom: 30px;
  display: block;
}
.required.email {
  text-indent: 8px;
}
.post-comment.reply {
  margin-top: 50px;
}
.replying {
  margin: 30px 0 0;
}

.search-results .blog-post {
  padding: 30px 0 0;
}
.search-results .post-content p {
  font-size: 16px;
  line-height: 1.4;
}

.products .spacer {
  height: 100px;
}

.product-list .main-categories {
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}
.product-list .main-categories li {
  margin: 10px 0
}
.product-list .main-categories .active {
  background: url('../img/main-list-bullet-active.png') no-repeat;
  background-position: 0 2px;
  color: #F15C5E !important;	
}

.product-list .sub-categories {
 padding: 0;
}
.product-list .sub-categories li {
  margin: 0;
  background-position: 0 6px;
}

.product {
  margin-bottom: 20px;
}
.product .left {
  margin-right: 30px;
  width: 209px;
}
.product .post-content {
  /*overflow: hidden;*/
}

.product-list-desc {
	background: none repeat scroll 0 0 #ECECEC;
	border-radius: 5px;
    display: block;
    float: left;
	margin-top: 10px;
    padding: 10px;
    width: 97%;
}

.product .post-content h1, .product .post-content h2, .news-content h2 {
  margin: 0;
  /*line-height: 1;*/
  font-weight: 400;
}
.product .post-content h1 a, .product .post-content h2 a, .news-content h2 a {
  color: #F15D5E;
  text-decoration: none;
}
.product .post-content h1 a:hover {
  text-decoration: underline;
}
.product .post-content p {
  /*width: 470px;*/
  width: 100%;
}
.product .post-content .read-more {
  /*margin-top: -57px;*/
}

.product-details header img {
  display: inline-block;
  vertical-align: bottom;
}
.product-details header .share-buttons {
  float: none;
  display: inline-block;
  margin-left: 20px;
}
.product-details .post-content p {
  width: auto;
}

.view-testimonials .button-dark {
  margin-top: 4px;
  padding: 8px 7px 7px;
}

.testimonials {
  margin: 0;
  padding-left:0;
  padding-bottom:40px;
  list-style: none;
}
.testimonials h1 {
  font-size: 16px;
  font-weight: 400;
}
.testimonials p {
  font-size: 14px;
}


#cta-1,
#cta-2,
#cta-3 {
  display: none;
}

#cta-1.active,
#cta-2.active,
#cta-3.active {
  display: block;
}

.lashMain {
    margin: 0 auto;
    padding: 0;
    width: 1003px;
}

.lashMain li {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 25px 40px;
    text-align: center;
}

.lashMain li span {
    font-size: 24px;
}

.lashMain li:hover, .lashMain li.active {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
}

.rotator_li ul li {
    margin: 0 2px;
	height: 47px;
	line-height: 47px;
}

.home_tab_arrow {
	vertical-align: middle;
}

.ways-to-gift {font-family: 'myriadbold';}
.gift_bar { font-size: 22px; font-weight: bold; }
.intro_offer a, .gift_card a { text-decoration: none; color: #ffffff;}

