/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	line-height: 1;
	font-family: 'Lato', sans-serif;
}
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;
}

h1 { font-weight: 600; line-height: 30px; font-size: 28px; color: #222; margin-bottom: 20px; }
h2 { font-weight: 500; color: #333; margin-bottom: 20px; font-size: 18px; font-style: italic;  }
h3 { font-weight: 800; color: #333; margin-bottom: 20px; font-size: 22px; line-height: 26px; }
h4 { font-weight: 800; color: #333; margin-bottom: 10px; font-size: 18px; line-height: 26px; }
h5 {}
h6 {}

header { width: 100%; background: #efefef; height: 26px; border-bottom: 1px solid #bcbcbc; margin-bottom: 10px; }
	header p { text-align: center; font-size: 14px; color: #747474; font-weight: 400; line-height: 26px; text-transform: uppercase; }

nav { width: 100%; overflow: hidden; margin-bottom: 20px; border-bottom: 1px solid #efefef; padding-bottom: 15px; }
	nav .nav-container { width: 750px; margin: 0 auto; }
		.logo { display: block; float: left; width: 160px; cursor: pointer;}
		.menu { display: block; float: right; margin-top: 10px; }

section { width: 100%; }
	.container { width: 750px; margin: 0 auto; }
		.author { width: 100%; margin-bottom: 20px; overflow: hidden;}
			.author-container { display: flex; justify-content: space-between; width: 160px; align-items: center; float: left; }
				.author-container img { width: 45px; }
				.name { font-weight: 500; font-size: 14px; color: #333; margin-bottom: 3px;}
				.date { font-weight: 400; font-size: 12px; color: #666666; }
				.hot { float: left; margin: 7px 0 0 20px; }
		.container > img { width: 100%; margin-bottom: 20px; }
		.container > video { width: 100%; margin-bottom: 20px; }
		.container .button { display: block; margin: 0 auto; }
		.container > h3 { padding: 10px 50px 0; }
		.container > h4 { padding: 0 50px; }
		.container > p { padding: 0 50px; margin-bottom: 20px; line-height: 26px; font-size: 18px; font-weight: 400; }
			.container > p span { font-weight: 700; }
			.container > p span.red { color: #f5001a; }
			.container a { color: #1c54bb; font-weight: 700; cursor: pointer; text-decoration: underline; }
			.container .yellow-box { max-width: 650px; padding: 30px; box-sizing: border-box; background: #efefef; margin: 50px auto 50px; position: relative; }
				.container .yellow-box p { font-weight: 400; font-size: 22px; line-height: 28px; }
					.container .yellow-box p span { font-weight: 700; }
				.container .yellow-box::before { content: ""; width: 62px; height: 48px; position: absolute; left: -20px; top: -30px; background: url(../images/quote-left.png) no-repeat; }
				.container .yellow-box::after { content: ""; width: 62px; height: 48px; position: absolute; right: -20px; bottom: -30px; background: url(../images/quote-right.png) no-repeat; }
			.container .bottom-box { width: 650px; padding: 30px; box-sizing: border-box; background: #ffe2e1; margin: 0 auto 30px; position: relative; border: 3px dashed #f5001a; }
				.container .bottom-box p { font-weight: 400; font-size: 18px; line-height: 26px; margin-bottom: 15px; }
					.container .bottom-box p span { font-weight: 700; }
.modal p { margin-bottom: 20px; line-height: 26px; font-size: 18px; font-weight: 400; }
	.modal p.small { font-size: 14px; }
.modal-body { padding: 40px; }

table { width: 100%; margin-bottom: 20px; }
	table tr { border-bottom: 2px solid #fff; background: #eee; }
		table tr th { background: #6dc900; color: #fff; font-weight: 700; box-sizing: border-box; padding: 20px; font-size: 18px; }
		table tr th.slots { width: 50%; }
		table tr th.software { width: 30%; border-left: 2px solid #fff;  }
		table tr th.rtp { width: 20%; border-left: 2px solid #fff;  }
		table tr td { padding: 10px 20px; }
		table tr td.percentage { padding: 0; border-left: 2px solid #fff; } 
			table tr td.percentage div { background: #187ec9; padding: 0 0 0 20px; color: #fff; font-weight: 700; line-height: 40px; }

footer { width: 100%; background: #efefef; padding: 60px 0; border-top: 1px solid #bcbcbc; }
	.footer-container { width: 750px; margin: 0 auto; }
		.footer-container p { text-align: center; margin-bottom: 30px; line-height: 18px; font-size: 14px; }
			.footer-container p span { font-weight: 600; }
			.footer-container p a { color: #1c54bb; font-weight: 700; cursor: pointer; }
			.footer-container p.disclaimer { font-weight: 500; }
			.footer-container p.copyright { font-weight: 600; }

.mb-0 { margin-bottom: 0 !important; }

@media screen and (max-width: 750px) { 
	
	.logo { width: 160px; }
	.menu { margin-top: 10px; }
	h1 { font-size: 27px; line-height: 32px; padding: 0 15px; }
	h2 { padding: 0 15px; }
	.author { padding: 0 15px; box-sizing: border-box; }
	nav .nav-container, .container, .footer-container { width: 100%; /*padding: 0 20px;*/ box-sizing: border-box; }
	.footer-container, nav .nav-container { padding: 0 15px; }
	.container > p, .container > h4 { padding: 0 15px; }
	.container > h3 { padding: 10px 15px 0; }
	.container .yellow-box::after { right: 0px; }
	.container .yellow-box::before { left: 0px; } 
	.container .bottom-box { width: calc(100% - 30px); padding: 15px; }

}

@media screen and (max-width: 600px) { 

	.modal-body { padding: 15px; }
	table tr td { padding: 10px 10px; font-size: 14px; }
	table tr td.percentage div { text-align: center; padding: 0; }
	td img { display: none; }
	table tr th { padding: 10px; }


}

@media screen and (max-width: 320px) { 

	.container .button { width: 100%; }
	table tr td { font-size: 10px; }
	table tr th { font-size: 14px; padding: 10px; }

}