﻿/*** Import variables ***/
/*** Font style ***/
@font-face {
  font-family: 'HelveticaRoundedBold';
  src: url('../fonts/helvetica-rounded-bold.eot');
  src: url('../fonts/helvetica-rounded-bold.eot') format('embedded-opentype'), url('../fonts/helvetica-rounded-bold.woff2') format('woff2'), url('../fonts/helvetica-rounded-bold.woff') format('woff'), url('../fonts/helvetica-rounded-bold.ttf') format('truetype'), url('../fonts/helvetica-rounded-bold.svg#HelveticaRoundedBold') format('svg');
}
@font-face {
  font-family: 'HelveticaRoundedLTStdBd';
  src: url('../fonts/HelveticaRoundedLTStdBd.eot');
  src: url('../fonts/HelveticaRoundedLTStdBd.eot') format('embedded-opentype'), url('../fonts/HelveticaRoundedLTStdBd.woff2') format('woff2'), url('../fonts/HelveticaRoundedLTStdBd.woff') format('woff'), url('../fonts/HelveticaRoundedLTStdBd.ttf') format('truetype'), url('../fonts/HelveticaRoundedLTStdBd.svg#HelveticaRoundedLTStdBd') format('svg');
}
.font-rounded-bold {
  font-family: 'HelveticaRoundedBold';
  font-weight: normal;
  font-style: normal;
}
.font-rounded-ltstd {
  font-family: 'HelveticaRoundedLTStdBd';
  font-weight: normal;
  font-style: normal;
}
/*** Global variables ***/
/*** Mixin ***/
/*** General style ***/
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
}
.button:hover,
.button:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
a {
  color: #5b507e;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.form-control {
  -webkit-appearance: none;
}
body {
  color: #5b507e;
  font-family: 'HelveticaRoundedBold';
  font-weight: normal;
  font-style: normal;
  position: relative;
}
body.nav-fixed .contact-content,
body.nav-fixed .single-product-content,
body.nav-fixed .range-archive-content,
body.nav-fixed .movies-content,
body.nav-fixed #main,
body.nav-fixed .cog-content,
body.nav-fixed .recipe-content,
body.nav-fixed .single-recipe-content,
body.nav-fixed .fun-facts-content,
body.nav-fixed .product-archive-content,
body.nav-fixed .about-content,
body.nav-fixed #main {
  margin-top: 150px;
}
body.overflow-hidden {
  overflow: hidden;
}
#tubular-shield {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
#tubular-player {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
iframe {
  vertical-align: top;
}

.p-overlay{
	line-height:1.2em;

}

.p-overlay .view-more{
	background-color:#b3a5d0;
	padding: 0 25px;
	line-height:35px;
}
.purple-block {
  /*height: 260px;*/
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  height:180px;
  width:100%;
  background-color:#5b507e;
  display:inline-block;
  background-size:cover;
  background-position:center center;
}
.stacklahfw{
	text-align:center;
}
.purple-block .title{
	color:#FFF;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	font-size:22px;
	width:100%;
	padding:10px;
}

.recipe-double-block div:first-child{
	padding-right:0;
}
.recipe-double-block div:last-child {
	padding-left: 0;
}

@media (min-width:768px ) {
	.purple-block {
		margin:0 0 12px;
		height: 164px;
	}

	.purple-block .title{
		font-size:23px;
		line-height:25px;
	}
}

@media (min-width:992px  ) {
	.purple-block {
		margin:0 0 12px;
		height: 219px;
	}

	.purple-block .title{
		font-size:23px;
		line-height:25px;
	}
}


@media (min-width:1200px   ) {
	.purple-block {
				height: 269px;
	}

	.purple-block .title{
		font-size:28px;
		line-height:30px;

	}
}


.tile5{
	min-height:347px;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
}

.tile5 >div{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	text-align:center;
}
	.tile5 .title {
		font-size:50px;
		color:#FFF;
		display:block;
	}

	.tile5 .subtitle {
		font-size:23px;
		color:#FFF;
		display:block;
	}


/* Header */
.nav-container {
  display: block;
  margin-top: -580px;
}
.collapse.in {
  min-height: 1000px;
}
.nudie-navbar {
  -webkit-box-shadow: -8px 14px 21px 0 rgba(195, 183, 219, 0.5);
  -moz-box-shadow: -8px 14px 21px 0 rgba(195, 183, 219, 0.5);
  box-shadow: -8px 14px 21px 0 rgba(195, 183, 219, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #A87CB7;
  border: none;
  min-height: 40px;
  margin: 0;
  -webkit-transition: none;
}
.nudie-navbar .navbar-header {
  background: #fff;
  width: 100%;
}
.nudie-navbar .navbar-brand {
  display: block;
  height: auto;
  min-height: 50px;
  padding: 15px 0 20px;
  position: relative;
}
.nudie-navbar .nav-left {
  margin-left: 15px;
  height: 40px;
}
.nudie-navbar .navbar-collapse {
  padding: 0;
}
.nudie-navbar .navbar-nav.nav-left {
  height: 40px;
}
.nudie-navbar .navbar-nav > li > a {
  font-size: 20px;
  color: #ffffff;
  font-family: 'HelveticaRoundedBold';
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  padding: 8px 16px;
  line-height: 1;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nudie-navbar .navbar-nav > li > a:hover,
.nudie-navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  background: #bf95d1;
}
.nudie-navbar .navbar-nav > li > a:hover .fa-angle-down:after,
.nudie-navbar .navbar-nav > li > a:focus .fa-angle-down:after {
  color: #bf95d1;
}
.nudie-navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}
.nudie-navbar .navbar-nav > .open > a,
.nudie-navbar .navbar-nav > .active > a,
.nudie-navbar .navbar-nav > .open > a:hover,
.nudie-navbar .navbar-nav > .active > a:hover {
  box-shadow: none;
  background: #bf95d1;
  color: #ffffff;
}
.nudie-navbar .navbar-nav > .open > a .fa-angle-down:after,
.nudie-navbar .navbar-nav > .active > a .fa-angle-down:after,
.nudie-navbar .navbar-nav > .open > a:hover .fa-angle-down:after,
.nudie-navbar .navbar-nav > .active > a:hover .fa-angle-down:after {
  content: "\f107";
  position: absolute;
  right: 9px;
  top: 8px;
  color: #bf95d1;
}
.nudie-navbar .fa:before {
  font-size: 25px;
}
.nudie-navbar .fa-angle-down:before {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 9px;
}
.nudie-navbar .fa-angle-down:after {
  content: "\f107";
  position: absolute;
  right: 9px;
  top: 8px;
  color: #a47bb5;
}
.nudie-navbar .dropdown-menu {
  background: #bf95d1;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  min-width: 218px;
}
.nudie-navbar .dropdown-menu > li {
  padding: 0 10px;
}
.nudie-navbar .dropdown-menu > li:hover,
.nudie-navbar .dropdown-menu > li:focus,
.nudie-navbar .dropdown-menu > li.active {
  background: #a47bb5;
}
.nudie-navbar .dropdown-menu > li.active a {
  background: none;
}
.nudie-navbar .dropdown-menu > li.active a:hover,
.nudie-navbar .dropdown-menu > li.active a:focus {
  background: none;
}
.nudie-navbar .dropdown-menu > li:last-child > a {
  border: none;
}
.nudie-navbar .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 20px;
  border-bottom: 1px solid #ffffff;
  padding: 10px 12px;
}
.nudie-navbar .dropdown-menu > li > a:hover,
.nudie-navbar .dropdown-menu > li > a:focus {
  background: none;
  filter: none;
}
.nudie-navbar .navbar-toggle {
  background: transparent;
  margin-top: 32px;
}
.nudie-navbar .navbar-toggle:hover,
.nudie-navbar .navbar-toggle:focus {
  background: transparent;
}
.nudie-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
}
.nudie-navbar.home-navbar .navbar-header {
  display: none;
  margin-top: -115px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nudie-navbar.home-navbar.fixed .navbar-header {
  display: block;
}
.nudie-navbar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.nudie-navbar.fixed .navbar-nav.navbar-right {
  display: none;
}
.nudie-navbar.fixed .navbar-nav.navbar-right.middle-screen-class {
  display: block;
}
.dropdown-menu > li > a {
  position: relative;
}
.social-icon {
  display: none;
  cursor: pointer;
}
.social-icon .fa-share-alt-square {
  color: #fff;
  padding-top: 7px;
  padding-right: 7px;
}
.navbar-nav.navbar-right {
  margin-right: 15px;
  height: 40px;
  display: none;
}
.navbar-nav.navbar-right.middle-screen-class {
  display: block;
}
.navbar-nav.navbar-right > ul {
  list-style: none;
  margin: 0;
}
.navbar-nav.navbar-right > ul > li {
  display: inline-block;
}
.navbar-nav.navbar-right > ul > li > a {
  padding: 8px 7px 4px;
  color: #fff;
  display: block;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav.navbar-right > ul > li > a:hover {
  color: #bf95d1;
  background: none;
}
/*homepage*/
.homepage-block {
  margin-top: 30px;
}
/* Footer */
footer {
  background: #A87CB7;
  padding: 15px 0 25px;
}
footer .row > div {
  padding: 0;
}
footer .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 0 10px;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  color: #bf95d1;
  background: none;
}
footer .footer-links {
  margin: 10px 0 0;
}
footer .social {
  float: right;
}
footer .social > li > a {
  font-size: 25px;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Back to top */
.back-top {
  position: fixed;
  right: 15px;
  bottom: 90px;
  text-align: center;
  display: none;
}
.back-top:hover a {
  color: #9572ba;
}
.back-top a {
  color: #c3b7db;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-top a:hover,
.back-top a:focus {
  text-decoration: none;
}
.back-top i {
  font-size: 30px;
}
.back-top span {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.form-group.selectbox {
  position: relative;
  width: 100%;
  vertical-align: top;
}
#unhappyModal .modal-body .selectbox .form-control {
  border: none;
}
/*** Ambient Videos ***/
#background-video {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#background-video.slideshow-only .nvideo {
  display: none !important;
}
#background-video.video-only .nslide {
  display: none !important;
}
#background-video video {
  width: 100%;
  position: absolute;
  top: 0;
}
#background-video img {
  width: 100%;
  position: absolute;
  top: 0;
}
#background-video #nvideo02,
#background-video #nvideo03,
#background-video #nvideo04,
#background-video #nvideo05 {
  display: none;
}
#background-video .text-overlay {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 36px;
  /*font-family: Helvetica, Arial, sans-serif;*/
  color: white;
  text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
  line-height: 1.9em;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#background-video .text-overlay .f-large {
  font-size: 68px;
}
#background-video .text-overlay a {
  color: #fff;
  /*font-size: 50px;*/
}
#background-video .text-overlay p:first-child {
  margin: 0;
}
#background-video .mejs-controls {
  display: none !important;
}
#slider .glider-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#slider .item {
  opacity: 0;
}
.navbar-brand > img.logo-desktop {
  width: 80%;
}
#cogModal .item a.popup-close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  color: white;
}
#cogModal .item a.popup-close-btn:hover {
  color: white;
}
/*** Dev style ***/
/*** Le Nguyen style ***/
.top-nav {
  background: #ffffff;
  /*height: 585px;*/
  background-size: cover;
  position: relative;
}
.top-nav #background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top-nav .nav-col {
  padding: 0;
}
.top-nav .logo {
  padding: 20px 20px;
  position: absolute;
  z-index: 1000;
  top: 0;
  width: inherit;
  left: 0;
}
.top-nav .logo img {
  width: 19%;
}
.top-nav .cover img {
  width: 100%;
  height: auto;
}
.top-nav.fixed {
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-nav.fixed #tubular-container {
  display: none;
}
.top-nav.fixed .logo {
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-brand > img.logo-mobile {
  display: none;
}
/* Homepage */
.main-homepage {
  padding: 80px 0 0;
  background: #fff;
  transition: none;
}
.main-homepage img {
  width: 100%;
  height: auto;
}
.nav-fixed .main-homepage {
  padding: 657px 0 60px;
  transition: none;
}
.icon-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}
.icon-hover .fa:before {
  font-size: 30px;
  color: #ffffff;
}
.block-hover {
  position: relative;
}
.block-hover:hover .icon-hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  text-align: center;
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.page-header h1 {
  font-size: 50px;
  color: #5b507e;
  text-align: center;
}
.page-header h2 {
  color: #5b507e;
  font-size: 50px;
  text-align: center;
}
.clearfix {
  clear: both;
}
.slider-container {
  padding: 25px 0 30px;
}
.slider-container .page-header h2 {
  margin: 0 0 50px;
}
.rightest {
  visibility: visible;
}
#slider {
  width: 100%;
  background: url(../images/loader.gif) no-repeat center;
  height: 369px;
  overflow: hidden;
}
#slider.no-slide {
  background: transparent;
  text-align: center;
}
#slider .item {
  height: 100%;
  min-height: 370px;
  max-width: 260px;
  margin: 0 15px;
  position: relative;
}
#slider .item a {
  display: block;
  text-align: center;
}
#slider .item img {
  display: inline-block;
  margin: 0 auto;
}
#slider .item span {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  width: 260px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#slider .item span:hover,
#slider .item span:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
#slider.www_FlowSlider_com {
  background: none;
}
#slider.www_FlowSlider_com .item {
  visibility: hidden;
}
#slider.www_FlowSlider_com .item.www_FlowSlider_com-item {
  visibility: visible;
}
#slider.container .item {
  display: inline-block;
}
.slider-horizontal {
  width: 100%;
}
.slider-horizontal.container {
  width: 1170px;
}
.nudie-navbar .kid-nudie {
  display: none;
}
.nudie-navbar.home-navbar .kid-nudie {
  display: none;
  z-index: 9999;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
}
.nudie-navbar.home-navbar .kid-nudie img {
  position: absolute;
  width: 178px;
  height: 189px;
  left: -182px;
  top: 76px;
}
.view-more {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #9572ba;
  padding: 8px 42px;
  margin-top: 35px;
}
.view-more:hover,
.view-more:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.video-block {
  background-image: url(../images/home/fruit-left.png), url(../images/home/fruit-right.png);
  background-color: #f0edf6;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 70px 0 100px;
  text-align: center;
  background-size: auto 100%,auto 100%;
  position: relative;
}
.video-block #h-vid-block {
  position: absolute;
  top: -140px;
}
.video-block .page-header h2 {
  margin: 0 0 20px;
  line-height: 1.3;
}
.video-block .center-block {
  float: none;
}
.video-block .video {
  border: 10px solid #5b507e;
  position: relative;
}
.video-block .video #head {
  width: 100%;
  height: 100%;
}
.video-block .video #head.active .inactive-state:before {
  content: none;
}
.video-block .video .inactive-state {
  background-repeat: no-repeat;
  background-size: 100%;
  background: url(../images/sample/youtube.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.video-block .video .inactive-state:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  width: 86px;
  height: 87px;
  background: url(../images/play.png) no-repeat 0 0;
  cursor: pointer;
  margin: -43px 0 0 -43px;
  pointer-events: none;
}
.video-block .video iframe {
  width: 100%;
  height: 100%;
}
.video-block .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-block .video span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 87px;
  background: url(../images/play.png) no-repeat 0 0;
  cursor: pointer;
  margin: -43px 0 0 -43px;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #c3b7db;
  width: 70px;
  height: 90px;
  line-height: 22px;
  right: 30px;
  bottom: 300px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper .fa {
  line-height: inherit;
  display: block;
  margin-bottom: 13px;
}
body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}
@media screen and (max-width: 767px) {
  #slider {
    height: 184px !important;
  }
}
/*** Huy Nguyen style ***/
.load-more-link {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47bb5;
  padding: 5px 20px;
  width: 100%;
  outline: none;
  margin-bottom: 30px;
  padding-bottom: 7px;
}
.load-more-link:hover,
.load-more-link:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.load-more-link:hover {
  background: #bf95d1;
}
.hover-link-block .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.hover-link-block .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.hover-link-block:hover .title {
  opacity: 0;
}
.hover-link-block:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.hover-link-block:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
.nav-tabs-style .nav-tabs {
  border: none;
}
.nav-tabs-style .nav-tabs > li {
  margin: 0;
  width: 57.5%;
  float: right;
}
.nav-tabs-style .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #ede9f4;
  color: #5b507e;
  font-size: 20px;
  padding: 12px 40px;
  margin-right: 0;
}
.nav-tabs-style .nav-tabs > li > a,
.nav-tabs-style .nav-tabs > li > a:hover,
.nav-tabs-style .nav-tabs > li > a:focus {
  border: none;
  background: #ede9f4;
}
.nav-tabs-style .nav-tabs > li:first-child {
  width: 42.5%;
  float: left;
}
.nav-tabs-style .nav-tabs > li:first-child > a {
  background: #f7f6fa;
  margin-right: 3px;
}
.nav-tabs-style .tab-content > .tab-pane {
  background: #ede9f4;
}
.nav-tabs-style .tab-content > .tab-pane:first-child {
  background: #f7f6fa;
}
.modal-style .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.modal-style .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.form-style .modal-content {
  background: #f7f6fa;
}
.form-style .modal-title {
  font-size: 50px;
  text-align: center;
}
.form-style .modal-header {
  border: none;
  padding: 15px 25px;
}
.form-style .modal-header .close {
  color: #5b507e;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 25px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-style .modal-body {
  padding: 0 100px 40px;
  text-align: center;
}
.form-style .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 30px 25px;
}
.form-style .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}
.form-style .modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #5b507e;
  background: #f7f6fa;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-style .modal-body .form-control.input-validation-error {
  border-color: #f00;
}
.form-style .modal-body .form-control::-webkit-input-placeholder {
  color: #b9b4c8;
}
.form-style .modal-body .form-control:-moz-placeholder {
  color: #b9b4c8;
}
.form-style .modal-body .form-control::-moz-placeholder {
  color: #b9b4c8;
}
.form-style .modal-body .form-control:-ms-input-placeholder {
  color: #b9b4c8;
}
.form-style .modal-body .form-control.datepicker {
  padding-top: 7px;
}
.form-style .modal-body textarea.form-control {
  height: 230px;
}
.form-style .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 90px;
}
.form-style .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 90px;
}
.form-style .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 90px;
}
.form-style .modal-body .btn-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 6px 20px 6px;
  width: 100%;
  outline: none;
}
.form-style .modal-body .btn-submit:hover,
.form-style .modal-body .btn-submit:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.form-style .modal-body .field-validation-error {
  color: #f00;
  font-size: 11px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
.form-style .modal-body .field-validation-valid {
  display: none;
}
/* Product archive */
.product-archive-content {
  padding: 0 0 100px;
}
.product-intro {
  margin: 0 0 15px;
}
.product-intro .page-header h1,
.range-intro .page-header h1,
.social-intro .page-header h1,
.movie-intro .page-header h1 {
  font-size: 50px;
  margin: 40px 0;
}
.product-intro .page-header p,
.range-intro .page-header p,
.social-intro .page-header p,
.movie-intro .page-header p {
  color: #5b507e;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.product-block {
  /*height: 370px;*/
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}
.product-block .img-responsive {
  width: 100%;
}
.product-block .title {
  color: #ffffff;
  font-size: 40px;
  margin: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-block .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.product-block .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.product-block:hover .title {
  opacity: 0;
}
.product-block:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.product-block:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
/* Range archive */
.range-intro {
  margin: 0 0 20px;
}
.range-intro .page-header p:first-of-type {
  padding: 0 90px 10px;
}
.range-block {
  height: 404px;
  text-align: center;
  margin: 0 0 80px;
  padding: 20px 0;
  position: relative;
}


.range-block img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.range-block .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.range-block .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.range-block:hover .title {
  opacity: 0;
}
.range-block:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.range-block:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
.range-block .hover-link {
  font-size: 30px;
  line-height: 1.6;
}
.range-block .hover-link span.small {
  font-size: 70%;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  -webkit-transform: initial;
  transform: initial;
  position: initial;
}
.back-to-products {
  text-align: center;
  margin: 0 0 65px;
}
.back-to-products a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47bb5;
  padding: 8px 68px;
}
.back-to-products a:hover,
.back-to-products a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
/* Movies */
.movie-intro .page-header h1 {
  margin: 40px 0;
}
.movie-intro .page-header h3 {
  color: #5b507e;
  font-size: 40px;
  text-align: center;
  margin: 40px 0;
  margin-top: 15px;
}
.movie-intro .intro-video {
  border: 10px solid #5b507e;
}
.movie-intro .intro-video .img-responsive {
  width: 100%;
}
.movie-intro .intro-video iframe {
  max-width: 100%;
  vertical-align: top;
}
.movie-list {
  margin: 0 0 30px;
}
.movie-block {
  margin: 0 0 60px;
}
.movie-block iframe {
  max-width: 100%;
  vertical-align: middle;
}
.movie-block h4 {
  color: #5b507e;
  font-size: 25px;
  margin-top: 15px;
  overflow: hidden;
  width: 91%;
}
.movie-block .img-responsive {
  width: 100%;
}
.center-block {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#movieModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#movieModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#movieModal .popup-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  display: inline-block;
}
#movieModal .modal-dialog {
  width: 100%;
  max-width: 1170px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
#movieModal .modal-body {
  background: #a47bb5;
  position: relative;
  padding: 0;
}
#movieModal .modal-body > div {
  padding: 0;
}
#movieModal .movie-detail {
  padding: 0 10px 0 40px;
  position: relative;
  height: 460px;
}
#movieModal .movie-detail h4 {
  color: #ffffff;
  font-size: 26px;
  margin: 0 0 20px;
  padding: 30px 0 0;
}
#movieModal .movie-detail p {
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}
#movieModal .movie-detail .nav {
  position: absolute;
  bottom: 40px;
}
#movieModal .movie-detail .nav > li > a {
  color: #ffffff;
  font-size: 26px;
  padding: 0 6px;
}
#movieModal .movie-detail .nav > li > a:hover,
#movieModal .movie-detail .nav > li > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
#movieModal .movie-detail .nav > li:first-child > a {
  padding-left: 0;
}
/* Single product */
.single-product-content {
  padding: 0 0 80px;
}
.single-product-content .slider-container .page-header h2 {
  font-size: 40px;
}
.single-product-content .related-info .row {
  white-space: nowrap;
  overflow: hidden;
}
.single-product-content .related-info .row .items {
  float: none;
  display: inline-block;
}
.product-content {
  padding: 70px 0 15px;
}
.product-content .prod-single {
  height: 100%;
  width: auto;
  margin: auto;
}
.bx-wrapper img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.bx-wrapper .bx-controls-direction a i.fa:before {
  text-indent: 0px;
}
.product-images {
  margin: 15px 0 0;
}
.product-images .carousel-indicators {
  bottom: -65px;
}
.product-images .carousel-indicators li {
  width: 17px;
  height: 17px;
  border: 2px solid #ede9f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}
.product-images .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  background-color: #ede9f4;
  margin: 0 3px;
}
.product-images .carousel-inner > .item {
  text-align: center;
}
.product-images .carousel-inner > .item > img {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
.product-images .carousel-control {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.product-images .carousel-control.left,
.product-images .carousel-control.right {
  box-shadow: none;
  background: none;
  color: #ede9f4;
  font-size: 80px;
  text-shadow: none;
  left: -5%;
}
.product-images .carousel-control.left.right,
.product-images .carousel-control.right.right {
  right: -5%;
  left: auto;
}
.product-images .carousel-control.left:hover .fa:before,
.product-images .carousel-control.right:hover .fa:before {
  color: #a47bb5;
}
.product-images .carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.product-images .carousel-control .fa.fa-angle-left {
  left: 0;
}
.product-images .carousel-control .fa.fa-angle-right {
  right: 0;
}
.product-details .product-name {
  color: #5b507e;
  font-size: 45px;
  line-height: 58px;
  margin: 0 0 20px;
}
.product-details .product-name span.small {
  color: #5b507e;
}
.product-details .product-share > li > a {
  color: #5b507e;
  font-size: 25px;
  padding: 0 6px;
}
.product-details .product-share > li > a:hover,
.product-details .product-share > li > a:focus {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-details .product-share > li:first-child > a {
  padding-left: 0;
}
.product-details .product-info {
  margin: 40px 0 0;
}
.product-details .product-info .nav-tabs {
  border: none;
}
.product-details .product-info .nav-tabs > li {
  margin: 0;
  width: 57.5%;
  float: right;
}
.product-details .product-info .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #ede9f4;
  color: #5b507e;
  font-size: 20px;
  padding: 12px 40px;
  margin-right: 0;
}
.product-details .product-info .nav-tabs > li > a,
.product-details .product-info .nav-tabs > li > a:hover,
.product-details .product-info .nav-tabs > li > a:focus {
  border: none;
  background: #ede9f4;
}
.product-details .product-info .nav-tabs > li:first-child {
  width: 42.5%;
  float: left;
}
.product-details .product-info .nav-tabs > li:first-child > a {
  background: #f7f6fa;
  margin-right: 3px;
}
.product-details .product-info .tab-content > .tab-pane {
  background: #ede9f4;
}
.product-details .product-info .tab-content > .tab-pane:first-child {
  background: #f7f6fa;
}
.product-details .product-info ul {
  list-style: none;
  padding: 0;
}
.product-details .product-info ul#product-tab li {
  width: 57.5%;
  float: right;
}
.product-details .product-info ul#product-tab li:first-child {
  width: 42.5%;
  float: left;
}
.product-details .product-info ul li {
  color: #5b507e;
  font-size: 15px;
  line-height: 20px;
}
.product-details .product-info ul li > a {
  padding: 0;
  margin-right: 0;
  text-align: center;
}
.product-details .product-info ul li:first-child > a {
  margin-right: 3px;
}
.product-details .product-info strong {
  color: #5b507e;
  font-size: 20px;
  display: block;
  line-height: 20px;
}
.product-details .product-info .col-tab + .col-tab {
  border-left: 1px solid #e0dde8;
}
.product-details .product-info .product-des {
  padding: 20px 25px;
}
.product-details .product-info .product-des strong {
  padding: 15px 0 25px;
  font-weight: normal;
}
.product-details .product-info .product-option {
  margin: 20px 0 0;
}
.product-details .product-info .product-option li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24%;
}
    .product-details .product-info .product-option li img {
        display: inline-block;
        vertical-align: top;
        max-height: 130px;
        width: auto;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
       padding-bottom:5px;
        /* position:absolute; bottom:25px;left:0;transform-origin: 50% 100%;*/
    }
.product-details .product-info .product-option li span {
  display: block;
  margin: 8px 0 0;
  text-align: center;
}
.product-details .product-info .product-stuff {
  padding: 20px 15px 20px 25px;
}
.product-details .product-info .product-stuff strong {
  padding: 0 0 25px;
}
.product-details .product-info .product-stuff .note {
  color: #5b507e;
  font-size: 15px;
  margin: 0;
}
.product-details .product-info .product-stuff table {
  width: 100%;
  font-family: 'HelveticaRoundedBold';
}
.product-details .product-info .product-stuff table tr:first-child td {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 20px;
}
.product-details .product-info .product-stuff table tr td {
  font-size: 15px;
  border-left: 1px solid #d7d2e2;
  padding: 0 14px;
  vertical-align: top;
}
.product-details .product-info .product-stuff table tr td:first-child {
  border: none;
  padding-left: 0;
}
.product-details .return-link,
.recipe-details .return-link {
  display: block;
  color: #5b507e;
  font-size: 15px;
  margin: 12px 0 0;
  text-decoration: underline;
}
.product-details .return-link:hover,
.recipe-details .return-link:hover,
.product-details .return-link:focus,
.recipe-details .return-link:focus {
  text-decoration: underline;
}
.related-info {
  background: #f9f8fb;
  margin: 40px 0 0;
  padding: 50px 0;
}
.related-info .items {
  float: left;
  height: 263px;
  padding-left: 15px;
  padding-right: 15px;
}
.related-info .items a {
  display: block;
  height: 100%;
}
.related-info .img-responsive {
  width: 100%;
  height: auto;
}
/* Fun facts */
.fun-facts-intro .page-header h1 {
  margin-top: 40px;
}
.fun-facts-list {
  margin: 40px 0 110px;
}
.fun-facts-list .fun-facts-block {
  margin: 0 0 30px;
}
/* Recipe */
.recipe-intro .page-header h1 {
  margin: 40px 0;
}
.recipe-intro .intro-image {
  text-align: right;
}
.recipe-intro .intro-image img {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
}
.recipe-intro .intro-info {
  max-width: 65%;
}
.recipe-intro .intro-info h4 {
  color: #5b507e;
  font-size: 30px;
  margin: 15px 0 20px;
}
.recipe-intro .intro-info p {
  color: #5b507e;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.recipe-list {
  margin: 60px 0 100px;
}




.recipe-block {
  /*height: 260px;*/
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.recipe-block .title {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.recipe-block .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.recipe-block .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.recipe-block:hover .title {
  opacity: 0;
}
.recipe-block:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.recipe-block:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
.recipe-block .hover-link {
  font-size: 30px;
}
/* Single recipe */
.single-recipe-intro .page-header h1 {
  line-height: 1.8;
  margin: 40px 0;
}
.recipe-details {
  margin: 30px 0 0;
}
.recipe-details .recipe-share > li > a {
  color: #5b507e;
  font-size: 30px;
  padding: 0 5px;
}
.recipe-details .recipe-share > li > a:hover,
.recipe-details .recipe-share > li > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.recipe-details .recipe-share > li:first-child > a {
  padding-left: 0;
}
.recipe-details .recipe-info h4 {
  color: #a47fc5;
  font-size: 25px;
  line-height: 30px;
}
.recipe-details .recipe-info p {
  color: #5b507e;
  font-size: 15px;
  line-height: 22px;
}
.recipe-details .recipe-tab .nav-tabs {
  border: none;
}
.recipe-details .recipe-tab .nav-tabs > li {
  margin: 0;
  width: 57.5%;
  float: right;
}
.recipe-details .recipe-tab .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #ede9f4;
  color: #5b507e;
  font-size: 20px;
  padding: 12px 40px;
  margin-right: 0;
}
.recipe-details .recipe-tab .nav-tabs > li > a,
.recipe-details .recipe-tab .nav-tabs > li > a:hover,
.recipe-details .recipe-tab .nav-tabs > li > a:focus {
  border: none;
  background: #ede9f4;
}
.recipe-details .recipe-tab .nav-tabs > li:first-child {
  width: 42.5%;
  float: left;
}
.recipe-details .recipe-tab .nav-tabs > li:first-child > a {
  background: #f7f6fa;
  margin-right: 3px;
}
.recipe-details .recipe-tab .tab-content > .tab-pane {
  background: #ede9f4;
}
.recipe-details .recipe-tab .tab-content > .tab-pane:first-child {
  background: #f7f6fa;
}
.recipe-details .recipe-tab .nav-tabs > li {
  width: 57.5%;
  float: right;
}
.recipe-details .recipe-tab .nav-tabs > li > a {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.recipe-details .recipe-tab .nav-tabs > li:first-child {
  width: 42.5%;
  float: left;
}
.recipe-details .recipe-tab .nav-tabs > li:first-child > a {
  margin-right: 3px;
}
.recipe-details .recipe-tab ul {
  list-style: none;
  padding: 0;
}
.recipe-details .recipe-tab #ingredients {
  padding: 50px 30px;
}
.recipe-details .recipe-tab #ingredients p {
  color: #5b507e;
  font-size: 15px;
  line-height: 1.4;
}
.recipe-details .recipe-tab #ingredients ul li {
  color: #5b507e;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 45px;
  position: relative;
}
.recipe-details .recipe-tab #ingredients ul li:before {
  content: " ";
  width: 15px;
  height: 15px;
  border: 2px solid;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.recipe-details .recipe-tab #method {
  padding: 50px 20px;
}
.recipe-details .recipe-tab #method p {
  color: #5b507e;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 20px;
}
.recipe-details .recipe-tab #method ul,
.recipe-details .recipe-tab #method ol {
  counter-reset: li;
  padding-left: 0;
}
.recipe-details .recipe-tab #method ul li,
.recipe-details .recipe-tab #method ol li {
  color: #5b507e;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  padding-left: 55px;
  margin: 0 0 25px;
  list-style: none;
}
.recipe-details .recipe-tab #method ul li:before,
.recipe-details .recipe-tab #method ol li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  color: #5b507e;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 38px;
  padding: 10px 0;
  position: absolute;
  top: -10px;
  left: 0;
}
.single-recipe-content {
  margin-bottom: 0;
}
.single-recipe-content .slider-container {
  padding: 40px 0 0;
}
.single-recipe-content .slider-container .page-header h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.single-recipe-content .slider-container #slider .item {
  min-height: 258px;
  height: 258px;
}
.single-recipe-content .slider-container #slider .item .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.single-recipe-content .slider-container #slider .item .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.single-recipe-content .slider-container #slider .item:hover .title {
  opacity: 0;
}
.single-recipe-content .slider-container #slider .item:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.single-recipe-content .slider-container #slider .item:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
.single-recipe-content .slider-container #slider .item .hover-link {
  font-size: 25px;
  line-height: 30px;
}
.single-recipe-content .slider-container #slider .item div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font-size: 25px;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  left: auto;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* Creator of good */
.cog-intro .cog-col {
  position: relative;
}
.cog-intro .cog-col .character {
  position: absolute;
  top: 50%;
  min-height: 100px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cog-intro .page-header h1 {
  margin: 40px auto;
  line-height: 1.2;
  float: none;
}
.cog-intro .character {
  height: 100%;
  position: relative;
}
.cog-intro .character img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cog-intro .nominate {
  padding-right: 80px;
}
.cog-intro .nominate p,
.cog-intro .nominate ul {
  color: #5b507e;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 25px;
}
.cog-intro .nominate .btn-nominate {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 8px 35px;
  outline: none;
  border: 2px solid #ffffff;
}
.cog-intro .nominate .btn-nominate:hover,
.cog-intro .nominate .btn-nominate:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.cog-intro .nominate .btn-nominate:hover {
  border: 2px solid #a47fc5;
  color: #a47fc5;
  background: none;
}
.cog-list {
  margin: 100px 0 50px;
}
.cog-list .title {
  color: #5b507e;
  font-size: 40px;
  text-align: center;
  margin: 0 0 25px;
}
.cog-block {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.cog-block img {
  display: inline-block;
  vertical-align: top;
}
.cog-block .hover-link {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #a47bb5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.cog-block .hover-link span {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  width: 90%;
  right: 0;
}
.cog-block:hover .title {
  opacity: 0;
}
.cog-block:hover .hover-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: rgba(164, 123, 181, 0.8);
}
.cog-block:hover .hover-link.subcrible-hover {
  background: #a47bb5;
}
.cog-block .hover-link {
  font-size: 30px;
  line-height: 1.4;
}
#cogModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#cogModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#cogModal .modal-dialog {
  width: auto;
  max-width: 1170px;
  margin: 160px auto 30px;
}
#cogModal .modal-body {
  background: #a47bb5;
  padding: 0;
}
#cogModal .carousel-inner {
  height: 500px;
}
#cogModal .carousel-inner a:hover,
#cogModal .carousel-inner a:focus {
  color: #5b507e;
}
#cogModal .carousel-control {
  width: auto;
  z-index: 111;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#cogModal .carousel-control.left,
#cogModal .carousel-control.right {
  box-shadow: none;
  background: none;
  color: #ffffff;
  font-size: 80px;
  text-shadow: none;
}
#cogModal .carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
#cogModal .carousel-control .fa.fa-angle-left {
  left: -190px;
}
#cogModal .carousel-control .fa.fa-angle-right {
  right: -190px;
}
#cogModal .picture {
  text-align: left;
  padding: 35px;
}
#cogModal .picture img {
  display: inline-block;
  vertical-align: top;
}
#cogModal .character-info {
  position: relative;
  padding-right: 33px;
}
#cogModal .character-info .character-name {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  padding: 30px 0 20px;
}
#cogModal .character-info .character-des {
  color: #ffffff;
  font-size: 20px;
  font-family: 'HelveticaRoundedLTStdBd';
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  max-height: 330px;
  overflow: hidden;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
#cogModal .character-info .nav {
  margin-top: 25px;
}
#cogModal .character-info .nav > li > a {
  color: #ffffff;
  font-size: 25px;
  padding: 0 6px;
}
#cogModal .character-info .nav > li > a:hover,
#cogModal .character-info .nav > li > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
/* Apology Additive */
.additive .nominate {
  padding-right: 0;
}
/* Contact page */
.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
}
.contact-details {
  margin: 75px 0 0;
}
.contact-info {
  color: #5b507e;
}
.contact-info .page-header h1 {
  margin: 0 0 28px;
  text-align: left;
  line-height: 0.5;
}
.contact-info .info-top h4 {
  font-size: 30px;
  margin: 0;
}
.contact-info .info-top h4 a {
  color: #5b507e;
}
.contact-info .info-top .email {
  cursor: pointer;
}
.contact-info .info-bottom {
  margin: 20px 0 0;
}
.contact-info .info-bottom p {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.contact-info .contact-social {
  margin: 20px 0 0;
}
.contact-info .contact-social p {
  font-size: 20px;
  margin: 0;
}
.contact-info .contact-social .nav > li > a {
  color: #5b507e;
  font-size: 25px;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-info .contact-social .nav > li > a:hover,
.contact-info .contact-social .nav > li > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #bf95d1;
}
.contact-info .contact-social .nav > li:first-child > a {
  padding-left: 0;
}
.contact-info .contact-link {
  margin: 25px 0 0;
}
.contact-info .contact-link p {
  font-size: 15px;
}
.contact-info .contact-link a {
  color: #5b507e;
  text-decoration: underline;
}
.contact-extra .contact-tab {
  color: #5b507e;
}
.contact-extra .contact-tab .nav-tabs {
  border: none;
}
.contact-extra .contact-tab .nav-tabs > li {
  margin: 0;
  width: 57.5%;
  float: right;
}
.contact-extra .contact-tab .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #ede9f4;
  color: #5b507e;
  font-size: 20px;
  padding: 12px 40px;
  margin-right: 0;
}
.contact-extra .contact-tab .nav-tabs > li > a,
.contact-extra .contact-tab .nav-tabs > li > a:hover,
.contact-extra .contact-tab .nav-tabs > li > a:focus {
  border: none;
  background: #ede9f4;
}
.contact-extra .contact-tab .nav-tabs > li:first-child {
  width: 42.5%;
  float: left;
}
.contact-extra .contact-tab .nav-tabs > li:first-child > a {
  background: #f7f6fa;
  margin-right: 3px;
}
.contact-extra .contact-tab .tab-content > .tab-pane {
  background: #ede9f4;
}
.contact-extra .contact-tab .tab-content > .tab-pane:first-child {
  background: #f7f6fa;
}
.contact-extra .contact-tab .nav-tabs > li > a {
  margin-right: 0;
  padding: 12px 50px;
  text-align: center;
}
.contact-extra .contact-tab #find-us {
  padding: 30px 25px;
}
.contact-extra .contact-tab #find-us h5 {
  font-size: 20px;
  margin: 0 0 20px;
  white-space: nowrap;
}
.contact-extra .contact-tab #find-us p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 20px;
}
.contact-extra .contact-tab #jobs {
  padding: 30px 25px;
}
.contact-extra .contact-tab #jobs p {
  font-size: 20px;
  line-height: 1.3;
}
.addicts {
  margin: 35px 0 80px;
}
.addicts .title {
  text-align: center;
  font-size: 40px;
  margin: 0 0 25px;
}
#contactModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#contactModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#contactModal .modal-dialog {
  width: 660px;
}
#contactModal .modal-content {
  background: #f7f6fa;
}
#contactModal .modal-title {
  font-size: 50px;
  text-align: center;
}
#contactModal .modal-header {
  border: none;
  padding: 15px 25px;
}
#contactModal .modal-header .close {
  color: #5b507e;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 25px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#contactModal .modal-body {
  padding: 0 80px 40px;
  text-align: center;
}
#contactModal .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 30px 25px;
}
#contactModal .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}
#contactModal .modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #5b507e;
  background: #f7f6fa;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contactModal .modal-body .form-control.input-validation-error {
  border-color: #f00;
}
#contactModal .modal-body .form-control::-webkit-input-placeholder {
  color: #b9b4c8;
}
#contactModal .modal-body .form-control:-moz-placeholder {
  color: #b9b4c8;
}
#contactModal .modal-body .form-control::-moz-placeholder {
  color: #b9b4c8;
}
#contactModal .modal-body .form-control:-ms-input-placeholder {
  color: #b9b4c8;
}
#contactModal .modal-body .form-control.datepicker {
  padding-top: 7px;
}
#contactModal .modal-body textarea.form-control {
  height: 230px;
}
#contactModal .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 90px;
}
#contactModal .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 90px;
}
#contactModal .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 90px;
}
#contactModal .modal-body .btn-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 6px 20px 6px;
  width: 100%;
  outline: none;
}
#contactModal .modal-body .btn-submit:hover,
#contactModal .modal-body .btn-submit:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
#contactModal .modal-body .field-validation-error {
  color: #f00;
  font-size: 11px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
#contactModal .modal-body .field-validation-valid {
  display: none;
}
#unhappyModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#unhappyModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#unhappyModal .modal-dialog {
  width: auto;
  max-width: 1170px;
}
#unhappyModal .modal-content {
  background: #f7f6fa;
}
#unhappyModal .modal-title {
  font-size: 50px;
  text-align: center;
}
#unhappyModal .modal-header {
  border: none;
  padding: 15px 25px;
}
#unhappyModal .modal-header .close {
  color: #5b507e;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 25px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#unhappyModal .modal-body {
  padding: 0 100px 40px;
  text-align: center;
}
#unhappyModal .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 30px 25px;
}
#unhappyModal .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}
#unhappyModal .modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #5b507e;
  background: #f7f6fa;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#unhappyModal .modal-body .form-control.input-validation-error {
  border-color: #f00;
}
#unhappyModal .modal-body .form-control::-webkit-input-placeholder {
  color: #b9b4c8;
}
#unhappyModal .modal-body .form-control:-moz-placeholder {
  color: #b9b4c8;
}
#unhappyModal .modal-body .form-control::-moz-placeholder {
  color: #b9b4c8;
}
#unhappyModal .modal-body .form-control:-ms-input-placeholder {
  color: #b9b4c8;
}
#unhappyModal .modal-body .form-control.datepicker {
  padding-top: 7px;
}
#unhappyModal .modal-body textarea.form-control {
  height: 230px;
}
#unhappyModal .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 90px;
}
#unhappyModal .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 90px;
}
#unhappyModal .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 90px;
}
#unhappyModal .modal-body .btn-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 6px 20px 6px;
  width: 100%;
  outline: none;
}
#unhappyModal .modal-body .btn-submit:hover,
#unhappyModal .modal-body .btn-submit:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
#unhappyModal .modal-body .field-validation-error {
  color: #f00;
  font-size: 11px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
#unhappyModal .modal-body .field-validation-valid {
  display: none;
}
#unhappyModal .modal-body {
  padding: 0 100px 15px;
}
#unhappyModal .modal-body h6 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
}
#unhappyModal .modal-body p {
  padding: 0 115px 25px;
}
#unhappyModal .modal-body .form-control {
  padding: 3px 0;
  padding-bottom: 7px;
}
#unhappyModal .modal-body .bootstrap-select.btn-group {
  padding: 0;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  outline: none;
  padding: 3px 6px;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .btn:focus {
  border: none;
  outline: none !important;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .btn .filter-option {
  text-align: center;
}
.ff #unhappyModal .modal-body .bootstrap-select.btn-group .btn .caret {
  margin-top: -18px;
}
.ie11 #unhappyModal .modal-body .bootstrap-select.btn-group .btn .caret,
.ie10 #unhappyModal .modal-body .bootstrap-select.btn-group .btn .caret {
  margin-top: -16px;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .btn .caret {
  border: none;
  right: 0;
  margin-top: -17px;
  height: 100%;
  width: 38px;
  background: #f7f6fa;
  padding-top: 2px;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .btn .caret:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 20px;
}
#unhappyModal .modal-body .bootstrap-select.btn-group .dropdown-menu li a {
  color: #5b507e;
  font-size: 20px;
  text-align: center;
}
#unhappyModal .modal-body textarea.form-control {
  height: 211px;
}
#unhappyModal .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 50px;
}
#unhappyModal .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 50px;
}
#unhappyModal .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 50px;
}
#unhappyModal .modal-body .form-right p {
  color: #a47fc5;
  font-size: 15px;
  line-height: 18px;
  float: right;
  text-align: right;
  margin: -5px 0 0;
  padding: 0 25px 0 0;
  position: relative;
}
#unhappyModal .modal-body .form-right p .fa {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
#unhappyModal .modal-body .form-right p .fa.fa-info-circle span {
  display: none;
  position: absolute;
  right: 26px;
  width: 169px;
  font-family: 'HelveticaRoundedBold';
  font-size: 15px;
  top: 3px;
}
#unhappyModal .modal-body .form-right p .fa.fa-info-circle:hover span {
  display: block;
}
#unhappyModal .modal-body .btn-submit {
  margin: 20px 0 0;
}
#subscribeModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#subscribeModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#subscribeModal .modal-dialog {
  width: 560px;
}
#subscribeModal .modal-content {
  background: #f7f6fa;
}
#subscribeModal .modal-title {
  font-size: 50px;
  text-align: center;
}
#subscribeModal .modal-header {
  border: none;
  padding: 15px 25px;
}
#subscribeModal .modal-header .close {
  color: #5b507e;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 25px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#subscribeModal .modal-body {
  padding: 0 100px 40px;
  text-align: center;
}
#subscribeModal .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 30px 25px;
}
#subscribeModal .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}
#subscribeModal .modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #5b507e;
  background: #f7f6fa;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#subscribeModal .modal-body .form-control.input-validation-error {
  border-color: #f00;
}
#subscribeModal .modal-body .form-control::-webkit-input-placeholder {
  color: #b9b4c8;
}
#subscribeModal .modal-body .form-control:-moz-placeholder {
  color: #b9b4c8;
}
#subscribeModal .modal-body .form-control::-moz-placeholder {
  color: #b9b4c8;
}
#subscribeModal .modal-body .form-control:-ms-input-placeholder {
  color: #b9b4c8;
}
#subscribeModal .modal-body .form-control.datepicker {
  padding-top: 7px;
}
#subscribeModal .modal-body textarea.form-control {
  height: 230px;
}
#subscribeModal .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 90px;
}
#subscribeModal .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 90px;
}
#subscribeModal .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 90px;
}
#subscribeModal .modal-body .btn-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 6px 20px 6px;
  width: 100%;
  outline: none;
}
#subscribeModal .modal-body .btn-submit:hover,
#subscribeModal .modal-body .btn-submit:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
#subscribeModal .modal-body .field-validation-error {
  color: #f00;
  font-size: 11px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
#subscribeModal .modal-body .field-validation-valid {
  display: none;
}
.tyModal .modal-backdrop.in {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.tyModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.tyModal .modal-content {
  background: #f7f6fa;
}
.tyModal .modal-title {
  font-size: 50px;
  text-align: center;
}
.tyModal .modal-header {
  border: none;
  padding: 15px 25px;
}
.tyModal .modal-header .close {
  color: #5b507e;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 25px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tyModal .modal-body {
  padding: 0 100px 40px;
  text-align: center;
}
.tyModal .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 30px 25px;
}
.tyModal .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}
.tyModal .modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #5b507e;
  background: #f7f6fa;
  box-shadow: none;
  color: #5b507e;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tyModal .modal-body .form-control.input-validation-error {
  border-color: #f00;
}
.tyModal .modal-body .form-control::-webkit-input-placeholder {
  color: #b9b4c8;
}
.tyModal .modal-body .form-control:-moz-placeholder {
  color: #b9b4c8;
}
.tyModal .modal-body .form-control::-moz-placeholder {
  color: #b9b4c8;
}
.tyModal .modal-body .form-control:-ms-input-placeholder {
  color: #b9b4c8;
}
.tyModal .modal-body .form-control.datepicker {
  padding-top: 7px;
}
.tyModal .modal-body textarea.form-control {
  height: 230px;
}
.tyModal .modal-body textarea.form-control::-webkit-input-placeholder {
  padding-top: 90px;
}
.tyModal .modal-body textarea.form-control::-moz-placeholder {
  padding-top: 90px;
}
.tyModal .modal-body textarea.form-control:-ms-input-placeholder {
  padding-top: 90px;
}
.tyModal .modal-body .btn-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 6px 20px 6px;
  width: 100%;
  outline: none;
}
.tyModal .modal-body .btn-submit:hover,
.tyModal .modal-body .btn-submit:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.tyModal .modal-body .field-validation-error {
  color: #f00;
  font-size: 11px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
.tyModal .modal-body .field-validation-valid {
  display: none;
}
.tyModal .modal-dialog {
  width: 555px;
}
.tyModal .modal-title {
  padding: 50px 0 0;
}
.tyModal .modal-body p {
  padding: 0 0 25px;
}
/* About page */
.about-content * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-intro .page-header {
  text-align: center;
}
.about-intro .page-header h1 {
  margin: 40px 0 40px;
}
.about-intro .page-header img {
  display: inline-block;
  vertical-align: top;
}
.about-stories {
  background: url("../images/about/time-line.png") repeat-y top center transparent;
  text-align: center;
  margin: -70px 0 0;
}
.about-stories .story-year {
  display: inline-block;
  width: 129px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5b507e;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  padding: 36px 0;
  position: relative;
  z-index: 2;
}
.about-stories .story-title {
  color: #ffffff;
  font-size: 25px;
  display: block;
  background: #a47bb5;
  text-align: center;
  padding: 3px 10px 6px;
  position: relative;
  z-index: 1;
}
.about-stories .story-title.today-bar {
  display: none;
}
.about-stories .story-title:before,
.about-stories .story-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.about-stories .story-title:before {
  top: 0;
  border-top: 23px solid #ffffff;
}
.about-stories .story-title:after {
  bottom: 0;
  border-bottom: 23px solid #ffffff;
}
.about-stories .story-title.left:before,
.about-stories .story-title.left:after {
  right: 0;
  border-left: 45px solid transparent;
}
.about-stories .story-title.right:before,
.about-stories .story-title.right:after {
  left: 0;
  border-right: 45px solid transparent;
}
.about-stories .story-content p {
  color: #a47bb5;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin: 0 0 15px;
}
.about-stories .story-content img {
  display: inline-block;
  vertical-align: top;
}
.about-stories .story-content a.viewherovideo-btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #8e67b5;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background: #a47fc5;
  padding: 8px 35px;
  outline: none;
  border: 2px solid #ffffff;
  margin-bottom: 10px;
}
.about-stories .story-content a.viewherovideo-btn:hover,
.about-stories .story-content a.viewherovideo-btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #bf95d1;
}
.about-stories .story-content a.viewherovideo-btn:hover {
  border: 2px solid #a47fc5;
  color: #a47fc5;
  background: none;
}
.about-stories .col-left .story-content {
  padding-right: 100px;
}
.about-stories .col-right .story-content {
  padding-left: 100px;
}
.about-stories #year-2003 {
  margin-bottom: -185px;
}
.about-stories #year-2003 .col-left img:first-of-type {
  margin: -15px 0 0;
}
.about-stories #year-2003 .col-right {
  margin-top: 110px;
}
.about-stories #year-2003 .col-right img {
  margin: 15px 0 0;
}
.about-stories #year-2004 {
  margin-bottom: -70px;
}
.about-stories #year-2004 .story-year {
  margin-bottom: 105px;
}
.about-stories #year-2004 .col-left img:last-child {
  margin: -15px 0 0;
}
.about-stories #year-2004 .col-right {
  margin-top: 80px;
}
.about-stories #year-2004 .col-right img {
  margin: -45px 0 -30px;
}
.about-stories #year-2010 .row > div {
  position: static;
}
.about-stories #year-2010 .col-left {
  margin-top: 130px;
}
.about-stories #year-2010 .col-left .story-year {
  position: absolute;
  left: 50%;
  margin-top: -130px;
  margin-left: -64px;
}
.about-stories #year-2010 .col-left .row p:first-of-type {
  margin-top: 25px;
}
.about-stories #year-2010 .col-left .row img:last-of-type {
  margin: 0;
}
.about-stories #year-2010 .col-left img:last-of-type {
  margin: -15px 0 0;
}
.about-stories #year-2010 .col-right {
  margin-top: 400px;
}
.about-stories #year-2010 .col-right .story-year {
  position: absolute;
  right: 50%;
  margin-top: -175px;
  margin-right: -64px;
}
.about-stories #today {
  background: #ffffff;
  margin-top: 80px;
}
.about-stories #today .story-content {
  padding-top: 50px;
}
.about-stories #today .story-content img.earth {
  position: absolute;
  top: -165px;
  left: -25px;
}
.about-stories #today .story-content img.balloon {
  position: absolute;
  top: -165px;
  right: -70px;
}
.about-stories #today .story-content img:last-of-type {
  margin: 0px 0 40px;
}
.about-stories #today .story-content p {
  font-size: 25px;
  line-height: 30px;
  padding: 0 270px;
  margin: 0 0 25px;
  position: relative;
  text-align: center;
}
.nudie-navbar .navbar-nav.nav-left {
  height: 40px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #unhappyModal .modal-body .form-control {
    padding-top: 2px;
    padding-bottom: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"] {
    padding-top: 2px;
    padding-bottom: 5px;
  }
  #subscribeModal .modal-body .form-control,
  #unhappyModal .modal-body .form-control,
  #contactModal .modal-body .form-control {
    padding-bottom: 10px;
    line-height: 26px;
    padding-top: 2px;
  }
  #subscribeModal .modal-body .form-control.datepicker,
  #unhappyModal .modal-body .form-control.datepicker,
  #contactModal .modal-body .form-control.datepicker {
    padding-top: 2px;
  }
  #subscribeModal .modal-body .btn-group.bootstrap-select .btn,
  #unhappyModal .modal-body .btn-group.bootstrap-select .btn,
  #contactModal .modal-body .btn-group.bootstrap-select .btn {
    padding-top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #contactModal .modal-body .btn-group.bootstrap-select .btn {
    padding-top: 0;
  }
  ::i-block-chrome .navbar-nav > li > a,
  .nudie-navbar .navbar-nav > li > a {
    height: 42px;
    padding-top: 12px;
  }
}
.empty {
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.selectbox .form-control {
  font-family: Arial;
}
.selectbox.error .selector span {
  border-color: #ff0000;
}
div.selector {
  width: 100%;
  float: left;
}
div.selector span {
  color: #b9b4c8;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 100%;
  cursor: pointer;
  height: 40px;
  padding-top: 2px;
  font-size: 20px;
  border: 3px solid #5b507e;
  font-weight: normal;
}
div.selector span:after {
  content: ' ';
  right: 0;
  top: 3px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  background: url(../images/dropdown.png) no-repeat 0 0;
  width: 39px;
  height: 40px;
}
div.selector select {
  position: absolute;
  opacity: 0;
  height: 28px;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.selector.disabled span {
  color: #bbb;
}
.sf #subscribeModal .modal-body .form-control,
.mac.cr #subscribeModal .modal-body .form-control,
.sf #contactModal .modal-body .form-control,
.mac.cr #contactModal .modal-body .form-control,
.sf #unhappyModal .modal-body .form-control,
.mac.cr #unhappyModal .modal-body .form-control {
  padding: 7px 0 4px 0;
}
.sf #subscribeModal .modal-body .form-control.datepicker,
.mac.cr #subscribeModal .modal-body .form-control.datepicker,
.sf #contactModal .modal-body .form-control.datepicker,
.mac.cr #contactModal .modal-body .form-control.datepicker,
.sf #unhappyModal .modal-body .form-control.datepicker,
.mac.cr #unhappyModal .modal-body .form-control.datepicker {
  padding-top: 8px;
}
.sf #subscribeModal .modal-body .form-control.datepicker::-webkit-input-placeholder,
.mac.cr #subscribeModal .modal-body .form-control.datepicker::-webkit-input-placeholder,
.sf #contactModal .modal-body .form-control.datepicker::-webkit-input-placeholder,
.mac.cr #contactModal .modal-body .form-control.datepicker::-webkit-input-placeholder,
.sf #unhappyModal .modal-body .form-control.datepicker::-webkit-input-placeholder,
.mac.cr #unhappyModal .modal-body .form-control.datepicker::-webkit-input-placeholder {
  padding-top: 0;
}
.sf #subscribeModal .modal-body .btn-submit,
.mac.cr #subscribeModal .modal-body .btn-submit,
.sf #contactModal .modal-body .btn-submit,
.mac.cr #contactModal .modal-body .btn-submit,
.sf #unhappyModal .modal-body .btn-submit,
.mac.cr #unhappyModal .modal-body .btn-submit {
  padding-top: 7px;
}
.sf .about-stories .story-title,
.mac.cr .about-stories .story-title {
  padding-top: 8px;
}
.sf .cog-block,
.mac.cr .cog-block {
  overflow: hidden;
}
.sf .nudie-navbar .navbar-nav > li > a,
.mac.cr .nudie-navbar .navbar-nav > li > a {
  padding-top: 10px;
}
.sf div.selector span,
.mac.cr div.selector span {
  padding-top: 4px;
}
.sf .view-more,
.mac.cr .view-more {
  padding-top: 10px;
}
.sf .load-more-link,
.mac.cr .load-more-link {
  padding-top: 10px;
}
.sf .back-to-products a,
.mac.cr .back-to-products a {
  padding-top: 10px;
}
.sf #slider .item span,
.mac.cr #slider .item span {
  padding-top: 10px;
}
.sf .cog-intro .nominate .btn-nominate,
.mac.cr .cog-intro .nominate .btn-nominate {
  padding-top: 10px;
}
.ff .nudie-navbar .navbar-nav > li > a {
  padding-top: 7px;
}
.ff #subscribeModal .modal-body .form-control,
.ff #contactModal .modal-body .form-control,
.ff #unhappyModal .modal-body .form-control {
  padding: 4px 0 8px 0;
}
.ff #subscribeModal .modal-body .form-control.datepicker,
.ff #contactModal .modal-body .form-control.datepicker,
.ff #unhappyModal .modal-body .form-control.datepicker {
  padding-top: 7px;
}
.ff #subscribeModal .modal-body .form-control.datepicker::-moz-placeholder,
.ff #contactModal .modal-body .form-control.datepicker::-moz-placeholder,
.ff #unhappyModal .modal-body .form-control.datepicker::-moz-placeholder {
  padding-top: 4px;
}
/*# sourceMappingURL=style.css.map */