/* ============== General CSS ======================= */
.main-body-content * {
	/*font-family: "Myriad Pro", 'PT Sans', "Open Sans", sans-serif;*/
	font-family: "Raleway", "Open Sans", sans-serif !important;
	font-weight: 400;
}

.main-body-content .raleway {
	/*font-family: "Myriad Pro", 'PT Sans', "Open Sans", sans-serif;*/
	font-family: "Raleway", "Open Sans", sans-serif !important;
	font-weight: 400;
}

.main-body-content .container-fluid {
	/*padding: 0;*/
}


.main-body-content p {
	font-size: 1.3em;
	max-width: 850px;
	margin: 1em 0;
}

.main-body-content .text-italic, .main-body-content em  {
	font-style: italic;
	font-weight: inherit;
}

.main-body-content .text-underline, .main-body-content u {
	text-decoration: underline;
	font-weight: inherit;
}

.main-body-content strong {
	font-weight: 700 !important;
}

.main-body-content .text-light {
	font-weight: 300 !important;
}

.main-body-content .text-normal {
	font-weight: 400 !important;
}

.main-body-content .text-semi-bold {
	font-weight: 600 !important;
}

.main-body-content .text-bold {
	font-weight: 700 !important;
}

.main-body-content .text-extra-bold {
	font-weight: 800 !important;
}

.main-body-content .text-smaller {
	font-size: 1.1em;
}

.main-body-content .text-bigger {
	font-size: 1.4em;
}

.main-body-content h2 {
	font-size: 2em;
}

.main-body-content h3 {
	font-size: 1.7em;
}

.main-body-content a {
	color: #000;
	text-decoration: underline;
}

.main-body-content a:hover {
	text-decoration: none;
}

.main-body-content .click {
	cursor: pointer;
}

.main-body-content ul {
	list-style-type: none;
}

.main-body-content ul li {
	font-size: 1.3em;
}

.main-body-content div.spacer {
	display: block;
	height: 1em;
	width: 100%;
	clear: both;
}

.main-body-content hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 3px solid #f0582b;
}

.container {
	max-width: 950px;
}

.container-850 {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.mm-logo {
	max-height: 25px;
	max-width: 140px;
	width: 100%;
	display: inline;
	margin-top: 12px;
}

/* ============== Page specific CSS ======================= */

.main-body-content {
	/*margin-top: 60px;*/
}

.main-body-content h1, h2, h3, h4, h5, h6{
	margin-top: 0;
}



.main-body-content .header {
	background: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/head_image/151028_mm_bubble_header.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	text-align: center;
	/*text-shadow: 2px 2px 5px #000;*/
	color: #fff;
	width: 100%;
	padding: 2em;
}

.main-body-content .header p {
	margin-top: 0;
}

.main-body-content .header-mm-logo {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.text-green {
	color: #436f39;
}

.bg-blue {
	background: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_160404_dllr_trl_bg_blue.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 15px;
}

.line-through {
	text-decoration: line-through;
}

.orange-button {
	margin: 3em auto;
	max-width: 360px;
}

.orange-button img {
	display: inline-block;
}

.main-body-content .text-margin-t0 {
	margin-top: 0;
}

.main-body-content .text-margin-b0 {
	margin-bottom: 0;
}

ul.red-circle li {
	text-indent: -13px;
	padding-left: 10px;
	margin-bottom: 10px;
}

ul.red-circle li:before {
	content: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_160404_dllr_trl_ul_red_circle.png);
	padding-right: 10px;
	margin-left: -15px;
}

.bg-light-grey {
	background-color: #d3d5d4;
}

.big-image {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


.bg-dark-cyan {
	background-color: #124e5e;
	color: #fff;
	padding: 15px;
	font-size: 2em;
	font-weight: 700;
	padding-left: 30px;
}

.padding-l30 {
	padding-left: 30px;
	padding-top: 10px;
}

.header-mm-logo-sq {
	max-width: 120px;
	width: 100%;
}

.text-orange {
	color: #f0582b;
}


a.button {
	text-align: center;
	max-width: 300px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 5px auto;
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	background-color: #f0582b;
	border-radius: 9px;
	padding: 7px;
	box-shadow: 0 8px 0 0px #c04622;
}
a.button:hover {
	background-color: #c04622;
	box-shadow: 0 8px 0 0px #7d331d;
}



a.button-dark.arrow:after{
	content: "\f063";
}
a.button-dark.basket:after{
	content: "\f291";
}
a.button-dark.basket{
	font-size: 32px;
}
a.button-dark.basket, a.button-dark.arrow{
	padding-bottom: 7px;
}
a.button-dark {
	max-width: 360px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 5px auto;
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	background-color: #f0582b;
	border-radius: 7px;
	padding: 7px;
	padding-bottom: 0;
	box-shadow: 0 8px 0 0px #c04622;
	position: relative;
	padding-right: 75px;
}

a.button-dark span {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	vertical-align: text-top;
	font-weight: bold;
	margin-top: -8px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -15px;
}

a.button-dark:after {
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	padding-top: 5%;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	display: block;
	background-color: #3b4042;
	box-shadow: 0 8px 0 0px #313536;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
a.button-dark:hover:after {
	background-color: #403329;
	box-shadow: 0 8px 0 0px #311f12;
}
a.button-dark:hover {
	background-color: #c04622;
	box-shadow: 0 8px 0 0px #7d331d;
}

/* ============== Countdown CSS ======================= */
.label,
.label:empty {
    display: block
}

.jCountdown .group>.label {
    margin: 0 0 0 -40px
}

.jCountdown .group {
    display: inline-block;
}


/* ============== Responsive CSS ======================= */

@media (max-width:390px) {
	.main-body-content p {
		font-size: 1.1em;
		margin: 0.8em auto;
	}
	.main-body-content h1 {
		font-size: 1.8em;
	}
	.main-body-content h2 {
		font-size: 1.5em;
	}
	.main-body-content h3 {
		font-size: 1.3em;
	}
	.main-body-content h4 {
		font-size: 1em;
	}
	.main-body-content ul li {
		font-size: 1.1em;
	}
	.round-cell {
		padding-right: 5px;
		padding-left: 5px;
	}

	.countdown1, .countdown2 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.jCountdown .group {
    	width: 50%;
    	float: left;
    	margin-left: auto !important;
    	margin-right: auto !important;
    	padding-bottom: 10px !important;
	}
}

@media (min-width:391px) and (max-width:480px) {
	.main-body-content p {
		font-size: 1.1em;
		margin: 0.8em auto;
	}
	.main-body-content h1 {
		font-size: 1.8em;
	}
	.main-body-content h2 {
		font-size: 1.5em;
	}
	.main-body-content h3 {
		font-size: 1.3em;
	}
	.main-body-content h4 {
		font-size: 1em;
	}
	.main-body-content ul li {
		font-size: 1.1em;
	}
	.round-cell {
		padding-right: 5px;
		padding-left: 5px;
	}
	.jCountdown .group {
    	width: 50%;
    	float: left;
    	margin-left: auto !important;
    	margin-right: auto !important;
    	padding-bottom: 10px !important;
	}
}

@media (min-width:481px) and (max-width:768px) {
	.main-body-content p {
		font-size: 1.1em;
		margin: 0.8em auto;
	}
	.main-body-content h1 {
		font-size: 1.8em;
	}
	.main-body-content h2 {
		font-size: 1.5em;
	}
	.main-body-content h3 {
		font-size: 1.3em;
	}
	.main-body-content h4 {
		font-size: 1.1em;
	}
	.main-body-content ul li {
		font-size: 1.1em;
	}

}

@media (min-width:769px) and (max-width:991px) {
	.mm-logo {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 20px;
		max-width: 112px;
		margin-top: 15px;
		width: 100%;
		display: inline;
	}
	.mm-log {
		display: none !important;
	}
	.li-login-submit {
		padding: 1px 20px 0px 20px;
	}

}


@media (min-width:991px) and (max-width:5000px) {
	.mm-logo {
		margin-left: 50px;
		margin-right: 40px;
		max-height: 25px;
		max-width: 140px;
		width: 100%;
		display: inline;
	}
	.mm-log {
		display: none !important;
	}

}
