.navbar {
	/*display: flex;
	flex-direction: row;
	align-items: center;*/
	background-color: #fff;
	border-bottom: 4px solid #0097a9;
	border-radius: 0px;
	min-height: 104px;
	margin-bottom: 0px;
}
.navbar-collapse {
	/*flex-direction: row;
	align-items: center;*/
}
.navbar-brand {
	margin-top: 6px;
	padding: 0px 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #0097a9 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0097a9;
    background-color: transparent;
}
.navbar-header {
	min-height: 96px;
}
.logotext {
	display: inline-block;
	position: relative;
	margin: 28px 0 0 18px;
	font-size: 16px;
}
.bluebar {
	background-color: #0097a9; 
	height: 70px;
	font-size: 22px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.carousel-inner .active img{
	width: 100%;
}
.carousel-inner .active {
	/*display: flex;*/
}
.carousel-caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
    background-color: #fff;
    border: 2px solid #0097a9;
    box-shadow: 0 0 2px 13px rgba(255,255,255,0.25);
    width: 50%;
    max-width: 340px;
    /* height: 50%; */
    max-height: 340px;
    margin: auto;
    position: absolute;
    top: 0;
    left: -33%;
    bottom: 0;
    color: #2f2f30;
    text-shadow: none;
    padding: 0 28px;
}

body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
}
html, body {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif !important;
    position: relative;
    min-height: 100%;
}
h3, h4{
	font-weight: 400;
}
h3 {
	font-size: 22px;
}
.wrapper
{
    position: relative;
    overflow: auto;
}
a {
	color: #0097a9;
}
a:hover {
	text-decoration: none;
}
.centerform {
	margin-top: 34px;
	padding: 60px;
	border: 2px solid #c0c0c0;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 900;
}
.centerform label {
	color: #2f2f30;
	font-weight: 700;
}
.centerform input[type=text], .centerform input[type=password] {
	width: 100%;
	height: 40px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding-left: 16px;
}
.lblconfirm {
	margin-top: 24px;
}
.pwtoggle {
    position: absolute;
    right: 90px;
    margin-top: -40px;
    cursor: pointer;
}
.btn-blue {
	background-color: #0097a9;
	width: 100%;
	height: 50px;
	border: 1px solid #0097a9;
	font-size: 18px;
	line-height: 36px;
	margin-top: 44px;
}
.update-button {
	color: #0097a9 !important;
}
#hintcontainer {
	display: none;
	margin-top: 24px;
}
.hintlist {
	position: relative;
	list-style: none;
	padding-left: 24px;
	color: #e52431;
	font-weight: 400;
}
.hint {
	color: #e52431;
}
.hint:before {
	content: "\f00d"; 
	font-family: FontAwesome;
	position: absolute;
	left: 0; 
	width: 1.2em;
	height: 1.2em;
	color: #e52431;
}
.hintvalid {
	color: #008a00;
}
.hintvalid:before {
	content: "\f00c"; 
	font-family: FontAwesome;
	position: absolute;
	left: 0; 
	width: 1.2em;
	height: 1.2em;
	color: #008a00;
}
.footerfix{height:110px;}
.footerfix-consultant{height:605px;}
.footer{
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	/*position: absolute;*/
    margin-top: 53px;
	min-height: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	background-color: #f7f7f7;
}
.footer .disclaimer{
	font-size: 12px;
    padding-bottom: 24px;
    margin: 12px 3px 0 3px;
}
.infobox{
	margin-top: 50px;
	margin-right: 15px;
	padding: 40px 40px 40px 40px;
	border: 2px solid #c0c0c0;
	border-radius: 6px;
}
.infobox hr {
	border: 0; 
	border-top: 1px solid #c0c0c0; 
	margin: 30px -40px
}
.consultant {
	display: flex;
	align-items: center;
}
.consultant img{
	margin: 20px 40px 0 0;
}
.questionbox, .correctionbox{
	margin-top: 50px;
	margin-left: 15px;
	padding: 40px 40px 40px 40px;
	background-color: #f7f7f7;
	border: 2px solid #f7f7f7;
	border-radius: 6px;
}
.correctionbox{
	display: none;
}
.reviewbuttons {
	 display: flex;
	 justify-content: flex-start;
	 margin-top: 26px;
	 max-width: 100%;
}
.infocorrection {
	 margin-top: 26px;
	 width: 100%;
	 height:100px;
	 border-color: #c0c0c0;
	 border-radius: 5px;
}
#correction-thanks {
	display: none;
}

.btn {
	color: #ffffff;
	border-radius: 6px;
	font-weight: 700;
	/*border: 2px solid #c0c0c0;*/
}
.btn:hover{
	color: #0097a9;
	background-color: #fff;
	border: 2px solid #0097a9;
}
.btn-blue-auto {
	background-color: #0097a9;
	border: 2px solid #0097a9;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 30px;
}
.howto {
	margin: 36px 0 0px 0;
}
.howto h3{
	margin-bottom: 32px;
}
.howto-module {
	margin: 50px 0 60px 0;
	padding: 0px 80px;
	border-right: 2px solid #bbb;
}
.howto-module img{
	margin: 10px 0 10px 0;
}

.audience {
	margin: 36px 0 0px 0;
}
.audience h3{
	margin-bottom: 0px;
}
.audience-container {
	display: block;
	justify-content: center;
}
.audience-module {
	position: relative;
	margin: 50px 0 60px 0;
	padding: 0px 8px;
}
.audience-module-inner {
    min-height: 261px;
	padding: 0px 8px;
	font-weight: normal;
	display: block;
	border: 2px solid #bbb;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.audience-module img{
	margin: 10px 0 10px 0;
}
.module-radio { 
	display: block;
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 38px;
} 
.module-radio:checked+label{ 
	border: 2px solid #0097a9;
} 

.consultant-footer-inner {
	margin: 36px 0 0px 0;
}
.consultant-footer-inner h3{
	margin: 60px 0 56px 0;
}
.consultant-footer {
	display: flex;
	align-items: center;
	border: 2px solid #0097a9;
	max-width: 580px;
	padding: 30px;
	margin: 0 auto;
}
.consultant-footer img{
	width: 50%;
	max-width: 50%;
}

.consultant-footer div{
	margin: 0 10px;
	text-align: left;
	font-size: 1rem;
}
/*
.consultant-footer-inner {
	margin: 36px 0 50px 0;
}
.consultant-footer-inner h3{
	margin: 60px 0 56px 0;
}
.consultant-footer {
	display: flex;
	align-items: center;
	border: 2px solid #0097a9;
	max-width: 580px;
	padding: 30px;
	margin: 0 auto;
}
.consultant-footer img{
	width: 100%;
	max-width: 200px;
}

.consultant-footer div{
	margin: 0 60px;
	text-align: left;
}*/

.footer .container {
	max-width: 650px;
}
.footerlinks a {
	margin-left: 20px;
}

.carousel-control {
	display: none;
}
.heading{font-size: 16px;color: #2f2f30;font-weight: 500;background-color: #0097a9;padding: 20px 0;margin-bottom: 20px;}
input[type="text"]{
	padding: 15px 15px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500; 
}
form[name="form_filter"] h3 {color: #0097a9;font-weight: 500;font-size: 16px;}
.breadcrumbs{display: none;}
form[name="search_filter"]{position: relative;}
form[name="search_filter"] input[type="text"]{width: 100%;margin-bottom: 20px;}
form[name="search_filter"] input[type="submit"]{
	border-width:0;
	background: rgba(000,000,000,0) url(/img/sprite.png) no-repeat 0 0;
	height: 24px;
	width: 21px;
	position: absolute;
	top: 14px;
	right: 14px;
}
form[name="search_filter"] input[type="submit"]:hover{
	background-position: -25px 0;
}
body input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2f2f30;
  font-style: italic;
  font-weight:500; 
}
body input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #2f2f30;
  font-style: italic;
  font-weight:500; 
}
body input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #2f2f30;
  font-style: italic;
  font-weight:500; 
}
body input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #2f2f30;
  font-style: italic;
  font-weight:500; 
}
form[name="form_filter"]{color: #2f2f30;margin-bottom: 20px;}
form[name="form_filter"] h3{font-weight: 700;margin: 0;}
form[name="form_filter"] h3:before{
	content:' ';
	display: inline-block;
	height: 20px;
	width: 20px;
	background:url(/img/sprite.png) no-repeat -1px -26px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}
form[name="form_filter"] h3:hover,
form[name="form_filter"].active .filters h3,
.toggle-filter.active .toggle-content h3,
form[name="form_filter"] .toggle-filter.active h3{
	color: #2f2f30;
	cursor:pointer;
}
form[name="form_filter"] .toggle-filter h3:before{
	background-position: -62px -25px;
}
form[name="form_filter"] .toggle-filter h3:hover:before{
	background-position:-77px -25px;
}
form[name="form_filter"] .toggle-filter.active h3:before{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
form[name="form_filter"] h3:hover:before {
	background-position: -26px -26px;
}
form[name="form_filter"].active .filters h3:before,
.toggle-filter.active h3:before{
	background-position: -46px -26px;
}
.filters{border-top: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;padding: 13px 0 18px;margin-bottom: 12px;}
.toggle-filter,
.single-check,
.toggle-content{display: none;}
.toggle-content{
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 10px;
	margin-bottom: 9px;
}
.toggle-filter.active .toggle-content{display: block;}
form[name="form_filter"].active .toggle-filter,
form[name="form_filter"].active .single-check{
	display: block;
}
form[name="form_filter"] .toggle-filter h3{margin-bottom: 10px;border-bottom: 1px solid #c0c0c0;padding: 3px 0 20px;}
form[name="form_filter"] .toggle-filter.active h3{border-bottom-width: 0;padding-bottom: 5px;}
form[name="form_filter"] input[type="checkbox"]{
	margin:0 8px 13px 30px;
	position: relative;
	top: 2px;
}
form[name="form_filter"] .single-check input[type="checkbox"]{margin-left: 0;}
.single-check{padding: 8px 0 0;}
.products{
	padding: 0 15px;
}
.products h2{
	font-size: 24px;
	margin-bottom: 26px;
}
.product{	
	border: 2px solid #c0c0c0;
	border-radius:5px;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.tag{background-color: #ffed00;color: #2f2f30;font-weight: 700;position: absolute;top: 50px;right: 0;text-transform: uppercase;font-size: 10px;padding: 7px 17px; z-index:100;}
.product-info{font-weight: 500;margin-bottom: 15px;}
.product-type{text-transform: uppercase;font-size: 12px;}
.item-id{font-size: 12px;margin-left: 20px;}
.item-id:before{
	content:' ';
	display: inline-block;
	background-color: #979797;
	width: 2px;
	height: 12px;
	position: relative;
	left: -10px;
	top: 1px;
}
.product-content h3{font-size: 18px;font-weight:500;margin: 0 0 15px;line-height: 1.3;}
.product-content ul{
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}
.product-content li{
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: 500;
	position: relative;
}
.product-content li:before{
	content:' ';
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 7px;
	background-color:#0097a9;
	height: 6px;
	width: 6px;
	border-radius:50%;
}
/*.product-content .btn{
	color: #ffffff;
	background-color: #0097a9;
	font-weight: 700;
	border-width:0;
	padding: 11px 30px;
}
.product-content .btn:hover{
	color: #fff;
	background-color: #006793;
}*/
.btn-link{
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}
.expand-img,
.expand-video{
	display: inline-block;
	border:1px solid #c0c0c0;
	margin: 0 0 24px;
	position: relative;
}
.expand-video img,
.expand-img img{
	width: auto;
	height: auto;
	max-width:100%;
}
.mag-glass,
.vid-icon{
	padding: 10px 7px;
	border-radius:7px;
	position: absolute;
	bottom: 7px;
	right: 7px;
	height: 39px;
	width: 39px;
	background-color: #fff;
}
.mag-glass:before,
.vid-icon:before{
	content:' ';
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background:rgba(255,255,255,0) url(/img/sprite.png) no-repeat -54px 0;
	height: 23px;
	width: 21px;
}
.expand-img:hover .mag-glass:before{
	background-position: -80px 0;
}
.expand-img:hover .mag-glass,
.expand-video:hover .vid-icon{
	background-color: #282828;
}
.vid-icon{top: 50%;left: 50%;margin-left: -20px;margin-top: -20px;}
.vid-icon:before{background-position: -140px -19px;left: 12px;}
.expand-video:hover .vid-icon:before{
	background-position: -167px -19px;
}
.vid-content{display: none;}
.mfp-content .vid-content{display: block;}
/*#main-nav{display: none;}*/
#main-nav ul {
    list-style-type: none;
    padding-left: 0px;
}

/* begin Flint extra */
	.overlay {
	  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
	  height: 100%;
	  width: 100%;
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  left: 0;
	  top: 0;
	  background-color: rgb(0,0,0); /* Black fallback color */
	  background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
	  overflow-x: hidden; /* Disable horizontal scroll */
	  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
	.overlay .closebtn {
		color: #fff;
		font-size: 36px;
		font-weight: bold;
	}
	.overlay-content {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		display: block;
		width: 546px;
		margin: 20px auto;
	}
.customize-container, .customize-form {
	display: none;
}

.upload-kit .upload-kit-item .remove {
    display: block;
    cursor: pointer;
    font-size: 2.0em;
    text-align: center;
    top: -5px;
    right: -18px;
    left: auto;
    width: 36px;
    height: 36px;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 1);
    padding: 4px;
    border-radius: 5px;
    color: #333;
    margin-top: -0.5em; 
}
.upload-kit .upload-kit-item {
	margin-top: 14px;
	margin-right: 14px;
    min-height: 215px;
    min-width: 215px;
}
.upload-kit .upload-kit-item.image>img {
    height: auto;
    width: auto;
    max-width: 215px;
    max-height: 215px;
}
.customize-image-container {
	margin: 30px 0px;
}
.customize-image {
	width: 33%;
	float: left;
	text-align: center;
}
.customize-image img {
	width: 70%;
}
.field-userprofile-picture {
	margin-bottom: 0px;
}
.expandable.expandhidden{
	display: none;
}
.training {
	margin: 30px 0 85px 0;
	text-align: left;
}
.custombluebar, .custombluebar a {
	color: #fff;
}
.custombluebar a:hover {
	color: #eaeaea;
	text-decoration: underline;
}
/*.update-notice {
	font-weight: bold;
	display: none;
}*/
.carousel-indicators li {
	border-color: #0097a9;
	background-color: #0097a9;
}
.profile-file {
	font-size: 10px;
	font-weight: normal;
}
/* end Flint extra */

@media screen and (min-width: 992px){
	.heading{margin-bottom: 12px;}
	.breadcrumbs{display: block;margin-bottom: 52px;font-weight: 500;font-size: 12px;}
	.breadcrumbs span{margin: 0 10px;}
	.filters{display: none;}
	.toggle-filter,
	.single-check{display: block;}
	.products h2{margin-top: 0;}
	form[name="search_filter"],
	form[name="form_filter"]{margin-right: 35px;}

	.consultant-footer div{
		margin: 0 40px;
		text-align: left;
		font-size: inherit;
	}
	.carousel-caption p span {
	    font-size: 100%;
	}
	
	.audience-container {
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 1200px){
	.product-content{
		padding-left: 40px;
		padding-top: 30px;
	}
	.product .flex{
		display:-ms-flex;
		display:flex;
		align-items:flex-start;
	}
	.tag{top: 20px;}
	.expand-img, .expand-video{margin-bottom: 0;}
	#main-nav{
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		padding-right: 20px;
		display: block;
	}
	#main-nav ul{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#main-nav li{display: inline-block;font-size: 0;margin-left: 43px;padding-bottom: 14px;position: relative;}
	#main-nav li.active:before,
	#main-nav li:hover:before{
		content:' ';
		display: inline-block;
		width: 0px;
		height: 0px;
		border-left:7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #0097a9;
		position: absolute;
		bottom:0;
		left: 50%;
	}
	#main-nav a{
		font-size: 18px;
		font-weight: 500;
	}
	#main-nav li.active a,
	#main-nav a:hover{
		color: #2f2f30;
		text-decoration: none;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@media all and (max-width: 768px) {
	.carousel-caption {
		width: 100%;
		max-width: 100%;
		height: auto;
		left: 0;
		border-top: 0px;
	}
	.carousel-indicators {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.carousel-caption p:nth-of-type(1) span {
	    font-size: 16px !important;
	}
	.carousel-caption p:nth-of-type(2) span {
	    font-size: 12px !important;
	}
}


_:-ms-fullscreen, :root .product-image { width:100%; }
_:-ms-fullscreen, :root input[type='text']:not('#searchterm') { padding: 0px 15px; }














