textarea {
   min-height: 300px;
}


@media (max-width:530px){
     #itea-logo {
         display:none;
     }
 }
 
@media (max-width:436px){
  i {
      display:none !important; 
  }
}

@media (max-width:900px){
  .carousel-item {
     min-height: 100% !important;
     width: 100%;
     /*display: block;*/
     padding-bottom: 50%;
  }
}

.window-container {
   float: left;
   background: transparent;
}

.card {
   margin: 20px;
   margin-top: 100px;
   background: transparent;
   background-color: rgb(0,0,0,0.7);
   border-radius: 0.5rem;
}

.card-body {
   max-height: inherit;
   color: white;
}

.card-text {
   font-size: 20px;
   font-weight: 300;
}


.btn-light {
   border: none;
}


.jvectormap-zoomin, .jvectormap-zoomout {
   display: none;
}

.company_collage {
   display: block;
   padding: 15px;
   max-width: 400px;
   max-height: 200px;
   /*border-radius: 10px;*/
   background-color: white;
   border: 1px solid rgb(240, 241, 242);
   color: black;
   margin: 0 auto;
}

img[id='collage_GB'] {
   max-height: 90px;
}

img[id='collage_RO'] {
   max-height: 100px;
}

img[id='collage_ES'] {
   max-height: 150px;
}

img[id='collage_TR'] {
   max-height: 150px;
}

img[id='collage_KR'] {
   max-width: 220px;
}

img[id='collage_DE'] {
   /* max-width: 100%; */
   max-height: 200px;
}

#world-map {
   width: 100%;
	height: 400px;
   margin: 0 auto;
   position: absolute;
   top: 0;
   left: 20;
   z-index:1;
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.jvectormap-tip {
   border-radius: 10px;
   background-color: white;
   color: black;
}

#collage {
   max-height: 40%;
   max-width: 40%;
   position: absolute;
   top: 15%;
   left: 50%;
   z-index:100;
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

#map-container {
   width: 100%;
   height: 450px;
   margin: 5 auto;
   position: relative;
}