/*==============================RESET==============================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, img {
  border: none;
}

hr {
  border-bottom: 1px solid #ccc;
}

img {
  vertical-align: middle;
}

ol, ul {
  list-style-position: outside;
}

table td,
table th {
  vertical-align: top;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

sub, sup {
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a:hover, a:visited {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
}

input, select {
  vertical-align: middle;
  border: 0;
}

textarea {
  overflow: auto;
}

button {
  cursor: pointer;
  border: 0;
}

:focus, :active {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================FONTS==============================*/
@font-face {
  font-family: 'Scada Regular';
  src: url("../fonts/scada/scada.eot");
  src: url("../fonts/scada/scada.eot?#iefix") format("embedded-opentype"), url("../fonts/scada/scada.woff") format("woff"), url("../fonts/scada/scada.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*==============================COMMON==============================*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto Light', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #646464;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
}

h2, .h2 {
  margin-bottom: 20px;
  color: #646464;
  font-size: 40px;
  font-weight: 300;
}

.red {
  color: #ac0f27;
}

.big-text {
  font-size: 28px;
  line-height: 40px;
}


a {
  color: #AC0F27;
}

img {
    max-width: 100%;
        height: auto;
}

/*==============================START==============================*/

.container {
    max-width: 1170px;
}
body  {
    background-color: #010001;
}
body #content {
    background-color: #010001;
    background-image: url(../img/anim.gif);
    background-repeat: no-repeat;
    background-size: ;
    background-position: center;
    min-height: 700px;
    position: relative;
}
.logo {
    margin-top: 40px;
}
.logo img {
    width: 100px;
    max-width: 100px;
}

.text-con {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    /*margin-top: 445px;*/
    color: #fff;
    text-align: center;
}
.text-con h1 {
    font-family: 'Scada Regular', sans-serif;
    color: #979797;
    text-align: center;
    font-size: 20px;
}
.text-con p {
    font-family: 'Scada Regular', sans-serif;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}
.text-con p.bottom {
    font-family: Arial, sans-serif;
    margin-top: 50px;
    color: #393939;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
}


@media only screen and (min-width : 993px) {
    body #content {
        height: 100vh;
    }
}
@media only screen and (max-width : 992px) {
    body #content {
        background-size: 100%;
        background-position: center 15%;
    }
    body #content {
        background-size: 75%;
        min-height: 600px;
    }
    .logo img {
        width: 90px;
        margin-left: 15px;
    }
    .container {
        max-width: 760px;
    }
    
}
@media only screen and (max-width : 768px) {

    /*.container {
        max-width: 380px;
    }*/
    .logo {
        margin-top: 20px;
    }
    .text-con p.bottom {
        margin-top: 20px;
        font-size: 12px;
    }
    .text-con p {
        margin-top: 20px;
        font-size: 14px;
    }
    .text-con {
        bottom: 10px;
    }
    .container {
        max-width: 360px;
    }
    body #content {
        background-size: 525px;
        min-height: 450px;
    }
}
@media only screen and (max-width : 468px) {
    
    body #content {
        background-position: center 15%;
    }
}