@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	background: #fff;
	color: #666;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11pt;
}

.only-phone {
	display: none;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

div.popup {
	display: none;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

/** Header */

.header {
	border-bottom: 1px solid #aaa;
}

.logo {
	position: absolute; 
	top: 5px;
	left: 5px;
}

.title {
	padding: 5px 0 5px 140px;
	font-size: 14pt;
}

.title span {
	display: inline-block;
	margin-left: 40px;
	color: #888;
}

.title em {
	font-style: normal;
	font-weight: bold;
	color: #719430;
}

div.user {
	position: absolute;
	top: 5px;
	right: 5px;
}

.menu {
	padding: 35px 0 0 150px;
}

.menu a {
	display: inline-block;
	color: #666;
	padding: 0 20px 40px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition: border 0.3s, color 0.3s;
	-o-transition: border 0.3s, color 0.3s;
	-ms-transition: border 0.3s, color 0.3s;
	-moz-transition: border 0.3s, color 0.3s;
	-webkit-transition: border 0.3s, color 0.3s;
}

.menu a:hover, .menu a.current {
	border-bottom: 2px solid #719430;
	color: #333;
}

/** Home page */

.clip {
	margin: 50px 0;
	overflow: hidden;
}

.overlay-login {
	position: absolute;
	top: -40px;
	background: #fff;
	right: 40px;
	width: 350px;
	padding: 25px;
	box-shadow: 2px 2px 1px 3px rgba(0,0,0,0.5);
}

.overlay-login h2 {
	color: #719430;
	text-align: center;
	border-bottom: 1px solid #aaa;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.overlay-login h2.light {
	border-top: 1px solid #aaa;
	border-bottom: none;
	font-weight: 400;
	padding: 15px 0;
	margin: 15px 0 0;
}

.light {
	font-weight: normal;
}

/** Responsive:

	Design for a huge screen then alter behaviour for smaller ones

*/

@media (max-width: 1400px) {
		
}

@media (max-width: 900px) {
	
	.block-phone {
		width: 98%;
		float: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.only-phone {
		display: block;
	}
	
	.not-phone {
		display: none;
	}
	
}

@media (min-width: 901px) {
	
	body {

	}
				
	.not-phone {
		display: block !important;
	}
	
}
