/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Nunito:100,200,400,700,300);

/* RESET */
*,
*:after,
*:before {
	box-sizing: border-box;
}
		
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	
	font-family: 'Nunito',sans-serif,'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1;
	margin:0px;
	color:#555555;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor:pointer;
}

a:link {
	text-decoration:none;
	color:inherit;
}
a:visited {
	text-decoration:none;
	color:inherit
}
a:hover {
	text-decoration:underline;
}

.bold {
	font-weight:700;
}

/* Style Start */
/* ---------------------

Global classes

-------------------------- */
.maincontainer {
	width:100%; 
/* 
	max-width:1000px;
 */
	margin: 0 auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.greenlink {
	text-decoration:underline !important;
	color:#16F028 !important;
}

.green {
	color:#6FB614;
}

.red {
	color:red;	
}

.purple {
	color: #8973C0
}

.button {
	background:#7BC143;
	color:#fff;
	padding: 15px 35px;
	border-radius:35px;
	display:inline-block;
	transition:300ms;
  	box-shadow: inset 0 3px 0 transparent, 0 3px 3px rgba(0, 0, 0, 0.2);
  	cursor:pointer;
}
.button:hover {
	box-shadow:none;
}

.hidden {
	display:none;
}

.onelineInput{
	margin:20px auto;
	display:block;
	height:30px;
	width:75%;
	
}

.greybackground {
	background:#EDEFF3;
}

.topborder {
	border-top:1px solid #B8B8B8;
}

.bottomborder {
	border-bottom:1px solid #B8B8B8;
}
.greenColor {
	color:#6FB614;
}

.greyback {
	background:#f2f2f2;
}

.greyblack {
	color: #555555;
}

.white {
	color:#ffffff;
}

.navback {
	cursor:pointer;
	font-size:18px;
	margin-bottom:10px;
	position:absolute;
	right:15px;
	top:-5px;	
}

a.link {
	color:rgba(0,122,255,1);
	text-decoration: underline;
	cursor:pointer;
}

.left {
	float:left;
}
.right {
	float:right;
}

.white-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+32,ffffff+100&1+0,0.8+37,0.25+72,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.83) 32%, rgba(255,255,255,0.8) 37%, rgba(255,255,255,0.25) 72%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.83) 32%,rgba(255,255,255,0.8) 37%,rgba(255,255,255,0.25) 72%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.83) 32%,rgba(255,255,255,0.8) 37%,rgba(255,255,255,0.25) 72%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

position:absolute;
top:0;
left:0;
width:100%;
height:70px;

}

/* ---------------------

Modal popup

-------------------------- */

#modal, #modalprod {
	background:RGBA(0,0,0,0.3);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}


/* ---------------------

Navigation

-------------------------- */
.mobile-menu-btn {
	display:block;
	position:absolute;
	top:16px;
	right:20px;
	width:35px;
	height:35px;
	display:none;
}
.mobile-menu-btn img{
	width:100%;
	height:100%;
}
.nav-open {
	height:260px !important;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
.flagcontainer {
	width:100px;
	margin:0 auto;
	display:none;
}
#brit-flag, #france-flag{
	display:initial;
	margin:0px 10px;
	padding-bottom:0px;
}

.localisation_menu {
	position:absolute;
	top:10px;
	right:47%;
	width:90px;
	font-size:13px;
	color: #545454;
}

.navlink {
	margin:0 10px;
}

#navMenu {
	width:100%;
	height:80px;
}

#navMenu .nav_brand {
	float:left;
}
#navMenu .nav_brand img{
	height:40px;
	margin:20px 0px 0px 25px;
}

#navMenu #nav_menu {
	height:100%;
	float:right;
	margin:0px 3% 0px 0px;
	text-transform:uppercase;
	font-size:14px;
	color:#545454;
}

#navMenu #nav_menu :last-child{
	border-left:1px solid #b2b2b2;
}
#navMenu #nav_menu a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	margin-top:20px;
	margin-right:30px;
	margin-bottom:20px;
}

#navMenu #nav_menu #business{
	padding-left: 30px;
}
	
/* ---------------------

Banner Header 

-------------------------- */


.banner-header {
	height:500px;
	width:100%;
	max-height:484px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
/* 
	background-image: url("/cosmethics_web/image/MP-Banner.jpg");
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
 */
}

/* 
.banner-header img {
	width: 100%;
	height: auto;
}
 */

#navigation_header {
	font-size: 13px;
	right: 0;
	transition: 300ms;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#navigation_header a{
	height:50px;
	line-height:50px;
	margin:0px 30px 0px 30px;
}

.pageTitleContainer-main {
	width:60%;
	height:auto;
	text-align:center;
	position:absolute;
	top:33%;
	padding: 20px 20px 20px 20px;
}
.pageTitleContainer {
	width:80%;
	height:auto;
	text-align:center;
	position:absolute;
	top:35%;
	right:10%;
	left:10%;
	margin:auto;
	border: 3px solid #fff;
	padding: 20px 20px 20px 20px;
}

.noborder {
	border: 0px solid #fff;
}
.titleLarge{
	font-size:45px;
	margin-bottom:15px;
}

.titleLargeNews{
	font-size:45px;
	margin-bottom:15px;
	text-shadow: 2px 1px black;
}

.titleSmall{
	font-size:26px;
	margin-top:15px;
}

.smaller {
	font-size:22px !important;
}

.play-holder {
	margin-top:20px;
}
.play-holder img{
	float:left;
	width:40px;
	height:40px;
	vertical-align:bottom;
}
.play-holder a{
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
}
.video-modal {
	width:560px;
	height:315px;
}
/* ---------------------

Footer

-------------------------- */

.footer {
	height:500px;
	color:#545454;
	text-align :center;
	display:inline-block;
	width:100%;
}


/* ---------------------

Feat Scan 

-------------------------- */
.featMedia{
	overflow:auto;
}
.featMedia .textContainer{
	padding:50px 0px;
	border-bottom:1px solid #979797;
}

.featMedia .title{
	text-align:center;
}
.featMedia p{
	text-align:center;
	margin-top:5px;
	color:#4A4A4A;
}

.featMedia .media-links,.featMedia .media-links2{
	width:768px;
	margin:0 auto;
}

.featMedia .media-links a img{
	max-width:100px;
	max-height:100px;
	margin:25px 24px;
}
.featMedia .media-links2 a img{
	max-width:150px;
	max-height:150px;
	margin:25px 24px;
}

.featScan {
	width:100%;
	height:450px;
	padding: 50px 50px 0 50px;
	position:relative;
}
.featScan .textContainer {
	float:left;
	width:65%;
	padding-top:60px;
/* 
	margin:20px 0 0 20px;
 */
}

.title {
	font-size:38px;
}

.subtitle {
	margin:10px 0;
	font-size:2em;	
}

p {
	margin: 30px 0 40px 0;
	line-height:22px;
	font-size:17px;
}

.featScan .textContainer #iosLink {
	float:left;
	margin-left:0px;
	margin-bottom:120px;
}

.featScan .textContainer #androidLink {
	float:left;
	margin-left:40px;	
}

.featScan #mp_image1, .featScanner #mp_image1, .featAlert #mp_image1 {
/* 	float:right; */
	height:400px;
	position:absolute;
	bottom:0px;
	right:100px;
}

.featScanner {
	width:100%;
/* 	height:450px; */
	padding: 50px 50px 0 50px;
	position:relative;
}
.featScanner .textContainer {
	float:none;
	width:100%;
	margin:40px 0 0 0px;
	text-align:center;
}

.featRecom {
	width:100%;
	height:450px;
	padding: 50px 50px 0 50px;
	position:relative;
}
.featRecom .textContainer {
	float:left;
	width:65%;
	margin:20px 0 0 20px;
}
.featDiscovery {
	width:100%;
	position:relative;
}

.featDiscovery .textContainer {
	margin-right:100px;
	margin-top:100px;
	width:100%;
	text-align:center;
	z-index:10;
}

.featDiscovery .title {
}


/* ---------------------

Feat Personal 

-------------------------- */

.featPersonal {
	background: url('/image/MP-Man_with_bunny.jpg');
	background-size:cover;
/* 
	background-position-x: 50px;
 */
	width:100%;
	height:490px;
	position:relative;
	margin-top:40px;
}
.featPersonal .textContainer {
	float:right;
	margin-right:25px;
	margin-top:100px;
	width:45%;
}

.featPersonal .title {
	text-align:right;
}

.featPersonal p {
	text-align:right;
}
.featPersonal #MP-phone_profile {
	height:430px;
	position:absolute;
	top:20px;
	left:140px;
	z-index:99;
}

/* ---------------------

Feat Personal Alerts

-------------------------- */
.featAlert #main-image {
/* 	float:right; */
	height:500px;
	position:absolute;
	bottom:0px;
	right:100px;
}

.featAlert {
/* 
	background: url('/cosmethics_web/image/MP-Phone_personal_alert.jpg');
	background-size:40% 400px;
	background-repeat: no-repeat;
 */
	width:100%;
	height:550px;
	position:relative;
	overflow:hidden;
	padding: 70px;
}
.featAlert .textContainer {
	margin-top:50px;
	margin-right:100px;
	width:560px;
}

.featAlert .title {
	text-align:left;
}

.featAlert p {
	text-align:right;
}
.featAlert #MP-phone_personal_alert {
	width:45%;
	position:absolute;
	top:120px;
	left:40px;
}
.featAlert .alertcontainer {
	display:block;
	text-align:center;
	width:150px;
	height:200px;
	float:left;
	font-size:14px;
	margin-right:50px;
}
.featAlert .alertcontainer img{
	display:block;
	width:50px;
	height:50px;
	margin:0 auto;
}
.featAlert .alerttitle {
	margin:10px 0;
	font-size:15px;
	font-weight:400;
}

#green{
	color:#16C872;
}
#orange{
	color:#FF9416;
}
#purple{
	color:#662C91;
}
#red{
	color:#D61E1A;
}
.featAlert .alertcontainer .alerttext{
}

/* ---------------------

Alerts - Alert lists

-------------------------- */

#alertheader-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
width:100%;
position:absolute;
height:70px;
top:0;
left:0;
}

#alertheader, #aboutusheader {
color:#555555;
}





.featAlertLists {
/* 
	background: url('/cosmethics_web/image/MP-Phone_personal_alert.jpg');
	background-size:40% 400px;
	background-repeat: no-repeat;
 */
	width:100%;
	display:inline-block;
	position:relative;
	padding: 0 50px;
	background:#fff;
	border-bottom:1px solid #555555;
}
.featAlertLists .textContainer {
	width:100%;
	display:block;
	margin:0;
	padding: 0 0px;
	text-align:center;
}
.featAlertLists .alertstitle {
	width:100%;
	font-size:36px;
	margin-top:70px;
}

.featAlertLists .alertssubtitle {
	width:100%;
	font-size:20px;
	margin-top:10px;
	margin-bottom:100px;
	font-weight:300;
}
.featAlertLists .all-alerts {
	width:768px;
	margin:0 auto;
}

.featAlertLists .alertcontainer {
	display:block;
	text-align:center;
	width:190px;
	height:200px;
	float:left;
	font-size:14px;
	padding:0 25px;
}
.featAlertLists .alertcontainer img{
	display:block;
	width:50px;
	height:50px;
	margin:0 auto;
}
.featAlertLists .alerttitle {
	margin:10px 0;
	font-size:15px;
	font-weight:400;
}

.featAlertLists .title {
	margin-top:25px;
	font-size:1.5em;
}

.featAlertLists p {
}

.featAlertLists #phone {
	display:block;
	margin: -50px 6% 0 6%;	
	width:21%;
	float:left;
}

.icon_back {
	width:110px;
	background:#fff;
	border-radius:55px;
	margin: -50px auto 0 auto;	
	padding:5px;
}

.icon_image {
	width:100px;
	display:block;
}

.featAlertLists ul.a {
    list-style-type: disc;
    margin-left:16px;
    font-size:13px;
    line-height:1.6em;
}

/* ---------------------

Alerts

-------------------------- */
.defaultAlert, .allergenAlert {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #555555;
}

.defaultAlert img, .allergenAlert img{
	float:left;
	width:350px;
	margin:30px 0 10px 20px;
}

.defaultAlert .textContainer, .allergenAlert .textContainer{
	float:right;
	width:50%;
	text-align:right;
	margin-top:100px;
	padding:50px;
}

.personalAlert, .suitableAlert {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #555555;
}

.personalAlert img, .suitableAlert img{
	float:right;
	width:350px;
	margin:30px 30px 10px 0;
	display:block;
}

.personalAlert .textContainer, .suitableAlert .textContainer{
	float:left;
	width:50%;
	text-align:left;
	margin-top:70px;
	padding:50px;
}
.personalAlert .textContainer #personalalert-side{
	width:100%;
	padding:0 20%;
	margin-top:0px;
}

#allergenalert-img {
	margin-left:-40px;
}

/* ---------------------

Alerts - howtoreceive

-------------------------- */

.howtoTitle {
	background:url('/image/alert_howto_bg.png');
	background-size:cover;
	color:white;
	width:100%;
	height:250px;
	text-align:center;
	line-height:250px;
	font-size:25px;
}

.howtoStep1 {
	width:100%;
	padding:60px 0;
}
.howtoStep1 .textContainer{
	float:right;
	width:60%;
	margin-top:80px;
}
#step1 {
/* 	float:left; */
	width:30%;
	margin-left:40px;
}

.howtoStep2 {
	width:100%;
	padding:60px 0;
}
.howtoStep2 .textContainer{
	width:60%;
	margin-top:80px;
	padding-left:50px;
}

#step2 {
/* 	float:left; */
	width:23%;
	margin-right:40px;
}
.howtoStep3 .textContainer{
	padding:50px 30% 50px 30px;
}

/* ---------------------

Features

-------------------------- */
#features-scan {
	margin:0 auto;	
	display:block;
	width:100%;
	max-width:500px;
}

.presskit-container{
	width:100%;
	padding:40px 0;
}

.presskit-floater {
	margin:40px auto;
	width:75%;
	height:75%;
	background:#ffffff;
	text-align:center;
	padding:40px;
}

.presskit-inner-floater {
	width:100%;
	height:100%;
	padding:40px;	
	vertical-align:center;
	border:2px solid #000;
}

/* ---------------------

NEWS lists

-------------------------- */

.featNews .title {
	width:100%;
	
}
.featNews .title {
	text-align:center;
}

.news-infoboard {
	color:#555555;
	width:100%;
	padding: 60px 50px;
}

.news-preview {
	width:100%;
	padding:10px 50px;
	display:block;
	min-height:300px;
}
.news-preview.news-left img{
	width:35%;
}
.news-preview.news-right img{
	width:35%;
	float:right;
	margin: 0 0 10px 10px;
}
.news-preview.news-left .textcontainer{
	float:right;
	width:63%;
}
.news-preview.news-right .textcontainer{
}

.news-date {
	color:#555555;
	font-size:11px;
    font-style: italic;
    margin-bottom:5px;
}

.title-preview {
	line-height:22px;
	margin:10px 0;
	color:#555555;
}

.news-preview img:hover{
	cursor:pointer;
}
.news-preview .title:hover {
	cursor:pointer;
	text-decoration:underline;
}
.title-preview:hover {
	cursor:pointer;
	text-decoration:underline;
}

.news-top-dark {
	background:rgba(0,0,0,0.4);width:100%;height:100%;position:absolute;top:0;left:0;
}

/* ---------------------

NEWSitem lists

-------------------------- */

ol {
	margin-top:-20px;
	font-size:17px;
}

li {
	padding:10px;
}

.newsitem-infoboard {
	color:#555555;
	padding:10px 0px;
	margin:0 50px;
	border-bottom:solid #555555 1px; 
}

.newstextcontainer {
	margin:0 50px;
	padding: 0 10px;
}

.newstextcontainer a{
	color:#6FB614;
}
.newstextcontainer img{
	width:100%;
}
/* ---------------------

Alerts - How to Subs

-------------------------- */

.featHowToAvoid {
	height:500px;
	
}

.featHowToAvoid .textContainer {
	float:left;
	width:45%;
	margin:80px 0 0 50px;
}


/* ---------------------

Compliance

-------------------------- */

#scan_barcode {
	width:200px;
	position:absolute;
	top:150px;
	right:310px;
}

#feat_recommendation {
	height:400px;
	position:absolute;
	top:25px;
	right:100px;

}
#feat_discovery {
/* 
	height:400px;
	position:absolute;
	top:50px;
	left:100px;
 */
 	width:100%;
 	margin-bottom:-6px;

}

#feat_search {
	height:400px;
	position:absolute;
	top:25px;
	right:100px;
}



/* ---------------------

About us

-------------------------- */

.featTeam {
	height:1000px;
	width:100%;
}

.featTeam .textContainer {
	padding:80px 80px 0 80px;	
}

.profiles {
	width:100%;
	margin:0 auto;
}

.profile {
	float:left;
	width:33%;
	display:block;
	padding:0 10px;
	text-align:center;
}

.profileImage {
	width:180px;
	height:180px;
	background-color:#f2f2f2;
	border-radius:90px;
	margin:0 auto;
}

.profileName {
	font-weight:bold;
	margin: 20px 0;
}

.profileTitle {
	font-style:italic;
	margin: 20px 0;
}

/* ---------------------

Tutorial

-------------------------- */

.tutorialContainer {
	clear:both;
}
.tutorialContainer .title{
	font-size:24px !important;
	margin:10px 0;
}

.tutorialContainer .video-left{
	width:34%;
	height:300px;
	background:red;
	display:inline-block;
	padding:30px;
}
.tutorialContainer .video-right{
	width:34%;
	height:300px;
	display:inline-block;
	padding:30px;
}
.tutorialContainer .textContainer-left{
	width:66%;
	display:inline-block;
	padding-left:30px;
	float:left;
}
.tutorialContainer .textContainer-right{
	width:66%;
	display:inline-block;
	float:right;
	
}
.textContainer-left .text-container, .textContainer-right .text-container{
	width:61.8%;
	padding:30px 20px 0px 20px;
}
.textContainer-left img, .textContainer-right img {
	max-width:30%;
	max-height:300px;
	padding:30px 20px;
}

.text-video-link-container {
	border:2px solid #fff;
	height:90%;
}

#recommended-screen {
	float:right;
	height:100%;
	padding:0px;
}

.tutorial_title {
	padding:20px;
	border-bottom:0.5px solid #E0E0E0;
}

.tut-container {
	width:100%;
	display:inline-block;
	padding-left:15px;
}

.tut-object {
	margin:0.5%;
	margin-bottom:30px;
	float:left;
	width:31.5%;
	height:200px;
	cursor:pointer;
}
.tut-img {
	width:100%;
	height:87%;
	margin-bottom:5px
}

.tut-object:hover .tut-title {
	text-decoration:underline;
}

.tut-gallery-container {
	width:100%;
	display:inline-block;
	padding-left:15px;
}

.tut-gallery-row {
	display:flex;
	flex-direction:row;
}

.tut-gallery-container a{
	flex:1;
	padding:10px;
}

.tut-gallery-container a img{
	width: calc(100% - 20px);
}


/* ---------------------

Business - Compliance

-------------------------- */
#corporatetitle {
	width:100%;
	text-align:center;
	padding:50px;
}

.legalComp_services {
	padding-top:80px;
	background:#A8DFF1;
	height:370px;
	margin-top:10px;
}

.legalComp_services .textContainer {
	width:65%;
	text-align:right;
	color:#fff;
}

#legalcomp_img {
	float:right;
	width:250px;
	margin:-180px 50px 0 0;
}

.featWhite {
	width:100%;
	position:relative;
/* 	padding: 0 50px; */
	margin: 0 auto;
}

.featWhite .textContainer {
	padding:40px 25% 0px 25%;
	text-align:center;

}

.textContainerEdit {
	padding:40px 25% 0px 25%;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.business-data {
	text-align:center;
	padding:40px 0px;
/* 
	margin:0 5%;
	border-bottom:1px solid #8d8d8d;
 */
	background:#f4f4f4;
}

.business-legal-stamp {
	width:150px;
	float:left;
	margin:0 20px;
}
.business-laptop {
	width:250px;
}
.business-banner-img {
	width:300px;
	bottom:0;
	margin-left:20px;
	position:absolute;
}

.business-banner-text {
	width:50%;
	float:right;
	margin-top:10%;
	margin-left:20px;
}

.legislation-intro-holder {
	width:66%;
	margin:0 auto;
}

#data_stats {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

#data_stats img{
	max-width: 108px;
}

.data_stats_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



#data_stats .title{
	font-size:1.8em;
	margin:10px 0;
}

.datacontainer {
	width:28%;
	padding:0 40px;
	display:inline-block;
	text-align:center;
}
.datacontainer img{
	max-width:95%;
}

.datacontainer .title{
	font-size:1.8em;
	margin:10px 0;
}

#inci-chart {
	float:right;
	width:150px;
	margin-top:100px;
}

.purchase {
/* 
	position:absolute;
	width:50%;
	left:25%;
	bottom:50px;
 */
}
.purchase form {
	width:100%;
}

.purchase form button{
	width:100%;
}

.infolabel {
	color:#8B8B8B;
	text-align:right;
}

.uploadForm {
	height:800px;
	max-width:1000px;
	margin:0 auto;
	display:block;
}
.uploadForm .textContainer{
	padding: 80px 80px 0px 80px;	
}
.textContainer {
	float:left;
	width:100%;
}

.divider{
	width:80px;
	margin: 50px auto 0 auto;
	font-size:1.5em;
	color:#8b8b8b;	
}

.largeText{
	font-size:1.5em;
	line-height:1.5em;
}

.textContainer.greyBorder{
	background:#f2f2f2;
	border-radius:5px;
	padding: 50px 30px;
}

.subsContainer{
	height:530px;
	margin:50px 0;
}

.subsholder{
	width:40%;
	margin:0 4%;
	height:480px;
	background:#fff;
  	box-shadow: inset 0 3px 0 transparent, 2px 2px 3px rgba(0, 0, 0, 0.2);
  	text-align:center;
  	border-radius:5px;
}

.subsholder.left{
}

.subsholder.right{
}

.subsholder .title{
	font-size:18px;
	margin: 30px 0 0 0;	
}

.subsholder .largeprice{
	font-size:36px;
	margin: 25px 0 0 0;	
}

.subsholder .priceinfo{
	font-size:13px;
	margin: 10px 0 30px 0;	

}

.subsholder .pricedetails{
	font-size:13px;
	padding: 15px
}

.planbutton {
	margin: 30px 0px;
	color:#fff;
	padding: 15px 35px;
	display:inline-block;
	transition:300ms;
	-webkit-box-shadow: inset 0 3px 0 transparent, 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 3px 0 transparent, 0 3px 3px rgba(0, 0, 0, 0.2);
  	box-shadow: inset 0 3px 0 transparent, 0 3px 3px rgba(0, 0, 0, 0.2);
  	cursor:pointer;

}

.planbutton:hover {
	box-shadow: none;
}
#greenplanbutton {
	background:#6BC1BD;
}

#purpleplanbutton {
	background:#8973C0;
}

#contactbutton {
	background:#16F028;
}

.greenbutton {
	background:#6BC1BD;
}

.purplebutton {
	background:#8973C0;	
}

.purple-invert-button {
	border:1px solid #8973C0;
	background:#fff;
	color:#8973C0;
}

#notification, #notification2, #notification-form {
	width:100%;
	height:16px;
	text-align:center;
	color:red;
	margin-bottom:-15px;
}

#searchfee {
	margin-top:20px;
/* 
	font-family:"nunito",helvetica;
 */
	font-weight:700;
}
#purchase-img {
	position:absolute;
	right:0px;
	bottom:0px;
	width:300px;
	z-index:-99
}
#modalPage5 {
	z-index:99;
}

.flowerback {
/* 
	background:url('/image/modalcontainer_BG.png');
	background-position:bottom;
	background-size:cover;
 */
}

.subsmodalcontainer {
	width:75%;
	min-height:250px;
/* 
	height:75%;
 */
	background:#fff;
	position:absolute;
	top:12%;
	left:12%;
	padding:40px;
	-webkit-box-shadow: 0px 14px 50px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 14px 50px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 14px 50px 4px rgba(0,0,0,0.4);
	
/* 
	background:url('/image/modalcontainer_BG.png');
	background-position:bottom;
	background-size:cover;
 */
}
.subsmodalcontainer .button {
	width:160px;
	text-align:center;
	display:block;
	margin: 0 auto;	
	border-radius:23px;
	margin-top:30px;
}
.subsmodalcontainer .button.hidden {
	display:none;
}

#modalcontainer, #modalcontainer2, #prodmodalcontainer{
	text-align:center;
	margin-top:30px;
	margin-bottom:-10px;
	font-size:18px;
}

#modalcontainer .searchresult{
	font-size:22px;
}	
.modal-timeline {
	width:100%;
	height:10px;
	background-color:#D8D8D8;
	margin-bottom:30px;
	border-radius:5px;
}
.timeline-color {
	width:20%;
	height:100%;
	background-color:#8973C0;
	border-radius:5px;

}

#company-info-table {
	padding:0 50px;
}
#company-info-table tr{
	width:100%;	
}

#company-info-table td input{
	border: 1px solid #9B9B9B;
}

#company-info-table td .wide{
	width:300px;
}
#company-info-table td{
	padding-top:5px;
	text-align:left;
}
#company-info-table td:first-child{
	padding-left:50px;
	width:35%;
}

/* Premium Alert lists on /alerts */

/*.premium-block.header{*/
	/*!*width: 100vw;*!*/
	/*!*width: 500px;*!*/
	/*height: 200px;*/
	/*background-image: url(/image/premium_palmoil.jpg);*/
	/*background-position: center;*/

/*}*/
/*.premium-block{*/
	/*width: 100%;*/
/*}*/
