/*
Theme Name: EMF Wordpress Starter Theme
Theme URI: www.emf-websolutions.com
Description: WordPress theme starter pack for faster design and development.
Author: EMF Web Solutions
Author URI: http://emf-websolutions.com
Version: 1
Tags: 

This theme is property of ******** and is not available for public use.
 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}
body
{
	margin: 0;
	height: 100%;
	background: #fffff3;
}
body, input, textarea
{
	color: #222;    
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
	font-size: 14px;
}
.coming_soon {
	text-align: center;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	clear: both;
	font-family: 'Oswald', sans-serif;
}

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6  {font-size: 14px;}

#wrapper {
 min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-top: 50px;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{

	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}

#container a {
  color:#990000; 
  -o-transition:color .2s ease-out, background .8s ease-in;
  -ms-transition:color .2s ease-out, background .8s ease-in;
  -moz-transition:color .2s ease-out, background .8s ease-in;
  -webkit-transition:color .2s ease-out, background .8s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;
}
#container a:hover { 

}
a:visited
{
	color: #fff;
}
nav.navbar  {
	
}
.btn-danger {
	background: #521d27;
	color: #fff !important;
}
.center {
	text-align: center;
}
.center_img {
	margin: 0 auto;
}
.has-text-align-center {
	text-align: center;
}
.aligncenter {
	text-align: center;
}
/*** PAGE LAYOUT ***/
#contact_bar {
	color: #000;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.top_bar {
	width: 100%; 
	background: #521d27;
	font-size: 18px;
}
.logo {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.logo img {
	margin: 0 auto;
	max-width: 150px;
}
.top_contact {
	margin-right: 15px;
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	float: right;
	margin-top: 35px;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}
.top_contact a:link, .top_contact a:visited {
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}
.top_contact .fa {
	font-size: 1.3em;
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}
.big_header {
	font-size: 4em;
	margin-bottom: 45px;
}
.big_icon {
	margin-bottom: 45px;
}
.right {
	text-align: right;
}
/* Styles that affect the entire layout of the page */

div#content
{
	margin-top: 23px;
}
.moretag {
	background: blue;
}
.shrine_red {
	color: #521d27;
	font-weight: 800;
}
/*** HEADER : MENU ***/
.caret {
	margin-top: 0 !important;
}

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar-default {
	background: transparent;
}
.navbar-collapse.collapse {
	display: flex !important;
}
.navbar-nav {
	margin: 0 auto;
}
.navbar-default .navbar-brand:hover {
	
}
.navbar-default .navbar-nav>li>a { 
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover { 
	color: #bfbfbf;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-header {
	display: none;
}
/**dropdown styles**/
.dropdown-menu li a:link {
	
}
.dropdown-menu li a:hover {
	
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { 
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #521d27;
	color: #fff !important;
}

/*** HEADER : OTHER ***/
.contact_us_top, .contact_us_top a:link, .contact_us_top a:hover {
	color: #fff;
	margin-top: 10px;
	
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	
}
.navbar-default .navbar-nav>.dropdown:hover>a .caret {
	
}
.dropdown:hover .dropdown-menu {

 }
 #carousel-example-generic {
	 max-width: 100%;
	 padding: 0;
 }
.carousel img {
	margin: 0 auto;
}
/*** CONTENT : POSTS AND PAGES ***/
#home_page {
	background: #521d27;
	color: #fff;
	padding: 15px;
	margin-top: 50px;
}
#home_page ul {
	list-style: none;
	padding-inline-start: 0px;
	text-align: center;
}
#home_page li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
}
#home_page a {
	color: #fff;
}
#home_event {
	height: 485px;
	background: #fff;
	padding-top: 50px;
	margin-bottom: -29px;
}
#home_event h2 {
	text-align: center;
	font-weight: 800;
	margin-bottom: 25px;
}
#home_event p {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}
#home_event img {
	margin: 0 auto;
}
.btn-danger {
	background: #521d27;
	color: #fff;
	border: 0px;
}
.page_title {
	margin-top: 25px;
	border-bottom: 1px solid #521d27;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
}
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact form {
	max-width: 560px;
	margin: 0 auto;
}
#contact h3 {
	color: #521d27;
	font-weight: 800;
}
#contact .btnClickHere {
	background: #521d27;
	color: #fff;
}
#contact .btnClickHere:hover {
	background: #94384a;
	color: #fff;
}
/*Divan Page*/
#divan {
	margin-top: 25px;
}
.divan_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.divan_person {
	background: #fff;
	text-align: center;
	width: 250px;
	border: 1px solid #d0d0d0;
    padding: 0 0 15px 0px;
	margin-bottom: 15px;
}
.center_person {
	margin: 0 auto;
	margin-bottom: 15px;
}
#divan h3 {
	font-size: 18px;
    color: #521d27;
    font-weight: 700;
}
.divan_name {
	font-weight: 600;
}
.divan_email {
	color: #ff0000;
}
/*End Divan Page*/
/*Staff Page*/
#staff {
	max-width: 810px;
    margin: 0 auto;
}
.contact_numbers {
	text-align: center;
	padding: 10px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 25px;
}
.staff_person {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-center;
	border: 1px solid #d0d0d0;
	padding: 10px;
	background: #fff;
}
.staff_person:nth-child(odd) {
	background: #fbfbfb;
}
.staff_name {
	width: 250px;
}
.staff_pos {
	text-align: left;
	width: 280px;
}
.staff_ext {
	width: 250px;
	text-align: center;
}
.color_bold {
	color: #521d27;
	font-weight: 800;
}
/*End Staff Page*/
/*Forms Page*/
#forms ul {
	list-style: none;
	    padding-inline-start: 0px;
}
#forms {
	text-align: center;
}
/*End Form Page*/
.white_back {
	background: #fff;
	padding: 15px;
}
/* Entry and Page Titles */
h1.entry-title
{
	display: inline;
	position: relative;
	top: 25px;
}

h2.entry-title 
{
	
}
h2.entry-title a
{
	color: #428BCA;
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.tooltip > .tooltip-inner {
	background-color: #000;
	border: 1px solid #000;
}
.col-post .post {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.share_index {	
	text-align: center;
	width: 100%;
	position: relative;
}
.share_index ul li {
	list-style-type: none;
	display: inline;
	font-size: 1.5em;
	padding: 0 5px;
}
.share_index ul li a:link, .share_index ul li a:visited {
	color: #990000 !important;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;

}
.share_index ul li a:hover {
	color: #000 !important;
}
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}
.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.dark {
	background: url(img/hover_dark_bkg.png) !important;
	font-size: .9em;
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 94.5%;
	display: none;
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */

}
.featured_image {max-height: 300px;}
.dark a:link, .entry-meta .dark a:visited {color: #fff !important;}
.dark .avatar {
	  margin: 5px 0 0 -10px;
}
.avatar {
	display: block;
	height: auto;
	max-width: 100%;	
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
	color: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
	min-height: 150px;
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
	padding: 5px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
	font-weight: normal;
	font-size: .8em;
}


.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
	min-height: 150px;
}
.comment-reply-link .btn .btn-primary .btn-sm {
	width: 50px !important;
	margin: 0 auto !important;
}
.comment-reply-link a:link
{
	/* Style for the "Reply" link on a comment */
	color: #fff !important;
}

.comment_author {
	font-size: .9em;
	font-style: italic;
	float: left;
	margin-top: 10px;
}
.clear.spacing {
	height: 15px;
}
.comments-links {
	background: url(img/comments_badge.png) no-repeat;
	padding: 15px 30px 20px 25px;
	color: #fff;
	position: relative; 
	right: -5px;
}

.comment-meta
{
	/* Style for metadata for a comment */
	float: right;
	font-size: .8em;
	font-style: italic;
	margin-top: 10px;
}

#comments-list ol li {
	list-style-type: none;
}
#comments-list .fa-quote-left {float: left; padding-right: 5px;}
#comments-list .fa-quote-right {float: left; padding-left: 5px;}
.bubble {
	position: relative;
	width: 100%;
	height: auto;
	padding: 4px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	float: right;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #000;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 15px;
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	font-size: .8em;	
	margin-top: 45px;
}
div#secondary
{
	/* Secondary Widget Area DIV */
	background: #fff;
	border: 1px solid #eee;
	padding: 5px;
	margin-top: 45px;
	font-size: .8em;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
}
div#primary ul li, div#primary ul {
	padding: 0;
	margin: 0;
	font-size: .98em;
	padding: 0 5px;
}
div#primary ul a, div#primary ul a:visited {
	color: #333;
	text-decoration: none;
}
div#primary ul a:hover {
	color: #990000;
}
#container h3.widget-title i {
	margin-right: 5px;
}
.meta-prep .meta-prep-author {
	margin-left: -50px;
}
	
#container h3.widget-title {
	text-align: center;
	color: #521d27;
	font-weight: 800;
}
#menu-ashac {
	text-align: center;
	padding-inline-start: 0px;
}
.ashac_margin {
	height: 186px;
}
.hireUsBtn i {
	left: -20%;
	position: relative;
	opacity: 0;
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.xoxo li {
	list-style-type: none;
	line-height: 30px;
}

.author_info .author, .author_info .author a:link{
	font-size: .9em;
	margin-bottom: -8px;
	color: #000 !important;
}

/*** FOOTER ***/
footer
{
	height: auto;
	border-top: 1px solid #fff;
	background: #565656;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
}
footer a:hover, footer a:link {
	color: #fff;
	-o-transition:color .2s ease-out, background .8s ease-in;
	-ms-transition:color .2s ease-out, background .8s ease-in;
	-moz-transition:color .2s ease-out, background .8s ease-in;
	-webkit-transition:color .2s ease-out, background .8s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
	text-decoration: none;
}
.widget_recent_entries li i {
	opacity: 0;
	display: none;
	padding-right: 5px;
}
footer a:hover {
	color: #521d27;
}
footer h3 .widget-title { 
	font-size: 1em;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
#footer-sidebar1 {
	padding-top: 15px;
}
/* custom styles */
#googleMap {
	width: 100%;
	height: 380px
}
#map {
	padding: 5px;
	background: #70001A;
	width: 100%;
	height: 390px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.beside_map {
	color: #fff;
}
.btn.btn-primary {
	background: #70001a;
	border: 2px solid #cc0000;
}
.btn.btn-primary:hover {
	background: #cc0000;
	border: 2px solid #990000;	
}
.copyright {
	font-size: 16px; 
	font-style: italic; 
	color: #000;
	text-align: center;
}
.copyright a {
	color: #000;
}
.copyright a:hover {
	color: #949494;
	text-decoration: none;
}
.featured_meta {
 	height: 5px; 
    width: 100%;
 }

.text_right {text-align: right;}
.top_bar .fa {font-size: 1.4em;}
.clear {clear: both;}
.col-post .post {
	margin-bottom: 30px;
	min-height: 600px;
}
#slider_bkg {
	background: url('img/numbers.jpg');
	height: 450px;
	width: 100%;
}
.contact_info {
	float: right;
	width: 80%;
	position: relative;
	top: 5px;
}
/***** Social / Social Tent Styles **/
#social {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 1012;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}

ul.social {
	float: right;
}
ul.social li {
	list-style-type: none;
	float: left;
	padding: 2px 8px 0px 0px;
	font-size: 1.2em;
	margin-top: 30px;
}
ul.social li a:link, ul.social li a:visited {
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}
ul.social li a:hover {
	color: #fff;
	
}
.watch-action {
	position: relative;
	top: -35px;
}
.post_page .entry-date {
	position: relative;
	top: -17px;
	left: -20px;
	z-index: -2;
	padding: 1px 18px 1px 25px;
	font-size: .8em;
	color: #fff;
	border: 1px solid #fff;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}
.bottom_shadow {
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
}
.top_contact a:link {
	color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	text-decoration: none;
}
.top_contact:hover, .top_contact a:hover {
	color: #fff !important;
}
.author_info {
	margin-top: 10px;
	text-align: center;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.author_info .avatar-default {
	width: 50px;
	margin-left: 7%;
}
.spacing15 {
	height: 15px;
	width: 100%;
}

.required {
	color: #70001A;
}
.form-submit {
	margin-left: 15px;
}
.form-textarea textarea {
	height: 150px;
}
.addComment {
	width: 78%;
	float: right;
	margin-bottom: 40px;
}
/******You tube videos **/
.video-wrapper {
	padding: 5px !important;
	-webkit-border-radius: 4px !important;
    border-radius: 4px !important;
	background: #70001A !important;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.small_logo {
	display: none;
}
a.btn.btn-primary {
	color: #fff !important;
}
.img-effect {
	background: #fff;
	border: 1px solid #eee;
	padding: 5px;
	font-size: .8em;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
  	margin: 5px;
}
#famous h2 {
	color: #521d27;
	font-weight: 900;
}
#famous p {
	
}
#famous .row:nth-child(even) {
	background: #efefef;
}
#past_pot table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}
#past_pot th, td {
	text-align: left;
	padding: 8px;
}
#past_pot tr:nth-child(even) {
	background: #efefef;
}
#past_pot td:nth-child(2), #past_pot td:nth-child(4), #past_pot td:nth-child(6) {
	border-right: 1px solid #ccc;
}
#Links_Sort li {
	list-style: none;
	text-align: center;
}
#Links_Sort .links_head {
	font-weight: 800;
	margin-top: 10px;
}
@media all and  (max-width: 1200px) {

}
@media all and  (max-width: 1180px) {
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		
	}
}
@media all and  (max-width: 991px) {
	.navbar .container {
		
	}
	.email {
		display: none;
	}
	.big_header {
		font-size: 3.2em;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: .8em;
	}
}
@media all and  (max-width: 894px) {
	.navbar-nav	{
	
		font-size: 1em;
	}
	.top_contact{
		display: none;
	}
	.col-post .post {
	  	min-height: 10px;
	}
}

@media all and  (max-width: 767px) {
	.navbar-header button {
		margin-top: 35px;
		border-color: #fff;
		margin-left: 10px;
	}
	.navbar-header {
		display: block;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: .8em;
	}
	.logo {
	
	}
	.navbar_header button:hover {
		background: #990000;
	}
	.navbar-brand {
		float: right;
	}
	.top_bar {
		height: auto;
	}
	.add_bar, .add_bar .right {
		text-align: center;
	}
	 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	 }
	.navbar-collapse.collapse {
		display: block !important;
	}
	.navbar-nav	{
		margin-right: 0px !important;
	}
	.big_header {
		font-size: 2.5em;
	}
	.bubble {
		position: relative;
		width: 100%;
		height: auto;
		padding: 4px;
		background: #FFFFFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #000;
	}

	.bubble:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 15px 15px;
		border-color: #000 transparent;
		display: block;
		width: 0;
		z-index: 1;
		left: 25px;
		top: -15px;
	}
	.navbar-default .navbar-nav>li>a { 
		color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-default .navbar-nav>.dropdown>a .caret {
  		top: 13px;
	}
	#home_event {
		height: 600px;
	}
}
@media all and  (max-width: 559px) {
	.divan_person {
		width: 100%;
	}
}
@media all and  (max-width: 458px) {
  	body {
  		
  	}
	.big_logo {
		display: none;
	}
	.small_logo {
		display: block;
	}
	ul.social li {
		font-size: .8em;
	}
	.navbar-header a:link {
		font-size: .9em;
	}
	.big_header {
		font-size: 1.5em;
	}
	.caret {
		left: 80%;
	}	
	.logo {
		
	}
	h1 {
		
	}
	h2 {
		
	}
	div#content {
		margin-top: -50px;	
	}
	.dark {
		display: none !important;
	}
  	.btn {
		padding: 2px 4px;
	}
  	 a:link .btn {
		
  		font-weight: normal;
	}
	.share_index ul li {
		
	}
	.author_info {
		display: none;
	}
  	.post_page .entry-date  {
		left: 0;
	}
}