/****************************************** generics ******************************************/
body {
	background-color: #fff;
}
a,
a:focus {
	outline: none;
	text-decoration: none;
}
ul.ns, .ns ul {
	list-style: none;
	margin:0;
	padding:0;
}
ul.ns li, .ns ul li {
	margin-left:0;
}
ul.f li, .f ul li {
	display:inline;
	float:left;
	margin-right:10px;
}
ul.f li:last-child, .f ul li:last-child {
	margin-right:0;
}
img {
	max-width: 100%;
	height: auto;
}
code {
	white-space: normal;
}
.alignleft, 
[align="left"],
[style*="align"][style*="left"] {
	float: left;
}
.alignright, 
[align="right"],
[style*="align"][style*="right"] {
	float: right;
}
.aligncenter, 
[align="center"],
[style*="align"][style*="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img[align="left"],
img[style*="align"][style*="left"] {
	margin:0px 15px 15px 0px;
}
img.alignright, 
img[align="right"],
img[style*="align"][style*="right"] {
	margin:0px 0px 15px 15px;
}
img.aligncenter, 
img[align="center"],
img[style*="align"][style*="center"] {
	margin-bottom:15px;
}
.access, 
.screen-reader-text, 
.hidden,
.navbar-brand {
	display:none;
}
/*<div class="right-inner-addon">
	<input type="text" class="form-control" />
	<i class="glyphicon glyphicon-search"></i>
</div>*/
.right-inner-addon {
    position: relative;
    width: 100%;
}
.right-inner-addon input.form-control {
    padding-right: 30px;  
    width: 100%;  
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 8px 12px;
    pointer-events: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.col-no-padding-left {
	padding-left:0;
}
.col-no-padding-right {
	padding-right:0;
}
/****************************************** /generics ******************************************/

/****************************************** fonts ******************************************/
body, button, input, select, textarea {
    font-family: 'Roboto',Verdana,Arial,sans-serif;
    font-size: 16px;
    color:#333;
    font-weight:300;
}
.thin { 
	font-weight:100;
}
.light,
h1, 
h2,
h3,
h4,
h5,
h6 { 
	font-weight:300;
	word-wrap: break-word;
}
.normal { 
	font-weight:400;
}
.medium { 
	font-weight:500;
}
h1, 
h2,
h3,
h4,
h5,
h6 { 
	/*text-transform: uppercase;*/
}
h1 { 
	
} 
h2 { 
	
}
h3 { 
	
}
h4 { 
	
}
h5 { 
	
}
h6 { 
	
}
h1 span, 
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { 
	font-style: italic;
}
h1 a:hover, 
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { 
	text-decoration: none;
	opacity: 0.8;
}
.bold,
strong,
b { 
	font-weight:700;
}
.italic,
em,
i {
	font-style: italic;
}
input, button, select, textarea {
    color:#000;
}
button .glyphicon,
a .glyphicon {
	margin-right:5px;
}
.edit-link {
	display: block;
	clear: both;
	margin: 20px 0;
	color:#fff;
}
.edit-link a:hover,
.comment-edit-link:hover {
	color:#fff !important;
}
/****************************************** /fonts ******************************************/

/****************************************** carousel ******************************************/
#fmdCarousel .carousel-inner>.item img {
	width: 100%;
}
.carousel.slide a.carousel-control .glyphicon {
	margin-right:0;
}
.carousel.slide a.carousel-control .glyphicon.glyphicon-chevron-right {
	margin-left:0;
	margin-right:-15px;
}
/****************************************** /carousel ******************************************/

/****************************************** content ******************************************/
.page-header {
    margin-top: 0;
}
.page-header h1 {
    margin-top:0;
}
#main .post-thumbnail {
	margin-bottom:20px;
}
/****************************************** /content ******************************************/

/****************************************** content forms ******************************************/
#main input[type=text], 
#main input[type=number], 
#main input[type=email], 
#main input[type=url], 
#main textarea,
#main select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.428571429;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#main textarea {
  height: auto;
}
#main input:focus,
#main textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/****************************************** /content forms ******************************************/