/***************************************************************

* Reset *

****************************************************************/
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.sr-fb-lm
{
	left:4px !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, blockquote, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 0;
}
* {
noFocusLine: expression(this.hideFocus=true);
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
*zoom: 1;
}
 audio:not([controls]) {
display: none;
height: 0;
}
figure {
	margin: 0;
	padding: 0;
}
figure figcaption {
	text-align: center;
}
 svg:not(:root) {
overflow: hidden;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
address {
	font-style:normal;
}
font {
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
}
blink {
	text-decoration: none;
}
nobr {
	white-space: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
sub, sup {
	font-size: smaller;
	line-height: 0;
	position: relative;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
iframe, object, embed, video {
	max-width:100%;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline;
	list-style: none;
}
aside nav ul li {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
}
p {
	-moz-osx-font-smoothing: grayscale;
	word-break: normal;
}
 @media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/***************************************************************

* Global Styles *

****************************************************************/



html {
	height:100%;
	font-size:100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	font-size: 13px/1.76em;
	font-family: 'source_sans_proregular' !important;
	font-weight:normal;
	margin:0;
	padding:0;
	webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}
/* Align */

.left, .float_left, .float-left {
	float:left;
}
.right, .float_right, .float-right {
	float:right;
}
.center, .text-center, .align_center, .alignCenter {
	text-align: center !important;
}
.justify, .text-justify {
	text-align: justify !important;
}
.text-left, .align_left, .alignLeft {
	text-align: left !important;
}
.text-right, .align_right, .alignRight {
	text-align: right !important;
}
/*Clear*/

.clear, .clearfix, .clearall {
	clear:both;
}
.clear:before, .clear:after, .clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clear:after, .clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
/* Text style */

.bold, b, strong {
	font-weight:bold
}
.italic, dfn, em, var {
	font-style:italic
}
.underline {
	text-decoration:underline;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* Font Family */

.arial-websafe {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.georgia-websafe {
	font-family:"Georgia", "Times New Roman", Times, serif;
}
.verdana-websafe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helvetica-websafe {
	font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.lucida-sans-websafe {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
.helvetica-neue-websafe {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
/* Border */

.border {
	border:1px solid rgba(0, 0, 0, .1);
}
.noborder {
	border:none
}
.light-rounded {
	border-radius: 3px;
}
.heavy-rounded {
	border-radius: 8px;
}
.full-rounded {
	border-radius: 50%;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
}
/* Width-Height */

.width100 {
	width: 100%;
}
.width75 {
	width: 75%;
}
.width50 {
	width: 50%;
}
.width25 {
	width: 25%;
}
.widthAuto {
	width:auto;
}
.height100 {
	height:100%;
}
.noheight, .height0 {
	height:0;
}
/*Margin*/

.top50 {
	top:50%;
}
.left50 {
	left:50%;
}
.right50 {
	right:50%;
}
.bottom50 {
	bottom:50%;
}
.nomargin, .margin0 {
	margin:0;
}
/* Opacity */

.opacity100 {
	opacity: 1;
}
.opacity75 {
	opacity: 0.75;
	zoom: 1;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
}
.opacity50 {
	opacity: 0.5;
	zoom: 1;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.opacity25 {
	opacity: 0.25;
	zoom: 1;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
}
.opacity0 {
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}
/* Link */

a {
	text-decoration: none;
	transition: all 0.3s ease-out;
	max-width:100%;
}
a:hover {
	text-decoration: underline;
}
.inline-link, .inline_link, .inlineLink {
	display: inline-block;
	margin: 0 0.2em;
	padding: 3px;
	background: #97CAF2;
	border-radius: 2px;
	transition: all 0.3s ease-out;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.skin_color a, .skin_color1 a, .skin_color2 a {
	text-decoration: none;
}
/*List style */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
	margin-left: 7px;
}
ol {
	list-style: decimal;
	margin-left: 20px;
}
ol, ul.square, ul.circle, ul.disc {
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside none;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
dl {
	margin-bottom: 20px;
}
dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: left;
	font-weight: bold;
}
dt:after {
	content: "";
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.1em 0;
}
/* Image */

img, img a, a img, :link img, :visited img {
	max-width:100%;
	width:auto;
	height:auto;
	display: inline-block;
	vertical-align: middle;
	image-rendering: optimizeQuality;
}
.image_left, .alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
.image_right, .alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.image_border {
	border:1px solid #ececec;
	padding:4px;
	border-radius: 3px;
}
.image-overlay {
	position: absolute;
	background: #fff;
	z-index: 500;
	height:100%;
	width:100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
.image_lightbox {
	position: relative;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
}
.img_overlay {
	background:rgba(0, 0, 0, 0.5);
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 9999;
	display: block;
	opacity: 0;
	border-radius: 3px;
	overflow: hidden;
}
.image_lightbox:hover .img_overlay {
	opacity:1;
}
.image_lightbox img {
	display: inline-block;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
}
.image_lightbox a {
	width:50px;
	height:50px;
	color:#fff;
	border:2px solid rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	left:50%;
	top:50%;
	position: absolute;
	margin-top:-25px;
	margin-left: -25px;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
.image_lightbox a:hover {
	background: rgba(0, 0, 0, 0.3);
	color:#fff;
}
/* Table */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}
 table tr:nth-child(even) {
background: rgba(0, 0, 0, 0.05);
}
td, td img {
	vertical-align:top;
}
table caption {
	padding: 0 0 20px 0;
	width: auto;
	font-size: 18px;
	font-weight: bold;
}
th {
	font-weight:bold;
	text-align: left;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
	border-color:#e1e1e1;
}
tr th:first-child, tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}
tr:first-child th, tr:first-child td {
	border-top-style: solid;
	border-top-width: 1px;
}
td {
	font-size: 13px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
	border-color:#e1e1e1;
}
/* Show-Hide */

.nobackground {
	background:none;
}
.hidden, .hide, .none, .swm_hide {
	display: none !important;
}
.visible, .show, .block {
	display:block;
}
.in-block, .inblock {
	display: inline-block;
*display: inline;
	zoom: 1;
}
.hide-text {
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	height: 100%;
	width: 100%;
}
/* Children */ 

.first {
	margin-left: 0;
}
.last {
	margin-right: 0;
}
/* Quote */

q:before {
	content: "\201c";
}
q:after {
	content: "\201d";
}
q q:before {
	content: "\2018";
}
q q:after {
	content: "\2019";
}
/* Blockquote */

blockquote {
	display: block;
	border-left:6px solid #b93a41;
	color:#888;
	font-size: 14px;
	text-align: left;
	margin:20px 0;
	position: relative;
	padding:0 0 0 15px;
}
blockquote i {
	color:#e1e1e1;
	font-size: 30px;
	position: absolute;
	margin:0 0 0 -42px;
}
/* Success - Error  */ 

.error, .invalid {
	color: #ff0000;
}
.success, .valid {
	color: #00ff00;
}
/* Transitions */

.smooth {
-o-transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.swm_breadcrumbs span,  .swm_blog_post .swm_post_format,  .swm_blog_post,  .swm_blog_post .swm_post_meta ul,  .swm_portfolio_box .swm_portfolio_img_overlay, .swm_portfolio_box .swm_portfolio_img_hovericon,  .swm_portfolio_box .swm_portfolio_text,  .swm_portfolio_box .swm_portfolio_text span.subtexts,  .icon_url a i.fa-link,  .swm-woo-sort-order ul.order a i,  .crossfade-images .rating_container,  .standard-featured-image .rating_container,  .product-images .crossfade-images img,  .swm-product-price-cart a,  .swm_woo_next_prev span a:before,  .woocommerce-breadcrumb span a,  .swm-featured-product-block.p_category a h3,  .swm-featured-product-block.p_category a h3 mark,  input[type="text"], input[type=submit], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea,  td.actions .coupon .input-text,  .swm-tribe-event-list-meta ul li:before, .swm-tribe-event-list-meta ul li a.tribe-events-gmap:before,  .pagination_menu a span,  .img_overlay,  .swm_slider_box .flex-direction-nav a,  ul.top_nav > li,  .sidebar ul li:before,  .swm_event_box .swm_evt_date,  .swm_event_box .swm_evt_date_year,  .swm_event_box .swm_evt_date_day,  .swm_blog_post h2, .swm_blog_grid h2,  .swm_blog_post .swm_post_title h1 a, .swm_blog_post .swm_post_title h1,  .swm_blog_post .swm_post_title, .swm_blog_grid .swm_post_title,  .swm_blog_post .swm_pf_ic, .swm_blog_grid .swm_pf_ic,  .swm_sermons_item .swm_sermons_date {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-property: 	all;
	-webkit-transition-property:all;
	-o-transition-property: 	all;
	transition-property: 		all;
}
/* Gradient - Shadows */

.gradient-light-linear {
	background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
}
.gradient-dark-linear {
	background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
}
.swm_dark_gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
}
.swm_box_shadow, #lang_sel_footer {
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.15);
}
pre {
	clear:both;
	width:100%;
	border:1px solid #e1e1e1;
	overflow:auto;
	padding:2em;
	line-height: 2em;
	font-size: 12px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	-webkit-background-size: 100% 4em;
	-moz-background-size: 100% 4em;
	background-size: 100% 4em;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	margin-bottom: 20px;
	position: relative;
	left:0;
	text-transform: none;
}
code, kbd, samp {
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/*border arrow*/



.swm-arrow-up {
	position: relative;
	display: block;
}
.swm-arrow-up span {
	border-style: dashed;
	border-color: transparent;
	border-width: 9px;
	display: -moz-inline-box;
	display: inline-block;
	height: 0;
	position: absolute;
	width: 0;
	border-bottom: 9px solid #fff;
	bottom: 0;
	left:50%;
	margin-left: -9px;
}
/* Isotope */

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity, border-color, box-shadow;
	-moz-transition-property: -moz-transform, opacity, border-color, box-shadow;
	-o-transition-property: top, left, opacity, border-color, box-shadow;
	transition-property: transform, opacity, border-color, box-shadow;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.swm_blog_grid.isotope-item, .swm_blog_grid .isotope {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
p {
	margin: 0 0 0.85em 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin-top:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5em;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	margin-bottom: 15px;
}
h6 {
	font-size: 14px;
	margin-bottom: 15px;
}
/*Hide google map direction box on left top side*/



.gm-style .place-card-large {
	display:none;
	left:-2000px;
}
/***************************************************************

* Form Elements *

****************************************************************/



.clickable, label, input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	margin: 0;
	webkit-font-smoothing: antialiased;
}
button {
	overflow: visible;
	width: auto;
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input, textarea {
	font: 12px/20px;
	font:inherit;
	resize:none;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	height: auto;
	min-height: 100px;
	width: 100%;
	max-width: 100%;
	-webkit-appearance: none;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
:focus {
	outline: 0;
}
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"],  input[type="search"], textarea, select {
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	outline: none;
	border-radius: 0;
	color: #777;
	padding: 7px;
	margin: 0 0 20px 0;
	width: 200px;
	max-width: 100%;
	display: block;
	background: #fff;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	color: #555;
}
textarea {
	min-height: 80px;
	line-height:1.5em;
	width:100%;
}
label {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
legend {
	display: block;
	font-weight: normal;
	font-size: 15px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
select {
	background:#fff url(../images/select.png) no-repeat center right;
}
.select option {
	padding: 0;
	margin: 0;
}
