@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=latin-ext';

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}
/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Globals
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	background: #003366;
	color: #333333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 87.5%; /* 14px */
	line-height: 1.5;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
	margin: 1.6em 0;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	height: auto;
	margin: 1.6em 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

sup {
	vertical-align: super;
	line-height: 1em;
}
sub {
	vertical-align: sub;
	line-height: 1em;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

caption {
	padding-bottom: .8em;
}

address {
	margin: 1.6em 0;
}

.uppercase {
	text-transform: uppercase;
}
/* =Lists
-------------------------------------------------------------- */
ul {
	list-style: disc;
}
ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
	overflow: hidden;
	width: auto;
}
li ul,
li ol {
	margin: 0;
}

dl {
	margin: 1.6em 0;
}
dt {
	font-weight: 400;
	margin-bottom: .4em;
	margin-top: .8em;
}



/* =Boxed ul ol li
-------------------------------------------------------------- */
.boxed ul,
.boxed ol {
	margin: 1em 0;
	padding-left: 1.4em;
}
.boxed ul li,
.boxed ol li { 
    padding-left: .3em; 
}

.gdpr-document li {
	margin-bottom: 2rem;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 1.6em 0;
	overflow: auto;
	padding: 1em 0 1em 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

blockquote:first-child {
	margin: .8em 0;
}
/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 1.6em 0;
}

th, td {
	padding: .8em;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #b2c2d1;
	border: none;
	clear: both;
	color: #b2c2d1;
	float: none;
	height: 1px;
	width: 100%;
	margin: 1.6em 0;
}
hr.space {
	background: #ffffff;
	color: #ffffff;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #b8000b;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #e4000c;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #003366;
	color: #ffffff;
	text-shadow: none;
}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .boxed-title, .boxed-title a {
	font-weight: 600;
	line-height: 1.0em;
	word-wrap: break-word;
	color: #003366;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .boxed-title a:hover {
	color: ##b8000b;
}

h1 {
	font-size: 2.625em;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-left: .1em;
}

h2 {
	font-size: 2.250em;
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em;
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em;
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em;
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em;
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}
/* =Titles
-------------------------------------------------------------- */
.boxed-title {
	font-size: 1.286em; 
	margin: 0;
	padding-bottom: 0.833em;
	padding-top: 0.833em;
	border-bottom: solid 1px #b2c2d1;
}
.contact-title {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c5000c), to(#b8000b));
	background-image: -webkit-linear-gradient(top, #c5000c, #b8000b);
	background-image: -moz-linear-gradient(top, #c5000c, #b8000b);
	background-image: -ms-linear-gradient(top, #c5000c, #b8000b);
	background-image: -o-linear-gradient(top, #c5000c, #b8000b);
	background-image: linear-gradient(top, #c5000c, #b8000b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5000c, endColorstr=#b8000b);
	background-color: #c5000c;
	margin-top: 0;
	position: relative;
	padding-left: 1.5em;
}

.contact-title h1 {
	color: #ffffff;
	font-size: 1.571em;
	font-weight: 600;
	line-height: 2.4em;
	margin: 0;
}
.contact-title p {
	color: #ffffff;
	font-size: 1.286em;
	font-weight: 600;
	line-height: 2.85em;
	margin: 0;
}
.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}
.title-archive {}

/* =Layout
-------------------------------------------------------------- */
#container,
#header,
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header-wrapper,
#footer-wrapper,
#content,
#content-full,
#content-blog,
#content-archive,
#content-sitemap,
#content-images,
#content-search {
	float: none;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.skip-container {
	background: #ffffff;
}

#header {
	background: #ffffff;
	border-bottom: 3px solid #003366;
	position: relative;
	z-index: 1;
}

#wrapper {
	position: relative;
	clear: both;
	background: #ffffff url('../images/body-bgr.png') repeat-x top left;
	border-top: solid 1px #ffffff;
	z-index: 0;
}
#footer {
	clear: both;
	background: #003366;
	color: #ffffff;
	font-size: .857em;
	line-height: 1.5em;
}

.boxed {
	background: #ffffff;
	border: solid 1px #b2c2d1;
	padding: 0 1.429em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;	
}

.boxed.no-content {
	margin-bottom: 2em;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 1em 0 2em;
}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}
.search-lang-contact {
	float: right;
}
.quick-contact,
.search-and-lang {
	display: inline-block;

}
.quick-contact {
	color: #003366;
	text-align: right;
	margin: 0 auto;
	padding: 0;
}
.quick-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.quick-contact ul li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 2em;
	padding-left: 24px;
}
.quick-contact ul li.q-phone {
	background: transparent url('../images/icons/phone.png') no-repeat center left;
}
.quick-contact ul li.q-email {
	background: transparent url('../images/icons/email.png') no-repeat center left;
}

.search-and-lang {
	margin: 34px 0 0;
	position: relative;
	z-index: 10;
}

/* =Content
-------------------------------------------------------------- */
#content,
#content-full,
#content-blog,
#content-archive,
#content-sitemap,
#content-search {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Footer
-------------------------------------------------------------- */
#footer a {
	color: #ffffff;
	font-weight: 400;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-wrapper .grid {
	margin: 0;
}
.copyright,
#footer-wrapper .quick-contact {
	padding: 1.2em 0 1em;
}
.copyright {
	float: left;
	text-align: left;
}
#footer-wrapper a:hover {
	color: #b2c2d1;
	text-decoration: none;
}
#footer-wrapper .quick-contact {
	color: #ffffff;
	float: right;
}
#footer-wrapper .quick-contact ul li.q-email {
	margin-right: 0;
}

/* =Forms
-------------------------------------------------------------- */
form {
	margin: 1.6em 0;
}
form div {
	margin-bottom: .8em;
}

label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}
legend+* {
	margin-top: 1em;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 1.6em 0;
	padding: 0 1em 1em;	
}

option {
	padding: 0 .4em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	background-color: #ffffff;
	border: solid 1px #b2c2d1;
	max-width: 100%;
	margin: 0;
	padding: 6px 8px;
	cursor: text;
	vertical-align: middle;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	height: auto;
	max-width: 100%;
	padding: .1em .2em 0;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
textarea {
	padding: .3em .4em .15em;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Search Form
-------------------------------------------------------------- */
#header #searchform {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
	margin: 0;
	min-width: 11em;
}
#header #searchform input#s {
	width: 100%;
}
#header input#searchsubmit {
	position: absolute;
	top: 0;
	right: 10px;
	background: transparent url(../images/icons/search.png) no-repeat center center;
	border: none;
    box-shadow: none;
	content: " ";
    width: 31px;
	height: 31px;
    margin: 0;
	padding: 6px 8px;
}
/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.main-nav {
	clear: both;
	margin-bottom: 1px;
}
.flexnav {
    display: block;
    overflow: visible;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #0d4985;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d4985), to(#003366));
    background-image: -webkit-linear-gradient(top, #0d4985, #003366);
    background-image: -moz-linear-gradient(top, #0d4985, #003366);
    background-image: -ms-linear-gradient(top, #0d4985, #003366);
    background-image: -o-linear-gradient(top, #0d4985, #003366);
    background-image: linear-gradient(top, #0d4985, #003366);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d4985, endColorstr=#003366);
    border: solid 1px #003366;
    border-bottom: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
     border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;

}
.flexnav li {
  display: block;
  float: left;
  position: relative;
  list-style: none;
  overflow: visible;
  border-left: 1px solid #105baf;
  border-right: 1px solid #003366;
}
.flexnav li a {
  display: block;
  float: left;
  position: relative;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  height: 3em;
  margin: 0;
  padding: 11px 22px;
  cursor: pointer;
  text-shadow: 0 -1px 0 #042b4c;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
	.flexnav li a {
		padding-right: 21px;
		padding-left: 21px;
	}
}
.flexnav li > ul {
  position: absolute;
  top: 4.6em;
  left: 0;
  z-index: 10;
  min-width: 20em;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  overflow: visible;
}
  .flexnav li > ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    color: #003366;
    border: 1px solid #b2c2d1;
    border-top: none;
  }
  .flexnav li > ul li > ul li:first-child {
    border-top:1px solid #b2c2d1;
  }
.flexnav li ul li > ul {
  margin-left: 100%;
  top: -1px;
}
.flexnav li ul li a {
	display: block;
	position: relative;
	float: none;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	padding: 1em;
	color: #003366;
	font-weight: 400;
	text-align: left;
	text-shadow: none;
	border-bottom: none;
}
.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.flexnav li ul.flexnav-show li {
	overflow: visible;
}
.menu > li:first-child {
border-left: none;
}
.menu > li:last-child {
border-right: none;
}
.menu > li:first-child > a,
.menu > li:last-child > a {
line-height: 3em;
vertical-align: middle;
}
.menu li:hover,
.menu li.current_page_item, .menu li.current-menu-item,
.menu li.current-page-parent, .menu li.current-menu-parent,
.menu li.current-page-ancestor, .menu li.current-menu-ancestor {
	color: #ffffff;
	background-color: #105baf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#105baf), to(#083d71));
	background-image: -webkit-linear-gradient(top, #105baf, #083d71);
	background-image: -moz-linear-gradient(top, #105baf, #083d71);
	background-image: -ms-linear-gradient(top, #105baf, #083d71);
	background-image: -o-linear-gradient(top, #105baf, #083d71);
	background-image: linear-gradient(top, #105baf, #083d71);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#105baf, endColorstr=#083d71);
}
.menu li:hover li {
	background: #ffffff;
	color: #003366;
}
.menu li:hover li:hover {
	background: #eeeeee;
	color: #003366;
}
.menu li > li:hover,
.menu li > li a:hover,
.menu li > ul li.current_page_item,
.menu li > ul li.current-page-parent,
.menu li > ul li.current-page-ancestor,
.menu li > ul li.current-menu-item,
.menu li > ul li.current-menu-parent,
.menu li > ul li.current-menu-ancestor  {
	background: #ffffff;
	color: #003366;
}
.menu li > ul li a:hover {
	background: #eeeeee;
	color: #b8000b;
}
/* -- Touch button -- */
.flexnav .touch-button {
	float: right;
	width: 42px;
	height: 64px;
	display: block;
	text-align: center;
}
.flexnav .touch-button:hover {
	cursor: pointer;
}
.flexnav .touch-button .navicon {
	position: relative;
	top: 35%;
	right: 0.5em;
	font-size: 1em;
	color: #ffffff;
}
.flexnav li ul li .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  height: 3.6em;
}
.flexnav li ul li .touch-button .navicon {
  color: #003366;
}
.flexnav li ul li .touch-button:hover .navicon {
  color: #b8000b;
}

.flexnav li ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
/* -- Menu button -- */
.menu-button {
	display: none;
}

.flexnav:after,
.flexnav ul:after,
.flexnav a:after {
clear: both;
content: '.';
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}
/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	background: #b8000b;
	text-align: center;
	border-bottom: solid 1px #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.footer-menu li {
	display: inline-block;
	padding: .75em 0;
}

.footer-menu li a {
	border-left: 1px solid #ffffff;
	padding: 0 0.75em;

}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 0.75em 0 0;
}
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/*
--- INFO ---
*/
/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c5000c), to(#b8000b));
	background-image: -webkit-linear-gradient(top, #c5000c, #b8000b);
	background-image: -moz-linear-gradient(top, #c5000c, #b8000b);
	background-image: -ms-linear-gradient(top, #c5000c, #b8000b);
	background-image: -o-linear-gradient(top, #c5000c, #b8000b);
	background-image: linear-gradient(top, #c5000c, #b8000b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5000c, endColorstr=#b8000b);
	background-color: #c5000c;

	display: inline-block;
	border: 1px solid #9e0009;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	line-height: 2.143em; /* 30px */
	margin: 0;
	margin-bottom: 1.6em;
	padding: .2em 1.429em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	background-color: #dc000c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc000c), to(#c5000c));
	background-image: -webkit-linear-gradient(top, #dc000c, #c5000c);
	background-image: -moz-linear-gradient(top, #dc000c, #c5000c);
	background-image: -ms-linear-gradient(top, #dc000c, #c5000c);
	background-image: -o-linear-gradient(top, #dc000c, #c5000c);
	background-image: linear-gradient(top, #dc000c, #c5000c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc000c, endColorstr=#c5000c);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	background-color: #b8000b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8000b), to(#c5000c));
	background-image: -webkit-linear-gradient(top, #b8000b, #c5000c);
	background-image: -moz-linear-gradient(top, #b8000b, #c5000c);
	background-image: -ms-linear-gradient(top, #b8000b, #c5000c);
	background-image: -o-linear-gradient(top, #b8000b, #c5000c);
	background-image: linear-gradient(top, #b8000b, #c5000c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b8000b, endColorstr=#c5000c);
	-moz-box-shadow: 0 1px 0 #b8000b, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #b8000b, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #b8000b, inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 0.857em;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 1.143em;
	padding: 8px 16px;
}

.large a.button {
	font-size: 1.286em;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 1.714em;
	padding: 12px 55px;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}
/* =Map
-------------------------------------------------------------- */
.acf-map {
	width: 100%;
	height: 200px;
	border: #cccccc solid 1px;
	margin: 0 auto;
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}
.embed-container { 
	position: relative; 
	height: 0;
	/*
	padding-bottom: 56.25%;
	*/
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =Gallery
-------------------------------------------------------------- */
/* 
.gallery-columns-1 .gallery-item { max-width: 900px;}
.gallery-columns-2 .gallery-item { max-width: 450px;}
.gallery-columns-3 .gallery-item { max-width: 300px;}
.gallery-columns-4 .gallery-item { max-width: 225px;}
.gallery-columns-5 .gallery-item { max-width: 180px;}
.gallery-columns-6 .gallery-item { max-width: 150px;}
.gallery-columns-7 .gallery-item { max-width: 125px;}
.gallery-columns-8 .gallery-item { max-width: 112.5px;}
.gallery-columns-9 .gallery-item { max-width: 100px;}
*/
.gallery-columns-1 .gallery-item { width: 100%;}
.gallery-columns-2 .gallery-item { width: 50%;}
.gallery-columns-3 .gallery-item { width: 33.3%;}
.gallery-columns-4 .gallery-item { width: 25%;}
.gallery-columns-5 .gallery-item { width: 20%;}
.gallery-columns-6 .gallery-item { width: 16.6%;}
.gallery-columns-7 .gallery-item { width: 14.28%;}
.gallery-columns-8 .gallery-item { width: 12.5px;}
.gallery-columns-9 .gallery-item { width: 11.1px;}

@media screen and (max-width: 768px) {
	.gallery-columns-1 .gallery-item { width: 100%;}
	.gallery-columns-2 .gallery-item { width: 50%;}
	.gallery-columns-3 .gallery-item { width: 33.3%;}
	.gallery-columns-4 .gallery-item { width: 25%;}
	.gallery-columns-5 .gallery-item { width: 20%;}
	.gallery-columns-6 .gallery-item { width: 25%;}
	.gallery-columns-7 .gallery-item { width: 25%;}
	.gallery-columns-8 .gallery-item { width: 25%;}
	.gallery-columns-9 .gallery-item { width: 20%;}
}
@media screen and (max-width: 560px) {
	.gallery-columns-1 .gallery-item { width: 100%;}
	.gallery-columns-2 .gallery-item { width: 50%;}
	.gallery-columns-3 .gallery-item { width: 33.3%;}
	.gallery-columns-4 .gallery-item { width: 33.3%;}
	.gallery-columns-5 .gallery-item { width: 33.3%;}
	.gallery-columns-6 .gallery-item { width: 33.3%;}
	.gallery-columns-7 .gallery-item { width: 33.3%;}
	.gallery-columns-8 .gallery-item { width: 33.3%;}
	.gallery-columns-9 .gallery-item { width: 33.3%;}
}
@media screen and (max-width: 360px) {
	.gallery-columns-1 .gallery-item { width: 100%;}
	.gallery-columns-2 .gallery-item { width: 50%;}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item { width: 50%;}
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item,
.gallery dl,
.gallery dt {
	box-sizing: border-box;	
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	padding: 5px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}
.gallery dt {
  margin: 0 auto;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Images Align
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Images Title
-------------------------------------------------------------- */
.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 0 auto;
	width: auto;
	border: solid 1px #b2c2d1;
}

.post-entry p img {
	border: solid 1px #b2c2d1;
}
.post-thumb /*img*/ {
	margin: 1.6em 1.6em 1.6em 0;
}
.post-thumb.col-300 {
	margin-bottom: 1em;
	margin-right: 2.12766%;
	position: relative;
	top: 4px;
}
/*.post-entry .post-thumb img,
.grid.post-thumb {
	margin-bottom: 0;
}*/
.post-entry img.product-image {
	border: none;
}
/* =Post
-------------------------------------------------------------- */
.publish-date {
  color: #8099B2;
  font-weight: 600; 
}
h2 .publish-date {
  float: right;
  font-size: 0.75em;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
	margin-bottom: 2.12766%;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

/* symbol after read more */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.attachment-entry {
	clear: both;
	text-align: center;
}
/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	background-color: #ffffff;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #cccccc;
	border-bottom-color: #aaaaaa;
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}
/* =Content Boxes
-------------------------------------------------------------- */
.contact-box ul,
.contact-box-wrapper ul,
.product-box ul, 
.card-box ul, 
.gallery-box ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* Contact Box */

.contact-box .grid {
	margin: 0;
}

.contact-box p,
.contact-box ul,
.contact-box-wrapper p,
.contact-box-wrapper ul, {
	margin: 1em 0 1em 30px;
}
.contact-box ul li,
.contact-box-wrapper ul li {
	padding: 0!important;
}

/* Product and Card Box */

.product-box {
	text-align: center;
	color: #003366;	
}
.product-box .product-title {
	font-weight: 600;
}
.product-box img {
	margin: 0 auto;
}
.product-box p,
.card-box p {
	margin-top: 0;
	margin-bottom: 1em;
}
.product-box a {
	color: #003366;	
}

/* Gallery Box */

.gallery-box ul {
	margin: 1.5em auto;
}
.gallery-box ul li {
	float: left;
	text-align: center;
	width: 14.666%;
	margin: 1%;
	padding: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}
.gallery-box ul.photo-4 {
	float: left;
	width: 69%;
	margin: 1.5em auto;
}
.gallery-box ul.photo-4 li {
	width: 22.5%;
}
.gallery-box div.video-preview {
	float: right;
	width: 31%;
	border-left: solid 1px #b2c2d1;
	padding-left: 1.8em;
	margin: 1.5em auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}

.cs-list-box ol {
	margin: 1em 0 1em 30px;
	padding-left: 1em;
	line-height: 1.5em;
}

.cs-list-box ul li,
.cs-list-box ol li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}

.video-box div {
}

.video-item {
	width: 24%;
	margin: 1.6em 1.6em 1.6em 0;
}

.gallery-box ul li img,
.gallery-box ul li iframe,
.video-item {
	border: 1px solid #b2c2d1;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px;
	padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}
/* Post/Page Templates */
/* =Content Attachments (Template Part)
-------------------------------------------------------------- */
.content-attachments span {
	margin-right: 10px;
}
/* =Homepage (Template)
-------------------------------------------------------------- */
.homepage h2 {
	text-transform: uppercase;
}
.homepage .button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.page-excerpt {
	background: #ffffff;
	padding: 0 1.429em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;	
}
.top-row.boxed,
.bottom-row .boxed {
	padding: 0;
}

/* 1st row box */
.half-col {
	width: 50%;
	height: 280px;
	overflow: hidden;
	float: right;
}
.page-thumbnail img {
  border: none;
}

/* Product carousel - 2nd row box */
.homepage-products .boxed-title {
	text-align: center;
}

/* Bottom boxes line - 3th row */
.bottom-row . {
	margin: 0 auto;
	border: none;
}
.bottom-page-thumbnail {
	display: block;
}
.bottom-page-thumbnail .attachment-post-thumbnail {
	margin: 0 auto;
	border: none;
}

.podnikatel {
	padding: 0;
}
.podnikatel .page-excerpt > div p {
	margin-bottom: 40px
}

/* =Company Structure Pavouk (Template)
-------------------------------------------------------------- */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.department-wrapper {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b2c2d1;
	background: #ffffff;
	margin-bottom: 20px;
}
.company-department {
	width: 50%;
	padding: 1em 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}
.company-department.management,
.company-department.dobronin-branch:first-child {
	width: 100%;
}
.department-title p {
	color: #003366;
	font-size: 1.286em; 
	font-weight: 600;
	line-height: 1.0em;
	text-transform: uppercase;
	word-wrap: break-word;
	margin: 0 auto;
	padding-bottom: 0.833em;
	padding-top: 0.4em;
	border-bottom: solid 1px #b2c2d1;
}


/*
.company-structure {
	text-align: center;
	border: none;
	margin: 3em auto;
	max-width: 700px;
}
.company-structure td {
	border: none;
	padding: 0;
	height: 2.5em;
	vertical-align: middle;
}
.company-structure td.tb-bottom {
 border-bottom: solid 2px #b8000b;
}
.company-structure td.tb-right {
 border-right: solid 2px #b8000b;
}

.row-space td {
	height: 1em;
}

.company-department {
	position: relative;
	color: #ffffff;
	height: 5em !important;
	width: 6.5em !important;
	background-color: #0d4985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d4985), to(#003366));
	background-image: -webkit-linear-gradient(top, #0d4985, #003366);
	background-image: -moz-linear-gradient(top, #0d4985, #003366);
	background-image: -ms-linear-gradient(top, #0d4985, #003366);
	background-image: -o-linear-gradient(top, #0d4985, #003366);
	background-image: linear-gradient(top, #0d4985, #003366);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d4985, endColorstr=#003366);
}
.red-cell {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c5000c), to(#b8000b));
	background-image: -webkit-linear-gradient(top, #c5000c, #b8000b);
	background-image: -moz-linear-gradient(top, #c5000c, #b8000b);
	background-image: -ms-linear-gradient(top, #c5000c, #b8000b);
	background-image: -o-linear-gradient(top, #c5000c, #b8000b);
	background-image: linear-gradient(top, #c5000c, #b8000b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5000c, endColorstr=#b8000b);
	background-color: #c5000c;
}
.company-department span.bold,
.red-cell span {
	font-weight: 600;
}
.red-cell span {
	text-transform: uppercase;
}

.toggle-stuff {
	color: #ffffff;
	cursor: pointer;
	display:block;
	width: 100%;
	vertical-align: middle;
	padding: 1.7em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}
.toggle-stuff::after {
  background: transparent url("../images/icons/i-x-sprite.png") no-repeat scroll left top;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 10px;
  padding-left: 1em;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;
}
.toggle-stuff:hover,
.toggle-stuff-active {
	font-weight: 600;
}

.toggle-stuff-active:after {
	background: transparent url('../images/icons/i-x-sprite.png') no-repeat bottom left;
}
.stuff-box {
	display: none;
	position: absolute;
	width: 90%;
	top: 4em;
	left: 5%;
	z-index: 100;
	text-align: left;
	padding: 0.5em 1em;
	margin: 0 auto;
	color: #003366;
	background-color: #e5ebf0;
	border: solid 1px #003366;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.stuff-box .title {
	font-weight: 600;
	border-bottom: solid 1px #003366;
}
.hidden-box {
}
*/

/* =Product page (Template)
-------------------------------------------------------------- */
.products {
	padding: 0 1.429em;
}
.product.col-460 {
	width: 45.9362%;
	margin-right: 6.23866%;
	margin-bottom: 4%;
}
.product h2 {
	font-size: 1.286em; /* 18px */
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	border-bottom: 1px solid #b2c2d1;
}
.product-image {
	float:left;
	margin-right: 1.6em;
}
.product ul {
	margin-left: 8.143em;
	margin-top: 1.6em;
	overflow: visible;
}

/* =Filling stations parent (Template)
-------------------------------------------------------------- */
.all-cs-map {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	max-width: 720px;
	text-align: center;
	margin: 3em auto;
}
.map-bgr {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.place-dot {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #c5000c;
	transition: 300ms;
}
.place-dot:hover {
	background-color: #0d4985;
}
.place-dot:after {
	display: block;
	position: absolute;
	top: -16px;
	left: -15px;
	content: url('../images/ao-cs-here.png');
	width: 48px;
	height: 36px;
	opacity: 0;
	transition: opacity 300ms;
}
.place-dot {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.place-dot:hover:after {
	opacity: 1;
}

.cs-name {
	position: absolute;
	top: -50%;
	left: 20px;
	min-width: 8em;
	font-weight: 600;
	text-align: left;
	color: #555555;
	transition: 200ms;
}
.place-dot:hover .cs-name {
	color: #b8000b;
}

.cs-studanky .cs-name { top: 10%;}

.show-cs {
	background: transparent url('../images/ao-cs-here.png') no-repeat center center;
	display: none;
	position: absolute;
	top: -16px;
	left: -15px;
	width: 48px;
	height: 36px;
	z-index: 100;
}
.here .show-cs{
	display: block;	
}

/* =Filling Stations // čerpací stanice (Template)
-------------------------------------------------------------- */

.filling-station {}

.contact-box-wrapper {
	border: 1px solid #b2c2d1;
	background: #ffffff;
}
.contact-box-wrapper .grid {
	margin-bottom: 0;
}
.contact-box-wrapper .post-thumb,
.contact-box-wrapper .post-thumb img
 {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	top:0;
}
.armex-logo {
	position: absolute;
	top: -25px;
	right: 10px;	
}
	
.opening-hours {
	color: #8099b2;
	font-size: 1.286em;
	font-weight: 700;
	line-height: 2em;
	padding-left: 2.5em;
	margin: 1em auto;
	background: transparent url('../images/icons/clock.png') no-repeat left center;
}

.contact-box-wrapper .cs-map,
.contact-box-wrapper .post-thumb {	
	margin-bottom: 0;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}

.contact-box-wrapper .post-thumb {	
	padding-right: 0;
}
.contact-box-wrapper .cs-map {
	padding-let: 0;	
}

.contact-box-wrapper .acf-map {
	height: 224px;
	margin: 0 auto;
	margin-bottom: 0;
}

.filling-station .carousels {
	margin-bottom: 0;
}

.filling-station .product-box .boxed-title,
.filling-station .card-box .boxed-title,
.filling-station .service-box .boxed-title,
.filling-station .gallery-box .boxed-title {
	text-align: center;
	text-transform: uppercase;
}
.filling-station .product-box,
.filling-station .card-box,
.best-of-travelfree .card-box {
	height: 150px;
}

.product-carousel,
.card-carousel {
	list-style: none;
	margin: 0 auto !important;
	padding: 0 !important;
}

.product-carousel li,
.card-carousel li {
	/*float: left;*/
	display: block;
	width: 4.357em;
	height: 4.357em;
	line-height: 4.286em;
	vertical-align: middle;
	text-align: center;		
}

.product-carousel li,
.card-carousel li,
.product-carousel li img,
.card-carousel li img {
	margin: 0 auto !important;
	padding: 0 !important;
}

.service-box ul {
	list-style: none;
	padding: 0 !important;
}

.service-box ul li {
	float: left;
	display: block;
	padding-top: 1.5em;
	padding-left: 5em; /* 60 */
	height: 4.5em;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}

/* Services icons */
.shop { background-image: url('../images/icons/services/service-01.png'); }
.auto-instant-coffee { background-image: url('../images/icons/services/service-02.png'); }
.auto-classic-coffee { background-image: url('../images/icons/services/service-03.png'); }
.presso { background-image: url('../images/icons/services/service-04.png'); }
.cafe-corner { background-image: url('../images/icons/services/service-05.png'); }
.bistro { background-image: url('../images/icons/services/service-06.png'); }
.pb-lahve { background-image: url('../images/icons/services/service-07.png'); }
.cell-credit { background-image: url('../images/icons/services/service-18.png'); }
.car-wash { background-image: url('../images/icons/services/service-08.png'); }
.self-hand-wash { background-image: url('../images/icons/services/service-09.png'); }
.hand-wash { background-image: url('../images/icons/services/service-10.png'); }
.compressor { background-image: url('../images/icons/services/service-11.png'); }
.vacuum-cleaner { background-image: url('../images/icons/services/service-12.png'); }
.car-parking { background-image: url('../images/icons/services/service-13.png'); }
.tir-parking { background-image: url('../images/icons/services/service-14.png'); }
.outdoor-seating { background-image: url('../images/icons/services/service-15.png'); }
.wc-inside { background-image: url('../images/icons/services/service-16.png'); }
.wc-outside { background-image: url('../images/icons/services/service-16.png'); }
.botf { background-image: url('../images/icons/services/service-17.png'); }

/* =Bonus program (Template)
-------------------------------------------------------------- */
.bonus-program .post-entry,
.sponzored-action .post-entry,
.parent-sponzored-action .post-entry {
	padding-bottom: 1.5em;
}

.products {
	margin-top: 5.5em;
}

/* =Best of Travel Free - BoTF (Template)
-------------------------------------------------------------- */
.best-of-travelfree .post-thumb .button {
	width: 100%;
	max-width: 304px;
	margin-top: 1.6em;	
}

.shop-box {
	padding-top: 1.429em;
}

.best-of-travelfree .opening-hours {
	margin-top: 0;
}

.shop-map .acf-map {
	max-width: 300px;
	height: 215px;
	margin-bottom: 0;
}

.best-of-travelfree .card-box .boxed-title,
.best-of-travelfree .gallery-box .boxed-title {
	text-align: center;
	text-transform: uppercase;
}

.botf-card-carousel {
	list-style: none;
	margin: 0 auto !important;
	padding: 0 !important;
}

.botf-card-carousel li {
	display: block;
	width: 4.286em;
	height: 4.286em;
	line-height: 4.286em;
	vertical-align: middle;
	text-align: center;		
}

.botf-card-carousel li {
	margin: 20px auto !important;
	padding: 0 !important;
}
.botf-card-carousel li img {
	margin: 0 auto !important;
	padding: 0 !important;
}
.shop-gallery,
.shop-cards {
	margin-bottom: 0;
}

/* =Distribution (Template)
-------------------------------------------------------------- */
.distribution .shop-box {
	margin-bottom: 2.12766%;
}

/* =Contact (Template)
-------------------------------------------------------------- */
.contact-page {
}
.contact-page .post-entry ul {
	list-style: none;
	margin: 1.5em auto;
	padding: 0;
}

.contact-page .post-entry ul li {
	color: #003366;
	line-height: 1.7em;
	padding-left: 2em;
	margin: 0 auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
.contact-page .post-entry ul li.phone {
	background-image: url('../images/icons/phone.png');
}
.contact-page .post-entry ul li.fax {
	background-image: url('../images/icons/fax.png');
}
.contact-page .post-entry ul li.email {
	background-image: url('../images/icons/email.png');
}

.post-entry .quick-contact-box {
	margin-top: 1.9em;
	padding: 1em;
}
.post-entry .quick-contact-box ul {
	text-align: center;
	width: 50%;
	min-width: 280px;
}
.post-entry .quick-contact-box ul li {
	font-size: 1.286em; /* 18 */
	line-height: 1.5em;
	vertical-align: middle;
	padding-left: 3em;
	text-align: left;
	background-position: 1em .4em;
}

.contact-page .company-logo {
  width: 180px;
}

.contact-page h2.boxed-title,
.illustration-image {
	margin-bottom: 1.429em;
}
/* =Landing Page (Template)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}
/* =Search Results (Template)
-------------------------------------------------------------- */

#content-search .post-entry {
	margin-bottom: 0;
}
.title-search-results {
	padding-left: 0.5em;
}
.title-search-results span {
	font-weight: 600;
}

/* =404 Page (Template)
-------------------------------------------------------------- */
.title-404 {
	color: #b8000b;
	margin-top: 0;
}
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =WPML (Plugin)
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

/* =Languages select dropbox - mobil friendly always*/
#lang_sel_click {
    font-family: verdana,arial,sans-serif;
    height: auto;
    position: relative;
    z-index: 99;
	min-width: 60px;
	display: inline-block;
}
#lang_sel_click li {
  float: none;
  position: relative;
  width: 100%;
}
#lang_sel_click a,
#lang_sel_click a:visited {
	display: block;
	background: none repeat scroll 0 0 #FFFFFF;
	border: solid 1px #b2c2d1;
	color: #444444;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding-left: 10px;
	text-decoration: none !important;
}
#lang_sel_click ul ul {
	border-top: solid 1px #b2c2d1;
	height: 0;
	left: 0;
	position: absolute;
	top: 31px;
	visibility: hidden;
	min-width: 50px;
	width: 100%;
}
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border-width: 0 1px 1px;
	color: #444444;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 10px;
	width: 100%;
}
#lang_sel_click img.iclflag {
  height: 18px;
  position: relative;
  top: -1px;
  width: 24px;
  border: solid 1px #eeeeee;
}

#lang_sel_click a.lang_sel_sel {
    background: url("../images/icons/arrow-down.png") no-repeat scroll right center #fff;
}

.wpml-ls-legacy-dropdown-click {
  max-width: 100%;
  width: auto;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}
.wpml-ls-legacy-dropdown-click a {
  padding: 1px 0 1px 10px;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Owl Carousel (Plugin) css v1.3.3
-------------------------------------------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../core/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* -- my customization -- */

.owl-carousel {
	margin: 1em auto;
}
.owl-buttons {}
.owl-prev,
.owl-next {
	position: absolute;
	top: 40%;
	width: 32px;
	height: 32px;
	background: transparent url('../images/owl-controls.png') no-repeat;
}
.owl-prev {
	float: left;
	left: 0;
	background-position: 0 0;
}
.owl-prev:hover {
	background-position: 0px -32px;
}
.owl-next {
	float: right;
	right: 0;
	background-position: -32px 0px;
}
.owl-next:hover {
	background-position: -32px -32px;
}

.filling-station .owl-carousel,
.best-of-travelfree .owl-carousel {
  width: 85%;
  overflow: visible;
}
.filling-station .owl-prev,
.filling-station .owl-next {
	top: 25%;
}
.best-of-travelfree .owl-prev,
.best-of-travelfree .owl-next {
	top: 36%;
}
.filling-station .owl-prev,
.best-of-travelfree .owl-prev {
	left: -8%;
}
.filling-station .owl-next,
.best-of-travelfree .owl-next {
	right: -8%;
}

/* -- 201110 - Opens during covid -- */

.covid-homepage-banner a {
	background-color: #FF0000;
	display: block;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	padding: 1rem 1.5rem;
	margin-top: -1rem;
}
.covid-homepage-banner:hover a {
	text-decoration: underline;
}
.covid-open-time-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.covid-open-time-table tr:not(:first-child):hover {
  background-color: #e5ebf2;
}
.covid-open-time-table th {
	font-weight: 700;
	text-align: left;
}
.text-uppercase {
	text-transform: uppercase;
}

/* =Others
-------------------------------------------------------------- */
.form-allowed-tags { /* symbol */
	display: none;
	font-size: 10px;
}
.no-border,
img.no-border,
table.no-border,
table.no-border td,
table.no-border th {
	border: none !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}
.hide-desktop {
	display: none;
}
.show-desktop {
	display: block;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
/* =Helpers class
-------------------------------------------------------------- */
.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
}
.col-padding {
	padding-right: 2.127659574468%;
	margin-right: auto;
}

/* =Clearfix
-------------------------------------------------------------- */
.products:before,
.menu li:after,
.menu li:before,
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before,
.post-entry:after,
.post-entry:before {
	content: ' ';
	display: table;
}
.products:before,
.menu li:after,
.menu li:before,
.clearfix:after,
#container:after,
.widget-wrapper:after,
.post-entry:after,
.post-entry:before {
	clear: both;
}
.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}
.clear {
	clear: both;
}
/* =ADMIN BAR login/profile fix */
#wpadminbar ul {
  overflow: visible;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}
[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}
[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
}
