/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/



.panel-group h2 {
	font-size: 14px;
	margin: 0px;
	font-variant-caps:small-caps;
	text-align: left;
}

.image-content > img {
	width: 100%;
	/*filter: opacity(0.8);*/
}

@media screen and (min-width: 992px) {

	.collapse {
		display: block !important;
	}
	#headingOne i {
		display: none;
	}

	.panel-group h2 {
		font-size: 18px;
	}
	.navbar-collapse {padding-left: 0px !important}
	.container-fluid {padding-left: 0px !important}
}

.panel-group {
	margin-bottom: 5px;
}
.panel-body {
	border: 1px solid #cccccc;
	background-color:#fdfde7;
	padding: 0px;
}
.panel-body li {
	float: left;
	padding:10px 10px 10px 8px;
	list-style-type: none;
	border-bottom: 1px solid #dcdbdb;
	width: 100%;
}
.panel-body li:last-child {
    border-bottom: none;
    padding: 8px 0px 8px 8px;
}
.panel-body ul {
	padding:0px 10px 0px 0px;
}

.panel-body hr {
	margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #777;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.panel-info>.panel-heading {
	color: #ffffff;
    background-color: #008080;
    border-color: #e6ffff;
}

.dropdown.small-device li {
	padding: 4px 0px 4px 0px; 
	border-bottom: 1px solid #676767;
}
.dropdown.small-device li:last-child {
    border-bottom: none;
}

.dropdown-menu {
	background-color: #3A3B3C;
}
.dropdown-menu>li>a {
	color: #ffff87 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626 !important;
}

.open .caret {
	border-bottom: 4px dashed;
	border-top: none;
}

p {
	margin: 12px 0 12px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}
.navbar-header {min-height:32px !important}
.navbar-toggle {margin-top: 4px !important; margin-bottom: 4px !important; padding: 4px 4px !important;}
.navbar-inverse .navbar-nav>li>a {color: #ffffff !important;}


/* Header */

/*#header {
}

#logo {
	width: 460px;
	height: 289px;
	margin-left: 30px;
	background: url(images/img06.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 100px 0 0 160px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 0px 0 0 172px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
*/


/* header */
#header {
	position:relative;
	height:55px;
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	/*margin: 0px 15px 0px 15px*/
}
#logo{
	float: right;
    color: #ffffff;
    margin-right: 60px;
    margin-top: 42px;
    width: 0px;
}
#logo h1{
	font-size:48px;
	margin: 0px;
	margin-bottom: -9px;
}
#logo div{
	padding-left:100px
}
#nav {
	position:absolute;
	top: 1px;
	left:872px;
	width: 50px;
}

#headingOne a {
	color: inherit;
}


/* Menu */

#menu {
}

/* Wrapper */

#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
}

/* Page */

#page {
	width: 900px;
	background-image: url(images/bg_2.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#page-bg {
	background-image: url(images/bg_2.png);
	background-repeat: no-repeat;
}

/* Latest Post */

#latest-post {
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 370px;
}

.sidebar {

	padding: 0px 10px;
	color: #A6986B;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
}

.sidebar li li {
	margin: 0px 5px;
	padding: 8px 5px 8px 10px;
	background: url(images/img07.gif) no-repeat left 13px;
	border-bottom: 1px dashed #5E4E2D;
}

.sidebar li h2 {
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-position: left top;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
}

.sidebar p {
	padding: 0px 15px;
}


/* Sidebars */

#sidebar1 {
	width: 510px;
	float: right;
}

#sidebar2 {
	width: 450px;
}

#sidebar2 h2 {
	background: url(images/img05.jpg) no-repeat left top;
}

.post {
	padding: 10px 10px 0px 10px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	/*height: 32px;*/
	margin: 0;
	/*background: url(images/img03.jpg) no-repeat left top;*/
	font-weight: normal;
	/*color: #FF0000;*/
	/*text-align: -webkit-center;*/
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}


/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	height: 70px;
	background: url(images/ft-1.jpg) no-repeat left top;
	/*padding-top: 70px;*/
	color: #FFFFFF;
	background-size:cover;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFF00;
	margin-top: 5px;
}

#footer a {
	color: #FFF;
}
#ftinner{
	top:50px;
	
	width:680px; 
	margin-left:120px;
}
.ftlink {
	width:500px;
}

/*Fix For iPad Nav menue*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#myNavbar {
		display: inline !important;
	}    
}
