

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	/*letter-spacing: -2px;*/
	/*text-transform: uppercase;*/
	/*font-family: 'Arvo', serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F6B300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
}

/* Header */

#header-wrapper {
}

#header {
	clear: both;
	width: 1000px;
	margin: 0px auto;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 20px 0px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #323030;
}

#logo h1 span {
	color: #F6B300;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	/*font-family: 'Arvo', serif;*/
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 56px;
	background: #e21d24;
	border-top: 1px solid #3D2729;
}

#menu {
	width: 1100px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
	background: #;
	border-radius: 8px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #543E40;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	/*font-family: 'Arvo', serif;*/
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #000;
	border-radius: 8px;
	text-decoration: none;
	color: #FFF;
}

#menu .current_page_item a {
	background: #000;
	border-radius: 8px;
}

/* Page */

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0 0;
}

/* Content */

#content {
	float: right;
	width: 640px;
}

.post {
	margin-bottom: 15px;
	padding: 20px 20px 0 20px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #fbf5e8;
}

.post2 {
	margin-bottom: 15px;
	padding: 20px 40px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #fbf5e8;
}


.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 0px 0 0 0px;
	font-size: 32px;
}

.post2 .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 0px 0 0 0px;
	font-size: 32px;
}


.post .title a {
	border: none;
	color: #3D2729;
}

.post2 .title a {
	border: none;
	color: #3D2729;
}


.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 00px 0px;
	padding-bottom: 2px;
	text-align: justify;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button
{
	padding: 10px 25px;
	background: #cb0f13;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.button2
{
	padding: 10px 10px;
	background: #cb0f13;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 32px 20px 0px 20px;
	/*color: #787878;*/
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #fbf5e8;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #fbf5e8;
	border-top: 5px solid #E7DFD7;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

#banner {
	width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}
/*span{color:#cb0f13;}*/

.pic ul{margin:0px; padding:0px;}
.pic ul li{float:left; list-style:none;}
.pic ul li img{margin:2px 4px;}




* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  
  bottom: 100px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px 5px;
  border-radius: 4px;
  font-size: 1px;
}

#myBtn:hover {
  background-color: #fff;
}

/*collapsible*/

.collapsible {
  
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  margin: 10px;
  width: 45%;
  border: 2px solid red;
  border-radius: 25px;
  outline: none;
  font-size: 15px;
  display: inline-block;
  background-color: #e21d24;
  border: none;
  text-align: center;
  font-size: 18px;
  
  transition: all 0.5s;
  cursor: pointer;
  
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 0;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.collapsible span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.collapsible:hover span {
  padding-right: 25px;
}

.collapsible:hover span:after {
  opacity: 1;
  right: 0;
}