img
{  border-style: none;
}

 a img 
        {
        border:none;
        }

::-webkit-scrollbar { 
    display: none; 
}

body  {
 background: #f96eb4 url('../misc/images/mainbackgroundsmall2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
cursor:url("../cursor/curs.cur"),default;
margin:0;
padding:0;
display: none; 
}  



#container {
font: 14px/ 1.4;
font-family: Futura !important,'Montserrat', sans-serif;
min width: 900px;
height: 1200px;
margin-left: auto;
margin-right: auto;
cursor:url("../cursor/curs.cur"),default;
padding:0;
}

#header {
height: 50px;
min width: 900px;
margin-left: auto;
margin-right: auto;
cursor:url("../cursor/curs.cur"),default;
}

#or {
height: 140px;
background-image: url('../misc/svg/or.svg');
background-repeat: no-repeat;
 width: 55%;
 background-position: 50% 50%; 
margin-left: auto;
margin-right: auto;

-webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
}

  @-webkit-keyframes rotate {
	        0% {
	        background-image: url('../misc/svg/or.svg');

	        }
	    	  
	        50% {
	background-image: url('../misc/svg/orALT.svg');

	        }
	        100% {
			background-image: url('../misc/svg/or.svg');

	        }
	    }   




#or:hover {
height: 140px;
background-image: url('../misc/svg/orALT.svg');
background-repeat: no-repeat;
width: 55%;
background-position: 50% 50%; 
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
}


#content2{
background-repeat: no-repeat;
height: 800px;
top: -200px;
font-size:0px;
padding: 0;
text-align: center;
margin-left: auto;
margin-right: 1%;
min-width: 850px;
background-position: 50% 10%; 
overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


#content2:hover {
  -webkit-transform: translate3d(0,0,0);
    -webkit-animation-name: spin; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    -webkit-transition: 0.4s linear;  
    -webkit-transform: rotateY(360deg);  /*rotateX is the other axis*/
    -webkit-transform-style: preserve-3d;
    -webkit-animation-delay:2s;
     animation-name: spin;
     background-repeat: no-repeat;
     animation-iteration-count: 1;
     transition-delay: 1.7s;
}

#buttons ul{
position: relative;
width: 100%;
display: inline-block;
top:10px;
height: 1420px;
font-size:0px;
margin: 0;
padding: 0;
right: 1%;
text-align: center;
overflow: hidden;
}


#buttons ul li { display: inline-block;
    margin: 11px;
    width: auto;
    border: 0px;

}

#buttons ul li a { text-decoration: none;
color: #fff;
background-repeat: no-repeat;
color:transparent;
}

#buttons ul li:hover {
-webkit-transform:scale(1.2);
-webkit-transition: all 0.228s linear;
opacity: 0.87;
}

#footer {
    height: 90px;
    width: 100%;
    opacity: 1.0;
    background-image: url(../misc/svg/NewFooterLeft.svg);
    background-size: 300px 110px;
    background-position: left;
    background-repeat: no-repeat;
    color: transparent;
    position: fixed;
    margin-left: 2%;
    margin-right: auto;
    bottom: 9px;
    z-index: 1;
}

#rightcorner{
height: 85px;
width: 100%;
opacity:1.0;
background-image: url('../misc/svg/NewFooterRightALT.svg');
background-size: 240px 190px;
background-position: right;
background-repeat: no-repeat;
right: 1%;
position: fixed;
bottom:1px;
z-index:4;
}




#bolt {
margin-left: auto;
margin-right: auto;
-webkit-animation-duration: 1200ms;
-moz-animation-duration: 1200ms;
-ms-animation-duration: 1200ms;
-o-animation-duration: 1200ms;
animation-duration: 1200ms;
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}




#TOG1{
        font-weight: normal;
	font-size: 20px;
font-family: Futura !important,'Montserrat', sans-serif;
	margin: 0 auto;
     	margin-top: 200px;
	width: auto;
	text-align: center;
        padding: 0px;
   }



form    {
display:block;
margin:auto;
position:float;
margin-top: 7%;
width:770px;
height:430px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #e6007e;
}

.send {
 position: absolute;
  top:490px;
   right:110px 0px;
  width: 100%;
   width:auto; HEIGHT:100px;
    

}


input[type="number"] {
  display: inline;
  text-align: left;
  margin: 0;
  width: 400px;
  height: 39px;
font-family: Futura !important,'Montserrat', sans-serif;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
text-indent: 11px; 
   border: solid 1px white;
  border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
input[type="number"]:focus {
   border: solid 1px white;
  box-shadow: 0 0 3px 3px #E6007E;
}


input[type="text"] {
  display: inline;
  text-align: left;
  margin: 0;
  width: 400px;
  height: 39px;
font-family: Futura !important,'Montserrat', sans-serif;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
text-indent: 11px; 
   border: solid 1px white;
  border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
input[type="text"]:focus {
   border: solid 1px white;
  box-shadow: 0 0 3px 3px #E6007E;
}


textarea#styled {
  width: 398px;
  height: 90px;
  display: inline;
  text-align: left;
font-family: Futura !important,'Montserrat', sans-serif;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
text-indent: 11px; 
  border: solid 1px white;
  border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
textarea#styled:focus {
   border: solid 1px white;
  box-shadow: 0 0 3px 3px #E6007E;
input[type=text]:focus, textarea:focus {
}

}

* {
  margin:0;
  padding:0;
font-family: Futura !important,'Montserrat', sans-serif;
  word-spacing:0px;
}

h1 { 
  font-size:10px;
  color:#888;
font-family: Futura !important,'Montserrat', sans-serif;
  word-spacing:0px;
  background-image: url('BROKEm1.svg');
  background-repeat: no-repeat;
   background-position: center;
   min width: 800px;
}

h2 {
  font-weight:normal;
  font-size:0px;
  color:#888;  
}


.message {
background:clear;
color:clear;
position: absolute;
top: -650px;
width: 100%;
height: 650px;
transition: top 0.6s cubic-bezier(0.17, 0.04, 0.03, 0.94);
overflow: hidden;
cursor:url("../cursor/curs.cur"),default;
}

.message h1 {
  color:#FFF;
}

#toggle {
  position:absolute;
  appearance:none;
  cursor:pointer;
  top:-100%;
}

#toggle + label {
position:absolute;
cursor:pointer;
background-image: url('../misc/svg/m1new.svg');
background-size: 1300px 680px;
background-color: clear;
background-position: center;
background-repeat: no-repeat;
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top: -14px;
border-bottom:0px;
line-height:680px;
font-size:0px;
text-align:center;
cursor: pointer;
transition:all 0.9s linear;
}

#toggle + label:after {
  content:"menu" 

}

.container {
transition: margin 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
 }

#toggle:checked ~ .message {
  top: 0;

}

#toggle:checked ~ .container {
  margin-top: -550px;
transition: 0.7s linear;
cursor:url("../cursor/curs.cur"),default;
}

#toggle:checked + label {
  background:clear;
opacity:0.0;
cursor:url("../cursor/curs.cur"),default;
}

#toggle:checked + label:after {
  content:"none"
}



#slider { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left;}
div#slider figure { 
   position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  top:-200px;
  text-align: left;
  font-size: 0;
  animation: 7.8s slidy infinite; 
  animation-direction: alternate;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
30% { left: -100%; }
40% { left: -100%; }
50% { left: -200%; }
60% { left: -200%; }
70% { left: -300%; }
80% { left: -300%; }
90% { left: -400%; }
100% { left: -400%; }
}

W{
    display: block;
    width: 256px;
    padding-right: 16px;
    padding-bottom: 1px;
background: CONTACTM3.svg;
background-repeat: no-repeat;
width: 250px; 
height: 58px; 
margin: 0;
padding: 0;
}

.send:hover  {

    -webkit-transform: translate3d(0,0,0);
    -webkit-animation-name: spin; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    -webkit-transition: 0.5s linear;  
    -webkit-transform: rotateY(360deg);  /*rotateX is the other axis*/
    -webkit-transform-style: preserve-3d;
    -webkit-animation-delay:4s;
     animation-name: spin;
     background-repeat: no-repeat;
     animation-iteration-count: 1;
     transition-delay: 0.1s;
   
}


.spin:hover  {
    -webkit-transform: translate3d(0,0,0);
     background-color:#FFFFFF;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
    -webkit-animation-name: spin; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    -webkit-transition:  0.5s linear;   
      -webkit-transform-style: preserve-3d;
    -webkit-animation-delay:4s;
     animation-name: spin;
     background-repeat: no-repeat;
     animation-iteration-count: 1;
     transition-delay: 0.3s;
   
}

.cookie:hover  {
background-image: url("../misc/svg/cookiehover.svg");
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    -webkit-transition:  0.5s linear;   
    -webkit-animation-delay:4s;
     background-repeat: no-repeat;
     animation-iteration-count: 1;
     transition-delay: 0.3s;
   
}


@media only screen and (min-device-width: 1920px){
#body {
        zoom:120%;
    }
}


@media only screen and (min-device-width: 1920px){
#body {
        zoom:120%;
    }
}


@media only screen and (min-device-width: 2880px){
#body {
        zoom:200%;
    }
}

@media only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  #rightcorner {
 zoom: 140%;
    }
}


@media screen and (min-width: 1520px) {
  #rightcorner {
 zoom: 115%;
    }
}

@media screen and (min-width: 1820px) {
  #rightcorner {
 zoom: 130%;
    }
}

@media screen and (min-device-width: 2880px) {
  #rightcorner {
 zoom: 200%;
    }
}

@media screen and (max-height:768px ){
    #or{
 zoom: 80%;
}
}
@media screen and (max-height:768px ){
    #content2{
 zoom: 80%;
}
@media only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 2)
 { 
    body {
        background-image: linear-gradient(pink,hotpink);
    }
} 

@media (min-width: 1900px) and (max-width: 2560px)  {
#buttons ul{
zoom:120%;}}


</style>
