@import url('https://fonts.googleapis.com/css?family=Righteous|Ubuntu');

/* 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;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* font-size: 62.5%; */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
}
body {
	line-height: 1;
	background: #fff;
    color: #656565;
    background-image: url('img/bg.jpg');
}
header, main, footer {
	display: block;
}
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;
}

* {
	box-sizing: border-box;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

p {
	margin: 0 0 10px;
	font-family: 'Ubuntu', sans-serif;
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

header .container {
	position: relative;
	height: auto;
	background: url('img/boat-safety.jpg') no-repeat center center;
	background-size: cover;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: darkslategray;
	opacity: 0.5;
}

.header-content {
	position: relative;
	padding: 40px 15px 30px;
	width: 100%;
	color: #fff;
	display: inline-block;
}

.header-content h1 {
	font-family: 'Righteous', cursive;
	padding: 0 25px 25px;
	font-size: 60px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	max-width: 66.6%;
}

.header-content .description {
	font-size: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 66.6%;
	line-height: 22px;
}

#results {
	background: #A7C8DA;
}

#results .row {
	padding: 0 80px 50px;
	font-family: 'Ubuntu', sans-serif;
	position: relative;
}

.row .inner {
	padding: 86px 50px 50px;
}

.inner .desc {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

.circle {
	position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -88px;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: #fff;
    z-index: 5;
    text-align: center;
}

.circle img {
	max-width: 80px;
	height: auto;
	width: 100%;
	margin-top: 40px;
}

.section-image {
	width: 100%;
	height: 144px;
	display: table;
	position: relative;
	text-align: center;
}

.category-image {
	display: table-cell;
	position: relative;
	margin: 0 auto;
	vertical-align: bottom;
	z-index: 100;
	width: 144px;
	font-family: 'Righteous', cursive;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	top: 80px;
}

.category-image p {
	max-width: 144px;
	margin: 0 auto;
}

.section-image img {
	position: relative;
    top: 85px;
    width: 130px;
    z-index: 6;
    display: table;
}

.inner {    
	position: relative;
    padding: 0 50px;
    background: #fff;
    z-index: 4;
}

.inner .title-block {
	margin-top: 100px;
    padding: 0 0 20px;
}

.inner .item {
	margin-left: 50px;
	padding: 15px 15px 15px 30px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.inner .item a {
	text-decoration: none;
	color: #222;
	transition: fast;
}

.inner .item:hover a {
	color: #C73633;
	font-weight: 600;
}

.inner .item p {
	font-size: 14px;
	margin: 5px 0;
	line-height: 20px;
}

.wrap {
	padding: 50px 95px;
	background: #A7C8DA;
}

.filter {
	overflow: hidden;
}

.info {
	margin: 20px auto;
	padding: 0 15px;
}

.info p {
	text-align: center;
	background: #D2D9D9;
	padding: 15px;
	border-radius: 10px;
	color: #C73633;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	border: 2px solid #C73633;
}

.form-group {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 15px;
}

.form-group img {
	max-width: 200px;
	width: 25%;
	height: auto;
	float: left;
}

.form-group ul {
	display: inline-block;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	width: 75%;
	padding: 40px;
}

.form-group ul li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20px;
}

.form-group li input,
.form-group li span,
.form-group li label {
	cursor: pointer;
}

.form-group li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.form-group .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e6e6e6;
}

.form-group li:hover input ~ .checkmark {
	background-color: #ccc;
}

.form-group li input:checked ~ .checkmark {
	background-color: #C73633;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.form-group li input:checked ~ .checkmark:after {
	display: block;
}

.form-group li .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-group label {
	font-size: 13px;
	line-height: 20px;
}

.form-group .group {
	display: inline-block;
	width: 75%;
	padding: 10px 10px 10px 34px;
}

.group input {
	margin: 12px 6px;
	color: #fff;
	background-color: #C73633;
	border: 0 none;
	outline: 0 none;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 15px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 180px;
}

.form-group:last-child {
	margin-bottom: 20px;
}

.addthis_inline_share_toolbox{
	text-align: center;
}

#panel-weather .circle img {
	max-width: 120px;
	margin-top: 20px;
}

#panel-poster .circle img {
	margin-top: 30px;
}

footer .heading {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
}

footer ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  padding-bottom: 20px;
  padding-left: 0;
}

footer ul li {
  font-size: 16px;
  line-height: 1.5rem;
}

footer ul li a {
  color: #fff;
  line-height: 26px;
}

footer ul li a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 980px){
	.header-content h1,
	.header-content .description {
		max-width: 80%;
	}
	.wrap {
		padding: 45px;
	}
	#results .row {
		padding-left: 45px;
		padding-right: 45px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 768px){
	.form-group {
		text-align: center;
	}
	.form-group img {
		float: none;
	}
	.form-group .group {
		width: 100%;
		padding: 10px;
	}
	.inner .item {
		margin-left: 0;
		padding: 15px;
	}
}

@media only screen and (max-width: 767px){
	.form-group ul {
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.group input {
		width: 120px;
	}
	.inner {
		padding: 0 25px;
	}
	.header-content h1 {
		max-width: 100%;
		font-size: 42px;
		text-align: center;
	}
	.header-content .description {
		font-size: 16px;
		line-height: 22px;
		max-width: 100%;
		text-align: center;
	}

	footer ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

footer {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
	background: #A7C8DA;
	text-align: center;
	color: #fff;
}

footer a { color: #eeeeee;}

.description a {
	color: #ffffff;
	text-decoration: none;
}

.description a:hover {
	text-decoration: underline;
}