@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing: border-box;	
}
*:before, *:after {	
	box-sizing: border-box;	
}
:before, :after {	
	box-sizing: border-box;	
}
html {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:22px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;	 
	color:#666;
}
:focus {
	outline:none;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
ul, li, ol {
	list-style:none;
}
a {
	text-decoration:none;
	background-color: transparent;
	color:inherit;	
	-webkit-transition: all 0.6s ease-in-out;	   	     
	        transition: all 0.6s ease-in-out;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
a:active, a:hover {
  outline: 0;
}
a img, img {
	border:none;
	vertical-align:middle;	
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border:none;
	-webkit-transition: all 0.6s ease-in-out;	   	     
	        transition: all 0.6s ease-in-out;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
	-webkit-transition: all 0.6s ease-in-out;	   	    
	        transition: all 0.6s ease-in-out;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	box-sizing: border-box;	
}
input[type="search"], input[type="text"], input[type="email"], input[type="password"], textarea {
	padding:0 10px;
	border:1px solid #ccc;
	-webkit-appearance: textfield;
	box-sizing: border-box;	
}
textarea {
	padding:10px;
	resize:none;
	overflow: auto;	
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
input[type="search"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow:0 0 2px rgba(0,0,0,0.2);
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.relative {
	position:relative;
}

@-webkit-keyframes menuDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px);}
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@keyframes menuDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px);}
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
}
.menuDown { -webkit-animation-name: menuDown; animation-name: menuDown;}

@-webkit-keyframes menuRight {
  0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px);}
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes menuRight {
  0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);}
}
.menuRight { -webkit-animation-name: menuRight; animation-name: menuRight;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.menu-icon {
	display:none;
	border:1px solid #333300;	
	padding:9px 10px;
	background-color:transparent;
	-webkit-border-radius:4px;	   
	        border-radius:4px;
}
.menu-icon:hover { background-color:#333300;}
.menu-icon span {
	display:block;
	background-color:#333300;
	height:2px;
	width:22px;
	-webkit-border-radius:1px;
	   -moz-border-radius:1px;
	        border-radius:1px;
}
.menu-icon span + span { 
	margin-top:4px;
}
.clearfix {}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
}
.clearfix:after {
	clear:both;
}
.container {
	width:1280px;
	margin:0 auto;	
}
.container:before, .container:after {
	display:table;
	content:" ";
}
.container:after {
	clear:both;
}
em { color:#000; }

h1 .post-thumbnail { float: left; max-width: 80px; }
h1{ font-size:34px; line-height: 50px; color:#870b0d; margin:10px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h2{ font-size:30px; line-height: 36px; color:#870b0d; margin:10px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h3{ font-size:26px; line-height: 32px; color:#870b0d; margin:10px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h4{ font-size:24px; line-height: 30px; color:#870b0d; margin:10px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h5{ font-size:22px; line-height: 26px; color:#666; margin:10px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h6{ font-size:16px; line-height: 22px; color:#666; margin:5px 0px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

.header { width:100%; position:fixed; z-index:3; background:#fff; border-bottom:2px solid #a51c30; }
.header .left { width: 30%; float: left; padding:30px 0px 15px 0px; }
.header .left h1{ padding:0px; margin:0px; }
.header .left p{ padding:0px; margin:0px; }
.header .right { width: 70%; float: left; padding:30px 0px 15px 0px; } 

.header .header-top{ background:#F2F2F2; width:100%; float: right; text-align: right; padding:5px 0px; }

#nav { width: 100%; float: left; padding: 5px 0px; }
#nav ul { float:right; }
#nav > ul > li { position:relative; display:block; float:left; }
#nav > ul > li > a { display:block; position:relative; font-size:18px; padding:10px 20px; line-height:26px; color:#000; text-transform:uppercase; }
#nav > ul > li:hover > a { color:#870b0d;   }
#nav > ul > li.current_page_item > a { color:#870b0d; }

/*
#nav ul li.submenu > a:after { position:absolute; right:2px; top:50%; margin-top:-8px; width:14px; height:14px; background:url(../images/plus.png) no-repeat left center; content:" "; }

#nav ul li.submenu > a.open:after { position:absolute; right:2px; top:50%; margin-top:-8px; width:14px; height:14px; background:url(../images/minus.png) no-repeat left center; content:" "; }/*
	
/* Drop Down */
#nav ul li ul { display:none; width:225px; position:absolute; left:0; top:100%; z-index:999; background:#870b0d; }
#nav ul li ul li { display:block; position:relative; }
#nav ul li ul li a { color:#fff; display:block;  font-size:20px; line-height:26px; padding:5px 10px; }
#nav ul li ul li a:hover { background-color:#cccccc; color:#000; }
/* Drop Down */

.btn-contact a{ background:#666666; color:#fff !important; border-radius: 25px; }

.header.sticky .left{ padding:10px 0px; }
.header.sticky .left img{ max-width: 180px; }
.header.sticky .right{ padding:10px 0px; }
.header.sticky .header-top{ display:none; }
.header.sticky #nav{ padding: 5px 0; }

#middle_section{ position:relative; top:152px; }
/****** ******/
#banner_section{ position:relative;  }


#home_top{ float:left; width:100%; }
#home_top .content{ float:left; width:100%; padding:15px 0px; }
#home_top .content p{ margin:5px 0px; padding:5px 0px; font-size: 22px; line-height: 28px; font-weight: 300; } 
#home_top .content ul{  margin:10px 0px; padding:5px 0px;  }
#home_top .content ul li{ margin-left:15px; list-style:disc; }
#home_top .content a{ color: #666; text-decoration:underline; }
#home_top .content a:hover{ text-decoration:underline; }
#home_top .content h2{ width:100%; text-align:center; font-weight:700; padding:10px 0px; } 

#home_bottom{ float:left; width:100%; margin:20px 0px; }
#home_bottom .content{ float:left; width:100%; padding:15px 0px; }
#home_bottom .content p{ margin:5px 0px; padding:5px 0px; } 
#home_bottom .content ul{  margin:10px 0px; padding:5px 0px;  }
#home_bottom .content ul li{ margin-left:15px; list-style:disc; }
#home_bottom .content a{ color: #666; text-decoration:underline; }
#home_bottom .content a:hover{ text-decoration:underline; }
#home_bottom h3{ width:100%; text-align:center; }

#content { position: relative; float:left; width:100%; }
#content .content{ float:left; width:100%; padding:15px 0px; min-height:350px; }
#content .content p{ margin:5px 0px; padding:5px 0px; } 
#content .content ul{  margin:10px 0px; padding:5px 0px;  }
#content .content ul li{ margin-left:15px; list-style:disc; }
#content .content a{ color: #666; text-decoration:underline; }
#content .content a:hover{ text-decoration:underline; }

#content .content .left-sidebar { float:left; width:73%; padding:0px 20px 0px 0px; }
#content .content .left-sidebar p{ margin: 0px; padding: 10px 0px 5px 0px; }
#content .content .left-sidebar ul { margin:10px 0px 10px 10px; padding: 5px 0px 5px 0px;  } 
#content .content .left-sidebar ul li { list-style: disc; padding: 5px 0px 5px 0px; }
#content .content .left-sidebar a{ text-decoration:underline; color: #666; }
#content .content .left-sidebar a:hover{}
#content .content .left-sidebar strong{  }

#content .content .right-sidebar { float:left; width:27%; padding:0px 0px 0px 20px; }
#content .content .right-sidebar p{ padding: 5px 0px 5px 0px; }
#content .content .right-sidebar strong{  }
#content .content .right-sidebar ul { width:100%; margin:10px 0px 10px 15px; } 
#content .content .right-sidebar ul li { margin: 10px 0px; list-style: disc; }
#content .content .right-sidebar a{ text-decoration:none; color: #666; }
#content .content .right-sidebar a:hover{ text-decoration:underline; }


#footer{ width: 100%; float: left; position: relative; background:#fff; color:#666; border-top:5px solid #a51c30; }
#footer .content{ float:left; width:100%; padding:15px 0px; font-size:16px; line-height:22px; }

#footer .content .f-left{ width:33.33%; float:left; padding:2% 30px 15px 0px; }
#footer .content .f-center{ width:33.33%; float:left; padding:2% 30px 15px 30px; }
#footer .content .f-right{ width:33.33%; float:left; padding:2% 0px 15px 30px; }

#footer h4{ width:100%; float:left; color:#4c4c4c !important; font-weight: 900; }
#footer h4::after { height: 2px; display: block; width: 20%; background: #a51c30; content: ''; text-align: left; margin-top: 5px; }
#footer p{ padding:0px; }
#footer a{ color:#666; }
#footer a:hover{ text-decoration:underline; }
#footer .content li{ padding:2px 0px !important; }

#footer .copyrights{ width:100%; float: left; position: relative; text-align: left; color:#666; font-size: 14px; line-height: 20px; padding: 30px 0px 10px 0px; border-top:1px solid #999; }
#nav_menu-2{ padding-left: 12%; }

.social-media{ }
.social-media img{ width:24px; height:24px;  }

.btn{ padding:10px 20px; border-radius: 4px; font-size:14px; line-height:18px; background:#a51c30; color:#fff !important; display: inline-block; box-shadow: 0 4px 0 #64111d; text-decoration: none !important; }
.btn:hover{ background:#791523; }

.w-12{ float:left; width:100%; margin:15px 0px; padding:0px 10px; }
.w-11{ float:left; width:90%; margin:15px 0px; padding:0px 10px; }
.w-10{ float:left; width:80%; margin:15px 0px; padding:0px 10px; }
.w-9{ float:left; width:70%; margin:15px 0px; padding:0px 10px; }
.w-8{ float:left; width:60%; margin:15px 0px; padding:0px 10px; }
.w-7{ float:left; width:55%; margin:15px 0px; padding:0px 10px; }
.w-6{ float:left; width:50%; margin:15px 0px; padding:0px 10px; }
.w-5{ float:left; width:45%; margin:15px 0px; padding:0px 10px; }
.w-4{ float:left; width:40%; margin:15px 0px; padding:0px 10px; }
.w-3{ float:left; width:30%; margin:15px 0px; padding:0px 10px; }
.w-2{ float:left; width:20%; margin:15px 0px; padding:0px 10px; }
.w-1{ float:left; width:10%; margin:15px 0px; padding:0px 10px; }

.alignleft { float:left; margin: 0px 15px 15px 0px; padding:10px 10px 10px 0px; }
.alignright { float:right; margin: 0px 0px 15px 15px; padding:10px 0px 10px 10px; }
.alignnone { text-align:center; margin:15px; }
.aligncenter{ float:none; text-align:center; padding:10px;  }
hr{ float:left; width:100%; border:0px; border-top: 1px solid #eee; margin:15px 0px; }

input[type="search"], input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"] { width:100%; display:inline-block; border:1px solid #959595; height:35px; padding:5px 10px; margin-bottom:10px; color:#000; max-width:320px; margin-right:5px;  }
textarea{ height: 160px; width:100%; display:inline-block; border:1px solid #959595; padding:5px 10px; color:#000; margin-bottom:5px;  max-width:320px; }
input[type="file"]{ margin-bottom:10px; }
select{ border:1px solid #959595; height:35px; padding:5px 10px; margin-bottom:10px; color:#000;  max-width:320px; }
input[type="radio"], input[type="checkbox"] { line-height: normal; margin: 0; color:#000; }
.wpcf7-list-item-label { margin-right: 10px; }
.wpcf7-form-control.wpcf7-submit { float:left; padding:15px 25px; color:#fff; font-weight:bold; text-align:center; background:#870b0d; margin:10px 0px; border:1px solid #fff; }
.wpcf7-form-control.wpcf7-submit:hover { background:#3389e3; border:1px solid #000; }
.wpcf7-checkbox, .wpcf7-radio{ margin-bottom:10px; display:inline-block; }

span.wpcf7-list-item{ margin:0px !important; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{ float:left; }
div.wpcf7-response-output{ float:left; }

a.back-to-top {	display: none; width: 60px; height: 60px; text-indent: -9999px;	position: fixed; z-index: 999; right: 20px;	bottom: 20px; background:#870b0d url("../images/up-arrow.png") no-repeat center 43%; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }


.navigation.pagination { float: left; width: 100%; }
.type-post { border-bottom: 1px solid #eee; float: left; width: 100%; padding:2px 0px 2px 0px; }

.contact_form{ float:left; width:100%; max-width:400px; margin:20px 0px; }
.contact_form .left{ float:left; width:25%; }
.contact_form .right{ float:left; width:75%; }

#main-breadcrumbs{ position: relative; background-size: 297px 297px; background-repeat: repeat; background-image: url('../images/bright_squares.png');  }
#main-breadcrumbs .content{ padding:10px 0px; text-align:left; }
#main-breadcrumbs .content h1{ color:#3a3a3a !important; font-weight: 300 !important; }

#breadcrumbs{ float:left; width:100%; margin:0px !important; padding:0px !important; }
#breadcrumbs li{ display:inline-block; vertical-align:middle; margin:0px 5px !important; padding:0px !important; color:#000; text-transform: uppercase; font-size:14px !important; } 
#breadcrumbs .separator{ font-size:16px; font-weight:100; color:#000; text-transform: uppercase; }
#breadcrumbs > * a{ color:#000; }


/*#main-breadcrumbs .content:before{ height:4px; display:inline-block; width:10%; background:#870b0d; content:''; text-align:center; margin-top:10px; }*/

.listing-item{ float:left; width:23%; margin:1% !important; list-style: none !important; }
.listing-item img{ height: 180px; }
.listing-item a{ text-decoration: none !important; font-size:18px; line-height:24px; padding:5px 0px; }
.listing-item .date{ float:left; width:100%; padding:5px 0px; }

h2.entry-title{ padding:0px 0px 10px 0px; margin:0px !important; }

.entry-title a{ text-decoration: none !important; }
.read-more-link { float: left; width: 100%; padding: 2px 0px; text-align: right; }

.big-icon-file { background-image: url('../images/icon_file.png'); display: inline-block; width: 30px; height: 30px; margin-right: .3em; line-height: 30px; vertical-align: text-top; background-position: 0px 0px; background-repeat: no-repeat; background-size: 30px 30px; }
.entry-content { padding: 10px 0px 0px 0px; float: left; }
.post-date-type{ float: left; clear: both; margin-bottom: 10px; }

.post-date-type .post-type { line-height: 10px; width: 50px; text-align: center; background: #a51c30; float: left; color: #ffffff; font-size: 20px; padding: 10px 10px; }  
.post-date-type .date{ float: left; padding: 10px 15px; background: #0C0C0C; width: 104px; }
.post-date-type .day { line-height: 30px; float: left; text-align: center; font-size: 35px; color: #ffffff; width: 55%; font-family: Arial; font-weight:bold; }
.post-date-type .month, .post-date-type .year { text-align: right; line-height: 14px; color: #ffffff; font-size: 12px; float: left; width: 45%; font-family: Arial; font-weight:bold; }
.blog-cat{ float:left; width:100%!important; padding:6px 0px; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.blog-cat .cat-links a{ text-decoration: none !important; color:#999 !important; }


.nav-links { float: left; width: 100%; padding: 10px 0px; text-align: center; }
.nav-links .page-numbers{ padding:5px 15px; border:1px solid #eee; }
.nav-links .page-numbers.current{ border:none !important; }
.nav-links .page-numbers.dots{ border:none !important; }
.nav-links .page-numbers:hover{ border:1px solid #a51c30; background: #eee; }

.screen-reader-text { position: relative !important; clip-path: content-box !important; }
.author.vcard { padding-right: 8px; }
.posted-on { padding-right: 8px; }

.widget .screen-reader-text{ display:none; } 