@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700');

::selection { background: #dcc5ee; color: #313131; }
::-moz-selection { background: #dcc5ee; color: #313131; }
::-webkit-selection { background: #dcc5ee; color: #313131; }

/** page structure **/
#section_holder {
  display: block;
  max-width: 1200px;
  min-width: 280px;
  padding-top:0px;
  margin: 0 auto;
}

/** filters list **/
#filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

#filter-list li {
  display: inline-block;
  width: auto;
  padding: 6px 10px;
	margin-right: 15px;
	font-size: 1.2em;
	cursor: pointer;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#filter-list li:hover {
	background: #e7e3a3;
}
#filter-list li.active {
	font-weight: bold;
	background: #98cfc9;
}

/** modals list **/

.modal-title{
	font-size:24px;	
}

.modal-body{
	font-size:16px;
}

/** glossary list **/

#glossary {
	display: block;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 35px;
	text-align: center;
}

#glossary .item {
	display: none;
	opacity: 0;
	width: 30%;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #000;
	font-size: 24px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#glossary .header {
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #000;
	font-size: 24px;
	text-align: center;
}

#glossary .item a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color:#000;
  font-size:18px;
  background: #fff;
}

#glossary .item a:hover {
  color:#98cfc9;
}

#glossary .item img {
  padding: 3px;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.55);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.55);
  box-shadow: 0 1px 4px rgba(0,0,0,0.55);
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 720px) {
  h1 { font-size: 2.7em; }
}

@media screen and (max-width: 500px) {
  h1 { font-size: 2.0em; }
  #filter-list { padding: 0 18px; }
  #filter-list li { display: block; margin-bottom: 3px; }
  
  #glossary { margin-bottom: 20px; }
  #glossary .item { width: 100%; margin-bottom: 12px; margin-right: 0; }
}