/* Themify Customize Styling */
a {	
	color: #ff6600; 
}
#site-description {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
 
}
#main-nav a {		font-weight:bold;
 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #ff6600; 
}
#main-nav-wrap #main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #ff6600; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #003399; 
}
.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .mobile_menu_active #headerwrap .sidemenu-on { background: none;
	background-color: #003399; }.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .mobile_menu_active #headerwrap .sidemenu-on { 
	color: #ffffff; }.mobile-menu-visible.header-slide-out .sidemenu-on a, .mobile_menu_active.header-leftpane #headerwrap a, .mobile_menu_active.header-rightpane #headerwrap a, .mobile_menu_active #headerwrap .sidemenu.sidemenu-on a { 
	color: #ffffff; }.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #ff6600; }
/* Themify Custom CSS */
/* Body
================================================ */
body {
  font-family: 'Roboto', sans-serif;
	font-size: 120%;
	color: #002233;
}
/* HEADINGS
================================================ */
h1,
h2 {
  letter-spacing: 0;
  color: #001b3c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-transform: none;
}
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  color: #001b3c;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
}
#site-logo a img {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
#main-nav {
  font-family: 'Roboto Condensed', sans-serif;
}
/* highlight-link */
#main-nav .highlight-link > a:hover {
	background-color: #ff6600;
  color: #fff !important;
}
#main-nav .highlight-link > a {
	background-color: #003399;
  color: #fff !important;
}
/* SHORTCODE-THEMIFY
================================================ */
.shortcode.themify-list li {
    line-height: 1.5em !important;
}
.shortcode.themify-icon .themify-icon-icon {
    padding-top: 1em !important;
}
/* TEXT-SHADOW
================================================ */
.schatten {
  text-shadow: #000000 0 0 16px;
}
	/* HOVER-ANIMATION
================================================ */
.ani4 > a:hover {
  color: #008dd2;
}
.ani4 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #559734;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ani4 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* COOKIES-CSS
================================================ */
#cookienotice a {
  color: #fff;
  text-decoration: none;
}
#cookienotice a:hover {
  text-decoration: underline;
}
#cookienotice div {
  padding: 15px;
  padding-right: 40px;
}
#cookienotice {
  color: #fff;
  text-align: center;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
  background: -o-linear-gradient(top, #000000 0%,#000000 100%);
  background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
  background: linear-gradient(to bottom, #000000 0%,#000000 100%);
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
}
#cookienoticeCloser {
  color: #fff;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 20px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
  background: -o-linear-gradient(top, #000000 0%,#000000 100%);
  background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
  background: linear-gradient(to bottom, #000000 0%,#000000 100%);
}
#cookienoticeCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.related-posts .related-title {
  display: none;
}
.related-posts .post-title {
    font-size: 120%;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('./../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('./../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('./../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('./../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('./../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('./../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('./../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('./../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('./../fonts/oswald-v16-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Oswald Medium'), local('Oswald-Medium'),
       url('./../fonts/oswald-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/oswald-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/oswald-v16-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/oswald-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/oswald-v16-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('./../fonts/oswald-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'),
       url('./../fonts/oswald-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/oswald-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/oswald-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/oswald-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/oswald-v16-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('./../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('./../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}