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;

}  

#space{
background-size: 310px 680px;
background-color: clear;
background-position: center;
background-repeat: no-repeat;
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top: 12px;
border-bottom:0px;
font-size:0px;
text-align:center;
cursor:url("../cursor/curs.cur"),default;
backface-visibility: hidden;
}

#space2{
min-width: 20px;
max-width: 50px;
background-size: 300px 680px;
background-color: clear;
background-position: center;
background-repeat: no-repeat;
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top: 40px;
border-bottom:0px;
font-size:0px;
text-align:center;
cursor:url("../cursor/curs.cur"),default;
backface-visibility: hidden;
-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;
display: none; 
}

@-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);
  }
}

#container {
font: 14px/ 1.4;
font-family: 'Varela Round' ;
min width: 900px;
height: 900px;
margin-left: auto;
margin-right: auto;
cursor:url("../cursor/curs.cur"),default;
margin:0;
padding:0;
}



#TOG1{
        font-weight: normal;
	font-size: 16px;
	font-family: 'font-family: Nunito';
	margin: 0 auto;
     	width: auto;
	text-align: center;
        padding: 0px;
   }


#header {
height: 100px;
margin-left: auto;
margin-right: auto;
cursor:url("../cursor/curs.cur"),default;
}



#nav ul{
position: relative;
width: 100%;
top: 9px;
display: inline-block;
height: 24%;
font-size:0px;
margin: -10;
padding: 0px;
text-align: center;
}

#nav ul li { display: inline;
background-repeat: no-repeat;
width: 24%;
min-width:200px;
margin: 0%;
padding: -200px;
 }
#nav ul li a { text-decoration: none;
color: clear;
margin: 0;
padding: 0;
}

#nav ul li a :hover {
-webkit-transform:scale(1.2);
  transition: all .65s ease;
-webkit-animation: 1.0s ease-in-out infinite alternate;
opacity: 1.05;
}


#footer{
  display: block;
       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: 8px;
    z-index: 4;
-webkit-transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
transform: translate3d(0,0,0);
}



#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;
-webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
}

  @-webkit-keyframes rotate {
 0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }


* {
  margin:0;
  padding:0;
 font-family: Nunito;
  word-spacing:0px;
}

h1 { 
  font-size:16px;
  color:#888;
  font-family: Nunito; 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;

overflow: hidden;
cursor:url("../cursor/curs.cur"),default;

}

.message h1 {
  color:#FFF;
}

#toggle {
  position:absolute;
  appearance:none;
  cursor:pointer;
  top:-100%;
}

#toggle + label {
position: relative;
cursor:pointer;
background-image: url('../misc/svg/sample1.svg');
background-size: 1900px 980px;
background-color: clear;
background-position: center;
background-repeat: no-repeat;
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top: 4px;
border-bottom:0px;
font-size:0px;
text-align:center;
cursor: pointer;
backface-visibility: hidden;
}

#toggle + label:after {
  content:"menu" 

}

.container {
backface-visibility: hidden;
 }


#toggle:checked ~ .container {
cursor:url("../cursor/curs.cur"),default;
backface-visibility: hidden;
}

#toggle:checked + label {
  background:clear;
opacity:0.0;
cursor:url("../cursor/curs.cur"),default;
}

#toggle:checked + label:after {
  content:"none"
}



#wrap {
  cursor:pointer;

}
--------------------




--------------------


#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("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;
   
}



#form1{
display: block;
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-top: 10px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
position:float;
width:800px;
height:470px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e6007e;
border: inset 1px solid white;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#form2 {
display: block;
cursor:pointer;
margin:auto;
width:60%;
height:460px;
z-index: 99;
}

.send {
 position: absolute;
  top:490px;
   right:110px 0px;
  width: 100%;
   width:auto; HEIGHT:100px
    

}

input[type="number"] {
  display: inline;
  text-align: center;
  margin: 0;
  width: 400px;
  height: 39px;
  font-family: Nunito;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
   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: Nunito;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
   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: Nunito;
  font-size: 20px;
  color: #E6007E;
  appearance: none;
  box-shadow: none;
  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 {
}

}



option{
  background-color: clear;  font-size: 16px; color: #e6007e;
 margin: 0px;
  background: transparent;
  width: 780px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #e6007e;
outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../misc/svg/downarrow.svg') 58% / 19% no-repeat #eee;
border-radius: 5px;

}
select{
position: absolute;
top:164px;
left: 425px;
background-color: white; 
font-size: 16px; color: #e6007e;
width: 320px;
  border: 1px solid #e6007e;
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
text-indent: 11px; 
cursor:pointer;
  background: url('../misc/svg/downarrow.svg') 96% / 9% no-repeat white;
border-radius: 5px;
z-index:10;
}


.slidingDiv {

}
 
.show_hide {
    display:none;
overflow: hidden;
}


@media only screen and (min-device-width : 1204px) and (max-device-width : 1400px) {
    #nav ul li {
        zoom: 88%;
    }
}



@media only screen and (min-width: 1620px) {
    #nav ul li {
        zoom: 102%;
    }
}




@media only screen and (min-width: 1820px) {
    #nav ul li {
        zoom: 112%;
    }
}


@media (max-height: 768px) and (min-width: 1366px) {
#popUp {
 zoom: 87%;
    }
}

@media only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 800px) 
  and (orientation: portrait) { 
  #rightcorner {
 zoom: 140%;
    }
}


@media only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 1090px) 
  and (orientation: portrait) { 
#nav ul {
 zoom: 108%;
transform: translateX(-1%) translateY(-00%);
    }
}


@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 only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 800px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  #space{
 zoom: 120%;
    }
}


@media only screen 
  and (min-device-width: 305px) 
  and (max-device-width: 800px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
#space2 {
    display:none;
    }
}




@media screen and (min-width: 1650px) {
  #space2 {
    display:none;
    }
}



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
#popUp {
 zoom: 133%;
    }
}

@media screen and (min-width: 1366px), screen and (max-height: 768px){
#popUp {
 zoom: 85%;
    }
}



@media screen and (min-width: 1490px) {
#popUp {
 zoom: 114%;
    }
}

@media screen and (min-width: 1690px) {
#popUp {
 zoom: 118%;
    }
}

@media screen and (min-width: 1820px) {
#popUp {
 zoom: 120%;
    }
}

@media screen and (min-width: 1920px) {
#popUp {
 zoom: 122%;
    }
}

@media screen and (min-width: 2880px) {
#popUp {
 zoom: 200%;
    }
}



</style>