﻿@charset "utf-8";
/* Standard */

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.231em;
	background-color: #E3E3E3;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: thin solid #666;
	padding: 0 0 0.5rem 0;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 1.375rem #666;
}

article,
footer {
	padding: 0rem 1.188rem;
}

p {
	text-align: justify;
}

h2 + p,
h2 + ul {
	margin-top: 0.308rem;
}

h4 {
	font-size: 2.438rem;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 0%;
	left: 0;
	color: #fff;
	z-index: 555;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 1.25rem;
	margin-top: 0;
}

h1 {
	text-align: center;
	font-size: 1.94em;
	line-height: 1.1em;
}

h1 span {
	/*	font-weight: normal;*/
	font-size: 1.625rem;
}
h1 span:last-of-type{
    font-weight: normal;
}
h2 {
	font-size: 1.048em;
	line-height: 1.231em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
	line-height: 1.231em;
	font-weight: normal;
}

a:link,
a:active,
a:visited {
	color: #2573BD;
	text-decoration: none;
}

a:hover {
	color: #2573BD;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

hr {
	border-top: 0.063rem solid #52BA5A;
}

ul {
	padding-left: 1.3rem;
}

li {
	padding-bottom: 0.2rem;
	list-style-type: none;
}

li:before {
	content: "\25A0";
	color: #2573BD;
	float: left;
	margin-left: -1.25rem;
}

header {
	margin: 0;

}

header img {
	display: block;
	width: 100%;
}


article img {
	display: inline-block;
}


section:nth-child(odd) {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

section:nth-child(even) {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}

iframe {
	border: none;
	width: 100%;
	height: 450px;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/*-- slider*/


  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    22% {
        left: 0%;
    }
    25% { 
        left: -100%;
    }
    47% {
        left: -100%;
    }
    50% { 
        left: -200%;
    }
    72% {
        left: -200%;
    }
    75% { 
        left: -300%;
    }
    97% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 24s slidy infinite;
  }
  
  figure img {
    width: 20%;
    float: left;
  }
    
    

@media only screen and (max-width:49.937rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	header,
	article,
	footer {
		padding: 0rem 0.5rem;
	}

	p {
		text-align: left;
	}

	a:link,
	a:active,
	a:visited {
		font-size: 1.125rem;
		text-decoration: none;
		font-weight: bold;
	}

	a:hover {
		text-decoration: none;
	}
	
	h1 br:nth-of-type(1) {
		display: none;
	}
	
	h4 {
		padding: .625rem;
	}

}

@media only screen and (max-width:29.687rem) {
	h4 a img{
		max-width: 100px;
	}
}
