﻿/*.input-group-addon {
  color: #888888;
  background: #faffbd;
}*/

body {
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  text-align: center;
}

h1, h2 {
  margin-top: 10px;
  font-size: 45px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
  font-family: 'Open Sans',sans-serif;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
  font-family: 'Open Sans',sans-serif;
}

.inner-bg {
  padding: 80px 0 80px 0;
}

/*.inner-bg .container {
  margin-top:150px;
}*/


.top-content .text {
  color: #fff;
}

  .top-content .text h1 {
    color: #fff;
  }

.top-content .description {
  margin: 20px 0 10px 0;
}

  .top-content .description p {
    opacity: 0.8;
  }

  .top-content .description a {
    color: #fff;
  }

    .top-content .description a:hover,
    .top-content .description a:focus {
      border-bottom: 1px dotted #fff;
    }

.form-box {
  margin-top: 70px;
}

.form-top {
  overflow: hidden;
  padding: 0 25px 0 25px;
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
  color: #fff;
}

.form-box p {
  opacity: 0.8;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
}

  .form-top-left h3 {
    color: #fff;
  }

  .form-top-left p {
    opacity: 0.8;
    color: #fff;
  }

  .form-top-left p {
    opacity: 0.8;
    color: #fff;
  }

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #fff;
  line-height: 100px;
  text-align: right;
  opacity: 0.3;
}

.form-bottom {
  padding: 25px 25px 30px 25px;
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.middle-border {
  min-height: 300px;
  margin-top: 70px;
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.form-bottom form button.btn {
  width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.form-control {
  /*border: 1px solid rgba(0, 0, 0, 0.08);*/
  font-size: 16px;
  height: 45px;
  background: transparent;
  color: #ddd;
  border-radius: 0;
}

    .form-control:focus {
        border-color: #fff;
    }

.text-center {
  color: #3f3e3e;
  font-size: 15px;
  text-align: right;
}

/***** Footer *****/

footer {
  padding-bottom: 70px;
  color: #fff;
}

  footer .footer-border {
    margin: 0 auto;
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }

  footer p {
    opacity: 0.8;
  }

  footer .tarkus {
    color: #DA1F26;
  }

  footer a {
    color: #fff;
  }

    footer a:hover, footer a:focus {
      color: #fff;
      border-bottom: 1px dotted #fff;
    }

    footer a:hover, footer a:focus {
      color: #fff;
      border-bottom: 1px dotted #fff;
    }

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

  .middle-border {
    min-height: auto;
    margin: 65px 30px 0 30px;
    border-right: 0;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 415px) {

  h1, h2 {
    font-size: 32px;
  }
}

button.btn {
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #fd6b00;
  opacity: 0.6;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

  button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  button.btn:focus {
    outline: 0;
    opacity: 0.9;
    background: #fe8225;
    color: #fff;
  }

  button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.9;
    background: #fe8225;
    color: #fff;
  }

.top-nav {
  position: relative;
  height: 150px;  
  right: 0px;
  top: 0px;
  left: 0px;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
}

.logo{
    margin-top: -40px;
    margin-left: 41px;
    position: fixed;
    z-index: 99999;
}

.language{
  color:#fff;
}
