/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    -webkit-text-size-adjust: none; outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: "Lato", Merriweather, Georgia, serif;
	font-size: 16px;
	line-height: 28px;
   /* -webkit-appearance: none;
    -moz-appearance: none;
     -webkit-text-size-adjust: none;  */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h1 {
    font-size: 28px;
    line-height: 32px;
}


p {
	margin: 0;
}

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

blockquote {

}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Lato", Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {

}
#buddypress #item-header-cover-image #item-meta .text code {
    display: block;
    padding: 20px 0;
}
#buddypress #item-header-cover-image #item-meta .text blockquote {
    margin: 30px 0;
    padding: 0px;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

.site-content ul,
.site-content ol {
	/*margin: 25px 0 25px 30px;*/
	padding: 0;
}
ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li  {
  list-style: none;
}


li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
.bandeau img {
	width: 100%;
}
.entry-content img {
  padding: 3px;
  border: 1px solid #ccc;
}
.entry-content img.no-border{
  padding: 0px;
  border: none;
}


del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: transparent;
	border: 1px solid #959697;
	color: #000;
    font-size: 12px;
    line-height: 20px;
	padding: 6px 12px;
	width: 100%;
    margin-bottom: 13px;
    border-radius: 0px;
}
.contact_wrapper input[type="date"],
.contact_wrapper input[type="time"],
.contact_wrapper input[type="datetime-local"],
.contact_wrapper input[type="week"],
.contact_wrapper input[type="month"],
.contact_wrapper input[type="text"],
.contact_wrapper input[type="email"],
.contact_wrapper input[type="url"],
.contact_wrapper input[type="password"],
.contact_wrapper input[type="search"],
.contact_wrapper input[type="tel"],
.contact_wrapper input[type="number"],
.contact_wrapper textarea {
	color: #fff;
}
div.wpcf7-mail-sent-ng{
  clear: both !important;
  color: #fff !important;
  border: none !important;
}
.contact-page div.wpcf7-mail-sent-ng,
.contact-page div.wpcf7-validation-errors{
  color: #000 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #ffffff;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: #ffffff;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: transparent;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.wpcf7-form-control-wrap.wpgdprc {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
	display: block;	
}

.contact-page .wpcf7-form-control-wrap.wpgdprc {
	color: #000;
} 

.contact-page .wpcf7-form-control-wrap.wpgdprc span.wpcf7-list-item {
	margin: 0;
}

.wpgdprc-form.wpgdprc-form--access-request {
	max-width: 500px;
}

.wpgdprc-form.wpgdprc-form--access-request  input {
	padding: 15px 20px;
	font-size: 16px;
}

.wpgdprc-form.wpgdprc-form--access-request  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}

.wpgdprc-form.wpgdprc-form--access-request  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

.wpgdprc-form.wpgdprc-form--access-request  input::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}

.wpgdprc-form.wpgdprc-form--access-request input[type="submit"] {
	margin-top: 20px;	
        display: inline-block;
}

.wpgdprc-form.wpgdprc-form--access-request input[type="submit"]:hover {
	background: #92cd50;	
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #92cd50;
}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	color: #598527;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
    color: #333333;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	float:right;
    position: relative;
    z-index: 11;
    margin-top: 5px;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: "Lato", "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #333333;
	display: block;
    font-size: 15px;
	line-height: 20px;
	padding: 10px 14px;
    font-family: "Lato";
    text-transform: uppercase;
    border-bottom: 10px solid transparent;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #92cd50;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 10px solid #fff;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	color: #333;
    font-size: 14px;
	min-height: 40px;
	position: relative;
    padding-top: 20px !important;
}

.pagination:before,
.pagination:after {
	background: transparent;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
    display: none;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
    font-size: 14px !important;
	line-height: 32px !important;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0 5px;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background: transparent;
	color: #333;
	display: inline-block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
    font-weight: 400;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	color: #333;
    font-weight: 400;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
    float: left;

}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
    display: none;
}

.pagination .next {
	right: 0;
    float:right;

}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
    display: none;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {

}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title,
.events_wrapper h2 {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
  font-size: 48px;
  line-height: 50px;
  color: #333333;
  background: url(images/bg_line.png) no-repeat center bottom;
  padding: 0px 22% 15px 22%;
  margin-bottom: 49px;
}
.events_wrapper .widget .widget-title{
  display: none
}


.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
   /*	max-width: 1320px; */
	position: relative;
}

.site-content {
	word-wrap: break-word;

}
/*.site-content ul*/
.content_default ul,
.single_product ul {

}
/*.site-content ul li*/
.content_default ul li,
.single_product ul li{
  background: url(images/bullet.png) no-repeat left 11px;
  padding-left: 32px;
  list-style: none;
}
.site-content ul#accordion li{
  background: none;
  padding-left: 0px;
  list-style: none;
}
.site-content ul#accordion {
  padding-left: 0px;
}
.site-content ul#accordion h3.ui-accordion-header{
  border: none !important;
}
.site-content ul#accordion h3.ui-accordion-header:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #598527;
    font-size: 20px;
    margin-right: 10px;
}
.site-content ul#accordion .ui-accordion-content   {

}
.ui-accordion .ui-accordion-content{
  padding: 20px 16px;
}


.site-content ul#accordion h3.ui-accordion-header .ui-accordion-header-icon{
  display: none;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {

}

.site-main > :last-child {
	margin-bottom: 0;
}
.inner_main {
  width: 1100px;
  margin:20px auto;
  min-height: 400px;
}
.inner_main .content{
  width: 70%;
  float: left;
  text-align: left;
  /*background: rgba(255,255,255,0.6);
  border: 1px solid #ccc;*/
}
.inner_main .main_sidebar{
  width: 28%;
  float: right;
}
/*.page-template-default .site-content,
.page-template-events .site-content,
.page-template-past-events .site-content*/
.site-content {
    background: url(images/bg1.jpg) repeat left top;
    padding-top: 20px;
    padding-bottom: 30px;
}
.home-page .site-content {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
}


.events_sidebar {
  background: #fff;
  border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 25px;
}
.challenge_sidebar {
  border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 25px;
    background: #fff url(images/bg_challenge.png) no-repeat -90px center;
    text-align:center;
}

.follow_sidebar {
  border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 25px;
    background: #fff;
    text-align:center;
}
.challenge_sidebar .text,
.follow_sidebar .text {
    font-size :14px;
    color: #333;
    text-transform: uppercase;
    font-weight :bold;
    line-height :16px;
    background: url(images/sub_title.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.follow_sidebar a   {
  color: #fff;
  background: #000;
  width :38px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding-top: 4px;
  height :38px;
  border-radius: 50%;
  margin-right: 12px;
}
.follow_sidebar a.instagram   {
  margin-right: 0px;
}
.follow_sidebar a:hover   {
  color: #fff;
  opacity: 0.8;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 0;
    max-height: 97px;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
   /*	margin: 0.875em auto 0.875em 0;*/
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	color: #999999;
	font-size: 30px;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;

}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {

}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {

}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {

}

.entry-title {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 28px;
    line-height: 32px;
	font-weight: 700;
	margin-bottom: 1em;
}


.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	line-height: 32px;
    color: #333333;
	margin-bottom: 1em;
    background: url(images/bg_h1.png) no-repeat left center;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 22px;
	line-height: 28px;
	margin-top: 42px;
	margin-bottom: 20px;
    color: #333333;
    background: #fff;
    border-left: 5px solid #598527;
    border-bottom: 1px solid #ccc;
    padding: 13px 15px 13px 23px;
}
.entry-content h2:before {
   /* background: #598527 none repeat scroll 0 0;
    float: left;
    margin-right: 14px;
    content: "";
    height: 56px;
    width: 5px; */
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 18px;
	line-height: 28px;
	 margin-top: 0px;
    margin-bottom: 2px;
    color :#598527;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;

}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 700;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	/*border-top: 4px solid #1a1a1a;   */
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {

}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0;
    background: url(images/bg_footer.jpg) no-repeat left top;
    background-size: cover;
    display: flex;
}
.footer_wrapper{
    width: 1100px;
    margin: 110px auto 50px;
}
.copyright  {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  float:left;
  margin-right: 4%;
  padding-top: 32px;
}
.footer-navigation  {
  float:left;
  width: 48%;
}
.footer-links-menu li   {
  float: left;
  list-style: none;
  border-left: 1px solid #618b31;
  padding-left: 12px;
  width :145px;
}
.footer-links-menu li.long   {
  width :190px;
}
.footer-links-menu li a   {
  float: left;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer-links-menu li a:hover,
.footer-links-menu li.current-menu-item a,
.footerSecondary-links-menu li a:hover,
.footerSecondary-links-menu li.current-menu-item a {
  color: #92cd50;
}


.footerSecondary-navigation {
  float:right;
  /* padding-top: 28px; */
}
.footerSecondary-links-menu li  {
  float: left;
  list-style: none;
  padding-left: 20px;
}
.footerSecondary-links-menu li:first-child  {
  padding-left: 0px;
}
.footerSecondary-links-menu li a   {
  float: left;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
}


.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
 /*	content: "\002f";
	display: inline-block;
	font-family: Lato, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;   */
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
   
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
   /*	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	} */

	.site {

	}

	.site-main {

	}

	.site-header {

	}

	.site-branding {
		float: left;
        position: absolute;
        top: 0px;
        left: 10%;
        z-index: 10;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 26px;
        line-height: 32px;
        color: #999999;
        padding: 7px;
        float: right;
	}
    .menu-toggle:hover {
        color: #92cd50;
	}

	.site-header-menu {

	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {

	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
	}

	.sidebar,
	.widecolumn {

	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 768px) {
   .site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
        margin-bottom: -10px;
	}
}
@media screen and (min-width: 768px) {
	.site-header {

	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
        display: block;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}



	.main-navigation {
		margin: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {

		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #92cd50;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {

	}

	.content-area {
		float: left;
		width: 100%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;

	}

	.widget {
		font-size: 13px;

	}

	.widget .widget-title {

	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {

	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {

	}

	.site-header {

	}

	.site-branding,
	.site-header-menu,
	.header-image {

	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 20px;
	}

	.widget {
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 28px;
    line-height: 32px;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {

	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {

	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {

	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {

	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {

	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {


	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {

	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
/*transycons */

.flex-direction-nav a{
 opacity: 1 !important
}
.flex-direction-nav .flex-prev{
 left: 0px !important;
}
.flex-direction-nav .flex-next{
 right: 0px !important;
}
.head-right {
  float: right;
  width: 58%;
}
.clear{
  clear: both;
}


.languages{
 float:right;
 margin: 24px 20% 8px 0;
}
.languages ul li{
 float:left;
 border-right: 1px solid #333333;
 padding-right: 12px;
 margin-right: 12px;
 list-style: none;
}
.languages ul li:last-child{
 border-right: none;
}
.languages ul li a{
 float:left;
 font-size :14px;
 line-height: 16px;
 color: #333333;
 font-family: "Lato";
 font-weight: 400;
}
.languages ul li.current-lang a,
.languages ul li a:hover{
  color: #92cd50;
}


header .searchform {
 float:right;
 margin: 6px 6.5% 0 35px;
 position: relative;
 width : 22px;
 height :26px;
}
header .searchform i{
 color: #999999;
 font-size: 20px;
 float:left;
 margin-top: 6px;
}
header .searchform input.inputblur  {
padding: 0px;
 border-radius: 0px;
 font-size: 12px;
    width: 0;
 border: 1px solid #fff;
 float: left;
 line-height: 18px;
 color: #655f51;
 margin-left: 230px;
 right: 0px;
 font-family: "Lato";
 position:absolute;
 -webkit-transition:all 1s ease-in-out;
 -moz-transition:all 1s ease-in-out;
 -o-transition:all 1s ease-in-out;
 transition:all 1s ease-in-out;
 outline:none;
 -webkit-appearance:none;
max-width: none;
background: #fff !important;
z-index: 100;
}
header .searchform:hover input.inputblur{width:140px;margin-left:0px; padding: 5px; border: 1px solid #999999; right :30px; }

.searchform input.btn_submit  {
 float:left; border-radius: 0px;  border: none; font-size: 16px; background: url(images/search.png) no-repeat center center; color: #fff; font-weight: normal; font-family: 'Roboto'; padding: 4px 8px 4px 8px; height: 46px; width: 44px; cursor: pointer;
}
header .searchform input.btn_submit  {
 display: none
}
/*#header .searchform input.btn_submit  {
  float:left; border-radius: 0px;  border: none; font-size: 16px; background: #008eab; color: #fff; font-weight: normal; font-family: 'Roboto'; padding: 4px 8px 4px 8px; height: 46px; width: 44px; cursor: pointer;
}*/
.searchform input.btn_submit:hover  {
  opacity: 0.8
}
.sitemap{
  float:right;
   color: #999999;
    margin: 14px 0 0 35px;
 font-size: 18px;
 line-height: 20px;
}
.slider {
  width :100%;
  display: table;
}

.slider .entry-content.slider-wrapper    {
    margin: 0px
}
.slider .entry-content.slider-wrapper .bx-controls   {
    display: none;
}


.slider ul li {
  position: relative;
}
.slider ul li .text{
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    padding: 13% 28% 0 28%;
   
}
/*.slider ul li .text p:last-child{
    background: rgba(0,0,0,0.2);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}*/
.slider ul li img {
  width :100%;
  padding: 0px;
  border: none;
}
.single_product {
  width :100%;
  background: url(images/bg1.jpg) repeat left top;
  display: inline-block;
}
.single_product_wrapper{
 width: 1070px;
 margin: 81px auto 84px;
 text-align: center;
 background: url(images/bg_h1.png) no-repeat center top;
 position: relative;
}
.single_product_wrapper .text{

padding-top: 41px;
margin-top: 40px;
font-size: 16px;
line-height: 28px;
color: #333333;
text-align:left;
margin-bottom: 44px;
}
.single_product.last_article .single_product_wrapper .text{
padding-top: 0px;
}
.single_product_wrapper h1{
padding: 27px 22% 46px 22%;
background: url(images/bg_line.png) no-repeat center bottom;
margin-bottom: 37px;
text-align: center;
}

a.read_more  {
  background: #598527;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 31px;
}
a.back  {
  background: #598527;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 9px 8px 9px;
  margin-top: 20px;
  clear:both;
  display:inline-block;
}
a.back:hover{
  opacity:0.8;
}


.em-booking {
  border:1px solid #ccc;
  background: #fff;
  padding: 20px;
  width: 55%;
}
.em-booking-form p.em-tickets-spaces{
    padding-bottom: 10px;
}


.em-booking-form label{
 font-weight: bold;
 width: 23%;
}
.event .entry-content h3{
    margin-top: 30px;
}
.em-booking-form-details{
  width: 100%;
  padding: 0px;
}
.em-booking-form-details textarea{
    width: 77%; color: #000;
    font-size: 14px;
}
div.em-booking-login{
  margin: 0px;
  border:none;
  padding: 0px;
}


.em-booking-form-details .em-booking-submit {
  background: #598527;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 9px 8px 9px;
  float:right;
  font-weight: normal;
  border-radius: 0px;
}
div.em-booking-login input#em_wp-submit  {
  background: #598527;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 9px 8px 9px;
  float: left;
  margin-bottom: 10px;
}
div.em-booking-login input{
   margin-bottom: 10px;

}
.em-booking-form-details input.input{
   color: #000;
   width: 77%;
   font-size: 14px;

}
div.em-booking-login label{
  display: inline-block;
  width: auto;
}


.em-booking-form-details .em-booking-submit:hover  {
  background: #598527;
  opacity: 0.8;
}


a.read_more:hover  {
  opacity: 0.8;
}
#main .events{
  width :100%;
  background: #fff;
  display: inline-block;
  padding: 0 1% 50px 1%;
}
.events_wrapper {
 margin: 81px auto 84px;
 padding-top: 53px;
 background: url(images/bg_events.png) no-repeat center top;
}
.events_wrapper h2{
  text-align:center;}


.site-content .events ul li {
    background: none;
    padding-left: 0px;
    list-style: none;

}
.events_wrapper > .widget > ul > li    {
    float:left;
    width:25%;
    padding:20px 1%;
    border: 1px solid #fff;
}
.events_wrapper > .widget > ul > li:hover {
    border: 1px solid #cddabe;
}

.site-content .events ul {
    margin: 0px;
    padding: 0;
}
.events_wrapper > .widget > ul > li > .date {
    width: 55px;
    float:left;
    font-size: 22px;
    line-height: 22px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
}

.events_wrapper > .widget > ul > li > ul {
    width: 75%;
    float:right;
}
.events_wrapper .widget ul li .date span{
    display: block;
    padding-bottom: 5px;
}
.events_wrapper .widget ul li .date span:first-child{
    font-weight: 300;
}
.events_wrapper .widget ul li .date span:nth-child(4){
    text-indent: -10000px;
    background: url(images/bg_vertical_line.jpg) no-repeat center center;
}
.events_wrapper .widget ul li .date span:nth-child(5){
    font-weight: 300;
}
.events_wrapper .widget ul li .location{
    font-weight: 400;
    color: #ff4229;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.events_wrapper .widget ul li .title{
    font-weight: 400;
    font-style: italic;
    color: #fffefe;
    font-size: 15px;
    line-height: 18px;
    background: #141414;
    padding: 10px;

}
.events_wrapper .widget ul li .title a{
    color: #fffefe;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.events_wrapper .widget ul li .text{
    font-weight: 400;
    max-height: 61px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0 15px 0;
}
.events_wrapper a.read_more{
   float: left;
   padding: 7px 9px 8px 9px;
   font-size: 12px;
}
.video.home{
  width :100%;
  background: url(images/bg_video.jpg) no-repeat center top;
  background-size: cover;
  display: inline-block;
  padding: 0 1% 29px 1%;
}
.tax-tagsvideo .video{
  background: none;
}
.video_wrapper {
 margin: 85px auto 0;
 background: url(images/bg_video1.png) no-repeat center top;
 width: 1100px;
 padding-top: 48px;
 position: relative;
}
.video_wrapper h2{
 font-weight: bold;
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    text-align:center;
    background: url(images/bg_h1_white.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 72px;
}
.video_wrapper h2 a{
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.site-content .video ul {
  margin: 0px;
}
.site-content .video.home ul li{
  background: none;
  padding-left: 0px;
  text-align: center;
}
.video.home .content    {
  float:right;
  width: 48%;
  padding-top: 60px;
}
.video.home .content a    {
  color: #fefefe;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 34px;
  display: block;
}
.video.home .content .excerpt    {
  color: #fefefe;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}
.video.home .video_link  {
  width: 562px;
  max-height: 300px;
  border: 1px solid #000;
  overflow: hidden;
  display: inline-block;
}
.video.home iframe {
    max-height: 300px;
}
.video.home .bx-controls {
  padding-top: 41px;
}
.video.home .bx-controls .bx-controls-direction  {
 display: none;
}
.login  {
  float:right;
  font-size :14px;
  line-height: 24px;
  color: #333333;
  margin: 20px 50px 0 0;
  background: url(images/login.png) no-repeat left center;
  padding-left: 34px;
  cursor: pointer;
}
.login.logged  {
    background: transparent;
}
.login.logged a {
    color: #92cd50;
}
.login:hover  {
  opacity: 0.8;
}
.single_product.last_article .single_product_wrapper {
 background: url(images/bg_lastarticle.png) no-repeat center top;
}
.single_product.last_article .single_product_wrapper h2{
 padding: 64px 22% 36px 22%;
background: url(images/bg_h1_green.png) no-repeat center bottom;
margin-bottom: 37px;
text-align: center;
    font-size: 28px;
    line-height: 32px;
}
.single_product.last_article .single_product_wrapper .text {
    overflow: hidden;
    max-height: 190px;
}
.contact    {
   width :100%;
  background: url(images/bg_contact.jpg) no-repeat center top;
  background-size: cover;
  display: inline-block;
  padding: 0 1% 57px 1%;
}
.contact_wrapper {
 margin: 85px auto 0;
 background: url(images/bg_pen.png) no-repeat center top;
 width: 1100px;
 padding-top: 48px;
}

.contact_wrapper input[type="radio"] {
    float: left;
    margin-top: 4px;
}
.contact_wrapper .already input[type="radio"] {
    margin-right: 15px;
}
.contact_wrapper input[type="checkbox"] {
    float: left;
    margin-top: 4px;
}
.contact_wrapper .information input[type="checkbox"] {
    margin-top: 3px;
}
.information{
    margin-top: 7px;
    margin-bottom: 10px;
    font-size :14px;
}
.contact_wrapper span.wpcf7-list-item,
.contact-page .information span.wpcf7-list-item{
    margin-left: 0px;
}

.contact_wrapper h2{
 font-weight: bold;
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    text-align:center;
    background: url(images/bg_h1_white.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 12px;
}
.contact_wrapper h3{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 2px;
    font-weight: normal;
    padding-bottom: 3px;
}
.contact_wrapper h4{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 36px;
}
.contact .left {
    width: 49%;
    float: left;
}

.contact .right {
    width: 49%;
    float: right;
}
.contact .already{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 4px;
}
.contact .already.help{
    padding-bottom: 8px;
}
.contact .already.help input{
    margin-left: 8px;
}
.contact .information{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding:8px 0 4px 0;
    float:left;
}
.contact .already label,
.contact .information label{
    float:left;
}
.contact p.captcha{
    border: 1px solid #959697;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 14%;
    margin: 18px 0 12px 0;
    height: 56px;
}
.contact p.captcha span{
    padding: 0 0 0 2px;
    font-size: 18px;
    position: initial;
}
.contact p.captcha input{
    border: none;
    background : #000;
    float:right;
    width: 100px;
    text-align: center;
}
.contact input[type="submit"]    {
    background: #618b31;
    color :#fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 7px 7px 7px 7px;
    text-transform: uppercase;
    border-radius: 0px;
    width: auto;
    font-weight: normal;
    float: right;
}
.contact textarea    {
   height: 110px;
   padding: 10px 15px;
}
.contact input[type="submit"]:hover    {
   opacity: 0.8;
}
div.wpcf7{
  font-weight: bold;
}
.challenge    {
   width :100%;
  background: url(images/bg_challenge.png) no-repeat center center;
  display: inline-block;
  padding: 22px 0 22px 0;
  min-height: 270px;

}
.challenge_wrapper {
 margin: 0 auto;
 width: 1100px;
 padding:0;
   position: relative;
   display: table;
}
.challenge_wrapper a.text{
 float:left;
 text-align: right;
 color :#000000;
 font-size: 24px;
 line-height: 30px;
 text-transform: uppercase;
 width: 39%;
 padding-top: 82px;
}
.challenge_wrapper a.text:hover{
 color :#598527;
}
.challenge_wrapper img{
 float:right;
 margin: 18px 26% 0 0;
}
#back-top {
	position: absolute;
	bottom: -75px;
    z-index:999;
    left: 48%;
}

/* arrow icon (span tag) */
#back-top span {

	width: 47px;
	height: 44px;
	display: block;
	margin-bottom: 7px;
	background: url(images/up_button.jpg) no-repeat left top;
     float:right !important;

}
#back-top a:hover span {

}
.main_sidebar h3 {
    /*text-transform: none;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    background: url(images/bg_line_sidebar.png) no-repeat left bottom;
    padding: 10px 0;
    margin-bottom: 25px;*/
    font-size :14px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight :bold;
    line-height :16px;
    background: url(images/sub_title.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.events_sidebar .date   {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.events_sidebar .name {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 2px;
}
.events_sidebar .name a{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
.white  {
  padding: 10px;
  background: rgba(255,255,255,0.6);
}
h2.white:before {
    display: none;
}
.ui-accordion h3.ui-accordion-header{
    font-size: 16px !important;
    margin-bottom: 5px;
    border: 1px solid #ccc !important;
    padding-right: 40px;
}
.ui-accordion h3.ui-accordion-header:before{
    content: "\f128";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #598527;
    font-size: 22px;
    margin-right: 10px;
}
.content_default .ui-state-default .ui-icon:before{
    color: #598527;
}
.ui-accordion .ui-accordion-header{
  font-size: 14px !important;
  line-height: 22px !important;
}
.ui-accordion .ui-accordion-content{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.ui-accordion .ui-accordion-content p{
  font-size: 14px;
  line-height: 20px;
}
.ui-widget-content  {
  border: 1px solid #ccc !important;
  background: #fff !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors  {
  border: none !important ;
  clear: both;
  color: #fff;
  padding: 0px;
  text-align: right;
}
.contact-page div.wpcf7-mail-sent-ok,
.contact-page div.wpcf7-validation-errors  {
  border: none !important ;
  clear: both;
  color: #000;
  padding: 0px;
  text-align: right;
}
span.wpcf7-not-valid-tip    {
  position: absolute;
  top: 21px;
  font-size: 13px !important;
}
.captcha2 span.wpcf7-not-valid-tip    {
  top: 30px;
}
.captcha-image{
  border: 1px solid #959697 !important;
  width: 100%;
  padding: 12px 15px 13px 15px !important
}
.captcha2{
  margin: 18px 0 12px 0
}


.cf7ic_instructions {
 float: left !important;
 color: #fff !important;
 font-size: 12px !important;
 font-weight: bold !important;
 text-transform: uppercase !important;
 line-height: 20px !important;
 padding-top: 5px !important;
 width: 64%;
}
.cf7ic_instructions span{
 float: left !important;
 color: #eb7b72 !important;
 font-size: 12px !important;
 font-weight: normal !important;
 text-transform: uppercase !important;
 line-height: 20px !important;
 padding-right: 8%;
}
.captcha-image label > input + i{
  color: #fff;
  font-size: 22px;
  padding:0 6px;
}
.captcha-image label > input:checked + i{
  border-color: #eb7b72 !important
}
.event-page .content ul{
  padding-left: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block;
}
.event-page h1{

}
.event-page .content ul li {
  float:left;
  width: 100%;
  margin-right: 4%;
  padding-left :0px;
  background: none;
  margin-bottom: 11px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  background :#fff;
  position: relative;
}
.event-page .content ul li:hover {

}
.event-page .content ul li:nth-child(2n+0) {
  margin-right: 0;
}
.event-page .content ul li .date{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    text-transform: uppercase;
    float:left;
    width: 17%;
    padding: 30px 0px;
    border-right: 1px solid #ccc;
}
.event-page .content ul li .content_event{
    float:left;
    width: 83%;
    padding: 30px 15% 45px 20px;
}
.event-page .content ul li .date span   {
    display: block;
}
.event-page .content ul li .date span:nth-child(4)   {
    text-indent: -10000px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    display: block;
    clear: both;
    margin: 28px 0;
}
.event-page .content ul li .date span:nth-child(2)   {
    font-size: 16px;
    color: #999999;
    line-height: 18px;
}
.event-page .content ul li .date span:nth-child(3)   {
    font-size: 16px;
    color: #999999;
    line-height: 18px;
}
.event-page .content ul li .date span:nth-child(5)  {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    float: left;
    padding-right: 10px;
    margin-left: 20px;
}
.event-page .content ul li .date span:first-child   {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    float: left;
    padding-right: 10px;
    margin-left: 20px;
}
.event-page .content ul li .location{
    font-weight: 400;
    color: #ff4229;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.event-page .content ul li .title{
    font-weight: bold;
    color: #141414;
    font-size: 20px;
    line-height: 22px;
    padding: 0px;
}
.event-page .content ul li .title a{
    color: #141414;
}
.event-page a.read_more {
  background: #598527;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.event-page .content ul li .text{
    font-weight: 400;
   /* max-height: 61px;*/
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0 15px 0;
   /* max-height: 40px;*/
}
.contact-page    {
    background: #fff;
    padding: 38px 20px 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
}


.contact-page .left  {
    width: 46%;
    float: left;
}
.contact-page .right  {
    width: 52%;
    float: right;
}
.contact-page .already label {
    float: left;
}
.contact-page .already{
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 4px;
}
.contact-page .already.help{
    text-align: right;
}
.contact-page .already  span.wpcf7-list-item{
	margin-left: 0px;
}

.register_form input::-webkit-input-placeholder,
.not-found input[type="text"]::-webkit-input-placeholder,
#keyword-search::-webkit-input-placeholder,
.contact-page input::-webkit-input-placeholder,
.contact-page input.wpcf7-email::-webkit-input-placeholder,
.contact-page textarea::-webkit-input-placeholder,
#buddypress div.dir-search #groups_search::-webkit-input-placeholder {
   color: #000;
}

.register_form input:-moz-placeholder,
.not-found input[type="text"]:-moz-placeholder,
#keyword-search:-moz-placeholder,
.contact-page input:-moz-placeholder,
.contact-page input[type="email"]:-moz-placeholder,
.contact-page textarea:-moz-placeholder,
#buddypress div.dir-search #groups_search:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

.register_form input::-moz-placeholder,
.not-found input[type="text"]::-moz-placeholder,
#keyword-search::-moz-placeholder,
.contact-page input::-moz-placeholder,
.contact-page input[type="email"]::-moz-placeholder,
.contact-page textarea::-moz-placeholder,
#buddypress div.dir-search #groups_search::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

.register_form input:-ms-input-placeholder,
.not-found input[type="text"]:-ms-input-placeholder,
#keyword-search:-ms-input-placeholder,
.contact-page input:-ms-input-placeholder,
.contact-page input.wpcf7-email:-ms-input-placeholder,
.contact-page textarea:-ms-input-placeholder,
#buddypress div.dir-search #groups_search:-ms-input-placeholder {
   color: #000;
}

#dialog.ui-widget-content input.input::-webkit-input-placeholder {
   color: #898888;
   font-size: 18px;
    line-height: 26px;
    font-weight :bold;
}
#dialog.ui-widget-content input.input:-moz-placeholder { /* Firefox 18- */
   color: #898888;
   font-size: 18px;
    line-height: 26px;
    font-weight :bold;
}
#dialog.ui-widget-content input.input::-moz-placeholder {  /* Firefox 19+ */
   color: #898888;
   font-size: 18px;
    line-height: 26px;
    font-weight :bold;
}
#dialog.ui-widget-content input.input:-ms-input-placeholder {
   color: #898888;
   font-size: 18px;
    line-height: 26px;
    font-weight :bold;
}

.contact-page .cf7ic_instructions{
    color: #000 !important;
    width: 100%;
    padding-bottom: 5px;
}
.contact-page .cf7ic_instructions span{
    float: none !important;
    padding-left: 10px;

}
.contact-page .captcha-image label > input + i  {
    color: #333 !important;
}
.contact-page input[type="submit"] {
    background: #618b31;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 7px 7px 7px 7px;
    text-transform: uppercase;
    border-radius: 0px;
    width: auto;
    font-weight: normal;
    margin-top: 4px;
    float:right;
}
.contact-page textarea {
    height: 88px;
    padding: 10px 15px;
}
.contact-page input {
    padding: 8px 12px;
}
.contact-page .already input {
    margin-top: 3px;
	float:left;
}
.contact-page .left input {
    margin-bottom: 19px;
}
.page-id-19 .treeview li.collapsable,
.page-id-19 .treeview li.expandable   {
    background: none;
}
.page-id-19 .treeview li.last,
.page-id-19 ul.treeview li.last  {
    background: none;
}
.page-id-19 .treeview .hitarea  {
  display: none;
}
.page-id-19 .entry-content img {
    border: none;
    padding: 2px 5px 0 0;
    height: auto !important;
    vertical-align: top !important;
    max-height: 30px;
}
.page-id-19 .treeview   {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 0;
}
.page-id-19 .treeview li span  {
    font-size: 14px !important;
    vertical-align: middle !important;
    color: #000;
}
.page-id-19 .treeview li span.cat,
.page-id-19 .treeview li span.cat a   {
    font-size: 16px !important;
    color: #000;
}
.page-id-19 .treeview li span,
.page-id-19 .treeview li span a   {
    color: #688f3a;
}
.page-id-19 .treeview li span.add-item{
    display: none;
}


.page-id-19 .treeview li span a   {
    padding-top: 5px;
}
.page-id-19 .treeview li span a.add-category,
.page-id-19 .treeview li span a.add-file  {
    font-size: 14px;
    color: #000;
}
ul.treeview li .add-item form input[name="cat_name"]{
   color: #000 !important;
   font-size: 14px;
}


.page-id-19 .treeview li,
.page-id-19 ul.treeview li{
    background: none;
}
.page-id-169 .challenge_sidebar,
/*.page-id-169 .follow_sidebar, */
.page-id-360 .challenge_sidebar,
/*.page-id-360 .follow_sidebar,*/
.page-id-362 .challenge_sidebar
/*.page-id-362 .follow_sidebar */
   {
    display: none;
}
.past_events {
    clear: both;
    margin-top: 20px;
    float: right;
}
.future_events  {
    clear: both;
    margin-top: 20px;
    float: left;
}
.past_events i {
    padding-left: 15px;
}
.future_events i {
    padding-right: 15px;
}
#buddypress div.item-list-tabs ul li#groups-all,
#buddypress div.item-list-tabs ul li#groups-personal  {
  display: none;
}
.filter_wrap{
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.groups .filter_wrap > label.by {
  font-size: 20px;
  font-weight :bold;
  padding-bottom: 10px;
  float:none;
  display: block;
}
#source  {
  float:left;
  margin: 0px;
  width: 72%;
  clear: both;
}
#source1   {
  float:left;
  margin: 0px;
  width: 28%;
}
.filter_wrap span.filter,
.groups .order_groups label {
  padding-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.filter_wrap span.filter::before,
.groups .order_groups label::before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #333;
    margin-right: 5px;
    font-size: 14px;
}
#source li{
  float:left;
  list-style: none;
  text-transform: capitalize;
  margin-right: 1%;
  background: transparent;
  color: #fff;
  padding-left: 0px;
  width: 48%;
}
#source1 li  {
  float:left;
  list-style: none;
  text-transform: capitalize;
  margin-right: 8px;
  background: transparent;
  color: #fff;
  padding-left: 0px;
  width :100%;
}
#source li a{
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
}
#source li input,
#source1 li input{
  margin-top: 7px;
  float: left;
  cursor: pointer;
}
#source li label,
#source1 li label{
  float:none;
  float: left;
}
#source li.active,
#source li:hover    {
  opacity: 0.8;
}
#search_by_term{
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 6px 9px 6px 9px;
  font-size: 12px;
  background: #598527;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}
.tag_terms{
  margin-bottom: 30px;
  display: block;
  float:right
}
.tag_term{
  padding: 3px 9px 3px 9px;
  font-size: 12px;
  float:right;
  background: #598527;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}
#search_by_term:hover{
  opacity: 0.8;
}
.order_groups{
  float:left;
  width: 27%;
  position: absolute;
  top: 16px;
  right: 20px;
}
.order_groups select{
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 3px 5px;
  margin-top: 7px;
}


/*
#source,
#source1    {
float:left;
}
#source li,
#source1 li   {
float:left;
}
#source li input,
#source1 li input    {
float:left;
}

*/
#buddypress div.dir-search {
    margin: 0px;
    float: right;
    display: none;
}
#buddypress div.dir-search .bp-screen-reader-text  {
    display: none;
}
#buddypress div.dir-search #groups_search  {
    float: left;
    width: 184px;
    color: #000;
    padding: 0 10px;
    line-height: 26px;
}
#buddypress div.dir-search #groups_search_submit    {
    float: left;
    text-indent: -10000px;
    background: url(images/search.png) no-repeat center center;
    border-radius: 0;
    border: 0;
    width: 36px;
    height: 28px;
}
#buddypress div.item-list-tabs ul li#group-create-nav    {
    float:left;
    margin-top: 4px;
}
#buddypress div.item-list-tabs ul li#group-create-nav a    {
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    color: #333;
}
#buddypress div.item-list-tabs ul li#group-create-nav::before    {
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}
#buddypress div.item-list-tabs{
  float: right;
}
#buddypress div#object-nav.item-list-tabs{
  float: left;
}
#buddypress div.item-list-tabs#subnav{
  float: left;
  clear: none;
  margin: 0px;
  font-size: 14px;
}
#buddypress div.item-list-tabs ul li.last select{
  padding: 4px;
  font-size: 14px;
   border: 1px solid #ccc;
   border-radius: 0;
   background :#fff;
}
#buddypress div.pagination  {
  /*display: none; */
}
#groups-dir-list{
  position: relative;
  clear: both;
}


#buddypress ul.item-list    {
  margin-top: 0px;
  display: inline-block;
  border-top: 1px dashed #ccc;
  padding-top: 18px;
  width: 100%;
  overflow: hidden;
}
#buddypress ul.item-list li div.item-desc,
.groups .ourHolder li div.item-desc   {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-style: italic;
  width: 100%;
  height: 42px;
  margin: 0px;
  overflow: hidden;
}
#buddypress .groups.mygroups ul.item-list li div.item-desc{
  width: auto;
}


#buddypress ul li   {
  background: none;
  padding-left: 0px;
}
#buddypress #groups-dir-list ul#groups-list li .item-avatar    {
   float: left;
   width :17%;
   margin-right :2%;
}


#buddypress #groups-dir-list ul#groups-list li .item  {
    float:left;
    width: 73%;
}


#buddypress ul.item-list li div.item-title,
.groups .ourHolder li div.item-title  {
  padding-top: 13px;
  width: 100%;
}
#buddypress ul.item-list li div.item-title a,
.groups .ourHolder li div.item-title a  {
  color: #618b31;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content   {
  width: 100%;
  margin-top: 0px;
  max-width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  text-align: left;
}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions  {
  margin-top: 0px;
  max-width: 100%;
  width: auto;
  float: left;
  display: none
}
body.single-item.groups .not_logged_in #buddypress div#item-header #item-header-cover-image #item-actions  {
  display: none;

}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions #group-admins {
  display: none;
}
.header-cover{
  /*border: 5px solid #ccc;
  background :#fff url(images/no-image.png) no-repeat center center;
  padding: 5px;*/
  margin-top: 10px;
  margin-bottom: 20px;
}
#buddypress #header-cover-image {
  display: block;
  position: relative;
/*  height: auto;  */
}
#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename{
  color: #333;
  text-shadow: none;
}


#item-header-content .tags  {
  float: right;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size :14px;
}
#buddypress div#item-header div#item-meta{
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
#buddypress div#item-header div#item-meta .highlight{

}
#buddypress div#item-header div#item-meta .activity{

}
#buddypress #item-body  {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
#buddypress div.item-list-tabs#subnav ul li.feed,
#buddypress div.item-list-tabs#subnav ul li#activity-filter-select,
#buddypress div.item-list-tabs#subnav ul li.groups-members-search,
#buddypress div.item-list-tabs#subnav ul li#group_members-order-select,
#buddypress div.item-list-tabs#subnav ul li#group-settings-groups-li  {
  display: none;
}
#buddypress #item-body #members-group-list .pagination {
    display: none;
}
#buddypress #item-nav   {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
.not_logged_in #buddypress #item-nav,
.not_logged_in #buddypress #item-body   {
  display: none
}


#buddypress #item-body form#whats-new-form{
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
#buddypress .activity-list .activity-content .activity-header img.avatar    {

}
#buddypress .activity-list .activity-content .activity-header a  {
    padding: 3px 5px;
    display: inline-block;
}
#buddypress div.pagination{
  color: #333;
}
#buddypress div.pagination .pag-count,
.pag-count   {
  color: #333;
  font-size: 14px;
  margin-left: 0px;
  float:left;
}
#buddypress div.pagination .pagination-links,
.pagination-links{
  margin-right: 0px;
  float:right;
}
.groups label   {
  float: left;
  padding-right: 6px;
  font-size: 14px;
  color: #333333;
}
#buddypress ul.item-list li,
.groups .ourHolder li {
  border-bottom: 1px solid #cccccc;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  width :100%;
  display: inline-block;
  position: relative;
}
#buddypress ul#member-list,
#buddypress ul#admins-list,
#buddypress ul#members-list,
#buddypress ul#mods-list {
 border: 0px;
 padding: 10px 10px 0 10px;
}
#buddypress ul#member-list li,
#buddypress ul#admins-list li,
#buddypress ul#members-list li,
#buddypress ul#mods-list li {
 padding: 0px;
 border: none;
 float: left;
}
#buddypress ul#admins-list li .item-avatar,
#buddypress ul#members-list li .item-avatar,
#buddypress ul#mods-list li .item-avatar {
 display: none;
}
#popupGroups{
  position: fixed !important;
  top: 50% !important;
  bottom: auto !important;
  font-size: 16px !important;
  width: 440px !important;
}
#popupGroups h1{
  color: #333 !important;
}
#popupGroups p{
  color: #333 !important;
  margin-bottom: 10px !important;
}
#popupGroups select{
  color: #333 !important;
padding: 5px;
width: 100%;
}
#popupGroups a{
  margin-top: 10px !important;
}


#buddypress ul#member-list li:last-child,
#buddypress ul#admins-list li:last-child,
#buddypress ul#members-list li:last-child
{
 margin-bottom: 0px;
}
#buddypress ul#member-list li > a{
 display: none;
}
#buddypress ul#member-list h5,
#buddypress ul#members-list.item-list li div.item-title a,
#buddypress ul#admins-list.item-list li div.item-title a,
#buddypress ul#mods-list.item-list li div.item-title a,
#buddypress ul#members-list.item-list li div.item-title,
#buddypress ul#admins-list.item-list li div.item-title,
#buddypress ul#mods-list.item-list li div.item-title {
 margin-top: 0px;
 margin-bottom: 0px;
 float:left;
 clear: none;
 font-size: 14px;
 line-height: 18px;
 color: #333;
 font-weight: bold;
}
#buddypress ul.item-list li div.item-title span {
 font-size: 14px;
 line-height: 18px;
 color: #333;
 font-weight: 400;
}
#buddypress ul.item-list li div.item-title span.country {
    color: #618b31;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#buddypress ul#groups-list li div.item-title a span {
    display: none;
}
#buddypress ul#groups-list li div.item-title a span.country {
    display: inline-block;
}
#buddypress ul#members-list.item-list li div.item-title,
#buddypress ul#mods-list.item-list li div.item-title,
#buddypress ul#admins-list.item-list li div.item-title {
  padding: 0px;
}


#buddypress ul#member-list h5 a{
 color: #333;
}
#buddypress ul#member-list h5 span{
 color: #333;
 padding-right: 10px;
 width: 30px;
 display: inline-block;
}
#buddypress ul#member-list h5 a:hover{
 color: #92cd50;
}
#buddypress ul.item-list li img.avatar,
.groups .ourHolder li img.avatar {
  border-radius: 0px;
  border: none;
  margin-right: 20px;
  float: left;
}
#buddypress ul.item-list li .item-meta,
.groups .ourHolder li .item-meta  {
  display: none;
}
#buddypress ul.item-list li div.action,
.groups .ourHolder li div.action  {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  clear: both;
}
#buddypress ul#groups-list.item-list li div.action  {
  display: none;
}
#buddypress ul.item-list li div.meta{
  display: none;
}


#buddypress ul.item-list li .more_details,
.groups .ourHolder li .more_details  {
    border-left: 1px solid #cccccc;
    padding-left: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    float:right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: bold;
}
#buddypress ul.item-list li .more_details:after,
.groups .ourHolder li .more_details:after   {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #618b31;
    margin-left: 5px;
    font-size: 10px;
    line-height: 20px;
    float:right;
}
.members #buddypress ul#members-list li .item-avatar{
  display: block;
  float:left;
}
.members #buddypress ul#members-list li .item{
  float:left;
  padding-top: 15px;
  font-size: 18px;
}
.members #buddypress ul.item-list li div.action .friendship-button  {
  display: none
}
.members #buddypress div.item-list-tabs ul li#members-personal,
.members #buddypress div.item-list-tabs ul li#members-all{

}
.members #buddypress ul#members-list li .item .item-title a{
  font-size: 16px;
}
.members #buddypress ul#members-list li .action{
  float:right;
  clear: none;
  padding-top: 10px;
}
.members #buddypress ul#members-list li .action > div{
  float:left;
  margin:0 10px 0 0 !important;

}
.content_default h1.entry-title,
.event-page h1.entry-title{
    font-size: 28px;
	line-height: 32px;
    color: #333333;
	margin-bottom: 53px;
    background: url(images/bg_h1.png) no-repeat top center;
    padding-top: 50px;
    text-align: center;
}
.content_default h1.entry-title span,
.event-page h1.entry-title span {
    background: url(images/bg_line.png) no-repeat bottom center;
    padding-bottom: 18px;
    min-width: 105px;
    display: inline-block;
}
.not-found input[type="text"]  {
    width: auto;
    float:left;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
}
.not-found .searchform   {
    margin-top: 20px;
}
.not-found .searchform i  {
    display: none;
}
.not-found .searchform input.btn_submit  {
    height :34px;
}
.content_default.search-page h1.entry-title span.word  {
  color: #92cd50;
  padding: 0px;
  background: none;
  font-weight: normal;
}
#buddypress #item-header-cover-image .top   {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
}
#buddypress #item-header-cover-image .informations   {
  width: 58%;
  background: #fff;
  float:left;
}
#buddypress #item-header-cover-image .informations > div > div  {
  float:left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#buddypress #item-header-cover-image .informations > div > div.Country  {
  display: none
}
#buddypress #item-header-cover-image .informations > div > div.Website  {
  border-bottom: none
}
#buddypress #item-header-cover-image .informations > div > div.Video  {
  display: none;
}
#buddypress #item-header-cover-image .informations > div > div:last-child   {
  border-bottom: none;
}
.video_frame{
  display: none;
}
.video_frame iframe{
    width: 100%;
    margin-bottom: 20px;
        border-radius: 5px;
    border: 5px solid #ccc;
    height: 400px;
}


#buddypress #item-header-cover-image #item-header-avatar    {
  margin-top: 0px;
  float: left;
  width: 42%;

  text-align: center;
}
#buddypress #item-header-cover-image #item-header-avatar a   {
  position: relative;
  display: block;
  height: 287px;
}
#buddypress #item-header-cover-image #item-header-avatar img.avatar {
  border: none;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
  width: auto !important;
  float: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0;
}
#buddypress #item-header-cover-image .icons   {
  font-size: 30px;
  line-height: 30px;
  color: #a1a1a1;
  text-align:center;
  float:left;
  width: 19%;
  padding: 28px 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#buddypress #item-header-cover-image #item-meta .icons {
  display: none;
}
#buddypress #item-header-cover-image .Address .icons   {
  padding: 54px 0;
}
#buddypress #item-header-cover-image .Address .icons:before   {
  content: "\f015";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #a1a1a1;
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
}
#buddypress #item-header-cover-image .Phone .icons:before   {
  content: "\f10b";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #a1a1a1;
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
}
#buddypress #item-header-cover-image .Website .icons:before   {
  content: "\f0c1";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #a1a1a1;
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
}
#buddypress #item-header-cover-image .Website .icons   {
  padding: 54px 0;
}
#buddypress #item-header-cover-image .Phone .icons   {

}
#buddypress #item-header-cover-image .text   {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align:left;
  float:left;
  width: 79%;
  padding: 14px 20px 13px 20px;
}
#buddypress #item-header-cover-image #item-meta .text   {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align:left;
  float:left;
  width: 100%;
  padding: 0px;
}
#buddypress #item-header-cover-image #item-meta .text h2  {
  margin: 30px 0px 20px 0px;
}
#buddypress #item-header-cover-image #item-meta .text h3  {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  padding-top: 10px;
}
#buddypress #item-header-cover-image #item-meta .text h5  {
  margin: 30px 0px 25px 0px;
  background: url(images/green-bullet.png) no-repeat left 7px;
  padding-left: 24px;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
#buddypress .standard-form p label[for="group-notify-members"]  {
  display :none;
}
#buddypress .standard-form p label[for="group-tags"]  {
  font-weight: bold;
}


#buddypress #item-header-cover-image #item-meta .text h4  {
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 28px;
  margin: 12px 0;
}
#buddypress #item-header-cover-image .text ul  {
  margin-bottom: 0px;
}
#buddypress #item-header-cover-image .text ul li  {
  float: none;
  width: 100%;
  text-align: left;
}
#buddypress #item-header-cover-image #item-meta .text ul  {
  background: #ffffff;
  margin-bottom: 20px;
}
#buddypress #item-header-cover-image #item-meta .text ul li  {
  border-left: 6px solid #598527;
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 0 10px 24px;
  font-size: 16px;
  line-height: 24px;
}
#buddypress #item-header-cover-image #item-meta .text ul li:nth-child(2n + 0)  {
  border-left: 6px solid #9cc81f;
}
#buddypress #item-header-cover-image #item-meta .text ul li:nth-child(3n + 0)  {
  border-left: 6px solid #ffab27;
}
.content_default .bp_group h1.entry-title {
    margin-bottom: 15px;
}
#buddypress #cover-image-container .tags    {
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
#buddypress #item-header-cover-image #item-buttons  {
  display: none;
}
#buddypress span.highlight,
#buddypress span.activity  {
  display: none;
}
#buddypress div.item-list-tabs ul li#events-groups-li,
#buddypress div.item-list-tabs ul li#invite-groups-li  {
    display: none;
}
#buddypress div#message p, #sitewide-notice p   {
  background: rgba(204,204,204,0.5);
  border: 1px solid #ccc;
}
#buddypress form#whats-new-form #whats-new-avatar  {
    display: none;
}
#buddypress form#whats-new-form p.activity-greeting {
  margin-left: 0px;
}
#buddypress form#whats-new-form #whats-new-content  {
  margin-left: 0px;
  padding-left: 0px;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a{

}
#buddypress div#object-nav.item-list-tabs li a{
    height: 40px;
}
#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label,
#buddypress .standard-form input[type=text],
#buddypress .standard-form textarea  {
    width: 100%;
    display: inline-block;
}
#group-settings-form    {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
#group-settings-form ul    {
  margin: 0px;
}
#group-settings-form > p    {
  margin-bottom: 10px;
}
#group-settings-form h2   {
  display: none;
}
#buddypress #save {
    background: #598527;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;
    float:right;
}
#buddypress input[type=button]    {
    background: #598527;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;

}
#buddypress #save:hover,
#buddypress input[type=button]:hover    {
    opacity: 0.8;
    background: #598527;
    border: 1px solid #598527;
    color :#fff;
}
.bp-screen-reader-text  {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  display: none;
}
body.edit-details #buddypress .inside span.tag-cb, body.group-details #buddypress .inside span.tag-cb, body.toplevel_page_bp-groups #bp_group_tags .inside span.tag-cb{
  padding: 0px;
}
#buddypress p.warning, body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning, body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
  background: rgba(204,204,204,0.5);
  border: 1px solid #ccc;
}
#buddypress div#members-dir-search.dir-search  {
    display: none;
}
.members #buddypress div.item-list-tabs#subnav ul li.last{
  margin-top :0px;
}
.members #buddypress ul#members-list{
  padding: 10px 0 0 0px;
}


.members #buddypress div#members-dir-search.dir-search  {
    display: block;
    margin-bottom: -45px;
}
.members #buddypress div#members-dir-search.dir-search input {
    color: #333;
    background: #fff;
    padding: 4px 4px 3px 4px;
    font-size: 14px;
    line-height :20px;
    border: 1px solid #ccc;
}
.members #buddypress div#members-dir-search.dir-search input#members_search{
    float:left;
    width: 148px;
    margin-right: 5px;
    padding-left: 8px;
}
.members #buddypress div#members-dir-search.dir-search input#members_search_submit{
    text-transform: capitalize;
    font-weight: normal;
    background: transparent;
    border: none;
}
.members #buddypress div#members-dir-search.dir-search input#members_search_submit:hover{
   color: #598527;
}


.members #buddypress div#members-dir-search.dir-search input::-webkit-input-placeholder {
	color: #333;
}
.members #buddypress div#members-dir-search.dir-search input:-moz-placeholder {
	color: #333;
}
.members #buddypress div#members-dir-search.dir-search input::-moz-placeholder {
	color: #333;
}
.members #buddypress div#members-dir-search.dir-search input:-ms-input-placeholder {
	color: #333;
}
#buddypress .group-members-list {
  margin-top: 0px;
  margin-bottom: 10px;
}
#buddypress .activity-list .activity-avatar {
  display: none;
}
#buddypress .activity-list li .activity-content {
  margin: 0px;
}
#buddypress .standard-form input[type=text],
#buddypress .standard-form textarea{
  font-size: 14px;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span  {
    background: transparent;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;
    border:none;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .current  {
    background: #598527;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;
    border:none;
}
.category h2.entry-title i{
    content: "\f0ac";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #9cc81f;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 12px;
    float:left;
    padding: 3px;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    display: table;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
.category article   {
  background: url(images/bar.png) repeat-y left top;
  padding-bottom: 30px;
}
.category article.no-background   {
  background: transparent;
  padding-bottom: 30px;
}
.category article:nth-child(10n+1)   {
  background: none;
  padding-bottom: 30px;
}
.category h2.entry-title {
  margin-bottom: 0px;
  color: #598527;
  font-size: 18px;
  line-height: 34px
}
.category h2.entry-title span   {
  display: table;
}
.category h2.entry-title a {
  margin-bottom: 0px;
  color: #598527;
}
.content_video h2.entry-title {
  margin-bottom: 0px;
  color: #598527;
  font-size: 18px;
  line-height: 34px
}
.content_video h2.entry-title a {
  margin-bottom: 0px;
  color: #598527;
}
.category h2.entry-title a:hover {
  color: #333;
}
.content_video h2.entry-title a:hover {
  color: #333;
}
.single .event_top {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  width :100%;
  margin-bottom: 30px;
}
.single .event_top .left{
   float:left;
   padding: 20px;
   border-right: 1px solid #ccc;
   width: 45%;
   height: 340px;
}
.single .event_top .right{
   float: left;
   padding: 20px;
   width: 55%;
}
.single .event_top .em-location-map-container{
   width: 100% !important;
}
.single .event_top .left .head_name  {
    font-weight: bold;
    font-size: 16px;
}
.single .event_top .left p  {
    margin: 10px 0 10px 0;
}
.single .location .entry-content h2,
.single .event .entry-content h2   {
    margin-top: 16px
}
.category_content {
    padding-left: 100px;
}
.category_content a:before{
    content: "\f1c1";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #9cc81f;
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
    float: left;
}
.hide-on-load  {
             display: none!important;
}
.ui-dialog #dialog.ui-widget-content,
.ui-dialog #dialog1.ui-widget-content,
.ui-dialog #dialog2.ui-widget-content{
    background: transparent !important;
    border: none !important;
    padding: 20px 20% 40px 20% !important;
}
#dialog.ui-widget-content input.input{
    background: #fff;
    font-size: 18px;
    line-height: 26px;
    color :#333333;
    padding:20px 10px;
    text-align :center;
}
.login-submit   {
  width :100%;
  margin-top: 10px;
}


#dialog.ui-widget-content #wp-submit  {
    background: #598527;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 31px;
    width : 100%;
}
#dialog.ui-widget-content #wp-submit:hover  {
    opacity: 0.8;
}


#dialog .login-remember{
    display: none;
}
#dialog .right-reg-links    {
    display: none;
}
.ui-dialog {
    background: url(images/bg1.jpg) repeat left top !important;
    border: 10px solid #fff!important;
}
.ui-widget-header {
    background: none !important;
    border: none !important;
    padding: 0px 0 !important;
}
.ui-dialog .ui-dialog-title {
  display: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default    {

}
#dialog .pop-title,
#dialog1 .pop-title,
#dialog2 .pop-title  {
      font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    text-align :center;
    margin: 10px 0 30px 0;
    font-weight: bold;
}
#dialog label {
    display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: transparent !important;
  border: none;
  position: relative;
  float:right;
  margin: 5px 0 0 0px !important;
  text-indent: -15000px;
}
.ui-dialog .ui-dialog-titlebar-close span   {
  display :none;
}
.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #9cc81f;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 20px;
    float: left;
    text-indent: 0px;
}


.ui-button .ui-button-text{
  display: none !important;
}
.ui-widget-overlay  {
  background: #fff;
  opacity: 0.5;
}
.bp_members #buddypress #item-header-cover-image #item-header-avatar img.avatar {
    position: relative;
    top: auto;
    left: 0px;
    margin: 0px;
    right: auto;
    bottom: 0px;
    float:left;
    padding: 0px;
}
.bp_members #buddypress #item-header-cover-image{
    padding: 0px;
}
.bp_members .activity   {
  display: inline-block;
}
#buddypress #activity-stream{
  margin: 0px;
}
#buddypress div.profile h2{
  border:none;
  padding: 10px 10px 10px 0px;
}
#buddypress .standard-form div.submit{
  display: inline-block;
}
#buddypress #profile-group-edit-submit,
#buddypress .standard-form div.submit input,
#buddypress .standard-form div.submit button {
    background: #598527;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 9px 8px 9px;
    float:right;
    margin-right: 0px;
}
.bp_members #settings-form{
  display: inline-block;
  font-size: 14px;
}
.bp_members #settings-form label,
.bp_members #settings-form input[type=email]{
  font-size: 16px;
}
.bp_members #settings-form .submit{
    float:right
}
#buddypress #profile-group-edit-submit:hover,
#buddypress .standard-form div.submit input:hover {
    opacity: 0.8;
}
#buddypress #message.info{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#buddypress div.message-search {
    clear: both;
    margin: 20px 0 10px 0;
    float:left;
}
#buddypress div.message-search #messages_search {
    color: #333;
}
#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title{
  width: auto;
}
#buddypress table.notification-settings .no, #buddypress table.notification-settings .yes{
  width: auto
}

.bp_members #buddypress ul.item-list{
  border-top: 0px;
}
#buddypress div.item-list-tabs#subnav ul li#members-order-select    {
    margin-left: 10px;
}
#buddypress #item-body h3,
#buddypress #item-body h4 {
   padding: 5px 0 10px 0;
   clear: both;
}
.bp_members #buddypress #item-header-cover-image #item-header-avatar {
    margin-bottom: 30px;
}
.bp_members #buddypress #item-header-cover-image #item-header-avatar a{
    height: auto;
}
#buddypress #item-header-cover-image    {
  padding: 0px;
}
#buddypress form#whats-new-form p.activity-greeting{
  line-height: 24px;
}
.search-page article {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.search-page article .entry-title    {
    margin-bottom: 5px;
}
form#group-settings-form #nav-sortable, form#group-settings-form #fields-sortable, form#group-settings-form #pages-sortable{
  clear: both;
}
form#group-settings-form #nav-sortable li, form#group-settings-form #fields-sortable li, form#group-settings-form #pages-sortable li{
  height: auto !important;
}
.bp_group #buddypress div.item-list-tabs ul li#home-groups-li{

}
#buddypress div#group-create-tabs{
    clear: both;
    display: inline-block;
    background: #fff;
    padding: 5px;
    float:none;
}
#group-create-body #previous-next  {
    display: block;
}
#buddypress div#invite-list{
    width: 174px;
}
#buddypress .standard-form div.submit input#group-creation-previous{
    float:left;
}
.content_video .image_video {
  max-width: 25%;
  border: 1px solid #ccc;
  padding: 2px;
  display: inline-block;
  margin-right: 20px;
  float:left;
}
.content_video article,
article.simple-article    {
  display: inline-block;
  background: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.content_video h2.entry-title   {
  clear: none;
  line-height: 26px;
  padding-top: 10px;
}
.content_video .category_content{
    padding: 15px 0 0px 0;
    line-height: 22px;
}
.content_video  .more_details,
.simple-article .more_details  {
    border-left: 1px solid #cccccc;
    padding-left: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    float:right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: bold;
    text-transform: lowercase;
}
.content_video  .more_details:hover,
.simple-article .more_details:hover{
    color: #618b31;
}
.content_video .more_details:after,
.simple-article .more_details:after  {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #618b31;
    margin-left: 5px;
    font-size: 10px;
    line-height: 20px;
    float:right;
}
.video_detail .video_link{
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background: #fff;
}
.video_detail .video_link iframe    {
  width: 100%;
  height: 400px !important;
}
.view-all{
  position: absolute;
  bottom: 20px;
  right: 0px;
  text-transform: lowercase;
  color: #fff;
  padding-left: 14px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.view-all:hover {
  opacity: 0.7;
  color: #fff;
}
.view-all:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #fff;
    margin-left: 5px;
    font-size: 10px;
    line-height: 18px;
    float: right;
}
.single_product_wrapper .view-all,
.single_product_wrapper .view-all:after{
  color: #598527;
}
#buddypress div#subnav.item-list-tabs ul li#extras-groups-li,
#buddypress div#subnav.item-list-tabs ul li#delete-group-groups-li {
   display: none;
}
#page.administrator #buddypress div#subnav.item-list-tabs ul li#extras-groups-li,
#page.administrator #buddypress div#subnav.item-list-tabs ul li#delete-group-groups-li {
   display: block;
}
#keyword-search{
   color: #333;
   font-size: 14px;
}
.add_a_user{
 clear:both;
 float: right;
 cursor :pointer;
}
.add_a_user i{
  font-size :14px;
  margin-right: 5px;
}
.register_form{
  width:100%;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 10px;
  display: block;
  float:left;
}
.register_form.error{
  display: block !important;
  color: red;
}
#buddypress .register_form input,
.register_form input{
  margin-bottom: 0px;
}
#buddypress .register_form input[type="submit"],
.register_form input[type="submit"] {
    background: #618b31;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 7px 10px 7px 10px;
    float:right;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: normal;
    border:none;
}
.country_select{
width: 100%;
clear: both;
}
.country_select select{
    float: left;
    margin-left: 20px;
    padding: 7px;
    width: 168px;
    font-size: 14px;
}
.filter_wrap .country_select span.filter {
    width: auto;
    float:left;
    line-height: 34px;
}
#buddypress .standard-form select#country {
    padding: 6px;
}
.not-logged{
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  display: inline-block;
}
.not-logged .image{
  float:left;
  margin: 10px 20px 0 0;
}
.not-logged a{
  text-decoration: underline;
}
.not-logged p{
  margin-bottom: 8px;
}
.cate .title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.cate ul{
    padding: 5px 0 20px 30px;
    line-height: 26px;
}
.cate ul li{
    background: none;
    display: table;
}
.cate .title{
    background: #fff;
    border-left: 5px solid #598527;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px 5px 23px;
    margin-bottom: 4px;
}
.cate ul li:before{
    content:'\f111';
    font-family: 'FontAwesome';
    color: #598527;
    margin-right :10px;
    font-size: 9px;
    display: inline-block;
    float:left;
    margin-top: 1px;
}
.cate ul li a{
    float:left;
    color: #333333;
}
.cate ul li a:hover{
    color: #598527;
}
.post-password-form input[type="submit"]{
     float: none;
     display: inline-block;
    font-size: 12px;
    padding: 7px 9px;
    background: #598527 none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
}
.post-password-form input[type="password"]{
    width: 200px;
    margin-left: 10px;
    display: inline-block;
    float:none;
}
.post-password-form label{
    float:none;
    margin-right: 20px;
    color: #333333;
    display: inline-block;
}
.post-password-form input[type="submit"]:hover{
    opacity: 0.8;
}
.post-password-form {
    text-align: center;
}
.lost-pass{
 padding: 20px 0 10px 0;
 display: block;
 cursor: pointer;
}
.lost-pass:before{
 content: '\f061';
 font-family: 'FontAwesome';
 margin-right: 10px;
 font-size: 14px;
 float:left;
}
#lostpasswordform{
  display: none;
}


/*transycons */

/* responsive */
@media screen and (max-width: 1600px) {
    .site-branding{
      left: 0px;
      width: 41%;
    }
    .head-right{
      width: 100%;
      padding-top: 37px;
    }
    .languages{
      margin-right: 5%;
    }
    .site-header{
      max-height: none;
    }
    .slider ul li .text{
      padding-left: 12%;
      padding-right: 12%;
    }
    .challenge_wrapper p.text{
      width: 45%;
    }
}

@media screen and (max-width: 1280px) {
    .logged_in .languages  {
        margin-top: 0px;
        clear: both;
    }
    .login.logged{
      float:right;
      margin-right: 7%;
      margin-top: 0px;
      clear: both;
    }


}

@media screen and (max-width: 1200px) {
  .video .video_link{
    max-width: 50%;
  }
  .follow_sidebar a {
    margin-bottom: 10px;
  }


}


@media screen and (max-width: 1100px) {
   .single_product_wrapper,
   .contact_wrapper,
   .challenge_wrapper,
   .video_wrapper,
   .footer_wrapper,
   .inner_main{
     width: 100%;
     padding-left: 1%;
     padding-right: 1%;
   }
   .head-right {
    padding-top: 30px;
    }
    .slider ul li .text{
      padding-left: 12%;
      padding-right: 12%;
    }
    .footer-navigation{
      width: 530px;
    }
    .footerSecondary-navigation{
      float: none;
      display: inline-block;
    }
    .footer_wrapper{
      text-align: center;
    }
    #buddypress #item-header-cover-image .icons{
     padding: 40px 0;
    }
    .event-page .content ul li .date    {
      width: 20%;
    }
    .event-page .content ul li .content_event{
      width: 80%;
    }
    .contact-page .left input {
        margin-bottom: 23px;
    }
    .groups .ourHolder li div.item-title{
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    }


}

@media screen and (max-width: 1024px) {
    .events_wrapper > .widget > ul > li {
      width: 48%;
      margin-right: 4%;
    }
    .events_wrapper > .widget > ul > li:nth-child(2n+0) {
      margin-right: 0%;
    }
    .contact .already{
      height: 24px;
    }
    .site-header-menu{
      margin-top: 20px
    }
    .sitemap{
      margin-top :27px;
    }
    header .searchform {
    margin-top :21px;
    }
    .main-navigation a{
      padding: 10px 8px;
    }
    #buddypress div.item-list-tabs ul li.last select{
  padding: 2px 10px;
  background: #fff;
}


}
@media screen and (max-width: 1023px) {
  .contact .already label{
      width: 100%;
      text-align:left;
    }
    .contact .already{
      height: auto;
    }
     .contact-page .left input {
        margin-bottom: 27px;
    }
    .contact .left input{
    margin-bottom: 21px;
}
}


@media screen and (max-width: 980px) {
   .head-right {
    padding-top: 0px;
}
.site-header-menu {
      width: 100%;
      display: inline-block;
	}
.main-navigation .primary-menu > li{
  float:none;
  display: inline-block;
}
.main-navigation ul{
  text-align: center;
}
.slider ul li .text{
  padding-top: 9%;
  padding-left: 8%;
  padding-right: 8%;
}
.copyright{
  float: right;
  margin: 0 10% 0 0px;
}
.footer-navigation{
  width :50%;
  margin-left: 10%;
}
.footer-navigation li{
  width :100% !important;
}
.footerSecondary-navigation {
  float:right;
  clear: right;
  margin-right :10%;
text-align:right;
}
.site-header-menu   {
  margin-top: 0px;
}
.sitemap {
        margin-top: 14px;
    }
    header .searchform {
        margin-top: 8px;
    }
    .logged_in .languages{
      margin-top: 20px;
    }
    .bp_members #buddypress div#object-nav.item-list-tabs li a{
        font-size: 14px;
        padding: 5px 4px;
    }
.main-navigation a { font-size: 13px;}


}

@media screen and (max-width: 910px) {
   .single_product_wrapper,
   .contact_wrapper,
   .challenge_wrapper,
   .video_wrapper{
     width: 100%;
     padding-left: 1%;
     padding-right: 1%;
   }
   .single_product_wrapper h1,
   .events_wrapper h2,
   .single_product.last_article .single_product_wrapper h2{
     padding-left: 5%;
     padding-right: 5%;
   }
   .footer-navigation{
     width :40%;
   }
   .slider ul li .text{
  padding-top: 6%;
}
 .event-page .content ul li .date    {
      width: 25%;
    }
    .event-page .content ul li .content_event{
      width: 75%;
    }
    .contact-page .left,
    .contact-page .right{
        width: 100%
    }
    .main-navigation a{
      padding: 10px 7px;
    }
    .ui-dialog{
      max-width: 90%;
    }
    #source li{
      width: 100%;
    }
    #source, #source1, .order_groups{
      width: 32%;
    }


}

@media screen and (max-width: 780px) {
  .contact .already{
    height: 64px;
  }
  .contact .left input {
    margin-bottom: 29px;
}
.events_sidebar {
  padding: 15px;
}
#buddypress div.dir-search #groups_search   {
  width: 165px;
}
#buddypress #item-header-cover-image #item-header-avatar, .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar, #buddypress div#item-header #item-header-cover-image #item-header-content{
  text-align: left;
}


}


@media screen and (max-width: 767px) {
  .single_product_wrapper,
   .contact_wrapper,
   .challenge_wrapper,
   .video_wrapper,
   .footer_wrapper,
   .inner_main{
     width: 100%;
     padding-left: 2%;
     padding-right: 2%;
   }
  .site-header-menu {
      display: none;
	}
    header .searchform{
      margin-left: 40px;
    }
    .main-navigation li {
	border: none
    }
    .slider ul li .text p {
      font-size: 18px !important;
      line-height: 22px !important;
      padding: 10px 0px !important

    }
    .single_product_wrapper,
   .contact_wrapper,
   .challenge_wrapper,
   .video_wrapper{
     padding-left: 2%;
     padding-right: 2%;
   }
   .challenge_wrapper p.text    {
     width: 60%;
   }
    .challenge_wrapper img    {
     margin-right: 2%;
   }
   .footer-navigation{
     margin-left: 5%;
   }
   .copyright,
   .footerSecondary-navigation  {
     margin-right: 5%;
   }
   .contact .already{
     height: auto;
   }
   .inner_main .content {
     width: 100%;
   }
   .inner_main .main_sidebar    {
     width: 100%;
     margin-top: 20px;
   }
   .treeview li, ul.treeview li{
     padding-right: 15px !important;
   }


}

@media screen and (max-width: 710px) {
    .languages{
     clear: both;
    }
    .contact .left{
        width: 100%;
    }
    .contact .right{
        width: 100%;
    }
    .footer-navigation{
     width :100%;
     margin: 0px;
     display: inline-block;
     float: none;
   }
   .footer_wrapper{
     margin-top: 50px;
   }
   .footer-navigation li{
     text-align: center;
     border: none;
   }
   .footer-navigation li a{
     width :100%;
   }
.footerSecondary-navigation {text-align:center;}
   .copyright {
     float:none;
     margin: 0px 0 20px 0;
     display: inline-block;
   }
   .footerSecondary-navigation  {
     float:none;
     margin: 0px;
     display: inline-block;
     padding-top: 10px;
   }
   .site-content .video ul{
     padding-left :0px;
   }
   .footer-navigation li{
     padding-left: 0px;
   }


}

@media screen and (max-width: 640px) {
    .site-branding{
      width: 100%;
      text-align: center;
      padding-right: 20px;
    }
    .menu-toggle    {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .languages{
      margin-top: 10px;
      margin-right: 0px;
    }
    a.login{
      margin: 6px 15px 0 0;

    }
    .main-navigation li {
      width :100%;
    }
    .slider ul li .text {
      padding-left: 3%;
      padding-right: 3%;
    }
    .events_wrapper > .widget > ul > li {
      width: 100%;
      margin-right: 0%;
    }
    .video .video_link,
    .video .content {
        max-width: 100%;
        width: 100%;
    }
    .video .content,
    .video iframe {
      width: 100% !important;
    }
    #buddypress div.dir-search   {
        float:left;
        clear: both;
        margin-top: 20px;
    }
    .login  {
      margin-top: 6px;
    }
    .sitemap {
        margin-top: 18px;
    }
    header .searchform {
        margin-top: 12px;
    }
    .login.logged   {
      margin-right: 4%
    }
    #groups-dir-list{
      clear: both;
    }


}

@media screen and (max-width: 567px) {
    .slider ul li .text{
      display: none;
    }
    #buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h3, #buddypress ul.item-list li h4{
      width: 100%;
    }
    #buddypress ul.item-list li div.item-title a, .groups .ourHolder li div.item-title a{
      font-size: 18px;
    }
    #buddypress ul#groups-list.item-list li .item {
      width: 78%;
      float:left;
    }
    #buddypress ul.item-list li .item-avatar{
      width: 20%;
      margin-right: 2%;
      float: left;
    }
    #buddypress ul.item-list li img.avatar, .groups .ourHolder li img.avatar{
      width: 100% !important;
    }
    #buddypress ul.item-list li img.avatar, .groups .ourHolder li .acomment-avatar img.avatar{
      width: auto !important;
    }
    #buddypress .activity-list .activity-content .activity-header img.avatar{
      display: none;
    }
    #buddypress ul.item-list li, .groups .ourHolder li  {
      padding: 20px 10px 41px
    }
    #buddypress #item-header-cover-image #item-header-avatar{
      width: 100%;
      border-bottom: 1px solid #ccc;
    }
    #buddypress #item-header-cover-image .informations{
      width: 100%;
    }
    #buddypress #item-header-cover-image .icons{
      border-left: 0px;
    }
    #buddypress #item-header-cover-image{
      padding: 0px;
    }
    .event-page .content ul li .date    {
      width: 100%;
      padding: 15px 0 0 0;
      border: none;
    }
    .event-page .content ul li .content_event{
      width: 100%;
      padding-top: 20px;
      padding-bottom: 45px;
    }
    .event-page .content ul li .date span   {
      float: left;
      padding-right: 5px !important;
    }
    .event-page .content ul li .date span:first-child   {
       color: #999999;
    font-size: 16px;
    line-height: 18px;
    }
    .event-page .content ul li .date span:nth-child(5)   {
       color: #999999;
    font-size: 16px;
    line-height: 18px;
    margin-left: 0px;
    }
    .event-page .content ul li .date span:nth-child(4)  {
      border: none;
      text-indent: 0;
      width: auto;
      clear: none;
      float:left;
      height: auto;
      margin: auto;
    }
    .single .event_top .left{
      width: 100%;
      height: auto;
      border: 0px;
    }
    .single .event_top .right   {
      width: 100%;
    }
    .category_content {
        padding-left: 75px;
    }
    .wp-pagenavi .pages,
    .wp-pagenavi .last {
        display: inline-block;
        padding:5px 9px 5px;
    }
    .contact-page .left,
    .contact-page .right {
      width: 100%;
    }
    .ui-dialog #dialog.ui-widget-content{
      padding-left: 8% !important;
      padding-right: 8% !important;
    }
    #dialog .pop-title{
      font-size: 21px;
    }
    .contact-page .already label{
      text-align: left;
    }
    .bp_members #buddypress div#object-nav.item-list-tabs li,
    .bp_members #buddypress div#subnav.item-list-tabs li {
        width: 100%;
    }
.home .single_product .view-all{
      position: relative;
      bottom: 0;
      float: right;
      margin-top: 20px;
      position: relative;
    }

}

@media screen and (max-width: 479px) {
  .challenge_wrapper p.text    {
     width: 100%;
     text-align: center;
   }
    .challenge_wrapper     {
    text-align: center;
   }
    .challenge_wrapper img    {
    float: none;
   }
   .single_product_wrapper h1,
   .events_wrapper h2,
   .single_product.last_article .single_product_wrapper h2,
   .video_wrapper h2   {
     font-size: 24px;
   }
   .site-content ul{
     padding-left: 0px;
   }
   .languages ul li{
     margin-right: 7px;
    padding-right: 7px;
   }
   a.login{
     margin-left :10px;
     padding-left: 25px;
     float:left;
   }
   #back-top    {
     left :43%;
   }
    ul#source li{
      margin-right: 4px;
    }
    .login.logged   {
      margin-left: 0px;
      padding-left: 0px;
    }
    .groups .ourHolder li div.item-title{
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    }
    #buddypress ul.item-list li, .groups .ourHolder li{
      padding-bottom: 54px;
    }
    #source, #source1, .order_groups{
      width: 50%;
    }
    .filter_wrap{
      padding-bottom: 65px;
    }


}
@media screen and (max-width: 359px) {
    #buddypress li div.item {
        margin-left: 0px;
    }
    .login  {
      margin-left: 12px;
      margin-right: 0px;
      float: left;
      text-align: right;
    }
    .login.logged a{
       display: block;
    }
    #source, #source1, .order_groups{
      width: 100%;
    }

}

