/** fonts **/
/*
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 13px;
  background-color: #f5f5f5;
}

input,textarea {
   /* -webkit-appearance: none;*/
    outline: none;
}
h1,
h2 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: -0.04em;  color: #012754;
  font-weight:800;
  margin: 35px 0 15px 0;
    color: #012754;

}
h1.smaller,
h2.smaller {
  font-size: 20px;
  color: #0c588d;
}
h1.bg,
h2.bg {
  background: url("../img/bg-title.jpg") repeat-x center center;
    margin-bottom: 21px;
}
h1.bg span,
h2.bg span {
    background-color: #f5f5f5;
    padding-right: 20px;
    font-size: 22px;
    letter-spacing: -0.04em;
    line-height: 48px;
    font-weight:800;
}
h1 + h2 {
  margin-top: 15px;
}
h2 a {
  font-size: 20px;
  color: #0c588d;
  text-transform: uppercase;
  font-weight:800;
  letter-spacing: -0.04em;
  line-height: 30px;
  display: inline-block;
}
h2.bg-single,
.products h2.bg-single
{
  background: url("../img/bg-title-2.jpg") repeat-x center center;
}
h2.bg-single a,
h2.bg-single span,
.products h2.bg-single a
{
  background-color: #f5f5f5;
  padding-right: 20px;
  color: #0c588d;
  font-size: 20px;
    line-height: 41px;
}
h3 {
  font-size: 20px;
  color: #0c588d;
}
h3.bg {
  background: url("../img/bg-title.jpg") repeat-x center center;
}
h3.bg span {
  background-color: #f5f5f5;
  padding-right: 45px;
}
p {
  font-size: 13px;
  line-height: 23px;
  color: #232323;
}
input[type="image"] {
  outline: none;
}
.header {
  height: 691px;
  background: url('../img/background.jpg') no-repeat center;
  background-size: cover !important;
  padding-top: 115px;
}

.internal-page {
    height: 691px;
    background: url('../img/pruh.jpg') no-repeat center;
    background-size: cover !important;
}

.header h1 {
  margin-top: 172px;
  font-size: 71px;
  text-transform: uppercase;
  color: #fff;
  font-weight:800;
  letter-spacing: -0.04em;
}
.header strong {
  font-size: 22px;
  color: #fff;
}
.headerMenu ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
    height: 47px;
}
.headerMenu ul > li {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  padding: 13px 0;
  margin: 0 10px;
  border-bottom: 0px solid rgba(182, 35, 9, 0);
  transition: border 0.5s;
  position: relative;
  font-weight:700;
}
.headerMenu ul > li:hover,
.headerMenu ul > li.active {
  border-bottom: 3px solid #b62309;
}
.headerMenu ul > li.sub {
  border-bottom: 0;
}
.headerMenu ul > li > a {
  color: #fff;
  letter-spacing: 0;
  padding: 13px 0;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.headerMenu ul > li ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  position: absolute;
  top: 40px;
  left: -50px;
  width: 140px;
  margin: 0;
  z-index: 500;
}
.headerMenu ul > li ul li {
  padding: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
}
.headerMenu ul > li ul li.duplicated {
  display:none;
}
.headerMenu ul > li ul li:hover,
.headerMenu ul > li ul li.active {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.headerMenu ul > li ul li a {
  padding: 0;
  display: block;
  background-color: #ffffff;
  width: 140px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 12.5px;
  color: #363636;
  letter-spacing: 0;
}
.headerMenu ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.headerMenu .relative {
  position: relative;
}
.headerMenu .flag {
  position: absolute;
  right: 15px;
  top: 33px;
}
.headerMenu .flag.ru {
  position: absolute;
  right: -10px;
  top: 33px;
}

.header .wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;

  margin: 14px auto;
}
.header .search {
  margin: 0 0 0 15px;
}
.header .search input {
  height: 40px;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  outline: none;
}
.header .search input[type="text"] {
  padding: 0 17px;
  font-size: 13px;
  color: #256094;
}
.header .search input[type="text"]::-webkit-input-placeholder {
  color: #256094;
  font-style: italic;
}
.header .search input[type="text"]:-moz-placeholder {
  color: #256094;
  font-style: italic;
}
.header .search input[type="text"]::-moz-placeholder {
  color: #256094;
  font-style: italic;
}
.header .search input[type="text"]:-ms-input-placeholder {
  color: #256094;
  font-style: italic;
}
.header .search input[type="submit"] {
  background: rgba(0, 0, 0, 0.5) url("../img/icon-search.png") no-repeat center;
  width: 40px;
}
.header .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
}
.header .bx-wrapper .bx-prev {
  background: url("../img/arrow-slider-left.png") no-repeat center !important;
  width: 13px !important;
  height: 24px !important;
}
.header .bx-wrapper .bx-next {
  background: url("../img/arrow-slider-right.png") no-repeat center !important;
  width: 13px !important;
  height: 24px !important;
}
.header.internal-page {
  height: 130px;
  background-position: center 0;
  padding:0;
}
.header.internal-page ul li a {
  color: #363636;
}
.header.internal-page .search {
  margin-top: 45px;
}
.header.internal-page .bread {
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  top: 125px;
  left: 31px;
}
.header.internal-page .bread span {
  text-transform: uppercase;

}
.header.internal-page .bread span:first-of-type a{
  /*color: #b2b2b2;*/
   color: #b2b2b2;

}

.app-box {
    background-color: #fff;
    margin-bottom: 30px;
    height: 330px;
}
.app-box.gallery {
    height: 270px;
}
.app-box.gallery p {
    margin-top: 30px;
}
.app-box h3 {
    font-weight:700;
    font-size: 16px;
    padding: 0 15px;
}
.app-box h3 a {
    color: #012754;
}
.app-box p {
    color: #0068ad;
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
}

.part-1 .app-box {
  background-color: #fff;
  margin-bottom: 30px;
}
.part-1 .app-box h3 {
  font-weight:700;
  font-size: 16px;
  padding: 0 15px;

}
.part-1 .app-box h3 a {
  color: #012754;
}
.part-1 .app-box p {
  color: #0068ad;
  font-size: 12px;
  line-height: 20px;
  padding: 0 15px 15px 15px;
  margin-bottom: 0;
}
.part-1 .blurb-button {
  width: auto;
  padding-right: 10px;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.5s;
  letter-spacing: -0.04em;
}
.part-1 .blurb-button.seminars {
  color: #0071a5;
  float: left;
  padding-left: 25px;
  background: #ededed url("../img/arrow-seminars.png") no-repeat 10px;
}
.part-1 .blurb-button.exhibitions {
  color: #a80303;
  float: right;
  padding-left: 10px;
  padding-right: 20px;
  background: #ededed url("../img/arrow-exhibitions.png") no-repeat 137px;
}
.part-1 .blurb-button:hover {
  background-color: #ffffff;
}
.part-1 .blurb-box {
  background-color: #ffffff;
  min-height: 178px;
  margin-bottom: 19px;
  border-top: 1px solid #eeeeee;
  padding-bottom:10px;
}
.part-1 .blurb-box:last-of-type {
  border-top: 0;
}
.part-1 .blurb-box h3 {
  margin: 0 10px;
  padding: 9px 7px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.04em;
}
.part-1 .blurb-box h3 a {
  color: #012754;
  text-decoration: none;
  line-height: 18px;
}
.part-1 .blurb-box span {
  color: #247cd4;
  font-size: 13px;
  font-style: italic;
  display: block;
  margin: 0 10px;
  padding: 9px 7px;
  border-bottom: 1px solid #eeeeee;
}
.part-1 .blurb-box img {
  float: left;
  border: 1px solid #eeeeee;
  width: 88px;
  max-height: 88px;
  margin: 10px 12px 0 17px;
}
.part-1 .blurb-box p {
  font-size: 12px;
  color: #606060;
  padding-top: 14px;
  padding-right: 12px;
  margin-bottom: 0;
  line-height: normal;
  min-height: 95px;
  padding-left: 17px;
  padding-bottom: 15px;
}


.part-1 .blurb-exh {
  display: none;
}
.blurb-box-form {
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 19px 18px;
}
.blurb-box-form img{
  max-width:100%;
  height:auto;
}
.blurb-box-form input[type="text"] {
  float: left;
  height: 42px;
  outline: none;
  background-color: #f2f2f2;
  color: #606060;
  border: 0;
  padding: 0 19px;
}
.blurb-box-form input[type="text"]::-webkit-input-placeholder {
  color: #606060;
  font-style: italic;
}
.blurb-box-form input[type="text"]:-moz-placeholder {
  color: #606060;
  font-style: italic;
}
.blurb-box-form input[type="text"]::-moz-placeholder {
  color: #606060;
  font-style: italic;
}
.blurb-box-form input[type="text"]:-ms-input-placeholder {
  color: #606060;
  font-style: italic;
}
.blurb-box-form p {
  font-size: 12px;
  color: #606060;
  margin-bottom: 20px;
  line-height: 20px;
}
.blurb,.blurb2 {
  font-size: 13px;
  text-transform: uppercase;
  width: 105px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  background-color: #eeeeee;
  text-decoration: none;
  margin-top: 31px;
  position: relative;
  margin-bottom: -1px;
  transition: background-color 0.5s;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.blurb2 {
	background-color:white;
	border-top: 1px solid #0071a5;
	color: #0071a5;
}

.blurb.active,
.blurb:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.blurb.seminars {
  color: #0071a5;
  border-top: 1px solid #0071a5;
  float: left;
}
.blurb.exhibitions {
  color: #a80303;
  border-top: 1px solid #a80303;
  float: right;
}
.blurb.red {
  color: #a80303;
  border-top: 1px solid #a80303;
  float: left;
}
.blurb.nomargin {
  margin-top: 0;
}
.part-2 {
  background: url("../img/part-2-bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
.part-2 h2 {
  font-size: 37px;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-weight:800;
}
.part-2 p {
  font-size: 17px;
  color: #fff;
  font-weight:700;
  line-height: normal;
}
.part-2 .featured-box {
  position: relative;
  height: 180px;
  max-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  margin-top: 25px;
  transition: border 0.5s;
}
.part-2 .featured-box:hover h3 {
  background-color: rgba(0, 0, 0, 0.7);
  height: 77px;
}
.part-2 .featured-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.part-2 .featured-box h3 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 12px 10px;
  margin-bottom: 0;
  transition: background-color 0.5s;
  height: 77px;
  color: #ffffff;

}
.part-2 .button {
  margin: 35px auto;
  width: 188px;
  height: 57px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border: 3px solid #fff;
  display: block;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
}
.part-2 .button:hover {
  background-color: #fff;
  color: #000;
}
 .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
}

.logos-box a {
    text-align: center;
    background-color: #fff;
    display: block;
    height: 140px;
    line-height: 110px;
    padding: 15px;
}
.logos-box a img {
    vertical-align: middle;
    display: inline-block;
}

.part-3 .news-box {
  background-color: #fff;
  height: 450px;
}
@media (max-width: 992px) {
  .part-3 .news-box {
    margin-bottom: 20px;
  }
}
.part-3 .news-box h3 {
  font-size: 16px;
  padding: 0 15px;
}
.part-3 .news-box h3 a {
  color: #012754;
  text-decoration: none;
  font-weight:700;
}
.part-3 .news-box h3 a:hover {
  text-decoration: underline;
}
.part-3 .news-box span {
  font-size: 10px;
  color: #0c588d;
  text-transform: uppercase;
  padding: 0 15px;
}
.part-3 .news-box p {
  padding: 15px 15px 25px 15px;
  color: #6e6e6e;
  margin-bottom: 0;
}
.part-3 .news-box.featured h3 a {
  color: #800101;
}
.part-3 .news-box.featured span a {
  color: #c30000;
}
.part-3 .logos-box a {
  text-align: center;
  background-color: #fff;
  display: block;
  height: 140px;
  line-height: 110px;
  padding: 15px;
}
.part-3 .logos-box a img {
  vertical-align: middle;
  display: inline-block;
}
.part-4 {
  padding: 0;
}
.part-4 #gmap {
  width: 100%;
  height: 505px;
}
.part-5 {
  background-color: #161616;
  padding: 25px 0;
}
.part-5 a {
  transition: opacity 0.5s;
}
.part-5 a img {
    width: 40px;
    margin: 6px 0 12px;
    float: right;
}
.part-5 a img.nomargin {
  margin-bottom: 0;
}
.part-5 a:hover {
  opacity: 0.7;
}
.part-6 {
  background-color: #000000;
  min-height: 72px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
}
.part-6 a {
  color: #fff;
  text-decoration: underline;
}
.box-standards {
  margin-bottom: 30px;
}
.box-standards h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
a.more {
  border: 2px solid #0c588d;
  color: #0c588d;
  line-height: 34px;
  display: block;
  width: 114px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.04em;
  text-decoration: none;
  transition: all 0.5s;
}


a.more.mapButton{
	margin-left:10px;
}

.roadshow-map{
	width:100% !important;
	height:350px;
}

.roadshow .form-title{
	font-family:open_sansbold;
	font-size:15px;
	display:inline-block;
	margin-bottom:15px;
	text-transform: uppercase;
	color:#0c588d;
}

.roadshow .box-event{
	margin-top:0px;
}

.roadshow .box-event div{
	font-size:13px;
	line-height:22px;
}

.roadshow .box-event div p{
	font-weight:normal;
	text-transform: none;
	font-size:14px;
}

a.more.margin-top {
    margin-top: 20px;
}

a.more:hover,a.more.active {
  background-color: #0c588d;
  color: #ffffff;
  text-decoration: none !important;
}
.sidebar .blurb {
  margin-top: 35px;
}

.sidebar .col-md-12 a{
  text-transform: uppercase;
}

.sidebar ul.standards {
  margin-bottom: 30px;
  padding-left: 10px;
  list-style: square;
}
.sidebar ul.standards:last-of-type {
  margin-bottom: 0;
}
.sidebar ul.standards li {
  line-height: 24px;
  font-size: 12px;
  color: #12539f;
}
.sidebar ul.standards li a {
  color: #12539f;
}
.sidebar ul.standards li a:hover {
  color: #001834;
}
.sidebar ul.news-category {
  list-style: none;
  padding: 0;
}
.sidebar ul.news-category li ul {
  list-style: none;
  padding-left: 10px;
  margin: 15px 0;
}
.sidebar ul.news-category li > a:hover,
.sidebar ul.news-category li > a.active {
  text-decoration: none;
  color: #001022;
  font-weight:700;
    font-weight: normal;
}
.sidebar ul.news-category li.featured a {
  color: #b62309;
}
.sidebar ul.about {
  list-style: none;
  padding: 0;
}
.sidebar ul.about li {
  line-height: 32px;
    height: 32px;
}
.sidebar ul.about li:last-of-type {
  margin-bottom: 0;
}
.sidebar ul.about li > ul {
  list-style: none;
  padding-left: 20px;
}
.sidebar ul.about li > ul li {
  line-height: 30px;
  margin-bottom: 0;
}
.sidebar ul.about li > ul li a:hover,
.sidebar ul.about li > ul li a .active {
  color: #012754;
  font-weight:700;
  text-decoration: none;
    font-weight: normal;
}
.sidebar ul.about li > a {
  color: #12539f;
}
.sidebar ul.about li > a.active,
.sidebar ul.about li > a:hover {
  color: #012754;
    font-weight: normal;
  text-decoration: underline;
}
.sidebar .red .more {
  color: #821400;
  border-color: #821400;
  margin: 20px auto 0 auto;
}
.sidebar .red .more:hover {
  background-color: #821400;
  color: #ffffff;
}

.sidebar .cert-box {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.sidebar .cert-box img {
    margin-bottom: 5px;
}

.contact h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.contact h1 {
  margin-bottom: 10px;
}
.contact address {
  color: #3a3a3a;
  line-height: 30px;
}
.contact address strong {
  font-size: 15px;
  font-weight:700;
  letter-spacing: -0.04em;
    font-weight: normal;
}
.contact table {
  width: 100%;
}
.contact table td {
  line-height: 30px;
}
.contact table td:first-of-type {
  font-weight:700;
    font-weight: normal;
  letter-spacing: -0.04em;
}
.contact table td:last-of-type {
  text-align: right;
}
.box-contact {
  position: relative;
  margin: 20px 0;
}
.box-contact img {
  float: left;
  margin-right: 30px;
    margin-bottom: 20px;

}
.box-contact .flag {
  position: absolute;
  left: 150px;
  top: 5px;
}
.box-contact h3 {
  font-size: 15px;
  color: #0c588d;
  font-weight:700;
    font-weight: normal;
  display: block;
  margin-bottom: 15px;
  margin-top: 2px;
}
.box-contact span {
  display: block;
  color: #0c588d;
  font-style: italic;
  margin-bottom: 40px;
}
.box-contact strong {
  font-weight:700;
    font-weight: normal;
  display: block;
  font-size: 13px;
  color: #3a3a3a;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
.country-selector {
  background-color: #ffffff;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 34px 0 30px;
}
.country-selector select {
  width: 380px;
}
.box-downloads-1 {
  border-bottom: 1px solid #e5e5e5;
}
.box-downloads-1 img {
  border: 5px solid #ffffff;
}
.box-downloads-1 h3 {
  padding-left: 10px;
  margin-bottom: 18px;
  margin-top: 10px;
}
.box-downloads-1 h3 a {
  color: #0068ad;
  font-weight:700;
    font-weight: normal;
  font-size: 13px;
}
.box-news img {
  float: left;
  margin-right: 30px;

}
.box-news {
    margin-bottom: 20px;
}

.box-news h2 {
  margin-bottom: 15px;
  margin-top: 0;
}
.box-news span {
  font-size: 13px;
  color: #0c588d;
  text-transform: uppercase;
}
.box-news span.date {
  font-style: italic;
}
.box-news p {
  margin-top: 10px;
}
.box-news.featured h2 a,
.box-news.featured span:first-of-type {
  color: #821400;
}
.box-news.featured .more {
  color: #821400;
  border-color: #821400;
}
.box-news.featured .more:hover {
  background-color: #821400;
  color: #ffffff;
}
/*
.container .products a  {
  display: block;
  margin-bottom: 20px;
  color: #0072c1;
  background: url("../img/products-arrow.png") no-repeat left 5px;
  padding-left: 16px;
}
.products a:last-of-type {
  margin-bottom: 0;
}
*/
.products-sub a {
  display: block;
  margin-bottom: 20px;
  color: #0072c1;
  background: url("../img/products-arrow.png") no-repeat left 5px;
  padding-left: 16px;
}
.products-sub img {
  margin-bottom: 40px;
}
.pagination {
  float: right;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  bottom: -15px;
}
.pagination ul {
  list-style: none;
}
.pagination ul li {
  width: 26px;
  height: 26px;
  float: left;
}
.pagination ul li.left a,
.pagination ul li.right a {
  height: 26px;
  border-right: 0;
}
.pagination ul li.left a:hover,
.pagination ul li.right a:hover {
  background-color: #2e2e2e;
}
.pagination ul li.left.disabled a,
.pagination ul li.right.disabled a {
  background-color: #ececec;
}
.pagination ul li.left {
  margin-right: 4px;
}
.pagination ul li.left a {
  background: #c6c6c6 url("../img/arrow-left-pagination.png") no-repeat center;
}
.pagination ul li.left a:hover {
  background: #2e2e2e url("../img/arrow-left-active-pagination.png") no-repeat center;
}
.pagination ul li.right {
  margin-left: 4px;
}
.pagination ul li.right a {
  background: #c6c6c6 url("../img/arrow-right-pagination.png") no-repeat center;
}
.pagination ul li.right a:hover {
  background: #2e2e2e url("../img/arrow-right-active-pagination.png") no-repeat center;
}
.pagination ul li a {
  text-align: center;
  line-height: 26px;
  display: block;
  font-size: 14px;
  color: #2e2e2e;
  text-decoration: none;
  background-color: #ececec;
  border-right: 1px solid #dcdcdc;
}
.pagination ul li a.active {
  background-color: #0c588d;
  color: #fff;
}
.pagination ul li a:hover {
  background-color: #0c588d;
  color: #fff;
}
.box-business {
  color: #2f2f2f;
  margin-bottom: 10px;
}
.box-business h3 {
  color: #2f2f2f;
  font-weight:700;
    font-weight: normal;
  font-size: 14px;
}
.box-business p {
  font-size: 14px;
}
.box-business a {
  font-size: 13px;
  color: #0073c3;
}
.box-career h2 {
  margin-bottom: 20px;
  margin-top:0px;
}
.box-career span {
  font-size: 13px;
  color: #347fce;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}

table.vzdelani {
    margin-top: 30px;
    margin-bottom: 30px;
}
table.vzdelani td {
    font-family: open_sansregular !important;
    text-align: left !important;
}
.grey-bg {
    background-color: #d9d9d9;
}
.video-iframe iframe {
    margin: 20px 0;
}

.box-event {
    background-color: #ffffff;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.box-event.nomargin {
    margin-top: 0;
    margin-bottom: 4px;
}
.box-event .more {
    margin: 11px 0;
}
.box-event span {
    border-right: 1px solid #eeeeee;
    margin: 4px 0;
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: -0.04em;
}
.box-event span:first-of-type {
    padding-right: 8px;
    color: #012754;
    font-weight:700;

    text-align: center;
}
.box-event span:nth-child(2) {
    font-weight:700;
    color: #0c588d;

    padding-left: 35px;
}
.box-event span:last-of-type {
    padding-left: 24px;
    color: #012754;
    border-right: 0;
}
.box-event div {
    margin: 4px 0;
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    color: #0c588d;
    text-transform: uppercase;
    //font-weight:700;
    letter-spacing: -0.04em;
    padding-right: 20px;
}
.seminars-list .box-event:first-of-type {
    margin-top: 20px;
}
.seminars-list .box-event .more.red {
    color: #821400;
    border-color: #821400;
    margin-left: 10px;
}
.seminars-list .box-event .more.red:hover,.seminars-list .box-event .more.red.active {
    background-color: #821400;
    color: #ffffff;
}
.seminars-list .box-event.open {
    margin-bottom: 0;
    border-bottom: 0;
}
.seminars-list .box-event-info {
    background-color: #ffffff;
    padding: 20px;
    display: none;
}
.seminars-list .box-event-info img {
    border: 3px solid #f3f3f3;
}
.seminars-list .box-event-info table {
    width: 100%;
    border-collapse: collapse;
}
.seminars-list .box-event-info table td {
    min-width: 160px;
    padding: 5px 0;
}
.seminars-list .box-event-info table td:first-of-type {
    font-size: 14px;
    color: #000;
    letter-spacing: -0.04em;
}
.seminars-list .box-event-info table td input[type="text"] {
    width: 200px;
    background-color: #f2f2f2;
    border: 1px solid #ebebeb;
    outline: none;
    height: 28px;
    padding: 0 10px;
}
.seminars-list .box-event-info table td strong {
    color: #b62309;
    font-weight:700;
    font-size: 14px;
}
.seminars-list .box-event-info table td input[type="submit"] {
    display: block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #b62309;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.04em;
    transition: background-color 0.5s;
}
.seminars-list .box-event-info table td input[type="submit"]:hover {
    background-color: rgba(182, 35, 9, 0.8);
}


/*my styles */


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


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #454545;
    font-size: 13px !important;
    background-color: #f5f5f5 !important;
}

.blurb-box-form input[type="text"] {
    width: 182px;
}


.next.page-numbers {
    background: #2e2e2e url("../img/arrow-right-active-pagination.png") no-repeat center;
    width: 26px;
    height: 26px;
    float: left;
}

.page-numbers.current {
    background-color: #0c588d !important;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    display: block;
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: none;
    background-color: #ececec;
    border-right: 1px solid #dcdcdc;
}

.prev.page-numbers {
    background: #c6c6c6 url("../img/arrow-left-pagination.png") no-repeat center;
    width: 26px;
    height: 26px;
    float: left;
}

.prev.page-numbers:hover {
    background: #2e2e2e url("../img/arrow-left-active-pagination.png") no-repeat center;
}

ul.children {
    margin: 0 !important;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-next {
    right: 10px;
}


.bx-wrapper .bx-prev {
    left: 10px;
}


/*======================================================================
	Selectric
======================================================================*/
.selectricWrapper {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 20px;
    width: 381px;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
    border-radius: 2px;
    width: 382px;
    height: 47px;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px 6px 6px 15px;
    font-size: 12px;
    color: #444;
    min-height: 18px;
    font-weight:700;
    font-size: 17px;
    text-align: left;
    line-height: 31px;
    font-weight: normal;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 6px;
    top: 23px;
    width: 30px;
    height: 0px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    font-size: 28px;
    /* IE Fix */
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectricHover .selectric {
    border-color: #CCC;
}
.selectricHover .selectric .button {
    color: #888;
}
.selectricHover .selectric .button:after {
    border-top-color: #888;
}

.selectricOpen {
    z-index: 9999;
}
.selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
}
.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectricItems {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
    height: 100%;
    overflow: auto;
}
.selectricAbove .selectricItems {
    top: auto;
    bottom: 100%;
}
.selectricItems ul, .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}
.selectricItems li.selected {
    background: #fff;
    color: #444;
    border-top-color: #E0E0E0;
}
.selectricItems li:hover {
    background: #F0F0F0;
    color: #444;
}
.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}

h2.dark {
    color:#012754;
}

.ke-stazeni h1 {
    color:#012754 !important;
}

.box-downloads-1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;

}

.box-news.featured span a {
   color:#821400;
}

h1.bg span {
    color: #012754;
}

.contact h2.bg-single {

    margin-bottom: 20px;
}



.contact h2.bg-single.dep {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;


}

.contact h2.bg-single.top {
    margin-top: -8px;
}

.contact .row.office {
    margin-bottom: 20px;
}

.mt5 {
    margin-top: -5px !important;
}

.gal img{
    margin-bottom: 30px;
}

.wmg {
    width: 150px !important;
    width: 150px !important;
}

.impad {
    padding: 15px;
    background-color: white;
}

.header.internal-page .bread span a {
    /* color: #b2b2b2; */
    color: #b2b2b2;
}

.pl {
    margin-left: 14px;
}

.mb10 {
    margin-bottom: -10px !important;
}

.mb15 {
    margin-bottom: -15px !important;
}

.ml15 {
 margin-left: 15px;
}


.mb5 {
    margin-bottom: 5px !important;
}



.ml12 {
    margin-left: -15px;
}

/* added */

.nound:hover {
    text-decoration: none !important;
}

body > div.container > div > div.col-md-9.seminars-list > div > div.col-md-12 > div.box-event-program > div > div > p
{
    background-color: #FFF;
    width: 848px;
    padding: 20px;

}

body > div.container > div > div.sidebar > div > div div.blurb-box-form > ul > li > a,
body > div.container > div > div.sidebar > div > div > div.blurb-box-form > ul > li > ul > li > a
{
    line-height: 25px;
}


.box-event-program,.box-event-info{
	display: none;
}

          h2.searchTitle{
		            margin-bottom: 0px;
	            }
	            
	            .searchListing{
		            width: 100%;
		            margin: 0px;
		            padding: 0px 0px 0px 10px;
		            list-style-type: none;
	            }
	            
	            .searchListing li h2{
		            margin: 0px;
		            text-align: left;
	            }
	            
	            .searchListing li a{
		            font-family: 'Open Sans', sans-serif;
		            font-weight: normal;
		            font-size: 14px;
	            }

#singleAppGallery{
	margin-top: 10px;
}

#singleAppGallery a{
	float: left;
	margin-bottom: 10px;
	margin-right: 2px;
}

/* RESPONSIVE */

#closeMobileNav{
	display: none;
}

#mobileHamburger{
	display: none;
	margin-top: 30px;
}


@media (max-width: 1000px) {
	
	#mainNavigation .search,#mainNavigation a.flag2,
	#mainNavigation .search,#mainNavigation a.flag{
	display: none;
}

	

#mobileHamburger{
	display: block;
		float: right;
}


	
	.menu-hlavni-menu-container{

		z-index: 10000;
	}
	
	
	.navbar-fixed-top, .navbar-fixed-bottom{
		left: auto !important;
		z-index: 10000 !important;
	    right: -250px;

	}

#closeMobileNav{
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight:700;
}	


#closeMobileNav:Hover{
	text-decoration: none;
	color: #0c588d;
}	


#closeMobileNav:Hover span{
	color: #0c588d;
}	


#closeMobileNav span{
    font-weight:700;
    padding-right: 5px;
    color: #028ac9;
	
}
  .menu-hlavni-menu-container { 
      position: absolute; 
      top: 0px;
      width: 250px;
      height: 100vh;
      background-color: #0071a5;
      z-index: 1000000 !important;
      
  }
  .menu-hlavni-menu-container ul{
	  width: 100%;
	  padding: 0px 10px;
	  float: left;
	  margin-top: 10px;
	  
/*
      overflow:scroll;
      height:85vh;
      -webkit-overflow-scrolling: touch;
*/
  }
    .menu-hlavni-menu-container ul li{
	  width: 100%;
	  float: left;
	  list-style-type: none;
  }
  
  .mobileNav li a{
	  color: #fff;
	  font-size: 14px;
	  border-bottom: 1px solid #028ac9;
	  padding: 10px 0px;
	  width: 100%;
	  float: left;
	  text-transform: uppercase;
  }
    
  .mobileNav li > a:hover,  .mobileNav li.active > a{
	  color: #01abf9;
	  text-decoration: none;
	  font-weight: normal;
  }
  
    .mobileNav li.active ul{
		display: block;
  }
  
  
  .sub-menu li a{
	  font-weight: normal !important;
  }
  
    .mobileNav li ul{
	display: none;
  }
  
  .mobileNav .search{
	  float: left;
	  width: 100%;
	  padding: 10px 10px;
  }
  
  .mobileNav .search input[type=text]{
	  padding: 8px;
	  font-size: 15px;
	  width: 189px;
	  background-color: #fff;
	  border: 0px;
	  outline: none;
  }
  
    .mobileNav .search input[type=submit]{
	  padding: 8px;
	  font-size: 15px;
	  width: 40px;
	  background-color: #028ac9;
	  border: 0px;
	  text-transform: uppercase;
	  color: #fff;
	  text-align: center;
	  background-image: url("../img/icon-search.png");
	 background-repeat: no-repeat;
	 background-position: center center;
	  outline: none;
	  float: right;
  }
  
  .mobileNav a.flag2,
  .mobileNav a.flag{
	  color: #fff;
	  float: right;
	  padding-right: 10px;
	  margin-top: 10px;
	  text-transform: uppercase;
  }
    
  .mobileNav a.flag2,
  .mobileNav a.flag img{
  padding-right: 10px;
  }
  
}

.mobile-overlay {
height: 100vh;
width: 100vw;
display: none;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 1035;
}

.standards .active {
    font-weight: 700;
}

.pl15 span {
    padding-left: 15px;
}


@media (max-width: 768px) {
	.app-box,.news-box,.part-2 .featured-box{
		text-align: center;
		padding:0px 0px;
	}
		.app-box img,.news-box img{
		display: inline-block;
	}
	h2{
		text-align: center;
	}
	
	h2.bg{
		background-image: none;
	}
}


@media (max-width: 400px) {
	#logo{
		max-width: 150px;
	}
	.header{
		height: 491px;
	}
	.header h1{
		margin-top: 50px;
	}
}

.products .bg-single a {
    display: inline-block;
    background-color: #f5f5f5 !important;
    background: none;
    padding-left: 0px !important;
}

.map.part-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.newsletter {
    color: #0071a5;
    border-top: 1px solid #0071a5;
}


#login h1 a {
    background-image: url("http://www.hakel.cz/wp-content/themes/hakel-trade/assets/img/logo.png") !important;
    background-size: 171px;
    height: 91px;
    width: 175px;
}

.aboutus li {
    list-style: none;
    line-height: 25px;
    text-transform: uppercase;

}

.blurb.seminars.cert.active.nomargin {
    width: 153px;
}

.home .part-2 {
    margin-top: 35px;
}


.part-5:not(.home) {
    margin-top: 20px;
}

.home .part-5 {
    margin-top: 0px;
}

/*.plpr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/

.termin{
    margin-bottom: -15px;
}

.termin.terminNew a.more{
    padding: 0 15px;
    width:auto;
}

.seminars-list .box-event-program {
    background-color: #ffffff;
    padding: 20px;
}

.fl {
    display: block;
    width: 100%;
    float: left;
}
.box-event-info.map{
	display: block;
}



.fb-like-box {
    width: 100% !important;
    height:235px;
    border:none;
    overflow:hidden;
    
}

.wht {
background-color:white;
}

.seminars-map {
  width:395px;
  height:260px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 57.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
}

.mb0 {
  margin-bottom: 0px !important;
}




ul#footerIcons{
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	float: left;
}


ul#footerIcons li{
	width: 30%;
	float: left;
	list-style-type:none;
	margin-right: 32px;
}


ul#footerIcons li:last-of-type{
	margin-right: 0px;
}

ul#footerIcons li a{
	border:2px solid #1f1f1f;
	color: #fff;
	width: 100%;
	height: 132px;
	background-image: url(../img/ico_phone.png);
	background-position: center 18px;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-top: 85px;
	text-transform: uppercase;
}
ul#footerIcons li a:hover{
	background-color: #1D1D1B;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  text-decoration: none;
}


ul#footerIcons li:last-of-type a{
	padding-top: 80px;
		background-image: url(../img/ico_house.png);
}

ul#footerIcons li:first-of-type a{
	padding-top: 80px;
		background-image: url(../img/ico_mail.png);
}

ul#footerIcons li.en a{
	padding-top: 70px;
}


.facebookPage iframe{
	max-width: 100%;
}

.reference-separator{
	border-top: 1px solid #dfdfdf;
	margin-top: 15px;
	padding-top: 15px;
}

/********************** responsive adjustments *********************************/

@media (min-width:992px) and (max-width:1200px)   {
  .headerMenu ul > li {
    padding: 13px 0px;
    margin: 0px 6px;
  }
  .headerMenu ul > li a{
    letter-spacing: -0.3px;
  }

  .pl30 {
    padding-left: 30px !important;

  }





  .seminars-map {
    width: 276px;
    height: 260px;
    margin-left: 45px;
  }


ul#footerIcons li{

	margin-right: 17px !important;
	
}

ul#footerIcons li a{

	font-size: 11px;
	
}


}

@media (max-width:992px) {
  .headerMenu{
    height: 70px;  
  }
  .hp-container{
    display:none;
  }
  .seminars-map {
    width: 100%;
  }
  .part-5 .facebookPage{
	  margin: 20px 0;
	  text-align: center;
  }
    .part-5 .facebookPage iframe{
	  margin: 20px 0;
	  width: 100%;
  }
  .part-5 .footerSocials{
	  width: 100%;
	  text-align: center;
          float: left;
  }
   .part-5 .footerSocials a img{
			  margin: 20px 10px 0 0;
			  float: none;
			  display: inline-block;
  }
}


@media (max-width:670px) {
	
		ul#footerIcons{
	
text-align: center;
	
}
	
	ul#footerIcons li{
	
	float: none;
	display: inline-block;
	width: 80%;
	margin-right: 0px;
	
}

}


/* dropdown pobocky */

@media (max-width:445px) {
  .selectricWrapper {
    width: 300px;
  }

  .selectric {
    width: 280px;
  }

  @media (max-width: 415px) {
    .selectricWrapper {
      width: 250px;
    }

    .selectric {
      width: 230px;
    }

  }

  .box-event-info.map {
    content: '';
    display: block;
    clear: both;
  }

}

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

.seminars-list .box-event-info table td:first-of-type
.seminars-list .box-event-info table td
map 996 <> 1200

*/


@media (max-width: 768px) {
  .center-block {
    margin: 0 auto !important;
    float: none !important;

  }

  .box-news img {
    float: none !important;
  }

  h2.bg-single, .products h2.bg-single {
    background: none;
  }

  .standardsh {
    text-align: left;
  }

}

@media (max-width: 480px) {
  .place {
    display: inline-block;
    float: right;

  }
  #pl {
    display: inline-block;
    float: left !important;
    margin-right: 20px;
  }
  .seminars-list .box-event-info table td:first-of-type,
  .seminars-list .box-event-info table td {
    display: block;
  }
}


@media (max-width: 570px) {
 #pl {
     float: left !important;
  }

  #pl.red {
    margin-right: 4px;
  }


.ft {
  line-height: normal;
  padding-top: 20px;
}

}

@media (max-width: 768px) {
  h2.bg-single a, h2.bg-single span, .products h2.bg-single a {

    padding-left: 20px;
  }
}



h2.standardsh a {
  font-size: 16px !important;

}
h2.standardsh {

  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.fbs {
  border:none;
  background-color:#fff;
  overflow:hidden;
  width:1043px;
}


.plni {
  float: right;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}


a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.mb30 {
   max-height: 100px;  
    max-width: 160px;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;  
    background: #3A6F9A;  
	max-width:90% !important;


}



.ref-box {
 margin: 1em 0;  
    height: 100px;
    width: 160px;
    padding:0 20px 
    position: relative;

}


.box-event {
	display:table;
	width:100%;
	
}
.box-event .place{
	max-width:360px;
	
}

.box-event .caption{
	display:table-cell;
	vertical-align:middle;
}

.box-event .captions {
	display:table-cell;
	vertical-align:middle;
}


.vat {
vertical-align: top;
}

.mw {
	padding-top:10px;
	max-width:390px;
	line-height: 26px !important; 
}



.seminars-google-link{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	float: left;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




.top-menu{
    background-color: #fff;
    transition: all .3s linear;
    position: relative;
}
.top-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 45px;
    line-height: 45px; 
    float:right;                       
}
.top-menu li{
    color: #7e7e7e;
    text-transform: uppercase;
    display: inline-block;
    float:left;
}
.top-menu li .item{
    display: inline-block;
    font-size: 12px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 25px;
    letter-spacing: 1px;
    transition: all .3s linear;
    font-weight: 600;
    color: #002151;
    text-decoration:none;
    outline:none;
}
.top-menu li .item:hover{
    background-color: #ee7354;
    color:#fff;
}
.top-menu li .item.sel{
    background-color: #ee7354;
    color:#fff;
    font-weight: 700;
}
.top-menu .topContent{
    padding: 4px 0;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
    visibility: hidden;
    opacity:0;
    transition: all .2s linear;
}
.top-menu.sel .topContent{
    visibility: visible;
    opacity:1;
}
.top-menu .topContent .row{
    text-align:center;
}
.top-menu .topContent .row > div{
    max-width: 200px;
    display: inline-block;
    float: none;
}

.top-menu .topContent a{
    display:inline-block;
    width: 100%;
    float:left;
    border-left:#ededed 1px solid;
    outline:none;
    padding:0 20px;
    text-decoration: none;
}
.top-menu .topContent .row > div{
    margin:0;
    padding:0;
}
.top-menu .topContent .row > div:nth-last-of-type(1) a{
    border-right:#ededed 1px solid;
}
.top-menu .topContent a > div{
    width:100%;
    float:left;
    height: 120px;
    display: table;
    position: relative;
    transition: all .15s linear;
    top:0;
}
.top-menu .topContent a.sel > div{
    top:-10px;
}
.top-menu .topContent a > div > div{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.top-menu .topContent a p{
    color:#696969;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .top-menu .topContent{
        display:none !important;
    }
}
@media (max-width: 768px) {
    .top-menu li .item {
        min-height: 40px;
        line-height: 40px;
        padding: 0 10px;
        letter-spacing: 0;
    }    
    .top-menu li .item.sel {
        background-color: transparent;
    }
}
@media (max-width: 600px) {
  .top-menu li .item {
      padding: 0 5px;
  }    
}
@media (max-width: 500px) {
  .top-menu {
      display:none;
  }  
  .header.internal-page {
      height: 90px;
  }
}

@media (max-width: 400px) {
    .top-menu li{
        padding: 0 5px;
    }
    .top-menu li a{
        font-size: 10px;
    }
}

.contactForm input[type=text],.contactForm input[type=email],textarea{
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #0c588d;
	margin-top: 10px;
}

.contactForm textarea{
	height: 100px;
}

.contactForm input[type=submit]{
	background-color: #337ab7;
	padding: 8px 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	float: right;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,.wpcf7-response-output.wpcf7-validation-errors{
	padding: 10px 0;
	font-weight: bold;
	border: 0px !important;
	text-align: center;
}

.wpcf7-form-control-wrap.your-region .selectricWrapper{
	width: 100%;
	padding-top: 0px;
}

.wpcf7-form-control-wrap.your-region .selectric{
		background-color: #fff;
			width: 100%;
			height: 35px;
	border: 1px solid #0c588d;
	margin-top: 10px;
		padding: 5px 10px;
}

.wpcf7-form-control-wrap.your-region .selectric .label{
	line-height: 21px;
	font-size: 13px;
	padding: 0px;
}

.wpcf7-form-control-wrap.your-region .selectric .button{
	top: 17px;
}


.styledContent h2{
	font-size: 17px;
	color: #0c588d;
		font-family: open_sansbold !important;
		margin-bottom: 15px !important;
		text-transform: none !important;
}

.styledContent h3{
	font-size: 18px;	
		color: #0c588d;
		line-height: 26px;
}

.styledContent h4{
		font-size: 16px;
}

.styledContent h5{
		font-size: 14px;
}

.styledContent ul{
	padding-left:16px;
}

.contactDetails .mail{
	font-size: 12px;
}

.messySlide{
	visibility: hidden;
}

#menu-hlavni-menu .menu-seminare ul li:first-of-type{
	display: none;
}

#contactCorner{
    position: fixed;
    right: 0px;
    top: 0px;
    outline: medium none;
    z-index: 999999;
}

@media (max-width: 1199px) { 
    #contactCorner{
        display:none;
    }
}


#contact h2{
    color:#fff;
    font-size:20px;
    font-weight: 800;
    border-bottom: #404040 solid 1px;
    margin:20px 0 40px;
}
#contact h2 i{
    font-style: normal;
    position: relative;
    top: 10px;
    background-color: #161616;
    padding: 0 30px 0 0;
}
#contact form{
    position: relative;
    top:-20px;
}
#contact form label{
    width: 100%;
    float:left;
    font-weight: 400;
    color:#aaa;
    font-size:15px;
    cursor:pointer;
    position: relative;
}
#contact form label:after{
    position: absolute;
    content: '';
    background-image: url("../img/contact-icons.png");
}
#contact form label.field-valid:after{
    width: 20px;
    height: 16px;
    top: 43px;
    right: 12px;
    background-position: -3px -1px;
}
#contact form label.field-error:after{
    width: 17px;
    height: 17px;
    top: 43px;
    right: 12px;
    background-position: -3px -19px;
}
#contact form input[type=text], #contact form input[type=email]{
    width: 100%;
    float:left;
    border:none;
    border-left:4px solid #fff;
    height:50px;
    padding: 12px 40px 12px 12px;
    box-sizing: border-box;
    margin:0 0 7px;
    color:#000;
    font-size:16px;
    font-weight: 600;
    outline:none;
}
#contact form input.field-valid, #contact form textarea.field-valid, #contact form input[aria-invalid=false], #contact form textarea[aria-invalid=false]{
    border-color:#86cc00;
}
#contact form input.field-error, #contact form textarea.field-error, #contact form input[aria-invalid=true], #contact form textarea[aria-invalid=true]{
    border-color:#bf221f;
}
#contact form textarea{
    width: 100%;
    float:left;
    border:none;
    height:150px;
    padding: 12px 40px 12px 12px;
    box-sizing: border-box;
    margin:0 0 15px;
    color:#000;
    font-size:16px;
    font-weight: 600;
    border:none;
    border-left:4px solid #fff;
    resize:none;
    outline:none;
}
#contact form input[type=submit]{
    float: right;
    border: solid 2px #0072c2;
    background-color: transparent;
    color: #0072c2;
    font-size: 15px;
    text-transform: uppercase;
    width: 160px;
    height: 48px;
    text-align: center;
    font-weight: 600;
    margin: 4px 0;
    transition: all .3s linear;
}
#contact form input[type=submit]:hover{
    background-color:#0072c2;
    color:#fff;
}
#contact form .sending{
    float: right;
    border: solid 2px #0072c2;
    font-size: 15px;
    text-transform: uppercase;
    width: 160px;
    height: 48px;
    text-align: center;
    font-weight: 600;
    margin: 4px 0;
    background-color:#0072c2;
    color:#fff;
    line-height: 44px;
    display:none;
}
#contact .done{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 100px 0px;
    text-align: center;
    float: left;
    width: 100%;
    display:none;
}
#contact form p{
    color: #d4d4d4;
    font-size: 15px;
    margin: 10px 0;
    float: left;
    line-height: 18px;
}
#contact form .error{
    display:none !important;
}
#event{
    width: 420px;
    position: fixed;
    bottom: -300px;
    margin: -75px 0 0;
    background-color: #fff;
    padding: 10px;
    right: 100px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.18);
    transition: all .3s linear;
    border-top: solid 5px #0052b3;
}
#event table{
    height: 140px;
    width: 100%;
    float: left;
}
#event table td:nth-of-type(1){
    width: 165px;
}
#event td{
    padding: 10px 15px;
    font-weight: 800;
    color: #022855;
    line-height: 16px;
}
#event .closeit{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url('../img/event-icons.png');
    background-position: -3px -2px;
}
#event .moreit{
    float: right;
    font-size: 12px;
    color: #0079c5;
    font-weight: 600;
    margin: -20px 20px 0 0;
    text-transform: uppercase;
}
#event .moreit i{
    width: 6px;
    height: 12px;
    float: right;
    display: inline-block;
    background-image: url('../img/event-icons.png');
    background-position: -2px -18px;
    margin: 0 0 0 8px;
    position: relative;
    top: 3px;
}
@media (max-width: 992px) {
    #event{
        display:none;
    }
}
@media (max-width: 768px) {
    #contact h2 i {
        padding: 0 30px;
    }
  .header h1 {
      font-size: 50px;
  }
   .header .bx-viewport {
      padding: 0 30px;
      line-height: 22px;
  }
  .part-2 h2 {
      font-size: 30px;
  }
}
@media (max-width: 500px) { 
  .header h1 {
      font-size: 36px;
  } 
  .header .bx-viewport {
      line-height: 22px;
  }
}


#zahlavi {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999999;
  margin: 0;
  transition: margin 0.3s ease 0s; }
  #zahlavi.fixed {
    height: 100%;
    overflow-y: auto; }
    
.headerMenu{
  height: 85px;
  transition: all .3s linear;
} 
#zahlavi.scrolled .headerMenu, #zahlavi .headerMenu.blue {
  background-color: #031D2F;
}   
.hp-container{
  position: absolute;
  top: 60px;
  right: 15px;
}
.hp-container .flag{
  margin: 10px 2px;
  display: inline-block;
}


strong.error{
font-family:open_sansbold;
font-size:15px;
display:none;
margin:10px 0;
}

.roadshow .mainRoadshowImage{
	display:inline-block;
margin:30px 0;
}


@media (max-width: 600px) {
  .box-event .captions,.box-event .place {
     display: inline-block;
     width:100%;
     float:left;
     max-width:auto;
     text-align:left;
  }
  .box-event span:first-of-type{
	  text-align:left;
  }
  a.more{
	  width:93%;
  }
}  
.fancybox-overlay {
    z-index: 999999 !important;
}  




.