/*
Theme Name: Novaldi
Theme URI: http://novaldi.com/
Author: the Novaldi team
Author URI: http://novaldi.com/
Description: Novaldi theme
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novaldi

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after,
.format-status .page-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .page-header:before,
.format-status .entry-header:after,
.format-status .page-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.page-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.page-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered,
.page-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img,
.author-avatar img {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item,
.page-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: calc(100%/6);
}
.gallery-columns-7 .gallery-item {
	max-width: calc(100%/7);
}
.gallery-columns-8 .gallery-item {
	max-width: calc(100%/8);
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img, .gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px !important;
	font-family: Source Sans Pro, Helvetica, Arial, sans-serif !important;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
}

/* Header */
.site-header {
}
.site-header .site-title {
	padding:0;
	margin-bottom: 14px;
}
.site-header .site-title img {
    max-width: 105%;
}
.site-header .poctefa{
	 margin-top: 10px;
}
.site-header .poctefa img{
	 max-width: 145%;	
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Top Menu */
.top-navigation {
    position: relative;
    right: 0;
    top: 10px;
    text-align: right;
}
.top-navigation ul li {
	display: inline-block;
}
.top-navigation ul li a {
	color: rgb(79, 80, 81);
	font-size: 15px;
	font-weight: 300;
	padding: 0;
	margin-left: 10px;
}
.top-navigation ul li a:hover {
	text-decoration: underline;
}
.top-navigation .login-gis a {
	color: #fff;
	background: #62c3d1;
	padding:5px 10px;
	border-radius: 5px;
	font-weight: bold;	
}
.top-navigation .login-gis a:hover {
	background: #fff;
	color: #62c3d1;
	text-decoration: none;
}

/* Navigation Menu */
.wrap-main-navigation {
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9000;
    width: 100%;
    top: 45px;
}
.wrap-main-navigation::after {
	content: '';
	background: rgba(98, 195, 209, 0.7);
	height: 7px;
	width: 100%;
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 200;
	display: block;
}
.wrap-main-navigation .site-branding{
	padding:0;
}
.main-navigation li {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.42857143;
    font-family: Roboto;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Credits Menu */
.nav-menu-credits {
    font-size: 16px;
    line-height: 40px;
    margin: 5px 0 20px 0;
}
.nav-menu-credits li {
    display: inline-block;
}
.nav-menu-credits .delimiter {
    float: right;
    font-size: 11px;
    margin: 0 10px;
}
.nav-menu-credits .last > .delimiter {
    display: none;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    font-size: 12px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
footer[role="contentinfo"] a {
	color: #535656;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
footer[role="contentinfo"] .site-info {
    border-top: 10px solid rgb(217, 218, 218);
    padding: 30px 0 0 0;
    display: inline-block;
    width: 100%;
}
footer[role="contentinfo"] .site-info .logo-footer img {
	height: 90px;	
}
footer[role="contentinfo"] .site-info .address {
    color: rgb(50, 99, 172);
    font-size: 16px;
    margin: 15px 0 0;
    border-bottom: 1px solid #cfd0d0;
    padding-bottom: 15px;
}
.nav-menu-credits li a {
	padding: 0 10px;
	transition: all 300ms linear;
}
.nav-menu-credits li a:hover {
	background: #ade0e7;
	text-decoration: none;
	color: #535656;
}
footer[role="contentinfo"] .poctefa {
	height: 90px;
    margin-bottom: 10px;
}
footer[role="contentinfo"] .social-networks li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}
footer[role="contentinfo"] .social-networks a {
    border-radius: 60px;
    color: rgb(50, 99, 172);
    width: 52px;
    height: 52px;
    transition: all 300ms linear;
    background: rgb(228, 229, 229);
    font-size: 30px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
}
footer[role="contentinfo"] .social-networks a .fa {

}
footer[role="contentinfo"] .social-networks a:hover {
	background: #3263ac;
	color: rgb(228, 229, 229);
}
footer[role="contentinfo"] .wrap-map-footer {
	background: url(img/bg-map-footer-marea.jpg) no-repeat center center;
	height: 400px;
	width: 100%;
	position: relative;
	background-size: cover;
}
footer[role="contentinfo"] .wrap-map-footer h4 {
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 20px 0;
    font-weight: 300;
    color: rgb(79, 80, 81);
    width: 100%;
    text-align: center;
    font-size: 24px;
}
footer[role="contentinfo"] .wrap-map-footer h4::before,
footer[role="contentinfo"] .wrap-map-footer h4::after {
	content: '[';
	position: relative;
	margin: 0 20px;
	font-size: 75px;
	vertical-align: middle;
}
footer[role="contentinfo"] .wrap-map-footer h4::after {
	content:']';	
}
footer[role="contentinfo"] .wrap-map-footer .read-more {
    color: rgb(50, 99, 172);
    font-size: 16px;
    position: absolute;
    top: 105px;
    width: 100%;
    text-align: center;
}
footer[role="contentinfo"] .wrap-map-footer .read-more .fa {
	margin-right: 10px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header, 
.page-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image,
.page-header img.wp-post-image {
	margin-bottom: 0;
}
.entry-header .entry-title,
.page-header .page-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a,
.page-header .page-title a {
	text-decoration: none;
	color: #fff;
	transition: all 300ms linear;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .entry-date {
    display: block;
    text-align: right;
    margin: 10px 0;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.meta-nav .fa-long-arrow-right {
	margin-left: 10px;
}
.meta-nav .fa-long-arrow-left {
	margin-right: 10px;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.page-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.page-content h1,
.comment-content h1,
.entry-content h2,
.page-content h2,
.comment-content h2,
.entry-content h3,
.page-content h3,
.comment-content h3,
.entry-content h4,
.page-content h4,
.comment-content h4,
.entry-content h5,
.page-content h5,
.comment-content h5,
.entry-content h6,
.page-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.page-content h1,
.comment-content h1 {
	font-size: 24px;
	line-height: 1.5;
}
.entry-content h2, .page-content h2, .comment-content h2, .mu_register h2 {
    font-size: 26px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    color: rgb(98, 195, 209);
}
.entry-content h3,
.page-content h3,
.comment-content h3 {
	font-size: 20px;
	line-height: 1.846153846;
	color: #3263ac;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry-content h4,
.page-content h4,
.comment-content h4 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h5,
.page-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.page-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.page-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
.gform_wrapper span.gform_description {
	margin: 0 0 12px;
	line-height: 1.714285714;
}
.entry-content a:visited,
.page-content a:visited,
.comment-content a:visited {
	color: rgb(51, 122, 183);
}
.entry-content ol,
.page-content ol,
.comment-content ol,
.entry-content ul,
.page-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.page-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.page-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.page-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.page-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.page-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.page-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.page-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.page-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.page-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.page-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.page-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.page-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.page-content abbr,
.comment-content abbr,
.entry-content dfn,
.page-content dfn,
.comment-content dfn,
.entry-content acronym,
.page-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.page-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed, 
.page-content embed,
.entry-content iframe,
.page-content iframe,
.entry-content object,
.page-content object,
.entry-content video,
.page-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.page-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.page-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.page-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.page-content table,
.comment-content table {
	margin: 20px 0;
	width: 100%;
}
.entry-content table caption,
.page-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.page-content td,
.comment-content td {
	
}
.entry-content a[href$=".pdf"]::before {
	content: "\f15b";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
}
.site-content article {
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.internal-linking {
    background: rgb(50, 99, 172);
    color: #fff;
    padding: 25px 0;
    position: relative;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
}
.wrap-listing-pages h4 {
    font-weight: bold;
    line-height: 70px;
    padding-left: 60px;
}
.wrap-listing-pages h4::before {
    background: url(img/logo-marea-grey.png) no-repeat 0 0;
    background-size: 60px;
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0px;
}
.wrap-listing-pages ul {
    list-style: none;
    margin: 0;
    column-count: 2;
}
.wrap-listing-pages ul li a {
    color: rgb(102, 206, 218);
    padding-left: 10px;
}
.wrap-listing-pages ul li a::before {
    content: "\f105";
    color: rgb(255, 255, 255);
    font-family: FontAwesome;
    position: relative;
    left: -10px;
}
.wrap-listing-pages ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.blog .read-more, .archive .read-more {
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.question {
	margin-bottom: 10px;
}
.question .panel-title > .small, 
.question .panel-title > .small > a, 
.question .panel-title > a {
    display: block;
    transition: all 300ms linear;
    padding: 10px 15px;
}
.question .panel-title > .small:hover, 
.question .panel-title > .small > a:hover, 
.question .panel-title > a:hover,

.question .panel-title > .small:focus, 
.question .panel-title > .small > a:focus, 
.question .panel-title > a:focus,

.question .panel-title > .small:active, 
.question .panel-title > .small > a:active, 
.question .panel-title > a:active {
    text-decoration: none;
    background: rgb(98, 195, 209);
    color: #fff;
}
.question .panel-heading {
	padding: 0;
}
.question .panel-title {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}
.template-front-page .wrap-news {
    background: url(img/bg-news-waves.png) repeat 0 0 / cover fixed;
}
.template-front-page .wrap-news h2, .template-front-page .wrap-see h2 {
    color: rgb(98, 195, 209);
    font-weight: bold;
    font-size: 60px;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    position: relative;
    padding-left: 100px;
    display: block;
    margin: 30px 0;
}
.template-front-page .wrap-news h2::before, .template-front-page .wrap-see h2::before {
    content: "";
    width: 135px;
    height: 135px;
    background: url(img/before-title-marea.png) no-repeat 0 0;
    background-size: 85px;
    display: block;
    position: absolute;
    top: -10px;
    left:0;
}
.template-front-page .wrap-news .read-more, .template-front-page .wrap-see .read-more {
    font-size: 16px;
    font-weight: bold;
    color: rgb(79, 80, 81);
    text-transform: uppercase;
    border: 1px solid #62c3d1;
    padding: 10px 30px;
    display: inline-block;
    transition: all 300ms linear;
    margin: 10px 0 50px;
}
.template-front-page .wrap-news .read-more .fa, .template-front-page .wrap-see .read-more .fa {
	font-weight: bold;
}
.template-front-page .wrap-news .read-more:hover, .template-front-page .wrap-see .read-more:hover {
	background: #62c3d1;
	color: #fff;
	text-decoration: none;
}
.template-front-page .wrap-news article {
	margin: 0;
	padding: 0;
	transition: all 300ms linear;
}
.template-front-page .wrap-news article a::after {
	opacity: 0;
	content:"";
	background: rgba(97, 192, 202, 0.5);
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: 15px;
	transition: all 300ms linear;
	overflow:hidden;
}
.template-front-page .wrap-news article a:hover::after {
	content: "";
	opacity:1;
	cursor: pointer;
}
.template-front-page .wrap-news article:hover * {
	text-decoration: none !important;
}
.template-front-page .wrap-news article img {
	transition: all 300ms linear;
}
.template-front-page .wrap-news article:hover img {
	transform: scale(1.05);
}
.template-front-page .wrap-news .entry-header {
	margin: 0;
}
.template-front-page .wrap-news .entry-header .entry-title {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 15px;
	position: relative;
	z-index:100;
	background: none;
	border: none;
}
.template-front-page .wrap-news .entry-header .entry-date {
    font-size: 15px;
    padding: 0 15px 10px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    z-index: 100;
    text-align: left;
}
.template-front-page .wrap-news .fa-plus {
    padding: 9px 10px;
    text-align: right;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    margin: 0px 15px 10px 15px;
    transition: all 300ms linear;
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
}
.template-front-page .wrap-news .fa-plus:hover {
	background: #fff;
	color: rgb(97, 192, 202);	
}
.template-front-page .wrap-news .entry-header .entry-date::before {
    content: "";
    width: 126px;
    height: 10px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}
.template-front-page .wrap-news .subpart {
    position: absolute;
    background: rgba(97,192,202,.9);
    display: block;
    width: calc(100% - 30px);
    z-index: 110;
    bottom: 0;
    transition: all 300ms linear;
    min-height: 110px;
}
.template-front-page .wrap-news .subpart:hover {
	background: none;
}
.template-front-page .wrap-see {
    background: rgb(50, 99, 172);
    color: rgb(210, 213, 216);
    padding: 0 0;
    position: relative;
    margin: 60px 0 120px;
    display: inline-block;
    width: 100%;
}
.template-front-page .wrap-see::before, .template-front-page .wrap-see::after {
    background: rgb(50, 99, 172);
    content: '';
    height: 170px;
    position: absolute;
    left: -50px;
    top: -30px;
    width: 150%;
    transform: rotateZ(1.5deg);
}
.template-front-page .wrap-see::after {
    transform: rotateZ(-1.5deg);
    bottom: -40px;
    top: inherit;
    left: -50px;
    z-index: 40;
}
.template-front-page .wrap-see > .container {
	position: relative;
	z-index: 500;
}
.template-front-page .wrap-see .btn-primary {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
    padding: 40px 20px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
    background: transparent;
    border: 3px solid rgb(210, 213, 216);
    transition: all 300ms linear;
    position: relative;
    line-height: 30px;
}
.template-front-page .wrap-see .btn-primary:hover {
	background: #fff;
	color: #66ceda;
	text-decoration: none;
}
.template-front-page .wrap-see .btn-primary:last-child {
	margin-bottom: 0;
}
.template-front-page .wrap-see .btn-primary:last-child .label-txt {
	width: 100%;
	float: none;
}
.template-front-page .wrap-see .btn-primary img {
    height: 76px;
    float: left;
}
.template-front-page .wrap-see .btn-primary .fa {
    position: absolute;
    left: calc(50% - 36px);
    top: -20px;
    background: rgb(50, 99, 172);
    padding: 0 10px;
    color: rgb(210, 213, 216);
    font-size: 80px;
    font-weight: bold;
    line-height: 40px;
    transition: all 300ms ease;
}
.template-front-page .wrap-see .btn-primary:hover .fa {
	background: transparent;
	top:-45px;
}
.template-front-page .wrap-see .btn-primary .fa.fa-envelope-o {
    left: calc(50% - 40px);
    top: -20px;
    font-size: 60px;
}
.template-front-page .wrap-see .btn-primary:hover .fa.fa-envelope-o {
	top:-55px;
}
.template-front-page .wrap-see .btn-primary .label-txt {
	float: left;
	width: calc(100% - 76px);
}
.template-front-page .wrap-see .btn-primary .highlight {
    font-weight: 300;
    color: rgb(102, 206, 218);
    display: inline-block;
    width: 100%;
}
.template-front-page .wrap-see h2 {
	color: rgb(210, 213, 216);
	margin-bottom: 50px;
}
.template-front-page .wrap-see h2::before {
	background: url(img/logo-marea-grey.png) no-repeat 0 0;
	background-size: 85px;
}
.template-front-page .wrap-see .youtube-embed {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px;
}
.template-front-page .wrap-see .youtube-embed img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 100%;
}
.template-front-page .wrap-see h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	position: relative;
}
.template-front-page .wrap-see h3:before {
	content: "";
	width: 126px;
	height: 10px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: -20px;
}
.template-front-page .wrap-see .read-more {
    margin: 0;
    color: rgb(255, 255, 255);
    margin-top: 40px;
}

/* =Directory page template
-------------------------------------------------------------- */
.page-template-directory .wrap-directory .employee {
    min-height: 400px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}
.page-template-directory .wrap-directory .employee .name {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.page-template-directory .wrap-directory .employee .org {
	display: block;
}
.page-template-directory .wrap-directory .employee .job {
	display: block;
}
.page-template-directory .wrap-directory .employee img {
    display: block;
    overflow: hidden;
    max-width: 100%;
    object-fit: cover;
    min-height: 250px;
    margin-bottom: 10px;
    transition: all 300ms linear;
    filter: grayscale(1);
}
.page-template-directory .wrap-directory .employee img:hover {
    filter: none;
    cursor: pointer;
}

/* =Contact page template
-------------------------------------------------------------- */

.template-contact .nova-contact-infos {
    background: none repeat scroll 0 0 #F1F1F1;
    padding: 20px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget input[type="search"].search-field {
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget .search-submit:before {
	font-size: 16px;
	left: 1px;
	line-height: 28px;
	width: 34px;
}
.widget button.search-submit {
	padding: 0;
	width: 35px;
}
.search-form {
    position: relative;
    line-height: 32px;
    width: 350px;
    float: right;
}
.search-field {
    width: 350px;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-top: 10px;
}
.search-submit::before {
    content: "\f002";
    font-size: 24px;
    left: 2px;
    position: relative;
    width: 40px;
    font-family: FontAwesome;
    vertical-align: middle;
}
.search-field:focus, .search-field:active {
	border-color: rgb(102, 175, 233);
	outline: 0;
	box-shadow: none;
}
.search-submit {
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 18px;
    width: 42px;
    border: none;
    background: none;
    height: 32px;
}
.search-submit:focus,
.search-submit:active,
.search-submit:hover {
	box-shadow: none;
	background: none;
}

/* =Plugins
----------------------------------------------- */
/*Breadcrumbs*/
body .breadcrumb {
	background:none;
	margin: 20px 0;
	padding: 0;
	border-radius: 0;
}
/* Gravity Forms */
.gform_wrapper img {
	box-shadow:none;
	border-radius:0;
}

/* Polylang */
.lang-eu {
    overflow: hidden;
    min-height: 16px;
    top: 5px;
    position: relative;
}
.lang-eu a {
    position: relative;
    left: -9999px;
    overflow: hidden;
}
.lang-eu a::after {
    content: '';
    background: url(/wp-content/themes/novaldi/img/eu.png) no-repeat center center;
    background-size: auto auto;
    position: absolute;
    display: block;
    left: 9999px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 4px;
}

/*Mappress*/
.mapp-map-links {
	display: none;	
}
.mapp-layout {
    margin: 0;
    padding: 0;
    border: 5px solid #eee;
}

/* Flexslider */
#main-slider.flexslider {
	border: none;
	box-shadow: none;
	border-radius: none;
	margin: 0;
	height: 400px;
}
.page-template-page-templatesfront-page-php #main-slider.flexslider {
	height: 800px;
}
#main-slider .flex-control-nav {
    bottom: 0px;
    text-align: center;
}
#main-slider .nova-slides-title {
    color: #FFFFFF;
    font-family: Source Sans Pro;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    top: 50%;
}
#main-slider .nova-slides-caption {
    color: RGB(255, 255, 255);
    font-family: Source Sans Pro;
    font-size: 60px;
    line-height: 70px;
    position: relative;
    top: 55%;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
/* Gallery */
.slideshow-window {
    background-color: #fff !important;
    border: 20px solid #fff !important;
}
.slideshow-slide-caption {
    line-height: 40px !important;   
    color:#333 !important; 
    text-shadow :none !important;
}
body div.slideshow-window * img {
    max-height: 90% !important;  
}

/*Return to top*/
#return-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 35px;
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 99999;
    cursor: pointer;
}
#return-to-top .fa {
	color: #FFFFFF;
	font-size: 50px;
	margin: 0 auto;
	position: relative;
	top: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}
#return-to-top:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #FFFFFF;
    top: 5px;
}

/* Breadcrumbs */
.seopress-breadcrumb {
    padding: 20px 0 0;
}
.seopress-breadcrumb p {
	font-size: 12px;
}

/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	body * {
		transition: none;
	}
	.nav-menu {
		font-family: Helvetica,Arial;
	    font-weight: bold;
	}
	.nav-menu li {   
	    padding: 10px;
	}
	.nav-menu li a {
	    background: rgb(255, 255, 255);
	    color: rgb(98, 195, 209);
	    font-size: 14px;
	    text-transform: uppercase;
	    display: block;
	    padding: 5px;
	}
	.nav-menu li ul li a {
		background: none;
		color: #fff;
	}
	.nav-menu li a:hover {
		color:#F1F1F1;
	}
	.nav-menu .sub-menu li {
	    margin: 0px 0;
	}
	.nav-menu .sub-menu li a {
	    color: RGB(255, 255, 255);
	    font-size: 12px;
	    padding: 0;
	}	
	.nav-menu .sub-menu li a:hover {
		color:#F1F1F1;
	}	
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	    display: block;
	}
	.container-slider, #top-navigation {
		display: none;
	}
	.wrap-main-navigation {
	    position: relative;
	    top: 0;
	}	
	.search-form {
		float:none;
		width: 100%;
	}
	.search-field {
		width: 100%;
	}
	.search-submit {
    	top: 14px;
	}
	.site-header h1 {
	    text-align: left;
	}
	.site-header .site-title img {
	    max-width: 100%;
	    min-height: 60px;
	    height: auto;
	}
	.template-front-page .wrap-news h2, .template-front-page .wrap-see h2 {
    	font-size: 30px;
	}
	.template-front-page .wrap-news h2::before, .template-front-page .wrap-see h2::before {
		background-size: 55px;
	}
	.template-front-page .wrap-news article {
    	margin: 0 0 20px 0;
	}
	.template-front-page .wrap-news .subpart {
	    position: relative;
	    display: block;
	    width: 100%;
	    top: 0;
	    bottom: inherit;
	}
	.template-front-page .wrap-see {
	    padding: 20px 0;
	    position: relative;
	    margin: 0;
	    width: 100%;
	}	
	.template-front-page .wrap-see .read-more {
	    margin: 40px 0;
	    display: block;
	    text-align: center;
	}	
	.template-front-page .wrap-see::before,
	.template-front-page .wrap-see::after {
		content:none;
	}
	.nav-menu-credits {
	    font-size: 12px;
	    padding-right: 90px;
	}
	.nav-menu-credits li a {    
	    font-size: 12px;
	}	
	.entry-header .entry-title, .page-header .page-title {
	    font-size: 24px;
	    font-weight: bold;
	    background: rgb(50, 99, 172);
	    color: rgb(255, 255, 255);
	    padding: 10px;
	    border-left: 10px solid rgb(98, 195, 209);
	}
	.main-navigation li {
	    margin-top: 0;
	}
	.wrap-listing-pages ul {
	    column-count: 2;
	}			
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	body.template-contact .site-content,
	body.error404 .site-content {
		width: 100%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
	    font-size: 26px;
	    line-height: 1.846153846;
	    margin: -10px 0 10px 0;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	    display: inline-block !important;
	    width: 100%;
	    margin: 22px 0 0 0;
	    text-align: right;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul li {
		position: static;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
	    border-bottom: 0;
	    color: rgb(79, 80, 81);
	    line-height: 3.692307692;
	    text-transform: uppercase;
	    white-space: nowrap;
	    font-weight: 700;
		transition: all 300ms linear;
	    padding: 10px;
	    background-position: center 90%;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus,
	.main-navigation li:hover >a,
	.main-navigation li:focus >a {
		color: rgb(255, 255, 255);
		background: #62c3d1 url(img/waves-menu.png) no-repeat center 90%;
		background-size: 28px;
	}
	.main-navigation li {
	    margin: 0;
	    position: relative;
	}
	.main-navigation li:last-child {
		margin-right:0;
	}
	.main-navigation li * {
		border-right: 0;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul li {
		margin-right: 0;
		position: relative;
		width: 100%;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li[aria-expanded="true"] > ul { 
		border-left: 0;
		display: block;
		background: rgb(98, 195, 209);
		width: calc(100% - 30px);
		position: absolute;
		column-count: 2;
		column-gap: 40px;
		margin: 0;
		z-index: 400;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.12);
		left: 30px;
		padding: 40px;
	}
	.main-navigation ul li:hover > ul::before {
	    content: "";
		background: url(img/bg-news-waves.png) no-repeat center center;
		    background-color: rgba(0, 0, 0, 0);
		    background-size: auto auto;
		width: 200px;
		height: 100%;
		position: absolute;
		left: -200px;
		background-size: calc(100% - 20px);
		background-color: #3263ac;
		top: 0;
	}
	.main-navigation li ul li a {
		display: block;
		font-size: 17px;
		line-height: 2.181818182;
		padding: 8px 10px 8px 40px;
		white-space: normal;
		color: rgb(255, 255, 255);
		font-family: Source Sans Pro;
		text-transform: uppercase;
		font-weight: normal;
		text-align: left;
		position: relative;
	}
	.main-navigation li ul li a::before {
		position: absolute;
		left: 5px;
		content: "\f105";
		font-family: FontAwesome;
		border: 1px solid rgb(255, 255, 255);
		width: 25px;
		height: 25px;
		text-align: center;
		display: block;
		line-height: 25px;
		top: 14px;
	}
	.main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
	    background: rgb(50, 99, 172);
	    color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		background: #62c3d1 url(img/waves-menu.png) no-repeat center 90%;
		background-size: 28px;
	    color: #fff;
	}
	.main-navigation ul ul .current-menu-item >  a,
	.main-navigation ul ul .current-menu-ancestor > a,
	.main-navigation ul ul .current_page_item > a,
	.main-navigation ul ul .current_page_ancestor > a {
		background: rgb(50, 99, 172);
	    color: #fff;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title, .page-header .page-title {
	    font-size: 34px;
	    font-weight: bold;
	    background: rgb(50, 99, 172);
	    color: #fff;
	    padding: 10px;
	    border-left: 10px solid rgb(98, 195, 209);
	    transition: all 300ms linear;
	    margin: 0;
	}
	.entry-header .entry-title:hover,
	.page-header .page-title:hover {
		background: rgb(98, 195, 209);
		border-left: 10px solid rgb(98, 195, 209);
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even) {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}
/*BigSlide*/
.open {
    text-indent: -999999px;
}
@media only screen and (min-width: 768px) {
    .open { display: block; }
}
@media screen and (max-width: 767px) {
	.bigslide-panel {
	    position: fixed;
	    left: -15.625em; /*left or right and the width of your navigation panel*/
	    width: 15.625em; /*should match the above value*/
	    background-color: rgb(50, 99, 172);
	    border-radius: 0px;
	    z-index: 99999 !important;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	#page .navbar-toggle .icon-bar {
	    background: none repeat scroll 0 0 #444444;
	    border-radius: 1px;
	    display: block;
	    height: 2px;
	    width: 22px;
	}
	#page .navbar-toggle {
	    background-color: rgb(255, 255, 255);
	    border: 1px solid rgb(204, 204, 204);
	    border-radius: 5px;
	    box-shadow: none;
	    display: inline;
	    float: left;
	    margin: 0;
	    padding: 10px 15px;
	    position: absolute;
	    right: 20px;
	    top: 50px;
	    z-index: 99999;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.page-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular .page-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.page-header .page-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}