/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 17, 2017, 6:37:49 PM
    Author     : Damir
*/

body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}


.singup_form {
    width: 450px;
    margin: auto;
    color: white;
    margin-top: 0px;
        opacity: 0;
}

.tag p {
    font-size: 17px;
}

.singup_form #mc_embed_signup .button {
    background-color: #000;
    border-color: #f7941d;
    padding: 0 22px;
    padding-top: 0px;
    padding-right: 22px;
    padding-bottom: 0px;
    padding-left: 22px;
    height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    border: 0px;
}



.singup_form #mc_embed_signup .mc-field-group input {
display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    float: left;
    border: 1px solid #f7941d;
    height: 12px;
    margin-bottom: 6px;
}



a.contact {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
        border-radius: 5px;
    color: black;
    text-decoration: none;
    font-weight: 300;
    background: #ffffff;
    padding: 3px 20px;
    
}


.ft {
    width: 168px;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.contact_mail a:hover {
    background: black;
    color: white;
}


.singup_form #mc_embed_signup .indicates-required {
    display: none;
}

.singup_form #mc_embed_signup .mc-field-group {
      padding-bottom: 0px;
      min-height: 35px;

}

.singup_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    padding-left: 5px;
    color: #6a6a6a
}

.singup_form input::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    padding-left: 5px;
    color: #6a6a6a
}

.singup_form input:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    padding-left: 5px;
    color: #6a6a6a
}

.singup_form input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    padding-left: 5px;
    color: #6a6a6a
}

.singup_form div#mce-error-response {
    background: #f7941d;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.singup_form div#mce-error-response a {
    color: white;
}

.singup_form #mc_embed_signup #mce-success-response {
    background: black;
    display: none;
    color: white;
    padding: 0px;
    text-align: center;
    border: 1px solid black;
}

.singup_form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: #e85c41;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    color: white;
    cursor: pointer;
}


.singup_form .clear {
    padding-top: 15px;
}

.content {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 42%;
    transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
    width: 650px;
    height: 660px;
}

.content img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}

.tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    color: white;
    padding: 10px;
    margin-top: -65px;
    opacity: 0;
    z-index: 9999;
}

.img_overlay.slide {
    width: 0px;
    opacity: 1;
}

.animated {
     animation-delay: .4s;
     -webkit-animation-delay: .4s;
}

.hero {
    display: none;
}

img.fadeInDown.animated {
       animation-delay: .1s;
     -webkit-animation-delay: .1s;
}

.img_overlay {
    background: #f7931f;
    position: absolute;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    transition-duration: .9s;
    height: 420px;
    width: 500px;

}

#particles-js {
  position: absolute;
  width: 100%;
  height: 110%;
  background-color: #f7941d;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow-y: hidden;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


                                                                

@media only screen and (min-width: 768px) and (max-width:1400px) {
.content {
    height: 640px;
}
.tag p {
    font-size: 14px;
}
.ft {
    margin-top: 50px;
}
}




@media (max-width: 767px) {
.content {
    width: 100%;
    height: 500px;
}

body {
    overflow-y: visible;
}

.tag p {
    font-size: 15px;
}

canvas.particles-js-canvas-el {
    height: auto;
    width: 150%;
    top: 30%;
}

.img_overlay {
    height: 250px;
}


.content img {
    width: 45%;
    height: auto;
    display: block;
    margin: auto;
}

.tag {
    margin-top: -30px;
    font-size: 20px;
}

.singup_form {
    width: 300px;
    margin: auto;
    color: white;
    margin-top: 15px;
}
.content {
    width: 100%;
}

a.contact {
    font-size: 15px; 
}

.ft {
    width: 160px;
}
#particles-js {
    height: 130%;
 }
}

@media screen and ( max-height: 400px ){
	.content {
    height: 300px;
}
#particles-js {
    height: 220%;
}
}
