/*Font Family*/
@font-face {
    font-family:'Gotham Light';
    src: url('../fonts/Gotham Light Regular.eot');
	src: url('../fonts/Gotham Light Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham Light Regular.woff2') format('woff2'),
		url('../fonts/Gotham Light Regular.woff') format('woff'),
		url('../fonts/Gotham Light Regular.ttf') format('truetype'),
		url('../fonts/Gotham Light Regular.otf') format('opentype'),
		url('../fonts/Gotham Light Regular.svg#Gotham Light Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Gotham Medium';
    src: url('../fonts/Gotham Medium Regular.eot');
	src: url('../fonts/Gotham Medium Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham Medium Regular.woff2') format('woff2'),
		url('../fonts/Gotham Medium Regular.woff') format('woff'),
		url('../fonts/Gotham Medium Regular.ttf') format('truetype'),
		url('../fonts/Gotham Medium Regular.otf') format('opentype'),
		url('../fonts/Gotham Medium Regular.svg#Gotham Medium Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Bebas';
    src: url('../fonts/Bebas.eot');
	src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas.woff2') format('woff2'),
		url('../fonts/Bebas.woff') format('woff'),
		url('../fonts/Bebas.ttf') format('truetype'),
		url('../fonts/Bebas.otf') format('opentype'),
		url('../fonts/Bebas.svg#Bebas') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-007E;
}
@font-face {
    font-family:'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.otf') format('opentype'),
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {	quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

table {	border-collapse: collapse;	border-spacing: 0;}

button, input, select, textarea {font-size: 100%;overflow: visible;	margin: 0;vertical-align: baseline;width: auto;}

textarea {overflow: auto;vertical-align: text-top;}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {background: #dddddd;border: none;clear: both;float: none;height: 1px;width: 100%;}

hr.space {background: #ffffff;}

/* =Base
-------------------------------------------------------------- */
html {height: 100%;}

body {-moz-font-smoothing: antialiased;	-webkit-font-smoothing: antialiased;background: #fff;color: #000;font-size: 17px;-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	line-height: 1.5em;	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";margin: 0px;padding: 0px;    font-family: 'Gotham Light'; }

/* =Typography
-------------------------------------------------------------- */
p {	word-wrap: break-word;}

i,em,dfn,cite {	font-style: italic;}

tt,var,pre,kbd,samp,code {font-family: monospace, serif;font-style: normal;}

b,strong {font-weight: 700;}

pre {-moz-box-sizing: border-box;-moz-border-radius: 2px;-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;background: #f4f4f4;border: 1px solid #aaaaaa;border-bottom-color: #cccccc;border-radius: 2px;height: auto;
	margin: 0;outline: none;padding: 6px 10px;vertical-align: middle;width: 100%;word-wrap: break-word;	white-space: pre-wrap;}

del {color: #555555;text-decoration: line-through;}

ins,dfn {border-bottom: 1px solid #cccccc;}

sup,sub,small {	font-size: 85%;}

abbr,acronym {font-size: 85%;letter-spacing: .1em;text-transform: uppercase;}

a abbr,a acronym {border: none;}

dfn[title],abbr[title],acronym[title] {	border-bottom: 1px solid #cccccc;cursor: help;}

sup {vertical-align: super;}

sub {vertical-align: sub;}


/* =Visibility
-------------------------------------------------------------- */
.hidden {visibility: hidden;}

.visible {visibility: visible;}

.none {display: none;}

.hide-desktop {	display: none;}

.show-desktop {	display: block;}

/* =Responsive Images
-------------------------------------------------------------- */
img {-ms-interpolation-mode: bicubic;border: 0;height: auto;max-width: 100%;vertical-align: middle;}

.ie8 img {height: auto;width: auto;}

.ie8 img.size-large {max-width: 60%;width: auto;}

/* =Responsive Videos
-------------------------------------------------------------- */
video {width: 100%;max-width: 100%;height: auto;}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,object {	max-width: 100%;}

svg:not(:root) {overflow: hidden;}

/* =Links
-------------------------------------------------------------- */
a {	color: #0066cc;	font-weight: 400;text-decoration: none;}

a:hover,a:focus,a:active {color: #444444;outline: 0;text-decoration: none;}

a::-moz-selection {	background: #999999;color: #ffffff;	text-shadow: none;}

/* =Forms
-------------------------------------------------------------- */
label {	display: inline-block;font-weight: 700;	padding: 2px 0;}

legend {padding: 2px 5px;}

fieldset {	border: 1px solid #cccccc;	margin: 0 0 1.5em;	padding: 1em 2em;}

select,input[type="text"],input[type="password"],input[type="email"] {
	-moz-box-sizing: border-box;-moz-border-radius: 2px;-webkit-box-sizing: border-box;	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);background-color: #ffffff;box-sizing: border-box;
	border: 1px solid #aaaaaa;border-bottom-color: #cccccc;border-radius: 2px;cursor: text;margin: 0;outline: none;	padding: 6px 8px;
	vertical-align: middle;	max-width: 100%;}

select {height: auto;max-width: 100%;}

area,textarea {	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);box-sizing: border-box;
	border: 1px solid #aaaaaa;border-bottom-color: #cccccc;	border-radius: 2px;	height: auto;	overflow: auto;	margin: 0;
	outline: none;	padding: 8px 10px;	max-width: 100%;}

map area {padding: 0px;border: 0px;}

input,select {	cursor: pointer;}

area:focus,input:focus,textarea:focus {	border: 1px solid #66ccff;}

input[type='text'],input[type='password'] {	cursor: text;}


/* =Tables
-------------------------------------------------------------- */
th,td,table {border: 1px solid #dddddd;}

table {	border-collapse: collapse;width: 100%;}

/* =Lists
-------------------------------------------------------------- */
ul {list-style-type: disc;	margin: 0;	padding: 0;}

ol {line-height: 22px;list-style-position: outside;	list-style-type: decimal;margin: 0;	padding: 0;}

dt {font-weight: 400;}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {background: #f9f9f9;border: none;border-left: 4px solid #d6d6d6;margin: 20px;overflow: auto;padding: 0 0 10px 12px;}

blockquote p {font-family: 'Georgia', 'Times New Roman', Times, serif;font-style: italic;font-size: 18px;line-height: 26px;}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;line-height: 1.0em;word-wrap: break-word;
}

h1 {font-size: 2.625em; /* = 42px */margin-bottom: .5em;margin-top: .5em;}

h2 {font-size: 2.250em; /* = 36px */margin-bottom: .75em;margin-top: .75em;}

h3 {font-size: 1.875em; /* = 30px */	margin-bottom: .857em;	margin-top: .857em;}

h4 {font-size: 1.500em; /* = 24px */margin-bottom: 1em;margin-top: 1em;}

h5 {font-size: 1.125em; /* = 18px */margin-bottom: 1.125em;margin-top: 1.125em;}

h6 {font-size: 1.000em; /* = 16px */margin-bottom: 1.285em;	margin-top: 1.285em;}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,hr,dl,pre,form,table,address,blockquote {	margin: 1.6em 0;}

th, td {padding: .8em;}

caption {padding-bottom: .8em;}

blockquote {padding: 0 1em;}

blockquote:first-child {margin: .8em 0;}

fieldset {margin: 1.6em 0;padding: 0 1em 1em;}

legend {padding-left: .8em;	padding-right: .8em;}

legend+* {	margin-top: 1em;}

input,textarea {padding: .3em .4em .15em;}

select {padding: .1em .2em 0;}

option {padding: 0 .4em;}

dt {margin-bottom: .4em;margin-top: .8em;}

ul {list-style-type: disc;}

ol {list-style-type: decimal;}

ul,ol {	margin: 0 1.5em 1.5em 0;padding-left: 2.0em;}

li ul,li ol {margin: 0;}

form div {	margin-bottom: .8em;}

/* =Comments
-------------------------------------------------------------- */

#commentform {	margin: 0;}

.commentlist {border-bottom: 1px solid #e5e5e5;list-style: none;margin: 0;	padding: 0;}

.commentlist ol {list-style: decimal;}

.commentlist li {-webkit-border-radius: 4px;-moz-border-radius: 4px;background-color: #ffffff;border-radius: 4px;margin: 0;}

.commentlist .bypostauthor {}

.commentlist li cite {color: #111111;font-size: 1.1em;font-style: normal;font-weight: 400;}

.commentlist li.alt {background: #f9f9f9;}

.commentlist .children {list-style: none;margin-left: 10px;	padding: 10px;}

.commentlist .avatar {-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;float: left;margin-right: 10px;
	padding: 0;	vertical-align: middle;}

.comment-author .fn {}

.comment-author .says {	color: #999999;}

.comment-body .comment-meta {color: #999999;display: inline-block;margin: 0;padding: 0;text-align: left;}

.comment-body .comment-meta a {	font-size: 11px;}

.comment-body {	clear: both;padding: 10px;}

.comment-body p {clear: both;}

.comment-body .reply {}

.pingback, .trackback {	list-style: none;	margin: 20px 0;}

.pingback cite,.trackback cite {font-style: normal;}

#pings,#comments {text-align: left;}

#respond {-moz-border-radius: 4px;-webkit-border-radius: 4px;background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(to top, #ffffff, #eaeaea);
	border: 1px solid #cccccc;border-bottom-color: #aaaaaa;	border-radius: 4px;	clear: both;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea)";
	margin-top: 15px;padding: 10px 20px 50px;}

#respond label {display: inline;}

.reply {margin: 10px 0;}

.comment-form-url input,.comment-form-email input,.comment-form-author input,.comment-form-comment textarea {display: block;width: 100%;}

.nocomments {color: #999999;font-size: .9em;text-align: center;}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}

.aligncenter,div.aligncenter {	display: block;	margin: 5px auto 20px auto;}

.alignright {float: right;margin: 5px 0 20px 20px;}

.alignleft {float: left;margin: 5px 20px 20px 0;}

.aligncenter {	display: block;	margin: 5px auto;}

a img.alignright {	float: right;	margin: 5px 0 20px 20px;}

a img.alignnone {	margin: 5px 20px 20px 0;}

a img.alignleft {float: left;margin: 5px 20px 20px 0;}

a img.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}

.wp-caption {background: #f9f9f9;border: 1px solid #f0f0f0;	max-width: 96%;	padding: 13px 10px 10px 10px;text-align: center;}

.wp-caption.alignnone {	margin: 5px 20px 20px 0;}

.wp-caption.alignleft {	margin: 5px 20px 20px 0;}

.wp-caption.alignright {margin: 5px 0 20px 20px;}

.wp-caption img {border: 0 none;height: auto;margin: 0;	max-width: 98.5%;padding: 0;width: auto;}

.wp-caption p.wp-caption-text {	font-size: 12px;line-height: 1.5em;	margin: 0;	padding: 10px;}

img.wp-smiley {	vertical-align: middle;}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	-ms-filter: "progid:DXImageTransform.Microsoft.zoom(1)";
}

.clear {
	clear: both;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left { float: left; }

.right { float: right; }

.center { text-align: center; }

/* =Globals
-------------------------------------------------------------- */
.container {margin: 0 auto;	max-width: 1200px;} 

#page { margin: 0 auto; } 

#header { margin: 0; }

#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 20px 20px 20px 20px;
	position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer { clear: both; margin: 0 auto 20px;font-size: 12px;line-height: 1.5em; }

#footer-wrapper { margin: 0; padding: 0; }

#footer a {color: #333333;font-weight: 400;}

#footer a:hover {color: #444444;}

#copyright { display:inline-block;}

.section_full{width: 100%;} 

.section_left_wr { float: left; width: 73%;}

.section_right_wr { float: right; width: 23%;}


/* =Header
-------------------------------------------------------------- */

#logo { float: left;margin: 0;}

.site-name { display: block; font-size: 2.063em; line-height: 1.0em; padding-top: 20px; }

.site-name a { color: #333333; font-weight: 700; }

.site-description { color: #afafaf; display: block; font-size: 0.875em;  margin: 10px 0; }


/* =Header Menu (Primary)
-------------------------------------------------------------- */

.main-nav { clear: both; }

.menu, .menu ul { display: block; list-style-type: none; margin: 0; padding: 0; }

.menu li { border: 0;display: block;margin: 0;padding: 0;position: relative;z-index: 5;}

.menu li:hover {white-space: normal;z-index: 10000;}

.menu li li {float: none;}

.menu ul {left: 0;position: absolute;top: 0;visibility: hidden;z-index: 10;}

.menu li:hover > ul {top: 100%;visibility: visible;}

.menu li li:hover > ul {left: 100%;top: 0;}

.menu:after,.menu ul:after {clear: both;content: '.';display: block;height: 0;overflow: hidden;visibility: hidden;}

.menu,.menu ul {min-height: 0;}

.menu ul,.menu ul ul {margin: 0;padding: 0;}

.menu ul li a:hover,.menu li li a:hover {color: #484848;text-decoration: none;}

.menu ul {margin-top: 1px;min-width: 15em;width: auto;}

.menu a {
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu .current_page_item a,.menu .current-menu-item a {}

.front-page .menu .current_page_item a {background: none;background-color: transparent;background-image: none;filter: none;}

.menu li li {background: #ffffff;background-image: none;border: 1px solid #e5e5e5;color: #444444;filter: none;margin: -1px 0 1px 0;width: auto;}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {background: #f5f5f5 !important;background-image: none;border: none;color: #444444;filter: none;}

.menu li li:hover {background: #f5f5f5 !important;filter: none;}

.menu ul > li + li {border-top: 0;}

.menu li li:hover > ul {left: 100%;top: 0;}

.menu > li:first-child > a {border-left: none;}

.menu a#responsive_menu_button {display: none;}

.main-nav #responsive_current_menu_item {display: none;}


/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {background: url(../../core/images/ie7-fix.gif) repeat;}

.ie7 .menu li li a {min-width: 100%;}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {background-color: #ffffff;border: 1px solid #e5e5e5;border-top: none;clear: both;margin: 0 auto;}

.sub-header-menu,.sub-header-menu ul {display: block;list-style-type: none;margin: 0;padding: 0;}

.sub-header-menu li {border: 0;display: block;float: left;margin: 0;padding: 0;position: relative;z-index: 5;}

.sub-header-menu li:hover {white-space: normal;z-index: 10000;}

.sub-header-menu li li {float: none;}

.sub-header-menu ul {left: 0;position: absolute;top: 0;visibility: hidden;z-index: 10;}

.sub-header-menu li:hover > ul {top: 100%;visibility: visible;}

.sub-header-menu li li:hover > ul {left: 100%;top: 0;}

.sub-header-menu:after,.sub-header-menu ul:after {clear: both;content: '.';display: block;height: 0;overflow: hidden;visibility: hidden;}

.sub-header-menu,.sub-header-menu ul {min-height: 0;}

.sub-header-menu ul,.sub-header-menu ul ul {margin: 0;padding: 0;}

.sub-header-menu ul li a:hover,.sub-header-menu li li a:hover {color: #484848;text-decoration: none;}

.sub-header-menu ul {margin-top: 1px;min-width: 15em;width: auto;}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {-moz-background-clip: padding-box;-webkit-background-clip: padding-box;background-color: #f9f9f9;background-clip: padding-box;}

.sub-header-menu .current_page_item a,.sub-header-menu .current-menu-item a {background-color: #f9f9f9;}

.sub-header-menu li li {background: #ffffff;background-image: none;border: 1px solid #e5e5e5;color: #444444;filter: none;margin: -1px 0 1px 0;width: auto;}

.sub-header-menu li li a {border: none;color: #444444;font-size: 12px;font-weight: 400;height: auto;height: 20px;line-height: 20px;padding: 5px 10px;text-shadow: none;white-space: nowrap;}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {border-top: 0;}

.sub-header-menu li li:hover > ul {left: 100%;top: 0;}

.sub-header-menu > li:first-child > a {border-left: none;}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Social Icons
-------------------------------------------------------------- */

.footer_wrapper ul{ margin: 0; padding: 0; }

#footer_social{ margin-left: 10px; border-left: 1px solid #333; }

.social_link{text-align: right;}

.social_link li {display: inline-block;margin: 0 0 0 5px;padding-left: 3px;font-size: 14px;}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {margin-left: 0;padding: 0;}

.footer-menu li {display: inline;list-style-type: none;}

.footer-menu li a {border-left: 1px solid #cccccc;color: #333333;padding: 0 8px;}

.footer-menu li a:hover {color: #222222;}

.footer-menu > li:first-child > a {border-left: none;padding: 0 8px 0 0;}


/* =Scoll Top
-------------------------------------------------------------- */

.scroll-top {
    position: fixed;
    bottom: 29px;
    right: 38px;
    width: 26px;
    height: 26px;
    background-color: #D01A31;
    text-align: center;
    border: 1px solid #fff;
    line-height: 24px;
}
#footer .scroll-top a {
    color: #fff;
}


/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {padding: 40px 0 0 0;}

#breadcrumb a {color: #0066cc;font-size: 12px;font-weight: 400;}

#breadcrumb a:hover {color: #444444;text-decoration: none;}

#content-woocommerce {margin-top: 40px;margin-bottom: 20px;}

.products ul, ul.products {margin-top: 40px;}

.cart-collaterals .shipping_calculator {width: 100%;}

table.shop_table {table-layout: fixed;-ms-word-break: break-all;word-break: break-all;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}


/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {clear: both;display: block;font-size: 16px;font-weight: 700;margin: 10px 0;padding: 5px 0;}

.pagination a {text-decoration: none;}


/* =form inputs
-------------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px; 
	color: #333333;
}
input[type='reset'],
input[type='button'],
input[type='submit'] {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	max-width: 100%; 
	background-color: #f9f9f9;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	margin: 0;
	color: #333333;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {margin: 0 auto 18px;}

.gallery .gallery-item {float: left;margin-top: 0;text-align: center;max-width: 155px;}

.gallery img { border: 1px solid #dddddd; }

.gallery .gallery-caption { font-size: 12px; margin: 0 0 12px;}

.gallery dl { margin: 0; }

.gallery br+br { display: none; }

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =search css
-------------------------------------------------------------- */
.search_content.search_content_right {
    display: inline-block;
    width: 82%;
    vertical-align: middle;
}
.search_featured_img {
    display: inline-block;
    width: 15%;
    margin-right: 2%;
    vertical-align: middle;
}

/*blog page css*/


.type-post { margin: 30px 0px; }

h3.post_title {margin: 0 0 10px;}

h3.post_title a {color: #555555;}


/* =common css
-------------------------------------------------------------- */
h1.page_title a {
    color: #666;
}

/*development css*/

/*text-shadows*/
.header_right a,
.banner_menu .menu li a,
.footer_top_content,
#footer .footer_main_wr .footer_menu_bottom ul li a:hover,
#copyright a:hover,
.login-form-field input[type="submit"],
.donation_inner_wr form input[type="text"],
.donation_inner_wr input[type="submit"],
.donation_inner_wr p a {
    text-shadow: 0px 0px 0px;
    -moz-text-shadow: 0px 0px 0px;
    -ms-text-shadow: 0px 0px 0px;
    -o-text-shadow: 0px 0px 0px;
    -webkit-text-shadow: 0px 0px 0px;
}
/*transition*/
.header_right a,
#footer .footer_main_wr ul li a,
.login-form-field input[type="submit"] {
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
div#logo,
.header_right,
.sing_wr a ,
.header-menu  {
    transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}

/*header css*/
.home header#header {
    position: fixed;
    width: 100%;
}
header#header {
    background-color: rgba(0,0,0,0.9);
    padding-top: 12px;
    z-index: 7;
}
.header_right {
    float: right;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 18px;
}
.header-menu {
    margin-top: 16px;
}
ul.logout_menu {
    margin: 0px;
}
.sing_wr .menu li a,.logout_menu li a {
    border: 1px solid #D01A31;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 4px 0px 6px;
    width: 94px;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
    line-height: 25px;
}
.sing_wr .menu li a:hover,
.logout_menu li a:hover {
    background-color: #D01A31;
    color: #fff;
}
.menu li {
    display: inline-block;
}
.menu li a {
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
}
.menu li a:hover {
	color: #D01A31;
}

.menu li:last-child a {
    padding-right: 0px;
}
.header_outer_wr {
    position: relative;
}
div#logo {
/*    position: absolute;
    top: 0px;
    left: 0px;
    width: 212px;*/
    padding: 36px 0px 0px;
}
#logo h2 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px;
}
/*banner css*/
.banner_image img {
    width: 100%;
}
.home_banner {
    position: relative;
}
.home .banner_menu {
    position: absolute;
    top: 107px;
    z-index: 1;
    left: 53%;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}
.banner_menu .menu li {
    background-color: #D01A31;
    width: 130px;
    text-align: center;
    min-height: 103px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 3px solid #2C2C2E;
    vertical-align: top;
    border-top: none;
    padding-top: 22px;
    position: relative;
}
.banner_menu .menu li:before {
    position: absolute;
    top: -2px;
    left: 1%;
    content: '';
    width: 95%;
    height: 98%;
    border: 1px dashed rgba(255,255,255,0.5);
    border-radius: 3px;
    border-top: none;
}
.banner_menu .menu li a {
    display: block;
    padding: 0px;
    border: none;
}
.banner_menu .menu li a span.menu-tit {
    display: block;
    margin-top: 16px;
}
.banner_menu .menu li a:hover {
    color: rgba(255,255,255,0.7);
}
.search_volunteer_wr {
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 795px;
}
.search_volunteer_form {
    transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
}
.search_volunteer_inner_form {
	padding: 4px;
    border: 1px dashed;
    border-radius: 3px;
}
.form_wr {
    background-color: rgba(0,0,0,0.8);
    padding: 23px 25px 0px;
    border-radius: 3px;
}
.form_wr form {
    margin: 0px;
    transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
}
.form_wr form div.form_field {
    margin: 4px;
}
.form_field {
    display: inline-block;
    width: 31.7%;
    margin: 20px;
    vertical-align: top;
}
.form_field label {
    display: block;
    color: #fff;
}
.form_field input, .form_field select {
    width: 100%;
    background-color: #4D4D4D;
    border: 1px solid rgb(255,255,255,0.6);
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    padding: 8px;
    font-family: 'Gotham Light';
    color: #fff;
}
.form_field select {
    padding: 10px 8px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: 14px;
    outline: none;
    -moz-outline: none;
    -o-outline: none;
    -ms-outline: none;
    -webkit-outline: none;
    appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
}
div.form_submit, div.form_submit div {
    margin: 0px;
}
.form_inner_btn {
    display: inline-block;
    background-color: #D01A31;
    transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
}
div.form_submit div.form_inner_btn_wr {
    margin: 3px;
    border: 1px dashed rgba(255,255,255,0.6);
    padding: 0px 58px;
}
.form_inner_btn_wr input[type="submit"] {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 19px;
    transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -webkit-outline: none;
    -o-outline: none;
}
.form_submit {
	text-align: center;
}
.form_wr form div{
	margin: 0px;
}
.form_wr form div.form_submit {
    margin-bottom: -38px;
    margin-top: 22px;
    padding-bottom: 13px;
    background-image: url('../images/shadow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
.form_wr h3 span {
    color: #D01A31;
    border-bottom: 1px solid;
}
.form_wr h3 {
    transform: skew(12deg);
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 0px;
    text-align: center;
    font-family: 'Gotham Medium';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
}	
input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
input::-ms-input-placeholder ,
textarea::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.left_boxes input::-moz-placeholder{
	color: #000;
	opacity: 1;
}	
.left_boxes input::-webkit-input-placeholder  {
	color: #000;
	opacity: 1;
}
.left_boxes input::-ms-input-placeholder  {
	color: #000;
	opacity: 1;
}
.banner_image {
    border-bottom: 1px solid #D01A31;
}

h1.common_title {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Gotham Light';
    font-size: 35px;
    line-height: 43px;
    position: relative;
    margin: 0px;
    padding-bottom: 7px;
}
h1.common_title:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    background-color: #D01A31;
    bottom: 0px;
    left: 0px;
}
h1.common_title span {
    color: #D01A31;
    font-family: 'Gotham Medium';
}
.our_mission_wr {
    padding-top: 161px;
    padding-bottom: 21px;
}
.our_mission_image {
    float: right;
    margin-left: 31px;
}
.our_mission_content {
    /*text-align: justify;*/
}
.social_media_highlights {
    background: url('../images/social_media_bg.jpg');
/*    margin-bottom: 103px;*/
    margin-bottom: 3px;
    background-attachment: fixed;
}
.media_overlay {
    padding-top: 47px;
    padding-bottom: 48px;
    background-color: rgba(51,58,64,0.95);
    text-align: center;
    color: #fff;
}
.media_overlay h1.common_title:before {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.media_box {
    display: inline-block;
    margin: 9px;
    border-radius: 26px;
    position: relative;
}
.media_box img {
    display: block;
    border-radius: 6px;
}
.social_media_posts {
    padding: 20px 0px 0px;
}
.footer_main_wr .widget-title h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    padding-bottom: 10px;
    position: relative;
    line-height: 23px;
    margin-bottom: 13px;
}
.footer_main_wr .widget-title h3:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #D01A31;
    bottom: 0px;
    left: 0px;
}
.footer_main_wr {
    background-color: #28292B;
    color: #fff;
}
#footer .footer_main_wr a {
    color: #fff;
}
#footer .footer_main_wr ul li a {
    padding: 0px;
    border-left: none;
}
#footer .footer_main_wr ul li {
    display: block;
    padding: 4px 0px;
    border-bottom: 1px solid #192020;
    position: relative;
}
#footer .footer_main_wr ul li:before {
    position: absolute;
    content: '\f04b';
    font-family: 'fontawesome';
    left: -14px;
    font-size: 9px;
    color: #9B9B9B;
    top: 2px;
}
.footer_menu_bottom .widget_nav_menu {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    padding: 0px 6%;
    text-align: left;
}
.footer_menu_bottom {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 49px;
}
.footer_menu_bottom .widget_nav_menu:nth-child(2n) {
    border-left: 1px solid #192020;
    border-right: 1px solid #192020;
}
.footer_top_wr {
    position: relative;
    padding-top: 40px;
    padding-bottom: 38px;
}
.footer_logo {
	/*position: absolute; */
    /* top: -83px; */
    /* left: 0px; */
    float: left;
    font-size: 17px;
    padding: 50px 13px;
    background-color: #D01A31;
    border-radius: 7px;
    font-family: 'Gotham Medium';
    width: 278px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #000;

}

.footer_top_content {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    float: right;
    width: 72%;
}
.footer_top_content p {
    margin: 0px;
}
p.red_text {
    color: #D01A31;
}
#footer .footer_main_wr .footer_top_content ul li {
    display: inline-block;
    border: none;
    margin-right: 11px;
    margin-top: 10px;
}
.footer_top_buttons ul {
    margin: 0px;
    padding: 0px;
}
#footer .footer_main_wr .footer_top_content ul li:before {
	display: none;
}
#footer .footer_main_wr .footer_top_content ul li a {
    font-size: 17px;
    padding: 11px 19px 12px;
    display: block;
    background-color: #D01A31;
    border: 1px solid #000;
    border-radius: 4px;
}
#footer .footer_main_wr .footer_top_content ul li a:hover {
    background-color: transparent;
    border-color: #D01A31;
}
#footer {
    border-bottom: 9px solid #D01A31;
    margin-bottom: 0px;
}
.footer_bottom_most {
    text-align: center;
    background-color: #28292B;
    border-bottom: 4px solid #fff;
}
#copyright {
    display: inline-block;
    background-color: #D01A31;
    font-size: 15px;
    color: #fff;
    padding: 7px 74px;
    transform: skew(-26deg);
    -o-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -webkit-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    margin-bottom: -4px;
}
#copyright a {
    color: #fff;
}
.cpyright_inner_wr {
    -webkit-transform: skew(26deg);
    -moz-transform: skew(26deg);
    -ms-transform: skew(26deg);
    -o-transform: skew(26deg);
    transform: skew(26deg);
}
#footer .footer_main_wr .footer_menu_bottom ul li a:hover {
    color: #D01A31;
}
#copyright a:hover {
    color: #fff;
}
.sticky .sticky .sing_wr .menu li a {
    padding: 2px 0px 5px;
    width: 85px;

}
.sticky .header-menu {
    margin-top: 5px;
}
.sticky .header_right {
    float: right;
    text-align: right;
    margin-bottom: 6px;
}
/*.sticky div#logo {
    width: 168px;
}*/
.sticky div#logo {
    padding: 25px 0px 0px;
}
 #logo h2 {
 	-webkit-transition: 0.6s;
 	-moz-transition: 0.6s;
 	-ms-transition: 0.6s;
 	-o-transition: 0.6s;
 	transition: 0.6s;
 }

.sticky #logo h2 {
	font-size: 19px;
}
.icons-new {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 37px;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    border-radius: 6px;
    background-color: #fff;
}
a.icons-new   {
	color: #fff;
}
.icons-new.facebook {
    background-color: #465993;
}
.icons-new.twitter {
    background-color: #53B5FF;
}
header#header.sticky  {
	border-bottom: 2px solid #fff;
	position: fixed;
    width: 100%;
/*    top: 0px;*/
}
.our_mission_image img {
    box-shadow: 6px 6px 21px 0px #ccc;
    -moz-box-shadow: 6px 6px 21px 0px #ccc;
    -ms-box-shadow: 6px 6px 21px 0px #ccc;
    -webkit-box-shadow: 6px 6px 21px 0px #ccc;
    -o-box-shadow: 6px 6px 21px 0px #ccc;
}
.our_mission_wr {
    padding-top: 161px;
    padding-bottom: 21px;
    background-image: url('../images/background_logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}
h1.common_top_title {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    background-image: url('../images/title-border.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 29px;
    color: #333335;
    font-weight: normal;
    margin: 0px;
    font-family: 'Gotham Book'
}
h1.common_top_title span:first-child {
    color: #D01A31;
    font-family: 'Gotham Medium';
        font-size: 34px;
}
h1.common_top_title span {
    display: inline-block;
    margin: 0px 5px;
}
div#common-page-wr,
.commom_wr {
    padding-top: 63px;
    padding-bottom: 57px;
}
.mission_wr {
    background-color: #EFEFEF;
    padding-top: 78px;
    padding-bottom: 5px;
}
.mission-left h3 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Gotham Medium';
    letter-spacing: 1px;
    font-weight: normal;
}
.mission-right {
    float: right;
    margin-top: 5px;
    margin-left: 41px;
    position: relative;
}
.mission_content {
    padding-top: 63px;
}
.mission-left {
    /*text-align: justify;*/
}
.mission-right:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    border: 10px solid rgba(255,255,255,0.3);
    right: 0px;
    bottom: 0px;
}
.mission-right:after {
    position: absolute;
    content: '';
    right: -10px;
    border-right: 10px solid #d01a31;
    height: 260px;
    bottom: -10px;
    border-bottom: 10px solid #d01a31;
    width: 209px;
}
.mission_second_wr {
    background-color: #F7F7F7;
    padding: 1px 0px;
}
.mission_third_wr {
    padding: 1px 0px 1px;
    background-color: #fff;
}
.out_partners_wr {
    background-color: #EFEFEF;
    padding: 96px 0px;
    text-align: center;
}
.partner_logo_wr ul li {
    display: inline-block;
    margin: 27px;
}
.partner_logo_wr {
    padding-bottom: 52px;
    padding-top: 16px;
    padding-left: 66px;
    padding-right: 66px;
}
.login_wr {
    background-color: #F0F0F0;
    padding-top: 96px;
    padding-bottom: 100px;
}
.partner_logo_wr ul {
    margin: 0px;
    padding: 0px;
}
.login_form {
    width: 518px;
    margin: 23px auto 0px;
}
.login_inner_form {
    background-color: #fff;
    padding: 34px 57px;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    border-bottom: 4px solid #D01A31;
}
.login_inner_form:before {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #323335;
    height: 4px;
    bottom: -4px;
    right: 0px;
}
.login_inner_form form {
    margin: 0px;
}
.login_inner_form form div.login-form-field {
    margin-bottom: 5px;
}
.login-form-field label {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 2px;
    position: relative;
}
.login-form-field.username label:after {
	 content: '\f007';
}
.login-form-field.password label:after {
	 content: '\f023';
}

.login-form-field label:after {
    position: absolute;
    content: '';
    right: 3px;
    font-family: 'fontawesome';
    color: #929292;
}
.login-form-field input[type="text"], .login-form-field input[type="password"] , .login-form-field input[type="email"]{
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #F6F6F6;
    font-family: 'Gotham Light';
    height: auto;
    padding: 11px;
    outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -webkit-outline: none;
    -o-outline: none;
}
.login-form-field {
    font-size: 15px;
}
.login_inner_form form div.login-form-field.remember {
    margin-top: 11px;
    margin-bottom: 13px;
}
.login-form-field input[type="submit"] {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #D01A31;
    color: #fff;
    border-radius: 6px;
    font-family: 'Gotham Light';
    font-size: 16px;
    padding: 12px;
    outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    border: 1px solid #fff;
}
.login-form-field input[type="submit"]:hover {
    background-color: #F6F6F6;
    color: #D01A31;
    border-color: #D01A31;
}
.login_wr p a {
    color: #D01A31;
    font-weight: bold;
}
.login_wr p {
    text-align: center;
    font-size: 15px;
}
.create_login_info h2 {
	font-family: 'Bebas';
}
.create_login_info h2 {
    font-family: 'Bebas';
    font-weight: normal;
    color: #606060;
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin: 0px 0px 19px;
}
.create_login_info {
    background-image: url('../images/border-line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}
.create_login_info h2 span {
    color: #D01A31;
}
.create_login_info.personal_info {
    padding-top: 10px;
    background-image: none;
    padding-bottom: 11px;
}
.left_field {
    display: inline-block;
    width: 59.8%;
    vertical-align: top;
    margin-right: 4px;
}
.right_field {
    display: inline-block;
    vertical-align: top;
    width: 38%;
}
.login_form select {
    border: none;
    box-shadow: none;
    background-color: #F6F6F6;
    font-family: 'Gotham Light';
    padding: 13px;
    border-radius: 4px;
    width: 100%;
    appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
.field-col:first-child {
	margin-left:0px;
}
.field-col {
    display: inline-block;
    width: 32%;
    margin-left: 3.3px;
}
.login_form .field-col select {
    background-position: 91% center;
}
.login-form-field span {
    display: inline-block;
    width: 93%;
    vertical-align: top;
    margin-left: 9px;
    font-size: 15px;
    line-height: 20px;
}
div.birthday_wr {
    margin: 0px;
}
.login_wr.registraion_wr {
	padding-bottom: 183px
}
.login-form-field p {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}
.user_agreement {
    margin-top: 16px;
}
.registraion_wr .login_inner_form {
    padding-bottom: 22px;
}
.user_agreement label {
    font-weight: bold;
}
.donation_wr {
    background-image: url('../images/home-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 82px;
    border-bottom: 6px solid #D01A31;
}
/*.page-template-template-donation header#header {
    position: fixed;
    width: 100%;
    top: 0px;
}*/
.donation_form {
    float: right;
    background-color: rgba(50,51,52,0.93);
    width: 391px;
}
.donation_inner_wr {
    margin: 0px 4px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 32px;
}
.donation_inner_wr h1 {
	margin: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    background-image: url('../images/title-border.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
}
.donation_inner_wr h1 span {
    display: block;
    color: #D01A31;
    font-weight: bold;
    font-family: 'Gotham Medium';
    font-size: 40px;
    line-height: 69px;
}
.donation_inner_wr form {
 	margin: 28px 0px 0px 0px;
}
.donation_inner_wr p {
    margin: 13px 0px 0px;
    color: #ddd;
    font-size: 15px;
    text-align: center;
}
.donation_inner_wr form label {
    display: block;
    color: #fff;
    font-size: 15px;
}
.donation_inner_wr form input[type="text"] {
    width: 100%;
    background-color: #8F9396;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Gotham Light';
    color: #fff;
    font-size: 17px;
}
.donation_inner_wr input[type="submit"] {
    width: 100%;
    border: 1px solid #000;
    box-shadow: 10px 10px 31px -4px #000;
    -ms-box-shadow: 10px 10px 31px -4px #000;
    -moz-box-shadow: 10px 10px 31px -4px #000;
    -o-box-shadow: 10px 10px 31px -4px #000;
    -webkit-box-shadow: 10px 10px 31px -4px #000;
    background-color: #D01A31;
    color: #fff;
    font-family: 'Gotham Light';
    text-transform: uppercase;
    height: auto;
    padding: 16px;
    border-radius: 4px;
    margin-top: 18px;
    font-size: 17px;
}
.donation_inner_wr p a {
    color: #6DABD6;
    font-weight: bold;
    font-style: italic;
}
.grey_wr {
	background-color: #EFEFEF;
}
.opportunities_wr,.find-opportunities,.post_oprotuinity_wr{
    padding-top: 82px;
    padding-bottom: 116px;
}
.opportunities_post {
    width: 942px;
    margin:0 auto 32px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 35px 29px;
    position: relative;
    border-bottom: 5px solid #D01A31;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.1);
}
.opportunities_post:before {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #323335;
    height: 5px;
    bottom: -5px;
    right: 0px;
}
.opportunities_post h3 {
    margin: 0px;
    color: #D01A31;
    font-family: 'Gotham Medium';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 21px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    line-height: 27px;
    padding-bottom: 6px;
}
.opportunities_inner_post {
    border: 1px solid #ddd;
    background-color: #EFEFEF;
    padding: 22px;
    position: relative;
}
.opportunities_post_content {
    font-size: 15px;
    line-height: 21px;
    color: #222;
    margin-top: 12px;
    padding-left: 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.opportunities_extra_fields {
    padding-top: 15px;
}
.opportunities_extra_fields ul {
    margin: 0px;
    padding: 0px;
}
.opportunities_extra_fields ul li:first-child {
    border-top: none;
}
.opportunities_extra_fields ul li {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #222;
    border-top: 1px solid #ddd;
    padding: 8px 0px;
}
span.field_title {
    display: inline-block;
    font-family: 'Gotham Medium';
    width: 101px;
}
.opprtunities_post_filter {
    width: 942px;
    margin: 14px auto 25px;
    text-align: right;
    padding-right: 35px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.opprtunities_post_filter select {
    font-family: 'Gotham Light';
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #000;
    width: 134px;
    font-size: 15px;
    padding: 5px;
}
.opprtunities_post_filter span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Gotham Medium';
}
.opportunities_wr .wp-pagenavi {
    width: 942px;
    margin: 0 auto;
    text-align: right;
    padding-right: 35px;
    box-sizing: border-box;
}
span.current {
    color: #D01A31;
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 46px;
    text-align: center;
    line-height: 26px;
    position: relative;
}
.wp-pagenavi a {
    color: #000;
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 46px;
    text-align: center;
    line-height: 26px;
    position: relative;
}
.wp-pagenavi a:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    top: 50%;
    transform: translateY(-50%);
}
.wp-pagenavi a.nextpostslink ,
.wp-pagenavi a.previouspostslink {
    height: 26px;
    width: 26px;
    line-height: 24px;
    border: 1px solid;
    vertical-align: top;
}
.wp-pagenavi a.nextpostslink:before ,
.wp-pagenavi a.previouspostslink:before {
	display: none;
}
a.edit_opprtunity {
    position: absolute;
    right: 22px;
    font-size: 15px;
    color: #045E9A;
    top: 25px;
}
.opportunities_post h3 a {
    color: #D01A31;
    font-weight: normal;
}
.find_opportunities_wr {
    background-color: #cf1a31;
    border-radius: 7px;
    color: #fff;
    padding: 0px 10px 24px 10px;
    margin-top: 46px;
    box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.4);
    background-image: url('../images/search-form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.find_opportunities_inner_wr {
    background-color: #B30413;
    border-radius: 4px;
    padding: 32px 32px 37px 32px;
    box-shadow:0px 4px 16px 0px rgba(0,0,0,0.5);
    -ms-box-shadow:0px 4px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 4px 16px 0px rgba(0,0,0,0.5);
    -o-box-shadow:0px 4px 16px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 4px 16px 0px rgba(0,0,0,0.5);
}
.search_box input[type="text"], .search_box select {
    background-color: #BF0E20;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #C30313;
    height: auto;
    color: #fff;
    font-family: 'Gotham Light';
    padding: 13px;
    font-size: 15px;
}
.search_box select {
    padding: 15px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/white-arrow.png');
    background-repeat:no-repeat;
    background-position: 94% center; 
}
.search_box label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: normal;
    text-shadow: 0px 0px 0px
}
.search_box input[type="submit"] {
    background-image: none;
    background: rgb(2,0,36);
    color: #fff;
    font-family: 'Gotham Light';
    border: none;
    text-transform: uppercase;
    padding: 14px 29px;
    border-radius: 4px;
    font-size: 18px;
    outline: none;
    -ms-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -moz-outline: none;
}
.search_box:first-child {
    margin-left: 0px;
}
.search_box {
    display: inline-block;
    width: 28%;
    margin-left: 9px;
    vertical-align: bottom;
    margin-bottom: 0px;
}
.search_box.submit_box {
    width: 12%;
    position: relative;
}
.search_box.submit_box .ajax_loader {
    position: absolute;
    right: -23px;
    top: 6px;
    display: none;
}
.search_box {
    display: inline-block;
    width: 28%;
    margin-left: 9px;
    vertical-align: bottom;
    margin-bottom: 0px;
}
.find_opportunities_inner_wr h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
}
.find_opportunities_inner_wr h3 span {
    font-family: 'Gotham Medium';
}
.find_opportunities_inner_wr form {
    margin-bottom: 0px;
}
.search_reults_wr h4 {
    background-color: #323335;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px;
    border-bottom: 3px solid #D01A31;
    padding: 15px;
}
.search_left_sidebar {
    float: left;
    width: 23%;
 	border: 1px solid #ddd;
}
.search_right_posts {
    float: right;
    width: 74.5%;
}
.search_reults_post .opportunities_post {
    width: 100%;
}
.search_reults_wr {
    margin-top: 37px;
}
.left_boxes {
    padding: 9px 0px;
    border-top: 1px solid #ddd;
}
.left_boxes ul {
    margin: 0px;
    padding: 0px;
}
.search_left_wr ul li {
    display: block;
    line-height: 27px;
}
.search_left_wr ul li span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.search_left_wr {
    background-color: #F7F7F7;
    padding-left: 17px;
    padding-right: 11px;
    font-size: 15px;
    position: relative;
    border-bottom: 4px solid #D01A31;
}
.search_left_wr:before {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #323335;
    height: 4px;
    bottom: -4px;
    right: 0px;
}
.left_boxes h5 {
    font-weight: normal;
    font-family: 'Gotham Medium';
    margin: 0px 0px 8px 0px;
    font-size: 15px;
}
.aarp_opportunities {
    margin-bottom: 14px;
}
.aarp_opportunities span {
    display: inline-block;
    width: 88%;
    vertical-align: top;
    line-height: 17px;
    margin-left: 13px;
}
.aarp_opportunities {
    margin-bottom: 14px;
    margin-top: 9px;
}
.search_left_sidebar h4 {
    background-image: url('../images/refine-search.png');
    background-repeat: no-repeat;
    background-position: 93% center;
}
.search_message p {
    margin: 0px;
    font-size: 23px;
    color: #333;
    line-height: 28px;
}
.search_message h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 19px;
}
.search_message {
    margin-top: 46px;
}
.search_message ul li {
    display: inline-block;
    position: relative;
    padding-left: 9px;
    vertical-align: top;
}
.search_message ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 9px 0px 5px;
    padding: 5px 0px;
}
.search_message ul li:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 16px;
    left: 0px;
    top: 10px;
}
.post_oprotuinity_inner_wr:before {
    position: absolute;
    content: '';
    width: 50%;
    right: 0px;
    height: 5px;
    bottom: -5px;
    background-color: #000;
}

.post_oprotuinity_inner_wr {
    background-color: #fff;
   /* width: 670px;*/
   	width:712px;
    margin: 23px auto 0px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 5px solid #D01A31;
    position: relative;
}
.post_oprotuinity_grey_box {
    background-color: #F7F7F7;
    margin-bottom: 22px;
    padding: 25px;
    border: 1px solid #ddd;
}
.post_oprotuinity_grey_box h3 {
    margin: 0px;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
}
.post_oprotuinity_grey_box h3 span {
    color: #D01A31;
    font-family: 'Gotham Medium';
}
.post_oprotuinity_grey_box label {
    font-size: 15px;
    font-family: 'Gotham Medium';
    display: block;
    color: #444;
    font-weight: normal;
}
.contact_info label,
.oprotuinity_info label {
    font-family: 'Gotham Light';
    color: #000;
    font-size: 16px;
    margin-bottom: 2px;
}
.contact_info span.contactopp_label {
    font-size: 13px;
}
.post_oprotuinity_grey_box input ,
.post_oprotuinity_grey_box textarea {
    background-color: #E4E4E4;
    box-shadow: none;
    border: none;
    width: 100%;
    font-family: 'Gotham Light';
    font-size: 14px;
    padding: 10px;
    color: #000;
}
.contact_info span.contact_label {
    font-size: 14px;
    color: #666;
}
.opp_left {
	float: left;
}
.opp_right {float: right;}
.opp_left,.opp_right {
    display: inline-block;
    width: 47%;
    margin-bottom: 0px;
}
.contact_fields,
.opp_field {
    margin-bottom: 0px;
}
.opp_field {
    padding: 10px 0px;
}
.oprotuinity_fields {
    padding: 10px 0px 0px;
    margin-bottom: 0px;
}
.oprotuinity_fields .opp_left input {
    margin-bottom: 7px;
}
.post_oprotuinity_grey_box textarea {
    resize: none;
    margin-bottom: 9px;
    display: block;
}
.categories input {
    width: auto;
}
.categories .opp_left div,
.categories .opp_right div {
    margin-bottom: 3px;
    font-size: 15px;
}
span.categories_msg {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 13px 0px;
}
.categories .opp_left {
    border-right: 1px solid #ddd;
}
.interests_info {
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 0px;
}
.interests_info div {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 5px;
}
.location_wr input, .date_wr input {
    width: auto;
}
.location_wr div, .date_wr div {
    margin-bottom: 6px;
}
.location_wr, .date_wr {
    font-size: 15px;
    padding: 8px 0px;
    margin-bottom: 0px;
}
.date_wr {
	border-top:1px solid #ddd; 
}
.online_reg input {
    width: auto;
}
.online_reg {
    margin-bottom: 0px;
    padding-top: 11px;
}

.post_oprotuinity_submit_wr a, .post_oprotuinity_submit_wr input,input[name="contact_submit"] {
    background-color: #D01A31;
    color: #fff;
    height: auto;
    border: none;
    font-family: 'Gotham Book';
    text-shadow: 0px 0px 0px;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 27px 11px;
    margin: 0px 17px;
    line-height: 25px;
    border: 1px solid transparent;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
input[name="contact_submit"] {
    box-sizing: border-box;
    margin: 30px 0px 0px 0px;
}
.post_oprotuinity_submit_wr {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
}
.post_oprotuinity_submit_wr a:hover, .post_oprotuinity_submit_wr input:hover {
    background-color: transparent;
    border-color: #D01A31;
    color: #D01A31;
}
.field_full .ajax_loader {
	display: none; 
    position: absolute;
    bottom: -6px;
}


/*custom checkbox*/

	.categories input[type="checkbox"] {
	    position: relative;
	    opacity: 0;
	}
	input[type="checkbox"]:checked ~ span::before {
	    content: '\f00c';
	    border-color: #D01A31;
	}
	.opp_left span::before,
	.opp_right span::before,
	.interests_info span::before {
	    position: absolute;
	    content: '';
	    width: 13px;
	    height: 13px;
	    border: 1px solid #000;
	    top: 1px;
	    left: -22px;
	    color: #D01A31;
	    font-size: 10px;
	    line-height: 13px;
	    text-align: center;
	    font-family: 'fontawesome';
	}
	.categories input[type="checkbox"]:empty {
	    z-index: 1;
	    position: relative;
	}
	.opp_left span,
	.opp_right span,
	.interests_info span {
	    position: relative;
	}


/*for custom radio*/

	.location_wr input[type="radio"],
	.date_wr input[type="radio"],
	.online_reg input[type="radio"],
	.remember input[type="radio"],
	.user_agreement input[type="radio"],
	.keep_in_touch_wr input[type="radio"] {
		 position: relative;
	    opacity: 0;
	}
	.location_wr span,
	.date_wr span,
	.online_reg span,
	.remember span,
	.user_agreement span ,
	.keep_in_touch_wr span {
	    position: relative;
	}
	.location_wr input[type="radio"]:empty ,
	.date_wr input[type="radio"]:empty,
	.online_reg input[type="radio"]:empty,
	.remember input[type="radio"]:empty,
	.user_agreement input[type="radio"]:empty,
	.keep_in_touch_wr input[type="radio"]:empty {
	    z-index: 1;
	    position: relative;
	}
	.location_wr input[type="radio"]:checked ~ span::before,
	.date_wr input[type="radio"]:checked ~ span::before,
	.online_reg input[type="radio"]:checked ~ span::before,
	.remember input[type="radio"]:checked ~ span::before ,
	.user_agreement input[type="radio"]:checked ~ span::before,
	.keep_in_touch_wr input[type="radio"]:checked ~ span::before {
	    content: '\f111';
	  /*  border-color: #D01A31;*/
	}
	.location_wr span::before,
	.date_wr span::before,
	.online_reg span::before,
	.remember span::before ,
	.user_agreement span::before,
	.keep_in_touch_wr span::before {
		position: absolute;
	    content: '';
	    width: 15px;
	    height: 15px;
	    border: 1px solid #959595;
	    top: -1px;
	    left: -22px;
	    color: #959595;
	    font-size: 10px;
	    line-height: 15px;
	    text-align: center;
	    font-family: 'fontawesome';
	    border-radius: 33px;
	}
	.online_reg div {
	    display: inline-block;
	    margin-bottom: 0px;
	    margin-right: 15px;
	}
	.remember span::before,
	.user_agreement span::before ,
	.keep_in_touch_wr span::before {
		top: 2px;
    	left: -28px;
	}

.header-menu .slicknav_menu {
    display: none;
}
.left_boxes input[type="checkbox"] ~ span::before,
.framefilter input[type="radio"] ~ span::before ,
.locationfilter input[type="radio"] ~ span::before {
    content: '';
    border-color: #D01A31;
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
	top: 3px;
    left: -24px;
    color: #D01A31;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    font-family: 'fontawesome';
}
.left_boxes input[type="checkbox"]:checked ~ span::before,
.framefilter input[type="radio"]:checked ~ span::before ,
.locationfilter input[type="radio"]:checked ~ span::before {
	 content: '\f00c';
}
.left_boxes input[type="checkbox"]:empty,
.framefilter input[type="radio"]:empty,
.locationfilter input[type="radio"]:empty {
    z-index: 1;
    position: relative;
}

.left_boxes input[type="checkbox"],
.framefilter input[type="radio"] ,
.locationfilter input[type="radio"] {
     opacity: 0; 
}
#single_wr {
    padding-bottom: 43px;
    padding-top: 40px;
}
h1.page_title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 31px;
    color: #D01A31;
    font-family: 'Gotham Medium';
}
.volunteer_opp h3 {
    color: #D01A31;
    font-size: 26px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
 	font-weight: normal; 
    font-size: 35px;
    line-height: 43px;
    position: relative;
    margin: 0px;
    padding-bottom: 7px;
}
.volunteer_opp h3:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 2px;
    background-color: #D01A31;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.volunteer_opp form input {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Gotham Light';
}
.volunteer_opp label {
    font-weight: normal;
    font-size: 15px;
    font-family: 'Gotham Medium';
}
.volunteer_opp form#wivm-sign-up-form input[type="submit"] {
    display: inline-block;
    width: auto;
    margin: 20px auto 0px;
    float: none;
    background-color: #D01A31;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    padding: 14px 22px;
    font-family: 'Gotham Medium';
}
/*body.single a {
    color: #D01A31;
}*/
.widget-title h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Gotham Medium';
}
.error-page {
    padding: 42px 0px 94px;
    text-align: center;
}
.login-form-field span.error_msg {
    display: block;
    margin: 0px;
    color: #D01A31;
    font-size: 11px;
}
.post_oprotuinity_submit_wr {
	position: relative;
}
.login-form-field span.ajax_loader,
.post_oprotuinity_submit_wr span.ajax_loader{
	display: none;
    position: absolute;
    top: 10px;
    right: -19px;
    width: auto;
}
.response-message p {
    margin: 0px;
    padding: 9px 11px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-family: 'Gotham Medium';
}
.response-message p.alert-danger {
	 background-color: #D01A31;
}
.response-message p.alert-success {
	background-color: #00802b;
}
.response-message {
    margin-top: 14px;
    margin-bottom: 0px;
}
.login_inner_form form div.login-form-field {
    position: relative;
}
/*.locationaddress {
	display: none;
}*/
input#start_day,
input#end_day {
    width: 100%;
    margin-top:10px; 
}
.particular_day,.start_end_date {
	display: none;
}
span.error_msg:before {
    display: none;
}
span.error_msg {
    color: #D01A31;
    font-size: 14px;
}
.locationaddress,.state-wide {
	display: none;
}
.post_oprotuinity_submit_outer_wr {
	text-align: center;
}
.post_oprotuinity_submit_wr {
	display: inline-block;
}
.locationaddress select,
.state-wide select {
    background-color: #E4E4E4;
    box-shadow: none;
    border: none;
    width: 100%;
    font-family: 'Gotham Light';
    font-size: 14px;
    padding: 11px 10px;
    color: #000;
}
.locationaddress input, .locationaddress select,.state-wide select {
    width: 100%;
}
.find_state_wr {
	display: none;
}
.filter_loading {
     display: none; 
    height: 100%;
    position: absolute;
    width: 100%;
    height: 772px;
    background-color: #fff;
    text-align: center;
    line-height: 772px;
     top: 0px;
}
.search_reults_post {
    position: relative;
}
/*.search_post_msg {
	display: none;
}*/
.search_right_posts .search_message {
    margin: 0px;
 /*   padding: 24px;*/
    text-align: center;
    background-color: #B30413;
}
.search_right_posts .search_message p {
    margin: 0px;
    color: #fff;
    padding: 0px;
    font-size: 19px;
    line-height: 31px;
}
.search_left_wr form.search_refine {
    margin: 0px;
}
.find_by_zip_location {
	display: none;
}
.search_left_wr input[type="text"], .search_left_wr select {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 7px;
    font-family: 'Gotham Light';
}

.single-volunteer_opp .section_right_wr {
    float: right;
    width: 27%;
}
.single-volunteer_opp  .section_left_wr {
    float: left;
    width: 69%;
}
.iframe_wr iframe {
    border-width: 0px;
    border-width: 0px;
    border: 1px solid #ddd;
}
.opp_details {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.fields_left {
    width: 48%;
    float: left;
    text-align: left;
}
.fields_right {
    float: right;
    width: 48%;
    text-align: left;
}
.opp_outer_wr {
    padding: 62px 0px 27px;
    background-color: #f5f5f5;
}
.single-volunteer_opp #single_wr {
    padding-bottom: 0px;
}
.section_left_wr_opp p {
    width: 1200px;
    margin: 0 auto;
    padding: 22px 0px 42px;
}
.fields_full {
    text-align: left;
}
.drop-form-field.dropformcaptcha {
    width: 300px;
    margin: 36px auto 0px;
}
.iframe_wr {
    float: right;
    width: 48%;
}
.opp-info-left {
    float: left;
    width: 50%;
}
.opp-info-left span {
    margin-bottom: 13px;
}
.opp-info-left span {
    margin-bottom: 13px;
}
.section_left_wr_opp h1.page_title {
    text-align: center;
    margin-bottom: 51px;
    position: relative;
    padding-bottom: 10px;
}
.section_left_wr_opp .volunteer-opp-info {
    padding: 0px 0px 42px;
}
.section_left_wr_opp h1.page_title:before {
    position: absolute;
    content: '';
    width: 68px;
    height: 2px;
    background-color: #D01A31;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.guest_field label {
    margin-bottom: 2px;
}
input.error {
    border: 1px solid #D01A31;
}
.social_media_highlights iframe {
    width: 900px;
}
.theme-layout-mosaic-wall #wall .image-tile .text-popup {
	display: none !important;
}
.field_full .opp_left, .field_full .opp_right,.field_full {
	position: relative;
}
.field_full .opp_left .error_msg, .field_full .opp_right .error_msg {
    position: absolute;
    bottom: -21px;
}
span.error_msg {
    color: #D01A31;
    font-size: 14px;
}
.calendar {
    width: 942px;
    margin: 0 auto 32px;
}
.search_left input, .search_right input {
    background-color: #E4E4E4;
    box-shadow: none;
    border: none;
    font-family: 'Gotham Book';
    width: 100%;
    outline: none;
    -o-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -ms-outline: none;
}
.search_right input[type="submit"] {
    background-color: #D01A31;
    color: #fff;
    border-radius: 3px;
}
.search_left,
.search_right {
	display: inline-block;
    margin: 0px;
    vertical-align: bottom;
}
.search_left {
    width: 80%;
}
.search_right {
    width: 19%;
}
.search_left label {
    display: block;
}
.event_main_wr .wp-pagenavi,
.all_events .wp-pagenavi {
    width: 942px;
    margin: 0 auto;
}
.calendar .ajax_loader {
	display: none;
}


.event_main_wr .opportunities_post_wr {
    width: 942px;
    margin: 0 auto;
    position: relative;
}
.header_right .logout_menu li {
    display: inline-block;
}
.logout_menu li.author_opp a {
    width: 133px;
}
.all_events .opportunities_post_wr {
    margin-top: 39px;
}
.rsvp-columns, .rsvp-field {
    width: 29%;
    display: inline-block;
    padding: 6px 13px;
    box-sizing: border-box;
    font-size: 15px;
}
.rsvp-columns-box {
    background-color: #D01A31;
    color: #fff;
    font-family: 'Gotham Medium';
}
.rsvp-columns-fields .rsvp-columns-row {
    border-top: 1px solid #ddd;
}
.rsvp-columns-fields {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rsvp-field:first-child,
.rsvp-columns:first-child {
    border-left: none;
}

.rsvp-field {
    border-left: 1px solid #ddd;
}
.rsvp-columns {
    border-left: 1px solid #fff;
}
.number_rsvps p {
    font-family: 'Gotham Medium';
    color: #D01A31;
    margin-bottom: 13px;
}
.rsvp-field a:hover {
    color: #D01A31;
}
.rsvp-field a {
    color: #000;
}
.rsvp-columns.serial-no, .rsvp-field.serial-field {
    width: 10%;
    text-align: center;
}
.header_common_banner {
    text-align: right;
}
.header_common_banner {
    text-align: right;
    padding-bottom: 38px;
    /*background-image: url(http://kitmediadevelopment.com/beabetterhuman/wp-content/uploads/2018/05/home-banner.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.common_banner_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0px;
}
.social_media_highlights iframe {
   	height: 604px !important;
}
#wall .twine-item {
     max-width: 273px !important; 
     max-height: 273px !important; 
     height: 25vw !important; 
     width: 25% !important; 
}
.get-social {
    padding-top: 49px;
}
.event-error p{
	text-align: center;
    margin: 44px 0px 0px;
    font-size: 20px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Gotham Medium'
}
.event-error p a {
    color: #D01A31;
}
.event-error {
	text-align: center;
}
.login_inner_form a {
    color: #D01A31;
    font-size: 13px;
    text-align: center;
}
p.expired-message {
    font-size: 23px;
    color: #D01A31;
    font-family: 'Gotham Medium';
}
.end-opportunity a {
    background-color: #D01A31;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
    margin-top: 10px;
    border: 1px solid #D01A31;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.end-opportunity a:hover {
    color: #D01A31;
    background-color: #fff;
}
.end-opportunity span.ajax_loader {
    display: none;
}
span#hide-eye {
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    width: auto;
    text-align: right;
    color: #999;
    cursor: pointer;
}
.login_form select.required,
.login-form-field input[type="text"].required, 
.login-form-field input[type="password"].required, 
.login-form-field input[type="email"].required,
.post_oprotuinity_grey_box input.required, 
.post_oprotuinity_grey_box textarea.required,
.locationaddress input.required, 
.locationaddress select.required, 
.state-wide select.required{
    border: 1px solid #D01A31;
    background-color: rgba(255,0,0,0.03);
}
.login_inner_form.password-link {
    font-size: 13px;
    padding: 14px 57px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 19px;
}
div#social-feed-container-317 {
    width: 71%;
    margin: 0 auto;
}
#social-feed-container-317 .grid-item {
    padding: 11px;
}

#social-feed-container-317 img.attachment {
    margin: 0px !important;
    width: 100%;
}