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

body {
    padding-top: 120px; /* Required padding for .navbar-fixed-top on collapsed nav view. Change if height of navigation changes. */
}

* {
   font-size: 17px;
   line-height: 1.25;
}

.navbar-default .navbar-fixed-top .navbar-brand {
        /*padding: 15px 0; */
    padding: 15px;
  }


h3 {margin-top:5px; }

.navbar-fixed-top .nav {
    /*padding: 15px 0;*/
	padding: 0;
}

.navbar-fixed-top .navbar-brand {
  /*  padding: 0 15px; */
	padding: 0; 
}

.navbar-toggle { background-color: #06c; }
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#06c; }

.navbar-inverse {background-color: #03356E; border-color:#080808}

/* make the nav-bar drop-down cover more real estate */
.navbar-collapse{max-height:500px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:430px}}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
  background-color: #03356E;
}

.yamm .containermast {
  position: relative;
  background-color: #03356E;
}

.yamm .dropdown-menu {
  left: auto;
  color: #000000;
}
.yamm .yamm-content {
  padding: 20px 30px;
  color: #000000;
  background-color: #c4e089;  
}

#link-style {
  color: #000000;
  padding-bottom: 10px; 
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  color: #000000;
}

.dropdown yamm-fw {
  color: #000000;

}

/*!
*end of Yamm
*/



#link-markup {
   text-decoration: underline;
   color: #000;
}

#feature-markup {
   color: #000;
   font-weight: bold;
}

#titlelink-markup {
   text-decoration: underline;
   color: #000;
   font-weight: bold;
   padding-bottom:25px;
}

#topline {
   padding-top:20px;
}

#imagepad {
   padding-top:20px;
   padding-bottom:20px;
}

#imagebottompad {
   padding-bottom:20px;
}

#readmore-markup {
   text-decoration: underline;
   color: #000;
   font-weight: bold;
   padding-top:25px;
}

#video-pad {
   padding-bottom: 20px;
}

blockquote{padding:10px 20px; margin:0 0 20px; font-size:14.5px; font-style: italic;}

.img-roundedpadded {display:block; max-width:100%; height:auto; border-radius:6px; margin-top:20px; margin-bottom:20px;}

.img-roundedtoppad {display:block; max-width:100%; height:auto; border-radius:6px; margin-top:8px; margin-bottom:6px;}

.img-roundedcentered {display:block; max-width:100%; height:auto; border-radius:6px; margin-left:auto; margin-right:auto;}

/* style for intro pages with shop boxes */

.caption {
    height: 175px;
    overflow: hidden;
}

.blogpost {
    padding: 9px;
    height: 235px;
	overflow: hidden;
}

.blogpost-wide {
    padding: 15px;
    border:1px solid #7F858B;
    height: auto;
}

.caption h4 {
    white-space: nowrap;
	color: #000;
	font-weight: bold;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
	border:1px solid #7F858B;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

.img-portfolio {
    margin-bottom: 30px;
}

/* close shop boxes */

footer {
  padding: 5px 15px;
  background-color: #93CCE9;
  border-top: 1px solid #1C79A9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
} 

 .panel-footer {
  padding: 5px 15px;
  background-color: #93CCE9;
  border-top: 1px solid #1C79A9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}  

/* added this from stylebootstrap.info */
.navbar .nav > li > a {
  padding: 15px 12px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.navbar .nav > li a:hover {
  color: #91CF12;
/*end of stylebootstrap.info */


@media(min-width:768px) {
    body {
        padding-top: 120px; /* Required padding for .navbar-fixed-top for desktop view. Change if height of navigation changes. */
    }

    .navbar-default .navbar-fixed-top .navbar-brand {
        /*padding: 15px 0; */
		padding: 15px;
    }
	
	.navbar-inverse {background-color: #03356E; border-color:#080808; }
}
	