/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1000px; max-height: 340px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
	margin-top: 0px;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.droppi-bold {color: #004793; font-weight: bolder;}

.droppi {

list-style-type: none;

}

.droppi a {
  display: block;
  padding: 3px 20px;
  margin-left: -30px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  list-style-type: none;
  border-left: 1px solid black;
}
.droppi a:hover,
.droppi a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}


.thumbnail { margin-top: 15px;}

.btn-success { background-color: #d3d82a; color: #004793; border: 1px solid #004793; border-radius: 0px; font-weight: bolder;}
.btn-success:hover { background-color: #d3d82a; color: black; border: 1px solid #004793; border-radius: 0px; font-weight: bolder;}

.btn, form-control {border-radius: 0px;}

.jumbotron {border-radius: 0px; background-color: #f8f8f8;}