html{
  height: 100%;
  min-height: 100%;
  
  font-size: 7px;
}

body{
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Rajdhani', sans-serif;
  min-height: 100%;
  
  font-size: 2.4rem;
}

*[animate-on-view] {
  visibility: hidden;
}

h1 {
  font-size: 10rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3.7rem;
}

.afterLoad {
  display: none;
}

.nopadding {
  padding: 0px;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

/* ========== vertical align ========== */

.vertical-align {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  
  align-items: center;
  justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
}

/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  /*flex-grow: 1;*/
}

/* ========== POPUP ============== */

.popupized {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  display: none;
}
.popup-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  display: none;
  overflow-y: auto;
  padding: 20px 0px;
}
.popup-content-body {
  margin: auto;
  position: relative;
}
.popup-content-body.video {
  width: 60vw;
  height: 35vw;
}
.popup-content-body.video iframe {
  width: 100%;
  height: 100%;
}
.no-IE .popup-content-body.video::before {
    border: 1px solid gray;
    content: "";
    /*display: flex;*/
    height: 95%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    padding-top: 25%;
    width: 100%;
    z-index: -1;
    
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 8rem;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    
    color: white;
}
.popup-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: gray;
  border-radius: 50%;
  padding: 0.3rem 1rem;
  color: black;
}
.popup-close-button:hover {
  color: white;
}

/* ========== NAVIGÁCIA ========== */

header {
  z-index: 2000;
}
.navbar {
  border: 0px solid green;
  margin: 0;
  background-color: #fff;
  z-index: 4000;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;    
  -moz-border-radius: 0;
  border-radius: 0;
  
  -moz-box-shadow: 0 2px 2px rgba(78, 78, 78, 0.20);
	-webkit-box-shadow: 0 2px 2px rgba(78, 78, 78, 0.20);
	box-shadow: 0 2px 2px rgba(78, 78, 78, 0.20);
  
}


.navbar-toggle{
  margin-top: 35px;
}

.navbar-collapse{
  padding: 0;
}

.navbar-header{
  height: 100%;
  text-align: center;
  border: 0px solid red;
  padding-left: 43px;
  margin-top: 0;
}

.navbar-brand {
  display: block;
  /*width: 325px;*/
  height: initial;
  padding: 20px 0 20px 0;
  margin: 0;
  border: 0px solid red;
  float: left;
}

.navbar-brand img{
 max-width: 100%;
 height: auto !important;
 float: left;
}

.navbar-brand i{
 display: none;
 font-size: 16px;
 color: #c5c5c5;
 font-weight: 500;
 font-style: normal;
 margin-top: 25px;
 float: right; 
 border: 0px solid red;
 padding-left: 10px;
}

.navbar-right {
  margin: 0;
  display: flex;
}

 // ordering of navbar parts
.navbar-right .main-nav {
  order: 1;
}
.navbar-right .languages {
  order: 2;
}
.navbar-right .social-icons {
  order: 3;
}
.navbar-right .watch-video {
  order: 4;
}

.navbar-default .navbar-nav li a{
  font-size: 18px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  
  /*font-size: 22px;*/
  font-weight: 700;
  text-transform: uppercase;
  /*padding: 52.5px 25px;*/
  padding: 52px 10px;
  line-height: 0;
  background-color: transparent;
  border: 0px solid green;
}
@media (min-width: 1600px) {
  .navbar-default .navbar-nav li a{
    padding-left: 25px;
    padding-right: 25px;
    
    font-size: 22px;
  }
}

.navbar-default .main-nav > li > a{
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f7921e;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #f7921e;
  background-color: transparent;
}

/* navigation */
.navbar-subnav li {
    display: inline-block;
    float: none;
}
.navbar-default .navbar-subnav li a {
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.active-hover {
    position: absolute;
    display: none;
    transition: all 0.2s ease-in-out 0s;
    width: 0px;
    z-index: 1000;
}
.active-arrow {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #f7921e;
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out 0s;
}

#main-navbar .active-hover {
    border-top: 4px solid #f7921e;
    bottom: 0px;
}
#sub-navbar .active-hover {
    bottom: -10px;
    border-top: 3px solid #f7921e;
}

@media (max-width: 768px) {
  #main-navbar .active-hover {
    display: none !important;
  }
}


/* ========== NAVIGÁCIA / DROPDOWN ========== */

.navbar-default .navbar-nav .dropdown-menu{
  left: -10px;
  min-width: 155px;
  background-color: #fff;
  border: 1px solid #e6e7e8;
  padding: 0.5em 0;
  margin: 0; 
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;    
  -moz-border-radius: 0;
  border-radius: 0;
  
  -moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px; 
}

.main-nav .dropdown-menu:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -1px;
  right: -1px;
  bottom: 5px;
  border-top: 5px solid #f7921e;
}

.main-nav .dropdown-menu > li {
  text-align: center;
  border: 0px solid red;
  padding: 0;
  margin: 0;
}

.navbar-default .dropdown-menu > li > a{
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 0;
  line-height: normal;
  text-decoration: none;
  background-color: #fff;
  border: 0px solid red;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  color: #f7921e;
  background-color: transparent;
}


/* ========== NAVIGÁCIA / JAZYKOVÁ MUTÁCIA ========== */

.languages {
  border: 0px solid red;
  margin-right: 15px;
}

.navbar-default .languages > li > a{  
  color: #a4a4a4;
  font-weight: 600;
}
 
.navbar-default .languages .dropdown-menu {
  left: 0;
  min-width: 60px;
  margin-left: 100px;
  background-color: #fff;
  border: 1px solid #e6e7e8;
  text-align: center;
  color: red;
  padding: 0.5em 0;
  margin: 0; 

  -webkit-border-radius: 0;
  -khtml-border-radius: 0;    
  -moz-border-radius: 0;
  border-radius: 0;
  
  -moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px; 
}

.languages .dropdown .dropdown-menu a{
  color: #a4a4a4; 
}

.languages .dropdown .fa-caret-down{
  line-height: 0px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  color: #a4a4a4;
}

/* ========== NAVIGÁCIA / SOCIAL ICONS ========== */

.navbar-default .social-icons {
  width: 24px;
  /*margin: 16px 15px 0 0;*/
  margin: 10px 15px 0 15px;
  border: 0px solid red;
  text-align: center;
  float: left;
}

.navbar-default .social-icons a{
  display: block;
  padding-top: 6px;
  font-size: 0.6em;
  border: 0px solid red;
  color: #a4a4a4;
}

.navbar-default .social-icons a:hover{
  color: #f7921e;
}


/* ========== NAVIGÁCIA / WATCH VIDEO ========== */

.navbar-default .watch-video {
  width: 169px;
  height: 105px;
  border: 0px solid red;
  background: url(../images/watch-video.jpg) center center no-repeat;
  float: left;
}

.navbar-default .watch-video a{
  display: block;
  max-width: 95px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  border: 0px solid red;
  margin: 24px auto 0 auto;
}

.navbar-default .watch-video a:hover{
  text-decoration: none;
  color: #f7921e;
}

.navbar-default .watch-video a span{
  display: block;
  font-size: 12px;
}

/* collapse uz od 1300px */
@media (max-width: 1200px) {
  .navbar-brand i {
    display: block;
  }

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-right {
      display: block;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      /*margin-top: 7.5px;*/
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      /*padding-top: 10px;
      padding-bottom: 10px;*/
  }
  .collapse.in{
      display:block !important;
  }
  #main-navbar {
      margin-left: 0;
      margin-right: 0;
  }
  #main-navbar li a {
      padding: 20px 10px;
      text-align: center;
  }
  
  
  /* language, video and social */

  .navbar-default .social-icons {
    margin-left: 30%;
    margin-right: 0px;
    width: 40%;
  }
  .navbar-default .social-icons a{
    display: inline-block;
    font-size: 1.1em;
    padding: 25px 15px;
  }
  .navbar-default .watch-video {
    float: right;
    width: 30%;
    background-size: cover;
  }  

  .navbar-default .languages {
    margin-right: 0px;
  }

  .navbar-default .languages > li {
    text-align: center;
  }

  .navbar-default .languages > li > a.dropdown-toggle {
    display: inline-block;
    padding: 22px 0px 22px 10px;
  }

}

@media (max-width: 500px) {
  .navbar-default .social-icons {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    float: none;
  }
  .navbar-default .social-icons a{
    display: inline-block;
    font-size: 1.0em;
    padding: 10px 10px;
  }
  .navbar-default .watch-video {
    width: 100%;
    background-size: cover;
  }  
}

@media (max-width: 450px) {
  .navbar-brand i {
      display: none;
  }
}

/* ================ common =========== */
.hvr-sweep-to-right {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
.hvr-sweep-to-right::before {
    background: #f7921e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-sweep-to-right:hover::before {
    transform: scaleX(1);
}

.container-gray {
  background-color: #f6f6f6;
}
.col-centered {
  margin-left: auto;
  margin-right: auto;
  float: none; 
}

.patterned-section {
    background-image: url("../images/bg-polygon-crop.png");
}

.image-box{
  border: 0px solid green;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.skewed-row,
  .skew-row {
  overflow-x: hidden;
}

.skewed-row.odd .image-box{
   right: 0;
}

.skewed-row.even .image-box{
   left: 0;
}

.skewed-row.odd .main-skew {
  left: -50%;
  transform: skewX(-15deg);
}
.skewed-row.odd .main-skew div:after {
  transform: skewX(15deg);
}
.skewed-row.even .main-skew {
  right: -50%;
  transform: skewX(15deg);
}
.skewed-row.even .main-skew div:after {
  transform: skewX(-15deg);
}

.full-height-inner {
  height: 100%;
}
.skew-row.min-full-height {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  
  flex-wrap: wrap;
}
.skew-row.min-full-height .min-full-height {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.skew-row.full-height {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  
  flex-wrap: wrap;
}
.skew-row.full-height .full-height {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.orange .text-box-content h2 {
  color: white;
}
.orange .read-more-link,
  .orange .read-less-link{
  color: white;
}

.orange .main-skew {
  left: -8.33333%;
}

.read-more-content {
  display: none;
}



.text-box{
  min-height: 447px; /* bolo by dobre sa zbaviť tejto presnej vyšky */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0px solid red;
}
.text-box-inside {
  display: flex;
  min-height: 450px;
}

.skewed-row.odd .text-box{
   left: 0;
   border: 0px solid red;
}

.skewed-row.even .text-box{
   right: 0;
   border: 0px solid green;
   float: right;
}

ul.list-dots{
  padding: 0;
  border: 0px solid red;
}

ul.list-dots li {
	margin: 0;
  float: none;
	/*font-size: 24px;*/
  list-style: none;
	padding: 10px 0px 10px 35px;
	line-height: 1.1em;
	background: url("../images/list-dots.png") 0px 14px no-repeat;
	background-color: inherit;
}

.skewed-row .more-wrapper {
  top: 0px;
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.skewed-row .more-wrapper .main-skew div::after {
  background-color: #e6e7e8;
  background-image: none;
}

.skewed-row .more-wrapper .main-skew .close-button {
  z-index: 1000;
  position: absolute;
  top: 10px;
  color: white;
}

.skewed-row.odd .more-wrapper .main-skew .close-button {
  transform: skewX(15deg);
  right: 10px;
}
.skewed-row.even .more-wrapper .main-skew .close-button {
  transform: skewX(-15deg);
  left: 10px;
}
.skewed-row .more-wrapper .text-box-content {
  margin: auto;
}

@media (max-width: 991px) {
  .skewed-row .text-box {
    flex-wrap: wrap;
  }
  .skewed-row .more-wrapper {
    position: relative;
  }
  .skewed-row .more-wrapper .main-skew {
    transform: skewX(0deg);
    width: 100%;
    left: 0;
  }
  
  .skewed-row.odd .more-wrapper .main-skew .close-button,
  .skewed-row.even .more-wrapper .main-skew .close-button {
    transform: skewX(0deg);
    right: 10px;
    left: auto;
  }
}

/* ============ SINGLE CONTENT ========== */
.single-post-content {
  padding-top: 40px;
  
  font-size: 1.8rem;
  line-height: 1.8;
}

.single-post-content h1 {
  font-size: 4.2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}
.single-post-content h2, .single-post-content h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

.single-post-content .entry-header-information {
  font-size: 3.2rem;
  font-weight: bold;
}
.single-post-content .entry-perex {
  font-size: 2.4rem;
  /*font-weight: bold;*/
}
.single-post-content .entry-content p {
  padding-top: 20px;
}
.single-post-content .entry-content h3 + p {
  padding-top: 0px;
}
.single-post-content .entry-content a {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.single-post-content .entry-content a:hover {
  color: #333;
}


/* ============ step ============== */

.step {
    text-align: center;
    padding-top: 20px;
}

.step h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #f7921e;
}

.step-number {
    background: white none repeat scroll 0 0;
    border: 2px solid #f7921e;
    border-radius: 50%;
    color: #f7921e;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    height: 2em;
    padding: 0.25em;
    width: 2em;
}
.step-number:after {
    content: ".";
    position: absolute;
}

@media (min-width: 768px) {
  .step {
      padding-top: 40px;
  }
  
  .step::before {
      border-top: 2px solid #f7921e;
      content: "";
      height: 2px;
      position: absolute;
      top: 0;
      width: 100%;
      left: 50%;
  }
  .step-last::before {
      border-top: 0px;
      height: 0px;
      width: 0px;
  }

  .step-number {
      position: absolute;
      top: -1em;
      
      left: 50%;
      margin-left: -35px;
  }

}

/* ============ hexagons ============= */
.hexagonal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
}
.hexagonal-row > [class*='col-'] {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /*flex-direction: column;*/
}
.hexagonal-content {
  position: relative;
  /*height: 100%;*/
  margin: 20px 0px;
  flex-grow: 1;
}
.hexagonal-content .hexagon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hexagonal-content-body {
  color: black;
  padding: 5% 25%;
}

@media (min-width: 1230px) and (max-width: 1320px) {
  .hexagonal-content-body {
    padding: 5% 20%;
  }
}

@media (max-width: 1229px) {
  .hexagonal-row {
    flex-wrap: wrap;
  }
  
  .hexagonal-row > .col-lg-6 {
    width: 100%;
    float: none;
  }

  .hexagonal-content-body {
    padding: 5% 30%;
  }
}

@media (max-width: 768px) {
  .hexagonal-content .hexagon {
    background: white;
  }
  
  .hexagonal-content-body {
    padding: 5% 10%;
  }
}

/* ========== HOME =========== */
.page-template-homepage .navbar {
  position: fixed;
  width: 100%;
  max-height: 100%;
/*  overflow: auto;*/
}
.page-template-homepage .navbar,
.page-template-homepage .triangle-box,
.page-template-homepage .slick-arrow {
  display: none;
}

.hide-controlls .slick-arrow {
  display: none !important;
}

.page-template-homepage .slider-text {
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: white;
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  max-width: 80rem;
  line-height: 1.1;
  display: none;
}
.page-template-homepage .slider-text .big {
  font-size: 8rem;
  font-weight: bold;
}
.page-template-homepage .slider-text .small {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .page-template-homepage .navbar {
    overflow: auto;
  }
}

/* ========== SLIDER ========== */

.container-fluid.slider{
  position: relative;
  border: 0px solid green;
  padding: 0;
}


.slides{
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  border: 0px solid green;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 22px;
    height: 68px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background: url("../images/arrow-prev.png") center center no-repeat;
    z-index: 5;
    left: 2%;
    
}

.slick-next {
    background: url("../images/arrow-next.png") center center no-repeat;
    right: 2%;
}

#full-paged-slider .slick-prev::before, #full-paged-slider .slick-next::before {
    color: transparent;
}
#full-paged-slider .texts-part .slick-prev {
    background: url("../images/arrow-black-prev.png") center center no-repeat;
    z-index: 5;
    left: -40px;
}
#full-paged-slider .texts-part .slick-next {
    background: url("../images/arrow-black-next.png") center center no-repeat;
    right: -40px;
}

/* ========= TRIANGLE ======== */

.triangle-box {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100px;
}

.triangle-box-content{
  position: relative;
  width: 100%;
  height: 100%;
}

.left-triangle{
  background: rgba(0, 0, 0, 0) linear-gradient(-184deg, transparent 74px, white 75px);
  position: absolute;
  height: 100%;
  right: 0px;
  width: 50%;
  bottom: 0px;
}

.right-triangle{
  background: rgba(0, 0, 0, 0) linear-gradient(-176deg, transparent 74px, white 75px) repeat scroll 0 0;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 50%;
  bottom: 0px;
  border: 0px solid gray;
}

.slider .scroll-icon{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto auto;
  width: 22px;
  height: 38px;
  background: url(../images/scroll-down.png) 0 0 no-repeat;
  border: 0px solid red;
  z-index: 1;
}


/* ========== SLIDER / CAPTION ========== */

.view-slider .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 796px;
  margin-top: 5%;
  border-left: 2px solid #d8d8d6;
  border-right: 2px solid #d8d8d6;
  text-align: center;
}

.view-slider .caption .big{
  display: block;
  width: 100%;
  line-height: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 10rem;
  border: 0px solid red;
}

.view-slider .caption .small{
  display: block;
  width: 100%;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 10px;
  color: #fff;
  font-size: 3.7rem;
  border: 0px solid red;
}


/* ========== ABOUT US ========== */


.bg-pattern{
/*  background: url(../images/bg-pattern.png) 0 0 repeat;*/
  position: relative;
  border: 0px solid red;
  min-height: 447px;
  
}

.skewed-row .image-box img { /* aby sa  nastavila spravna vyska obrazku */
  width: 100%;
  visibility: hidden;
}

.text-box-content {
  position: relative;
  max-width:62%;
  margin: auto;
  border: 0px solid green;
  padding: 20px 0 20px 0;
  z-index: 5;
  
  align-self: center;
}

#full-paged-slider .texts-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  /*flex-direction: column;*/
  -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
  -ms-flex-order: 1;              /* TWEENER - IE 10 */
  -webkit-order: 1;               /* NEW - Chrome */
  order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#full-paged-slider .text-box-content {
  margin: auto;
}
#full-paged-slider .images-part {
  -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
  -ms-flex-order: 2;              /* TWEENER - IE 10 */
  -webkit-order: 2;               /* NEW - Chrome */
  order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.text-box-content h2{
  color: #f7921e;
  font-weight: 700;
  text-transform: uppercase;
}

.text-box-content p {
  color: #000;
/*  font-size: 20px;*/
  font-weight: 400;
}

/* ========== VERTICAL BOX ===========*/

.box-height{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height:330px;
  border: 0px solid green;
}

.vertical-box{
  height: 100%;
  border: 0px solid red;
  margin: auto auto;
}



/* ========== ORANGE BOX ===========*/

.orange-pic{
    background-attachment: fixed;
}

.orange-filter{
  background-color: rgb(247, 146, 30);
  background-color: rgba(247, 146, 30, 0.96);
  
  color: #fff;
}

.orange-filter h2{
/*  font-size: 50px;*/
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.orange-icon {
  color: #fff;
  text-align: center;
  border: 0px solid red;
  padding: 1% 3% 1% 3%;
}

.orange-icon h3{
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.orange-icon p{
  font-weight: 400;
}

.orange-icon img {
  height: 78px;
}


/* ========== BLACK BOX ===========*/

.black-pattern{
  background-color: #2c2c2c;
  color: #fff;
}

.black-pattern::before {
    background-image: url("../images/bg-polygon-crop.png");
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#grayscale");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.black-pattern h2{
  display: block;
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
}


/* ========== GRAY BOX ===========*/

.gray-box{
  background-color: #ebeced;
  color: #fff;
}

.gray-box h2{
  font-weight: 700;
  text-transform: uppercase;
  color: #f7921e;
  padding-top: 45px;
  padding-bottom: 45px; 
}


/* ========== GRAY TABLE ===========*/

.gray-table{
  /*font-size: 2rem;*/
  color: #000;
  margin-bottom: 100px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f6f6;
}


.gray-table thead{
  background-color: #d8d8d9;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}

/* ========== TECHNOLOGY ============ */

.technology-charts-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.technology-charts-box {
  flex-wrap: wrap;
}


/* ========== CIRCLE ITEMS ===========*/

.pie canvas{
/*  min-width: 100%;
  width: 100%;
  height: 100%;*/
  border: 0px solid red;
}

.pie{
  padding: 16% 0 14% 0;       
  border: 0px solid green !important;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
  border: 0px solid red;
}

.pie-box{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width:100%;
  max-width: 60%;
  border: 0px solid blue;
}

.pie-box-content{
  width: 100%;
  /*padding-top: 37%;*/
  border: 0px solid green !important;
  text-align: center;
  
  display: inline-block;
  margin: auto;
}

.pie-value {
  display: block;
  width: 100%;
  font-size: 7rem;
  font-weight: 700;
  padding: 0;
  margin: auto;
  border: 0px solid red;
  line-height: 0.9em;
  text-align: center;
}

.pie-text {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0;
  margin: auto;
  border: 0px solid red;
  line-height: 1.1em;
}


/* ========== POPUP WINDOW ===========*/

a.popup-window, span.popup-window {
  display: block;
  top: 35%;
  right: 0;
  position: absolute;
  border: 0px solid red;
  /*font-size: 2rem;*/
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.popover{
  width: 100%;
  margin-top: -10px;
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;    
  -moz-border-radius: 0;
  border-radius: 0;
  
  -moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

/* ================= PRESS COMMON ============== */

.box-panel {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 50px;
}
.container-gray .box-panel {
  margin-bottom: 0px;
}
.box-panel .box-info, .box-panel .box-button {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15px;
}
.box-panel a {
  display: inline-flex;
  padding: 0px 10px;
  color: #333;
}
/*.box-panel a:hover {
  color: #fff;
}*/
/*.box-panel:hover .box-info, .box-panel .box-button {
  font-size: 1.1em;
  padding: 0.65em 0;
}*/
.box-panel img {
  width: 100%;
}
.box-panel .small {
  font-size: 1.8rem;
  font-weight: normal;
}
.box-panel .box-content {
  border-bottom: 1px solid #d9d9d9;
}
.box-panel .box-color {
  height: 15rem;
}
.box-panel .box-button {
  display: block;
  padding: 15px 10px;
}
.box-panel:hover .animated {
  /*animation-name: bounceIn;*/
}
.box-panel .person-part {
  display: inline-block;
  float: left;
}
.box-panel .download-part {
  display: inline-block;
  float: right;
}
.box-panel [class*="icon-"]::before {
  font-size: 3rem;
  vertical-align: top;
}

/* ================= PRESS ============== */

.press-section {
  background-image: url("../images/bg-polygon-crop.png");
  padding-bottom: 50px;
  padding-top: 50px;
}

.press-textual-wrapper {
}

.press-textual-wrapper .row {
  background-color: rgba(230, 231, 232, 0.5);
  padding: 20px;
}
.press-textual-wrapper .row:nth-child(even) {
  background-color: rgba(230, 231, 232, 1);
}

.press-textual-wrapper h2, .press-table-category {
  padding: 0px;
  margin: 0px;
  
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.press-textual-wrapper .press-table-link,
  .read-more-link,
  .read-less-link,
  .apply-now-link {
  color: #f7921e;
  font-weight: bold;
  text-transform: uppercase;
}
.read-less-link {
  display: none;
}

.press-news-section .press-table-link-wrapper {
  padding-right: 0px;
  text-align: right;
}


.press-section img {
  max-width: 100%;
}
.press-section .press-gallery-wrapper .img-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.press-section .press-gallery-wrapper .img-wrapper:before {
  background-image: url("../images/gallery-hover-image.png");
  background-position: center -200px;
  background-repeat: no-repeat;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.5s ease 0s;
  width: 100%;
}
.press-section .press-gallery-wrapper .img-wrapper:hover:before {
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
}

.press-section .press-video-wrapper {
  max-width: 1000px;
  padding: 0px 40px;
  margin-left: auto;
  margin-right: auto;
}
.press-section .press-video-wrapper iframe {
  display: block;
}

.press-mediakit {
  position: relative;
}
.press-mediakit.orange-filter {
  color: #ffffff;
  background-position: center center;
  background-size: cover;
}
.press-mediakit.orange-filter::before {
    background: rgba(251, 186, 46, 0.96) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.press-mediakit.container-gray {
  background-image: none;
}
.press-mediakit .documents-part {
    padding-top: 20px;
}
.press-mediakit .documents-part:first-child {
    padding-top: 0;
}

.press-mediakit .container {
  max-width: 950px;
}
.press-mediakit h1 {
  font-size: 9rem;
  font-weight: bold;
  text-transform: uppercase;
}
.press-mediakit h2 {
  font-size: 4.2rem;
  font-weight: bold;
  padding-bottom: 3rem;
}
.press-mediakit .description {
  font-size: 2.4rem;
  padding-bottom: 3rem;
  display: block;
}




@media (min-width: 1300px) {
  .press-textual-wrapper {
    width: 1200px ;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =============== MARKETS =============== */

.markets-blocks-images-slider {
  height: 100%;
}
.markets-images-slider {
  height: 100%;
}
.markets-images-slider img {
  height: 100%;
}
#full-paged-slider .pageContent {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  
  height: 100%;
}
#full-paged-slider .pageContent .col {
  height: 100%;
  padding: 0px;
  
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
}

.main-skew {
  height: 100%;
  position: absolute;
  transform: skewX(-15deg);
  width: 150%;
}
.main-skew div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-skew div::after {
    background-color: white;
    background-image: url("../images/bg-polygon-crop.png");
    content: " ";
    height: 100%;
    left: -50%;
    position: absolute;
    transform: skewX(15deg);
    width: 200%;
}
.orange .main-skew div::after {
    background-color: #f7921e;
    background-image: none;
}

.images-part {
  z-index: 10
}

.page-template-market h1 {
  color: #f7921e;
}

.markets-texts-slider h2 {
  font-size: 4rem;
  font-weight: bold;
  padding: 0px;
  color: black;
}

.markets-images-slider img {
  display: none;
}

@media (min-width: 768px) {
  .texts-part {
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    z-index: 1100;
  }

  #full-paged-slider .pageContent {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  
  #full-paged-slider .texts-part {
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-left: -8.4%;
  }
  #full-paged-slider .images-part {
    -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
    -ms-flex-order: 1;              /* TWEENER - IE 10 */
    -webkit-order: 1;               /* NEW - Chrome */
    order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

@media (max-width: 767px) {
  .page-template-market h1 {
    font-size: 6rem;
  }
  .page-template-market .main-skew {
    transform: skewX(0deg);
  }
  .page-template-market .main-skew div::after {
    transform: skewX(0deg);
  }
}

/* ============== CAREER ============= */

.c2i-icon-career {
  font-size: 13rem;
}

.hexagonal-content .c2i-icon-career {
    font-size: 16rem;
    color: #f7921e;
}
.hexagonal-content h3 {
    color: #f7921e;
    font-size: 3.7rem;
}

.career-apply {
    color: black;
    padding-bottom: 50px;
}
.page-template-career h2 {
    font-weight: 700;
    padding-bottom: 45px;
    padding-top: 45px;
    text-transform: uppercase;
}

.apply-to-table-possition {
  width: 70%;
}
.apply-to-table-possition a, .apply-to-table-possition a:hover {
  color: #000;
}
.apply-to-table-link {
  width: 30%;
  text-align: right;
}

.footnote {
  color: black;
  text-align: center;
}
.footnote h3 {
  font-size: 2.4rem;
}
.footnote p {
  font-size: 1.8rem;
}

.career-position-detail h1 {
  font-size: 7rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.career-position-detail h2 {
  font-size: 4.2rem;
  font-weight: bold;  
}
.career-position-detail h3 {
  font-size: 3.2rem;
}
.career-position-detail .separator {
  border-bottom: 1px solid #d9d9d9;
  margin: 30px 0px;
}
.career-position-detail .company {
  font-size: 5rem;
  font-weight: bold;
}
.career-position-detail .orange-filter {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.career-position-detail .position-description-def {
  font-size: 3.2rem;
  font-weight: bold;
}
.career-position-detail .position-description-val {
  font-size: 2.4rem;
  padding-bottom: 15px;
}
.career-position-detail .position-description-val:last-child {
  padding-bottom: 0px;
}
.career-position-detail .apply-now-link {
  padding: 20px 40px;
  border: 1px solid #d9d9d9;
  font-size: 2.4rem;
}
.career-position-detail .apply-now-link:hover {
  color: #ffffff;
}
.career-position-detail .last-part {
  padding-bottom: 80px;
}

/* ============= CONTACT ============ */
.page-template-contacts .pattern div::after {
    background-image: url("../images/bg-polygon-crop.png");
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.page-template-contacts .text-box-content {
    z-index: 20;
}

.page-template-contacts .main-skew {
  left: -8.33333%;
}

.map-parent {
  flex-direction: column;
  z-index: 5;
}
#map {
  width: 100%;
  height: 100%;
  
  flex-grow: 1;
}

.departments_contacts {
  padding: 10px 0px;
}
.departments_contacts h2 {
  color: #f7921e;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
.departments_contacts .contacts, .contacts_footer .contacts {
  font-size: 1.8rem;
}

.contacts_footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  margin-top: 40px;
}
.contacts_footer a {
  color: #333;
}
.contacts_footer a:hover {
  color: #333;
}
.contacts_footer .delimiter {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 970px) {
  .page-template-contacts .skew-row.min-full-height {
      flex-wrap: nowrap;
  }
  
  .map-parent {
      -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
      -ms-flex-order: 1;              /* TWEENER - IE 10 */
      -webkit-order: 1;               /* NEW - Chrome */
      order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  
  .contact-informations-panel {
      z-index: 10;
      /*position: absolute;
      right: 0px;*/
      margin-left: -8.4%;
      
      -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
      -ms-flex-order: 2;              /* TWEENER - IE 10 */
      -webkit-order: 2;               /* NEW - Chrome */
      order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

/* =========== FUTURE =========== */
.page-template-future .pattern div::after {
    background-image: url("../images/bg-polygon-crop.png");
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-template-future .text-box-content {
    z-index: 20;
    max-height: 80%;
    flex: 1 1 auto;
}

@media (min-width: 970px) {
  .page-template-future .skew-row.min-full-height {
      flex-wrap: nowrap;
  }
}

@media (max-width: 969px) {
  .page-template-future .main-skew {
    transform: skew(0deg) !important;
  }

  .page-template-future .text-box-content {
    max-height: none;
  }
}

/* ========= CONTACT FORM ======== */
#apply-to-form {
    display: none;
}
.apply-to-form, .wpcf7-mail-sent-ok {
    width: 500px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}
.wpcf7-mail-sent-ok {
  background-image: url("../images/bg-polygon-crop.png");
  display: none;
}
.apply-to-form h2 {
    color: #f7921e;
    padding-top: 0px;
    padding-bottom: 0px;
}
.apply-to-form .form-item {
    padding: 10px;
}
.apply-to-form .form-item .input-class {
    background-color: rgb(235, 236, 237);
    border: 0 none;
    border-radius: 5px;
    color: black;
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.apply-to-form .form-item .input-class:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.apply-to-form .form-item .submit-button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7921e;
    color: #FFFFFF;
    padding: 6px 20px;
    border: 2px #f7921e solid;
    border-radius: 5px;
    font-weight: bold;
    
    transition: all 0.3s ease 0s;
    animation-delay: 2s;
}
.apply-to-form .form-item .input-class.wpcf7-not-valid {
    border: 1px solid red;
}
.apply-to-form .form-item .submit-button:hover {
    background-color: white;
    color: #f7921e;
}
.popup-content-body .screen-reader-response {
    display: none;
}

.apply-to-form .form-item .value {
    color: #000000;
    float: left;
}

.apply-to-form .form-item label {
  font-size: 1.8rem;
  color: gray;
  border: 2px solid gray;
  border-radius: 5px;
  padding: 1px 5px;
  float: right;
  margin: 0px;
  cursor: pointer;
  
  transition: all 0.3s ease 0s;
}
.apply-to-form .form-item label:hover {
  color: rgb(235, 236, 237);
  background-color: gray;
}

.apply-to-form ::-webkit-input-placeholder {
   color: #000000;
   opacity: 1;
}

.apply-to-form :-moz-placeholder {
   color: #000000;
   opacity: 1;  
}

.apply-to-form ::-moz-placeholder {
   color: #000000;
   opacity: 1;  
}

.apply-to-form :-ms-input-placeholder {  
   color: #000000;
   opacity: 1;  
}


/* ================================================== MEDIA QUERIES (min-width: 992px) =================================================== */

@media screen and (min-width: 992px) {
  .image-box{
    height: 100%;
    position: absolute;
  }
  .skewed-row .image-box img {
    display: none;
  }
  .orange-pic{
    background-attachment: scroll;
}
  
  
  /* ========== ZOŠIKMENIE STRANY ========= */
  
  .skew-box{
    position: absolute;
    width:50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0px solid green;
    min-height: 100%;
    background-color: #fff;
    
  } 

  
  .skewed-row.odd .skew-box{
    transform: skew(-15deg);
    right: 0;
  }
  .skewed-row.even .skew-box{
    transform: skew(15deg);
    left: 0;
  }  
}

/* cokiees bar */
.cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  background-color: #f7921e;
  padding: 15px;
  z-index: 1500;
  display: none;
}
.cookies-arrow {
  position: absolute;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #f7921e;
  display: block;
  width: 20px;
  height: 10px;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 1500;
}

.cookies-content {
  color: white;
  font-size: 1.8rem;
}
.cookies-text {
  display: inline-block;
  padding-top: 5px;
}
.cookies-buttons {
  float: right;
}
.cookies-buttons .cookies-agree {
  display: inline-block;
  background-color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 5px 15px;
  margin-right: 15px;
  font-weight: bold;
  color: #333;
  transition: all 0.2s ease-in-out 0s;
}
.cookies-buttons .cookies-agree:hover {
  color: white;
  background-color: #f7921e;
}
.cookies-buttons .cookies-more {
  color: white;
}


/* ========= LIGHTBOX ======= */
.lightbox a {
  outline:none;
}

/* ======== IE ======= */
.pie-box-content {
  height: 100px;
}

.new-positions {
  background-attachment: fixed;    
  padding-bottom: 50px;  
}

.new-positions h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 30px;
  color: #f7921e;
}

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

.new-positions .video-container iframe, 
.new-positions .video-container object, 
.video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.new-positions .position {
  margin: 35px 20px;
  padding: 25px;
  background-position: fixed;
  border-radius: 5px;
  height: 100%;
}

.new-positions h4 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.new-positions .bigger_note {
  font-size: 3.5rem;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.new-positions .smaller_note {
  font-size: 3rem;
  padding-bottom: 25px;
  font-weight: 400;
}

.new-positions .bigger_note,
.new-positions .smaller_note {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.new-positions .formBlock input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px 20px;
  color: black;
  border-radius: 5px;
  outline: none;
  border: 0;
  transition: all .3s ease;
}

.new-positions .formBlock .submit-button {
  display: block;
  margin: 10px auto;
  background-color: #f7921e;
  color: white;
  padding: 6px 20px;
  border: 2px white solid;
  border-radius: 5px;
  font-weight: bold;
  transition: all .3s ease 0s;
}

.new-positions .formBlock .submit-button:hover {
  background-color: white;
  color: #f7921e;
}

.new-positions .formBlock .screen-reader-response,
.new-positions .formBlock .wpcf7-not-valid-tip,
.new-positions .formBlock .wpcf7-validation-errors {
  display: none !important;
}

.new-positions .formBlock input.wpcf7-not-valid {
  color: red !important;
}

.new-positions .formBlock input::-webkit-input-placeholder {
  transition: all .5s ease;
}

.new-positions .formBlock input::-moz-placeholder {
  transition: all .5s ease;
}

.new-positions .formBlock input:-ms-input-placeholder {
  transition: all .5s ease;
}

.new-positions .formBlock input:-moz-placeholder {
  transition: all .5s ease;
}

.new-positions .formBlock input.wpcf7-not-valid::-webkit-input-placeholder {
  color: red;
}
.new-positions .formBlock input.wpcf7-not-valid::-moz-placeholder {
  color: red;
}
.new-positions .formBlock input.wpcf7-not-valid:-ms-input-placeholder {
  color: red;
}
.new-positions .formBlock input.wpcf7-not-valid:-moz-placeholder {
  color: red;
}

.new-positions .wpcf7-mail-sent-ok {
  display: block;
  position: absolute;
  bottom: 23px;
  width: 100%;
  text-align: center;
  left: 0;
  background-image: none;
  background-color: transparent;
  color: white !important;
  font-weight: 600;
}

@media only screen and (min-width : 768px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}