/*
Theme Name: Ganache Theme
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],input[type="email"],input[type="url"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; line-height:1px; font-size:1px;}
/***************************** WP CSS Reset - Find ****************************************/

@font-face {
  font-family: 'TeXGyreHeros-Bold';
  src: url('fonts/TeXGyreHeros-Bold/TeXGyreHeros-Bold.eot'), 
  		 url('fonts/TeXGyreHeros-Bold/TeXGyreHeros-Bold.otf')  format('opentype'),
	     url('fonts/TeXGyreHeros-Bold/TeXGyreHeros-Bold.woff') format('woff'),
		  url('fonts/TeXGyreHeros-Bold/TeXGyreHeros-Bold.ttf')  format('truetype'), 
		  url('fonts/TeXGyreHeros-Bold/TeXGyreHeros-Bold.svg#TeXGyreHeros-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyreHeros-BoldItalic';
  src: url('fonts/TeXGyreHeros-BoldItalic/TeXGyreHeros-BoldItalic.eot'), 
   url('fonts/TeXGyreHeros-BoldItalic/TeXGyreHeros-BoldItalic.otf')  format('opentype'),
	     url('fonts/TeXGyreHeros-BoldItalic/TeXGyreHeros-BoldItalic.woff') format('woff'),
		  url('fonts/TeXGyreHeros-BoldItalic/TeXGyreHeros-BoldItalic.ttf')  format('truetype'),
		   url('fonts/TeXGyreHeros-BoldItalic/TeXGyreHeros-BoldItalic.svg#TeXGyreHeros-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreHerosCondensed-Bold';
  src: url('fonts/TeXGyreHerosCondensed-Bold/TeXGyreHerosCondensed-Bold.eot'), 
   url('fonts/TeXGyreHerosCondensed-Bold/TeXGyreHerosCondensed-Bold.otf')  format('opentype'),
	     url('fonts/TeXGyreHerosCondensed-Bold/TeXGyreHerosCondensed-Bold.woff') format('woff'), 
		 url('fonts/TeXGyreHerosCondensed-Bold/TeXGyreHerosCondensed-Bold.ttf')  format('truetype'), 
		 url('fonts/TeXGyreHerosCondensed-Bold/TeXGyreHerosCondensed-Bold.svg#TeXGyreHerosCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyreHerosCondensed-BoldItalic';
  src: url('fonts/TeXGyreHerosCondensed-BoldItalic/TeXGyreHerosCondensed-BoldItalic.eot'), 
   url('fonts/TeXGyreHerosCondensed-BoldItalic/TeXGyreHerosCondensed-BoldItalic.otf')  format('opentype'),
	     url('fonts/TeXGyreHerosCondensed-BoldItalic/TeXGyreHerosCondensed-BoldItalic.woff') format('woff'),
		  url('fonts/TeXGyreHerosCondensed-BoldItalic/TeXGyreHerosCondensed-BoldItalic.ttf')  format('truetype'),
		   url('fonts/TeXGyreHerosCondensed-BoldItalic/TeXGyreHerosCondensed-BoldItalic.svg#TeXGyreHerosCondensed-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyreHerosCondensed-Italic';
  src: url('fonts/TeXGyreHerosCondensed-Italic/TeXGyreHerosCondensed-Italic.eot'), 
   url('fonts/TeXGyreHerosCondensed-Italic/TeXGyreHerosCondensed-Italic.otf')  format('opentype'),
	     url('fonts/TeXGyreHerosCondensed-Italic/TeXGyreHerosCondensed-Italic.woff') format('woff'),
		  url('fonts/TeXGyreHerosCondensed-Italic/TeXGyreHerosCondensed-Italic.ttf')  format('truetype'),
		   url('fonts/TeXGyreHerosCondensed-Italic/TeXGyreHerosCondensed-Italic.svg#TeXGyreHerosCondensed-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreHerosCondensed-Regular';
  src: url('fonts/TeXGyreHerosCondensed-Regular/TeXGyreHerosCondensed-Regular.eot'),  
  url('fonts/TeXGyreHerosCondensed-Regular/TeXGyreHerosCondensed-Regular.otf')  format('opentype'),
	     url('fonts/TeXGyreHerosCondensed-Regular/TeXGyreHerosCondensed-Regular.woff') format('woff'), 
		 url('fonts/TeXGyreHerosCondensed-Regular/TeXGyreHerosCondensed-Regular.ttf')  format('truetype'),
		  url('fonts/TeXGyreHerosCondensed-Regular/TeXGyreHerosCondensed-Regular.svg#TeXGyreHerosCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreHeros-Italic';
  src: url('fonts/TeXGyreHeros-Italic/TeXGyreHeros-Italic.eot'),  
  url('fonts/TeXGyreHeros-Italic/TeXGyreHeros-Italic.otf')  format('opentype'),
	     url('fonts/TeXGyreHeros-Italic/TeXGyreHeros-Italic.woff') format('woff'),
		  url('fonts/TeXGyreHeros-Italic/TeXGyreHeros-Italic.ttf')  format('truetype'), 
		  url('fonts/TeXGyreHeros-Italic/TeXGyreHeros-Italic.svg#TeXGyreHeros-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreHeros-Regular';
  src: url('fonts/TeXGyreHeros-Regular/TeXGyreHeros-Regular.eot'),  
  url('fonts/TeXGyreHeros-Regular/TeXGyreHeros-Regular.otf')  format('opentype'),
	     url('fonts/TeXGyreHeros-Regular/TeXGyreHeros-Regular.woff') format('woff'), 
		 url('fonts/TeXGyreHeros-Regular/TeXGyreHeros-Regular.ttf')  format('truetype'),
		  url('fonts/TeXGyreHeros-Regular/TeXGyreHeros-Regular.svg#TeXGyreHeros-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body											{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; }


.last											{ margin:0 !important;}
.wrapper 										{ margin:0; padding:0; display:block; }
.main_container									{ width:1068px; display:block; margin:0 auto; padding:0; float:none; box-shadow:0px -2px 8px 5px #e3e3e3;}
.container										{ width:867px;  display:block; margin:0 auto; padding:0;}


/***************************** Header start here ****************************************/
.header											{ width:100%; display:block; margin:0 auto; padding:0; float:none;}
.header_main									{ display:block; text-align:center; margin:0 auto; padding:37px 0 30px 0; float:none; position:relative;}

.banner											{ display:block; margin:0; padding:0; float:none; position:relative;}
.banner img										{ display:block; margin:0; padding:0; }
.banner h2										{ display:block; margin:0 auto; padding:0; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:25px; line-height:25px; color:#ffffff; font-weight:normal;  position:absolute; bottom:30px; right:87px;}

.logo											{ display:block; margin:0; padding:0; position:absolute; top:24%; left:41%; z-index:9999;}
.logo a 										{ display:block; margin:0; padding:0;}
.logo a img										{ display:block; margin:0 auto; text-align:center; padding:0;}
.social_nt										{ display:block; float:right; margin:0; padding:0;}
.social_nt ul									{ display:block; margin:0; padding:0;}
.social_nt ul li								{ display:inline-block; float:left; margin:0 0 0 7px; padding:0;}
.social_nt ul li a								{ display:block; margin:0; padding:0;}
/***************************** Container start here ****************************************/
.main_content									{ width:100%; display:block; margin:0 auto; padding:49px 0  0 0; }
.list_items										{ display:block; margin:0 auto; padding: 0 0 32px 0; float:none; border-bottom:#8f9194 1px solid;}			
.list_items ul									{ display:block; margin:0; padding:0;}									

.list_items ul li.block1						{ display:inline-block; margin:0 7px 7px 0; padding:27px 0 10px 0; width:444px;}
.list_items ul li.block1 a						{ display:block; margin:0; padding:0 0 21px 0; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:18px; line-height:18px; color:#ffffff; font-weight:normal; text-decoration:none;}
.list_items ul li.block1 p						{ display:block; margin:0; padding:0 17px 7px 18px;font-family: 'TeXGyreHerosCondensed-Regular';
font-size:14px; line-height:20px; color:#ffffff; font-weight:normal;   word-break:normal;}
.list_items ul li.block1 span					{ display:block; margin:0; padding:0;   font-family: 'TeXGyreHeros-Regular';
font-size:14px; line-height:15px; color:#ffffff; font-weight:normal;}
.list_items ul li.block2						{ }					
.list_items ul li								{ display:inline-block; text-align:center; float:left; width:219px; margin:0 7px 8px 0;
 padding:27px 0 9px 0;}									
.list_items ul li a								{ display:block; margin:0; padding:0 9px 24px 9px; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:18px; line-height:18px; color:#ffffff; font-weight:normal; text-decoration:none;}
.list_items ul li p								{ display:block; margin:0; padding:0 17px 2px 13px;font-family: 'TeXGyreHerosCondensed-Regular';
font-size:14px; line-height:20px; color:#ffffff; font-weight:normal;   word-break:normal;}
.lees											{ display:block; margin:0; padding:0;  font-family: 'TeXGyreHerosCondensed-Regular';
font-size:16px !important; line-height:16px !important; color:#ffffff; font-weight:normal; text-decoration:underline !important;}

.list_items ul li.block4							{ display:inline-block; margin:0 7px 0 0; padding:25px 0 13px 0;}
.list_items ul li.block4 a						{ display:block; margin:0; padding:0 0 4px 0; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:18px; line-height:18px; color:#ffffff; font-weight:normal; text-decoration:none;}
.list_items ul li.block4 p						{ display:block; margin:0; padding:0 17px 2px 18px; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:14px; line-height:20px; color:#ffffff; font-weight:normal;   word-break:normal;}
.list_items ul li.block4 span					{ display:block; margin:0; padding:0 0 23px 0;   font-family: 'TeXGyreHeros-Regular';
font-size:14px; line-height:15px; color:#ffffff; font-weight:normal;}
.list_items ul li.block4							{ display:inline-block; margin:0 7px 0 0; padding:25px 0 13px 0;}

.list_items ul li.block5 a						{ color:#231f20;}
.list_items ul li.block5 p						{ color:#231f20;}
.list_items ul li.block5 .lees 					{ color:#6D6E70;}

.list_items ul li.block6						{ padding:26px 0 14px 0;}
.list_items ul li.block6 a					{ padding:0 9px 21px 9px; }
.list_items ul li.block6 p					{ padding:0 10px 2px 11px; }
.list_items ul li.block6 .lees 				{ padding:0 9px 21px 9px;}

.list_items ul li.block7						{ padding:26px 0 14px 0;}
.list_items ul li.block7 a					    { padding:0 9px 21px 9px; }
.list_items ul li.block7 p					    { padding:0 11px 2px 11px; }
.list_items ul li.block7 .lees 				{ padding:0 9px 21px 9px;}

.list_items ul li.block8						{ padding:52px 0 23px 0; }
.list_items ul li.block8 span					{ display:block; margin:0; padding:0 0 3px 0;   font-family: 'TeXGyreHeros-Regular';
font-size:14px; line-height:15px; color:#ffffff; font-weight:normal;}
.list_items ul li.block8 p					    { padding:0 11px 33px 11px; }
.list_items ul li.block8 .twitter				 { display:block; margin:0 0 0 18px;padding:19px 0 18px 0; background:url(images/twlogo.png) no-repeat left 5px;  font-family: 'TeXGyreHeros-Regular';font-size:14px; line-height:14px; color:#ffffff; font-weight:normal;}


.list_items ul li.block3							{ margin:0; }	
.list_items ul li.block7						{ margin:0; }


/***************************** Footer start here ****************************************/
.footer											{ display:block; margin:0 auto; padding:0; width:100%;}
.footer_content									{ display:block; margin:0; padding:30px 0 30px 0;}
.footer_content p								{ display:block; margin:0; padding:0;   font-family: 'TeXGyreHeros-Regular';
font-size:11px; line-height:17px; color:#231f20; font-weight:normal; text-align:center;}
/***************************** inner1 start here ****************************************/

.explosie										{ display:block; float:none; margin:0 0 43px 0; padding:24px 0 21px 0; background:#390600; border:#240001 1px solid; position:relative;}
.explosie h3									{ display:block; margin:0; padding:0 0 21px 0; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:26px; line-height:26px; color:#ffffff; font-weight:normal; text-align:center;}
.explosie p									{ display:block; margin:0; padding:0 16px 7px 21px;font-family: 'TeXGyreHerosCondensed-Regular';
font-size:14px; line-height:20px; color:#ffffff; font-weight:normal;   word-break:normal;}
.explosie a										{ display:block; margin:0; padding:0; position:absolute; top:9px; right:10px;}
.list_items ul li.block9							{ min-height:220px;}
/***************************** inner2 start here ****************************************/

.contact_main									{ display:block; float:none; margin:0 0 43px 0; padding:24px 0 21px 0; background:#390600; border:#240001 1px solid; position:relative;}
.contact_main h3								{ display:block; margin:0; padding:0 0 20px 0; font-family: 'TeXGyreHerosCondensed-Regular';
font-size:26px; line-height:26px; color:#ffffff; font-weight:normal; text-align:center;}
.contact_main p									{ display:block; margin:0; padding:0 16px 7px 21px; font-family: 'TeXGyreHeros-Regular';
font-size:14px; line-height:20px; color:#ffffff; font-weight:normal;   word-break:normal; text-align:center;}
.contact_main a									{ display:block; margin:0; padding:0; position:absolute; top:9px; right:10px;}
.map											{ display:block; margin:0; padding:0 0 43px 0; float:none;}
.map a											{ display:block; margin:0; padding:0;}
.map a img										{ display:block; margin:0; padding:0; }



/*WordPress*/
.footer_contact{display:none;}
.screen-reader-text {
    display: none;
}
.meta-nav {
    display: none;
}
.nav-links  a{margin:0 0 20px 0;}
.nav-links > a:first-child {
    float: left;
}
.nav-links > a:last-child {
    float: right;
}
form.comment-form {
    width: 90%;
}
.add_pages p {
    color: #000;
    display: block;
    font-family: "TeXGyreHeros-Regular";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0 0 15px 0;
    word-break: normal;
}
.entry-title {
    font-family: "TeXGyreHeros-Regular";
    font-size: 18px;
    margin: 0 0 5px;
}  
.entry-title > a {
    text-decoration: none;
	color:#000;
}
.entry-meta > a {
    color: #000000;
}
.add_more > a {
    background: #390600 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 12px;
	font-family: "TeXGyreHeros-Regular";
	text-decoration: none;
}
.add_pages span.add_more {
    display: block;
    padding: 20px 0 5px;
}