html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
    background: #000;
    color: #fff;
}
.lb{
    display: none;
}
.content-subblock.type1{
    vertical-align: top;
}
.content-area{
    padding-bottom: 50px;
}
.controlblock{
    position: absolute;
    z-index: 1;
}
.vcontrols{
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
}
.vcontrols.on,
.vcontrols:hover{
    border: 1px solid #ffff00;
    color: #ffff00;
}


.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header{
    margin-right: -15px;
    margin-left: -15px;
}

#navbar.stroke ul li a{
  position: relative;
}
#navbar.stroke ul li a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #ffff00;
    height: 1px;
}
#navbar.stroke ul li a:hover:after,
#navbar.stroke ul li a.active:after {
  width: 100%;
}
#navbar ul li a, nav ul li a:after,
#navbar ul li a:before{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.navbar-nav{
    float: none;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rish {
    from {
        text-shadow: 0 0 10px #FFFF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 25px #FFFF00;
    }
}
@-moz-keyframes rish {
    from {
        text-shadow: 0 0 10px #FFFF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 25px #FFFF00;
    }
}
@-ms-keyframes rish {
    from {
        text-shadow: 0 0 10px #FFFF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 25px #FFFF00;
    }
}
@-o-keyframes rish {
    from {
        text-shadow: 0 0 10px #FFFF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 25px #FFFF00;
    }
}
@keyframes rish {
    from {
        text-shadow: 0 0 10px #FFFF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFFF00, 0 0 25px #FFFF00;
    }
}


.navbar-brand {
    vertical-align: middle;
    font-weight: bold;
    color: #fff!important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: rish 1.5s ease-in-out infinite alternate;
    -moz-animation: rish 1.5s ease-in-out infinite alternate;
    -o-animation: rish 1.5s ease-in-out infinite alternate;
    animation: rish 1.5s ease-in-out infinite alternate;
}

.mobile-menu-heading {
    color: #fff;
    font-size: 20px;
    margin: 15px 0  0 15px;
    text-decoration: none;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #336600;
}

.navbar-default .navbar-nav > li > a{
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar {
    background: #000;
    border-radius: 0;
    border: 0;
    z-index: 1;
    box-shadow: 0px 0px 15px #888888;
}

.navimg{
    width: 120px;
}

#navbar{
    padding: 0;
    text-align: center;
}

.content {
    margin: 15px 0;
}

.content-block .content-graphic {
    text-align: center;
}

.content-block .content-graphic img {
    margin: 0 auto;
}

.content-logo {
    margin: 0 0 50px
}

.content-logo img {
    margin: 0 auto;
}

.content-block .text {
    text-align: center;
}

.content-block .text .email,
.content-block .text .email a{
    text-decoration: none;
    color: #FFFF00;
    font-size: 20px;
    line-height: 22px;
}

.content-block .text .email span {
    color: #fff;
    margin-right: 15px;
}

.content-block .text p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.content-block .text p span {
    font-size: 20px;
    line-height: 24px;
    color: #FFFF00;
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin: auto;
}
.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    margin: 0;
}

.link{
    font-weight:bold;
    color:yellow;
    text-decoration: underline;
}

.black{
    color:black;
}

@media (min-width: 992px) {
    .content-block {
        display: table;
        width: 100%;
        height: 100%;
    }
    .content-subblock {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .content-graphic img {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .content-block .text .email {
        color: #FFFF00;
        font-size: 16px;
        line-height: 18px;
    }

    .content-block .text .email span {
        color: #fff;
        margin-right: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px){
    .navbar-brand{
        font-size: 25px;
    }
    .content-subblock{
        display: table-cell;
        vertical-align: top;
    }
    .content-subblock.type1{
        width: 30%;
    }
    .controlblock{
        position: relative;
    }
}
@media (min-width: 767px) {
    .navbar-brand{
        font-size: 28px;
        line-height: 50px;
    }
    .content-block{
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #navbar.stroke ul li a:after{
        height: 0;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav > li a.active{
        color: #ffff00;
    }
    .navbar-nav > li {
        display: block;
        text-align: left;
    }
    .content-subblock.type1{
        margin-bottom: 40px;
    }
    .content-block .text {
        margin: 20px 0 0;
    }
    .content-block .text p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
    }
}
@media (max-width: 480px) {
    .content-block .content-graphic img{
        width: 60%;
    }
    .content-block .text .email,
    .content-block .text .email a{
        font-size: 14px;
    }
    .lb{
        display: block;
    }
}