@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Glyphicons Regular';
	src: url('../fonts/glyphicons-regular.eot');
	src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-regular.woff') format('woff'), url('../fonts/glyphicons-regular.ttf') format('truetype'), url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after, .contentPad:before, .contentPad:after {
	content: " ";
	display: table;
}
.clearfix:after, .contentPad:after {
	clear: both;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	background: #e5f0f9 url('../images/bgMain.jpg') no-repeat bottom left fixed;
	background-size: cover;
	font-family: "droid_sansregular", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	letter-spacing: -.05em;
	/*text-shadow: 0 1px 0 #fff;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
table {
  background-color: transparent;
}
h1 {
	margin: 0 0 20px 0;
	padding: 3px 0 0 55px;
	min-height: 40px;
	font-family: 'droid_sansbold';
	font-size: 30px;
	color: #0089cf;
	font-weight: normal;
	background: url('../images/logoH1new.png') no-repeat top left;
}
h1.noLogo {
	padding: 3px 0 0 0;
	background: none;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "droid_sansregular", sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #0089cf;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #464646;
	font-family: 'droid_sansbold';
	font-weight: normal;
}
h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'droid_sansbold';
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #0089cf;
	font-weight: normal;
}
strong, b {
	font-family: 'droid_sansbold';
	font-weight: normal;
}
a {
	color: #0088cd;
	text-decoration: underline;
	outline-style: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
	color: #0088cd;
	text-decoration: none;
	outline-style: none;
}
a.button, input[type="submit"].button {
	margin: 0;
	padding: 0 7px;
	height: 30px;
	font-family: 'droid_sansbold';
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background: #006aa0;
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.50);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	border: none;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	outline-style: none;
}
a.button:hover, input[type="submit"].button:hover {
	background: #064870;
}
img {
  max-width: 100%;
}
input[type="submit"].button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* FOOTER */
footer {
	margin: 0 auto;
	padding: 5px 10px 15px 10px;
	width: 980px;
	font-size: 12px;
	line-height: 14px;
	color: #2a2e36;
}
footer a:before {
	margin: 0 2px 0 5px;
	font-family: 'FontAwesome';
	content: "\e60b";
	font-size: 22px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	position: relative;
	top: 0;
}
/* CONTENT */
section {
	margin: 20px 10px 10px 10px;
}
div.headerImage {
	margin: -20px -10px -124px -10px;
	height: 428px;
	background: no-repeat center center;
	background-size: cover;
	border-bottom: 3px solid #b8c9d2;
}
div.headerImage img {
	height: 100%;
}
#content {
	margin: 0 auto;
	padding: 30px;
	width: 980px;
	height: 100%;
	background: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0,51,87,0.15);
}
nav > ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	background: #000;
  /*text-shadow: 0 1px 0 rgba(0,0,0,0.50);*/
}
nav > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
  border-right: 1px solid rgba(255,255,255,.25);
  float: left;
  position: relative;
}
nav > ul > li > a, nav > ul > li > a:focus {
	margin: 0;
	padding: 8px 15px;
	font-family: 'droid_sansbold';
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
  float: left;
	position: relative;
}
nav > ul > li > a:hover, nav > ul > li:hover > a {
	color: #fff;
	background: rgba(255,255,255,.25);
}
nav > ul > li > a.active {
	/*background: #006aa0;*/
	color: #fff;
	background: rgba(255,255,255,.40);
}
nav > ul li ul {
  display: none;
}
nav > ul li ul:before {
  width: 100%;
	font-family: 'FontAwesome';
  content: "\f0d8";
	font-size: 25px;
	top: -13px;
  left: 10px;
	color: #464646;
	position: absolute;
	display: inline-block;
  text-shadow: none;
}
nav > ul li:hover ul {
  margin: 5px 0 0 0;
  padding: 10px;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #464646;
  list-style: none;
  z-index: 999;
  border-radius: 3px;
  display: block;
}
nav > ul li ul li a {
  padding: 5px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  border-top: 1px solid #555;
}
nav > ul li ul li a:hover {
  color: #fff;
  background: #333;
}
nav > ul li ul li:first-child a {
  border: none;
}
a.menu {
  display: none;
}
#content .left {
	padding: 0;
	width: 510px;
	float: left;
}
#content .right {
	padding: 0;
	width: 380px;
	float: right;
}
form label {
	margin: 0;
	padding: 0;
	font-family: 'droid_sansbold';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #0088cd;
	display: block;
}
form label.option {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'droid_sansregular';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	display: block;
}
form ol li ul, form ol li ol {
	margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
form ol li ul label {
	font-family: "droid_sansregular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
}
form .ui-dform-radiobuttons label.ui-dform-label, form .ui-dform-checkboxes label.ui-dform-label {
	margin: 0;
	padding: 0;
	font-family: "droid_sansregular", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  color: #464646 !important;
}
form label input, form label select, ul.hotel label {
	font-size: 14px;
	line-height: 20px;
}
form label p {
	font-family: "droid_sansregular", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
}
form[name="registration"] > ul, form[name="registration"] > ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
form[name="registration"] > ul > li.required, form[name="registration"] > ol > li.required {
	margin: 0 -10px 5px;
	padding: 10px;
	background-color: #fcf0f1;
  border: 1px solid #f7d7d8;
}
form[name="registration"] > ul > li.new, form[name="registration"] > ol > li.new {
	margin: 0 -10px 5px;
	padding: 10px;
	background-color: #fcf3e6;
  border: 1px solid #fce5c4;
}
fieldset {
	padding: 30px;
	/*width: 510px;*/
  width: 100%;
	border: 1px solid #e5ebee;
	border-radius: 3px;
	background: #f2f5f7;
	/*box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
}
input[type="radio"], input[type="checkbox"] {
	margin: 3px 0.5ex;
}
.permalink {
	margin: -5px 0 10px 0;
}
.redtext {
	color: #ff0101;
}
form[name="locations"] .left {
	width: 430px;
	float: left;
}
form[name="locations"] .right {
	float: left;
}
form[name="locations"] fieldset {
	border: none;
}
fieldset#registration h2 {
	color: #555;
}
section.registration #content input[type="text"], section.registration #content input[type="email"], section.registration #content input[type="tel"], section.registration #content textarea {
  margin-top: 10px;
	padding: 5px 10px;
	width: 100%;
	height: 44px;
	font-size: 16px;
	border-color: #d0d1d8;
	border-left: 3px solid #d0d1d8;
	border-radius: 0;
  box-shadow: none;
}
section.registration #content textarea {
	padding: 10px;
	height: 120px;
}
section.registration #content select {
	margin-top: 10px;
  padding: 5px 20px 5px 10px;
	width: 100%;
	height: 44px;
	font-size: 16px;
	border-color: #d0d1d8;
	border-left: 3px solid #d0d1d8;
	border-radius: 0;
  box-shadow: none;
}
section.registration #content li[rel="phone"] input {
    margin-right: 3px;
}
section.registration #content li[rel="phone"] input:nth-of-type(1) {
    width: 55px;
}
section.registration #content li[rel="phone"] input:nth-of-type(2) {
    width: 55px;
}
section.registration #content li[rel="phone"] input:nth-of-type(3) {
    width: 65px;
}
section.registration #content li[rel="phone"] input:nth-of-type(4) {
    width: 85px;
}
section.registration #content ul.hotel {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
section.registration #content ul.hotel li {
	margin: 0;
	padding: 0;
}
section.registration #content ul.hotel li input[type="radio"], section.registration #content div.getHotelLocations input[type="radio"] {
	margin-right: 5px;
	float: left;
}
section.registration #content ul.hotel li p, section.registration #content div.getHotelLocations p {
	display: inline-block;
}
section.registration #content ul.hotel li ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
.dateContainer ul {
	margin: 0 0 12.5px 0;
	padding: 0;
	list-style: none;
}
.dateContainer ul li {
	margin: 0;
	padding: 0;
}
.dateContainer ul li:first-child {
	font-family: 'droid_sansbold';
}
section.registration #content ul.hotel li ul li div, .dateContainer ul li div {
	display: inline-block;
	float: left;
}
section.registration #content ul.hotel li ul li div:first-child, .dateContainer ul li div:first-child {
	width: 105px;
}
section.registration #content ul.hotel li ul li div:nth-child(2), .dateContainer ul li div:nth-child(2) {
	width: 65px;
	text-align: center;
}
section.registration #content ul.hotel li ul li div:nth-child(3), .dateContainer ul li div:nth-child(3) {
	width: 75px;
	text-align: center;
}
section.registration #content ul.hotel li ul li div input[type="radio"], section.registration #content div.getHotelLocations ul li div input[type="radio"] {
	float: none;
}
section.registration #content a.button {
	width: 100%;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
}
section.registration #content a.button.ical {
	width: auto;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}
section.registration #content a.button.ical:before {
	margin: 0 5px 0 0;
  content: "\f0fe";
	font-family: 'FontAwesome';
  font-size: 12px;
	text-align: center;
	color: #fff;
	position: relative;
  top: -1px;
}
section.registration #content input[type="text"]:focus, section.registration #content input[type="email"]:focus, ection.registration #content input[type="tel"]:focus, section.registration #content textarea:focus {
	border-left: 3px solid #05cf00;
}
/*section.registration #content fieldset h2 {
	margin: 10px 0 15px 0;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
}*/
/*section.registration #content fieldset h2 {
	font-family: "droid_sansregular", sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #555555;
}
*/
.getHotelLocations {
	
}
.getHotelLocations:before, .getHotelLocations:after {
	content: " ";
	display: table;
}
.getHotelLocations:after {
	clear: both;
}
p.error {
	color: #ff0101
}
label.error {
  margin: -10px 0 15px 0;
  font-family: 'droid_sansregular';
	font-size: 13px;
	font-weight: normal;
	color: #ff0101
}
section.registration .registration-logo {
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #e5ebee;
  border-radius: 3px;
  background: #fff;
  /*box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
}
section.registration #content .mapLocation {
	margin: 0 0 30px 0;
	/*width: 380px;*/
  width: 100%;
	height: 260px;
	border: 1px solid #dedfe4;
	border-radius: 3px;
	background: #fff;
	/*box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	position: relative;
}
section.registration #content .mapLocation #map {
	width: 100%;
	height: 100%;
}
section.registration #content #tooltip {
	margin: 5px;
	padding: 10px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.90);
	border-radius: 3px;
	font-size: 13px;
	line-height: 15px;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
	z-index: 9999;
	position: absolute;
}
section.registration #content #tooltip #markerTitle {
	margin: 0 0 5px 0;
	font-family: 'droid_sansbold';
	display: block;
}
section.registration div.date h3:before, section.registration div.location h3:before {
	margin: 0 5px 0 0;
	width: 15px;
	font-family: 'FontAwesome';
	text-align: center;
	color: #959595;
	position: relative;
	display: inline-block;
}
section.registration div.date h3:before {
	content: "\f133";
	font-size: 14px;
	top: -2px;
}
section.registration div.location h3:before {
	content: "\f041";
	font-size: 18px;
}
section.registration div.date p, section.registration div.location p {
	margin-left: 20px;
	font-size: 16px;
	line-height: 22px;
}
section.registration #content #meetingCode {
	margin: 30px 0 0 0;
	padding: 20px;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #cceadb;
	border-radius: 3px;
	background: #f7fcf9;
	/*box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
}
section.registration #content #meetingCode strong {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 16px;
	color: #019649;
	display: block;
}
section.registration #content input[type="text"].error, section.registration #content textarea.error, section.registration #content select.error {
	border-left-color: #ff0101 !important;
}
section.registration.error #content {
	text-align: center;
}
section.registration.error #content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'droid_sansbold';
	font-size: 34px;
	line-height: 34px;
	color: #0089cf;
	font-weight: normal;
	display: block;
	float: none;
}
section.registration.error #content h1:before {
	margin: 0;
	content: url('../images/logoEmail.png');
	display: block;
	vertical-align: middle;
}
section.registration.error #content h1:before {
	margin: 0;
	content: url('../images/logoEmail.png');
	display: block;
	vertical-align: middle;
}
div#loadContainer h1 {
	padding: 0;
	background: none;
}
address {
  margin: auto;
  font-style: normal;
  line-height: 20px;
}
section.registration #content span.registration-info-icon:before {
	margin: 0 3px 0 0;
    width: 14px;
    height: 14px;
    content: "\f059";
	font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
	text-align: center;
	color: #6c7b88;
	position: relative;
    top: -1px;
    display: inline-block;
    cursor: pointer;
}
section.registration #content div.registration-info {
    margin-top: 10px;
    padding: 15px;
    font-family: "droid_sansregular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #464646 !important;
    background: #fff;
    background: rgba(255,255,255,.8);
    border-radius: 3px;
    position: relative;
    display: none;
}
section.registration #content div.registration-info.open {
    display: block;
}
section.registration #content div.registration-info p {
    color: #464646 !important;
}
section.registration #content div.registration-info:before {
    width: 14px;
    height: 5px;
    /*content: '\0025B4';*/
    content: "\f0d8";
	font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 5px;
	text-align: center;
	color: #fff;
    color: rgba(255,255,255,.8);
	position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
}
section.registration #content div.registration-info p:last-of-type {
    margin: 0;
}
/* MISC */
.isloading-overlay {
	position: relative;
	text-align: center;
}
body.isloading-overlay {
	height: 100% !important;
}
.isloading-overlay .isloading-wrapper {
	background: #000;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	height: auto !important;
	top: 50%;
	z-index: 9000;
}
.ui_tpicker_hour .ui-slider {
	margin: 8px 0 0 0;
	background: #f6f6f6 !important;
}
.ui_tpicker_minute .ui-slider {
	margin: 12px 0 0 0;
	background: #f6f6f6 !important;
}
.ui-slider .ui-slider-handle {
	background: #777 !important;
	outline: none !important;
}
.ui-slider .ui-slider-handle.ui-state-active {
	background: #0088cd !important;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 0 40%;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	margin: 5px 0 !important;
	padding: 0 7px !important;
	height: 30px !important;
	font-family: 'droid_sansbold';
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px !important;
	font-weight: normal !important;
	text-align: center;
	text-transform: uppercase;
	background: #006aa0;
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.30);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	border: none;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	outline-style: none;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
	background: #064870;
}
/* MICROSITE NEWS */
ul.news {
  margin:0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul.news li {
  margin: 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
ul.news li:nth-child(odd) {
  padding: 0 20px 40px 0;
}
ul.news li:nth-child(even) {
  padding: 0 0 40px 20px;
}
ul.news li h2 a {
  text-decoration: none;
}
ul.news li h2 a:hover {
  color: #005486;
}
div.newsDate {
  margin: -10px 0 15px 0;
  font-size: 12px;
  color: #8193a0;
  text-transform: uppercase;
}
div.newsDate:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
  content: "\f017";
	font-size: 12px;
	top: 0;
	text-align: center;
	color: #8193a0;
	position: relative;
	display: inline-block;
}
div.newsDate:after {
  margin: 10px 0 0 0;
	width: 70px;
  height: 5px;
  content: "";
  background: #e2eef8;
  display: block;
}
div.newsText {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e6e9ec;
}
a.readMore, a.back {
  font-family: 'droid_sansbold';
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
}
a.readMore:hover, a.back:hover {
  color: #999;
}
a.readMore:after {
	margin: 0 0 0 5px;
	font-family: 'FontAwesome';
  content: "\f138";
	font-size: 14px;
	top: 0;
	text-align: center;
	color: #d80d15;
	position: relative;
	display: inline-block;
}
a.back:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
  content: "\f137";
	font-size: 14px;
	top: 0;
	text-align: center;
	color: #d80d15;
	position: relative;
	display: inline-block;
}
/* MICROSITE CONTENT PAGES */
.imageLeft {
  margin: 0 20px 15px 0;
  float: left;
}
.imageRight {
  margin: 0 0 15px 20px;
  float: right;
}
/* MICROSITE PHOTOS */
ul.photos {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul.photos li {
  margin: 0 10px 10px 0;
  padding: 0;
  width: 176px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
}
ul.photos li:nth-child(5n) {
  margin-right: 0;
}
ul.photos li a {
  margin: 0;
  padding: 0;
  font-family: 'droid_sansbold';
  text-decoration: none;
  display: block;
}
ul.photos li div.text {
  margin: 0;
  padding: 10px;
  border: 1px solid #e6e9ec;
  border-top: 0;
  background: #fff;
}
/* EMEBEDDED GALLERY */
div.gallery {
  margin: 15px 0 0 0;
  border-top: 1px solid #e6e9ec;
}
div.gallery h3 {
	margin: 20px 0;
	color: #0089cf;
}
/*div.gallery .galleryCount {
  background: #000\9;
  background: rgba(0, 0, 0, 0.80);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  text-shadow: 0 1px 0 #000;
  position: absolute;
  top: 10px;
  right: 10px;
}*/
/* Media Queries */
@media screen and (max-width: 980px) {
body {
	min-width: 100%;
}
h1 {
	padding-top: 6px;
	font-size: 26px;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 16px;
}
footer {
	width: 748px;
}
#content {
	padding: 30px;
	width: 748px;
}
#content .left {
	width: 380px;
}
#content .right {
	width: 278px;
}
fieldset {
	padding: 30px;
	width: 100%;
}
section.registration #content .mapLocation {
	margin: 0 0 30px 0;
	width: 100%;
	height: 200px;
}
section.registration div.date h3:before, section.registration div.location h3:before {
	margin: 0 4px 0 0;
	width: 12px;
}
section.registration div.date h3:before {
	content: "\f133";
	font-size: 12px;
	top: -2px;
}
section.registration div.location h3:before {
	content: "\f041";
	font-size: 16px;
}
section.registration div.date p, section.registration div.location p {
	margin-left: 16px;
	font-size: 14px;
	line-height: 18px;
}
ul.photos li {
  width: 164px;
}
ul.photos li img {
  width: 100%;
}
ul.photos li:nth-child(4n) {
  margin-right: 0;
}
ul.photos li:nth-child(5n) {
  margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
h1 {
	margin: 0 0 10px 0;
	float: none;
}
section {
	margin: 10px;
}
footer {
	width: 100%;
}
div.headerImage {
	margin-bottom: -99px;
	height: 288px;
	background: no-repeat center center;
	background-size: cover;
	border-bottom: 3px solid #b8c9d2;
}
#content {
	padding: 15px;
	width: 100%;
}
#content .left {
	width: 100%;
	float: none;
}
#content .right:not(.sidr) {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #dedfe4;
	float: none;
}
fieldset {
	padding: 15px;
	width: 100%;
}
section.registration #content .mapLocation {
	margin: 0 0 20px 0;
	width: 100%;
	height: 180px;
}
ul.photos li {
  margin: 0 1% 1% 0;
  width: 24%;
}
ul.photos li:nth-child(4n) {
  margin-right: 0;
}
ul.photos li:nth-child(5n) {
  margin-right: 1%;
}
}
@media screen and (max-width: 700px) {
ul.photos li {
  margin: 0 2% 2% 0;
  width: 32%;
}
ul.photos li:nth-child(3n) {
  margin-right: 0;
}
ul.photos li:nth-child(4n), ul.photos li:nth-child(5n) {
  margin-right: 2%;
}
}
@media screen and (max-width: 700px) {
body {
	background: #fff;
}
h1 {
	margin: 0 0 20px 0;
}
section {
	margin: 0;
}
div.headerImage {
	margin: 0 0 -60px 0;
	height: 180px;
	border-bottom: none !important;
}
#content {
  margin: 60px 0 10px 0;
	border-radius: 0;
	box-shadow: none;
}
a.menu {
	padding: 5px 8px;
	cursor: pointer;
	text-decoration: none;
	background: #000;
	background: rgba(0,0,0,.50);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	right: 10px;
}
a.menu.active {
	background: #000;
}
a.menu:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
nav {
	display: none;
}
ul.news li {
  margin: 0;
  padding: 0 0 40px 0 !important;
  width: 100%;
}
.imageLeft, .imageRight {
  margin: 0 0 15px 0;
  display: block;
  float: none;
}
.imageLeft img, .imageRight img {
  width: 100%;
}
ul.photos li {
  margin: 0;
  width: 49%;
}
ul.photos li:nth-child(even) {
  margin: 0 0 2% 1%;
}
ul.photos li:nth-child(odd) {
  margin: 0 1% 2% 0;
}
}
@media screen and (max-width: 440px) {
h1 {
	padding: 0 0 0 30px;
	/*font-family: "droid_sansregular", sans-serif;*/
	font-size: 24px;
	line-height: 24px;
	background: url('../images/logoH1Sm.png') no-repeat left 2px;
}
/*h2 {
  font-size: 22px;
  line-height: 22px;
}*/
section.registration #content .mapLocation {
	height: 130px;
}
}
@media screen and (max-width: 320px) {
ul.photos li {
  margin: 0 0 10px 0 !important;
  width: 100%;
}
}
