﻿
body {
    background-color:#FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width:1200px;
   margin: 0 auto !important;
float: none !important;
    }

 .HeaderTable{
   width: 80%; height:50px;
    text-align: center;    
  background-color: #f1f1f1; 
  border-bottom-style: solid; 
  border-bottom-width: thick; 
  border-bottom-color: #669900; 
  margin-bottom: 12px;
 }
a:link
{
    color: #336699; /*Link Blue*/
    text-decoration: none;
}
.h3style
{
    color: #336699;
    font-weight:bold;
    font-size:medium;
}

a:visited
{
    color: #336699; /*Link Blue*/
   text-decoration: none;
}

a:hover, a:focus
{
    color: #336699; /*Link Blue*/
    /*color: #b50010;*/ /*Link Red*/
    text-decoration: underline;
}

a:active
{
    color: #336633; /*Link Red*/
      /*color: Red;*/
      text-decoration: underline;
}

.link
{
    color: #336699; /*Link Blue*/
      text-decoration: none;
}

.link:visited
{
    color: #336699; /*Link Blue*/
      text-decoration: none;
}

.link:focus, .link:hover
{
    color: #336699; /*Link Blue*/
    /*color: #b50010;*/ /*Link Red*/
      text-decoration: underline;
}

.link:active
{
    color: #336633;/*Link Red*/
    text-decoration: underline;
}
 .navbar-fixed-top {
      
    }
.navbar-default {
    color: #fff;
    background-color: white;
    border: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    top:0px !important;
    border-bottom-color: #003333;
    padding-bottom:0px;
    width:100%;
    margin-right:10%;
}
#cover {
background-image: url("Images\FB Cover.png");
}
.navbar-default .navbar-right {
    top:0px !important;
}
.navbar-default .navbar-nav > li > a{
    color:black;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color:#336699;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color:black ;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
	color:#fff;
   
}
.menu-large {
  position: static !important;
 
}
.megamenu {
    padding: 20px 20px;
    width: 100%;
    background-color: #808080;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
   background-color: #808080;
}
.megamenu> li > ul > li {
  list-style: none;

}
.megamenu> li > ul > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
 
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  color:silver
      ;
    /*font-size: 15px;
    font-weight:bold;*/
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #003333;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;

}
.dropdown-header {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #808080;
}
.img-thumbnail {
    background-color: #99cc00;
    border: 0;
}
.img-responsive
{
    width:100%; 
}
.img-thumbnail:hover {
    background-color: #333333 !important;
}
.pagecontainer{
   max-width:1200px;
   position:center !important;
   background-color:white;
   padding-top:0px!important;
}
.footer{ 

}
.LinkButton:hover {
    opacity: 0.6;
} 


#rightAsset
{
    font-weight: normal;
    float: left;
    width: 678px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    border-left: 1px solid #e8e8e8;
}

    #HomeButton1 {
         border-top: 5px solid #336699; 
         box-shadow: 10px 10px 5px #888888;
    }
    #HomeButton2 {
         border-top: 5px solid #336699; 
         box-shadow: 10px 10px 5px #888888;
    }
      #HomeButton3 {
         border-top: 5px solid #336699; 
         box-shadow: 10px 10px 5px #888888;
    }
       #HomeButton4 {
         border-top: 5px solid #336699; 
         box-shadow: 10px 10px 5px #888888;
        

    }
      #Hometxt {
         font-size:larger;
         padding-top:2px;
         color:#333333;
         text-align:left;
         margin-left:10%;     
            }
  
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
    background-color: #808080;
  }
  .megamenu> li {
     background-color: #808080;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
    background-color: #808080;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
    background-color: #808080;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	 background-color: #808080;
    
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}


@media all and (max-width: 600px) {
    #Logo {
        background-image: url('Images/flameANDgrass Facebook logo-small.jpg');
        max-width: 250px;
        max-height: 75px;
        width: 0px;
        height: 0px;
        outline: none;
        padding: 25px 25px 25px 25px;
    }
   
}
.pic:hover { 
   opacity:0.6;

}
.text{ width:340px; height:217px; background:#FFF; opacity:0; }
.pic:hover .text { 
    opacity:0.6; 
    text-align:left; 
    color:#000000; 
    font-size:5px; 
    font-weight:100; 
    padding:0px; }

.topHeader {
    font-weight: bold;
    font-size: 2em;
    color: #336633; /*green*/
}

.subHead {
    color: Black;
    font-weight: bold;
    font-size: larger;
}
h1 { 
    display: block;
    font-size: 3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
} 
h2 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
} 

/* Carousels --------------------------------------------------------------------------------------------*/

/* Hide the carousel pictures when the screen is less than 787 pixels wide */
@media (max-width: 787px) {
    #myCarousel {
        display: none;
    }

    /*change the way menu drops down when window is small*/
    /*.nav li.dropdown:hover > ul.dropdown-menu {
        display: ruby-base-container;
    }*/
}

.right.carousel-control, .left.carousel-control {
    display: none;
}
.carousel-caption
    {
        left:10px;
         position: absolute;
        top:45%;
        color:White;
        width:100%;
    }
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    
  text-align:center;
   
    top:0px;
   
     
}
.carousel .item img {
  width: 100%;
  /*img width*/
 min-height:300px;
 max-height:300px;
}
#myCarousel{
  width: 100%;
}

/* Grids --------------------------------------------------------------------------------------------*/

.grid-empty {
    border-style: solid;
    border-width: 1px;
    border-color: White;
}

/* Dropdown menus --------------------------------------------------------------------------------------------*/


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* Stocks --------------------------------------------------------------------------------------------*/
.stockSymbol {
    color: black;
}

.stockChangeUp {
    color: green;
}

.stockChangeDown {
    color: red;
}
.stockInfo {
  
}
.stockInfoKEP {
  
}
/* Forms
----------------------------------------------------------*/

.formTable {
    border-color: white;
    width: 100%;
    border: 1px;
    border-spacing: 4px;
    border-collapse: separate;
}

.formLeft {
    vertical-align: middle;
    text-align: right;
    background-color: #E4E4E4;
    width: 30%;
    border-color: white;
}

.formRight {
    text-align: left;
    width: 70%;
    border-color: white;
}

.redBold {
    color: Red;
    font-weight: bold;
}

.greenBold {
    color: Green;
    font-weight: bold;
}

/* Validation
----------------------------------------------------------*/

.formValSumm {
    color: Red;
    font-weight: bold;
    background-color: Yellow;
    border-style: dotted;
    border-color: Red;
}

.formValDet {
    color: Red;
    font-weight: bold;
    background-color: Yellow;
    border-style: solid;
    border-color: Yellow;
}

.pointerCursor {
    cursor: pointer;
}

/* Panels -----------------------------------------------------------------------------*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: grey; /* adjust as needed */
    padding: 0px 24px 0px 0px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
     font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e080";
}

.panel-title {
    /*color: #0000cc;*/
   
    font-weight: bold;
    border: none;
   
}

.panel-heading {
    /*height:56px;*/
    padding: 4px 12px 12px 12px;
    background-color: white !important;
    border: none !important;
    outline: 0;
}

a.panel-heading {
    display: block;
}
.panel-heading a:hover
{
 /*text-decoration: underline !important;*/
 color:green;   
}

/*.panel-primary .panel-heading[aria-expanded="true"], .panel-primary .panel-heading a:hover, .panel-primary .panel-heading a:focus, .panel-primary a.panel-heading:hover, .panel-primary a.panel-heading:focus {
	background-color: #286090;
}
.panel-danger .panel-heading[aria-expanded="true"], .panel-danger .panel-heading a:hover, .panel-danger .panel-heading a:focus, .panel-danger a.panel-heading:hover, .panel-danger a.panel-heading:focus {
	background-color: #c9302c;
}
.panel-default .panel-heading[aria-expanded="true"], .panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus, .panel-default a.panel-heading:hover, .panel-default a.panel-heading:focus {
	background-color: #dcdcdc;
}
.panel-info .panel-heading[aria-expanded="true"], .panel-info .panel-heading a:hover, .panel-info .panel-heading a:focus, .panel-info a.panel-heading:hover, .panel-info a.panel-heading:focus {
	background-color: #31b0d5;
}
.panel-success .panel-heading[aria-expanded="true"], .panel-success .panel-heading a:hover, .panel-success .panel-heading a:focus, .panel-success a.panel-heading:hover, .panel-success a.panel-heading:focus {
	background-color: #449d44;
}
.panel-warning .panel-heading[aria-expanded="true"], .panel-warning .panel-heading a:hover, .panel-warning .panel-heading a:focus, .panel-warning a.panel-heading:hover, .panel-warning a.panel-heading:focus {
	background-color: #ec971f;
}*/
.panel-group .panel, .panel-group .panel-heading {
	border: none !important;
  
}
.panel-group .panel-body {
	border: 1px solid #ddd !important;
	border-width: 0 1px 1px 1px !important;
}
.panel-group .panel-heading a, .panel-group a.panel-heading {
	outline: 0;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:hover, .panel-group a.panel-heading:hover, .panel-group a.panel-heading:focus {
	text-decoration: none;
    
}
.panel-group .panel-heading .icon-indicator {
	margin-right: 10px;
}
