/*!  Developed by ddkconnections in 2015  */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    font-weight: 600;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    border-radius: 12px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-blue {
    border-radius: 0;
    color: #fff;
    /*background-color: #5a73ac;*/
    background-color: #006400;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff;
    /*background-color: rgba(0,0,0,0.7);*/
    background-color: gray;
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

hr { 
   background-color: #006400; 
   height: 3px; 
   /*border: 0; */
   border-bottom: 2px solid white;
   margin: 0px 10px 5px 10px;
}




/*
label.control-label { 
   width: 20%;
}
*/
input.input-block-level { 
   width: 100%;
   border-radius: 12px;
   padding-left: 10px;
}

textarea.input-block-level { 
   width: 100%;  
   border-radius: 12px;
   padding: 0 10px 0 10px;
}





ul.dropdown-menu { 
   /*width: 100%;*/
   min-width: 100%;
   width: auto;
   padding: 10px 10px 5px 10px;            
}

li.dropdown { 
   background-color: #90ee90;
   border-radius: 8px;
   border:1px solid;               
}



ul { 
   margin-top: -10px;            
}




/*
.hidden-xs {
    display:none !important;
}
*/


/* Video */

video
{
   /*margin-left : 10px ;*/
   margin-top : 10px ;
   width: 95%;
   height: 95%;
   border:2px solid;
   border-color: #006400;
   border-radius:48px;
   -moz-border-radius:48px; /* Firefox 3.6 and earlier */
}

video.noradius
{
   /*margin-left : 10px ;*/
   margin-top : 10px ;
   width: 95%;
   height: 95%;
   border:2px solid;
   border-color: #006400;
   border-radius:0px;
   -moz-border-radius:0px; /* Firefox 3.6 and earlier */
}




/* Carousel */

.carousel-indicators {
    position: absolute;
	bottom: -5px;
	left: 100%;
	z-index: 15;
	width: 15%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
    background-color: #006400;
}
.carousel-control {	top: 70%;}
.carousel-control.left, .carousel-control.right {
	background: none;
	color: @#006400;
	border: none;
}
.carousel-control.left {margin-left: -21px; color: #006400;}
.carousel-control.right {margin-right: -21px; color: #006400;}


/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #006400;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    /* position: relative; */
    width: 100%;
    /*height: 100%;*/
    /* background: url(../img/bg.jpg) no-repeat center center scroll; */
    /*background: #98acde;*/
    /*background: linear-gradient(to bottom, #9eafda, white, white);*/
    background: linear-gradient(to bottom, #60e360, white, white);
    padding: 20px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 10px 0;
    color: #006400;
    width: 100%;
}

.about .page-header { 
   border-bottom-color: #006400;
}


/* Section pages */

.secpage_light {
    display: table;
    width: 100%;
    /*height: 400px;*/
    color: #fff;
    /* background: url(../img/callout.jpg) no-repeat center center scroll; */
    /*background: linear-gradient(to bottom, #9eafda, #9eafda, white);*/
    background: linear-gradient(to bottom, #90ee90, #90ee90, white);
    /*background: #9eafda;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0 0 40px 0;
}

.secpage_dark {
    display: table;
    width: 100%;
    color: #fff;
    /*background: #5a73ac;*/
    background: #60e360;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0 0 40px 0;
}


/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 20px 0 10px 0;
}


