@font-face {
	font-family: MuseoSlab500Regular;
	src: url("/assets/fonts/Museo_Slab_500-webfont.eot");
	src: url("/assets/fonts/Museo_Slab_500-webfont.eot?#iefix") format("eot"), 
		 url("/assets/fonts/Museo_Slab_500-webfont.woff") format("woff"),
		 url("/assets/fonts/Museo_Slab_500-webfont.ttf") format("truetype"), 
		 url("/assets/fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
   .text-lg-left { text-align: left; }
   .text-lg-right { text-align: right; }
   .text-lg-center { text-align: center; }
   .text-lg-justify { text-align: justify; }
}

html {
	background-color: #282a2b;
}

body {
	border-top: 3px solid #a0ce4e;
	background: white;
	color: #333333;
	line-height: 20px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.logo-container {
	padding-top: 20px;
	padding-bottom: 15px;
}

.logo-container img {
	max-width: 200px;
	height: auto;
}

.language-selector a {
	color: #333333;
	font-size: 12px;
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}
.language-selector a:hover {
	text-decoration: none;
	color: #a0ce4e;
}

@media (max-width: 480px) {
	.logo-container img {
		max-height: 50px;
	}
}

.item-container {
	padding-top: 15px;
	padding-bottom: 10px;
}

.text-container {
	padding-bottom: 20px;
	font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	font-size: 13px;
}

.one-item {
	margin-bottom: 20px;
}

.one-item img {
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
      -ms-transition: all 300ms;
          transition: all 300ms;

          margin-left: auto;
          margin-right: auto;
}
.one-item img:hover {
	-webkit-filter: grayscale(90%);
}

.one-item .title a {
	margin-top: 30px;
	font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;

	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.one-item .title a:hover {
	text-decoration: none;
	color: #a0ce4e;
}

.one-item .more {
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}

.one-item .more a {
	color: #333333;
	-webkit-transition: color 200ms;
	-o-transition: color 200ms;
	transition: color 200ms;
}

.one-item .more a:hover {
	text-decoration: none;
	color: #a0ce4e;
}

footer {
    background-color: #282a2b;
    border-color: #4b4c4d;
    padding-top: 18px;
    padding-bottom: 16px;
    color: #8C8989;
	font-size: 12px;
}

footer a {
	color: #BFBFBF;
	-webkit-transition: color 200ms;
	-o-transition: color 200ms;
	transition: color 200ms;
}
footer a:hover {
	text-decoration: none;
	color: #a0ce4e;
}

footer .social {
	margin-top: 15px; 
}

footer .social a {
    font-size: 16px;
	display: inline-block;
    margin: 0 10px 10px 10px;
    color: #46494a;
	-webkit-transition: color 200ms;
	-o-transition: color 200ms;
	transition: color 200ms;
}

footer .fusion-tooltip {
    cursor: pointer;
    color: #a0ce4e;
}

@font-face {
  font-family: 'icomoon';
  src: url('/assets/fonts/icomoon/icomoon.eot');
  src: url('/assets/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), 
  	   url('/assets/fonts/icomoon/icomoon.woff') format('woff'), 
  	   url('/assets/fonts/icomoon/icomoon.ttf') format('truetype'), 
  	   url('/assets/fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* IcoMoon Font Face Definition
================================================================================================= */
[class^="fusion-icon-"],
[class*=" fusion-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-facebook:before {
  content: "\e604";
}
.fusion-icon-flickr:before {
  content: "\e608";
}
.fusion-icon-feed:before,
.fusion-icon-rss:before {
  content: "\e606";
}
.fusion-icon-twitter:before {
  content: "\e605";
}
.fusion-icon-mail:before {
  content: "\e616";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-yahoo:before {
  content: "\e601";
}