@font-face {
    font-family: 'Noto Sans Bold';
    src: url('fonts/notosans-bold-webfont.woff2') format('woff2'),
         url('fonts/notosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif Bold';
    src: url('fonts/notoserif-bold-webfont.woff2') format('woff2'),
         url('fonts/notoserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('fonts/notoserif-regular-webfont.woff2') format('woff2'),
         url('fonts/notoserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;    
	-webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
body {
	margin: 0;
	font-family: "Noto Sans";
	font-size: 16px;
	line-height: 145%;
	color: #333;
	background-color: #333;
}
a {
	color: #005e8d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}
p {
	margin: 0 0 9px;
}

strong {
	font-family: "Noto Sans Bold";
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Noto Serif";
	color: inherit;
	text-rendering: optimizelegibility;
	line-height: 130%;
}

h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
h4 {
	font-size: 16.25px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11.05px;
}


/* Layout */


.padding {
    width: 950px;
    margin: auto;
	display: block;
}
.clear{
	clear: both;
}
.item-page {
    float: left;
    width: 65%;
    border-right: 1px solid #aaa;
    padding-right: 5%;
}
.marginal {
    float: right;
    width: 25%;
	font-size: 85%;
}
.footer {
    height: 50px;
    padding: 0;
}
.content {
    overflow: hidden;
}
.content-bg {
	background-image: url("../images/bg.jpg");
	    padding-bottom: 50px;

}

/* Header */

.center {
	text-align: center;
}
.header{
	background-image: url("../images/bg-header.jpg");
	height: 105px;
}




/* Menu */

.bg-menu {
    background: #333;
	height: 50px;
}
ul.menu {
    width: 100%;
	margin: 0;
	padding: 0;
}
ul.menu li {
    float: left;
    list-style: none;
	margin: 0;
padding: 13px 20px 0 0px;
}
ul.menu li:last-child {
    padding: 13px 0 0 0px;
}
ul.menu li a {
	color:#bbb;
	font-size: 110%;
	text-transform: uppercase;
}
ul.menu li a:hover,
ul.menu li.active a{
	color:#fff;
	text-decoration: none;
}
.footer ul.menu li a {
	color:#bbb;
	font-size: 85%;
	text-transform: uppercase;
}
.footer ul.menu li a:hover,
.footer ul.menu li.active a{
	color:#fff;
	text-decoration: none;
}



/* Slider */

.container {
  width: 100%;
  margin: 0 auto;
}

.slide-window {
  height: auto;
  overflow: hidden;
  position: relative;
}
.slide-window img {
  width: 100%;
}

.slide-holder {
  background-color: blue;
  margin-left: 0;
  transition: margin-left 1s;
}

.slide {
  height: auto;
  float: left;
}

.slide-nav {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 100;
}

.slide-nav-bt {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: solid 1px transparent;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.slide-nav-bt.active {
  background-color: #000;
  border: solid 1px #fff;
}
.slider-text {
    position: absolute;
    top: 50px;
    width: 35%;
    margin-left: 50%;
}
.slider {
    margin-bottom: 40px;
}







@media (max-width: 900px) {

.padding {
    width: 90%;
}
	.slider-text {
    position: absolute;
    top: 30px;
    width: 45%;
    margin-left: 50%;
}

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

	.slider-text{
		font-size: 80%;
		line-height: 140%;
	}
.item-page {
    float: none;
    width: 100%;
    border-right: 0px;
    padding-right: 0;
}
.marginal {
   float: none;
   width: 100%;
   font-size: 85%;
   border-top: 1px solid #aaa;
	margin-top: 60px;
	padding-top: 30px;
}


}



@media (max-width: 500px) {
	*{
		 	 -moz-hyphens: auto;
 	 hyphens: auto;
	}
	
	body{
		font-size: 15px;
	}
ul.menu li a {
    font-size: 85%;
	}
	.slider-text{
		font-size: 70%;
		line-height: 140%;
		top: 15px;
	}
	
}


@media (max-width: 350px) {

	.slider-text{
		font-size: 60%;
		line-height: 120%;
		top: 10px;
	}
	
}