/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

p {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 10px 0;
    }
}

.navbar-inverse {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.intro-video {
    width: 100%;
}

.navbar-header {
    padding-right: 20px;
}

.index-form {
    padding: 50px 0;
    margin-top: 30px;
}

.index-video {
    padding: 50px 0;
    /*margin-top: 30px;*/
}

h2 {
    font-size: 24px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: fantasy; letter-spacing: 1px; }

/*
.device-specifications th { width: 100px; }
.device-specifications tr td:nth-child(2) { width: 100px; }
.device-specifications .tr-toggle, .device-specifications .tr-hover { display: table-row; }
*/

.device-specifications .tr-toggle, .device-specifications .tr-hover { display: table-row; }
#specs-list hr {
  margin: 20px 0;
}

#specs-list {
    width: 727px;
    margin-bottom: 10px;
}
#specs-list p {
    background: #F6F6F6;
    font-size: 13px;
    padding: 4px 6px;
    line-height: 1.5;
    color: #333;
}
#specs-list p a {
    color: #7D7464;
    text-decoration: underline;
}
#specs-list table {
    border-top: 1px solid #E3E3E3;
    width: 100%;
}
#specs-list caption {
    display: none;
}
#specs-list th, #specs-list td {
    font: 14px 'Arimo', Arial;
    padding: 2px 10px;
    vertical-align: top;
}
#specs-list th {
    background: #F6F6F6;
    border-right: medium none;
    color: #B23F33;
    /*font: 16px "Google-Oswald", Arial;*/
    text-transform: uppercase;
    width: 120px;
}
#specs-list td {
    background: #FAFAFA;
    border-bottom: 1px solid #f0f0f0;
    line-height: 16px;
}
#specs-list td.ttl {
    color: #7D7464;
    font-weight: bold;
    width: 110px;
}
#specs-list tr:last-child td {
    border-bottom: medium none;
}
#specs-list td.ttl a {
    /*color: #7D7464;*/
    color: #555;
}
#specs-list td.nfo ul {
    margin-left: 16px;
}
#specs-list td.nfo a {
    color: #b23f33;
    text-decoration: underline;
}
#specs-list td.nfo a.noUnd {
    color: #000000;
    text-decoration: none;
}
#specs-list td.nfo a.noUnd:hover {
    color: #F04F40;
    text-decoration: underline;
}
#specs-list td.nfo li {
    list-style-type: disc;
    padding: 1px 0;
}
#specs-list td.nfo {
  vertical-align: middle
}

/*padding: 4px 10px;*/
#specs-list .tr-hover td { top:0; padding: 3px 10px;transition: all 0.15s ease-out}
#specs-list .tr-hover:hover td { 
/*-webkit-animation-name: linesMoveDown;
  animation-name: linesMoveDown;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;*/
position: relative;
box-shadow: 1px 1px 1px rgba(0,0,0,.31) ;
background: #fff;
}
#specs-list .tr-hover:hover td.ttl {
   box-shadow: 0px 1px 1px rgba(0,0,0,.31); 
}
#specs-list .tr-hover .ttl a,
#specs-list .tr-hover .nfo a {
    position: relative;
} 


#specs-list .tr-hover .ttl a
 { 
    top: 3px;
}

#specs-list .tr-hover .nfo a {
    top: 3px;
}
#specs-list .tr-hover:hover td.ttl {
  /*box-shadow: 0px 1px 1px rgba(0,0,0,.31) ;*/
}

.btn.btn-success, footer a { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
footer a { font-size: 13px; }

footer .footer-links a { padding: 0px 10px; text-decoration: none; font-weight: bold; }
footer .footer-links a:hover { color: #990000; }