.rotate
{
  display: inline-block;
-webkit-animation: spin1 4s infinite ease-in-out;
-moz-animation: spin1 4s infinite ease-in-out;
-o-animation: spin1 4s infinite ease-in-out;
-ms-animation: spin1 4s infinite ease-in-out;
animation: spin1 4s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: auto;
    height: auto;
    line-height: 100%;
}

@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg);}
}



/* Impresspages contactform */
.ipModuleForm label{
  display: none;
}

 .bg-light button.btn {
 border: 0;
 color: #fff;
}

.ipModuleForm textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

.ipModuleForm  .help-error{
  margin-top: -20px;
  padding-bottom: 15px;
  color: #ff6600;
  font-size: 12px;
}

.ipModuleForm input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus{
    outline: 1px solid #ff6600;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.ipModuleForm textarea:focus{
    outline: 1px solid #ff6600;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.ipModuleForm .has-error .form-control {
    outline: 1px solid #ff6600;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.ipModuleForm textarea {
    resize: vertical;
    max-height: 200px;
    min-height: 100px;
}

/* lists */

.ti-arrow-right:before {
    content: "\e628";
    font-size: 12px;
}

ul[data-bullet] li {
    line-height: 24px;
    margin-bottom: 16px;
}

ul[data-bullet] li {
    list-style:none;
    text-indent:-10px;
    margin-left:12px;

}

ul[data-bullet] li i:first-child {
    margin-right: 8px;

}


/*@media all and (max-width: 767px) {
  .VariableHeight{
  height: 70vh;
  min-height: 600px;
}
}

@media all screen and (min-width: 768px) and (max-width: 1024px)  {
  .VariableHeight{
  height: 70vh;
}
}

@media all and (min-width: 1025px) {
  .VariableHeight{
  height: 70vh;

}
}

*/

/* iPhone  in portrait */
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

   .ipadPortrait{
    display: block;
 }

  .desktopLarge{
    display: none;
  }

}*/

/* iPad in landscape */
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  .ipadPortrait{
    display: none;
 }
  .iphonePortrait{
    display: none;
 }
   .iphoneLandscape{
    display: none;
 }
}*/



/* iPhone in landscape */
/*@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
  .ipadPortrait{
    display: none;
 }
  .iphonePortrait{
    display: none;
 }
   .iphoneLandscape{
    display: block;
 }

}*/

/* iPhone  in portrait */
/*@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

   .ipadPortrait{
    display: block;
 }

  .desktopLarge{
    display: none;
  }

}
*/


/* de rest */
/*@media all and (min-width: 1280px) {
  .ipadPortrait{
    display: none;
 }
  .iphonePortrait{
    display: none;
 }
   .iphoneLandscape{
    display: none;
  }

 .VariableHeight{
   height: 90vh;
 }

}*/


@media all and (max-width: 767px) {
  .VariableHeight{
  height: 60vh!important;
  min-height: 400px!important;
}
}


@media screen and (orientation: portrait)
{
    .desktopLargeLandscape { display:none; }
    .tabletPortrait { display:inline-block; }
    .VariableHeight{ height: 80vh; min-height: 600px; }
}
@media screen and (orientation: landscape)
{
    .desktopLargeLandscape{ display:inline-block; }
    .tabletPortrait { display:none; }
    .VariableHeight{ height: 100vh; min-height: 600px; }
}





img.flipFlip  {
-webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flagENG{
  position: relative;
  float: right;
  margin-top: -35px;
  margin-left: -45px;
}










