/**
* @license
* MyFonts Webfont Build ID 3167645, 2016-02-08T08:16:14-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: BrandtoonPrinted-Double by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-printed/double/
* Copyright: Copyright (c) 2013 by Hannes von Doehren. All rights reserved.
*
* Webfont: BrandonGrotesqueWeb-Bold by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/bold/
* Copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
*
* Webfont: BrandonGrotesqueWeb-Black by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/black/
* Copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
*
* Webfont: BrandonGrotesqueWeb-BlackItalic by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/black-italic/
* Copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
*
* Webfont: BrandonGrotesqueWeb-Regular by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/regular/
* Copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
*
* Webfont: BrandonGrotesqueWeb-Italic by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/italic/
* Copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
*
*
/*testi2
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3167645
* Licensed pageviews: 10,000
* testi3
* © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/30559d");*/

@font-face {font-family: 'BrandonPrinted-Double';src: url('/media/layout/css/webfonts/30559d_0_0.eot');src: url('/media/layout/css/webfonts/30559d_0_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_0_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_0_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_0_0.ttf') format('truetype');}


@font-face {font-family: 'BrandonGrotesqueWeb-Bold';src: url('/media/layout/css/webfonts/30559d_1_0.eot');src: url('/media/layout/css/webfonts/30559d_1_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_1_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_1_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_1_0.ttf') format('truetype');}


@font-face {font-family: 'BrandonGrotesqueWeb-Black';src: url('/media/layout/css/webfonts/30559d_2_0.eot');src: url('/media/layout/css/webfonts/30559d_2_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_2_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_2_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_2_0.ttf') format('truetype');}


@font-face {font-family: 'BrandonGrotesqueWeb-BlackItalic';src: url('/media/layout/css/webfonts/30559d_3_0.eot');src: url('/media/layout/css/webfonts/30559d_3_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_3_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_3_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_3_0.ttf') format('truetype');}


@font-face {font-family: 'BrandonGrotesqueWeb-Regular';src: url('/media/layout/css/webfonts/30559d_4_0.eot');src: url('/media/layout/css/webfonts/30559d_4_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_4_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_4_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_4_0.ttf') format('truetype');}


@font-face {font-family: 'BrandonGrotesqueWeb-Italic';src: url('/media/layout/css/webfonts/30559d_5_0.eot');src: url('/media/layout/css/webfonts/30559d_5_0.eot?#iefix') format('embedded-opentype'),url('/media/layout/css/webfonts/30559d_5_0.woff2') format('woff2'),url('/media/layout/css/webfonts/30559d_5_0.woff') format('woff'),url('/media/layout/css/webfonts/30559d_5_0.ttf') format('truetype');}


a img {
	display: initial;
	border: initial;
}

* {
	margin: 0;
	padding: 0;
}
.webfont-test {
	font-family: 'BrandonGrotesqueWeb-Regular', Helvetica, Arial, sans-serif;
}
html {
	margin: 0;
	padding: 0 !important;
}
body {
	font-family: 'BrandonGrotesqueWeb-Regular', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 !important;
}

/*Google maps*/
.gm-style-iw a{
	font-size:1.2rem;
}

/* EXTENDED BOOTSTRAP RULES*/
.bg-primary{
	background-color:rgba(37,104,179,1);
}
.bg-faded{
	background-color: rgba(245,245,245,1);
}
.font-size-lg{
	font-size:1.25rem;
}
.pos-relative{
	position:relative;
}
.pos-absolute{
	position:absolute;
}
.top-0{
	top:0;
}
.right-0{
	right:0;
}
.bottom-0{
	bottom:0;
}
.left-0{
	left:0;
}

.border-divider{
	/*height: 28px;	*/
	width: 1px;
	opacity: 0.2;
	background-color: #D8D8D8;
}
.border-left-1{
	border-left : 1px solid #c0c0c0;
}
@media (min-width: 768px) {
	.w-md-50{
		width:50%;
	}
	.border-md-left-1{
		border-left : 1px solid #c0c0c0;
	}
	.pos-md-absolute{
		position:absolute;
	}
}
@media (min-width: 992px) {
	.pos-lg-absolute{
		position:absolute;
	}
	.bg-lg-transparent{
		background: transparent !important;
	}
}
.right-15{
	right:15px;
}
/* ! BOOTSTRAP RULES */
/* BOOTSTRAP VARIABLES*/

h1, .h1{
	font-size:2rem;
}
@media (min-width: 768px) {
	h1, .h1{
	font-size:	2.5rem
	}
}
.btn-primary{
	background-color:rgba(37,104,179,1);
	border-color:rgba(37,104,179,1);
	border-radius:2px;
}
.form-control{
/*	border-radius:0;*/
	line-height:1.5;
}
.btn-box{
	padding: .5rem .5rem;
	margin: 0.3rem;
	line-height: 0;

}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75);
}
.navbar-inverse .navbar-nav .nav-link {
	color: rgba(255,255,255, 1);
}

.register-form input[type=text],.register-form input[type=password] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.navbar-toggler{
	border-color:transparent !important;
}
/* BOOTSTRAP VARIABLES*/
.white-row a,
.blue-row a
{
	/*	font-size: 1.3em;*/
	text-transform: uppercase;
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
}
.white-row a:hover,
.blue-row a:hover
{
	color: #045088;
	text-decoration: none;
}
.white-row h1,
.blue-row h1
{
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
}
/*
.container {
width: 100%;
max-width: 100%;
padding: 0 !important;
}
.row {
margin-left: 0 !important;
margin-right: 0 !important;
}
.col-sm-12 {
padding-right: 0 !important;
padding-left: 0 !important;
}
*/
.header {
	width: 100%;
	/*	max-height: 400px;*/
	background-image: url(../img/20150809_153217.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*	padding: 40px 30px;*/
	position: relative;
}

/*
.header .inner {
width: 100%;
max-width: 900px;
margin: 0 auto;
}

.inner {
width: 100%;
float: left;
}*/
.nav-mobile-button {
	position: absolute;
	right: 40px;
	top: 50px;
	cursor: pointer;
}
.nav-mobile-button .bar {
	display: block;
	width: 40px;
	height: 6px;
	background-color: #fff;
	clear: both;
	margin-bottom: 5px;
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 102px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0.9;
	z-index: 9999;
}
.nav-mobile li {
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0;
	text-align: center;
}
/*
.nav-mobile .menu-dots {
display: none;
}*/
/*.logo,
.menu-wrapper
{
float: left;
}*/
.logo img {
	width: 150px;
}
/*
.menu-wrapper {
display: none;
}*/
.menu-wrapper .last,
.nav-mobile .last
{
	/*display: none;*/
}
.menu{
	padding-left:0;
}
.header .menu {
	list-style-type: none;
	/*	padding-top: 38px;*/
}
.nav-mobile .menu {
	padding: 0;
}
.menu li {
	/*float: left;*/
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
.menu li a {
	text-transform: uppercase;
}
.menu li a:hover {
	color: #0567b1;
	text-decoration: none;
	}/*
	.menu-dots {
	color: #fff;
	}*/
	.title-wrapper {
		/*clear: both;
		float: left;*/
		border-left: 10px solid #4caae4;
		/*	margin-top: 40px;*/
		max-width: 400px;
	}
	.title-wrapper h1,
	.title-wrapper h2
	{
		margin: 0;
		padding-left: 15px;
		color: #fff;
	}
	.title-wrapper h1 {
		font-family: 'BrandonPrinted-Double', Helvetica, Arial, sans-serif;
		font-size: 2.5rem;
		margin-bottom: 0.5rem;
	}
	.title-wrapper h2 {
		font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
		font-size: 2rem;
	}
	/*
	.blue-row {
	background-color: #4cabe5;
	float: left;
	width: 100%;
	padding: 60px 40px;
	}*/
	/*
	.white-row {
	float: left;
	width: 100%;
	padding: 60px 40px;
}
*/
/*
.blue-row .inner,
.white-row .inner
{
max-width: 720px;
margin: 0 auto;
float: none;
}
.blue-row .menu {
list-style-type: none;
float: left;
margin: 0;
padding: 0;
}
.blue-row .menu .first {
display: none;
}
.blue-row .menu li {
clear: both;
float: left;
}
.blue-row .menu li a {
color: #fff;
text-decoration: underline;
font-size: 1.5em;
}
.blue-row .menu li a:hover {
color: #000;
}
.fb-link-row {
text-align: center;
}*/
.fb-icon {
	display: inline-block;
	margin-bottom: 15px;
}
.fb-link{
	font-size:1.25rem;
	text-transform: uppercase;
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
	font-weight: 400;
	display:block;
}
/*
.white-row .fb-link {
font-size: 1.1em;
font-weight: 700;
color: #000;
text-transform: uppercase;
margin-left: 15px;
display: block;
clear: both;
float: none;
}*/
.side-nav a{
	background: #fff;
	margin-bottom: 4px;
	color: #000;
	height: 50px;
	border-radius: 2px;
	font-size:1.2rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;

}
.side-nav a:hover{
	background:#000;
	color:#fff;
}

strong,
font-weight-bold {
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
/*
.blue-row {
color: #fff;
}
.white-row {
color: #000;
}*/
.cooperation-row {
	text-align: center;
}

.cooperation-row a {
	margin-bottom: 15px;
}
.cooperation-image {
	display: inline-block;
	height: 70px;
	margin-right: 20px;
	margin-bottom:20px;
}
.searching {
	float: left;
	margin-left: 20px;
	display: none;
}
.google-map {
	/*background-color: #eee;*/
	position: relative;
	width: 100%;
	height: 340px; /* 385px;*/
	margin: 0;
	/*clear: both;
	float: left;*/
}
.google-map__canvas {
	height: 340px; /* 385px;*/
}
.google-map__place .google-map__info-window-content {
	display: none;
}
/*.waters-search-area #locationField,
.waters-search-button
{
float: left;
}
.waters-search-button {
padding: 6px 10px 7px 10px;
}
.waters-search-area #locationField {
margin-bottom: 20px;
}*/
#messages {
	float: left;
	margin-left: 23px;
	margin-top: 9px;
	text-transform: uppercase;
}
/*
.waters-table {
display: none;

}
.waters-list {
clear: both;
float: left;
margin-top: 30px;
width: 100%;
}*/

.top20-block h1 {
	font-family: 'BrandonGrotesqueWeb-Black', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.waters-search-list-row {
	padding-top: 0;
}
/*
.waters-search-row .top20-block {
display: none;
}
.waters-search-row .town-div,
.swimmers .town-div
{
display: block;
}*/
.login td {
	padding-right: 15px;
	padding-bottom: 15px;
}
.facebook-login-link {
	font-size: 1.2em;
}
.ui-datepicker-prev,
.ui-datepicker-next
{
	color: #337ab7;
}
#new-product input {
	/*width: 30%;*/
}
#ui-datepicker-div {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}
.ui-datepicker-header {

}
.ui-icon {
	text-indent: 0;
}
/*
.top20-block h1 + .top20 {
display: none;
}

.town-div,
.place-name-div,
.swim-times-div,
.wiki-link-div,
.edit-link-div
{
float: left;
min-height: 1px;
font-size: 1.2em;
clear: both;
float: none;
width: 100%;
}
*/
.edit-link-div {
	display: none;
}
.edit-link-div-mobile {
	display: block;
	font-size: 0.8em;
}
.profile .town-div,
.profile .place-name-div,
.profile .swim-times-div,
.profile .wiki-link-div
{
	width: 100%;
	font-size: 1.2em;
}
.profile a .town-div,
.profile a .place-name-div,
.profile a .swim-times-div,
.profile a .wiki-link-div
{
	font-size: 0.8em;
	font-family: arial;
	font-weight: 400;
	text-transform: none;
}
/*
.swimmers .town-div,
.swimmers .place-name-div,
.swimmers .swim-times-div,
.swimmers .wiki-link-div
{
	width: 100%;
	min-height: 1px;
	font-size: 1.2em;
}
*/
.waters-search-row .town-div,
.waters-search-row  .place-name-div,
.waters-search-row  .wiki-link-div
{
	width: 100%;
}
.town-div {
	/*display: none;*/
}
.profile .town-div {
	display: block;
}
.town-title-div,
.place-name-title-div,
.swim-times-title-div,
.wiki-link-title-div
{
	border-bottom: 2px solid #000;
}

/*
.top20 {
clear: both;
float: left;
width: 100%;
max-width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}
*/
/*
.check-all-link {
clear: both;
float: left;
font-size: 1.2em;
margin-top: 5px;
}
*/
.hide-over-20:nth-child(n+21) {
	display:none;
}
.white-row .wiki-link {
	display: none;
	font-size: 1em;
	text-transform: none;
	font-family: 'BrandonGrotesqueWeb-Regular', Helvetica, Arial, sans-serif;
}
.waters-list-wrapper,
.waters-list-wrapper-top-3
{
	display: none;
}

/* FORMS */
.formRequest { display: none; }

.formFieldHolder {
	margin: 0 0 10px 0;
	position: relative;
}

.formFieldHolder .formLabel {
	position: relative;
	display: block;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}

.formFieldHolder .formFieldRow {
	display: table;
	width: 100%;
}

.formFieldHolder .formFieldCol {
	display: table-cell;
	vertical-align: top;
}

.formFieldHolder .formFieldCol.separator {
	padding: 0 10px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}


form span.Required {
	margin-left: 5px;
	color: #eb471f;
	font-size: 110%;
}

/*
.formNumberinput, .formTelinput, .formEmailinput, .formTextinput, .formTextarea, .formSelect,
input, select, .fb-share-button, */
.ui-autocomplete,  {
	background: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	color: #4c4c4c;
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	/*font-family: 'Lato', Arial, sans-serif;*/

	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.fb-share-button {
	display: none;
}
.fb_iframe_widget {
	display: none !important;
}
input[type="checkbox"] { -webkit-box-shadow: none; box-shadow: none; }

.formTextarea {
	height: 100px;
	overflow: auto;
}

.formSelect {
	background: #ffffff;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),to(#f3f3f3));
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	cursor: pointer;
}

.formTelinput:focus, .formEmailinput:focus, .formTextinput:focus,
.formTextarea:focus { background: #f8f8f8; }

form .formCheckboxLabelHolder,
form .formRadioLabelHolder {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
	padding: 5px 10px;
	position: relative;
	vertical-align: top;
}

form .formCheckboxLabelHolder:hover,
form .formCheckboxLabelHolder:hover input,
form .formRadioLabelHolder:hover,
form .formRadioLabelHolder:hover input {
	background: #f3f3f3;
	cursor: pointer;
}

form .formCheckboxLabelHolder input,
form .formRadioLabelHolder input {
	/* display: inline-block;
	margin: 0;
	top: 10px;
	left: 10px;
	position: absolute;*/
	display:block;
	float:left;
	height:22px;
	width:13px;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	padding:0px;
}

form .formCheckboxLabelHolder .formCheckboxLabel,
form .formRadioLabelHolder .formRadioLabel {
	display: block;
	padding: 0 0 0 20px;
}
/*
.formSubmit, .button, .nappi {
	background: #0567b1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	margin-top: 10px;
	padding: 10px 15px;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;
	line-height: 1.3;
	-webkit-transition: color 400ms, background-color 400ms, linear;
	transition: color 400ms, background-color 400ms, linear;
}
*/
/*
.events-search .formSubmit { background: #045088; }
*//*
.formSubmit:hover, .button:hover, .nappi:hover {
	background: #045088;
	color: #ffffff;
	text-decoration: none;
}
*//*
.events-search .formSubmit:hover { background: #022946; }
*/
.formErrorHolder {
	background: #4c8930;
	color: #ffffff;
	display: inline-block;
	margin: 1em 0;
	padding: 10px;
	width: 100%;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.formErrorHolder p, .formErrorHolder ul { margin: 0; }

.formErrorHolder p + ul { margin-top: 0.5em; }

.formFieldHolder .formIconHolder {
	position: relative;
	width: 100%;
}
/*
.formFieldHolder .formIconHolder .icon {
	position: absolute;
	top: 3px;
	right: 3px;
}

.formFieldHolder .formIconHolder .formTextinput,
.formFieldHolder .formIconHolder .formNumberinput,
.formFieldHolder .formIconHolder .formTelinput,
.formFieldHolder .formIconHolder .formEmailinput,
.formFieldHolder .formIconHolder .formTextinput,
.formFieldHolder .formIconHolder .formTextarea,
.formFieldHolder .formIconHolder .formSelect{ padding-right: 40px; }

textarea { height: 100px; }

.form-field {
	width: 100%;
	margin: 0 10px 10px 10px;
}*/
/*
.label { width: 100%; }
.input { width: 100%; }
.submit { width: 47%; }

.form-col {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

.form-col.submit:first-child {
	margin-right: 35px;
}
*/
.form-field .error {
	color: #ff0000;
	font-weight: 900;
}

.form-col.submit .formEmailInput { text-align: center; }

.ui-autocomplete {
	width: 302px !important;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	background:#fff;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.ui-autocomplete ul {
	list-style-type: none;
}
/*
.register-table {
	min-width: 235px;
	width: 100%;
}
.register-table td:first-child {
	padding: 10px 25px 10px 0;
}
.white-row .register-table a {
	font-size: 1em;
}
.register-table .radio-span {
	clear: both;
	float: left;
	width: 50%;
}
.register-table input[type="radio"] {
	width: 25%;
	float: left;
	margin-top: 15px;
}
.button {
	background: transparent;
	border: 0;
	color: #337ab7;
}
.button:hover {
	color: #045088;
}
input[type="radio"],
input[type="checkbox"]
{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hyphenate {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#terms .white-row {
	background-color: #fff;
	color: #000;
}
.submit-no-share {
	margin-bottom: 20px;
}
*//*
.submit-and-share {
	width: 47%;
	min-width: 220px;
	margin-left: 10px;
	margin-top: -20px;
	font-size: 85%;
}
.gm-style .gm-style-iw {
	font-size: 1rem;/*11px;*/
*/
.top20-block img {
	max-width: 100%;
}
.single-swim {
	font-family: arial;
	font-size: 1em;
}
.single-swim img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.navbar > .container{
		width:100%;
	}
}
@media screen and (min-width: 768px) {

	.title-wrapper {
		max-width: 500px;
	}
	.title-wrapper h1 {
		font-size: 4em;
	}
	.title-wrapper h2 {
		font-size: 2.8em;
	}
	.fb-link-row {
		text-align: left;
	}
	.fb-icon {
		float: left;
		margin-bottom: 0;
	}
	/*
	.white-row a,
	.blue-row a
	{
	font-size: 2em;
	}*/

	.white-row .fb-link {
		margin-top:0.5rem;
		display: inline-block;
	}
/*
	.label { width: 28%; }
	.input { width: 71%; }
	.submit { width: 47%; }
	.cooperation-row {
		text-align: left;
	}
	.cooperation-row a {
		clear: none;
		float: left;
		margin-bottom: 0;
	}
	.blue-row .menu li a {
		font-size: 2.3em;
	}
	.register-table td {
		font-size: 1.2em;
	}
	.white-row .register-table a {
		font-size: 1em;
	}
	.white-row .wiki-link {
		display: none;
		font-size: 1em;
		text-transform: none;
		font-family: 'BrandonGrotesqueWeb-Regular', Helvetica, Arial, sans-serif;
	}*/
	/*
	.top20-block h1 + .top20 {
	display: block;
	}*/

	/*
	.town-div,
	.place-name-div,
	.swim-times-div,
	.wiki-link-div,
	.edit-link-div
	{
	clear: none;
	float: left;
	width: 150px;
	min-height: 1px;
	max-width: 25%;
	font-size: 1.2em;
	text-align: left;
}
*/
.profile .town-div,
.profile .place-name-div,
.profile .swim-times-div,
.profile .wiki-link-div
{
	width: 19%;
	max-width: 20%;
	font-size: 1.2em;

}
.profile a .town-div,
.profile a .place-name-div,
.profile a .swim-times-div,
.profile a .wiki-link-div
{
	font-size: 0.6em;
	font-family: arial;
	font-weight: 400;
	text-transform: none;
}
.edit-link-div {
	width: 5%;
	text-align: right;
	height: 23px;
	display: block;
}
.edit-link-div-mobile {
	display: none;
}
.edit-link-div a {
	display: inline-block;
	padding-top: 2px;
}
/*
.swimmers .town-div,
.swimmers .place-name-div,
.swimmers .swim-times-div,
.swimmers .wiki-link-div
{
	width: 250px;
	min-height: 1px;
	max-width: 50%;
	font-size: 1.2em;
}
*/
.waters-search-row .town-div,
.waters-search-row  .place-name-div,
.waters-search-row  .wiki-link-div
{
	width: 30%;
}
.town-div {
	/*display: none;*/
}
.profile .town-div {
	display: block;
}
.town-title-div,
.place-name-title-div,
.swim-times-title-div,
.wiki-link-title-div
{
	border-bottom: 2px solid #000;
}
.ku-editor,
.editor,
form,
.register-table td
{
	font-size: 1.2em;
}
/*
.waters-search-row .top20-block {
display: block;
}
.submit-and-share {
font-size: 100%;
}*/
}
@media screen and (min-width: 992px) {
	.current a{
		background:#000;
	}
	/*TODO.poista
	.header {
	height: 620px;
	padding: 75px 80px;
	}*/
	.nav-mobile-button {
		display: none;
	}
	.nav-mobile-sub {
		display: none;
	}
	.logo img {
		width: auto;
		}/*
		.menu-wrapper {
		display: block;
		}*/
		.menu li a {
			font-size: 0.8em;
		}
		/*	.title-wrapper {
		margin-top: 80px;
		}*/
		.title-wrapper h1,
		.title-wrapper h2
		{
			padding-left: 10px;
		}
		.title-wrapper h1 {
			font-size: 3.5rem;
		}
		.title-wrapper h2 {
			font-size: 1.5rem;
		}
		.blue-row .menu li a {
			font-size: 3em;
		}
		.google-map {
			height: 420px; /* 385px;*/
		}
	}

	@media screen and (min-width: 1200px) {
		.google-map {
			height: 520px; /* 385px;*/
		}
		/*TODO:poista
		.header {
		padding: 75px 132px;
		}*/
		.menu li a {
			font-size: 1rem;
		}
	}
}
