/*
	Theme Name: Custom
	Author: MP

*/

:root {
  --bg_header: #171717;
  --bg_menu: #000000;
  --text: #fff;
  --menu_font: 'Microsoft Sans Serif', 'Open Sans', Arial, sans-serif;
  --menu_font_size: clamp(13px, 1vw, 20px);
}

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	scroll-behavior: smooth;
	background-color: rgba(216,216,216,0.20);
}

input:not([type="radio"]), select, textarea {
	  -webkit-appearance: none !important;
  -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 0 !important;
}
input:not([type="radio"]), 
select, 
textarea {
   padding: 10px;
   	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;
	border: 1px solid #ccc;
	width: 100%;
}
.wpcf7 p {
    margin: 0px 0px;
    line-height: 1;
}

body:not(.home) .footer_area {
/*background: #c9c9c9; 
background: -moz-linear-gradient(top,  #c9c9c9 0%, #f2f2f2 100%); 
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#f2f2f2 100%); 
background: linear-gradient(to bottom,  #c9c9c9 0%,#f2f2f2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f2f2f2',GradientType=0 ); 

-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);*/
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	
}
strong, b {
	font-weight:bold;
	font-weight:700;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	padding: 0;
}
body {
	text-align: left;
	font-family: 'Microsoft Sans Serif', 'Open Sans', Arial, sans-serif;
	font-size: clamp(14px, 0.9vw, 16px);
	font-weight: 300;
	line-height: 1;
	background: #fff;
	color: #222222;
	padding: 0px;
		margin: 0px auto;
	max-width:1980px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
	}
	
	.resp_text {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.wrap_full {
			margin: 0px auto;
	max-width:1980px;
}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1400px;
	}
	.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:1000px;
	}
* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
.cl {
  clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.transition {
	    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
p {
	margin:15px 0px;
	line-height: 1.5;
}
.nop p {
	margin:5px 0px;
	line-height: 1.5;
}
.the_content ul, .the_content ol {
	padding-left: 20px;
	 line-height: 1.5;
/*	 list-style:none;*/
	 margin:15px 0px
 
}
.the_content ul li:before, .the_content ol li:before {
/*  content: ' ✓ ';
  font-weight: 900;
  font-size: 140%;*/
}

.line2, .line2 p, .line, .line p {
	line-height: 2;
}
.line15, .line15 p {
	line-height: 1.5;
}
.white_bg {
	background-color: #fff;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #000;
	text-decoration: none;
	}
.content p a, .footer_area p a, .backlink_area p a  { text-decoration:underline; }	
a:hover {
	color: var(--bg_menu);
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
.pagination a, .pagination span {
	display:inline-block;
	padding: 10px 12px;
	border: 1px dotted #e1e1e1;
}
.page-numbers.current {
	background-color: #EBEBEB;
}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   .navi {
        text-align:center
    }
    .navi li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .navi li li {
        display:block;
        text-align:left;
    }
	*/
.m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 64px;
	
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
	width: 100%;
	max-width: 450px;
}
.admin-bar .m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 16px;
	width: 100%;
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
}
.opened, .admin-bar .opened {
	transform:translate(0,0);
}
.navi {
	margin: 0px;
	padding: 0px;
	}
	
.navi ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav .navi li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
.navi li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	
/*main menu items*/
.navi li a {
	color: #222;
	display: block;
	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;
	text-transform: uppercase;
    margin: 0px;
	padding: 10px 10px;
	}

.navi li a:hover {
	color: #000;
    margin: 0px;
	text-decoration: none;
	}
.m_nav .navi li a {
	color: #222;
	border-bottom: 1px dotted #F1F1F1;
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
	text-align:center;
	padding: 20px;
}
.navi li li a {
	background: var(--bg_header);
	width: 200px;
	color: var(--text);
	font-size: clamp(11px, 0.8vw, 18px); /*submenu font size*/
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
/*	padding: 10px 20px;*/
	border-bottom: 1px solid var(--bg_menu);
	}	
.navi li li a:hover {
	background: var(--bg_menu);
	color: var(--text);
	}

.m_nav .navi li li a {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav .navi li li a {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav .navi ul li ul li ul li a {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
.navi li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


.navi li ul a { 
	width: 200px;
	}



.navi li ul ul {
	margin: -40px 0 0 200px;
	}

.navi li:hover ul ul, 
.navi li:hover ul ul ul {
	left: -999em;
	}
.m_nav .navi li:hover ul ul,
.m_nav .navi li:hover ul ul ul,
.navi li:hover ul, 
.navi li li:hover ul, 
.navi li li li:hover ul {
	left: auto;
	}

.navi li:hover { 
	position: static;
	}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   .navi_left {
        text-align:center
    }
    .navi_left li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .navi_left li li {
        display:block;
        text-align:left;
    }
	*/
.m_nav{
	background-color: #fff;
	position:absolute;
	left: 0;
	top: 64px;
	
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
	width: 100%;
	max-width: 450px;
}
.admin-bar .m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 16px;
	width: 100%;
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
}
.opened, .admin-bar .opened {
	transform:translate(0,0);
}
.navi_left {
	margin-top: 100px;
	}
	
.navi_left ul {

	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi_left ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav .navi_left li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
.navi_left li {

	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display:block;
	padding-left: 15%;
	}	
/*main menu items*/
.navi_left li a {
	color: #222;
	display: block;
	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;
	text-transform: uppercase;
    margin: 0px;
	padding: 10px 10px;
	}

.navi_left li a:hover {
	color: #000;
    margin: 0px;
	text-decoration: none;
	}
.m_nav .navi_left li a {
	color: var(--text);
	border-bottom: 1px solid var(--bg_header);
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
}
.navi_left li li a {
	background: var(--bg_header);
	width: 200px;
	color: var(--text);
	font-size: clamp(11px, 0.8vw, 18px); /*submenu font size*/
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
/*	padding: 10px 20px;*/
	border-bottom: 1px solid var(--bg_menu);
	}	
.navi_left li li a:hover {
	background: var(--bg_menu);
	color: var(--text);
	}

.m_nav .navi_left li li a {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav .navi_left li li a {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav .navi_left ul li ul li ul li a {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
.navi_left li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi_left li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


.navi_left li ul a { 
	width: 200px;
	}



.navi_left li ul ul {
	margin: -40px 0 0 200px;
	}

.navi_left li:hover ul ul, 
.navi_left li:hover ul ul ul {
	left: -999em;
	}
.m_nav .navi_left li:hover ul ul,
.m_nav .navi_left li:hover ul ul ul,
.navi_left li:hover ul, 
.navi_left li li:hover ul, 
.navi_left li li li:hover ul {
	left: auto;
	}

.navi_left li:hover { 
	position: static;
	}

	
/************************************************
*	Images  					     		    * 
************************************************/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

/************************************************
*	Custom								*
************************************************/	

.thumb {
	float:left;
	margin:8px 10px 0px 0px;
}
ul.navi li span.donate a {
	font-weight: bold;
	color: #900;
}

#side h2 {
	display: none;
}
#side li, #side ul {
	list-style-type: none;	
}

/* Responsive images */
.resp img {
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
img {
    max-width: 100%;
    height: auto;
}
.p0 {
	padding:0px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p0-10 {
	padding:0px 10px;
}
.p0-20 {
	padding:0px 20px;
}
.p0-30 {
	padding:0px 30px;
}
.p10-0 {
	padding:10px 0px;
}
.p20-0 {
	padding:20px 0px;
}
.p30-0 {
	padding:30px 0px;
}
.p10-20 {
	padding:10px 20px;
}
.p20-10 {
	padding:20px 10px;
}
.p20-40 {
	padding:20px 40px;
}
.p40-20 {
	padding:40px 20px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}



.shadow {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
}


article ol, article ul {
	margin-left:20px;
	line-height: 2;
}

.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
.line2 {
	line-height: 2;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
	line-height:normal;
}
h1 {
	font-size: 240%;
}
h1.page_title {
	font-size: 25px;
	font-weight: 300;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 170%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 110%;
}
.upper {
	text-transform:uppercase;
}

article ul li {

	margin-bottom:6px;
}
ul.tribe-events-sub-nav li {

	padding: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style: none;
	background-image:none !important;
	background-repeat: no-repeat;
	background-position: left top;

	margin-bottom:6px;
}
article p {
	margin-bottom:20px;
	margin-top:10px;
}
article ul {
	margin-bottom:20px;
	margin-top:10px;
}
.mshow {
		display:none;
	}
	
	
.gallery-item img {
	width:95%;
height:auto;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {

    height: auto;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height: auto  !important;

}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {

    align-items: end !important;
}

.content ul li.blocks-gallery-item:before {
    content: '';
    font-weight: 100;
    font-size: 100%;
	display:none;
}
.content ul.blocks-gallery-grid {
    padding-left: 0px;
    line-height: 1;
    list-style: none;
    margin: 0px 0px;
}



.mright {
	text-align:right;
}
.tr_bg {
	background-color: rgba(0, 0, 0, 0.3);
}
.rela {
	position:relative;
}

a.button {
	color: #fff;
	font-size:120%;
  background: #646B72;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:15px 35px;
  text-align:center;
    line-height:1 !important;
}


a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ccc;  
  z-index: 100;
}

.mobile_menu {
	display:none;
}
.header_area {
	position:relative;
	z-index:900;
}
hr {
	border-top: 1px dotted #e1e1e1;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}

hr.wp-block-separator {
	border-top: 1px dotted #e1e1e1 !important;
	border-bottom: none !important;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}
.video {
	position: relative;
	padding-bottom: 56%;

	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_row {
}
.box_title {
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.wpcf7-spinner {
	display: none !important;
}
.tag {
	position:relative;
	z-index: 200;
	padding: 40px;
}
.main_row {
	position:relative;
	background-color: #fff;
	z-index: 300;
}
.box_title {
	font-size: 24px;
	text-transform:uppercase;
	padding: 0px 10px 10px 10px;
}
.thebox {
	padding-bottom: 60px;
		position:relative;
}
.button_holder {
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align:center;
}
.boxtext {
	padding: 0px 20px 40px 20px;;
}
.hero_holder {
	position:relative;
	width: 100%;
	overflow:visible;
}
.hero {
	position:relative;
	width: 100%;
	height: 100vh;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.logo_home {
	position:absolute;
	top: 100px;
	z-index: 200;
	padding-left: 25%;

}
.logo_home img {
	display:inline-block;
	width:100%;
	height:auto;
}
.logo_white img {
	display:inline-block;
	width:100%;
	height:auto;
}
.menu_holder {
	position:fixed;
	top: 0;
	left: 0;
	width: 20%;
	background-color:rgba(255,255,255,0.90);
	z-index: 2000;
	height: 100vh;

	
		-webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.57);
}
.soc {
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align:center;
}
.soc img {
	display:inline-block;
	width: 60px;
	height:auto;
}
.hero_holder {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow:hidden;
	z-index: 10;
}
.hero_image {
	position:absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color:#626461;
	background-image:url(images/foto_B.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: auto 100%;
}
.hero_image.inner {
	background-image:url(images/foto_C.jpg);
}
.the_content {
	position:relative;
	z-index: 500;
	padding: 90px 50px 50px 23%;

/*	text-transform:uppercase;*/
	color: #fff;
}
.the_content a {
	color: #fff;
}



.the_content.narrow {
	position:relative;
	z-index: 500;
	padding: 90px 50px 50px 23%;
	width: 65vw;
/*	text-transform:uppercase;*/
	color: #fff;
}
.langs {
	width: 190px;
	margin: 0px auto;
	padding: 20px 10px;
}
.wpcf7 {
	display:block;
	width: 40%;
	padding-bottom: 60px;
}
.wpcf7 input,
.wpcf7 textarea {
	margin: 5px 0px 15px 0px;
}
.wpcf7-not-valid-tip {
    color: yellow !important;
    font-size: 0.7em !important;
    font-weight: normal;
    display: block;
	padding-bottom: 25px;
}
.wpcf7-submit {
	color: #fff !important;
	background-color: #c49291 !important;
	border: 1px solid #c49291 !important;
	width: 33% !important;
	float:right;
}
.logo_white {
	max-width: 400px;
}





/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 1000px ) {
  
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="col-"] {
    display: table-cell;
	vertical-align: top;
	position:relative;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
    .col-1-4 {
    width: 25%;
  }
    .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
      .col-05 {
	  width:0.5%;
  }
    .col-1 {
	  width:1%;
  }
      .col-2 {
	  width:2%;
  }
    .col-5 {
	  width:5%;
  }
  .col-10 {
	  width:10%;
  }
    .col-15 {
	  width:15%;
  }
    .col-20 {
	  width:20%;
  }
      .col-28 {
	  width:28%;
  }
  .col-25 {
	  width:25%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
        .col-65 {
	  width:65%;
  }
            .col-35 {
	  width:35%;
  }
      .col-66 {
	  width:66.6666666666666666666%;
  }
      .col-30 {
	  width:30%;
  }
    .col-50 {
	  width:50%;
  }
      .col-40 {
	  width:40%;
  }
      .col-60 {
	  width:60%;
  }
      .col-70 {
	  width:70%;
  }
        .col-75 {
	  width:75%;
  }
      .col-80 {
	  width:80%;
  }
      .col-90 {
	  width:90%;
  }
    .col-100 {
	  width:100%;
  }
  

.flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
[class*="fl-"] {
}
    .fl-1 {
	  width:1%;
  }
      .fl-2 {
	  width:2%;
  }
    .fl-5 {
	  width:5%;
  }
  .fl-10 {
	  width:10%;
  }
    .fl-15 {
	  width:15%;
  }
    .fl-20 {
	  width:20%;
  }
      .fl-28 {
	  width:28%;
  }
  .fl-25 {
	  width:25%;
  }
    .fl-29 {
	  width:29%;
  }
    .fl-33 {
	  width:33.33333333333333%;
  }
        .fl-65 {
	  width:65%;
  }
            .fl-35 {
	  width:35%;
  }
      .fl-66 {
	  width:66.6666666666666666666%;
  }
      .fl-30 {
	  width:30%;
  }
    .fl-50 {
	  width:50%;
  }
      .fl-40 {
	  width:40%;
  }
      .fl-60 {
	  width:60%;
  }
      .fl-70 {
	  width:70%;
  }
        .fl-75 {
	  width:75%;
  }
      .fl-80 {
	  width:80%;
  }
      .fl-90 {
	  width:90%;
  }

    .fl-100 {
	  width:100%;
  }


}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
	
   @media only screen and (max-width: 1400px) { 
  
  .navi li a {
	/*font-size: 1.2vw; */
	/*padding: 5px 20px 8px 20px;*/
	}
	.navi li li a {
	/*font-size: 1.1vw;*/ 
	/*padding: 10px 20px;*/
	}
	ul#menu-main-menu li:last-of-type ul {
		margin-left:-110px;
	}
		.m_nav ul#menu-main-menu li:last-of-type ul {
		margin-left:0px;
	}
   }
   
      @media only screen and (max-width: 1200px) { 
  
  .navi li a {
	/*font-size: 1.2vw; */
	/*padding: 5px 10px 10px 10px;*/
	}
	.navi li li a {
	/*font-size: 1.1vw; */
	/*padding: 10px 10px;*/
	}
   }
   
   
   
  
 
  
@media only screen and (max-width: 1000px) {
	

	
		#wpadminbar {
		display: none !important;
		z-index: -1 !important;
	}


	html{min-height:100%;position:relative;}
	
.m_nav{


    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index: 99999999;
}



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: #fff !important;
	position:relative;
	padding: 13px !important;
	z-index: 9999;
}


.admin-bar .m_nav {
	margin-top: 0px !important;
}




	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}
img.resp {
	width: 100% !important;
	height: auto !important;
}
img.alignleft, img.alignright {
	display:block;
	clear:both;
	text-align:center;
	float:none;
	margin:10px auto;
}
.gallery-item {
    width: 100% !important;
}

.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
.wp-embedded-content {
	width: 100% !important;
}
.backlink_area a {
	display:block;
}
.logo_home {
    position: absolute;
    top: 80px;
    z-index: 200;
    padding-left: 20px;
	padding: 20px;
}

.soc {
    position: absolute;
    top: 400px;
    width: 100%;
    text-align: center;
}
.menu_holder {
	display: none;
}
.the_content,
.the_content.narrow  {
    position: relative;
    z-index: 500;
    padding: 20px 30px;
    width: 100vw;
/*    text-transform: uppercase;*/
    color: #fff;
}

.wpcf7 {
    display: block;
    width: 100%;
}

.hero_image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #626461;
    background-image: url(images/foto_C.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.hero_image.homepage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #626461;
    background-image: url(images/foto_A_m.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.navi {
    margin: 0px;
    padding: 0px;
	padding-top: 60px;
	text-align:center;
}

}