@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext);
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
      background-color: #000;
      
      background-image: url('../img/hero/bg-header.jpg');
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      
}

#changelog-more
{
    list-style-type: none;
}

#changelog-more a
{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.changelog-more
{
    display: none;
}

#main-title
{
    text-shadow: 0 1px 4px 1px rgba(48, 113, 169, 0.5);
}

#broki
{
-webkit-animation-name: floating;
-webkit-animation-duration: 10s;
animation-name: floating;
animation-duration: 10s;
}

fieldset
{
color: #040404;
}

#bt-setup, 
#bt-zip,
#bt-xz32,
#bt-xz64,
.bt-android-link
{
border-radius: 4px !important;
margin-bottom: 15px;
position: relative;
display: block;
text-align: left;
}

.bt-android-link
{
font-size: 0.85em;
}

span.step
{
position: relative;
margin: 0 0 0 -30px;
font-size: 30px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

h4.title
{
text-align: left;
position: relative;
margin-left: -35px;
}

#hero-area small
{
    font-size: 11px;
    line-height: 1.1em;
    color: #eee;
}
#heroes
{
    display: inline-block;
}
#heroes img:last-child
{
    display: none;
}
#heroes.altpic img:first-child
{
    display: none;
}
#heroes.altpic img:last-child
{
    display: inline;
}

a {
  color: #3071a9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #285e8e;
}
.row {
  padding: 20px 0px;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 0;
}
.btn-common {
  background: #3d566e;
  color: #fff;
}
.btn-common:hover {
  background: #e74c3c;
  color: #fff;
}

.title {
  text-align: center;
  font-size: 50px;
}
.subtitle {
  text-align: center;
  font-weight: 100;
  padding-bottom: 30px;
  position: relative;
  color: #bdc3c7;
}
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #e74c3c;
  padding-bottom: 5px;
  color: #fff;
}
.navbar-default .navbar-brand {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
}
.navbar-default .navbar-brand:hover {
  color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}
#hero-area {
  background: rgba(0,0,0,0.6);
  background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.4));
  color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}
#hero-area .btn {

}
#hero-area img {
  max-width: 500px;
  margin-bottom: 10px;
  width: 100%;
}
#hero-area p {
  padding: 10px 0;
}
#services h3 {
  margin-top: 0;
  font-size: 28px;
  color: #e74c3c;
}
.bt-ss
{
text-align: center;
}
/*Portfolio*/
#portfolio {
  background: #f1f1f1;
}
/*Portfolio Overlay */
.portfolio-item {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.portfolio-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.portfolio-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.portfolio-item .icons .preview i {
  color: #e74c3c;
}
#clients {
  background: #fff;
}
#about {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,1));
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 20px;
}
#about p {
  line-height: 30px;
  font-size: 17px;
}
#contact {
  background: #f1f1f1;
}
#contact ::-webkit-input-placeholder {
  color: #ecf0f1;
}
#contact :-moz-placeholder {
  color: #ecf0f1;
}
#contact ::-moz-placeholder {
  color: #ecf0f1;
}
#contact :-ms-input-placeholder {
  color: #ecf0f1;
}
#contact .social i {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #34495e;
}
#contact .social .social-links a:hover {
  color: #fff;
}
#contact .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#contact .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#contact .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#contact .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
#contact .social .fa-dribbble:hover {
  background: #ea4c89;
  color: #fff;
}
#contact .social .fa-github:hover {
  background: #171515;
  color: #fff;
}
#contact .contact-info {
  margin: 40px 0;
}
#contact .contact-info p {
  font-size: 20px;
}
#contact .contact-form .form-control {
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
}
.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#copyright {
  background: #000;
  color: #333;
    padding: 2px 40px 2px 40px;
    font-weight: 300;
    font-size: 11px;
}
#copyright a {
  color: #333;
}

#br-wrapper {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#bro-remote {
    display: inline-block;
    border-radius: 4px;
    background-color: #a00000;
    border-color: #700000;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    letter-spacing: 0.08em;
    font-weight: bold;
}
#bro-remote .label {
    width: 16px;
    height: 16px;
    margin-right: -2px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/remote.png");
    background-size: cover;
}
#bro-remote:hover {
    background-color: #900000;
    border-color: #600000;
}

#br-sc {
    display: block;
    height: 0;
    width: 205px;
    margin-top: 10px;
    background-image: url("../img/brsc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#bro-remote:hover + #br-sc {
    height: 412px;
}