/**
 * 	FONTS
 */
/*
@font-face {
	font-family: 'Conv_Morning Star';
	src: url('https://eupig.eu/public/themes/eupig/css/fonts/Morning Star.eot');
	src: local('☺'), url('../fonts/Morning Star.woff') format('woff'), url('../fonts/Morning Star.ttf') format('truetype'), url('../fonts/Morning Star.svg') format('svg');

} */


/***
 * CSS 
 */
body {
	font: 12px Arial;
	background-repeat: no-repeat;
	background-position: top center;
	color: #404040;
}



/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #ef8948; text-decoration: none; }
a:hover {color: #ef8948;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
	
	padding: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
	background: #ffffff;
	border-left: 5px solid #ef8948;
	margin-left: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

blockquote p {
}

body .section.main .content blockquote p,
blockquote p:last-child {
	margin-bottom: 0;
}

/*****************************
 * PARTS
 */
.parts {
	diplay: block;
	/* box-shadow: 0 0 1px #ff0000; */
}

.app.buffer {
	display: none;
	height: 0;
	width: 0;
	z-index: 99999999999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.6);
	text-align: center;
	
}

.app.buffer .overlay {
	background-image: url(../images/overlay.png);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
	text-align: center;
}

.app.buffer .window { 
	display: inline-block;
	width: 600px;
	min-height: 600px;
	background: #ffffff;
	color: #222222;
	margin: auto;
	border: 4px solid #c8c8c8;
	margin-top: 8%;
	box-shadow: 1px 1px 10px 4px rgba(20,20,20,1);
	font-size: 18px;
	position: relative;
}

.app.buffer .window .title {
	background: #74975f;
	font-size: 20px;
	color: #ffffff;
	padding: 12px;
}

.app.buffer .window .message {
	text-align: left;
	padding: 30px;
}


.ui-selectmenu-menu.ui-selectmenu-open .ui-menu  {
	border: 3px solid #f3f3f3;
}

.ui-selectmenu-menu.ui-selectmenu-open .ui-menu   .ui-menu-item-wrapper {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*
 * Addons
 */

body .section.main span.case-study a { margin-right: 0.5em;     margin-bottom: 0.5em; }
body .section.main span.vtour a { background-color: #74975f; margin-right: 0.5em;      margin-bottom: 0.5em; }
body .section.main span.process-in-pictures a.button { background-color: #9e7d47; margin-right: 0.5em;     margin-bottom: 0.5em; }

.block.factsheets a {
    display: block;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 16px;
    height: 40px;
    vertical-align: middle;
    background-position: 0px 0px;
    overflow: visible;
    padding-top: 8px;
    margin-left: 40px;
    margin-top: 1em;
}

div.hr2 {
	display: block; height: 1px;
	border-bottom: 4px solid #f3f3f3;	
	color: transparent;
	background-color: transparent;
	box-shadow: none;
}

.block.factsheets a[lang="be"] { background-image: url(../images/flags/flag-be.png); }
.block.factsheets a[lang="de"] { background-image: url(../images/flags/flag-de.png); }
.block.factsheets a[lang="dk"] { background-image: url(../images/flags/flag-dk.png); }
.block.factsheets a[lang="en"] { background-image: url(../images/flags/flag-en.png); }
.block.factsheets a[lang="fi"] { background-image: url(../images/flags/flag-fi.png); }
.block.factsheets a[lang="fr"] { background-image: url(../images/flags/flag-fr.png); }
.block.factsheets a[lang="hu"] { background-image: url(../images/flags/flag-hu.png); }
.block.factsheets a[lang="it"] { background-image: url(../images/flags/flag-it.png); }
.block.factsheets a[lang="nl"] { background-image: url(../images/flags/flag-nl.png); }
.block.factsheets a[lang="pl"] { background-image: url(../images/flags/flag-pl.png); }
.block.factsheets a[lang="es"] { background-image: url(../images/flags/flag-es.png); }
.block.factsheets a[lang="at"] { background-image: url(../images/flags/flag-at.png); }

/************
 * EMAIL
 */
.app.buffer .window.work.subscription {
	display: block;
	min-height: auto;
}

.app.buffer .window.work.subscription .message { 
	font-size: 15px;
}

.app.buffer .window.work.subscription .message .tb { 
	margin-top: 20px;
	margin-bottom: 20px;
}

.app.buffer .window.work.subscription .message .tr { 

}

.app.buffer .window.work.subscription .message .td { 
	width: 465px;
	padding-bottom: 10px;
}

.app.buffer .window.work.subscription .message .td input { 
	width: 100%;
}

.app.buffer .window.work.subscription .message .td.header { 
	width: 100px;
	font-size: 12px;
	text-align: left;
	width: 220px;
}

.app.buffer .window.work.subscription .message .td.header b { 
	font-size: 10px;
	font-weight: bold;
	margin-left: 30px;
	float: right;
	vertical-align: bottom;
	color: #959595;
}

/************
 * SUBSCRIBE
 */

.app.buffer .window.message.email {
	display: block;
	min-height: auto;
}

.app.buffer .window.message.email .message { 
	text-align: center;
}

.app.buffer .window.work.subscriptiondone {
	display: block;
	min-height: auto;
}


.app.buffer .window .close {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 10px;	
}

.app.buffer .window .close a {
	color: #ffffff;
	width: 25px;
	height: 25px;
	background: #222222;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	padding: 6px;
}

.app.buffer .window .close a i {
	
}

/*************************************
 * HEADER 
 */

body header {
	diplay: block;
	/* box-shadow: 0 0 1px #ff0000; */
	position: absolute;
	width: 100%;
	z-index: 2;
}

body header .parts.logo {
	text-align: center;
	
}

body header .parts.logo .img.logo {
	margin-top: 36px;
	margin-left: -12px;
	margin-bottom: 11px;
}


body header nav.parts {
	display: block;
	height: 92px;
	margin-left: 28px;
	margin-right: 32px;
	background-image: url(../images/menu.png);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
		
}



body header nav .content {
	position: relative;
	width: auto;
	background-color: #74975f;
	padding-top: 30px;
}

body header nav ul.left {
	display: none;
}

body .menu.margin {
	display: block;
	margin-top: 244px;
}


/*************************************
 * TRANSICTIONS 
 */
body .section.main,
body footer,
body header,
.box,
.owl-carousel .owl-dots,
body footer .footer,
body section.aims .content,
body.mobile-menu header nav ul.top-menu,
section {
	transition: background-color 0.5s ease;
	
	 -webkit-transition: width 1s, height 1s, margin 1s, padding 1s, top 1s, bottom 1s, left 1s, right 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s, height 1s, margin 1s, padding 1s, top 1s, bottom 1s, left 1s, right 1s;
}

/**************************************
 * MODAL 
 */

.modal {
	display: block;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(20,20,20,0.2);
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal .box {
	display: block;
	width: 80%;
	height: 60%;
	background: #FFFFFF;
	position: relative;
	padding-bottom: 90px;
}

.modal .box  .head {
	font-size: 12px;
	height: 50px;
	background: #f5f5f5;
}

.modal .box  .head p {
	font-size: 12px;
	float: left;
	margin: 15px;
}
.modal .box  .head .button {
	float: right;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
}

.modal .box  .content {
	margin: 20px;
	display: block;
	height: 100%;
	border: 2px solid #cebfa2;
	padding: 20px;
	color: #9d7d4c;
}

.modal .box  .content .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}


.section.search { 
	border-bottom: 7px solid #cebfa2;
	padding-bottom: 80px;
	margin-bottom: -30px;
}

.section.search .content {
	text-align: left;	
}

.section.search ul { }
.section.search ul li { 
	line-height: 2em;
	padding-left: 40px;
}

.section.search .result {
	margin-bottom: 30px;
}

.section.search .result.tags {}
.section.search .result.pages {}


/**************************************
 *  
 */

.ui-selectmenu-button.ui-button,
input,textarea,select {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 3px solid #f3f3f3;
	font-size: 16px;
}

.ui-selectmenu-button.ui-button,
input,select {
    width: 300px;
    padding: 8px;
    text-align: left;
}

textarea {
  width: 300px;
  resize: none;
  padding: 10px;
}

.ui-selectmenu-button.ui-button.error, input.error, textarea.error, select.error {
	border-color: #ff0000;
}

body .section.langs 
{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-transform: uppercase;	
	padding-top: 25px;
	padding-bottom: 25px;
	color: #6c6c6e;
	margin-bottom: 49px;
}

body .section.langs p {
	display: inline-block;
	margin: 0;
	height: 20px;
	vertical-align: middle;
	overflow: visible;
	font-size: 16px;
}

body .section.langs  a {
	display: inline-block;
	overflow: visible;
	font-size: 16px;
}

body  .section.langs a p {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: visible;
	margin: 0;
	padding: 0;
	height: 40px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 20px;
}

body  .section.langs a:first-child p {
	padding-left: 0;
}

body  .section.langs a:last-child p {
	
}

body .section.langs a.EN p {
	background-image: url(../images/flags/en.gif);
}

body .section.langs a.DE p {
	background-image: url(../images/flags/de.gif);
}

body  .section.langs a.BE p {
	background-image: url(../images/flags/be.gif);
}

body .section.langs a.FR p {
	background-image: url(../images/flags/fr.gif);
}

body .section.langs a.HU p {
	background-image: url(../images/flags/hu.gif);
}

body .section.langs a.IT p {
	background-image: url(../images/flags/it.gif);
}


/** other lang ***/
	
	

body  a.lang {
	display: inline-block;
	height: 1em;
	overflow: hidden;
	width: 1em;
	margin-right: 2px;
	margin-left: 2px;
}

body  a.lang p {
	background-repeat: no-repeat;
	color: transparent;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: 100% auto;
}

body  a.lang.EN p {
	background-image: url(../images/flags/en.gif);
}

body a.lang.DE p {
	background-image: url(../images/flags/de.gif);
}

body  a.lang.BE p {
	background-image: url(../images/flags/be.gif);
}

body  a.lang.FR p {
	background-image: url(../images/flags/fr.gif);
}

body  a.lang.HU p {
	background-image: url(../images/flags/hu.gif);
}

body  a.lang.IT p {
	background-image: url(../images/flags/it.gif);
}	
	
/******************************************
 * 2 COLUMNS
 */
body .section.content.mode-2column .content  {
	width: 1156px;
	display: inline-block;
	text-align: left;
}

body .section.content.mode-2column .content > div {
	display: inline-block;
	width: 531px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 50px;
	vertical-align: top;
}

body .section.content.mode-2column .content > div:first-child {
	margin-left: 0; 
}

body .section.content.mode-2column .content > div:last-child {
	margin-right: 0; 
	float: right;
}

/******************************************
 * 3 COLUMNS
 */
body .section.content.mode-3column .content  {
	width: 1156px;
	display: inline-block;
	text-align: left;
}

body .section.content.mode-3column .content > div {
	display: inline-block;
	width: 360px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 50px;
	vertical-align: top;
}

body .section.content.mode-3column .content > div:first-child {
	margin-left: 0;
}

body .section.content.mode-3column .content > div:last-child {
	margin-right: 0;
}

/**************************
 * TOP MENU
 */

body #mobile_menu_button {
	display: none;
	font-size: 28PX;
	color: #ffffff;
	cursor: pointer; cursor: hand;
}

body nav ul {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
	font-size: 20px;
	margin-left: 12px;	
}

body nav ul .dropdown a {
	 word-break: keep-all;
	 white-space: nowrap;
	 text-align: left;
	 font-size: 16px; 
}


body nav ul li.has-dropdown {
	position: relative;	
}

body nav ul,
body nav ul li.has-dropdown .dropdown {
	
	-webkit-transition: opacity .2s, width .2s, height .2s;
    -moz-transition:  opacity .2s, width .2s, height .2s;
    -ms-transition: opacity .2s, width .2s, height .2s;
     -o-transition: opacity .2s, width .2s, height .2s;
        transition: opacity .2s, width .2s, height .2s;
}

body nav ul li.has-dropdown .dropdown {
	display: block;
	oapcity: 0;
	position: absolute;
	left: -12px;
	top: 34px;
	width: auto;
	background: transparent;
	color: #222222;
	padding-top: 25px;
	min-width: 200px;
	font-size: 15px;
	height: 0;
	overflow: hidden;
	
}

body nav ul li:hover > ul.dropdown {
	display: block;
	background: #9eb790;

	overflow: hidden;
	opacity: 1;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

body nav ul li.hide-submenu:hover > ul.dropdown {
	display: none;
}

body nav ul li.has-dropdown .dropdown li {
	background: #9eb790;
	display: block;

	margin-left: 30px;
	margin-right: 30px;
	width: auto;
	display: block;
	text-align: left;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

body nav ul li.has-dropdown .dropdown:hover,
body nav ul li.has-dropdown:hover .dropdown {
	/* display: block; */
}



body nav ul li {
	display: inline-block;
	width: auto;
	margin-right: 11px;
	margin-left: 11px;
	padding-bottom: 8px;
	
	-webkit-transition:border-bottom .1s;
    -moz-transition:border-bottom .1s;
    -ms-transition:border-bottom .1s;
     -o-transition:border-bottom .1s;
        transition:border-bottom .1s;
        
}

body nav ul li,
body nav ul li {
	border-bottom: 4px solid #74975f;
} 

body nav ul li.active,
body nav ul li:hover {
	border-bottom: 4px solid #9db58f;
	color: #ffffff;
} 


body nav ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}


body nav ul li.has-dropdown ul li,
body nav ul li.has-dropdown ul li {
	border-bottom: 4px solid #9db58f;
} 

body nav ul li.has-dropdown ul li.active,
body nav ul li.has-dropdown ul li:hover {
	border-bottom: 4px solid #89a678;
	color: #ffffff;
} 

body nav ul li.has-dropdown .header_tierThreeMenu {
	display: none;
}

/**************************
 * SIDE MENU
 */

body .parts.topmenu {
 	background: #9f7d46 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    font-size: 32px;
    padding: 5px 10px;
    position: absolute;
    right: 160px;
    top: 70px;
    display: block;
}

body .parts.topmenu a {
	color: inherit;
}


.side.menu {
	display: block;
	/* box-shadow: 0 0 1px #ff0000; */
	position: fixed;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;	
	background-color: #9f7d46;
	z-index: 3;
	overflow: hidden;
	
    -webkit-transition: width 1s;
    transition: width 1s;
}

.side.menu.show { 
	width: 413px;
	overflow: hidden;
}

.side.menu .inner {
	width: 413px;
}

.side.menu .header {
	position: relative;
	height: 60px;
}

.side.menu .button.action.sidemenu.close {
	position: absolute;
	right: 0;
	background: none;
	color: #ffffff;
}

.side.menu h2 {
	color: #ffffff;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.side.menu .parts.navigate.main {
	
}

.side.menu .parts.navigate.main ul {
	font-size: 16px;
}

.side.menu .parts.navigate.main ul li {
	display: inline-block;
	border: 0;
	padding: 18px;
	border-top: 1px solid #ffffff;
	width: 60%;
}

.side.menu .parts.navigate.main ul li.divider {
	display: none;
}

.side.menu ul.left {
	
}

.side.menu #searchform {
	
}

.side.menu #searchform .row.collapse {
	overflow: hidden;
	height: 40px;
	border: 0;
	position: relative;
	background: #ffffff;
	border-radius: 8px;
}

.side.menu #searchform .row.collapse .small-10.columns {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.side.menu #searchform .row.collapse .small-2.columns {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.side.menu #searchform .row.collapse .small-10.columns input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	border: none;
	color: #222222;
}

.side.menu #searchform .row.collapse .small-2.columns button.button.search {
	display: block;
	width: 40px;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	color: #ababab;
	height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 40px;
}

.side.menu #searchform .row.collapse .small-2.columns button.button.search .fa {
	font-size: 14px;
}



/*************************************
 * BODY 
 */
body {
	text-align: center;
}

body article {
	display: block;
	text-align: center;
	margin-bottom: -3px;
}

body section {
	display: block;
	/* box-shadow: 0 0 1px #0000ff; */
	margin-left: 28px;
	margin-right: 32px;
	overflow: hidden;	
}

body .section.main {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 1700px;
	/*  DEBUG */
	background: rgba(255,255,255,0.5);
	overflow: visible;	
}

body .section.main .content .news-bottom a:hover,
body .section.main .content .news-bottom a {
	color: #ef8948;
}

body .section.main  .content p {
	line-height: 22px;
	margin-bottom: 1em;
	font-size: 18px;
}

body .section.main  .content p a {
	color: #ef8948;
	text-decoration: none;
	font-size: inherit;
}

body .section.main section.body ul {
	list-style: none;
	line-height: 1.5em;
	margin: 30px;
}


body .section.main section.body ul li {
	display: block;
	margin-bottom: 13px;
	vertical-align: top;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	text-align: left;
}

body .section.main section.body ul li::before {
	content: "•";
	color: #ef8948;
	font-size: 2em;
	padding-right: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
}

body .section.main  div.hr {
	display: inline-block;
	height: 8px;
	background: #cfbea2;
	width: 1145px;
}

body .section.main {
	text-align: center;	
}

body .section.main > .section {
	width: 1200px;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
}

body.home .section.main > .section {
	width: auto;
	display: block;
}

section.error {
	margin-top: 30px;
	height: 500px;
}


body section h1,
body section h2,
body section h3,
body section h4,
body section h5 {
	color: #ef8948;
	text-align: center;
	
}


body section h1 { font-size: 50px; line-height: 1em; }
body section h2 { font-size: 40px; line-height: 1em; }
body section h3 { font-size: 30px; line-height: 1em; text-align: left; }
body section h4 { font-size: 20px; line-height: 1em; }
body section h5 { font-size: 10px; line-height: 1em; }

body .section.main .content p a.button,
body .section.main .button, 
body .button {
	background: #ef8948;
	width: auto;
	text-decoration: none;
	color: #ffffff;
	height: auto;
	display: inline-block;
	border-radius: 5px;

	/*
	font-family: "Conv_Morning Star";
	text-transform: lowercase;
	 font-size: 25px;
	*/
	font-weight: normal;
	padding: 20px;
	padding-top: 18px;
	 font-size: 20px;
	
	cursor: pointer; cursor: hand;
	white-space: nowrap;
}



body.project section h4 {
	text-align: left;
    margin-top: 1.5em;
}

body.grand.prix section h4 {
	font-size: 30px;
    line-height: 1em;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
} 

body .app.buffer button.button,
body .section.main button.button,
body  .section.main input.button
{
	border: 0;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/**
 * 	SECTION CAROUSEL
 */
body section.carousel { 
	height: 767px;
}


body section.carousel .item-content {
	margin-top: 179px;
	position: relative;
	margin-left: 20px;
	width: 744px;
	text-align: left;
}


body section.carousel .item-content .title {
	font-size: 54px;
	height: auto;
	color: #ef8948;
	width: 430px;
	line-height: 1em;
	margin-bottom: 30px;
	margin-top: 50px;
}

body section.carousel .item-content .description {
	font-size: 24px;
	height: auto;
	width: 430px;
	overflow: hidden;
	margin-bottom: 30px;
}

body section.carousel .item-content .description p {
	line-height: 34px
}

.owl-carousel .owl-dot {
	
	 -webkit-transition: background-color 1s, width 1s, height 1s, margin 1s, padding 1s, top 1s, bottom 1s, left 1s, right 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s, width 1s, height 1s, margin 1s, padding 1s, top 1s, bottom 1s, left 1s, right 1s;
}
   
.owl-carousel .owl-dot:hover {
	
	background-color: #749760;
}

.owl-carousel .owl-dot.active:hover {

	background: #749760;
}

body section.carousel .item-content .link {
	
}

body section.carousel .item-content .link a {
	color: #ef8948;
	background: #ffffff;
}

/**
 * 	SECTION AIMS
 */
body section.aims { 
	height: 471px;
	text-align: center;
}

body section.aims { 
	height: auto;
	text-align: center;
}

body section.aims h2 {
	font-size: 40px;
	margin-top: 72px;
	margin-left: 8px;
	margin-bottom: 36px;
	color: #ef8948;
}

body section.aims .content h3,
body section.aims .content h4 {
	margin-top: 18px;
	font-size: 26px;
	margin-bottom: 14px;
	background-image: url(../images/bottom-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	line-height: 1.2em;
	margin-bottom: 60px;
 
}

body section.aims .content h3 {
	text-align: center;	
}

body section.aims .content {
	font-size: 16px;
	display: inline-block;
	text-align: left;
	width: 1110px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body section.aims .content div p {
	line-height: 26px;
	
}

body .section.main .aims p {
	text-align: center;
}

body section .content .toolbar {
	display: inline-table;
	position: relative;
	bottom: auto;
	height: auto;
	width: 100%;
	padding: 30px;
}

body section .content .toolbar .line {
	display: table-row;
}

body section .content .toolbar .line .cell {
	display: table-cell;
	width: 50%;

}

body section .content .toolbar .line .cell:nth-child(1) .button {
	margin-left: 266px;
}

body section .content .toolbar .line .cell:nth-child(2) .button {
	margin-left: 114px;
}

.tb {
	display: inline-table;
	width: 100%;
	height: 100%;
	
}

.tl {
	display: table-row;
}

.tc {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.image {
	background: #222222;
	overflow: hidden;
}

.image p {
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
}

/**
 * 	SECTION PRACTICES
 */
body section.practices { 
	height: 804px;
	background: #cfbea2;
	margin-top: 20px;
}

body section.practices.images { 
	margin-top: 0px;
}


body .section.main > .section.gis-map {
	display: block;
	width: 1640px;
}

body .section.main > .section.gis-map iframe {
	display: block;
	width: 100%;
	height: 800px;
}

/**
 * 	SECTION PRACTICES IMAGES
 */
body section.practices.images { 
	height: 410px;
}

body section.practices.images .img {
	float: left;
	width: 410px;
	height: 410px;
}

body section.practices .content {
	width: 822px;
	height: 804px;
	font-size: 17px;
	float: left;
	position: relative;
	background: #cfbea2;
}

body section.practices .image { 
	float: right;
	width: 818px;
	height: 804px;
	overflow: hidden;
	position: relative;
	
	
}

body section.practices .image .img  { 
	background-image: url(../images/pig.jpg);
	float: right;
	width: 818px;
	height: 804px;
	position: absolute;
	left: 0;
	top: 0;
}

body section.practices .image .overlay { 
	background-image: url(../images/overlay.png);
	float: right;
	width: 818px;
	height: 804px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;	
}

body section.practices .content .margin {
	margin: 18px;
	width: auto;
	height: auto;
	margin-left: 65px;
	text-align: center;
	line-height: 29px;
	margin-right: 65px;
}

body section.practices .content .margin p,
body section.practices .content .margin div {
	font-size: 18px;
	line-height: 22px;
}

body section.practices .content .margin h3 {
	font-size: 40px;
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center;
}

body section.practices .content .box {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 777px;
	height: 764px;
	margin: 20px;
	background: #ffffff;
}

body section.practices .content .margin h4 {
	margin-top: 18px;
	font-size: 26px;
	margin-bottom: 14px;
	background-image: url(../images/bottom-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	
}

/**
 * 	SECTION NEWS
 */
body section.latest.news { 
	height: 400px;
	/*margin: 0;*/
}

body section.latest.news h3 { 
	margin-top: 70px;
	font-size: 40px;
	margin-bottom: 54px;
}

body section.latest.news .content { 
	text-align: center;
}

body section.latest.news .slots { 
	display: inline-block;
	width: auto;
	
}

body section.latest.news .slot a {
	color: inherit;
	text-decoration: inherit;	
}

body section.latest.news .slot { 
	display: inline-block;
	border-left: 10px solid #ef8948;
	margin-left: 30px;
	margin-right: 30px;
	width: 336px;
	text-align: left;
	padding-left: 30px;
	height: 152px;
	font-size: 20px;
	color: #ef8948;
	font-style: normal;
	font-weight: bold;
	float: left;
	height: 236px;
}

body section.latest.news .slot div:nth-child(1) { 
	margin-bottom: 22px;
	font-size: 15px;
	margin-top: 16px;
}

/**
 * 	PAGE NEWS
 */
body.news .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.news .content.news {
	
}

body.news .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.news .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.news .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.news .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}


.section.main .section.side.right.single-news  .section.aside {
	margin-top: 0;
}

body .section.main .section.side.right.single-news {
	margin: 0px;
	
}

body.news .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.news .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.news .content.news  .slot {
	margin-right: 62px;
}

body.news .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.news .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.news .content.news .news-title h2 a:hover ,
body.news .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.news .content.news .news-image {
		text-align: left;
}

body.news .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.news .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.news .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.news .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}

/**
 * 	PAGE BEST PRACTICE
 */
body.best.practice .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.best.practice .content.news {
	
}

body.best.practice .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.best.practice .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.best.practice .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.best.practice .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

body.best.practice .themes a,
body.best.practice .challenges a {
	 /* text-transform: capitalize; */
}

body.best.practice .themes .active,
body.best.practice .challenges .active {
	color: #222222;	
}

body.best.practice .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.best.practice .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.best.practice .content.news  .slot {
	margin-right: 62px;
	margin-bottom: 2em;
	margin-left: 1em;
}

body.best.practice .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.best.practice .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.best.practice .content.news .news-title h2 a:hover ,
body.best.practice .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.best.practice .content.news .news-image {
		text-align: left;
}

body.best.practice .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.best.practice .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.best.practice .content.news .details {
	text-align: left;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
}

body.best.practice .content.news .details p {
	margin: 0;
    margin-bottom: 1em;
}

body.best.practice .single-news .content.news .details {
	border-bottom: 4px solid #f3f3f3;
	border-top: 4px solid #f3f3f3;
	margin: 0;
	padding-top: 1em;
	margin-bottom: 2em;	
}

body.best.practice .single-news .content.news .options {
	border: 0;
}

body.best.practice .content.news .options {
	padding-top: 2em;
	text-align: left;
	padding-bottom: 2em;
	border-bottom: 2px solid #f3f3f3;
}

body.best.practice .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.best.practice .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}


body.best.practice .section.main .section.side.right .section.aside.social {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.best.practice .section.main .section.side.right .section.aside.social p.highlight {
	color: #ef8948;
	font-size: 18px;
}

body.best.practice .section.main .section.side.right .section.aside.social .icon {
	display: inline-block;
	background: #efefef;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	color: #ffffff;
}

body.best.practice .section.main .section.side.right .section.aside.social .icon.twitter {
	background: #00acf0;
}

body.best.practice .section.main .section.side.right .section.aside.social .icon.linkedin {
	background: #007bb6;
}

body.best.practice .section.main .section.side.right .section.aside.social .icon.googleplus {
	background: #cf3c2c;
}

body.best.practice .section.main .section.side.right .section.aside.social .icon.facebook {
	background: #3c579c;
}


body.best.practice .section.content.mode-2column .content > div {
	margin-bottom: 0;
}

body.best.practice .section.content.inner .content {
	padding: 25px;
}

body.best.practice .section.content.inner .content h2 { 
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
}


body.best.practice .section.content.inner .content h3 {
	margin-top: 18px;
	font-size: 26px;
	margin-bottom: 14px;
	background-image: url(../images/bottom-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-top: 60px;
	text-align: left;
}

body.best.practice .section.content.inner .content p {
	text-align: left;
	
}

body.best.practice .section.content.inner .content .button {
	margin-top: 30px;
	margin-bottom: 30px;
}

/**
 * 	PAGE precision production
 */
body.precision.production .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.precision.production .content.news {
	
}

body.precision.production .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.precision.production .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.precision.production .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.precision.production .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

body.precision.production .themes a,
body.precision.production .challenges a {
	/* text-transform: capitalize; */
}

body.precision.production .themes .active,
body.precision.production .challenges .active {
	color: #222222;	
}

body.precision.production .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.precision.production .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.precision.production .content.news  .slot {
	margin-right: 62px;
	margin-bottom: 2em;
	margin-left: 1em;
}

body.precision.production .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.precision.production .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.precision.production .content.news .news-title h2 a:hover ,
body.precision.production .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.precision.production .content.news .news-image {
		text-align: left;
}

body.precision.production .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.precision.production .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.precision.production .content.news .details {
	text-align: left;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
}

body.precision.production .content.news .details p {
	margin: 0;
    margin-bottom: 1em;
}

body.precision.production .single-news .content.news .details {
	border-bottom: 4px solid #f3f3f3;
	border-top: 4px solid #f3f3f3;
	margin: 0;
	padding-top: 1em;
	margin-bottom: 2em;	
}

body.precision.production .single-news .content.news .options {
	border: 0;
}

body.precision.production .content.news .options {
	padding-top: 2em;
	text-align: left;
	padding-bottom: 2em;
	border-bottom: 2px solid #f3f3f3;
}

body.precision.production .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.precision.production .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}


body.precision.production .section.main .section.side.right .section.aside.social {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.precision.production .section.main .section.side.right .section.aside.social p.highlight {
	color: #ef8948;
	font-size: 18px;
}

body.precision.production .section.main .section.side.right .section.aside.social .icon {
	display: inline-block;
	background: #efefef;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	color: #ffffff;
}

body.precision.production .section.main .section.side.right .section.aside.social .icon.twitter {
	background: #00acf0;
}

body.precision.production .section.main .section.side.right .section.aside.social .icon.linkedin {
	background: #007bb6;
}

body.precision.production .section.main .section.side.right .section.aside.social .icon.googleplus {
	background: #cf3c2c;
}

body.precision.production .section.main .section.side.right .section.aside.social .icon.facebook {
	background: #3c579c;
}


body.precision.production .section.content.mode-2column .content > div {
	margin-bottom: 0;
}

body.meat.quality .section.content.inner .content,
body.layout.welfare .section.content.inner .content,
body.health .section.content.inner .content,
body.precision.production .section.content.inner .content {
	padding: 25px;
}

body.precision.production .section.content.inner .content h2 { 
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
}
 
body.precision.production .section.content.inner .content p {
	text-align: left;
	
}

body.precision.production .section.content.inner .content .button {
	margin-top: 30px;
	margin-bottom: 30px;
}

/**
 * 	PAGE .meat.quality
 */
body.meat.quality .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.meat.quality .content.news {
	
}

body.meat.quality .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.meat.quality .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.meat.quality .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.meat.quality .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

body.meat.quality .themes a,
body.meat.quality .challenges a {
	/* text-transform: capitalize; */
}

body.meat.quality .themes .active,
body.meat.quality .challenges .active {
	color: #222222;	
}

body.meat.quality .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.meat.quality .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.meat.quality .content.news  .slot {
	margin-right: 62px;
	margin-bottom: 2em;
	margin-left: 1em;
}

body.meat.quality .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.meat.quality .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.meat.quality .content.news .news-title h2 a:hover ,
body.meat.quality .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.meat.quality .content.news .news-image {
		text-align: left;
}

body.meat.quality .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.meat.quality .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.meat.quality .content.news .details {
	text-align: left;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
}

body.meat.quality .content.news .details p {
	margin: 0;
    margin-bottom: 1em;
}

body.meat.quality .single-news .content.news .details {
	border-bottom: 4px solid #f3f3f3;
	border-top: 4px solid #f3f3f3;
	margin: 0;
	padding-top: 1em;
	margin-bottom: 2em;	
}

body.meat.quality .single-news .content.news .options {
	border: 0;
}

body.meat.quality .content.news .options {
	padding-top: 2em;
	text-align: left;
	padding-bottom: 2em;
	border-bottom: 2px solid #f3f3f3;
}

body.meat.quality .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.meat.quality .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}


body.meat.quality .section.main .section.side.right .section.aside.social {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.meat.quality .section.main .section.side.right .section.aside.social p.highlight {
	color: #ef8948;
	font-size: 18px;
}

body.meat.quality .section.main .section.side.right .section.aside.social .icon {
	display: inline-block;
	background: #efefef;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	color: #ffffff;
}

body.meat.quality .section.main .section.side.right .section.aside.social .icon.twitter {
	background: #00acf0;
}

body.meat.quality .section.main .section.side.right .section.aside.social .icon.linkedin {
	background: #007bb6;
}

body.meat.quality .section.main .section.side.right .section.aside.social .icon.googleplus {
	background: #cf3c2c;
}

body.meat.quality .section.main .section.side.right .section.aside.social .icon.facebook {
	background: #3c579c;
}


/**
 * 	PAGE welfare
 */
body.welfare .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.welfare .content.news {
	
}

body.welfare .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.welfare .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.welfare .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.welfare .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

body.welfare .themes a,
body.welfare .challenges a {
	/* text-transform: capitalize; */
}

body.welfare .themes .active,
body.welfare .challenges .active {
	color: #222222;	
}

body.welfare .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.welfare .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.welfare .content.news  .slot {
	margin-right: 62px;
	margin-bottom: 2em;
	margin-left: 1em;
}

body.welfare .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.welfare .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.welfare .content.news .news-title h2 a:hover ,
body.welfare .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.welfare .content.news .news-image {
		text-align: left;
}

body.welfare .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.welfare .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.welfare .content.news .details {
	text-align: left;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
}

body.welfare .content.news .details p {
	margin: 0;
    margin-bottom: 1em;
}

body.welfare .single-news .content.news .details {
	border-bottom: 4px solid #f3f3f3;
	border-top: 4px solid #f3f3f3;
	margin: 0;
	padding-top: 1em;
	margin-bottom: 2em;	
}

body.welfare .single-news .content.news .options {
	border: 0;
}

body.welfare .content.news .options {
	padding-top: 2em;
	text-align: left;
	padding-bottom: 2em;
	border-bottom: 2px solid #f3f3f3;
}

body.welfare .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.welfare .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}


body.welfare .section.main .section.side.right .section.aside.social {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.welfare .section.main .section.side.right .section.aside.social p.highlight {
	color: #ef8948;
	font-size: 18px;
}

body.welfare .section.main .section.side.right .section.aside.social .icon {
	display: inline-block;
	background: #efefef;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	color: #ffffff;
}

body.welfare .section.main .section.side.right .section.aside.social .icon.twitter {
	background: #00acf0;
}

body.welfare .section.main .section.side.right .section.aside.social .icon.linkedin {
	background: #007bb6;
}

body.welfare .section.main .section.side.right .section.aside.social .icon.googleplus {
	background: #cf3c2c;
}

body.welfare .section.main .section.side.right .section.aside.social .icon.facebook {
	background: #3c579c;
}

/**
 * 	PAGE health
 */
body.health .section.main .section.side.right .section.aside
{
	margin: 0;
	margin-bottom: 30px;
}

body.health .content.news {
	
}

body.health .section.content.single-news h2 {
	text-align: left;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;	
}

body.health .section.content.single-news h3 {
	text-align: left;
	font-size: 38px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.health .section.content.single-news h2.header  {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
	
}

body.health .section.content.single-news {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

body.health .themes a,
body.health .challenges a {
	/* text-transform: capitalize; */
}

body.health .themes .active,
body.health .challenges .active {
	color: #222222;	
}

body.health .section.main .section.side.right .section.aside h4 {
	text-align: left;
	margin-bottom: 10px;
}

body.health .section.main .section.side.right .section.aside a.button {
	margin-top: 10px;
}

body.health .content.news  .slot {
	margin-right: 62px;
	margin-bottom: 2em;
	margin-left: 1em;
}

body.health .content.news .news-title {
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 1em;
}

body.health .content.news .news-title h2 {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	padding-bottom: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

body.health .content.news .news-title h2 a:hover ,
body.health .content.news .news-title h2 a {
	text-align: inherit;
	font-size: inherit;
	padding-bottom: inherit;
	color: #ef8948;
	margin: 0;
}

body.health .content.news .news-image {
		text-align: left;
}

body.health .content.news .news-image p {
	text-align: left;
	color: #333333;
}

body.health .content.news .short-description {
	text-align: left;
	color: #333333;
}

body.health .content.news .details {
	text-align: left;
	color: #333333;
	margin-top: 3em;
	margin-bottom: 1em;
}

body.health .content.news .details p {
	margin: 0;
    margin-bottom: 1em;
}

body.health .single-news .content.news .details {
	border-bottom: 4px solid #f3f3f3;
	border-top: 4px solid #f3f3f3;
	margin: 0;
	padding-top: 1em;
	margin-bottom: 2em;	
}

body.health .single-news .content.news .options {
	border: 0;
}

body.health .content.news .options {
	padding-top: 2em;
	text-align: left;
	padding-bottom: 2em;
	border-bottom: 2px solid #f3f3f3;
}

body.health .content.news .news-bottom {
	text-align: left;
	color: #333333;
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	font-size: 14px;
}

body.health .content.news .news-bottom p {
	display: inline-block;
	margin: 0;
}


body.health .section.main .section.side.right .section.aside.social {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.health .section.main .section.side.right .section.aside.social p.highlight {
	color: #ef8948;
	font-size: 18px;
}

body.health .section.main .section.side.right .section.aside.social .icon {
	display: inline-block;
	background: #efefef;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	color: #ffffff;
}

body.health .section.main .section.side.right .section.aside.social .icon.twitter {
	background: #00acf0;
}

body.health .section.main .section.side.right .section.aside.social .icon.linkedin {
	background: #007bb6;
}

body.health .section.main .section.side.right .section.aside.social .icon.googleplus {
	background: #cf3c2c;
}

body.health .section.main .section.side.right .section.aside.social .icon.facebook {
	background: #3c579c;
}

/*****
 * FOOTER
 */
body footer {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 1700px;
	

	background: rgba(255,255,255,0.9);	
}

body footer .footer {
	diplay: block;
	/* box-shadow: 0 0 1px #00ff00; */
	height: 373px;
	margin-left: 28px;
	margin-right: 32px;
    background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

body footer .footer {
	text-align: center;	
	margin-top: 30px;
}

body footer .footer .content {
	text-align: left;
	display: inline-block;
	width: 1150px;
	background: #74975f;
	height: 50%;
}

body footer .footer .content .box {
	color: #ffffff;
	margin-top: 55px;
	font-size: 16px;
	float: left;
	
}

body footer .footer  .content .box:nth-child(1) {
	position: relative;
	float: left;
}

body footer .footer  .content .box:nth-child(2) {
	position: relative;
	float: right;
	width: 560px;
	text-align: right;
}

body footer .footer  .content .box h5 {
	font-size: 26px;
	margin-bottom: 8px;
}

body footer .footer  .content .box.social h5 {

}

body footer .footer  .content .box.social p {
	
}

body footer .footer  .content .box.social a {
	text-decoration: inherit;
	color: inherit;	
}

body footer .footer  .content .box.social .icon {
	width: 51px;
	height: 51px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

body footer .footer  .content .box.social .icon.ln {
	background-image: url(../images/ln.png);
}

body footer .footer  .content .box.social .icon.twitter {
	background-image: url(../images/twitter.png);
}

body footer .footer  .content .box.social .icon.email {
	background-image: url(../images/email.png);	
}


body footer .footer  .content .box.ue h5 {
}

body footer .footer  .content .box.ue p {
	line-height: 20px;
	font-size: 14px;
}

body footer .footer  .content .img {
	display: inline-block;
	float: right;
	/* box-shadow: 0 0 1px #222222; */
	width: 187px;
	height: 126px;
	position: relative;
	margin-top: 7px;
	margin-left: 40px;
	background-image: url(../images/ue.png);	
}

body footer .footer  .content .text {
	float: right; 
}

.under-footer .left.show-for-small-only {
	display: none;
}

.under-footer {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 70px;
	color: #ef8948;
}

.under-footer ul {
	display: block;
	margin-bottom: 13px;
}

.under-footer ul li {
	display: inline-block;
	margin: 8px;
	margin-top: 0;
	margin-bottom: 0;
}

.under-footer ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ef8948;
}

.under-footer .handcrafted {
	color: #666666;
	margin-top: 39px;
	font-size: 15px;
}

.under-footer .handcrafted a {
	display: inline-block;
	text-decoration: none;
	color: #ef8948;
}

/**********************
 * OWL
 */
.owl-carousel {
	position: relative;	
}

.owl-carousel .item {
	width: 1640px;
	height: 766px;
	overflow: hidden;
	background: #e5e5e5;
}

.owl-carousel .item .img {
	width: 825px;
	float: left;
	position: relative;
	height: 767px;
}

.owl-carousel .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	background: #222222;
}

.owl-carousel .item .img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/overlay.png);
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.owl-carousel .item-content {
	width: 814px;
	float: right;
	height: 753px;
}

.owl-carousel .owl-stage-outer {
	position: absolute;
	left: 0;
	top: 0;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 300px;
	display: block;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.owl-carousel .owl-dots {
	position: relative;
	display: table-cell;
	width: auto;
	z-index: 1;
	text-align: center;
	height: 300px;
	vertical-align: middle;
	line-height: 10px;
	right: 0;
	float: right;
	margin-right: 230px;
	margin-top: 22%;
}

.owl-carousel .owl-dot {
	width: 15px;
	height: 15px;
	background: #ffffff;
	border-radius: 10px;
	line-height: 10px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;;
}

.owl-carousel .owl-dot.active {
	background: #ef8948;
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
} 

.tr {
	display: table-row;
	width: 100%;
	height: 100%;	
} 

.td {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
} 

.section.main > .section.banner {
	height: 303px;
	width: auto;
	position: relative;
	background: #222222;
	display: block;
}

.section.main .section.side  {
	/* box-shadow: 0 0 1px #00ff00; */
	display: inline-block;
	min-height: 600px;
	margin: 0;
}

.section.main .section.side.left  {
	width: 70%;
	float: left;
}

.section.main .section.side.right  {
	width: 30%;
	float: right;
}

.section.main section.body {
	display: inline-block;
	width: 1200px;
	margin: auto;
	position: relative;
}

.section.main section.body > .section {
	margin-left: 0;
	margin-right: 0;
}

.section.main .section.side .content {
	margin-left: 3px;
}

.section.main .section.side.right .section.aside {
	/* box-shadow: 0 0 1px #0000ff; */
	margin: 0px;
	margin-top: 109px;
	height: auto;
	font-size: 15px;
	padding: 28px;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 30px;
}

.section.main .section.side.right .section.aside h5 {
	text-align: left;
	font-size: 15px;
	color: #808080;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 24px;
}

.section.main .section.side.right .section.aside p {
	line-height: 20px;
	font-size: 14px;
}


body .section.banner .overlay { 
	background-image: url(../images/overlay.png);
	float: right;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;	
}
body .section.banner .content .layer.text {
	float: right;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

body .section.banner .content p {
	display: block;
	width: 100%;
	height: 100%;
}

body .section.banner .content .layer.text h1 {
	color: #ffffff;
	height: auto;
	display: block;
	text-align: center;
	margin: 20px;
}

body .section.banner .content .layer.text p {
	color: #ffffff;
	height: auto;
	display: inline-block;
	text-align: center;
	width: 46%;
	margin: 10px;
}

body .section.banner .content { 
	width: 100%;
	height: 100%;
}

body .section.breadcrumb {
	display: block;
	width: auto;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 48px;
	margin-bottom: 40px;
	color: #6d6e70;
}

body .section.breadcrumb a {
	text-decoration: inherit;
	color: #ef8948;	
}

body .section.breadcrumb .breadcrumb-separator {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.section.content {
	font-size: 16px;

}

.section.content h2 {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	text-align: left;
}

.section.content .content {
		font-size: 16px;
		text-align: left;
}

body.default .section.content .content h3 {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	
}

body.default .section.content {
	margin-bottom: 30px;	
}

body.default .section.content .content {
	text-align: left;
	min-height: 400px;
}

/** 
 * 	PROJECT
 */
body.project {
 	/* background-image: url(../images/project.png); */ 
}

body.project .section.content h2 {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 52px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -90px;
}



body.project .section.content h3 {
	text-align: left;
	font-size: 41px;
	margin-top: 35px;
	margin-bottom: 30px;
}

body.project .section.content a.button {
	margin-top: 30px;	
}

body.project .section.content .content {
	font-size: 16px;
	margin-top: 106px;
	text-align: left;
	
}

body .section.main .section.side.right .section.aside {
	background: #f3f3f3;
	padding-top: 30px;
}

/** 
 * 	Ambassadors
 */
body.ambassadors {
 	
}


body.ambassadors .section.main  .section.content {
	margin-top: 60px;
	margin-bottom: 0px;
}





/** 
 * 	CONTACT
 */
body.contact {
	/* background-image: url(../images/contact.png); */
}

body.contact .section.contact {

}

body.contact .section.contact h2 {
	margin-top: 5px;
	margin-bottom: 63px;
}

body.contact .section.contact.form {
	
}

body.contact .section.contact.form  {
	margin-top: 53px;
	margin-bottom: 150px;
}

body.contact .section.contact.form .tb {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

body.contact .section.contact.form .tb:nth-child(1) {

}

body.contact .section.contact.form .tb:nth-child(2) {

}

body.contact .section.contact.form .td.header {
	display: block;
	padding-bottom: 15px;
	text-align: left;
	font-size: 24px;
	padding-left: 0;
	color: #ef8948;
	vertical-align: top;
	
}

body.contact .section.contact.form .tr {
	display: block;
}

body.contact .section.contact.form .td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-bottom: 40px;	
}

body.contact .section.contact.form .td.header b {
	color: #969696;
	font-size: 16px;
}

body.contact .ui-selectmenu-button.ui-button,body.contact  input, body.contact  select,body.contact  textarea {
	width: 97%;
}

body.contact  textarea {
	height: 408px;
}

body.contact .section.content.mode-3column .content > div {
	background: #f3f3f3;
	padding: 30px;
}

body.contact .section.content.mode-3column .content > div h3 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 1em;
}

body.contact .section.content.mode-3column .content > div p {
	margin-bottom: 1em;
}

body.contact .section.content.mode-3column .content > div b {
	font-weight: bold;
}

/** 
 * 	PARTNERS
 */
body.partners {
	/** background-image: url(../images/partners.png); */
}

body.partners .section.content {
	text-align: left;
}



body.partners .section.partners {
	margin-bottom: 30px;
	text-align: left;
}

body.partners .section.partners .box.partner {
	width: 290px;
	height: 290px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 23px;
}

body.partners .section.partners .box.partner .description {
	display: inline-table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	background: #ef8948;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	padding: 30px;
	
	 -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s;
}

body.partners .section.partners .box.partner .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.partners .section.partners .box.partner .img img {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}

body.partners .section.partners .box.partner .description h5 {
	display: none;
}

body.partners .section.partners .box.partner .description div {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

body.partners .section.partners .box.partner:hover .description {
	opacity: 1;
}


/** 
 * 	PARTNER
 */
body.partner {
	/* background-image: url(../images/partner-ahdb.png); */ 
}

body.partner .section.main > .section.about {
	height: auto;

	margin-top: 7px;
	margin-bottom: 71px;
	
	position: relative;
	background: #f3f3f3;
	
}

body.partner .section.main > .section.about .content {
	height: auto;
	width: 605px;
	float: left;
	padding: 36px;
	font-size: 16px;
	text-align: left;
	background: #f3f3f3;
	padding-bottom: 112px;
}

body.partner .section.main > .section.about .content h2,
body.partner .section.main > .section.about .content h3 {
	text-align: left;
	font-size: 40px;
    margin-bottom: 35px;
}

body.partner .section.main > .section.about .content p {
	line-height: 21px;
}

body.partner .section.main > .section.about .content .button {
	bottom: 40px;
	left: 35px;
	position: absolute;

}

body.partner .section.main > .section.about .image {
	float: right;
	height: 100%;
	width: 593px;
	
}

body.partner .section.main > .section.expertise {
	margin-bottom: 86px;
}

body.partner .section.main > .section.expertise h2 {
	margin-bottom: 37px;
}

body.partner .section.main > .section.involvement {
	margin-bottom: 72px;
	background: #f3f3f3;
}

body.partner .section.main > .section.involvement h2 {
	margin-bottom: 40px;
	text-align: left;
	margin-top: 8px;
}

body.partner .section.main > .section.involvement .content {
	padding: 28px;
	float: right;
	width: 595px;
	text-align: left;
}

body.partner .section.main > .section.involvement .image {
	float: left;
	width: 604px;
	overflow: hidden;
	hight: 100%;
}

body.partner .section.main > .section.involvement .image img {
	width: 100% !important;
	height: 100% !important;
}

body.partner .section.main > .section.our-team {
	display: inline-flex;

	min-height: 595px;
	margin-bottom: 5px;
	
	background: #cfbea2;
}

body.partner .section.main > .section.our-team .content {
	display: inline-block;
	margin: 26px;
	padding: 38px;
	padding-top: 30px;
	text-align: left;
	background: #ffffff;
	margin-right: 20px;
	width: 70%;
}

body.partner .section.main > .section.our-team .image {
	display: inline-block;
	width: 30%;
	text-align: left;
	padding-left: 40px;
	background: #9f7d46;
	padding-right: 35px;
	color: #ffffff;
}

body.partner .section.main > .section.our-team .image p {
	color: inherit;
	width: auto;
	height: auto;
}

body.partner .section.main > .section.our-team .image img { 
	margin-top: 60px;
	margin-bottom: 21px;
	width: 100%  !important;
	height:  100% !important;
}

body.partner .section.main > .section.our-team p {
	
}

body.partner .section.main > .section.our-team h3 {
	text-align: left;
	font-size: 38px;
	margin-bottom: 42px;
}

body.partner .section.main > .section.our-team h4 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 15px;
	height: auto;
	margin-top: 30px;
	text-align: left;
	background-image: url(../images/bottom-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}


/** 
 * 	AMBASADOR
 */
body.ambassador {
	/* background-image: url(../images/partner-ahdb.png); */ 
}

body.ambassador .section.main > .section.about {
	height: 472px;

	margin-top: 7px;
	margin-bottom: 71px;
	
	position: relative;
}

body.ambassador .section.main > .section.about .content {
	height: 100%;
	width: 605px;
	float: left;
	padding: 36px;
	font-size: 16px;
	text-align: left;
	background: #f3f3f3;
}

body.ambassador .section.main > .section.about .content h2,
body.ambassador .section.main > .section.about .content h3 {
	text-align: left;
	font-size: 40px;
    margin-bottom: 35px;
}

body.ambassador .section.main > .section.about .content p {
	line-height: 21px;
}

body.ambassador .section.main > .section.about .content .button {
	bottom: 40px;
	left: 35px;
	position: absolute;

}

body.ambassador .section.main > .section.about .image {
	float: right;
	height: 100%;
	width: 593px;
	
}

body.ambassador .section.main > .section.expertise {
	margin-bottom: 86px;
}

body.ambassador .section.main > .section.expertise h2 {
	margin-bottom: 37px;
}

body.ambassador .section.main > .section.involvement {
	margin-bottom: 72px;
	background: #f3f3f3;
}

body.ambassador .section.main > .section.involvement h2 {
	margin-bottom: 40px;
	text-align: left;
	margin-top: 8px;
}

body.ambassador .section.main > .section.involvement .content {
	padding: 28px;
	float: right;
	width: 595px;
	text-align: left;
}

body.ambassador .section.main > .section.involvement .image {
	float: left;
	width: 604px;
	overflow: hidden;
	hight: 100%;
}

body.ambassador .section.main > .section.involvement .image img {
	width: 100% !important;
	height: 100% !important;
}

body.ambassador .section.main > .section.our-team {
	display: inline-flex;

	min-height: 595px;
	margin-bottom: 5px;
	
	background: #cfbea2;
}

body.ambassador .section.main > .section.our-team .content {
	display: inline-block;
	margin: 26px;
	padding: 38px;
	padding-top: 30px;
	text-align: left;
	background: #ffffff;
	margin-right: 20px;
	width: 70%;
}

body.ambassador .section.main > .section.our-team .image {
	display: inline-block;
	width: 30%;
	text-align: left;
	padding-left: 40px;
	background: #9f7d46;
	padding-right: 35px;
	color: #ffffff;
}

body.ambassador .section.main > .section.our-team .image p {
	color: inherit;
	width: auto;
	height: auto;
}

body.ambassador .section.main > .section.our-team .image img { 
	margin-top: 60px;
	margin-bottom: 21px;
	width: 100%  !important;
	height:  100% !important;
}

body.ambassador .section.main > .section.our-team p {
	
}

body.ambassador .section.main > .section.our-team h3 {
	text-align: left;
	font-size: 38px;
	margin-bottom: 42px;
}

body.ambassador .section.main > .section.our-team h4 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 15px;
	height: auto;
	margin-top: 30px;
	text-align: left;
	background-image: url(../images/bottom-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}


/** 
 * 	OUR WORK
 */
body.our.work {
 	 
}


	
body.our.work .slot {
    display: inline-table;
    border-left: 10px solid #ef8948;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 30px;
    width: 100%;
}

body.our.work .slot h3,
body.our.work .slot h4 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
}

body.our.work .slot .short {
	width: 545px;
	display: table-cell;
	float: left;
	margin-top: 0;
	vertical-align: top;
	margin-bottom: 15px;
}

body.our.work .slot .partners {
	display:  table-cell;
	width: 30%;
	background: #f3f3f3;
	margin-left: 152px;
	vertical-align: top;
}

body.our.work .slot .partners a {
	color: #ef8948;
	text-decoration: none;
	font-size: inherit;
}

body.our.work .slot .partners h4 {
	color: #808080;
	margin: 20px;
	font-size: 20px;
	margin-bottom: 0;
}

body.our.work .slot .short .button {

	margin-top: 30px;
	
}

body.our.work .section.content .content h3 {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 26px;
}

body.our.work .section.content {
	margin-bottom: 30px;	
}

body.our.work .section.content .content {
	text-align: left;
}




/**
 * 	END
 */
.section.content.mode-2column h2 {
		text-align: left;
}

.section.content.mode-2column h3 {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 25px;
}



	body.partner .section.main > .section .content ul {
		line-height: 26px;
		margin-bottom: 1em;
		font-size: 18px;
		list-style: none;
		margin-left: 50px;
		position: relative;
	}

	body.partner .section.main > .section .content ul li {
		text-indent: 0;
		position: relative;
		padding-left: 25px;
	}
	
	body.partner .section.main > .section .content ul li::before {
		content: "• ";
		color: #ef8948;
		font-size: 2em;
		position: absolute;
		left: 0;
		top: 0;
	}
	
/********************************
 * PORTAL
 */		

.section.portal {
	text-align: left;
	border-bottom: 7px solid #cebfa2;
	padding-bottom: 80px;
	margin-bottom: -30px;
}

.section.portal .loginPage {
	text-align: left;
	display: inline-block;
}

.section.portal .loginPage .needspadding {
	margin-left: 10px;
	margin-top: 40px;
}

.section.portal .info,
.section.portal .loginPage .login-subhead {
	font-size: 16px;
	line-height: 2em;	
}

.section.portal .loginPage  label {
	color: #ef8948;
	font-weight: bold;
}

.section.portal .loginPage  label small {
	font-weight: bold;
}

.section.portal .loginPage  input {
	display: block;
	margin-bottom: 2em;
	margin-top: 1em;
	width: 100%;
}

.section.portal .loginPage  .button {
	float: right;
	width: 140px;
}


.section.portal .row.options {
	text-align: left;
	height: 60px;
	vertical-align: middle;
	margin-bottom: 30px;
}

.section.portal .row.options .button {
	height: 50px;
	width: 148px;
	text-align: center;
	padding-top: 16px;
}

.section.portal .row.options .columns.loginas {
	display: inline-block;
	text-align: left;
	padding-top: 12px;
}

.section.portal .row.options .columns.loginas p {
	display: inline-block;
}

.section.portal .row.options .columns.loginas b {
	display: inline-block;
	font-weight: bold;	
	margin-left: 10px;
}

.section.portal .row.options .columns.text-right {
	display: inline-block;
	text-align: right;
	float: right;
}

.section.portal .browse_table {
	display: table;
	width: 100%;
	table-layout: initial;
	border-collapse: initial;
	border-spacing: initial;
}	

.section.portal .browse_table tr {
	
}

.section.portal .browse_table tr th {
	text-align: left;
	background: #f5f5f5;
	border: 1px solid #ffffff;
	padding: 10px;
}

.section.portal .browse_table tr td {
	padding: 10px;
	text-align: left;
	color: #9d7d4c;
}

.section.portal .browse_table tr:nth-child(even) {
	background: #f5f5f5;	
}

.section.portal .browse_table tr td .fa {
	margin-right: 1em;
	font-size: 1.3em;
}

.section.portal .browse_table tr td a {
	color: #9d7d4c;
}

.section.portal .browse_table tr.file td,
.section.portal .browse_table tr.file td a {
	color: #ef8948;
}

.section.portal .browse_table tr td:nth-child(2),
.section.portal .browse_table tr td:nth-child(2) a {
	color: #ef8948;
}

@media screen and (max-width: 1700px) {
	body {
	   /*background-color: red; */ 
	}
	
	body .section.main > .section {
		display: inline-block;
		width:auto;
	}
	
	
	
	body.partner .section.main > .section.about .content {
		display: block;
		width: 50%;	
	}
	
	body.partner .section.main > .section.about .image {
		display: block;
		width: 50%;
		overflow: hidden;
	}
	
	body.partner .section.main > .section.about .image img { 
		max-width: none;
		width: 130%;
	}
	
	body.partner .section.main > .section.involvement {
		display: block;
		width: auto;	
	}
	
	body.partner .section.main > .section.involvement .image {
		display: block;
		width: 48%;
	}

	body.partner .section.main > .section.involvement .content {
		display: block;
		width: 50%;	
	}
	
	body .section.main {
		width: 100%;
	}
	
	.owl-carousel .owl-item {
		position: relative;	
		width: 100%;
	}
	
	.owl-carousel .owl-item > div {
		position: relative;
		width: 100%;		
	}
	
	.owl-carousel .item {
		width: 100%;
	}
	
	.owl-carousel .owl-item .img {
		position: relative;
		width: 50%;		
	}
	
	.owl-carousel .item .img img {
		display: none;
		position: relative;
		width: 100%;
	}
	
	.owl-carousel .owl-item .img.mobile {
		display: block;
		position: relative;
		width: 100%;
		background-position: center center;
	}
	
	.owl-carousel .owl-dots {
		margin-right: 50px;
	}
	
	body section.carousel .item-content {
			width: 43%;
	}
	
	body section.practices .content {
		width: 50%;
	}
	
	body section.practices .content .box {
		width: auto;
		overflow: hidden;
	}
	
	body section.practices .image {
		width: 50%;
		overflow: hidden;
	}
	
	body section.practices.images .img {
		width: 25%;
		height: auto;
	}
	
	body section.practices.images {
		height: auto;
	}
	
	body footer {
		display: block;
		width: auto;
	}
	
	body .section.main > .section.gis-map {
		display: block;
		width: auto;
	}
	
	body nav ul {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
}

@media screen and (max-width: 1300px) {
	body {
		/** background-color: purple; **/ 
	}

	body footer {
		display: block;
		width: auto;
		margin-top: -20px;	
	}
	
	body footer .footer {
		
		background-position: bottom center;
		height: 380px;
		padding-bottom: 130px;
	}
	
	body footer .footer .content .box:nth-child(2) {
		float: none;	
	}
	
	.section.main section.body {
		display: block;
		width: auto;
		position: relative;
		margin-left: 30px;
		margin-right: 30px;
		
	}
	
	body footer .footer .content  {
		display: block;
		width: auto;
		position: relative;
		background: #74975f;
	}
	
	body footer .footer .content .box:nth-child(1) {
		position: relative;
		left: 60px;
		width: auto;
	}
	
	body footer .footer .content .box:nth-child(2) {
		position: relative;
		right: 60px;
		width: auto;
		top: 50px;
	}
	
	body.partners .section.partners .content {
		text-align: center;
		
	}
		
	body.partners .section.partners .box.partner {
		width: 260px;
		height: 260px;
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 18px;
		float: none;
	}		
		
	body .section.content.mode-2column .content {
		display: block;
		width: auto;
	}	
	
	body .section.content.mode-2column .content > div {
		width: 46%;	
	}
	
	body .section.content.mode-2column .content > div:nth-child(2) {
		float: right;	
	}
	
}

@media screen and (max-width: 1200px) {
	body {
		 /** background-color: blue; **/ 
	}
	
	body .section.main {
		/*width: 964px; */
	}

	.owl-carousel .owl-dots {
		margin-right: 30px;
	}

	body .section.main > .section {
		display: inline-block;
		width:auto;
	}
	
	body.disclaimer section h3, body.privace.policy section h3 {
		margin-left: 20px;	
	}
	
	body.partners .section.partners .box.partner {
		width: 245px;
		height: 245px;
		
	}		
	
	body section.aims .content {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}
	
	body section.carousel .item-content .title {
		font-size: 40px;
		width: 350px;
	}
	
	body section.carousel .item-content .description {
		width: 350px;
		font-size: 20px;
	}	
}

/***
 * MENU DO PRZELACZENIA NA MOBILNE, TABLETY
 */
@media screen and (max-width: 1024px) {
	
	body header nav ul { display: block; overflow: hidden; height: 0; }
	body header nav .content {
		margin-top: 0;
		position: relative;
		width: auto;
		display: block;
		padding-top: 15px;	
		overflow: visible;
	}
	
	body.mobile-menu header nav ul.top-menu { 
		display: block; 
		overflow: visible; 
		height: auto; 
		padding-top: 30px;
		padding-bottom: 30px;
		height: 100%;		background: #cfbea2;
		margin-top: 15px;
	}
	
	body.mobile-menu header nav ul.top-menu li {
		border-color: #cfbea2;	
	}
	
	body nav ul li.active, body nav ul li:hover {
	
			background: #9db58f;
			
	}
	
	body nav ul li.divider,
	body nav ul li.divider.active, body nav ul li.divider:hover {
		display: none;
	}
	
	body.mobile-menu nav ul li.has-dropdown .dropdown {
		margin: 12px;
		width: 100%;
		display: none;
		top: 15px;
		padding-bottom: 20px;
	}
	
	body.mobile-menu nav ul li.has-dropdown:hover .dropdown {
		 display: block;
	}
	
	body.mobile-menu nav ul li.hide-submenu:hover .dropdown {
		 display: none !important;
	}
	
	body.mobile-menu header nav li.has-dropdown ul li {
    	border-color: #9eb790;
    	text-align: center;
	}

	body.mobile-menu header nav li.has-dropdown ul li:hover {
    	border-color: #cfbea2;

	}
	
	body nav ul li {
		display: block;
		margin: 0;
		padding: 5px;	
	}

	body header nav.parts {
	    background-size: auto 100%;
	    padding: 10px;
	    padding-bottom: 25px;
	}
	
	

	body .section.main > .section.breadcrumb {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	body footer .footer {
		height: 480px;
		margin: 0;
	}
	
	body.partners .section.partners .box.partner {
		width: 230px;
		height: 230px;
		
	}	
	
	body.partner .section.main > .section.our-team .content {
		width: 50%;
	}		
	
	body.partner .section.main > .section.our-team .image {
		width: 50%;
	}
	
	body footer .footer .content .text,
	body footer .footer .content .img {
		float: none;
	}
	
	body section.aims .content {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	body section .content .toolbar {
	    width: 100%;
	    display: table;
	    margin-top: 30px;
	    bottom: auto;
	}
	
	body section .content .toolbar .line .cell {
		text-align: center;	
	}
	
	body section .content .toolbar .line .cell:nth-child(1) .button {
		margin-left: auto;
	}
	
	body section .content .toolbar .line .cell:nth-child(1) .button {
		margin-right:auto;
	}
	
	body #mobile_menu_button {
		display: block;
	}
	
	body header nav.parts {
		display: block;
		margin: 0;
		width: auto;
	}
	
	body.home .section.main > .section {
    	margin: 0;
	}
	
	.owl-carousel .item {
    	width: 100%;
    	height: 1020px;
	}

	.owl-carousel .owl-item .img {
		width: 100%;
		float: none;
		height: 684px;
	}
	
	body section.carousel .item-content {
	    float: none;
	    width: auto;
	    margin: 30px;
	}
	

	
	
	body section.carousel .item-content .title {
		width: auto;
		text-align: center;
	}
	
	body section.carousel .item-content .description {
		width: auto;
		text-align: center;
	}
	
	body section.carousel .item-content .link {
		display: block;
		width: auto;
		text-align: center;
	}
	
	body section.practices .content .box {
    	width: auto;
    	position: initial;
    	margin: 15px;
    	display: block;
	    vertical-align: top;
    	height: auto;
	}
	
	body section.practices .image {
    	height: 264px;
    	width: 100%;
    	float: left;
	}
	
	body section.practices .content {
    	width: auto;
    	height: auto;
	}
	
	body section.practices  {
		width: auto;
    	height: auto;
	}
	
	body section.practices .image .img {
    	height: 100%;
    	width: 100%;
    	float: left;
    	background-size: 320px auto;
    	background-position: center center;
	}
	
	body section.practices .image {
		height: 500px;
	}
	
	body section.practices .image .img {
		background-size: 100% auto;
	}
	
	body section.practices.images .img {
		width: 50%;
	}

	body {
	  /** background-color: green; **/  
	}
	
	.owl-carousel .owl-item .img.mobile {
		
	}
	/**
	 * 	maksymalizujemy wszystko
	 */
	
	body header nav.parts {
		margin: 0;
		display: block;
		width: auto;
	}


	body .parts.topmenu {
		right: 30px;
		top: 72px;
	}
	
	.side.menu.show {
		width: 100%;
		text-align: center;	
	}	
	
	.side.menu .parts.navigate.main ul li {
		width: 65%;	
	}
	
	.side.menu h2 {
		font-size: 22px;
	}
	
	.side.menu .inner {
		width: 300px;
		display: inline-block;
	}
	
	.section.portal .row.options {
		height: auto;
		text-align: center;
	}
	
	.section.portal .row.options .button {
		display: inline-block;	
	}
	
	.section.portal .row.options .columns.text-right {
		float: none;	
	}
	
	.section.main > .section.banner {
		margin: 0;
		display: block;
		width: auto;
	}
	
	body footer .footer {
		margin: 0;
		display: block;
		width: auto;
	}
	
	body.home .section.main > .section {
		margin: 0;
		display: block;
		width: auto;
	}
	
	
	/** PROJECTS **/
	.section.main .section.side.left {
		display: block;
		float: none;
		width: auto;
		margin: 0;
	}
	
	.section.main .section.side.right {
		float: none;
		width: auto;
		margin: 0;
	}	
	
	body.project .section.content h2 {
		position: relative;
	}

	body .section.content.mode-2column .content > div {
		width: auto;
		float: none;
		display: block;
		margin: 0;
		margin-bottom: 2em;
	}		
	
	.section.main section.body > .section.content .content {
		text-align: left;
	
	}
	
	body.partner .section.main > .section.about {
		width: auto;
		display: block;
		float: none;
		height: auto;
	}
	
	body.partner .section.main > .section.about .content {
		float: none;
		width: auto;
		display: block;	
	}
	
	body.partner .section.main > .section.about .image {
		float: none;
		width: auto;
		display: block;		
	}
	
	body.partner .section.main > .section.about .content .button {
		position: relative;
		bottom: auto;
		margin-top: 30px;
	}
	
	body.partner .section.main > .section.expertise {
    	margin: 30px;
    	text-align: left;
	}
	
	body.partner .section.main > .section.involvement .image {
		float: none;
		width: auto;
		display: block;		
	}
	
	body.partner .section.main > .section.involvement .content {
		float: none;
		width: auto;
		display: block;		
	}
	
	body.partner .section.main > .section.involvement {
		margin-bottom: 0;
	}
	
	body.partner .section.main > .section.our-team {
		display: block;
			margin-bottom: 0;
	}
	
	body.partner .section.main > .section.our-team .content {
		float: none;
		width: auto;
		display: block;		
	}
	
	body.partner .section.main > .section.our-team .image {
		float: none;
		width: auto;
		display: block;	
		padding-bottom: 30px;
		
	}
	
	body.our.work .slot {
		margin: 0;
		display: block;
		width: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	body.our.work .slot .short {
		margin: 0;
		display: block;
		width: auto;
		float: none;
		position: relative;
	}
	
	body.our.work .slot .partners {
		margin: 0;
		display: block;
		width: auto;
		float: none;
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	
	.section.main section.body  {

		margin-bottom: 30px;
	}
	
	body.project .section.main .section.side.right .section.aside {
		margin-top: 20px;
	}
	
	.section.carousel,
	.owl-carousel .item {
		height: 1030px;
	}


	body.contact .section.contact.form .tb {
		display: block;
		width: auto;
	}
	
	body .section.content.mode-3column .content {
		width: auto;
	}
	
	body.contact .section.content.mode-3column .content > div {
		width: auto;
	}
	
	body.contact .section.contact.form {
		margin-bottom: 50px;
	}
	
	body.contact .section.contact.form .td.header {
		padding-left: 0;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	
	.section.main > .section.banner .image
	{
		background: transparent;
	}
	
	.section.main > .section.banner img
	{
		display: none;	
	}

	.section.main > .section.banner .img.mobile
	{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: auto;
	}
		
	/***********
	 * OKIENKA
	 */
	
	.app.buffer .window,
	.app.buffer .window.work.subscriptiondone,
	.app.buffer .window.work.subscription,
	.app.buffer .window.message.email {
		margin: 0;
		width: auto;
		height: 100%;
		overflow: hidden;
	}
	
	.app.buffer .window .message {
		font-size: 12px;
	}
	
	.app.buffer .window.work.subscription .message .tb {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.app.buffer .window.work.subscription .message .td input {
		font-size: 12px;
	}
	
	.app.buffer .window .title {
		font-size: 20px;
		padding: 10px;
	}
	
	.app.buffer .window.work.subscription .message {
		text-align: center;
	}
	
	/* NEWS */
	.section.main .section.side .content {
		margin: 0;
	}
	
	body.news .content.news .slot {
		margin: 0;
	}
	
	.section.main .section.side.right {
		display: block;
		height: auto;
    	min-height: auto;
	}
	
	.section.main .section.side.right .section.aside.challenges {
		display: none;
	}
	
	.section.main .section.side.right .section.aside.social {
		display: none;
	}
}



/***
 * MENU DO PRZELACZENIA NA MOBILNE, TELEFONY
 */

@media screen and (max-width: 480px) {
	
	body.home {
	/** background-color: transparent; **/
		
		/* background-image: url(../images/home-mobile.png); */
	}
	
	body .section.main {
		/*width: 320px;*/
		overflow: hidden;
	}
	
	body header .parts.logo {
		/*text-align: left;*/
	}
	
	body header .parts.logo .img.logo {
		margin-top: 20px;
		margin-left: 18px;
		margin-bottom: 11px;
		width: 137px;
	}
	
	.owl-carousel .owl-item .img.mobile {
		background-size: 100% auto;
	}
	

	body .parts.topmenu {
		right: 30px;
		top: 42px;
	}

	.section.search .content
	{
		padding: 30px;	
	}
	
	body header nav.parts {
		margin: 0;
		height: auto;
		overflow: hidden;
	}
	
	body .menu.margin {
		margin-top: 166px;
	}
	
	body section {
		margin: 0;
	}
	
	.section.carousel,
	.owl-carousel .item {
		height: 500px;
	}
	
	.owl-carousel .item img.mobile { 
		display: none;
	}
	
	.owl-carousel .item .img {
	    width: 100%;
	    position: relative;
	    height: 297px;
	    float: none;
	} 
	
	body section.carousel .item-content {
		width: 100%;
	    position: relative;
	    height: 200px;
	    float: none;
	    margin: 0;
	    text-align: center;
	}
	
	.owl-carousel .owl-item .img.mobile {
		width: 100%;
		background-size: 100% auto;
	}
	
	body header nav.parts {
		background-image: none;	
		background-color: #74975f;
		padding: 0;
		padding-bottom: 10px;
	}
	
	body section.carousel .item-content .title {
		margin-top: 22px;
		font-size: 33px;
		height: auto;
		display: inline-block;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	
	body section.carousel .item-content .description {
		display: none;
	}
	
	body .button {
		height: 50px;
		padding-top: 12px;
	}
	
	body section.carousel {
	    height: 500px;
	}

	body section.aims .content {
		width: 320px;
	}	
	
	body section.aims h2 {
		font-size: 24px;
		margin: 0;
		margin-top: 35px;
		margin-bottom: 12px;
	}
	
	body section.aims .content div {
		text-align: center;
		margin: 10px;
		margin-top: 0;
		font-size: 15px;		
	}
	
	body section.aims .content {
		width: auto;
		height: auto;
	}
	
	body section.aims {
		height: auto;	
	}
	
	body section.aims .content div.toolbar {
		position: relative;
		bottom: auto;
		margin: 0;
		margin-top: 5px;
	}
	
	body section .content .toolbar .line .cell:nth-child(1) {
		display: block;	
		width: auto;
	}
	
	body section .content .toolbar .line .cell:nth-child(2) {
		display: block;
		width: auto;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	body section .content .toolbar .line .cell:nth-child(1) .button {
		margin: auto;
		display: inline-block;
		width: 190px;
		font-size: 22px;
	}
	
	body section .content .toolbar .line .cell:nth-child(2) .button {
		margin: auto;
		display: inline-block;
		width: 190px;
		font-size: 22px;
	}
	
	body section.aims .content div p {
		line-height: 20px;
	}
	
	body section.aims .content div {
		margin: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	body section.practices .content {
		width: auto;
		position: relative;
		vertical-align: top;
		font-size: 14px;
		height: auto;
	}
	
	body section.practices .content .box {
		width: auto;
		position: initial;
		margin: 15px;
		display: block;
		vertical-align: top;
		height: auto;
	}
	
	body section.practices .content .margin {
		margin: 7px;
		padding-bottom: 20px;
	}
	
	body section.practices .content .margin h3 {
		margin-top: 0;
		position: relative;
		top: 15px;
		font-size: 24px;
		margin-bottom: 38px;
	}
	
	body section.practices {
		height: auto;
	}
	
	body section.practices .content p {
		line-height: 20px;
	}
	
	body section.practices .image {
		height: 264px;
		width: 100%;
		float: left;
	}

	body section.practices .image .img {
		height: 100%;
		width: 100%;
		float: left;
		background-size: 320px auto;
		background-position: center center;
	}
	
	body section.practices.images {
		height: auto;	
	}	
	
	body section.practices.images .img {
		width: 50%;
		height: auto;
	}
	
	body section.latest.news .content {
		vertical-align: top;	
	}
	
	body section.latest.news h3 {
		margin: 24px;
		font-size: 24px;
		margin-top: 57px;
		margin-bottom: 44px;
	}
	
	body section.latest.news {
		height: auto;
	}
	
	body section.latest.news .slot {
		margin-left: 20px;
		padding-left: 20px;
		font-size: 18px;
		margin-bottom: 31px;
	}
	
	body section.latest.news .slot p {
		line-height: 28px;
	}
	
	body footer  {
		height: auto;
		width: auto;
		margin: 0;
	}
	
	body footer .footer {
		height: auto;
		width: auto;
		margin: 0;
		padding-bottom: 50px;
		background-position: bottom left;
	}
	
	body footer .footer .content {
		width: auto;
		background: #749760;
		text-align: center;
	}
	
	body footer .footer .content .box:nth-child(1) {
		display: block;
		float: left;
		width: auto;
		height: auto;
	}
	
	body footer .footer .content .box:nth-child(2) {
		display: block;
		float: left;
		width: 100%;	
		height: auto;	
		text-align: center;
		margin-top: 30px;
	}
	
	body footer .footer .content .box.social {
		float: none;
		margin-top: 30px;
	}
	
	body footer .footer .content .box.social .icon {
		display: block;
		margin: auto;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	
	body footer .footer .content .img {
		float: none;
		margin: 10px;
	}
	
	body footer .footer .content .box h5 {
		font-size: 24px;
	}
	
	body footer .footer .content .box.ue p {
		font-size: 14px;
	}
	
	.under-footer {
		font-size: 12px;
	}
	
	.section.main > .section.banner
	{
		height: 400px;
		width: 100%;
		/* background: transparent; */
	}

		
	/** PARTNERS **/
	
	body.partner {
		
		 
	}
	
	body footer .footer .content .box.social {
		float: none;
		margin: auto;
		left: auto;
		right: auto;
		padding-top: 30px;
	}
	
	body footer .footer .content .box.ue {
		float: none;
		margin: auto;
		left: auto;
		right: auto;
		padding-bottom: 40px;
	}
	
	
	
}

/**
 * 	Upgraded
 */
.technical-reports {
	text-align: left;
	padding-left: 15px;
}

.technical-reports p {
	display: inline-block;
}

.section.main .content .technical-reports p a.button {
	padding: 10px;
	margin-bottom: 2em;
}

.partners-filters {
	text-align: left;
	margin-bottom: 2em;
}

.section.maps {
	margin-top: 2em;	
}

.section.maps .content h3 {
	background-image: url(../images/map.png);
	padding-top: 41px;
	padding-bottom: 21px;
	color: #ffffff;
	text-align: center;
}

#gmap {
    height: 671px;  /* The height is 400 pixels */
	width: 100%; 
	
}

#gmap-info .arrow-box {
	background: transparent;
	float: left;
	width: 15px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
}

#gmap-info .arrow-box .arrow {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 15px;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #ffffff;
	position: absolute;
	left: 0;
	top: 40%;
}

.section.maps .content {
		position: relative;	
}
	
#gmap-info {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	min-width: 300px;
	min-height: 200px;
	overflow: visible;
	padding: 20px;
	text-align: left;
	font-size: 15px;
	display: none;
	z-index: 100;
}


#gmap-info .header {
	text-align: left;
	text-transform: uppercase;
	color: #ef8948;
	font-size: 15px;
	border-bottom: 2px solid #e6e6e6;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

#gmap-info .content {}

#gmap-info .content p {
	font-size: 15px;
	margin-bottom: 0.2em;
}

#gmap-info .content i {
	font-style:normal;
	margin-right: 0.3em;
}

#gmap-info .content ul {}
#gmap-info .content ul li {}
#gmap-info .content ul li::before {
	content: '- ';
}

#gmap-info .content b {
	font-weight: bold;
	margin-bottom: 0.5em;
	display: block;
}

#gmap-info .button.close {
	font-size: 18px;
	border-radius: 0;
	padding: 2px;
	right: 0;
	top: 0;
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
}

.partners-filters a.button {
	
}

body.mobile-menu nav ul li.has-dropdown .dropdown {
	z-index: 1;	
}

body header .parts.logo .img.logo {
    min-height: 100px;
    margin-right: 130px;
}
   
body header .parts.logo {
    width: 50%;
    
}

body header .top-line {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

body header .top-line .parts.topmenu {
	background: transparent;
	font-size: 20px;
	position: relative;
	top: 31px;
	right: 261px;
	color: #ef8947;
	font-weight: bold;	
	text-align: right;
}

.bigger {
	font-size: 17px;	
}

.bigger input {
	vertical-align: baseline;	
}

body header  .top-menu a:hover {
    color: #ffffff;
}

body header .top-line .parts.topmenu a {
	margin-left: 10px;
	display: inline-block;
	border-bottom: 4px solid transparent;
	padding-bottom: 5px;		
}

body header .top-line .parts.topmenu a:focus,
body header .top-line .parts.topmenu a.active,
body header .top-line .parts.topmenu a:active,
body header .top-line .parts.topmenu a:hover {
	border-color: #fadbc7;
}

body header .middle-line {
	position: absolute;
	right: 261px;
	top: 88px;
	width: 50%;
	text-align: right;
}

body header .middle-line form {
	display: inline-block;
	background: transparent;
	border: 3px solid #f3f3f3;
	width: 200px;
	text-align: left;
	position: relative;
	height: 49px;
	margin-right: 40px;
	vertical-align: top;
	border-radius: 5px;
	outline: hidden;
	outline-style: hidden;
	overflow: hidden;
}

body .section.main header .middle-line form input {
	padding: 13px;
	font-size: 16px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #ef8947;
	font-weight: bold;
	outline: hidden;
	outline-style: hidden;
}

body .section.main header .middle-line form input::-webkit-input-placeholder { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input::-moz-placeholder { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input:-ms-input-placeholder { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input:-moz-placeholder { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input:placeholder-shown { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input::placeholder { color: #ef8947; opacity: 1;     outline: none;}
body .section.main header .middle-line form input:focus { outline: none;}


body .section.main header .middle-line form button.button {
	color: #ababab;
	background: none;
	position: absolute;
	right: 0;
	padding: 14px;
}  

body .section.main header .middle-line .button {
	padding: 15px;
	font-size: 16px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}

body header .bottom-line {
	
}


body.disclaimer .section.main .content p,
body.privace.policy .section.main .content p {
	text-align: left;
}

body.disclaimer section h2,
body.privace.policy section h2 {
	text-align: left;
}

body.disclaimer section h3,
body.privace.policy section h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

.app.buffer .window.work.subscription .message .td input[type='checkbox'] {
	width: auto;
}
.app.buffer .window.work.subscription .message .td input[type='checkbox'].error {
	box-shadow: 0px 0px 3px red;
}

body.contact input[type='checkbox'] {
	width: auto;
}

body.contact input[type='checkbox'].error {
	box-shadow: 0px 0px 3px red;
}

.on-mobile {
	display: none;	
}

body.mobile-menu .parts.navigate.main .inner {
    background: #cfbea2;
}


body.mobile-menu .parts.navigate.main .inner  form {
	display: inline-block;
	background: #ffffff;
	border: 0px solid #f3f3f3;
	width: 80%;
	text-align: left;
	position: relative;
	height: 35px;
	vertical-align: top;
	margin-bottom: 20px;
	margin-top: 20px;
}

body.mobile-menu .parts.navigate.main .inner  form input {
	padding: 9px;
	font-size: 13px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}

body.mobile-menu .parts.navigate.main .inner  form button.button {
	color: #f3f3f3;
	background: none;
	position: absolute;
	right: 0;
	padding: 9px;
    padding-right: 7px;
	font-size: 13px;
	padding-right: 13px;
	color: #333;
}  

@media screen and (max-width: 1700px) { 
	body header .top-line .parts.topmenu {
		font-size: 15px;
	}
}

@media screen and (max-width: 1024px) { 
	body header .top-line { display: none; }
	body header .middle-line { display: none; }
	body header .parts.logo {
		width: 100%; 
	}
	
	body header .top-line .parts.topmenu {
		font-size: 15px;
	}
	
	body header .parts.logo .img.logo {
    	margin-right: 0px;
    }
    
    .mobile-menu .on-mobile {
		display: block;	
	}
	
	body.mobile-menu header nav ul.top-menu {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.section.maps .content h3 {
		font-size: 95%; 
	}
	
	
	
	#gmap {
    	height: 400px;  /* The height is 400 pixels */
		width: 100%; 
	}
	
	#gmap-info {
		width: 100%;
		padding-top: 20px;
	}
	
	#gmap-info .button.close {
		top: 10px;
		right: 10px;
	}
	
	#gmap-info .arrow-box {
		display: none;
	}
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}