* {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: 100;
}

h1 {
	font-size: 40px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
	font-weight: 400;
}

strong {
	font-weight: 400;
}

form input:focus, form button:focus {
	outline-width: 0px;
}

form input.invalid, form textarea.invalid {
	color:#DB4343;
	font-weight: bold;
}

button.more-or-less {
	border: none;
	background-color: transparent;
	position: relative;
	top: 20px;
	left: calc(50% - 16px);
	cursor: pointer;
	color: #49586b;
}

button.more-or-less:focus {
	outline: none;
}

button.more-or-less span {
	position: relative;
	top: -10px;
	left: 5px;
	font-weight: 400;
}

body {
	-webkit-text-size-adjust: none;
}

.container {
	width: 100%;
	min-width: 800px;
	overflow: auto;	/*http://stackoverflow.com/questions/9519841/why-does-this-css-margin-top-style-not-work*/
}

#header {
	width: 100%;
	height: 100px;
	background-color: #293545;
	position: fixed;
	z-index: 10;
}

#logo {
	height: 100%;
	width: 200px;
	display: inline-block;
	float: left;
	position: relative;
}

#logo img {
	margin: 35px 90px;
	width: 54px;
}

#logo span {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 30px;
	color: #F3F3F3;
}

#header .menu {
	width: calc(100% - 200px);
	display: inline-block;
	height: 100%;
	float: left;
}

#header img#swipe_button {
	position: absolute;
	right: 40px;
	top: 42px;
	cursor: pointer;
	width: 17px;
}

#header .menu a {
	display: inline-block;
	margin-left: 40px;
	text-decoration: none;
	/*color: #49586B;*/
	color: white;
	margin-top: 37px;
}

#header .menu a:hover {
	text-decoration: underline;
}

.panel {
	overflow: hidden;
}

#panel1 {
	height: 550px;
	background-color: #52C15D;
	margin-top: 100px;
	color: #fff;
}

#panel1 h1{
	padding-top: 80px;
}

#panel1 img#calendar {
	position: relative;
	left:50%;
	margin-left: -209px;
	margin-top: 80px;
}

#panel1 div#board-container {
	width: 300px;
	margin: 35px auto;
}

#panel1 img#board {
	width: 300px;
}

div#calendar-container {
	position: relative;
	width: 500px;
	margin: auto;
}

div#calendar-container div span {
	color: #52C15D;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 108px;
}

div#calendar-container div#month span {
	left: 57px;
}

div#calendar-container div#day span {
	left: 217px;
}

div#calendar-container div#year span {
	left: 377px;
}

#panel2 {
	height: 480px;
	background-color: #F3F3F3;
	color: #49586b;
	width: 100%;
}

#panel2 h4 {
	font-weight: 300;
	padding-top: 80px;
}

#panel2 h5 {
	text-align: left;
	margin-bottom: 5px;
}
#panel2 h6 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
}

#panel2 form {
	position: relative;
    width: 300px;
    margin: 20px auto;
}

#panel2 form input {
    border: 0px;
    height: 30px;
    width: calc(100% - 10px);
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-left: 10px;
    margin: 5px 0px;
}

#panel2 form button {
	border: 0px;
    height: 44px;
    width: 144px;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    color: white;
    cursor: pointer;
    background: url(../img/DarkBlueButton.svg);
    padding-bottom: 18px;
    padding-right: 20px;
    margin: 10px auto;
    display: block;
}

#panel2 ul {
	display: block;
	width: 700px;
	margin: auto;
}

#panel2 ul li {
	display: inline-block;
	text-align: justify;
	margin-bottom: 10px;
}

table.block {
  width: 900px;
  margin: auto;
}

td.block-item {
  vertical-align: top;
  text-align: justify;
  position: relative;
  padding: 30px 60px 0px;
  width: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

td.block-item p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

td.block-item img {
  width: 40px;
  position: absolute;
  left: 10px;
}


#panel2 ul li.block-item {
	width: 290px;
	margin-top: 50px;
	position: relative;
}

#panel2 ul li.block-item.hidden {
	display: none;
}

#panel2 ul li.block-item:last-child {
	width: 100%;
}

#panel2 ul li.block-item:nth-child(2n+1) {
	float: left;
}

#panel2 ul li.block-item:nth-child(2n+2) {
	float: right;
}

#panel2 ul li.block-item img {
	width: 40px;
	position: absolute;
	left: -60px;
}


#panel3 {
	height: 480px;
	background-color: #49586B;
	color: #f3f3f3;
}

#panel3 h4 {
	padding-top: 80px;
}

#panel3 form {
	position: relative;
	width: 300px;
	margin: 70px auto;
}

#panel3 form input {
	border: 0px;
	height: 30px;
	width: 290px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

#panel3 form textarea {
	border: 0px;
	height: 130px;
	width: 290px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

#panel3 form button {
	border: 0px;
	height: 44px;
	width: 144px;
	font-size: 20px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	color: white;
	position: absolute;
	top: 230px;
	left: 162px;
	margin-left: -72px;
	cursor: pointer;
	background: url(../img/GreenButton.svg);
	padding-bottom: 18px;
	padding-right: 20px;
}
#footer {
	height: 150px;
	background-color: #293545;
}

#footer ul {
}

#footer ul li {
	display: inline-block;
	margin-left: 40px;
	padding-top: 20px;
}

#footer ul li span {
	color: #49586b;
}

#footer ul li span:hover {
	cursor: pointer;
	text-decoration: underline;
}

#footer ul li img {
	height: 20px;
	position: relative;
	top: 5px;
	left: 10px;
}

#footer .links {
	position: relative;
	width: 100%;
	margin: auto;
}

#footer .links ul {
	display: block;
	width: 600px;
	list-style-type: none;
	margin:auto;
}

#footer .links ul.about {
	position: absolute;
	left: 0px;
}

#footer .links ul.account {
	position: absolute;
	left: 315px;
}

#footer .links ul.follow {
	position: absolute;
	left: 650px;
}

span.copyright {
	display: block;
	text-align: center;
	padding-top: 60px;
	font-size: 13px;
	color: #49586b;
}

#login-panel {
    height: calc(100px + 550px + 480px + 480px + 150px);
	width: 260px;
	position: absolute;
	right: 0px;
	top:0px;
	z-index: -10;
	background: #49586B url(../img/SideShadow.svg) repeat-y;
}

#login-panel .content {
	width: 260px;
	position: fixed;
}

#login-panel h1 {
	font-size: 15px;
	font-weight: 300;
	padding-top: 40px;
	color: #fff;
}


#login-panel form {
	position: relative;
	width: 200px;
	margin: 65px auto;
}

#login-panel form input {
	border: 0px;
	height: 30px;
	width: 100%;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	display: block;
	margin: 7px auto;
	text-indent: 10px;
}

#login-panel form input:focus {
	outline-width: 0px;
}

#login-panel form button {
	border: 0px;
	border-radius: 5px;
	height: 30px;
	width: 100%;
	font-size: 15px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	color: white;
	background-color: #293545;
	cursor: pointer;
	padding-bottom: 5px;
	margin-top: 10px;
}

#login-panel div.signup {
	position: relative;
	top: -60px;
}

#login-panel div.signup button {
	border: 0px;
	border-radius: 5px;
	height: 30px;
	width: 200px;
	font-size: 15px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	color: #293545;
	background-color: white;
	cursor: pointer;
	padding-bottom: 5px;
	margin: 10px auto;
	display: block;
	font-weight: 400;
}

#login-panel div.signup button:focus {
	outline-width: 0px;
}

.carousel {
	width: 200%;
	height: 100%;
}

.carousel .carousel-pane {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.carousel .carousel-pane1 {
	width: 50%;
}

.carousel .carousel-pane2 {
	width: 49%;
}

.close-button {
	position: relative;
	top: 40px;
	left: 50%;
	margin-left: -9px;
	cursor: pointer;
}

.social {
	width: 82px;
	margin: auto;
}

.social .fb img,
.social .twitter img {
	width: 30px;
	margin: 0px 4px;
}

.lang {
	float: right;
	margin-right: 90px;
}

#header .menu a.lang:hover {
	text-decoration: none;
}

.lang .current {
	cursor: default;
	font-weight: 700;
}

.lang .current:hover {
	text-decoration: none;
}

.lang .other:hover {
	text-decoration: underline;
	cursor: pointer;
}

.lang .other:hover {
	text-decoration: pointer;
}

.login-msg,
.signup-msg {
	color: #C32E32;
	background-color: #f2dede;
	border: 1px solid rgb(238, 211, 215);
	border-radius: 4px;
	padding: 8px;
	display: none;
}

.login a {
    color: white;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    top: -60px;
}

.login a:hover {
    text-decoration: underline;
}
