#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 45px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 5px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 20px;
}

#nav-icon3 span:nth-child(4) {
  top: 35px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav-lang {
    text-transform: uppercase;
}
.footer {
    background-color: #252525;
    width: 100%;
    color: white;
    padding-bottom: 20px;
}
.footer a {
    color: lightgray;
}
.footer a:hover {
    color: #f26327;
}
.footer span {
    color: lightgray;
}
.footer-menu {
    list-style: none;
    padding-left: 0px;
}
.footer-menu li {
    margin-top: 12px;
    margin-left: 0;
}
.footer-title {
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}
.footer-icon {
    position: relative;
    top: -0.1em;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-padding {
	padding-bottom: 25px;
}
.min-height {
	min-height: 70%;
}
.width-100 {
    width: 100%;
}
img[usemap] {
    max-width: 100%;
    height: auto;
    width: auto;
}
#area {
	display: inline;
    cursor: pointer;
    position: relative;
}
#map_poland {
    position: relative;top:0;left:0;
    z-index: 1;
}
#map_world {
    position: relative;
    top:0;
    left:0;
    z-index: 1;
    align-content: center;
}
#map_europe {
    position: relative;
    top:0;
    left:0;
    z-index: 1;
    align-content: center;
}
#map_asia {
    position: relative;
    top:0;
    left:0;
    z-index: 1;
    align-content: center;
}
#map_middle-east {
    position: relative;
    top:0;
    left:0;
    z-index: 1;
    align-content: center;
}
.world-btn {
	position: absolute;
    right:5px;
	top: 0px;
	z-index: 3;
}
.region {
    position: absolute;top:0;left:0;
    z-index: 2;
    display: none;
}
.persons {
    display: none;
}
.padding-all-2 {
	padding: 2% 2% 2% 2%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.info-colors {
	font-size: 14px;
	margin: 0 0 8px;
}
.padding-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.cols {
  clear: both;
}
.cols:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cols > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cols > div {
    float: none !important;
    width: 100%;
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
  }
}

.col_one_third {
  float: left;
  width: 33.33%;
  padding: 0 1em;
}

.col_two_thirds {
  float: left;
  width: 66.67%;
  padding: 0 1em;
}

.col_one_third:first-of-type {
  clear: left;
  padding: 0 2.077em 0 0;
}
.col_one_third:last-of-type {
  clear: right;
  padding: 0 0 0 2.077em;
}

.col_two_thirds:first-of-type {
  clear: left;
  padding-left: 0;
}
.col_two_thirds:last-of-type {
  clear: right;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .media_xs_order_one {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .media_xs_order_two {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .media_xs_order_three {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

#socialarea {
    font-size: 35px;
    position: fixed;
    left: 0;
    top: 40%;
    width: 45px;
    z-index: 999;
}
@media screen and (max-width: 568px) {
    #socialarea {
        top: 62%;
	}
}


#socialarea:hover {
    cursor: pointer;
}

#socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#socialarea li {
    text-align: center;
}

#socialarea li a {
    line-height: 30px;
    color: white;
}
.facebook_social {
    background-color: #3a579a;
    height: 45px;
    width: 100%;
    padding-top: 5px;
    transition: 300ms;
    vertical-align: middle;
}

.facebook_social:hover {
    background-color: #2b4071;
    padding-left: 30px;
    width: 70px;
    transition: 300ms;

}
.youtube_social {
    background-color: #cd1c1f;
    height: 45px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    transition: 300ms;
}

.youtube_social:hover {
    background-color: #9d0e11;
    padding-left: 30px;
    width: 70px;
}
.logo_title {
    position: absolute;
    font-size: 15px;
/*	font-family: 'Amita', cursive;   */
	color: white;
/*	text-shadow: 2px 2px 8px black;*/
/*    left: 15%;*/
    top: 80%;
	line-height: 1;
	text-align: center;
/*
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
*/
}
.max-width {
    max-width: 800px;
    max-height: 800px;
}

.max-width2 {
    max-width: 1200px;
    max-height: 875px;
}
.max-width3 {
    max-width: 500px;
    max-height: 1250px;
}
#privacy-policy {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 998;
    color: white;
}
#privacy-policy a:hover {
    color: #f26327;
}
#privacy-policy a {
    color: white;
    text-decoration: underline;
}
.logo-system {
    max-height: 35px;
    float: none;
    display: inline;
/*    padding-top: 8%;*/
}
.ic-360 {
    max-height: 35px;
    position: absolute;
    z-index: 99;
    top: 10%;
}
.margin-all-5 {
    margin: 20% 20% 20% 20%;
}
.padding-top-10 {
    padding-top: 10%;
}
.bg-k15 {
    background-color: #e3e3e3;
}
.padding-top-bottom-5p {
    padding-top: 5%;
    padding-bottom 5%:
}
.padding-top-25p {
    padding-top: 25%;
}
.padding-top-2p {
  padding-top: 2%;
}
.padding-bottom-30 {
    padding-bottom: 25px;
}
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fefefe;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #f26327;
}

.checkbox-container input:disabled:not(:checked) ~ .checkmark {
  background-color: #bcbcbc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  margin-left: 25%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f26327;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f26327;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f26327;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.margin-box-1 {
	padding: 1.5% 1.5% 1.5% 1.5%;

}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.img-right {
    right: 0;
}
.img-left {
    left: 0;
}
.width-100p {
    width: 100%;
}
.max-width-display {
  max-width: 500px;
  max-height: 950px;
}
.max-width-display-dublin-premium {
  max-width: 800px;
  max-height: 100%;
}
.text-indent {
  text-indent: 2.5em;
}
.text-justify {
  text-align: justify;
}