body {
    margin:0;
    padding: 0;
}
a {
    color: black;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

.header {
    box-shadow: 0px -23px 60px -20px #000000;
    height:145px;
    position: relative;
    z-index: 11;
}

h3{
    font-weight: normal;
    padding-top: 20px;
    font-size: 2em;
    text-align: center;
}

h1 {margin:0;padding:0;}
h1 {font-size:100%;font-weight:normal;}

.hidden{
    display:none !important;
}

.comingsoon {
    display: none;
    position: absolute;
    top:29px;
    right: 26px;
    width:100px;

    font-size: 0.5em;
    color: red;

}


.mask {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 5555;
    background:   rgba(55, 55, 55, 0.5);
      -webkit-filter: blur(5px);
  -moz-filter: blur(55px);
  -o-filter: blur(55px);
  -ms-filter: blur(55px);
  filter: blur(55px);
}

.actionvideo {
    display: none;
    position: fixed;
    top:20%;
    left:0%;
    width:100%;
    height:60%;
    background: white;
    z-index: 5556;
    box-shadow: 0 0px 23px -9px #000000;
}



.actiovideocont {
    position: relative;
    margin-top: 2%;
    
}

.seeitbutton {
    cursor: pointer;
    position: absolute;
    right:5%;
    width: 150px;
}

.seeitbutton:hover {
    
    font-weight: bold;
}

.closeactionvideo {
    cursor: pointer;
    position: absolute;
    top:10px;
    right:10px;
    font-size: 0.8em;
    z-index: 55556;
}

.createdby{
    color: #888;
    margin-top:5px;
    margin-bottom: 5px;
}
.social-links-footer{
    float: right;
}

.contactformandinfocont {
    width: 90%;
    max-width: 1200px;
    margin:40px auto;
    overflow: hidden;
}


.mute {
    background: url("../images/mute.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    bottom: 90%;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    left: 94%;
    position: absolute;
    width: 25px;
}

.videocont .mute{
       left: 85% !important;
    position: absolute;
    top: 2% !important;
}

.error {
    border: 1px solid red;
}

.aboutus{
    margin:30px auto;
    width:90%;
    margin-left: 5%;
    text-align: left;
    padding-bottom: 25px;
     
}

.header .logo {
    padding: 10px;
    display: inline-block;
}

.header>.logo>a>img{
    height: 125px;
    display: block;
}

 .menu {
    //margin-top: 100px;
    font-size: 1.1em;
    width:80%;
    width:calc(100% - 145px);
    text-align: right;

}

.menuitem {
    padding: 0 0.6em;
    display: inline-block;
    position: relative;
}

.menuitem:hover {
    cursor: pointer;
    border-bottom: 3px solid #5fbed6;
}
.menuitem.active {
border-bottom: 3px solid #5fbed6;
}
.headerfixed {
    position: fixed;
    top:-100px;
    box-shadow: 0px 5px 17px -13px #000000;
    height: 70px;
    background: white;
    transition: top 0.5s;
    left:0px;
    right: 0px;
    padding-right: 30px;
    padding-left: 20px;
    z-index: 2223;
}

.headerfixed .logo {
    width: auto;
    display: inline-block;
    padding: 3px;
}
.headerfixed .logo a img {
    height: 64px;
    display: block;
}

.headerfixed .menu {
    margin-top: 25px;
 
    width:calc(100% - 155px);
    text-align: right;
}

.menu {
    float:right;
}

.slider {
    text-align: center;
}
.slider img {
    width: 100%;
}

.bullettitle {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;
}

.blue {
    color: #5fbed6;
}

.horizontal {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.horizontal img {
    width:80%;
}

.bulletpoints {
    display: block;
    margin: 0 auto 70px;
    max-width: 1280px;
    position: relative;
    text-align: center;
    z-index: 111;
}
.bullettext {
    vertical-align: middle;
    width: 70%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;

}

.bulletandtext {
    display: inline-block;
    width:20%;
}


.smallbullet {
    vertical-align: middle;
    display:  inline-block !important;

}

.abs {
    position: absolute;
    right:-30%;
    bottom:5px;
    width:55px !important;
    width: 27% !important;
}


.circleimages {
    margin-bottom: 65px;
    text-align: center;
    box-shadow: 0 -38px 59px -70px #000000;
    padding-top: 40px;
}

.circleimage {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    display: inline-block;
    width:16%;
     -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    cursor: default;
}



.circleimagefront {
    width:90%;
        
    background-position: center center;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
     -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.circleimage:hover .circleimagefront  {
    -webkit-transform: translate3d(0,270px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,270px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,270px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,270px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,270px,0) rotate3d(1,0,0,-90deg);
      
    opacity: 0;
}

.circleimagefront img {
    width:99%;
}


.circleimagetext {
  -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
     position: absolute;
    width: 75%;
    height:75%;
    padding:10%;
    font-size: 1.5vw;
    text-shadow: 0px 0px 4px #000; 

    background-position: center center;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
    -webkit-transform: translate3d(0,0,-270px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-270px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-270px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-270px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-270px) rotate3d(1,0,0,90deg);
    background: #5fbed6;
    color: white;
    opacity: 0;
}

.bigtext {
    font-size: 1.1vw;
}


.circleimage:hover  .circleimagetext {
      -webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.applicationimages2 {

    margin-bottom: 60px;
    text-align: center;
    box-shadow: 0 -38px 59px -70px #000000;
    padding-top: 40px;
}
.applicationimages2 h2{
    font-weight:normal;
    font-size:1.2em;
    color:#44549f;
}
.applicationimage2 {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom:25px;
    position: relative;
    display: inline-block;
     -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    cursor: default;
    width: 15%;
    border:1px solid black;
    
}
.applicationimage2 img
{
width:100%;
height:250px;
border:1px solid #5fbed6;
}
.pdfDownloads{
   text-align:center;
   clear:both;
   font-size:1.1em;
}

.pdfimages {
    margin-bottom: 60px;
    text-align: center;
}
.pdfimage {
    position: relative;
    display: inline-block;
    width:19%;
     -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    cursor: default;    
    text-align:center;
    margin: 15px 3% 25px 3%;
}

.pdfimagefront {
    width:99%;
        
    background-position: center center;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
     -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.pdfimagefront img {
    width:99%;
 
border:1px solid #5fbed6;
}


.applicationimages {

    margin-bottom: 60px;
    text-align: center;
    padding-top: 40px;
}
.applicationimages h2{
    font-weight:normal;
    font-size:1.2em;
    color:#44549f;
}
.applicationimage {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:25px;
    position: relative;
    display: inline-block;
     -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    cursor: default;
    width: 45%;


}
.textcenter{
  text-align:center;
  font-size:1.1em;
}
.applicationimage img
{
width:100%;
height:auto;
}
.applicationimage .odd img {
   border:1px solid #5fbed6;
   float:right;
   text-align:right;
}
.applicationimage .even img {
   border:1px solid #5fbed6;
   float:left;
}
.applicationtext_odd{
  width:230px;
  float:right;
  text-align:right;
  font-size:1.1em;
  margin-right:20px;

}
.applicationtext_even{
  width:230px;
  float:left;
  text-align:left;
  font-size:1.1em;
  margin-left:20px;
}
.applicationimage:hover img {
  visibility:hidden;
}
.frontapp1{
 float:right;
 text-align:right;	
 width:50%;
 background:url('../images/app11.png') right no-repeat;  background-size:  contain;
}
.frontapp2{
 float:left;
 width:50%;
 background:url('../images/app12.png') left no-repeat;  background-size:  contain;
}
.frontapp3{
 float:right;
 text-align:right;	
 width:50%;
 background:url('../images/app13.png') right no-repeat; background-size:  contain;
}
.frontapp4{
 float:left;
 width:50%;
 background:url('../images/app14.png') left no-repeat;  background-size:  contain;
}
.frontcenter{
display: inline-block;
width:50%;
  text-align:center;
   clear:both;
background:url('../images/app15.png') center no-repeat;  background-size:  contain;
}
.frontcenter img{
 border:1px solid #5fbed6;
}


.conandqual {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 70px;
    box-shadow: 0 38px 59px -70px #000000;
}

.conandqualtitle {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.imageandtext {

}

.conandqualimage {
    vertical-align: middle;

    display: inline-block;
}

.conandqualtext {
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
    width:45%;
    display: inline-block;
}

.sponsors h3{
    display: none;
}

.sponsorimages{
    margin: 0 auto;
    margin-bottom: 10px;
    /*width: 90%;*/
    text-align: center;
    display: inline-block;
}

.sponsorimages img{
    margin: 15px 15px 4px;
    width: 85px;
}
.sponsorimages img#euimage, .sponsorimages img#cyimage{
    margin-bottom: 0px;
}

.inovation {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.inovationtitle {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inovationlist {
    text-align: left;
    margin-left: 5%;
    width: 90%;
}

.inovationlist li:before,
.conandqual li:before {
    background:url(../images/smallbullet.png) no-repeat  ;
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    content: " ";
    top:5px;
    left:-20px;
}

.inovationlist  li,
.conandqual li {
    margin-left: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
}


.aboutus li:before {
    background:url(../images/smallbullet.png) no-repeat  ;
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    content: " ";
    top:5px;
    left:-20px;
}

.aboutus  li {
    margin-left: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
}


.mobile {
    display: none;
}


.smallmobile {
    display: none;
}

#languageMenuWrapper {
	display: block;
	position: absolute;
	right: 80px;
	top: 38px;
	z-index: 2223;
}

.fixedmenuhandler {
    position: absolute;
    top:35px;
    right:20px;
    left:0;
    z-index: 2222;
}

.menuhandlercontainer {
    width:40px;
    height: 40px;

    float:right;
}

.parallelogram {
    height:20%;
    width: 100%;
    background: rgba(211, 211, 211, 0.9);
    margin-bottom: 10%;
}

.mobmenu {
    width:50%;
    background: rgba(211, 211, 211, 0.9);
    position: absolute;
    right: 0px;
    top:50px;
    padding:10px;
    text-align: right;
    border-radius: 7px;
    display: none;

    transition: all 0.5s;
}

.mobmenu:before {
    border-bottom: 16px solid rgba(211, 211, 211, 0.9);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    right: 11px;
    top: -16px;
    width: 0;

}

.mobmenuitem {
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 1.2em;
    position: relative;
}



.horizontalgray {
    width: 100%;
    height:50px;
    background: #eee;
}

.spacer {
    height:25px;
}

.slider {
    background: #ddd;
    width: 100%;
    min-height: 300px;
}

#slides {
    min-height: 300px;
    text-align: center;
}

.videocont  {
    height: 300px;
    position: relative;
}

.actiovideocont .videocont {
    height: 100%;
}
.videocont video {
    height:100%;
}



 

.slidesjs-control {
    text-align: center;
}

#slides img { 
    height: 100%;
    width: auto;

}

#slides video { 
    height: 100%;
    width: auto;

}

.slidesjs-control {
    min-height: 300px !important;
}

.slidesjs-container {
    min-height: 300px !important;
}

.slidesjs-pagination {
    float:right;
    right:40px;
    position: absolute;
    z-index: 2222;
    margin-top: -15px;

}

.slidesjs-pagination-item {
    display: inline-block;
    width:23px;
    height:23px;
    margin:15px;
}

.slidesjs-pagination li a {
    display: block;
    width: 47px;
    height: 4px;
    color: #5fbed6;  

    background-color:  #888;
    font-size:0px;
    float: left;
    overflow: hidden;


}


.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {  background-color:  #5fbed6; }
.slidesjs-pagination li a:hover {  background-color:  #4faec6; }


.inbetween {
    min-height: 300px !important;
    overflow: hidden;
    width: 100%;
}

.playbtn {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #5fbed6;
    border-top: 10px solid rgba(0, 0, 0, 0);
    height: 0;
    left: 25%;
    top:-32px;
    position: relative;
    right: 3%;
    width: 0;

}

.pausebtn {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 20px solid  grey;
    border-top: 10px solid rgba(0, 0, 0, 0);
    height: 0;
    left: 25%;
    top:-32px;
    position: relative;
    right: 3%;
    width: 0;

}

.videotitle {
    font-size: 2em;
}
 
video poster {
    opacity:0.5;
}


video {
    background: black;
}

.progressBar { 

    background: none repeat scroll 0 0 #808080;
    color: #FFFFFF;
    height: 5px;
    left: 30%;
    position: relative;
    text-align: left;
    top: -45px;
    width: 40%;
} 

.gallery .progressBar {
    width: 36%;
     left: 32%;
}


.progress { 
    background-color: #5FBED6;
    display: inline-block;
    height: 7px;
    position: relative;
    top: -11px;
}
#contactform { 
     display: inline-block;
    
    
    padding: 2%;
}



.label {
    display: inline-block;
    width: 60px;
     
}
input {
   border-radius: 0;
    font-size: 1.2em;
    height:35px;
    border:1px solid;
    border-color: #5FBED6;
    width:340px;
    margin-top: -1px;
    display: inline-block;
    font-family: 'Metrophobic', sans-serif;
    box-shadow: 0;
    -webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}

 

textarea {
    -webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
    box-shadow: 0;
    border-radius: 0;
    font-size: 1.2em;
    border:1px solid;
    border-color: #5FBED6;
    width:414px;
    display: inline-block;
    height:200px;
    font-family: 'Metrophobic', sans-serif;
    margin-top: 1%;
}
 

.sendContainer {
    position: relative;
     
    font-size: 1.5em;
    width: 100%;
    
     
    margin-top:2%;
   
 
    margin-bottom: 2%;
}

.sendContainer a {
    padding:2px 12px;
    position: relative;
    left: 336px;
         border:1px solid;
    border-color: #5FBED6;
    color: #5FBED6;
    display: inline-block;
}


.contactinfo {
    text-align: right;
    margin-top: 2%;
    vertical-align: top;
     padding:2%;
     
    margin-bottom: 5%;
    position: relative;
    float:right;
    display: inline-block;
}

.chooseVideoContainer, .playerContainer{
    display: inline-block;
    vertical-align: top;
}
.playerContainer{
    width: 75%;
    width: calc( 100% - 320px );
}
.playerContainer .videocont{
    height: auto;
}
.playerContainer .videocont video{
    height: auto;
    width: auto;
    max-width: 100%;
}
.playerContainer .videocont .playbtn{
    left:15%;
}
.playerContainer .videocont .progressBar{
    left: 21%;
    width: 58%;
}
.playerContainer .videocont img{
    width: auto;
    max-width: 100%;
    max-height:550px;
}
.chooseVideoContainer{
    padding-bottom: 8px;
    padding-left: 5px;
    height: 600px;
    overflow-y: scroll;
}
.chooseVideoContainer div.videotitle{
    position: relative;
    left: 0px;
    font-size: 1.1em;
    max-width: 250px;
}
.chooseVideoContainer .previewContainer{
    border-bottom: 1px solid #ddd;
}
.chooseVideoContainer img.videoPreview{
    height:130px;
    display: block;
}


@media  (max-width: 839px) and (min-width: 740px) {
    
    #contactform { 
      
    width:90%;
    
}

.contactinfo {
   width: 50%;
   
}
    
     .circleimagetext {
   
    -webkit-transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);
  
}

.circleimage:hover .circleimagefront {
    -webkit-transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
      
    opacity: 0;
}

.menuitem {
    font-size: 0.8em;
}
  
   
}
@media (max-width: 861px) and (min-width: 500px){
.applicationimage {
width:50%;
}

.applicationtext_odd{

  font-size:1.0em;
text-align:center;
  width:100%;
  margin-right:0px;
}
.applicationtext_even{
  width:100%;
  margin-left:0px;
  font-size:1.0em;
  text-align:center;
}
.frontapp1, .frontapp2, .frontapp3, .frontapp4, .frontcenter{
width:100%;
}

}
@media (max-width: 1119px) and (min-width: 1071px){
.frontapp1, .frontapp2, .frontapp3, .frontapp4{
width:45%;
}

}
@media (max-width: 1070px) and (min-width: 862px){
.applicationimage {

 width:40%;
 text-align:center;
 height:200px;

}
.applicationimages h2{
    font-weight:normal;
    font-size:1.1em;
    color:#44549f;
}
.applicationimage img
{
width:100%;
height:auto;
}
.applicationcenter{
   text-align:center;
   clear:both;
background:url('../images/test15.png') center no-repeat;  background-size:  50% auto;
}
.odd{
   text-align:center;
   clear:both;
}
.applicationcenter img{
   border:1px solid #5fbed6;
}
.even img{
   vertical-align:middle;
   clear:both;
}
.applicationtext_odd{

  font-size:0.9em;
text-align:right;
  width:40%;
  margin-right:10px;
}
.applicationtext_even{
  width:40%;
  font-size:0.9em;
  text-align:left;
  margin-left:10px;
}
.textcenter{
font-size:1.0em;
}
}

@media  (max-width: 739px) and (min-width: 500px) {
    
    
    
    
    
    .contactinfo {
   width: 70%;
   
}
    
    .sendContainer a {
   
    left: 0;
     
}

    
    #contactform { 
    
    width:50%;
    margin-left: 10%;
    margin-top: 2%;
}


 
.gallery video {
    width:90% !important;
    height:auto !important;
}
    
    .desktop{

        display: none;
    }

    .circleimage {
        display: inline-block;
        margin-left: 30px;
        margin-right: 30px;
        position: relative;
        width: 36%;
    }

.pdfimage {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    width:30%;
}

.one {
float:left;
text-align:left;

}
.one_1{
float:left;
text-align:left;

}

    .mobile {
        display: block;
    }


    .smallmobile {
        display: none;
    }

    .bullettext {
        width: 60%;
        text-align: left;

    }

    .conandqualtext{
        width:90%;
        margin-top: 3%;
    }

    .bulletandtext {
        margin-bottom: 20px;
        width: 40%;
    }

    .bulletpoints {
        margin-bottom: 20px;
    }

    .inovationlist {
        margin-left: 0;
        width:95%;
    }
    
    .aboutus {
         margin-left: 0;
        width:95%;
    }

    .bullettitle {
        padding-top: 20px;;
        font-size: 1.5em;

    }

    .conandqualtitle {
        padding-top: 20px;
        font-size: 1.5em;
    }

    .inovationtitle {
        padding-top: 20px;
        font-size: 1.5em;
    }
    
    .circleimage:hover .circleimagefront {
        -webkit-transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);
        transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);

    }


    .circleimagetext {
        font-size: 1em !important;
        transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);

    }
    
    .bigtext {
        font-size: 0.8em !important;
    }
    
    
     
.videotitle {
    font-size: 1.5em;
    left: 35px;
    color: #4faec6;
}

}

@media  (max-width: 499px)   {

    .slider {
        min-height: 200px;
    }
    #slides {
        min-height: 200px;
    }
    .videocont  {
        height: 200px;
        position: relative;
    }
    .slidesjs-control {
        min-height: 200px !important;
    }
    .slidesjs-container {
        min-height: 200px !important;
    }


    .mute {
         
    left: 91% !important;
    }
    
       .videocont .mute {
           left:75% !important;
            
    }
    .videocont video {
     height: auto;
     width: 100%;
    }
    
    .contactinfo {
   width: 85%;
   
}
    
        .sendContainer a {
   
    left: 0;
     
}

    
    #contactform { 
    
    width:99%;
    margin-left: 2%;
    margin-top: 2%;
     margin-right: 2%;
}
.videocont {
    height:200px;
}     

.gallery video {
    width:90% !important;
    height:auto !important;
}

 
    

input {
    font-size: 1.2em;
    height:35px;
     border:1px solid;
    border-color: #5FBED6;
    width:75%;
    display: inline-block;
    font-family: 'Metrophobic', sans-serif;
}

textarea {
     font-size: 1.2em;
    border:1px solid;
    border-color: #5FBED6;
    width:95%;
    display: inline-block;
    height:200px;
    font-family: 'Metrophobic', sans-serif;
}


.sendContainer {
    width: 100%;
    text-align: center;
    margin-left: 0;
}

    .circleimagetext {
      
    }

    #slides img { 
        height: auto;
        width: 100%;

    }

    #slides video { 
        height: auto;
        width: 80%;

    }

    .desktop{

        display: none;
    }

    .circleimage {
        display: inline-block;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 3%;
        position: relative;
        width: 40%;
    }

.pdfimage {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    width:30%;
 
}

.applicationimage {
width:65%;
}
.textcenter{
  font-size:1.0em;
}
.applicationtext_odd{

  font-size:1.0em;
text-align:center;
  width:100%;
  margin-right:0px;
}
.applicationtext_even{
  width:100%;
  margin-left:0px;
  font-size:1.0em;
  text-align:center;
}
.frontapp1, .frontapp2, .frontapp3, .frontapp4, .frontcenter{
width:100%;
}

.one {
float:left;
text-align:left;

}
.one_1{
float:left;
text-align:left;
margin-left:0px;
}
    .mobile {
        display: block;
    }


    .smallmobile {
        display: block;
    }



    .bullettext {
        width: 70%;
        text-align: left;

    }

    .conandqualtext{
        width:90%;
        margin-top: 3%;
    }

    .bulletandtext {
        margin-bottom: 20px;
        width: 90%;
    }

    .bulletpoints {
        margin-bottom: 20px;
    }

    .inovationlist {
        margin-left: 0;
        width:95%;
    }
    
    .aboutus {
         margin-left: 0;
        width:95%;
    }

    .bullettitle {
        padding-top: 20px;
        font-size: 1.5em;
    }

    .conandqualtitle {
        padding-top: 20px;
        font-size: 1.5em;
    }

    .inovationtitle {
        padding-top: 20px;
        font-size: 1.5em;
    }



    .playbtn {
 
        height: 0;
        left:  10%;
        top: -39px;
        position: relative;
        right: 3%;
        width: 0;

    }

  

.pausebtn {
  border-bottom: 15px solid rgba(0, 0, 0, 0);
        border-left: 30px solid grey;
        border-top: 15px solid rgba(0, 0, 0, 0);
        height: 0;
        left:  5%;
        top: -39px;
        position: relative;
        right: 3%;
        width: 0;

}

 
.videotitle {
    display: inline-block;
    font-size: 1em;
    left: 25px;
    position: absolute;
    top: 0;
    color: #4faec6;
    
}




    .progressBar { 

        background: none repeat scroll 0 0 #808080;
        color: #FFFFFF;
        height: 5px;
        left: 2%;
        position: relative;
        text-align: left;
        top: -24px;
        width: 95%;
    } 

    .slidesjs-pagination   {

        right:0px;
    }


    .slidesjs-pagination li a {
        display: block;
        width: 23px;
        height: 4px;
        color: #5fbed6;  

        background-color:  #888;
        font-size:0px;
        float: left;
        overflow: hidden;


    }

    .slidesjs-pagination-item {
        display: inline-block;
        width:19px;
        height:23px;
        margin-left: -2px;
    }
    
        .circleimage:hover .circleimagefront {
        transform: translate3d(0,170px,0) rotate3d(1,0,0,-90deg);

    }


    .circleimagetext {
        font-size: 0.9em;
        transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);

    }
    
        .bigtext {
        font-size: 0.8em;
    }
    
    
    
.gallery .progressBar {
    left: 5%;
    width: 90%;
}


}

@media  (max-width: 355px)   {
    .circleimagetext {
        font-size: 0.8em;
        height:85%;
        width:85%;
        transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);

    }

}

@media  (max-width: 274px)   {
    .circleimagetext {
        font-size: 0.7em;
        height:85%;
        width:85%;
        transform: translate3d(0,0,-170px) rotate3d(1,0,0,90deg);

    }

}

@media  (max-width: 960px){
.appinfo::before{
display:inline-block; 
vertical-align:middle;   
width:100% ;  
text-align: center;
/*content: "Touch the image to see the upright state";*/
}
}
@media  (min-width: 961px){
.appinfo::before{
display:inline-block; 
vertical-align:middle;   
width:100% ; 
text-align: center;
/*content: "Hover image to see the upright state";*/
}
}
.createdby a {
    color: grey;
}
.morevideos{
	padding-top:25px; 
	font-size: 1.5em;
}
.channel{
	width:150px; 
	height:120px; 
	display: inline-block; 
	margin-top:20px;
}
.morevideos a:hover {color: #5fbed6;}
img.youtubeChannel
{
 width: 100%;
 height: auto;
}
.facebooklink{
	width:45px;  
	height:45px; 
	float:right; 
	text-align: right;
}
img.contractFacebook
{
 width: 100%;
 height: auto;
}
.facebooktext{
	float:right; 
	margin-top:13px; 
	margin-right: 10px;
}
.contractInfo{
	margin-top:8px;
}

@media (max-width: 850px){
    .playerContainer{
        width: 100%;
    }
    
    
    .chooseVideoContainer{
        overflow: visible;
        width: 100%;
        height: auto;
    }
    .chooseVideoContainer img.videoPreview{
        height: 200px;
        margin: 0 auto;
    }
}
