html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

::-webkit-scrollbar { 
    display: none; 
}
 
 /***** STRUCTURE *****/
 
body {
	background: url('../img/bg.png') fixed no-repeat;
	/*background-color: #FFF7E5;*/
	background-color: #f6f6f6;
	background-size: cover;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'MuseoSlab-500';
}
	
h2 {
	font-size: 2.3em;
}

i {font-family: 'FontAwesome'; font-style: normal;}

hr {
	margin: 30px 0;
	border: 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

a {text-decoration:none!important;}

body {
	overflow: scroll;
}

 .content {
	padding-top: 60px!important;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}

/***** BODY *****/
	
.page-title {
	padding: 60px 0 30px 0;
	}
	
.arrow-top img {
	margin: -7px 0 0 15px;
	}
	
/***** NAVIGATION BAR *****/

.navbar .brand {
	color: white;
	padding: 11px 20px 7px;
	font-family: 'MuseoSlab-500';
	font-size: 1.4em;
}
.navbar .brand {
  font-weight: bold;
}
 
@-moz-document url-prefix() {
.navbar .brand {
    font-weight: 400;
  }
}

.nav>li>a {
	display: block;
	font-weight: bold;
	text-align: center;
}

.navbar .nav>li {
font-family: 'MuseoSlab-500';
}
.navbar .langs {
position: relative;
left: 0;
display: block;
float: right;
margin: 0 0 0 10px;
}

.navbar .langs li a {
padding: 9px 4px 11px;
}
	
.langs li {
	opacity: 0.4;
	}
	
.langs li:hover {
	opacity: 0.8;
	}
 
.langs .selected {
	opacity: 1;
	}
	
/***** HOMEPAGE *****/

.brand img {height: 15px;}
	
#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

#services {
background-color: rgba(255, 255, 255, 0.4);
border-radius: 5px;
border: 1px #E0E0E0 solid;
}
#services h3 {
    margin: 25px;
}
#icon {
	position: relative;
	text-align: center;
}

#icon img {
	max-width:40%;
}

#app-name {
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	text-align:center;
	color: #4D87C7;
}

#app-name h1 {
	font-size: 1.6em;
	color:#333;
	}
	
#version {
	top: 30px;
	position: relative;
	float: left;
}

#tagline {
	font-size: 1.4em;
	margin-top: 6em;
	clear: both;
}

#description {
	margin-top: 2em;
	margin-bottom: 1.8em;
}

#services ul {
	margin: 25px;
}

#features li {
	background: url('../img/check.svg') no-repeat left;
	list-style: none;
	padding-left: 25px;
	line-height: 1.7em;
}

.thumbnail {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.download-box {
	width: 45%;
	float: left;
	padding-top: 20px;
	padding-right: 5%;
	font-size: 0.9em;
	line-height: 1.3em;
	}

/***** ABOUT PAGE *****/

.updates ul {
	list-style: none;
	padding-top: 10px;
	clear: both;
	margin: 0 0 25px 0;
	}
	
.updates ul li {
	margin-bottom: 10px;
	}
	
.updates {
	text-align: right;
	}
.updates hr {
	border-top: 1px solid #CCC;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #999;
	font-size: 0.85em;
	}
	
.new {
  background-color: #3a87ad;
}

.fix {
	background-color: #468847;
	padding: 1px 8px 2px;
	}
	

	
/***** CONTACT *****/

#contact h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
}

.input-xlarge {
width: 100%;
}

form {
margin: 0 10px 18px;
}
.form-horizontal .controls {
margin-left: 120px;
}
.form-horizontal .control-label {
float: left;
width: 20%;
text-align: right;
}
.form-horizontal .form-actions {
padding-left: 122px;
}

#contact-form {
	border-left: 1px solid #cccccc;
	}
	
#contact-info {
	padding-bottom:20px;
	}

.form-actions {
	background-color:transparent;
}	

.form-actions {
	border-top:none;
}

#googleMap {
	height: 280px;
	width:100%;
	margin-left:0;
	margin-top:20px;
}

#googleMap .iwContent {
	padding-top: 0px;
	font-size: .85em;
}	

#contact-info {margin-left:0;}
	
/***** FOOTER *****/

.footer {
	font-size: 1em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

#copyright {
	float:left;
	}
	
#social {
	float:right;
	}

.navbar-fixed-top, .navbar-fixed-bottom {
	margin-right: 0px!important;
	margin-left: 0px!important;
}

@media (min-width: 1200px){
	.container, .navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
	    width: 1000px;
	}
}