.toolbar-nav {
	background: #f136c1;
  max-height: 45px;
  font-family: 'GravurRegular', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}
.toolbar-nav ul {
	padding-left: 0;
	margin-bottom: 0;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25)
}
.toolbar-nav ul > li {
  float: none;
  display: inline-block;
  text-align: center;
  padding: 7px 12px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -55px;
  width: auto;
}
.toolbar-nav ul > li a {
	border-bottom: none;
	color: #FFF;
}
@media (min-width: 768px) {
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-100%);
  }
}
.search-sm {
	margin: 15px 25px;
}
/* Headroom JS bottom toolbar */
.headroom-toolbar {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom-toolbar--unpinned {
  transform: translateY(100%);
}
.nav-toggle {
	background:#FFF;
	padding:15px;
	height:50px;
	width:55px;
	padding-top: 10px!important;
}
.divider-vertical {
	border-left: 1px solid #fff;
	display: inline-block;
  height: 55px;
}
.anchor {
	pointer-events: all;
}
.header {
  position: relative;
  height: 600px;
  pointer-events: none;
}
.header.slimHeader {
	height: 200px;
	min-height: 200px;
}
@media (min-width: 767px){
	.header.slimHeader {
		height: 450px;
	}
  .header {
    /*height: 700px*/
    height: 800px;
  }
}
@media (min-width: 990px){
	.header.slimHeader {
		height: 600px;
	}
  .header {
    /*height: 700px*/
    height: 800px;
  }
}
@media (min-width: 1500px){
  .header {
    height: 840px
  }
}
@media (max-width: 767px) {
	.header.header--no-video-on-mobile > video {
		display: none
	}
	.header img {
		max-width: 135px;
	}
	.header {
		height: 450px;
		background-image: url('/../img/Youseq mobile header 2022.jpg');
		/*covid header*/
		/*background-image: url('/../img/COVID-header.png');*/
	}
	.header__heading {
		bottom: 15px;
	}
}
.header.aboutHeader {
	background: url('/../img/about/header.jpg') no-repeat center / cover;
}
.header.learningHeader {
	background: url('/../img/learning/header.jpg') no-repeat center top / cover;
}
.header.productsHeader {
	background: url('/../img/products/header.jpg') no-repeat center top / cover;
}
.header.contactHeader {
	background: url('/../img/contact/header.jpg') no-repeat center top / cover;
}
.header.errorHeader {
	background: url('/../img/404_header.jpg') no-repeat center bottom / cover;
}

.grad {
	color: #FFF;
	background-color: #f136c1;
	background-image: linear-gradient(to top right, #009fe3, #f136c1);
	position: relative;
}
.grad p a {
	color: #FFF;
	text-decoration: underline;
}
.grey {
	background: #f1f1f1;
}
.grey p, .grey h2 {
	color: #e848ba
}
.pink {
	color: #e848ba!important
}
.gravur, .gravur b, .gravur strong {
	font-family: GravurRegular !important;
	font-size: 18px;
}
.greyArrow, .gradArrow {
	position: relative;
}
.greyArrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f1f1f1;
	border-width: 30px;
	margin-left: -30px;
	z-index: 99
}
.gradArrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #4d80dc;
	border-width: 30px;
	margin-left: -30px;
	z-index: 99
}
@media (max-width: 767px) {
	.greyArrow:after, .gradArrow:after {
		border-width: 20px;
		margin-left: -20px;
	}
}
.u-extraMarginTop {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.u-extraMarginBottom {
		margin-bottom: 25px;
	}
	.u-extraMarginTop {
		margin-top: 35px!important;
	}
	section.u-sectionExtraPaddingTop {
		padding-top: 150px;
	}
	.u-btnExtraMarginTop {
		margin-top: 15px;
	}
}

.header__heading {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  right: 0
}

.header .anchor {
  position: absolute;
  margin: 0 auto;
  bottom: 15px;
  left: 0;
  text-align: center;
  right: 0
}
.header {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  overflow: hidden;
}
.header video {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}
.productBlock {
	text-align: center;
	margin: 25px 0 0 0;
	padding-bottom: 60px;
	width: 100%;
}
.productBlock p {
	font-size: 15px;
}
.productImage {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 150px;
	width: 100%;
	margin-bottom: 15px;
}
.productTeaser {
	text-align: center;
	position: relative;
	background-color: #f136c1;
	background-image: linear-gradient(to top right, #009fe3, #f136c1);
	color: #FFF;
	width: 100%;
	min-height: 200px;
	margin-bottom: 25px;
}
.productTeaserBody {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 25px;
	transform: translateY(-50%);
}
.learningBlock {
	text-align: center;
	margin: 25px 0 0 0;
	background: #FFF;
	padding-bottom: 60px;
	width: 100%
}
.learningImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 175px;
	width: 100%;
}
.learningBody {
	padding: 15px 12px 0 12px;
}
.blockWrapper {
	position: relative;
}
.blockWrapper .btnWrapper {
	bottom: 20px;
	left: 0;
	right: 0;
	position: absolute;
}
.blockWrapper p + p {
	font-size: 14px;
	margin-bottom: 20px;
	color: inherit;
}
.play {
	background: url(/../img/icon/play.png) no-repeat 50% 50% / contain;
	width: 60px;
	height: 60px;
	padding-top:88px;
	padding-bottom:88px;
	display: inline-block;
	cursor: pointer;
}

.workflow {
	color: #FFF;
	background-color: #443d89;
	background-image: linear-gradient(to bottom, #443d89, #ebcfeb);
}
.workflowNumber {
	border-radius: 50%;
	float: left;
	width: 80px;
	height: 80px;
	font-size: 50px;
	text-align: center;
	color: #FFF;
	background: #e848ba;
	margin: 0 25px 15px 0;
	line-height: 0.8;
	padding: 20px 0;
	font-family: 'GravurRegular', sans-serif
}
.workflowVideo {
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	width: 100%;
	width: 275px;
	text-align: center;
	margin: 25px auto 35px;
}
.workflowWrapper {
	margin-top: 50px;
}
@media (min-width: 992px) {
	.workflowWrapper p {
		padding-right: 30px;
	}
}
.get-in-touch {
	margin: 30px auto 50px!important;
}
.teamBlock {
	font-size: 15px;
	margin: 25px 0 0 0;
	padding-bottom: 60px;
}
.teamImage {
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;
}
.teamBlock .title {
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'GravurRegular', sans-serif;
}
.teamBlock .btn {
	margin-top: 25px;
}

.aboutBlocks {
	margin-top: 35px;
}
.aboutBlock {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
}
.aboutBlock h3 {
	position: relative;
	left: 20px;
	bottom: 20px;
	font-size: 30px;
	z-index: 99;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
}
.aboutBlock .aboutOverlay {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: 999;
  font-size: 15px;
  padding: 25px;
  color: #ffffff;
  background-color: #f136c1;
  background-image: linear-gradient(to top right, #009fe3, #f136c1);
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.aboutBlock:hover .aboutOverlay {
  opacity: 1;
}
.aboutBlock .aboutOverlay p {
	position: absolute;
	padding: 0 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

@media (max-width: 1200px) {
	.aboutBlock .aboutOverlay p {
		padding: 0 35px;
	}
	.aboutBlock h3 {
		font-size: 35px;
	}
}

#map {
	height: 400px;
}

.distributorsSlider-wrapper {
	margin-top: 35px;
}

.distributorsSlider-wrapper .slick-slide {
  margin: 0 10px;
}
.distributorsSlider-wrapper .slick-list {
  margin: 0 -10px;
}

.distributorsSlider-wrapper .slick-next {
  right: -25px;
  background: url(images/next-arrow.svg) no-repeat center;
  background-size: 30px;
} 
.distributorsSlider-wrapper .slick-prev {
  left: -25px;
  background: url(images/prev-arrow.svg) no-repeat center;
  background-size: 30px;
} 
.distributorsSlider-wrapper .slick-prev, .distributorsSlider-wrapper .slick-next {
	width: 47px;
	height: 47px;
	top: 50%;
	transform: translateY(-50%);
}
.distributorBlock .title {
	color: #e848ba;
	font-size: 18px
}
.distributorBlock {
	font-size: 15px;
	width: 100%;
	margin-bottom: 35px;
}
.distributorImage {
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 15px;
}
.country_flag {
	font-size: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 0;
	line-height: .5;
	width: 30px;
	height: 25px;
}
.country_flag img {
	width: 25px
}
@media (min-width: 991px) {
	.workflowNumber {
		width: 90px;
		height: 90px;
		font-size: 60px;
	}
	.workflowVideo {
		margin: 0 0 25px 0;
		float: right;
	}
	.workflowWrapper {
		padding: 55px;
		margin-top: 0;
	}
}

.learningSection {
	margin: 0 auto 50px;
} 
.learningSection:last-child {
	margin: 0 auto 0px;
} 
.learningSection h2,
.learningSection p {
	max-width: 800px;
	margin: 0 auto 10px;
}

.data-analysis {
	background: -moz-linear-gradient(top, rgba(117, 121, 193, .95) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.65) 100%), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.65))), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background: -webkit-linear-gradient(top, rgba(117, 121, 193, .95) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.65) 100%), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background: -o-linear-gradient(top, rgba(117, 121, 193, .95) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.65) 100%), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background: -ms-linear-gradient(top, rgba(117, 121, 193, .95) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.65) 100%), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background: linear-gradient(to bottom, rgba(117, 121, 193, .95) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.65) 100%), url('/../img/data_analysis/header.jpg') no-repeat right bottom;
  background-size: 100% auto;
  padding-bottom: 35%;
	text-align: center;
	color: #FFF;
}

.data-analysis p {
	max-width: 835px;
	margin: 0 auto 20px;
}
.data-analysis h3 {
	text-transform: uppercase;
	font-size: 28px;
	margin: 50px auto 10px;
}

/*Blog*/
.newsImage {
	max-width: 900px;
	margin: 25px auto 50px;
}
.newsBody {
	max-width: 700px;
	margin: 0 auto;
	font-family: 'GothamRegular';
}
.newsBody a {
	font-family: 'GothamBold';
	color: #e848ba;
}
.share {
	text-align: center;
	margin: 50px auto 0;
}
.newsBody iframe,
.newsBody img {
	margin: 25px auto;
	display: block;
}


/*Product*/
.product-actions {
	margin-top: 20px;
}
.product-actions .btn {
	min-width: 225px;
	margin-bottom: 5px;
}
.product-purchase {
	margin-top: 50px;
	margin-bottom: 15px;
}
.product-purchase h2 {
	margin-bottom: 10px;
}
.productDescription h1 {
	font-size: 32px;
}
.productDescription {
	font-size: 15px;
}
.form-control.variant-select {
	width: auto;
	display: inline;
	margin-top: -5px;
	margin-left: 15px;
	min-width: 200px;
	cursor: pointer;
}
.productDownloadsWrapper {
	margin-top: 35px;
}
.cartLink svg {
	float: left;
	margin-right: 8px;
	margin-top: -3px;
}
.added-to-cart-message {
  display: none;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 767px) {
	.cartLink a {
		color: #FFF;
	}
	.cartLink svg {
		margin-top: 2px;
	}
	.cartLink {
		margin-top: 10px
	}
}

.btn-wp-checkout {
 width: 200px;	
}
/*Contact*/
.address {
	margin-top: 50px;
}
.address h2 {
	margin: 0px 0 10px 0;
	font-size: 28px;
}
#ContactIndexForm {
	text-align: left;
	margin: 35px 0 50px;
}
#ContactIndexForm .btn {
	border: 2px solid #FFF;
	background: transparent;
	color: #FFF;
	margin-top: 25px;
	min-width: 150px;
}

.cart-added {
	margin-top: 20px;
	font-size: 14px;
}
.cart-added a {
	font-family: 'GothamBold';
	text-decoration: underline;
}

.cartItem hr {
	border-top: 1px solid #f136c1;
	margin: 25px 0;
}
.productInCart hr {
	border-top: 1px solid #f136c1;
	margin: 35px 0 15px;
}
.productInCart h4 {
	text-transform: uppercase;
	color: #f136c1;
	font-size: 24px;
}
.cart-delete {
	margin-top: 15px;
}
.cartTotal {
	padding-left: 50px;
}

.quantityForm label {
	display: inline;
}
.quantityForm select.form-control,
.quantityForm input.form-control,
.quantityForm .input {
	width: 60px;
	display: inline;
}
.shipping_header {
	margin: 25px 0 15px;
}
.shipping_header h4,
.shipping_header p {
	display: inline-block;
	margin:0;
}
.postcode_field { 
  position: relative; 
}
.postcode_field #postcode_lookup,
.postcode_field #billing_postcode_lookup {
	position: absolute;
	top: 29px;
	right: 0;
	height: 34px;
	padding: 5px 40px 0 25px;
	color: #fff;
	background: #f136c1;
	border-radius: 0;
	padding: 0 15px;
	transition: none;
}
.postcode_field.btn:hover,
.postcode_field.btn:focus {
	box-shadow: none!important;
	transform:none!important;
	transition: none!important;
	top:0;
}

.subtotal-cart {
	margin-top: -40px;
}
@media (max-width: 767px) {
	.cartItem-image {
		margin-bottom: 15px;
	}
}
.payment-methods {
	display: inline-block;
	margin: 15px auto 15px;
	width: 100%;
	text-align: center;
}
.payment-methods ul {
  list-style-type: none;
  padding: 0;
  margin: 0;

}
.payment-methods ul li {
  display: inline-block;
  margin-right: 4px;
}
.visa,
.visa-credit,
.visa-electron,
.mastercard,
.maestro,
.jcb,
.worldpay {
  background-repeat: no-repeat;
  height: 20px;
}
.visa {
  width: 32px;
  background-image: url(../img/icon/cards/visa.gif);
}
.visa-credit {
  width: 32px;
  background-image: url(../img/icon/cards/visa-credit.gif);
}
.visa-electron {
  width: 32px;
  background-image: url(../img/icon/cards/visa-electron.gif);
}
.mastercard {
  width: 32px;
  background-size: 32px 20px;
  background-image: url(../img/icon/cards/mastercard.gif);
}
.maestro {
  width: 31px;
  background-image: url(../img/icon/cards/maestro.gif);
}
.jcb {
  width: 26px;
  background-image: url(../img/icon/cards/jcb.gif);
}
.worldpay {
  width: 64px;
  background-image: url(../img/icon/cards/poweredByWorldPay.gif);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .visa {
    background-image: url(../img/icon/cards/visa-x2.gif);
    background-size: 32px 20px;
  }
  .visa-credit {
    background-image: url(../img/icon/cards/visa-credit-x2.gif);
    background-size: 32px 20px;
  }
  .visa-electron {
    background-image: url(../img/icon/cards/visa-electron-x2.gif);
    background-size: 32px 20px;
  }
  .mastercard {
    background-image: url(../img/icon/cards/mastercard-x2.gif);
    background-size: 32px 20px;
  }
  .maestro {
    background-image: url(../img/icon/cards/maestro-x2.gif);
    background-size: 31px 20px;
  }
  .jcb {
    background-image: url(../img/icon/cards/jcb-x2.gif);
    background-size: 26px 20px;
  }
  .worldpay {
    background-image: url(../img/icon/cards/poweredByWorldPay-x2.gif);
    background-size: 64px 20px;
  }
}
footer {
	padding: 50px 0;
	color: #FFF;
	background-color: #f136c1;
	background-image: linear-gradient(to top right, #009fe3, #f136c1);
}
footer a {
	color: #FFF
}
footer svg {
	margin: 10px 2px;
}
footer .footerSocial a {
	text-decoration: none;
} 
footer .footerSocial p {
	margin: 10px 0 0;
}

.footerAddress {
	position: relative;
	font-size: 15px;
}

.footerAddress .btn {
	margin: 15px auto 30px;
	border: 2px solid #FFF;
	color: #FFF;
	width: 150px;
}
.footerAddress {
	text-align: center;
}

@media (min-width: 991px){
	.footerAddress {
		text-align: left;
	}
	.footerAddress .btn {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
	}
}


@media (max-width: 767px) {
	.header h1 {
		padding: 0 15px;
		margin: 50px 0 45px 0;
		font-size: 28px;
	}
	.productBlock{
		margin-top: 5px;
	}
	.learningBlock {
		margin-top: 15px;
	}
	footer .text-right {
		text-align: center !important;
	}
}
#search_bar {
	background: #FFF;
	padding: 8px 15px;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 10;
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.1);
}
#search_bar svg {
	float: left;
	/*margin-top: 6px;*/
}
#search_bar input {
	border: transparent;
	box-shadow: none;
	width: 95%;
	padding: 5px 17px 5px 0;
	font-size: 18px;
	float: left;
}
#search_bar .search-submit {
	background: none;
	border: none;
	padding: 6px 0;
	position: absolute;
	right: 15px;
}
.search {
	height: 50px;
	cursor: pointer;
}
.search svg {
	fill: #FFF;
}
@media (min-width: 768px) {
	.search.active_search {
		background: #FFF;
	}
	.search.active_search svg {
		fill: #e848ba;
	}
}

.errorWrapper .btn {
	margin: 5px 5px 0 5px;
}
@media (max-width: 767px) {
	.errorWrapper .btn {
		display: block;
		width: 200px;
		margin: 0 auto 12px;
	}
}
/*LOGIN*/
.admin{
  max-width:400px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding:25px;
}
.admin h1 {
	margin-bottom: 10px;
}

.terms h3 {
	color: #ed39c0;
	margin: 25px 0 10px;
}
.terms li {
	margin-bottom: 10px;
}
#cookie_info {
	z-index: 9999999;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #cf46c8;
	color: #FFF;
	text-align: center;
	left: 0;
	margin: 0 auto;
	right: 0;
	font-size: 15px;
	border-radius: 0;
}
#cookie_info a {
  color: #FFF;
  text-decoration: underline;
}
#cookie_info .close {
	color: #FFF;
	opacity: 1
}
@media (max-width: 1270px) {
  #cookie_info p {
    padding-right: 35px
  }
}


@font-face {
  font-family: 'GothamRegular';
  src: url('../fonts/Gotham-Book.otf');
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/Gotham-Light.otf');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/Gotham-Bold.otf');
}
@font-face {
  font-family: 'GravurRegular';
  src: url('../fonts/Gravur-Condensed.otf');
}
@font-face {
  font-family: 'GravurBold';
  src: url('../fonts/GravurCondensed-Bold.otf');
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
nav,
section {
  display: block;
}
section {
  padding: 35px 0
}
@media (min-width: 990px){
  section {
    padding: 60px 0
  }
}
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong,
.u-bold {
  font-family: 'GothamBold', sans-serif;
  font-weight: bold;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'GothamRegular', sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #4a4a49;
  background-color: #fff;
}
body.bodyTop {
  margin-top: 50px
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4a4a49;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'GravurRegular', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    letter-spacing: 0.01em
  }
}   
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.slim-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .slim-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .slim-container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .slim-container {
    width: 950px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0; }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
  text-align: left;
  clear: both;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.btn {
  display: inline-block;
  padding: 6px 25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 35px;
  border: 2px solid #e848ba;
  color: #e848ba;
  transition: box-shadow 0.35s ease-out, transform 0.2s ease-out;
}
.btn-inverse {
  border: 2px solid #FFF;
  color: #FFF
}
.btn-cluster .btn {
  margin: 10px 10px 0;
  min-width: 200px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-lg {
  padding: 10px 35px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.3333333;
  border: 2px solid #FFF;
  color: #FFF;
  margin: 15px 15px 0;
  font-family: 'GravurRegular', sans-serif;
  letter-spacing: 0.05em;
  background: transparent;
}
@media (max-width: 767px) {
  .btn-lg {
    padding: 7px 20px;
    font-size: 16px; ;
    margin: 15px 5px 0;
  }
}
.btn-pink {
  border: 2px solid #e848ba;
  color: #e848ba;
  margin-left: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.open > a {
  outline: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav-pills {
	display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: -10px;
}
.nav-pills > li {
  float: left;
  text-transform: none;
}
.nav-pills > li > a {
  border-radius: 20px;
  color: #e848ba;
  font-family: 'GothamBold', sans-serif;
  font-weight: 800;
  padding: 6px 15px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e848ba;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  height: 50px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  transition: all 0.2s ease;
  font-family: 'GravurRegular', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.navbar-default.colourDefault {
  background: rgb(237, 57, 192);
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #4a4a49;
  background-color:rgba(255,255,255,.65);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  list-style: none;
  background-color: rgba(255,255,255,.65);
  background-clip: padding-box;
  /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  border: 1px solid transparent;
}
.panel-body {
  padding: 10px 15px 0 0;
  font-size: 15px;
  max-width: 900px;
  margin: 0 auto;
}
.panel-heading {
  padding: 10px 15px 0 0;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .panel-heading {
    text-align: left;
    padding: 10px 25px 0 0
  }
  .panel-title > a {
    display: block;
    width: 100%;
  }
  .panel-title {
    font-size: 15px!important;
  }
  .panel .panel-title a:after {
    margin-right: 0;
  }
  .panel-body {
    text-align: left;
    padding: 10px 0 0 0
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0!important;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: #eb46bb;
  font-family: 'GothamBold', sans-serif;
  font-weight: 800;
  position: relative;
}
.panel .panel-title a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  margin-right: -30px;
  height: 14px;
  width: 25px;
  background: url('/../img/icon/closed.png') no-repeat center
}
.panel.active .panel-title a:after{
  background: url('/../img/icon/open.png') no-repeat center
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-top: 25px;
  margin-bottom: 0px;
}
.panel-group .panel {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
#accordion-product.panel-group {
  margin-top: 50px;
}
#accordion-product .panel {
  border-bottom: 2px solid #e848ba;
  margin-top: 10px;
}
#accordion-product .panel-heading,
#accordion-product .panel-body {
  padding: 10px 0 10px 0
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.product-purchase div:first-child {
	display: block
}
.variant_details{display:none}

.headerButtonHolder{
	position: absolute;
	margin: 0 auto;
	bottom: 100px;
	left: 0;
	text-align: center;
	right: 0;
	pointer-events: all;
}
.headerButtonHolder .btn{
	background-color: #e848ba;
	color: white;
	font-size: 28px;
	margin-top: 20px;
	width: 530px;
	font-family: 'GravurRegular';
}

@media(max-width: 700px){
	.headerButtonHolder{
		bottom: 70px;
	}
	.headerButtonHolder .btn{
		margin-top: 10px;
		width: 280px;
		font-size: 15px;
	}
}


/*added in later*/

.productSortingWrapper-side .productSortingGroup {
  margin-bottom: 25px
}
.productSortingGroup h3 {
  margin: 0;
  font-size: 22px;
  color: #554E4C;
}
.productSortingGroup ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.productSortingGroup ul li {
  /*display: block;*/
  padding: 5px 0;
}

.originFilter.productSortingGroup ul li {
  display: inline-flex;
}
.productSortingGroup ul li a {
  color: #554E4C;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  display: block;
  line-height: 1.3;
}

.tick-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/img/tick-box.png') no-repeat -14px 0 rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.productSortingGroup ul li a .tick-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/img/tick-box.png') no-repeat -14px 0 rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.productSortingGroup ul li a.checked .tick-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('/img/tick-box.png') no-repeat -12px 0 rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url('/img/tick-box.png') no-repeat 0 -12px rgba(0, 0, 0, 0);
}

.tick-icon.active{
	background: url('/img/tick-box.png') no-repeat 0 -12px rgba(0, 0, 0, 0) !important;
}
.productSortingGroup ul li a.checked {
	font-family: 'GothamBold';
	color: #e848ba;
}
.productFilter .productFilter-hidden {
  display: none;
}
.productFilter .productFilter-more,
.productFilter .productFilter-less {
  font-weight: bold;
}
.productFilter .productFilter-more a,
.productFilter .selectAllBtn {
  padding-left: 0;
  color: #a11eb7;
}

.typeFilter a.checked {
color: #e848ba;
background: #FFF
}
.removeFilter {
	position: relative;
}
.removeFilter svg {
	margin-right: 15px;
	margin-left: 5px;
	top: 3px;
	right: 0;
	margin-top: 0px;
	position: inherit;
}


.buildBlock{
	margin: 50px 0;
}

.buildBlock .btn{
	min-width: 255px;
	background-color: white;
}

.buildBlock .btn.active{
	background-color: #e848ba;
	color: white;
	border-color: white;
}

.buildBlock .btn:focus {outline:0;}


.headerButtonHolder{
	position: absolute;
	margin: 0 auto;
	bottom: 100px;
	left: 0;
	text-align: center;
	right: 0;
	pointer-events: all;
}
.headerButtonHolder .btn{
	background-color: #e848ba;
	color: white;
	font-size: 28px;
	margin-top: 20px;
	width: 530px;
	font-family: 'GravurRegular';
}

@media(max-width: 700px){
	.headerButtonHolder{
		bottom: 70px;
	}
	.headerButtonHolder .btn{
		margin-top: 10px;
		width: 280px;
		font-size: 15px;
	}
}



.selectionCheckList p{
	position: relative;
}

.selectionCheckList .tick-icon{
	right: 60%;
	left: unset;
	background: url('/img/tick-box.png') no-repeat 0 -12px rgba(0, 0, 0, 0) !important;
}



.buildBlock input{
	border: 1px solid black;
	padding: 10px;
}

.fixme{
	position: static;
}

.fixme.sticky{
	position: fixed;
	top: 80px;
}







