/* CSS crunched with Crunch - http://crunchapp.net/
*/ /**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
**/ /* Modified by: DITS
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	padding: 0;
	border: 0;
	font-size: 100%;

	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
	background-color: #e9e8e6;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

/* Remove margins for navigation lists */
nav ul,nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

strong,th {
	font-weight: bold;
}

td {
	vertical-align: top;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

textarea {
	overflow: auto;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
	/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */


/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,input,select,textarea {
	margin: 0;
}

/*========================================================================*/
	/*   TABLE OF CONTENT
/*========================================================================*/
	/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUT
/*      06. BLOG SINGLE PAGE
/*      07. ABOUT US PAGE
/*      08. 404 PAGE
/*      09. FOOTER
/*      10. SIDEBAR & WIDGETS
/*      11. RESPONSIVE STYLING
/*
/*========================================================================*/
	/***********************************************************************************************/
	/* 01. GENERAL STYLING  */
	/***********************************************************************************************/
body {
	font: 14px/ 24px 'Verdana', sans-serif;
	color: #000;
	position: relative;
}

img {
	max-width: 100%;
}

a {
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover,a:focus {
	color: #0e2f54;
	text-decoration: underline;
}

blockquote {
	font: 'Roboto Slab', serif;
	color: #686868;
}

h1,h2,h3
h4,h6 {
	font: 'Roboto Slab', serif;
	color: #000;
	line-height: 28px;
	margin: 0 0 2px 0;
}

h3 {
	font: 'Roboto Slab', serif;
	color: #353e81;
	line-height: 36px;
	margin: 0 0 16px 0;
}

h1 {
	font-size: 36px;
	line-height: 40px;
	font: 'Roboto Slab', serif;
	font-weight: bold;
	color:black;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	background-color: trasparent font :   'Roboto Slab', serif;
}

h2+p {
	margin-top: 2px;
	font: 'Roboto Slab', serif;
}

h4 {
	font-size: 20px;
	font: 'Roboto Slab', serif;
	font-weight: bold;
	text-align: center;
	color: #353e81;
}

}
h4+p {
	margin-top: 12px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 18px;
}

*+p {
	margin-top: 12px;
}

p {
	line-height: 32px;
	margin: 0 0 12px;
	padding: 0;
	color: black;
}

ul,li {
	list-style-type: none;
}

input[type=text],input[type=password],input[type=submit],input[type=button],textarea
	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

input[type=text]:focus,input[type=password]:focus,input[type=submit]:focus,input[type=button]:focus,textarea:focus
	{
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#preloader {
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#preloader span {
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

#backTop {
	width: 16px;
	height: 16px;
	padding: 10px;
	border-radius: 4px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 999999999;
	display: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#backTop :hover {
	opacity: 1;
}

#backTop :after {
	position: absolute;
	content: '-';
	width: 16px;
	height: 16px;
	text-align: center;
	top: 0;
	left: 0;
	color: #FFF;
}

#backTop.custom {
	background: url(./uparr-48-b.png) no-repeat center center #00BFFF;
	border: 2px solid #d04d00;
}

.text-bold {
	font-weight: bold;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.alert,.progress,.pre {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-11 {
	margin-top: 11px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-11 {
	margin-bottom: 11px;
}

.padding-left-0 {
	padding-left: 0px;
}

.padding-right-0 {
	padding-right: 0px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-right-11 {
	padding-right: 11px;
}

.inline li {
	display: inline-block;
	margin-right: 24px;
}

.inline li:last-child {
	margin-right: 0;
}

.narrow-p {
	margin: 0 auto 1.5em;
	width: 30%;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.cb {
	clear: both;
}

.db {
	display: block;
}

.overflow-hidden {
	overflow: hidden;
}

span.border-light-dotted {
	border-bottom: 1px dotted #ff8137;
}

span.border-bold-dashed {
	border-bottom: 2px dashed #ff8137;
}

.jumbo-heading-orange {
	text-align: center;
	color: white;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
}

.jumbo-heading-orange a {
	text-align: center;
	color: #9fecff;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
}

.jumbo-heading-orange a:hover {
	text-align: center;
	color: white;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
}

.jumbo-heading-orange a:focus {
	text-align: center;
	color: white;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
}

.jumbo-headingtel {
	text-align: center;
	color: grey;
	font-style: normal;
	font-size: 16px;
}

.jumbo-headingtelsmall {
	text-align: center;
	color: grey;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
}

jumbo-heading-orangepeel {
	text-align: center;
	color: #9fecff;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 42px;
}

.jumbo-heading {
	text-align: center;
	color: #1a1a1a;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
}

.jumbo-heading .highlight {
	display: block;
	color: #ff8137;
	font-family: 'Lora', serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 24px;
}

.jumbo-sub-heading {
	text-align: center;
}

.jumbo-heading-2-container {
	text-align: left;
}

.jumbo-heading-2-container h3 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 32px;
}

.jumbo-heading-2-container h3 span {
	color: #ff8137;
}

.jumbo-heading-2-container h4 {
	font-size: 30px;
	line-height: 36px;
	color: #626262;
	margin-bottom: 32px;
}

.jumbo-heading-2-container p {
	margin-bottom: 32px;
}

.jumbo-heading-3-container {
	text-align: left;
}

.jumbo-heading-3-container h5 {
	font-size: 20px;
}

.jumbo-heading-3-container h5 span {
	font-size: 30px;
	color: #ff8137;
}

.jumbo-heading-3-container p {
	margin-bottom: 32px;
	font-style: italic;
}

.jumbo-heading-4-container {
	text-align: left;
	color: #ffffff;
}

.jumbo-heading-4-container h5 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 12px;
}

.jumbo-heading-4-container h5 span {
	font-size: 30px;
	color: #ff8137;
}

.jumbo-heading-4-container p {
	margin-bottom: 32px;
	font-style: italic;
}

.letter-heading {
	text-align: center;
}

.letter-heading h1 {
	color: #ff8137;
	font-size: 60px;
	line-height: 36px;
	position: relative;
	margin-bottom: 48px;
}

.letter-heading h1:after {
	position: absolute;
	content: '';
	display: inline-block;
	background: #797979;
	width: 160px;
	height: 3px;
	top: 66px;
	left: 50%;
	margin-bottom: 24px;
	margin-left: -78px;
}

blockquote {
	padding: 12px 26px 26px 42px;
	margin: 0 0 20px;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	background: #ffffff;
	position: relative;
	border: 1px solid #ebebeb;
	border-left: 4px solid #6b6b6b;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

blockquote:hover {
	border: 1px solid #c5c5c5;
	border-left: 4px solid #6b6b6b;
}

blockquote p {
	font-size: 14px;
	line-height: 24px;
}

blockquote:before {
	display: block;
	position: absolute;
	left: 12px;
	top: 14px;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #d6d6d6;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote.testimonial {
	background: #ffffff;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0;
}

cite {
	text-align: right;
	display: block;
}

cite:before {
	margin-right: 4px;
}

.bq-author {
	padding: 16px 0 0 110px;
	position: relative;
}

.bq-author:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 69px;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 0 solid transparent;
	border-top: 22px solid #dcdcdc;
	z-index: 2;
}

.bq-author:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 70px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #fff;
	z-index: 3;
}

.bq-author h6 {
	margin-bottom: 6px;
}

.bq-author .bq-author-info {
	font-size: 12px;
}

ol li {
	padding: 0;
	margin: 0 0 10px 25px;
	list-style-type: decimal;
}

.section-container {
	margin: 24px 0 0 0;
}

.section-header {
	margin: 0 0 62px 0;
	text-align: center;
	background: #e8e8e8;
}

.section-header .section-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.section-header .section-desc {
	text-transform: capitalize;
	color: #bfbfbf;
}

.topic-bold-header {
	margin-bottom: 24px;
}

.topic-bold-header h2,.topic-bold-header h3,.topic-bold-header h4 {
	margin: 0;
	text-transform: uppercase;
	position: relative;
	float: left;
	display: inline-block;
	font-size: 24px;
	color: #272727;
}

.topic-bold-header h2 {
	font-size: 24px;
	color: #272727;
}

.topic-bold-header h3 {
	color: #272727;
}

.accordion .panel {
	margin-bottom: 3px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.accordion .panel .panel-title a {
	display: block;
}

span.label {
	margin-right: 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}

#btn,.btn {
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

#btn :hover,.btn:hover {
	color: #000000;
}

.btn-custom {
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #ebebeb;
	background: #ff8137;
	color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 12px 14px;
}

.btn-custom:hover {
	border-color: #c5c5c5;
	color: #ff8137;
	background: #ffffff;
}

.btn-custom-inverse {
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #ebebeb;
	color: #ff8137;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 12px 14px;
}

.btn-custom-inverse:hover {
	background: #ff8137;
	color: #ffffff;
}

.btn-download-petition {
	font-weight: bold;
	padding: 14px 18px;
	background: #ffa16a;
	color: #ffffff;
}

.btn-download-petition:hover {
	color: #ffffff;
}

.btn-white-download-petition {
	font-weight: bold;
	padding: 14px 18px;
	background: #ffffff;
	color: #ff8137;
}

.btn-white-download-petition:hover {
	color: #ff8137;
}

.button {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	color: white;
	font-weight: bold;
	height: 3em;
	line-height: 1em;
	padding: 1em;
}

.small-button {
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	color: #000000;
	font-weight: bold;
	height: 0;
	line-height: 0;
	padding: 1em 1em;
	margin: 6px 0;
	width: 100%;
}

.text-highlighter {
	color: #1e3f4b;
	font-weight: bold;
}

.text-highlighter a {
	color: #1e3f4b;
	font-weight: bold;
	text-decoration: none;
}

.text-highlighter a:hover {
	color: #1e3f4b;
	font-weight: bold;
	text-decoration: none;
}

.text-highlighter a:focus {
	color: #1e3f4b;
	font-weight: bold;
	text-decoration: none;
}

.text-highlighter-white {
	color: #ffffff;
}

#comment_btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background: transparent;
	color: #686868;
	padding: 6px 12px;
}

#comment_btn :hover {
	border: 1px solid #ff8137;
	color: #ff8137;
	background: transparent;
}

#contact-form .p-errors label {
	color: lightcoral;
}

#contact-form .p-errors input[type="text"],#contact-form .p-errors input[type="email"],#contact-form .p-errors textarea
	{
	border-color: lightcoral;
}

.wp-caption {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0px;
	font-size: 12px;
	font-style: italic;
	line-height: 34px;
}

.sticky {
	margin-bottom: 21px;
	background: #FFFFFF;
}

/*------------------------------ Gallery Caption  ---------------------------------*/
	/*------------------------------ By Post Author ---------------------------------*/
	/***********************************************************************************************/
	/* 02. HEADER */
	/***********************************************************************************************/
.main-header {
	background: transparent;
}

.top-bar {
	background: #3b5998;
	line-height: 42px;
	color: #ffffff;
	font-size: 13px;
}

.top-bar i {
	color: #ffb895;
	margin-right: 5px;
	display: inline-block;
}

.top-phone-no {
	display: inline-block;
	color: white;
	margin-right: 12px;
}

.top-phone-no a {
	color: white;
}

.top-phone-no a:focus {
	color: white;
}

.top-phone-no a:hover {
	color: white;
}

.top-email-info {
	display: inline-block;
}

.top-donate-btn {
	border: 2px solid #ff8137 !important;
	font-weight: bold;
	background: transparent;
	color: #ffffff;
	margin-left: 24px;
	padding: 12px 32px !important;
	font-family: 'Roboto Slab', serif !important;
	font-weight: bold !important;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.top-donate-btn:hover {
	color: #ff8137;
	background: #ffffff;
}

.top-location-info {
	margin-right: 12px;
}

.sticky-wrapper {
	background: #6699CC;
}

.transparent-header {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.transparent-header .sticky-wrapper {
	background: transparent !important;
}

.logo {
	margin-top: 24px;
	margin-bottom: 0;
}

.logo2 {
	margin-top: 24px;
	margin-bottom: 0;
}

.header-container {
	border-bottom: 0px solid #eeeeee;
	padding-bottom: 12px;
	box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s 0.2s ease-out;
	-moz-transition: 0.2s 0.2s ease-out;
	-o-transition: 0.2s 0.2s ease-out;
	transition: 0.2s 0.2s ease-out;
}

/***********************************************************************************************/
	/* 03. MAIN NAVIGATION MENU */
	/***********************************************************************************************/
.main-menu-container {
	font-family: 'Source Sans Pro', sans-serif;
	background: transparent;
	/*also change bg color #main-menu .sf-menu ul li*/
	line-height: 24px;
	margin: 32px 0 0 0;
	font-size: 15px;
	font-weight: 400;
	float: right;
}

#main-menu .sf-menu {
	margin-bottom: 0px;
}

#main-menu .sf-menu ul li,#main-menu .sf-menu li {
	background: transparent;
	color: #ffffff;
}

#main-menu .sf-menu ul {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	min-width: 12em;
}

#main-menu .sf-menu a,#main-menu .sf-menu a:visited {
	color: black;
	border: 0px solid red;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-weight: 500;
}

#main-menu .sf-menu li:hover {
	outline: 0;
	color: black;
}

#main-menu .sf-menu li.sfHover #main-menu .sf-menu a:focus {
	outline: 0;
	color: #09f;
}

#main-menu .sf-menu a:active {
	outline: 0;
	color: #09f;
}

#main-menu .sf-menu a:hover {
	outline: 0;
	color: #003846;
}

.sf-arrows .sf-with-ul: :after {
	border-top-color: #545454;
	margin-top: -5px;
	/* IE8 fallback colour */
}

.sf-arrows>li>.sf-with-ul:focus :after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul:after
	{
	border-top-color: white;
	/* IE8 fallback colour */
}

#main-menu .sf-arrows li.current-menu-parent>a,#main-menu .sf-arrows li.current-menu-parent>a:hover,#main-menu .sf-arrows li.current-menu-parent>a:active
	{
	color: black;
}

#main-menu .sf-arrows>li>ul li {
	background: #5f5f5f;
}

#main-menu .sf-arrows>li>ul li a {
	color: #003846;
	background: #dbdbdb;
}

#main-menu .sf-arrows>li>ul li:hover {
	background: #2d3400;
	color: black;
}

select.main-menu-responsive {
	display: none;
}

select.main-menu-responsive option {
	padding: 3px 0;
	text-transform: capitalize;
}

.stuck {
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	z-index: 99;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	width: 100%;
	padding: 0px 90px;
	margin: 0 !important;
}

/***********************************************************************************************/
	/* 04. HOME PAGE */
	/***********************************************************************************************/
.section-content-block {
	padding: 30px 0 20px 0;
	background: #dfecf5;
	color: black;
}

section.home-page-big-banner-block {
	display: block;
	clear: both;
	padding: 250px 0 350px 0;
	position: relative;
	overflow: hidden;
}

section.home-page-big-banner-block:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	overflow: hidden;
	content: '';
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
}

section.home-page-big-banner-block h2 {
	text-align: center;
	font-size: 48px;
	padding: 20px 48px 0;
	line-height: 48px;
	color: #ffffff;
}

section.home-page-big-banner-block h2 span.heading-heighlighter {
	color: #ff8137;
	font-family: 'Lora', serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
}

section.home-page-big-banner-block p {
	color: #ffffff;
	display: block;
	margin-bottom: 32px;
}

.one-page-home-layout-1 {
	background: transparent;
	background-image: url('./home_banner_1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.one-page-home-layout-2 {
	background: transparent;
	background-image: url('./home_banner_2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.one-page-home-layout-3 {
	background: transparent;
	background-image: url('./home_banner_3.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.multi-petition-hero-block-layout-1 {
	background: transparent;
	background-image: url(../multi-banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	clear: both;
	padding: 250px 0;
	position: relative;
	overflow: hidden;
}

.multi-petition-hero-block-layout-1:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	overflow: hidden;
	content: '';
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
}

.multi-petition-hero-block-layout-1 h2 {
	text-align: center;
	font-size: 40px;
	padding: 0px 48px 0;
	line-height: 48px;
	color: #ffffff;
}

.multi-petition-hero-block-layout-1 h2 span.heading-heighlighter {
	color: #ff8137;
	font-family: 'Lora', serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	display: block;
	margin: 24px 0;
}

.multi-petition-hero-block-layout-1 p {
	color: #ffffff;
	display: block;
	margin-bottom: 32px;
}

.hero-block-texts {
	text-align: center;
}

.hero-block-texts span {
	display: block;
	color: #ff8137;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.pet_layout_1 .petition-content {
	border-color: #eee;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px;
}

.pet_layout_1 .petition-content .petition-header {
	padding: 12px;
}

.pet_layout_1 .petition-content .petition-content .petition-text {
	padding: 4px 12px;
}

.pet_layout_1 .petition-content .petition-footer {
	border-top: 1px solid #eee;
	margin-top: 24px;
	padding: 12px;
	text-align: center;
}

.pet_layout_1 .petition-content .petition-footer .btn {
	font-size: 16px;
}

.pet_layout_2 {
	margin-bottom: 32px !important;
	border: 1px solid #eeeeee;
	padding: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.pet_layout_2 h2 {
	font-size: 22px;
	margin-top: 0;
}

.pet_layout_2 h2 a {
	color: #2b2b2b;
}

.pet_layout_2 h2 a:hover {
	color: #ff8137;
}

.pet_layout_2 p {
	margin-top: 0;
	line-height: 24px;
}

.section-news-letter {
	overflow: hidden;
	background: #f9fafb;
}

.section-news-letter .news-letter-container h3 {
	font-size: 50px;
	line-height: 56px;
}

.section-news-letter .news-letter-container h5 {
	font-size: 20px;
	line-height: 26px;
}

.section-news-letter .news-letter-container .input-group {
	margin: 50px 0px;
}

.section-news-letter .news-letter-container .subscriber-email {
	border: 2px solid #ff8137;
	box-shadow: none;
	height: 50px;
}

.section-news-letter .news-letter-container .btn-signup {
	background: #ff8137;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 15px 32px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 0px;
}

.testimonial-block {
	background: #ff8137;
	padding: 42px;
}

.testimonial-block h4 {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
}

.testimonial-block p {
	color: #ffffff;
}

.section-how-to-help {
	overflow: hidden;
}

.section-how-to-help-2 .sign-how-to-help-heading-container {
	margin: 0 0 84px 0;
	text-align: right;
}

.section-how-to-help-2 .sign-how-to-help-heading-container h3 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 24px;
}

.section-how-to-help-2 .sign-how-to-help-heading-container h5 {
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0;
}

.section-how-to-help-2 .sign-how-to-help-heading-container h5 span {
	border-bottom: 2px dashed #ff8137;
}

.section-how-to-help-2 .sign-how-to-help-heading-container h5 span.highlight
	{
	border-bottom: 0px solid #ff8137;
	color: #ff8137;
}

.section-how-to-help-2 .sign-how-to-help-heading-container p {
	margin-top: 24px;
	font-size: 14px;
}

.row-how-to-help {
	margin: 64px 0;
}

.content-how-to-help {
	text-align: center;
	width: 100%;
	height: 220px;
	padding: 48px 0;
}

.content-how-to-help i {
	font-size: 72px;
	margin-bottom: 24px;
	color: #e6e6e6;
}

.help-box-highlight {
	border: 2px solid #ff8137;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.section-how-to-sign-it {
	overflow: hidden;
	background: url('./bg-geometry.png') repeat center center transparent;
}

.section-how-to-sign-it-2 {
	overflow: hidden;
	background: #f9fafb;
}

.section-how-to-sign-it-2 .about-2-container h4 {
	color: #ff8137;
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 36px;
}

.section-how-to-sign-it-2 .about-2-container h3 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 24px;
}

.section-how-to-sign-it-2 .about-2-container p {
	margin-bottom: 24px;
}

.section-how-to-sign-it-3 {
	overflow: hidden;
	background: #f9fafb;
}

.section-how-to-sign-it-3 .about-3-container h4 {
	color: #ff8137;
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 36px;
}

.section-how-to-sign-it-3 .about-3-container h3 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 24px;
}

.section-how-to-sign-it-3 .about-3-container p {
	margin-bottom: 24px;
}

.how-to-sign-info-block {
	position: relative;
}

.how-to-sign-info-block img {
	max-width: 100%;
}

.how-to-sign-info-block .how-to-sign-info-wrapper {
	text-align: center;
	position: absolute;
	width: 480px;
	background: #f9fafb;
	padding: 24px 48px;
	left: 0;
	bottom: -64px;
	margin-left: 40px;
}

.how-to-sign-info-block .how-to-sign-info-wrapper h2 {
	color: #ff8137;
}

.section-where-we-send .heading-where-we-send em {
	font-size: 15px;
	font-style: italic;
	color: #ff8137;
	margin-bottom: 12px;
	display: block;
}

.section-where-we-send .heading-where-we-send h4 {
	font-size: 30px;
	line-height: 36px;
}

.person-name {
	background: #f9fafb;
	border: 1px solid #eeeeee;
	margin-left: 15px !important;
	min-height: 100px;
	padding: 15px !important;
	margin-left: 15px;
}

.person-name .submit-order {
	font-size: 50px;
	line-height: 55px;
	color: #dedede;
}

.person-name .submit-preson-name {
	font-size: 20px;
}

.person-name .submit-person-desg {
	color: #ff8137;
}

.letter-submit-carousel-inner {
	padding: 0px;
}

.letter-submit-carousel-inner .person-name {
	margin-left: 2px !important;
	margin-right: 3px !important;
	min-height: 100px;
	padding: 12px !important;
}

.letter-submit-carousel-inner .submit-preson-name {
	margin-bottom: 12px;
}

.letter-submit-carousel-inner .submit-person-desg {
	color: #5e5e5e;
	font-weight: bold;
}

.section-where-we-send-2 {
	background: transparent;
	background-image: url('../home_banner_2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.section-where-we-send-2 .heading-where-we-send em {
	font-size: 18px;
	font-style: italic;
	color: #ff8137;
	margin-bottom: 12px;
	display: block;
	font-family: 'Lora', serif;
	font-weight: 400;
}

.section-where-we-send-2 .heading-where-we-send h4 {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
}

.section-where-we-send-2 .person-name {
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin-left: 15px !important;
	min-height: 100px;
	padding: 15px !important;
	margin-left: 15px;
}

.section-where-we-send-2 .person-name .submit-order {
	font-size: 50px;
	line-height: 55px;
	color: #dedede;
}

.section-where-we-send-2 .person-name .submit-preson-name {
	font-size: 20px;
}

.section-where-we-send-2 .person-name .submit-person-desg {
	color: #ff8137;
}

.section-letter-block {
	background: #f9fafb;
}

.section-letter-block-2 {
	background: #ffffff;
}

.letter-content {
	margin-top: 32px;
	font-family: 'Lora', serif;
}

.letter-content p {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
}

.letter-content p span {
	border-bottom: 1px solid #e6e6e6;
}

.petition-form-wrapper {
	background-color: #e4e4e4;
	border: 5px solid #fafafa;
	margin: 0;
	padding: 32px 32px 0;
}

.petition-form-wrapper .petition-form-heading-container h5 {
	font-size: 22px;
	margin: 11px 0;
	padding: 0;
}

.petition-form-wrapper .petition-form-heading-container h5 span {
	font-size: 26px;
	color: #ff8137;
	text-transform: uppercase;
}

.petition-form-wrapper .petition-form-heading-container p {
	font-style: italic;
	margin-bottom: 24px;
	color: #919191;
}

.petition_form .row {
	margin-bottom: 24px;
}

.petition_form textarea {
	height: 180px;
}

.petition_form select {
	border: 1px solid lightgray;
	border-radius: 0;
	height: 42px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 6px;
	color: #2b2b2b;
}

.petition_form_container form input[type="text"] {
	border: 1px solid lightgray;
	border-radius: 0;
	box-sizing: border-box;
	height: 42px;
	line-height: 24px;
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #eee !important;
	border-radius: 4px !important;
}

.petition_form_container form p label {
	clear: both;
	display: block;
	margin: 12px 0;
}

.petition_form_container form input[type="submit"] {
	border: 1px solid lightgray;
	border-radius: 0;
	height: 32px;
	line-height: 24px;
	margin: 12px 0;
	padding: 0 12px;
	background: #ff8141 !important;
	border-radius: 4px !important;
	height: 48px !important;
	margin-top: 0 !important;
	font-size: 22px;
	font-weight: bold;
}

.petition_form_container form input.captcha {
	display: inline;
	text-align: center;
	width: 40px;
}

.petition_form_container form span#spambot {
	font-size: 11px;
}

p.bkb_question_submit_container {
	text-align: left;
}

.sign-counter-heading h2 {
	margin-top: 24px;
}

.sign-counter-heading h2 span.sign-counter {
	color: #ff8137;
	font-size: 60px;
}

.sign-counter-heading h2 span.sign-postfix {
	font-size: 30px;
}

.sign-counter-heading h4 {
	margin-top: 12px;
	font-size: 20px;
}

.vticker {
	margin-top: 24px;
	width: 100%;
}

.vticker ul {
	padding: 0;
	width: 100% !important;
}

.vticker ul li {
	border-bottom: 1px solid #eeeeee;
	list-style: outside none none;
	padding: 6px 0px 6px 0;
}

.vticker ul li .signed_user_name,.vticker ul li .petition_signed_time_ago
	{
	font-weight: bold;
}

.vticker ul li .signed_user_country,.vticker ul li .signed_text {
	color: #ff8137;
}

.vticker ul li:last-child {
	border-bottom: 0px solid #eeeeee;
}

.section-sign-form {
	background: transparent;
	background-image: url('../home_banner_3.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.section-sign-form .sign-form-heading-container {
	margin: 0 0 84px 0;
	text-align: center;
}

.section-sign-form .sign-form-heading-container h3 {
	font-weight: 400;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #ff8137;
	font-size: 50px;
	line-height: 50px;
}

.section-sign-form .sign-form-heading-container h2 {
	font-size: 42px;
	font-weight: bold;
	margin-top: 14px;
	color: #ffffff;
}

.section-sign-form .sign-form-heading-container p {
	font-size: 14px;
	color: #ffffff;
}

.section-updates {
	background: transparent;
	background-image: url('../home_banner_1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.btn-update-petition {
	margin-top: 24px;
	padding: 14px 18px;
	background: transparent;
	color: #ff8137;
	border: 2px solid #ff8137;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.btn-update-petition:hover {
	color: #ff8137;
	background: #ffffff;
}

.petition-update-wrapper {
	margin-top: 32px;
}

.petition-update-container {
	position: relative;
}

.update-img {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}

.update-img:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 700px;
	background: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.update-img img {
	margin-bottom: 0px !important;
	width: 100%;
}

.update-content {
	padding: 5px 12px;
	margin-bottom: 1.5em;
	text-align: left;
	background: #fafafa;
}

.update-info {
	padding: 12px 6px;
	font-weight: normal;
}

.update-info .update-meta-info {
	margin: 0 0 12px 0;
	font-size: 13px;
}

.update-info .update-meta-info .update-cat {
	text-transform: capitalize;
}

.update-info h3 {
	margin: 0 0 12px 0;
}

.update-info h3 a {
	margin-top: 0px !important;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.update-info .update-read-more {
	text-align: right;
	margin-bottom: 0px;
	font-weight: bold;
}

.section-updates-2 {
	background: #f9fafb;
}

.section-updates-2 .update-2-container h3 {
	color: #ff8137;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
}

.section-updates-2 .update-2-container h2 {
	font-size: 30px;
	line-height: 36px;
}

.section-updates-2 .update-2-container p {
	color: #2b2b2b;
}

.layout_2 {
	background: none;
	border-left: 1px solid #EEE;
	position: relative;
}

/* shared with before and after */
.layout_2:before,.layout_2:after {
	content: "";
	height: 12px;
	position: absolute;
	top: 23px;
	transform: rotate(45deg);
	width: 12px;
}

.layout_2:before {
	background: #eeeeee;
	left: -6px;
}

.layout_2:after {
	background: #eeeeee;
	left: -7px;
}

.petition-share h3 {
	margin-bottom: 0px;
}

.petition-share .petition-share-links {
	margin-top: 20px;
	display: block;
}

.btn-social-icon {
	height: 75px;
	width: 75px;
	border: 0;
	border-radius: 4px !important;
	margin: 3px 3px;
}

.btn-social-icon .fa {
	line-height: 75px;
	color: #ffffff;
}

.btn-goggle-plus {
	background-color: #26b84b;
}

.btn-goggle-plus:hover {
	background-color: #20993e;
}

.btn-envelope-o {
	background-color: #d74b3e;
}

.btn-envelope-o:hover {
	background-color: #ad3d32;
}

.section-multi-petition-lists-1 {
	overflow: hidden;
	background: #ffffff;
}

.petition-sticky-category h3 {
	font-size: 20px;
}

.petition-sticky-category ul li a {
	color: #2b2b2b;
	line-height: 42px;
	display: inline-block;
	-webkit-transition: 0.1s 0.2s ease-out;
	-moz-transition: 0.1s 0.2s ease-out;
	-o-transition: 0.1s 0.2s ease-out;
	transition: 0.1s 0.2s ease-out;
}

.petition-sticky-category ul li a:hover {
	color: #ff8137;
	margin-left: 2px;
}

.section-contact-block {
	position: relative;
	overflow: hidden;
	color: black;
}

.section-contact-block .content-block {
	padding: 0 48px 0 0;
}

.section-contact-block .contact-title {
	font-size: 24px;
	border-bottom: 3px solid #545454;
	color: #5c5c5c;
	padding-bottom: 15px;
	position: relative;
}

.section-contact-block .contact-title:after {
	bottom: -3px;
	content: "";
	height: 3px;
	right: 0;
	position: absolute;
	width: 55px;
	background: #ff8137;
}

.section-contact-block .contact-info li {
	margin-bottom: 24px;
}

.section-contact-block .contact-info .icon-container {
	display: inline-block;
	background: #f1f1f1;
	color: #2b2b2b;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 16px;
}

.section-contact-block .contact-info .icon-container i {
	font-size: 14px;
}

.section-contact-block .contact-info address {
	display: inline-block;
}

.section-contact-block .contact-info a {
	color: #2b2b2b;
}

.section-contact-block .contact-info a:hover {
	color: #ff8137;
}

.section-contact-block .contact-form-block {
	padding: 0 0 0 0px;
}

.section-contact-block #contact-form input[type=text],.section-contact-block #contact-form input[type=email],.section-contact-block #contact-form input[type=url],.section-contact-block #contact-form input[type=password]
	{
	border: 0px;
	border-bottom: 1px solid #eeeeee;
	line-height: 42px;
	height: 42px;
	margin-bottom: 24px;
	padding-left: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.section-contact-block #contact-form input[type=text]:focus,.section-contact-block #contact-form input[type=email]:focus,.section-contact-block #contact-form input[type=url]:focus,.section-contact-block #contact-form input[type=password]:focus
	{
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	border: 0px;
	border-bottom: 1px solid #a1a1a1;
}

.section-contact-block #contact-form textarea {
	border: 0px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 2px;
	margin-bottom: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.section-contact-block #contact-form textarea:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	border: 0px;
	border-bottom: 1px solid #a1a1a1;
}

/***********************************************************************************************/
	/* MAIN CONTENT */
	/***********************************************************************************************/
.main-content {
	margin: 48px 0;
	color: #121314;
}

/***********************************************************************************************/
	/* 05. BLOG LAYOUT */
	/***********************************************************************************************/
.page-header {
	margin: 0;
	background-image: url("./multi-banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}

.page-header:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
}

.page-header h3 {
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	margin: 24px 0 12px 0;
	font-family: Verdana, Geneva, sans-serif;
}

.page-header .page-breadcrumb {
	font-size: 13px;
	color: #353e81;;
	text-align: center;
	text-transform: capitalize;
}

.page-header .page-breadcrumb a {
	color: #353e81;
}

.page-header .page-breadcrumb a:hover {
	color: #353e81;;
}
.page-header2 {
	margin: 0;
	background: #00adef ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}

.insidepage-header {
	margin: 0;
	background-repeat: no-repeat;
	background-image: url("../multi-banner.jpg");
	background-position: center center;
	background-size: cover;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.insidepage-header:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.3;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
}

.insidepage-header h3 {
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	margin: 1px 0 1px 0;
}

.insidepage-header h4 {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	margin: 1px 0 1px 0;
}

.insidepage-header .page-breadcrumb {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

.insidepage-header .page-breadcrumb a {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

.insidepage-header .page-breadcrumb a:hover {
	font-size: 13px;
	color: orange;
	text-align: center;
}

.insidepage-header .page-breadcrumb a:focus {
	font-size: 13px;
	color: blue;
	text-align: center;
}

.single-post {
	margin-bottom: 50px;
}

.single-post p {
	line-height: 30px;
}

.single-post .single-post-content {
	margin-bottom: 30px;
	padding: 15px;
	background: #f2f2f2;
}

.single-post .single-post-title {
	line-height: 24px;
}

.single-post .single-post-title h2 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

.single-post .single-post-title .single-post-meta {
	font-size: 12px;
}

.readmore {
	border: 0px;
	background: #ff8137;
	color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 12px 24px;
}

.readmore-sm {
	border: 0px;
	background: #ff8137;
	color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 6px 12px;
}

/***********************************************************************************************/
	/* 06. BLOG SINGLE PAGE */
	/***********************************************************************************************/
.single-post-inner {
	background: #f1f1f1;
	padding: 30px;
}

.single-post-inner-title {
	margin-bottom: 24px;
}

.single-post-inner-title h2 {
	font-size: 24px;
	margin: 32px 0 24px 0;
}

.single-post-inner-meta .tag-list a {
	display: inline-block;
	padding: 4px 12px;
	margin-right: 3px;
	background: #ff8137;
	color: #ffffff;
}

.custom-post-info {
	margin: 0;
	padding: 0;
}

.custom-post-thumb-small {
	width: 70px;
	height: 70px;
}

.custom-post-thumb-medium {
	width: 350px;
	height: 120px;
}

.single-post-container {
	margin: 0 0 24px 0;
}

.single-post-container h3 {
	margin: 24px 0 12px 0;
	font-size: 18px;
	text-transform: capitalize;
}

.single-post-container h3 a {
	color: #272727;
}

.single-post-container h3 a:hover {
	color: #686868;
}

.single-post-container .custom-breadcrumb {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

.single-post-container .article-meta-extra {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 6px 0;
	margin-bottom: 12px;
}

.single-post-container .article-meta-extra span {
	margin-right: 5px;
}

.single-post-container .article-meta-extra span:last-child {
	margin-right: 0px;
}

.single-post-container .article-meta-extra i {
	color: #888888;
	margin-right: 3px;
}

.single-post-container h2+p {
	margin-top: 12px;
}

.single-post-content h1 {
	margin: 12px 0;
}

.single-post-content h2 {
	margin: 12px 0;
}

.single-post-content h3 {
	margin: 12px 0;
}

.single-post-content h4 {
	margin: 12px 0;
}

.single-post-content h5 {
	margin: 12px 0;
}

.single-post-content h6 {
	margin: 12px 0;
}

.articles-nav {
	margin-top: -1.5em;
	margin-bottom: 1.5em;
	padding: 0 2.4em;
}

.articles-nav .articles-nav-prev {
	float: left;
}

.articles-nav .articles-nav-next {
	float: right;
}

.aligncenter,.alignleft,.alignright,.alignnone {
	margin: 12px 0 24px 0;
	max-width: 100%;
	height: auto;
}

.aligncenter,img.centered {
	display: block;
	margin: 12px auto;
}

.alignleft {
	float: left;
	/*margin: 7px 12px 7px 0; */
}

.alignright {
	float: right;
	/*margin: 7px 0 7px 12px;  */
}

.alignnone {
	clear: both;
}

.wp-caption {
	text-align: center;
}

.wp-caption img {
	max-width: 100%;
	max-height: auto;
}

.wp-caption .wp-cap {
	margin-bottom: 0px;
	font-size: 12px;
}

.post-navigation {
	text-align: center;
	clear: both;
}

.post-navigation p {
	text-transform: uppercase;
}

.post-navigation p a {
	position: relative;
	padding-left: 24px;
	margin-right: 5px;
}

.post-navigation p a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 3px;
	background: transparent;
	border: 1px solid #ebebeb;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.post-navigation p a:hover :before {
	background: #ff8137;
	border: 1px solid #686868;
}

.post-navigation p a:first-child {
	margin-right: 0px;
}

.comments-nav-section,.post-nav-section {
	margin: 24px 0 0 0;
}

.comments-nav-section p,.post-nav-section p {
	margin-bottom: 0px;
}

.comments-nav-section a,.post-nav-section a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
	background: transparent;
	color: #686868;
	padding: 6px 12px;
}

.comments-nav-section a:hover,.post-nav-section a:hover {
	border: 1px solid #ff8137;
	color: #ff8137;
	background: transparent;
}

.article-share-section {
	margin: 24px 0 0 0;
	border: 1px solid #ebebeb;
	border-left: 0px;
	border-right: 0px;
	padding: 14px 0 10px 0;
}

.article-author {
	margin-top: 24px;
	background: #f1f1f1;
	padding: 30px;
	min-height: 100px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 24px;
}

.article-author .author-avatar img {
	width: 100px;
	max-width: 100%;
	max-height: auto;
	float: right;
	border: 1px solid #ebebeb;
	padding: 3px;
	margin-top: 0px;
	margin-left: 12px;
}

.article-author .about_author {
	margin-bottom: 24px;
}

.article-author .social-icons a {
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #b8b8b8;
	color: #2b2b2b;
	margin-right: 3px;
}

.article-author .social-icons a:hover {
	color: #ff8137;
}

.related-post {
	margin-top: 24px;
	background: #f1f1f1;
	padding: 30px;
}

.related-post ul li {
	margin: 5px 0;
}

.related-post ul li a {
	font-size: 15px;
	position: relative;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
	color: #2b2b2b;
}

.related-post ul li a:hover {
	color: #ff8137;
}

ul.pagination li a {
	color: #ff8137;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 6px 12px;
	border: 0px;
	margin: 0 2px;
}

ul.pagination li a:hover {
	backgroud: #000 !important;
}

ul.pagination li a.current {
	background: #ff8137;
	color: #ffffff;
	border: 0px;
}

ul.pagination li:first-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

ul.pagination li:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.comments-area {
	margin-top: 24px;
	background: #f1f1f1;
	padding: 30px;
}

.article-add-comments {
	float: right;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #888888;
	border: 1px solid #ebebeb;
	background: #ffffff;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.article-add-comments:hover {
	border: 1px solid #ff8137;
	color: #ff8137;
}

.commentslist {
	margin-top: 24px;
	counter-reset: comment-id;
}

.commentslist li {
	list-style-type: none;
	margin-left: 0px;
}

.commentslist li:first-child {
	margin-top: 24px;
}

.commentslist li+li {
	margin-top: 24px;
}

.commentslist li ol,.commentslist li ul {
	padding-left: 3em;
	margin-left: 3em;
	border-left: 1px dotted #ebebeb;
	list-style-type: none;
}

.commentslist li ol li,.commentslist li ul li {
	position: relative;
}

.commentslist li ol li: :before,.commentslist li ul li: :before {
	content: '';
	width: 2em;
	height: 1px;
	border-bottom: 1px dotted #ebebeb;
	position: absolute;
	left: -3em;
	top: 2em;
}

.commentslist li article {
	background: #ffffff;
	padding: 12px;
}

.commentslist li article header {
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	margin-bottom: 1.5em;
	position: relative;
}

.commentslist li article header span {
	color: #b4b4b4;
}

.commentslist li article header: :before {
	counter-increment: comment-id;
	content: counter(comment-id);
	position: absolute;
	right: 5px;
	top: 15px;
	color: #f8f8f8;
	font-size: 32px;
	font-family: 'PT Serif', serif;
}

.commentslist li article header h5 {
	margin-bottom: 12px;
	text-transform: capitalize;
	color: #272727;
}

.commentslist li article header h5 a {
	color: #272727;
}

.commentslist li article header h5 a:hover {
	color: #686868;
}

.commentslist li article header h5 span {
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	padding: 3px 5px;
	font-style: normal;
	margin-right: .5em;
}

.commentslist li article .comment_text {
	padding-right: 24px;
}

.comment-avatar img {
	width: 64px;
	height: 64px;
	float: right;
	background: #FFFFFF;
	margin: 2px;
	border: 1px solid #ebebeb;
	padding: 2px;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.comment-avatar img:hover {
	border-color: #c5c5c5;
}

.waiting-moderation {
	color: #b4b4b4;
}

.comments-nav-section {
	margin: 48px 0;
}

.comments-nav-section .btn-primary {
	background: #ffffff;
}

.comments-nav-section .btn-primary:hover {
	background: #ffffff;
}

#comment-form label {
	margin-bottom: 12px;
}

#comment-form input[type=text],#comment-form input[type=email],#comment-form input[type=url],#comment-form input[type=password]
	{
	border: 0px;
	border-bottom: 1px solid #eeeeee;
	line-height: 42px;
	height: 42px;
	margin-bottom: 24px;
	padding: 0 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

#comment-form input[type=text]:focus,#comment-form input[type=email]:focus,#comment-form input[type=url]:focus,#comment-form input[type=password]:focus
	{
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #a1a1a1;
}

#comment-form textarea {
	border: 0px;
	border-bottom: 1px solid #eeeeee;
	padding: 12px;
	margin-bottom: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

#comment-form textarea:focus {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
	border: 0px;
	border-bottom: 1px solid #a1a1a1;
}

/***********************************************************************************************/
	/* 07. ABOUT US PAGE */
	/***********************************************************************************************/
.section-heading-bold {
	position: relative;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 48px;
	font-family: Verdana, Geneva, sans-serif;
}

.section-heading {
	position: relative;
	font-size: 28px;
	color: #545454 margin-bottom :   20px;
	font-family: Verdana, Geneva, sans-serif;
}

.section-heading:after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	content: '';
	display: inline-block;
	width: 70px;
	height: 2px;
	background: #ff8137;
	margin-left: -35px;
}

.section-heading:before {
	background: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ff8137;
	border-bottom: 10px solid transparent;
	bottom: -42px;
	content: "";
	display: inline-block;
	height: 0px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0px;
}

.section-subheading {
	font-size: 16px;
	color: #454545;
	margin-bottom: 48px;
}

.section-subheading2 {
	font-size: 14px;
	color: #454545;
	margin-bottom: 48px;
	font-weight: bold;
	text-align: left;
}

.section-main {
	font-size: 14px;
	color: black;
	font-style: italic;
	text-align: left;
}

.section-how-we-work {
	background: white;
	font-family: Verdana, Geneva, sans-serif;
}

.section-how-we-work .service-block {
	margin-top: 12px;
	border: 1px;
	background-color: trasparent;
}

.section-how-we-work .service-block .icon {
	font-size: 48px;
}

.section-how-we-workgrey {
	font-family: Verdana, Geneva, sans-serif;
}

.section-how-we-workgrey .service-block {
	margin-top: 12px;
	border: 1px;
	background-color: trasparent;
}

.section-how-we-workgrey .service-block .icon {
	font-size: 48px;
}

.section-how-we-workdark {
	background: #677990;
	font-family: Verdana, Geneva, sans-serif;
}

.section-how-we-workdark .service-block {
	margin-top: 12px;
	border: 1px;
	background-color: trasparent;
}

.section-how-we-workdark .service-block .icon {
	font-size: 48px;
}

.section-our-team .team-layout-1 {
	text-align: center;
	border: 1px solid #ebebeb;
	margin-bottom: 24px;
	background-color: white;
}

.section-our-team .team-layout-1 .team-member img {
	vertical-align: middle;
}

.section-our-team .team-layout-1 h3 {
	text-transform: uppercase;
	margin: 12px 0 0 0;
}

.section-our-team .team-layout-1 p {
	color: #919191;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

.section-our-team .team-layout-1 .team-social-share {
	margin: 12px 0 24px 0;
}

.section-our-team .team-layout-1 .team-social-share a {
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #ebebeb;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.section-petition-stats {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.section-petition-stats  a {
	color: orange;
	text-decoration: none;
}

.section-petition-stats a:hover {
	color: grey;
	text-decoration: none;
}

.section-petition-stats:before {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	width: 100%;
	height: 2000px;
}

.section-petition-stats .counter-block-1 .icon {
	font-size: 46px;
	display: block;
	margin-bottom: 24px;
	color: #ababab;
}

.section-petition-stats .counter-block-1 .counter {
	margin-top: 12px;
	font-size: 10px;
	color: #ff8137;
	font-weight: bold;
	font-family: 'PT Serif', serif;
}

.section-petition-stats .counter-block-1 h4 {
	margin-top: 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.section-client-testimonial {
	background: white;
}

.section-client-testimonial .testimony-layout-1 img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: 60px;
	height: 60px;
	margin: 0 auto 24px auto;
}

.section-client-testimonial .testimony-layout-1 h6 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.section-client-testimonial .testimony-layout-1 span {
	font-size: 12px;
	text-transform: uppercase;
	color: #787878;
}

.section-client-testimonial .testimonial-container .owl-nav div {
	color: #f1f1f1;
	font-size: 90px;
	line-height: 140px;
	margin-top: -70px;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.section-client-testimonial .testimonial-container .owl-nav div.owl-prev
	{
	left: 30px;
}

.section-client-testimonial .testimonial-container .owl-nav div.owl-next
	{
	right: 30px;
}

.section-client-testimonial .testimonial-container .owl-nav div:hover {
	opacity: 0.4;
}

.section-successful-petitions {
	background: #ffffff;
}

.section-successful-petitions .successful-petitions-layout-1 {
	padding: 0 12px;
	position: relative;
	overflow: hidden;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid
	{
	position: relative;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid img
	{
	overflow: hidden;
	min-height: 225px;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption
	{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	position: absolute;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 12px;
	bottom: 0;
	left: 0;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption h2
	{
	font-size: 18px;
	margin-bottom: 12px;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption p
	{
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 24px;
}

.section-successful-petitions .successful-petitions-layout-1 .effect-solid:hover figcaption
	{
	opacity: 0.99;
	bottom: 0;
	left: 0;
}

.section-petition-cta span {
	position: relative;
	top: 5px;
	font-size: 28px;
	display: inline-block;
	margin-right: 32px;
	color: #454545;
}

.section-petition-cta span strong {
	color: #121212;
	text-transform: uppercase;
}

.btn-cta {
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
}

/***********************************************************************************************/
	/* 08. 404 PAGE */
	/***********************************************************************************************/
.section-404 {
	background: #f9fafb;
}

.message-container-404 {
	margin: 48px 0;
}

.message-text-404 {
	padding: 24px 160px;
	display: block;
	text-align: center;
}

.search-form-404 {
	margin: 0 auto;
	padding: 5px 5px;
	width: 40%;
}

.text-404 {
	font-size: 150px;
	font-family: 'PT Serif', serif;
	text-align: center;
	margin: 80px 0;
}

.text-404 span {
	color: #dadada;
}

/***********************************************************************************************/
	/* 09. FOOTER */
	/***********************************************************************************************/
footer {
	color: #ffffff;
	text-align: left;
	background: #3b5998;
	padding: 35px;
	margin-top: 0px;
}

.footer-contents {
	padding: 36px 0 24px 0;
	text-align: left;
	background-color: #3b5998;
}

.footer-nav {
	float: right;
	text-align: left;
	margin-top: 5px;
	background-color: #3b5998;
}

.footer-nav li {
	display: inline;
	text-align: left;
	list-style-type: none;
}

.footer-nav li a {
	padding: 6px 12px;
	text-align: left;
	position: relative;
	color: white;
}

.footer-nav li a:hover {
	color: orange;
}

.footer-nav li a:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 12px;
	right: 0;
	color: #ff8137;
	margin: 0;
	height: 8px;
	width: 1px;
	background: #545454;
}

.footer-nav li:last-child a:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 12px;
	right: 0;
	color: #ff8137;
	margin: 0;
	height: 8px;
	width: 0px;
	background: #ffffff;
}

/***********************************************************************************************/
	/* 10. SIDEBAR & WIDGETS */
	/***********************************************************************************************/
.widget {
	background: #f1f1f1;
	margin-bottom: 30px;
	padding: 20px;
}

.widget-title {
	border-bottom: 3px solid #eeeeee;
	color: #5c5c5c;
	font-size: 18px;
	padding-bottom: 15px;
	position: relative;
}

.widget-title:after {
	bottom: -3px;
	content: "";
	height: 3px;
	right: 0;
	position: absolute;
	width: 55px;
	background: #ff8137;
}

.widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 5px 0;
}

.widget ul li a {
	color: #2b2b2b;
}

.widget ul li a:hover {
	color: #ff8137;
}

.petition-widget {
	padding: 0px;
	margin-bottom: 30px;
}

.petition-sign-counter-widget {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 12px 8px 0;
	border: 5px solid #fafafa;
}

.petition-sign-counter-widget h2 {
	text-align: center !important;
}

.petition-sign-counter-widget h2 .sign-counter {
	font-size: 48px !important;
}

.petition-sign-counter-widget h2 .sign-postfix {
	font-size: 32px !important;
}

.petition-sign-counter-widget h4 {
	text-align: center !important;
}

.petition-sign-counter-widget .vticker {
	margin-top: 0px !important;
}

.search-form {
	margin: 24px 0 12px;
}

.search-form span.input-group-addon {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #ff8137;
	border-right: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 10%;
	padding: 0 20px;
}

.search-form input[type="text"] {
	box-shadow: 0;
	margin-bottom: 0;
	font-size: 14px;
	padding-left: 5px;
	height: 42px;
	border: 0px;
	box-shadow: none;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.search-form input[type="text"]:focus {
	box-shadow: none;
	border-bottom: 1px solid #d5d5d5;
}

.widget-post-category {
	margin: 11px auto;
}

.widget-post-category li {
	margin: 5px 0;
	padding: 0;
	text-transform: capitalize;
}

.widget-post-category li a {
	font-size: 15px;
	position: relative;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.single-recent-post {
	margin-bottom: 26px;
	overflow: hidden;
}

.single-recent-post a {
	color: #2b2b2b;
	margin-bottom: 8px;
	display: block;
}

.single-recent-post a:hover {
	color: #ff8137;
}

.single-recent-post span {
	font-size: 12px;
	display: block;
	color: #ff8137;
}

.single-post-thumb {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 5px;
	width: 100px;
}

.widget-recent-tags {
	margin: 0 auto;
}

.widget-recent-tags li {
	margin: 0px 5px 7px 0px;
	float: left;
}

.widget-recent-tags li a {
	padding: 3px 7px;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #ff8137;
	display: block;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.widget-recent-tags li a:hover,.widget-recent-tags li a:active {
	background: transparent;
	border: 1px solid #ff8137;
	background: #ffffff;
}

/***********************************************************************************************/
	/* Widget Link Color */
	/***********************************************************************************************/
.sidebar-widget a {
	color: #686868;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

.sidebar-widget a:hover {
	color: #ff8137;
}

/***********************************************************************************************/
	/* CALENDAR WIDGET */
	/***********************************************************************************************/
#calendar_wrap {
	margin: 0 auto 5px auto;
}

#calendar_wrap #wp-calendar {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 2px;
}

#calendar_wrap #wp-calendar caption {
	border-color: #ebebeb;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#calendar_wrap #wp-calendar thead {
	border-right: 1px solid #ebebeb;
}

#calendar_wrap #wp-calendar thead th {
	border-right: 1px solid #ebebeb;
}

#calendar_wrap #wp-calendar th {
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#calendar_wrap #wp-calendar tr th,#calendar_wrap #wp-calendar thead th {
	font-weight: bold;
	padding: 9px 0;
	text-align: center;
}

#calendar_wrap #wp-calendar tbody {
	color: #aaa;
}

#calendar_wrap #wp-calendar tbody tr td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 6px;
	background: #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: center;
	-webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}

#calendar_wrap #wp-calendar tbody tr td:hover {
	background: #eeeeee;
}

#calendar_wrap #wp-calendar tbody .pad {
	background: none;
}

#calendar_wrap #wp-calendar tfoot tr td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 6px;
	text-align: center;
}

#calendar_wrap #wp-calendar tfoot #next {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#calendar_wrap #wp-calendar tfoot #prev {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}

#calendar_wrap #wp-calendar #today {
	background-color: #ff8137;
	color: #ffffff;
	font-weight: bold;
}

/***********************************************************************************************/
	/* 11. RESPONSIVE STYLING */
	/***********************************************************************************************/
	/* Smaller than 1200 (devices and browsers) */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.top-bar {
		text-align: center;
	}
	.top-location-info {
		display: block;
		text-align: center;
	}
	.main-menu-container {
		float: none;
	}
	.main-sidebar {
		width: 100%;
		border: 0px solid transparent;
	}
	.sf-menu {
		display: none;
	}
	select.main-menu-responsive {
		margin: 0px auto 0 auto;
		display: block;
		width: 100%;
		border-radius: 0px;
	}
	select.main-menu-responsive option {
		margin: 8px 0;
		padding: 0;
		text-transform: capitalize;
	}
	.logo {
		text-align: center;
	}
	.headertitle {
		text-align: center;
		color: black;
		font-size: 10px;
		margin-top: -20px;
	}
	select.main-menu-responsive {
		margin-top: 10px;
		display: block;
		width: 100%;
		border-radius: 0px;
	}
	.petition_form_container form .row {
		margin-bottom: 0px;
	}
	.petition_form_container form input[type="text"],.petition_form_container form textarea
		{
		margin-bottom: 12px;
	}
	.petition_form_container form select {
		margin-bottom: 12px;
		width: 99%;
	}
	.footer-nav {
		float: none;
		width: 100%;
		margin: 10px auto;
		display: inline-block;
		text-align: center;
	}
	.copyright-text {
		text-align: center;
		color: white;
		font-family: verdana;
	}
	.copyright-text a {
		text-align: center;
		color: white;
		font-family: verdana;
	}
	.copyright-text a:hover {
		text-align: center;
		color: orange;
		font-family: verdana;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.top-bar {
		text-align: center;
	}
	.top-location-info {
		display: block;
		text-align: center;
	}
	.main-menu-container {
		float: none;
	}
	select.main-menu-responsive {
		margin: 0px auto 0 auto;
		display: block;
		width: 100%;
		border-radius: 0px;
	}
	select.main-menu-responsive option {
		margin: 8px 0;
		padding: 0;
		text-transform: capitalize;
	}
	.logo {
		text-align: center;
	}
	.article-container-fix,.main-sidebar {
		width: 100%;
		margin-left: 0px;
		border: 0px solid transparent;
	}
	.post-details-container h3 {
		margin-top: 12px;
	}
	.post-box-container .bd-post-image-container {
		margin: 0 auto;
	}
	.image_gallery_carousel {
		margin-bottom: 48px;
	}
	.petition_form_container form .row {
		margin-bottom: 0px;
	}
	.petition_form_container form input[type="text"],.petition_form_container form textarea
		{
		margin-bottom: 12px;
	}
	.petition_form_container form select {
		margin-bottom: 12px;
		width: 99%;
	}
	.footer-nav {
		float: none;
		width: 100%;
		margin: 10px auto;
		display: inline-block;
		text-align: center;
	}
	.copyright-text {
		text-align: center;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.top-bar {
		text-align: center;
	}
	.top-location-info {
		display: block;
		text-align: center;
	}
	.main-menu-container {
		float: none;
	}
	.sf-menu {
		display: none;
	}
	select.main-menu-responsive {
		margin: 0px auto 0px;
		display: block;
		width: 100%;
	}
	select.main-menu-responsive option {
		margin: 8px 0;
		padding: 0;
		text-transform: capitalize;
	}
	.logo {
		text-align: center;
	}
	.petition_form_container form .row {
		margin-bottom: 0px;
	}
	.petition_form_container form input[type="text"],.petition_form_container form textarea
		{
		margin-bottom: 12px;
	}
	.petition_form_container form select {
		margin-bottom: 12px;
		width: 99%;
	}
	.footer-nav {
		float: none;
		width: 100%;
		margin: 10px auto;
		display: inline-block;
		text-align: center;
	}
	.copyright-text {
		text-align: center;
	}
	.tableformat3 table {
		width: 99%;
		border: solid 1px #7697B8;
		 background: #CADAEA;
	}
	.tableformat3 th {
		padding: 0px 10px 10px 0px;
		font: normal .9em verdana;
		font-weight: bold;
		color: #4A6785;
		text-align: center;
		border: 1px solid #7697B8;
		border-collapse: collapse : background : #A8B79B;
		word-wrap: break-word
	}
	.tableformat3 td {
		text-align: left;
		vertical-align: middle;
		background-color: white;
		font-family: verdana, arial;
		font-size: 12px;
		padding: 0px 10px 5px 0px;
		border: 1px solid #7697B8;
		word-wrap: break-word
	}
	$
	burger--thickness:  4px ;
.burger { $
		width: 28px;
		display: inline-block;
		border: 0;
		background: none;
		outline: 0;
		padding: 0;
		cursor: pointer;
		border-bottom: $ burger--thickness solid currentColor;
		width: $ width;
		transition: border-bottom 1s ease-in-out;
		-webkit-transition: border-bottom 1s ease-in-out; // Fix for extra
		space in Firefox & : : -moz-focus-inner { 
		 border :   0;
		padding: 0;
	}
	&
	:before {
		content: "";
		display: block;
		border-bottom: $ burger--thickness solid currentColor;
		width: 100%;
		margin-bottom: 5px;
		transition: transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
	}
	&
	:after {
		content: "";
		display: block;
		border-bottom: $ burger--thickness solid currentColor;
		width: 100%;
		margin-bottom: 5px;
		transition: transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
	}
}

.burger-check {
	display: none;
}

.burger-check:checked  ~ .burger {
	border-bottom: $ burger--thickness solid transparent;
	transition: border-bottom 0.8s ease-in-out;
	-webkit-transition: border-bottom 0.8s ease-in-out; &: before {
	transform : rotate( -405deg) translateY( 1px) translateX( -3px);
	-webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
	transition: transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
}

&
:after {
	transform: rotate(405deg) translateY(-4px) translateX(-5px);
	-webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
	transition: transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
}

}
//
* * * Navigation * * *
 $navigation__transition: max-height  0.5s ease-in-out ;

.navigation {
	overflow: hidden;
	max-height: 0;
	transition: $ navigation__transition;
}

.burger-check:checked  ~ .navigation {
	max-height: 500px;
	transition: $ navigation__transition;
}

.form-wrapper {
	width: 290px;
	height: 40px;
	float: right;
	padding: 10px;
	margin: 8px 15px 5px 15px;
	background: #444;
	background: rgba(0, 0, 0, .2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0
		rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0
		rgba(255, 255, 255, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0
		rgba(255, 255, 255, .2);
}

.form-wrapper input {
	width: 180px;
	height: 20px;
	margin-left: 5px;
	padding: 10px 5px;
	float: left;
	font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	border: 0;
	background: #eee;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
	outline: 0;
	background: #fff;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.form-wrapper input: :-webkit-input-placeholder {
	color: #999;
	font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	font-weight: normal;
	font-style: italic;
}

.form-wrapper input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 95px;
}

div.pathText a:link {
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: underline;
}

div.pathText a:visited {
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: underline;
}

div.pathText a:hover {
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: underline;
}
}