/*
	Theme Name: Accace.com English
	Theme URI: http://www.studiopress.com/
	Description: #
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: accace-en
*/


/* Row-Columns */
.vc_column-inner {
	margin-bottom: 30px;
}

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */




/* latin */
@font-face {
  font-family: 'Open Sans',Arial,Verdana,sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(fonts/opensans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:'Open Sans';-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 13px;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 13px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #005CA9;
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: square;
}
.sidebar .widget-wrap li {
	list-style-type: none;
}
.footer-widgets .widget-wrap li {
	list-style-type: square;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
	color:#005CA9;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
h5, h6 {
	color:#333;
	font-weight:600;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}
/* ## 404 Page
--------------------------------------------- */
.error404 .addtoany_share_save_container{
	display: none;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #F0F0F0;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #005ca9;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 12px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0A4D88;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}
.button a {
	text-decoration:none;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ninja forms */
.nf-form-fields-required,
.nf-error-msg.nf-error-field-errors{
	display:none;
}
.ninja-forms-req-symbol, .nf-error-msg {
	color:#FF0000 !important;
}
.field-wrap input[type="button"] {
	background-color:#E95E27;
	padding: 10px 20px;
}
.nf-form-title h3 {
	color:#fff;
}
.mpc-modal__content .nf-form-title h3 {
	color:#333333; 
	padding-bottom:15px;
	font-weight:600;
}

input.ninja-forms-field, textarea.ninja-forms-field {
	padding:3px;
}
textarea.ninja-forms-field {
	height:100px !important;
}
/*#nf-form-1-cont .nf-error-msg.nf-error-required-error,
#nf-form-1-cont .ninja-forms-req-symbol {color:#FF0000 !important;}

.mpc-modal__content .nf-error-msg.nf-error-required-error,
.mpc-modal__content .ninja-forms-req-symbol {color:#FF0000 !important;}*/



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 80%;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}
.template-lp .site-inner {
	max-width:100%;
	margin:0;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 70%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.button-contact-us-blue {
	background: #005ca9;
	border:1px solid #005ca9;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	-webkit-appearance: none;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}

.button-contact-us-blue:hover {
	background: #fff;
	color:#005ca9;
	text-align:center;
}

.button-contact-us,
.button-contact-us-orange {
	background: #e95e27;
	border:1px solid #e95e27;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	-webkit-appearance: none;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}
.button-contact-us:hover,
.button-contact-us-orange:hover {
	background: #fff;
	color:#e95e27;
}

.nf-response-msg{
    padding:40px;
    font-size:14px;
}
.button-subscribe,
.button-contact-us {
	width:100%;
}
.button-subscribe{
	background: #666;
	border:1px solid #666;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	-webkit-appearance: none;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}

.accace-subscription-white-overlay.vc_column_container {
    padding-left:40px;
    padding-right:40px;
    padding-top:40px;
    margin-bottom:0px;
    background:rgba(255,255,255,0.9);
}

.button-contact-us-baby-blue {
	background: #00A6DE;
	border:1px solid #00A6DE;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	-webkit-appearance: none;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}
.button-subscribe:hover{
	background: #fff;
	color:#333;
}
.button-contact-us-baby-blue:hover {
	background: #fff;
	color:#00A6DE;
}
.footer-copyright {
	margin-top:10px;
	color:#fff;
	font-size:13px;
}
.footer-copyright a {
	color:#fff;
	text-decoration:none;
}
.footer-copyright a:hover {
	text-decoration:underline;
}

.footer-copyright .nf-field label,
.footer-copyright .mpc-modal__content {color:#333333 !important; font-weight:400; line-height:1.5;}
.footer-copyright .mpc-modal__content p {padding-bottom:15px;}
.footer-copyright .mpc-modal__content a {color:#005ca9 !important; text-decoration:underline; }

.sidebar .one-third,
.sidebar .one-fourth {
	display:none;
}
.sidebar .two-thirds,
.sidebar .three-fourths {
	width:100% !important;
	padding:15px 0px;
	background:#f9f8f8;
	margin-left:0px;
	float:none;
}
.sidebar .widget-wrap {
	width:100% !important;
	padding:15px;
	background:#f9f8f8;
	margin-left:0px;
	float:none;
}
.sidebar .widget_nav_menu{
	float:none;
}
.sidebar .widget-title a {
	color: #005CA9;
	text-decoration: none;
}

/* ### Exclude category widget - Sidebar */
#excludecategory-6 ul .cat-item a {font-size:16px !important; color:#005ca9 !important;}
#excludecategory-6 ul .cat-item { margin-top:30px !important;}
#excludecategory-6 ul .children .cat-item a {font-size:13px !important; color:#333 !important;}
#excludecategory-6 ul .children .cat-item { margin-top:5px !important;}



/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/*Breadcrumbs*/
.breadcrumb {	
    background-color: #fff;
	font-size: 11px;
	font-size: 1.2rem;
	margin-bottom: 1px;
	padding: 12px 0px;
	font-style:italic;
	position:absolute; 
	opacity:0.6; 
	left:10%;} 
@media only screen and (max-width: 1340px){
	.breadcrumb {left:5%;}
}


/* ## Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	padding: 0px;
	color:#e95e27;
}
.archive-description h1 {
	color:#e95e27;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}



/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title {
	font-size: 20px;
	font-size: 2rem;
}
.entry-header h1{
	font-size: 30px;
	font-size: 3rem;
}


.entry-title a {
	color: #005ca9;
	text-decoration: none;
}
.archive .entry-title a {
	color: #333;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration:underline;
}

.widget-title {
		color:#005ca9;
	font-size: 18px;
	margin-bottom: 20px;
}
#genesis-footer-widgets .widget-title {
	color:#fff;
}
#genesis-footer-widgets article {
	margin-bottom:10px;
}
.genesis-footer-widgets a {
	text-decoration:none;
}
.f-contact {
	padding:15px 0 20px 60px;
	margin:0 0 10px 0;
}
.f-1 {
	background:url(images/icn-contactus.png) top left no-repeat;
}
.f-2 {
	background:url(images/icn-download.png) top left no-repeat;
}
.f-3 {
	background:url(images/icn-subscribe.png) top left no-repeat;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 13px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}
.site-header .widget {
	margin-bottom:0;
}
.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.textwidget .row {
	font-size:13px !important;
}
.sidebar .row {
	clear:both;
}

.sidebar .widget_excludecategory a{
	text-decoration:none;
	color:#333;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 13px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */



/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 13px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus 
:focus {
	color: #333;
	outline: #ccc solid 1px;
}*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding-top:43px;
/*	position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 0px 10px #dedede;*/
}

.site-header > .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	/*background-position: center !important;*/
	background-size: contain !important;
	float: left;
	margin-top:20px;
	width: 100%;
}

.site-description {
	font-size: 13px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 70%;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	margin-top:0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}


.genesis-nav-menu a {
	color: #333333;
	display: block;
	padding: 33px 20px;
	font-size: 12px;
	text-decoration: none;
}
.genesis-nav-menu a:hover {
	color:#0073AC;
}
.genesis-nav-menu li {
	border-bottom:4px solid #fff;
}
.genesis-nav-menu li:focus,
.genesis-nav-menu li:hover,
.genesis-nav-menu li:active,
.genesis-nav-menu li.current-menu-item {
	color: #005ca9;
	text-decoration: none;
	border-bottom:4px solid #005ca9;
}

.genesis-nav-menu .sub-menu li:focus,
.genesis-nav-menu .sub-menu li:hover,
.genesis-nav-menu .sub-menu li:active,
.genesis-nav-menu .sub-menu li.current-menu-item {
	background-color:#F0F0F0;
	
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
	margin-top:4px;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #fff;
	border-top: 0;
	font-size: 13px;
	font-size: 1.2rem;
	padding: 10px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
	background-color:#f0f0f0;
	font-weight:500;
	color:#333333;
}

/*Hidden locations menus - visible on mobile*/
    #menu-item-159353,
    #menu-item-9490,
    #menu-item-8120,
	#menu-item-10107,
	#menu-item-6774,
	#menu-item-9649,
	#menu-item-2928,
	#menu-item-1951,
	#menu-item-2530{
    	    display:none;
    	}
/*Service menu - styling main section names*/

#menu-item-2511 #menu-item-1177 a, 
#menu-item-2511 #menu-item-1181 a, 
#menu-item-2511 #menu-item-2872 a, 
#menu-item-990 #menu-item-1086 a, 
#menu-item-990 #menu-item-1085 a, 
#menu-item-1255 #menu-item-1640 a, 
#menu-item-1255 #menu-item-1641 a, 
#menu-item-1255 #menu-item-1745 a, 
#menu-item-1255 #menu-item-9032 a, 
#menu-item-1488 #menu-item-1876 a, 
#menu-item-1488 #menu-item-1507 a, 
#menu-item-1881 #menu-item-1991 a, 
#menu-item-1881 #menu-item-1990 a, 
#menu-item-1881 #menu-item-3812 a,
#menu-item-1730 #menu-item-1841 a, 
#menu-item-1730 #menu-item-1840 a, 
#menu-item-1730 #menu-item-4303 a, 
#menu-item-2074 #menu-item-9730 a, 
#menu-item-2074 #menu-item-1952 a, 
#menu-item-2074 #menu-item-2221 a, 
#menu-item-1183 #menu-item-1184 a, 
#menu-item-1183 #menu-item-1188 a, 
#menu-item-1154 #menu-item-1204 a, 
#menu-item-1154 #menu-item-1210 a {
	background:#005ca9;
	color:#ffffff;
}
.genesis-nav-menu .sub-menu li {
	border-bottom:1px solid #fff;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color:#f9f8f8;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 249px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}
.header-email,
.header-phone,
.language-menu-div {
	display:block;
	float:left;
	padding:15px 20px 5px;
	color:#000;
	
}
.header-email a,
.header-phone a {
	color:#005CA9;
	text-decoration:none;
}
.language-menu-div {
	float:right;
	margin:0 10px 0 0;
}
.header-contact-us {
	color:#fff;
	
	padding:0;
	float:right;
}
.header-contact-us a {
	background-color:#e95e27;
	padding:10px 20px 5px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
}
.header-contact-button{
	border:1px solid #e95e27;
}
.header-subscription-button {
    background-color:#005ca9 !important;
    border:1px solid #005ca9 !important;
    font-size:13px;
}
.header-contact-button:hover{
	background-color:#ffffff;
	color:#e95e27;
}
.header-subscription-button:hover {
	background-color:#ffffff !important;
	color:#005ca9 !important;
}

#mc_embed_signup .button,
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    font-size:14px;
    background:#005ca9;
    border:0px;
    width:auto !important;
    padding:10px 15px !important;
}

.sidebar #mc_embed_signup .button,
.sidebar .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width:100% !important;
}
.sidebar .yikes-easy-mc-form input[type=email]{
    text-align:center;
}
.yikes-easy-mc-form input[type=email], 
.yikes-easy-mc-form input[type=number], 
.yikes-easy-mc-form input[type=password], 
.yikes-easy-mc-form input[type=text], 
.yikes-easy-mc-form input[type=url], 
.yikes-easy-mc-form select, 
.yikes-easy-mc-form textarea{
    background:#ffffff !important;
}

.template-lp .site-header {
	font-size:10px;
}
#contact-us-overlay,
#join-us-overlay {
	display:none;
}

/* ## Mailchimp styling
--------------------------------------------- */

#mc-embedded-subscribe-form {padding:0px !important;}
#mc-embedded-subscribe-form .button {font-weight:bold !important; height: auto  !important; border-radius:0px !important;line-height:1.5 !important; padding: 10px 15px !important; border:1px solid #005ca9 !important;background:#005ca9 !important; }
#mc-embedded-subscribe-form .button:hover{background:#fff !important; color:#005ca9 !important;}
#mc-embedded-subscribe-form input {border-radius:0px !important;border: 1px solid rgba(51,51,51,.1) !important;}

.sidebar #mc-embedded-subscribe-form .button{
    width:100% !important;
}
.sidebar #mc-embedded-subscribe-form input[type=email]{
    text-align:center;
}
.sidebar #mc-embedded-subscribe-form .mc-field-group{
    width:100%;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .megamenu .sub-menu {
	background-color: #fff; /* same color as .genesis-nav-menu .sub-menu a */
	border: 1px solid #eee; /* optional */
	height: auto;
	width: 610px; /* make width needed plus 10px */
}

.genesis-nav-menu .megamenu.move .sub-menu {
	right: 0;
} /* optional to right align the sub-menu */

.genesis-nav-menu .megamenu .sub-menu a {
	border: 0; /* optional */
	width: 200px; /* 1/3 width for 3 columns */
	/* width: 300px; /* 1/2 width for 2 columns */
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.gca-column {
	margin:15px 0;
}
.entry {
	background-color: #fff;
	/*margin-bottom: 40px;*/
	padding: 40px 0px;
}

.page .site-inner .entry {
	padding: 60px 0px 0px 0px;
}
.archive .site-inner .entry{
	padding: 0px 0px 30px 0px;
	margin-left:0px;
	margin-right:0px;
	
}
.search-results .entry,
.page-template-page_blog .site-inner .entry {
	padding: 20px 0px;
	border-bottom:1px solid #005ca9;
	margin-left:0px;
	margin-right:0px;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}
.archive .entry-meta {
	margin-bottom: 0px;
	color:#999;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #005CA9;
	color: #fff;
}

.archive .entry-content{display:none;}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 13px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}
.su-post-comments-link {
	display:none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 13px;
	margin-bottom: 0px;
}

.archive .sidebar .widget{
	padding: 10px 0px 0px;
}
.sidebar .widget {
	background-color: #fff;
	padding: 0px 0px 0px;
}
/*.page-template-default*/ .sidebar .widget {
	padding: 60px 0px 0px;
}

/* custom header coding */
/* top bar styling */
.top-bar {
	box-sizing: border-box;
	padding: 0;
	background: #f9f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	color: #787878;
	font-size:12px;
	font-weight:500;
	width:100%;
	position:sticky;
	top:0px;
	z-index:2099;
}
.top-bar .mod_text {
	text-align: right;
	min-height: 10px;
	font-size:13px;
}
.top-bar li {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(53,94,170,0.1);
	margin-left: .1em;
}
.top-bar li a {
	box-sizing: border-box;
	padding: .3em .7em;
	display: block;
	color: #333333;
	background: #fff;
}

.top-bar p, .top-bar ul, .top-bar li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-language .sub-menu a {
	color:#333;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets a, #footer a,
.footer-widgets a:hover, #footer a:hover
 {
	color:#fff;
}
.footer-widgets {
	background: #095CA9 /*url(images/bg_footer.png) repeat-x 0 10px*/;
	color: #fff;
	padding: 40px 0 0;
	font-size: 13px;
	clear: both;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31.623931623931625%;
}


.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-2,
.footer-widgets-3 {
	margin-left: 2.564102564102564%;
}

.footer-widgets-3 {
	float: right;
}
.footer-widgets ul {
	margin:0 0 10px 20px;
}
.footer-widgets li {
	list-style:inherit;

}
.footer-widgets .widget ul > li {
	padding:0 0 5px 0;
	margin:0;	
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #095CA9;
	font-size: 13px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.page-103219,.header-slider {
	max-height: 400px;
	display:block;
	overflow:hidden;
}
.header-slider {
	position:relative;
}
.mod_images_image img {
	width: 100%;
	min-height: 130px;
}
.header-text {
	position: absolute;
	bottom: 30%;
	left: 10%;
	right: 10%;
	top:45%;
}

.accace_text_banner_header_home {
	margin-top: 2%;
	width: 40%;
	transform: skew(-18deg);
	-ms-transform: skew(-18deg);
	-webkit-transform: skew(-18deg);
	-moz-transform: skew(-18deg);
	-o-transform: skew(-18deg);
	padding: 20px;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	color: #333;
}
.accace_text_banner_header_home {
	margin-top: 2%;
	width: 40%;
	transform: skew(-18deg);
	-ms-transform: skew(-18deg);
	-webkit-transform: skew(-18deg);
	-moz-transform: skew(-18deg);
	-o-transform: skew(-18deg);
	padding: 20px;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	color: #333;
}
.lp-contact-form {
    margin: -100px 1.5% 150px;
    background-color: rgba(51,51,51,1);
    padding: 40px 2%;
    text-align: center;
    position: absolute;
    display: block;
    float: left;
    clear: right;
	width:35%;
	color:#fff;
}
.gch-header {
	max-height: 250px;
	display: block;
	overflow: hidden;
	position:relative;
}
.template-lp .gch-header {
	max-height: 250px;
}
body.template-lp .content {
	width:60%; 
	padding-left:50px;
}
.template-lp .sidebar-primary {
	width:40%;
}
.template-lp .footer-widgets {
	padding:40px;
}
.template-lp .site-footer {
	display:none;
}
.lp-phone, .lp-email {
	float:right;
	margin:20px 0 0 40px;
}
.body.template-lp h1 {
	color:#e95e27;
}
/* LP with and without background image template */

.landing-page .site-inner {
	/*max-width: 800px;*/
	padding-top:0px;
}

.lp-bg-image .entry,
.landing-page .entry {
	margin-bottom:0px;
}

body.lp-bg-image .site-inner .entry,
body.landing-page .site-inner .entry  {
	padding:0 10px 10px 10px;
}
body.lp-bg-image .site-inner {
	padding-top:0;
}
body.lp-bg-image .site-header, body.lp-bg-image .entry,
body.landing-page .site-header, body.landing-page.entry  {
	background-color:transparent;
}
body.lp-bg-image .site-footer, body.lp-bg-image .addtoany_share_save_container,
body.landing-page .site-footer, body.landing-page .addtoany_share_save_container {
	display:none;
}
body.lp-bg-image .title-area,
body.landing-page .title-area {
	margin-top:20px;
}
.gch-header-image-inner,.gch-header-image-inner img {
	width:100%;
}
.gch-header-inner  {

}
.gch-inner-content-wrapper {
	position: absolute;
	bottom: 30%;
	left: 10%;
	right: 10%;
	top: 45%;

}
.gch-header-content {
	margin: auto;
	width: 40%;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	color: #333;
}
.mod_images_image img {
	width: 100%;
	min-height: 130px;
}
.gch-header-content .button {
	background-color:#e95e27;
}
.gch-header-content .button:hover {
	background-color:#525252;
}
.footer-contact-form {
	display:none;
}
.current-footer-contact-form {
	display:block;
}
.widget_nav_menu a {
	text-decoration:none;
	/*font-weight:700;
	font-size:14px;*/
	font-weight: 600;
    	font-size: 13px;
    	color: #333;
}

.widget_nav_menu .current_page_item a,
.widget_nav_menu .current-page-ancestor a
 {
	color:#005ca9;
}
aside .widget ul > li {
	padding-bottom:0;
}

/* language flags */
.lang-flag {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:0 10px 10px 0;
}
.flag-cz {
	background: url(images/flag-cz.png) no-repeat;
}
.flag-de {
	background: url(images/flag-de.png) no-repeat;
}
.flag-en {
	background: url(images/flag-en.png) no-repeat;
}
.flag-pl {
	background: url(images/flag-pl.png) no-repeat;
}
.flag-ro {
	background: url(images/flag-ro.png) no-repeat;
}
.flag-ru {
	background: url(images/flag-ru.png) no-repeat;
}
.flag-hu {
	background: url(images/flag-hu.png) no-repeat;
}
.flag-sk {
	background: url(images/flag-sk.png) no-repeat;
}
.flag-ua {
	background: url(images/flag-ua.png) no-repeat;
}
/* post date display */
.post-date-display {
	background: #005ca9;
	color: #fff;
	float: right;
	text-align: center;
	width: 80px;
	height: 52px;
	padding: 14px 0;
	margin: 0 0 20px 20px;
}
.post-date-display span.day {
	font-size: 23px;
}
.post-date-display span.month {
	font-size: 13px;
}

.widget_nav_menu, .widget_search {
	float:right;
}
.site-header .search-form {
    margin: 17px 0 0 10px;
}
[type="search"] {
	width:100px;
}
[type="search"]:focus {
	width:200px;
	position:relative;
	border:1px solid #000;
	z-index:99999;
	overflow:auto;
}
#contact-us-overlay,
#join-us-overlay{
	display:none;
}
.header-flags {
	display:block;
	float:left;
	padding-top:5px;
}
.top-bar .header-flags a {
	float:left;
	margin:5px 5px 0 0;
	display:block;
	width:32px;
	height:32px;
	background:inherit;
}
.header-contact-us .header-flags a {
	background:inherit;
}
.header-flags a.flag-cz {
	background: url(images/flag-cz.png) no-repeat;
}
.header-flags a.flag-de {
	background: url(images/flag-de.png) no-repeat;
}
.header-flags a.flag-en {
	background: url(images/flag-en.png) no-repeat;
}
.header-flags a.flag-pl {
	background: url(images/flag-pl.png) no-repeat;
}
.header-flags a.flag-ro {
	background: url(images/flag-ro.png) no-repeat;
}
.header-flags a.flag-ru {
	background: url(images/flag-ru.png) no-repeat;
}
.header-flags a.flag-hu {
	background: url(images/flag-hu.png) no-repeat;
}
.header-flags a.flag-sk {
	background: url(images/flag-sk.png) no-repeat;
}
.header-flags a.flag-ua {
	background: url(images/flag-ua.png) no-repeat;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 90%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 70%;
	}
	.widget_nav_menu a {
		font-size:13px;
	}
	/*.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 30%;
	}*/

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.4%;
	}


}

@media only screen and (max-width: 1024px) {
	#menu-main-menu {
		text-align:center;
	}
	.genesis-nav-menu a {
		padding:33px 8px;
	}
/*	.gch-header{
		margin-top:0px;
	}*/
	.gch-header-content {
		width:60%;
	}
	.header-flags {
		display:none;
	}

	/*.header-image .title-area,
		.header-widget-area,
		.widget_nav_menu, .widget_search{
		float:none;
	}*/
	.site-header {
		position:relative;
		padding-top:43px;	
	}
	.widget_search {
		position:absolute;
		top:10px;
		right:10px;
		margin:0;
	}
	.site-header .search-form {
		float:none;
		margin:0;
	}
	/*.header-image .site-title > a {
		margin:10px auto;
	}*/
	.widget_nav_menu{
		padding-top:0px;
		padding-right:10px;
	}
	.site-header .widget-area {
		width:100%;
		float:none;
	}
	
	[type="search"] {
		font-size:13px;
		line-height:1;
	}
	.header-widget-area {
		width:auto;
		margin:0 auto;
	}

	.site-header .widget-area {
		text-align:left;
	}
	.site-inner, .wrap {
		max-width:90%;
	}.site-inner, .wrap {
		max-width:100%;
	}
	.whitebg {
		max-width:90%;
	}
	footer, .wrap {
		max-width:90%;
	}
	.language-menu-div{
		padding:10px 0px;
		
	}
	#search-3,
	#search-2{
		display:none;
	}
	/*.page-template-default*/ .sidebar .widget{
		padding:90px 0px 40px 30px;
	}
	.archive .sidebar .widget{
		padding-left: 40px;
	}
	.sidebar-primary .widget {
		padding:40px 0 40px 30px;
	}
}


@media only screen and (max-width: 1200px) {

	
	.wrap {
		max-width: 960px;
	}
	.site-header .wrap,
	.top-bar .wrap	{
		max-width: 100%;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 70%;
		padding: 0px 5%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.sidebar-primary{
		width: 30%;
	}

}
@media only screen and (max-width: 993px) {
    .mpc-connected-icons__line {display:none;}
    .mpc-icon-column__description p,
    .mpc-icon-column__description ul {text-align:left !important;}
}


@media only screen and (max-width: 860px) {
	.header-email,
	.header-phone {
		/*padding:10px;*/
		display:none;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.top-bar .wrap {
		padding:0;
	}
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.content {
		width:100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.genesis-nav-menu.language-menu{
		width:auto;
		clear:none;
	}
	.language-menu-div{
		float:none;
		padding-left:10px;
	}
	.sidebar .widget-wrap {
		width:90% !important;
	}
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	/*.page-template-default*/ .sidebar .widget{
		padding-top:0px;
	}
}

@media only screen and (max-width: 768px) {
	.header-image .site-title > a {
		margin:10px auto;
	}
	/*.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}*/

	/*.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}*/

/*}
@media only screen and (max-width: 640px) {*/

	/* ### Genesis Responsive Menus */
	
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #005ca9;
		border-width: 0;
		color: #fff;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.language-menu .sub-menu {
		z-index:1001;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
		background-color: #f9f8f8;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		padding:15px 20px 15px 25px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .megamenu .sub-menu {
			overflow: hidden;
			width: 100%;
	}

	.genesis-nav-menu .megamenu .sub-menu a {
		width: auto;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.gch-inner-content-wrapper {
		bottom:10%;
		top:inherit;
		
	}
	.gch-header-content {
		width:auto;
	}
	footer, .wrap {
		max-width:100%;
	}
	.genesis-nav-menu {
		margin-top:0;
		border-left: 1px solid #005ca9;
		border-right: 1px solid #005ca9;
		border-bottom: 1px solid #005ca9;
		border-top:0;
	}
	.language-menu {
		border:0;
	}
	/*.gch-header-content {
		font-size:13px;
		padding:10px;
	}*/
	.site-inner .entry {
		margin-left:0%;
		margin-right:0%;
		padding:50px 2%;
	}
	.archive .site-inner .entry,
	.page-template-page_blog .site-inner .entry {
		margin-left:0%;
		margin-right:0%;
	}
	.content {
		width: 95%;
		padding: 0px 5% 0px 0px;
	}
.site-header .search-form {
		display:none;
	}
.language-menu-div {
		float:left;
		padding:10px;
	}
}

@media only screen and (max-width: 600px) {
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.widget_nav_menu{
		float:none;
	}
	#menu-item-3562,
	#menu-item-1705,
	#menu-item-1052,
	#menu-item-1621,
	#menu-item-1471,
	#menu-item-1978,
	#menu-item-1828,
	#menu-item-2062,
	#menu-item-1171,
	#menu-item-1191,
	.language-menu-div{
	    display:none;
	    
	}
	/*Hidden locations menus - visible on mobile*/
	#menu-item-159353,
	#menu-item-9490,
	#menu-item-8120,
	#menu-item-10107,
	#menu-item-6774,
	#menu-item-9649,
	#menu-item-2928,
	#menu-item-1951,
	#menu-item-2530{
	    display:initial;
	}
	.header-contact-us,
	.header-contact-button,
	.header-subscription-button {
	    font-size:11px;
	    padding:5px 10px 0px;
	    width:100%;
	    text-align:center;
	}
}
@media only screen and (max-width: 320px) {
	.gch-header {
		display:none;
	}
	
	.sidebar-primary .widget	{
		padding:0 20px;
	}
	.site-inner {
		padding-top:10px;
	}
	body, body > div {
		font-size:13px;
		font-size:1.5rem;
	}
	h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h3 {
		font-size: 20px;
		font-size: 2rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h5 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* #Border for news images
---------------------------------------------------------------------------------------------------- */
.accace-news-image-border {border: 1px solid #dadada;}



/* #Fixing menu
---------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 861px) and (max-width: 1024px) {
	.gch-header{
		margin-top:0px;
	}}

@media only screen and (min-width: 860px){
	.gch-header {
	max-height: 250px;
	display: block;
	overflow: hidden;
	position:relative;
}

.site-header {
	background-color: #fff;
	padding-top:0px;
	position: sticky;
	top:43px;
    z-index: 1999;
    width: 100%;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 0px 10px #dedede;
}
}

/* #Various
---------------------------------------------------------------------------------------------------- */

.sjb-page .list-data .header-margin-top {display:none;}
.blog article {border-bottom: 1px solid #dadada;}


/*Hustle pro - hidding visible empty space when the banner should not display*/


.widget.widget_hustle_module_widget{
padding:0!important;
}
.widget.widget_hustle_module_widget .widget-wrap{
margin:60px 0 0 !important;
}
.widget.widget_hustle_module_widget .widget-wrap:empty{
display:none !important;
}

/*Hustle pro - hiding gray field an adding padding for correct view 12-10-22*/

.hustle-form-options {
display: none!important;
}

.hustle-inline-content .hustle-info--compact .hustle-content {
padding: 20px;
}