/*
- fonts
- html body links and kbz's generic classes
- boostrap
- sections
    - banner
    - videos
    - footer
*/

/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/

/* html body links and kbz's generic classes */
a {
    color: #333333;
    outline: none;
}
a:hover,
a:focus {
    color: #000000;
}
html,body {
    height:100%;
}
body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    background-color: #FFFFFF;
}
@media (max-width: 768px) {

}
@media (max-width: 992px) {

}
h1 {

}
h2 {

}
.no-padding {
    padding: 0 !important;
}
.no-padding .row-fluid div[class*="col-"] {
    padding: 0 !important;
}

/* animation */
.animated-delay-333 {
    /* Chrome, Safari, Opera */
    -webkit-animation-delay: .333s;
    animation-delay: .333s;
}
.animated-delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated-delay-666 {
    -webkit-animation-delay: .666s;
    animation-delay: .666s;
}
.animated-delay-999 {
    -webkit-animation-delay: .999s;
    animation-delay: .999s;
}
.animated-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated-delay-1332 {
    -webkit-animation-delay: 1.332s;
    animation-delay: 1.332s;
}
/* end kbz */






.navbar-default {
    background-image: none;
    box-shadow: none;
    border: none;
    background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-right li a,
.navbar-right li {
    padding: 0;
    margin: 0;
}
.navbar-right li a i {
    font-size: 1.6em;
    padding: 15px;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: white;
}



