body {
    background: #000000 url(../images/background.jpg) no-repeat fixed;
    background-size: cover;
    text-align: center;
}


.container {
  font-family:Arial, Helvetica, sans-serif
  margin-top 8%;
}


main {
  width: 100%;
}


.img-responsive {
  max-width:100%;
  height:auto;
}


.center-it {
    display:flex;
    align-items:center;
    justify-content:center;
}

#hfield {
  display:none;
}

.imgholder {
  margin:0 5px;
}

.imagesrow .col-sm-1 {
  padding:0;
}

.imagesrow .col-sm-2 {
  padding:0 5px;
}


.imagesrow {
  margin-bottom:100px;
}


.icon {
  max-width:100px;
  height: auto;
}

main h1 {
  color: #2e2e2e;
  margin:20px 0 70px 0;
  font-size:24px;
}


main .x1 {
  width: 100%;
  font-size: xx-small;
  color: #bbbbbb;

}

main .subs {
  background: -o-linear-gradient(right, #209ace, #8527b5);
  background: -webkit-gradient(linear, left top, right top, from(#209ace), to(#8527b5));
  background: -o-linear-gradient(left, #209ace, #8527b5);
  background: linear-gradient(to right, #209ace, #8527b5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10%;
  margin-bottom: 40px;
}

.formholder {
  border-radius: 0px;
}

.formholder input, textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: none;
  border-radius: 0px;
  color: #333;
  margin-top:20px;
}

textarea {
  height:120px;
}

.leftxt {
  color:#4d4d4d;
  float:left;
  font-size:12px;
  width: 400px;
  margin-top:10px;
  text-align:left!important;
}

.formholder button {
  color: #0043AE;
  background-color:transparent;
  border: 1px solid #0043AE;
  padding: 5px 0 8px 0;
  width: 80px;
  max-width: 100%;
  border-radius: 0px;
  font-weight: 600;
  font-size: 14px;
  float: right;
  margin-top:10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.formholder button:hover {
  cursor: pointer;
  color: #124fb1
}

.error {
  color: #b5115d;
}

.success {
  color: #00deff;
}

footer {
  padding: 10px 0 10px;
  background-color: #000000;
}

footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

footer ul a {
  font-size: xx-small;
  color: #c0c0c0;
  text-decoration: underline;
}

footer ul b {
  font-size: xx-small;
  color: #c0c0c0;
  text-decoration: none;
}

footer ul li:not(:last-child) {
  margin-bottom: 30px;
}

footer ul a:hover {
  color: #fff;
}

footer ul.social li {
  display: inline-block;
  margin-bottom: 0;
}

.social {
  margin-top: -10px;
  
}

.social a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.social li:not(:last-child) {
  margin-right: 2px;
}

.fb {
  background: url(../images/sprite.png);
  background-position: -4px -3px;
}

.fb:hover {
  background-position: -4px -35px;
}

.tw {
  background: url(../images/sprite.png);
  background-position: -30px -4px;
}

.tw:hover {
  background-position: -30px -37px;
}

.yt {
  background: url(../images/sprite.png);
  background-position: -62px -5px;
}

.yt:hover {
  background-position: -62px -36px;
}


.formholder p {
  color:#4d4d4d;
}


.formholder {
  max-width:550px;
  margin:0 auto;
    padding:5px 18px 60px 18px;
    background-color: rgba(0, 0, 0, 0.9);
}


form {
margin-top:-10px
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ccc;
}



@media only screen and (max-width:767px) {
 

.imagesrow .col-sm-2 {
  padding:5px 0px;
}

main h1 {
    margin: 20px 0 30px 0;
}

.formholder input, textarea {
  margin-top:15px;
}

.imagesrow {
  margin-bottom:20px;
}

.formholder {
  margin:0 auto 30px auto;
    padding:5px 18px 25px 18px;
    background-color: rgba(0, 0, 0, 0.9);
}


.formholder button {
  font-size: 14px;
  float: none;
  margin-top:10px;
  width:100px;
}



.leftxt {
  float:none;
  width: 100%;
}

}

@media only screen and (min-height:680px) and (max-width:768px) and (min-width:576px) {
  main {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imagesrow .col-sm-2 {
    padding: 0px 5px;
}

}

@media only screen and (min-height:680px) and (min-width:768px) {
  main {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

}

@media only screen and (min-width:768px) {


}


@media (min-width:576px) {



}

@media (height:320px) {
  main {
    height: 450px;
  }

}
