html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
/*	background: linear-gradient(180deg, #4b6cb7 0%, #182848 100%); */
	background: url(images/bg21.jpg) no-repeat;
	background-color: #C7C7C7;
	background-size: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}

@font-face {
	font-family: lapsus;
	src: url(lapsus_pro-bold.otf);
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: local('Open Sans Regular'), 
		local('OpenSans-Regular'), 
		url(OpenSans-Regular.woff2) format('woff2'),
		url(OpenSans-Regular.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h2
{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.5rem;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 150%;
}

strong {
}

a {
	color: #0683c3;
	text-decoration: none; 
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	border: 3px solid rgba(255,255,255,0.00);
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

iframe {
	display: block;
	border-style: none;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 50px auto;
}

#wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper
{	
	width: 100%;
	display: table;
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.65);
}

#header {
	overflow: hidden;
}

/** LOGO */

#logo {
	display: table;
	margin: 0 auto;
	font-family: lapsus;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	line-height: 70px;
	font-size: 60px;
	color: #FFFFFF;
	text-shadow: 0 0 4px #000000;
}

/** MENU */

#menu {
	display: table;
	margin: 0 auto;
	height: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	width: 70px;
	height: 30px;
	padding: 0px 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.65);
}

#menu .active
{
	background: rgba(255,255,255,1.00);
}

/** PAGE */

#page {
	overflow: hidden;
	margin-bottom: 20px;
}

/** CONTENT */

#content {
	display: table;
	margin: 0 auto;
	width: 80%;
	padding: 40px;
	background: rgba(255,255,255,0.65);
}

#content h2 a
{
	display: block;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	color: #000000;
}

#content #box1
{
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px;
	background: rgba(255,255,255,0.65);
}

#sidebar h2
{
	padding: 0px 0px 20px 0px;
	color: #000000;
}

/* Footer */

#footer {
	overflow: hidden;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	background: rgba(255,255,255,0.65);
}

#footer p {
	text-align: center;
	font-size: 0.9rem;
}

#footer a {
	color: #777777;
}

/** LIST STYLE 1 */

ul.style1 {
	font-size: 0.9rem;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	font-size: 0.9rem;
	margin-bottom: 0px;
	padding: 20px 0px 40px 0px;
}

ul.style1 .cta {
	margin: auto;
}

ul.style1 h3 {
	padding-bottom: 5px;
	font-size: 0.9rem;
	color: #000000;
}

ul.style1 p {
	font-size: 0.9rem;
	line-height: 120%;
	padding-bottom: 20px;
}

ul.style1 .button-style {
	float: left;
	margin-top: 0px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style1 .button-link {
    text-align: center;
    padding: 10px 30px;
    background: #999;
    color: #FFF;
  font-size:1.0rem;
	font-family: 'Open Sans', Arial, sans-serif;
  text-decoration:none;
  border-radius:10px;
     -webkit-box-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
       border: solid 2px #111;

}

ul.style1 .button-link:hover, .button-link:focus {
    background: #fff;
   border: solid 3px #00e600;
   color: #00e600;
}


ul.style1 .button-link:active {
    background: #00e600;
      border: solid 2px #1E2332;
  color:#fff;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	list-style: none;
}

ul.style2 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.10);
}

ul.style2 a {
	text-decoration: none;
	font-weight: bold;
}

ul.style2 a:hover {
	text-decoration: none;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style2 .date {
	font-weight: bold;
	color: #000000;
}

ul.style2 .first .date
{
	margin-top: 0px;
}

.button-style
{
	display: inline-block;
	background-color: #0683c3;
	margin-top: 20px;
	padding: 5px 30px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.entry
{
	margin-bottom: 30px;
}














