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

html,
body {
    height: 100%;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 20px;
}
a {
    color: #000000;
    text-decoration: none
}
a:focus, a:hover {
    color: #006600;
    text-decoration: none
}
.h1, h1 {
    font-size: 38px;
    font-weight: 200;
      color:#006600;
}
.h2, h2{
    font-size: 28px;
}
.h3, h3 {
    font-size: 24px;
    font-weight: 200;
    color:#000000;
}
.big{
    font-size: 16px;
    font-weight: 600;
}
.small{
    font-size: 16px;
    font-weight: 600;
}
.medium{
    font-size: 16px;
    font-weight: 600;
}
@media (min-width:479px) { 
.h2, h2  {   
    font-size: 38px;
}
.h1, h1 {
    font-size: 48px;
}
.h3, h3 {
    font-size: 18px;
    }
.big{
    font-size: 26px;
    font-weight: 600;
}
.small{
    font-size: 26px;
    font-weight: 600;
}
.xsmall{
    font-size: 22px;
    font-weight: 600;
}
.medium{
    font-size: 26px;
    font-weight: 600;
}
}
@media (min-width:639px) { 
.h2, h2  {   
    font-size: 38px;
}
.h1, h1 {
    font-size: 48px;
}
.h3, h3 {
    font-size: 18px;
    }
.big{
    font-size: 36px;
    font-weight: 600;
}
.small{
    font-size: 33px;
    font-weight: 600;
}
.xsmall{
    font-size: 29px;
    font-weight: 600;
}
.medium{
    font-size: 36px;
    font-weight: 600;
}
}

@media (min-width:767px) { 
.h2, h2  {   
    font-size: 48px;
}
.h1, h1 {
    font-size: 58px;
}
.h3, h3 {
    font-size: 28px;
    }
.big{
    font-size: 40px;
    font-weight: 600;
}
.small{
    font-size: 40px;
    font-weight: 600;
}
.xsmall{
    font-size: 36px;
    font-weight: 600;
}
.medium{
    font-size: 40px;
    font-weight: 600;
}
}

@media (min-width:1024px) { 
.h2, h2  {   
    font-size: 48px;
}
.h1, h1 {
    font-size: 58px;
}
.h3, h3 {
    font-size: 28px;
    }
.big{
    font-size: 54px;
    font-weight: 600;
}
.small{
    font-size: 42px;
    font-weight: 600;
}
.xsmall{
    font-size: 38px;
    font-weight: 600;
}
.medium{
    font-size: 50px;
    font-weight: 600;
}
}

/*--------------------------------------------------
    Header - Topbar
----------------------------------------------------*/

/*Top Bar --*/
.header .topbar {
    z-index: 12;
    padding: 0px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .header .topbar {
        margin-bottom: 20px;
        padding: 0px 0px 9px;
    }
}

.header .topbar ul.loginbar {
    margin: 0;
    padding-left: 0px;
}

.header .topbar ul.loginbar > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
    padding-left: 5px;
}

.header .topbar ul.loginbar > li > a {
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
}

.header .topbar ul.loginbar > li > a:hover {
    color: #006600;
}
.header .topbar ul.loginbar > li.active > a {
    color: #006600;
}

.header .topbar ul.loginbar li i.fa { 
    color: #000000;
}

.header .topbar ul.loginbar li.topbar-devider { 
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 5px 0 1px;
    font-family: Tahoma;
    border-right: solid 1px #000000;
}



/*Ende Topbar*/


/*No Topbar*/
.header.no-topbar .navbar-toggle {
    margin-top: 25px;
}

/*--------------------------------------------------
    Header - Navbar--*/

/*Navbar*/
.header {
   position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

@media (max-width: 991px) {
    .header {
        background-color: rgba(255, 255, 255, 0.85);
    }
}
/*Header Container*/
.header > .container {
    display: table;
    margin-bottom: -40px;
}

@media (max-width: 768px) {
    .header > .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header > .container {
        margin-bottom: 0;
    }
}

/*Logo*/
.header .logo {
    height: 100%;
    min-width: 30%;
    display: table-cell;
    vertical-align: top;
}

.header .logo img {
    z-index: 1;
    margin: 0 0 8px;
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.logo {
    display: block;
    max-width: 30%;
    height: auto;
}

@media (max-width: 1200px) {
    .header .logo img {
        width: 180px;
        height: auto;
    }
}
@media (max-width: 640px) {
    .header .logo img {
        width: 140px;
        height: auto;
        margin-top: 0px;
    }
}
@media (min-width: 768px) {
.logo {
    display: block;
    max-width: 65%;
    height: auto;
}
}




/*Navbar Toggle*/
.header .navbar-toggle {
    border-color: transparent;
}
.dropdown-menu,
.navbar-toggle {
   border-radius: 0;  
}
.dropdown-menu {
   padding: 0px 0 ; 
   font-size: 24px;
   position: static;
}

@media (max-width: 991px) {
    .header .navbar-toggle {
        margin-right: 0px;
    }
}

.header .navbar-toggle .fa {
    color: #000;
    font-size: 27px;
}
.header .navbar-toggle .fa:hover {
    color: #fff;
    font-size: 27px;
}

.header .navbar-toggle,
.header .navbar-toggle:hover, 
.header .navbar-toggle:focus {
    background: transparent;
    padding: 0px 0px 0px;
}

.header .navbar-toggle:hover {
    background: transparent !important;
}
/*Ende Navbar Toggle*/


/*Navbar Collapse*/
.header .navbar-collapse {
    position: relative;
    margin-top: 60px;
}
.header .navbar-nav > .active > a {
    color: #006600;
}

@media (max-width: 991px) {
    .header .navbar-collapse,
    .header .navbar-collapse .container {
        margin-top: 10px;
    }
}

/*Ende Navbar Collapse*/

 .header .navbar-nav > li > a {
        font-size: 24px;
        padding: 9px 10px;
        line-height: 25px;
    }

    .header .navbar-nav > li a {
        border-bottom: solid 0px #eee;
    }   

    .header .navbar-nav > li > a:focus {
        background:  transparent;
    }

    .header .navbar-nav > li > a:hover {
        color: #006600;
        background: transparent;
    }

    .header .navbar-nav > .active > a,
    .header .navbar-nav > .active > a:hover,
    .header .navbar-nav > .active > a:focus {
        background: transparent;
        color: #006600 !important; 
    }

    .header .dropdown .dropdown-submenu > a { 
        font-size: 20px;
        color: #555 !important;
        text-transform: uppercase;
    }
    .header .dropdown-menu li a { 
        color: #000000; 
        font-size: 24px; 
        font-weight: 300; 
        padding: 6px 15px; 
        border-bottom: solid 0px #000000;
    }


/*--------------------------------------------------
    Responsive---*/

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header .navbar-header {
        float: none;
    }
    
    .header .navbar-toggle {
        display: block;
    }
    
    .header .navbar-collapse.collapse {
        display: none !important;
    }
}
   
    /*Responsive code for max-width: 991px*/
    .header .navbar-header {
        float: none;
    }
    .navbar-collapse{
        padding-bottom: 20px;
        padding-right: 5px;
    }
    
    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    
    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
        width: auto;
    }

    .header .navbar-nav > li {
        float: none;
    }
    
    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 24px;
        padding: 9px 10px;
    }

    /*Pull Right*/
    .header .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header .navbar-nav .open > a,
    .header .navbar-nav .open > a:hover,
    .header .navbar-nav .open > a:focus {
        border-bottom-color: #000000;
    }

    .header .navbar-nav .open .dropdown-menu > li > a,
    .header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    
    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    
    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
        font-weight: 300;
    }

    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #006600;
         background: transparent;
    }
    
    .header .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #006600;
        background: transparent;
    }
    
    .header .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }   

    /*Design for max-width: 991px*/
    .header .navbar-nav > li > a {
        font-size: 24px;
        padding: 9px 10px;
    }

    .header .navbar-nav > li a {
        border-bottom: solid 0px #eee;
    }   

    .header .navbar-nav > li > a:focus {
        background:  transparent;
    }

    .header .navbar-nav > li > a:hover {
        color: #006600;
        background: transparent;
    }

    .header .navbar-nav > .active > a,
    .header .navbar-nav > .active > a:hover,
    .header .navbar-nav > .active > a:focus {
        background: transparent;
        color: #006600 !important; 
    }

    .header .dropdown .dropdown-submenu > a { 
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }


@media (max-width: 991px) {
    .header .navbar-nav > li a {
        border-bottom: solid 1px #000000;
    } }

     



/*--------------------------------------------------
   Submenu----*/

/*Dropdown Submenu
------------------------------------*/
.header .dropdown-submenu { 
   position: relative; 
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    /*content: "\f105";
    position: absolute;*/
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 18px;
    /*content: "\f0d7";*/
}

.header .dropdown-submenu > .dropdown-menu { 
    top: 3px; 
    left: 100%; 
    margin-top: -5px; 
    margin-left: 0px; 
}

/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.header .dropdown-submenu:hover > .dropdown-menu {  
    display: block;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {  
        display: block;
        margin-left: 15px;
    }
}

.header .dropdown-submenu.pull-left {
    float: none;
}

.header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/*Dropdow Mmenu Icons (Font Awesome)*/
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}


/*---endeDropdow --*/





/*--------------------------------------------------
    Slider-----*/

.carousel .container {
      position: relative;
      z-index: 9;
    }
.carousel-caption{
    background-color: rgba(0, 102, 0, 0.75);
    text-shadow: none;
    width: 100%;
    margin-bottom: 155px;
    position: absolute;
    z-index: 10;
    bottom: 194px;
    padding: 20px 20px ;
    text-align: left;
    right: 28%;
    left: 28%;
    color: #ffffff;
    max-width: 656px;
    padding-top: 10px;
}
.carousel-caption-top {
    background-color: rgba(0, 102, 0, 0.75);
    text-shadow: none;
    width: 100%;
    margin-bottom: 45px;
    position: absolute;
    z-index: 10;
    top: 140px;
    padding: 20px 20px ;
    text-align: left;
    right: 34%;
    left:34%;
    color: #ffffff;
    max-width: 577px;
    padding-top: 10px;

}
.carousel-caption-bottom{
    background-color: rgba(0, 102, 0, 0.75);
    text-shadow: none;
    width: 100%;
    margin-bottom: 45px;
    position: absolute;
    z-index: 10;
    top: 140px;
    padding: 20px 20px ;
    text-align: left;
    right: 28%;
    left: 27%;
    color: #ffffff;
    max-width: 738px;
    padding-top: 10px;
}
.carousel-control{
    position: relative;
    top: 30px;
    left: 7px;
}
.carousel-control .icon-next, .carousel-control .icon-prev{
    position: absolute;
    padding-top: 0px;
}
.carousel-control .icon-next{
    left: 60px;
    margin-left: 0px;
}
.carousel-control .icon-prev{
    left: 35px;
}
.carousel-control .icon-next::before{
    content: none;
}
.carousel-control .icon-prev::before{
       content: none;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}


@media (min-width: 300px) {
.carousel-caption-top {
    width: 50%;
    right: 5%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    bottom: auto;
    }
    .carousel-caption-bottom {
    width: 67%;
    right: 5%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    bottom: auto;
}
    .carousel-caption {
    width: 60%;
    right: 15%;
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 70px;
    margin-bottom: 45px;
    }
}
@media (min-width: 767px) {
.carousel-caption-top {
    width: 72%;
    left: 25%;
    right: 3%;
    top: 140px;
    bottom: auto;
    }
    .carousel-caption-bottom {
    width: 65%;
    left: 30%;
    right: 3%;
     top: 140px;
    bottom: auto;
    }
    .carousel-caption {
    width: 72%;
    left: 7%;
    right: 3%;
    }
}

@media (min-width: 1200px) {
.carousel-caption-top {
    width: 100%;
    left: 38%;
    right: 35%;
    top: 140px;
    bottom: auto;
    }
    .carousel-caption-bottom {
    width: 100%;
    left: 40%;
    right: 35%;
     top: 140px;
    bottom: auto;
    }
    .carousel-caption {
    width: 100%;
    left: 30%;
    right: 35%;
    margin-bottom: 300px;
    }
}

.list-group-item{
    position: relative;
display: block;
padding: 1px 1px;
margin-bottom: -1px;
background-color: transparent;
border: none;
}
a.list-group-item{
    color:#000000;
}
a.list-group-item:hover {
    color: #006600;
    background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006600;
    border-color: #cccccc;
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px
}
