/*
Theme Name: Base
Author: FUSIO
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.nav-links {
	text-align: center;
}

.section .row .post-categories,
.links-list,
.social-list,
#footer .btns-area {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.widget {
	margin-bottom: 20px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.wp-caption-text {
	font-size: 14px;
	line-height: 18px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 20px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 20px 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 20px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 20px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-transform: uppercase;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 20px;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em .4em 0 .4em;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: 5px 0 5px 0 !important;
}

div.aligncenter {
	margin: 0 auto 20px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

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

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

.mejs-container {
	margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #555;
}

h1 {
	text-transform: uppercase;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100px;
}

#header {
	background: #000;
	padding-top: 18px;
	padding-bottom: 12px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.admin-bar #header {
	top: 32px;
}

#header .container .container-fluid {
	padding: 0;
}

#header .container .container-fluid > .navbar-collapse {
	padding: 20px 0 0;
}

#header .navbar-toggle {
	margin-top: 5px;
	padding-bottom: 5px;
	border-color: transparent;
	background: none !important;
}

#header .navbar-toggle .icon-bar {
	background-color: #fff;
}

#header .btn-area {
	position: relative;
}

#header .btn-area .btn {
	float: right;
	margin: 0;
	padding: 11px 12px 9px;
}

#header .btn-area .dropdown-menu {
	width: 100%;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	border-radius: 0;
	font: 20px/23px "Open Sans", sans-serif;
	text-transform: uppercase;
}

#header .btn-area .dropdown-menu li {
	border-top: 1px solid #fff;
}

#header .btn-area .dropdown-menu li:first-child {
	border: none;
}

#header .btn-area .dropdown-menu a {
	color: #fff !important;
	background: #000;
	padding: 10px;
}

#header .btn-area .dropdown-menu a:hover {
	opacity: .8;
}

#header .navbar-brand {
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
}

#header .login-holder {
	overflow: hidden;
	text-align: right;
	font: 18px/21px "Open Sans", sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
}

#header .login-holder a {
	color: #fff;
	text-decoration: none;
}

#header .login-holder a:hover {
	opacity: .85;
}

.navbar-default {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.navbar-default .navbar-nav {
	float: none;
	text-align: center;
	text-transform: uppercase;
	font: 15px/21px "Open Sans", sans-serif;
}

.navbar-default .navbar-nav > li {
	float: none;
}

.navbar-default .navbar-nav > li.active > a {
	position: relative;
}

.navbar-default .navbar-nav > li.active > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	height: 2px;
	background: #ed1c24;
}

.navbar-default .navbar-nav > li > a {
	color: #fff !important;
	padding: 5px;
	background: none !important;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #fff;
	opacity: .8;
}

.navbar-default .navbar-nav > li .dropdown-menu {
	border: 1px solid #fff;
	padding: 0;
	min-width: 215px;
	border-radius: 0;
	font: 15px/23px "Open Sans", sans-serif;
}

.navbar-default .navbar-nav > li .dropdown-menu li {
	border-top: 1px solid #fff;
}

.navbar-default .navbar-nav > li .dropdown-menu li:first-child {
	border: none;
}

.navbar-default .navbar-nav > li .dropdown-menu a {
	color: #fff !important;
	background: #ed1c24;
	padding: 7px 10px;
}

.navbar-default .navbar-nav > li .dropdown-menu a:hover {
	opacity: .85;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin: 0 20px 0 0;
}

.btn {
	font: 32px/35px "Anton", sans-serif;
	border-radius: 0;
}

.btn.btn-danger {
	background: #ed1c24 !important;
}

.btn:hover {
	opacity: .85;
}

#wrapper > .container > .row .btn {
	font-size: 18px;
	line-height: 1.7;
}

.join-holder .btn-group .btn {
	border: 1px solid #ccc;
	margin: 0 -7px 0 0;
	width: 50%;
	background: #fff;
	font: 20px/25px "Roboto", sans-serif;
	color: #636b70;
	display: inline-block;
	vertical-align: top;
	border-radius: 0 3px 3px 0;
}

.join-holder .btn-group .btn:first-child {
	border-radius: 3px 0 0 3px;
}

.btn-group .btn + .btn:last-child .dropdown-menu,
.btn-group .btn + .btn-group:last-child .dropdown-menu,
.btn-group .btn-group + .btn:last-child .dropdown-menu,
.btn-group .btn-group + .btn-group:last-child .dropdown-menu {
	right: 0;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.visual {
	padding: 0;
	position: relative;
}

.visual img {
	width: 100%;
	height: auto;
	display: block;
}

.visual .heading {
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 635px;
}

.visual .heading h1 {
	color: #fff;
	font: 80px/130px "Anton", sans-serif;
	margin: 0;
	opacity: .9;
	text-transform: uppercase;
}

.visual .heading h1 span {
	position: relative;
	background: #ed1c24;
	left: -30px;
}

.visual .heading h1 span span {
	left: 30px;
}

.visual .heading h1 span span span {
	left: -15px;
}

.section {
	padding-top: 37px;
	padding-bottom: 40px;
}

.section.black-bg {
	background: #000;
	padding-top: 54px;
	padding-bottom: 80px;
}

.section.black-bg .row .img-holder {
	margin: 0 0 23px;
}

.section.black-bg .row h2 {
	font-size: 32px;
	line-height: 51px;
	padding: 0 0 0 22px;
	margin: 0 -10px 0 0;
}

.section.red-bg {
	background: #ed1c24;
	padding-top: 43px;
	padding-bottom: 29px;
}

.section.red-bg .btn-holder {
	margin: 0 0 33px;
}

.section.red-bg .btn {
	background: #000;
	color: #fff;
}

.section.red-bg .row > .col-sm-4 {
	width: 100%;
}

.section .btn-holder {
	text-align: center;
	margin: 0 0 40px;
}

.section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section .row:first-child > .btn-holder > .btn {
	cursor: default;
	pointer-events: none;
}

.section .row > .col-sm-4 {
	padding-bottom: 30px;
	width: 100%;
}

.section .row > .navigation,
.section .row > .navigation-comments {
	padding: 15px 15px 5px;
	text-align: center;
	clear: both;
	width: 100%;
}

.section .row .img-holder {
	margin: 0 0 15px;
	overflow: hidden;
}

.section .row .news-img-holder {
	max-height: 236px;
}

.section .row .img-holder img {
	width: 100%;
	height: 100%;
	display: block;
}

.section .row h2 {
	color: #fff;
	font: 26px/41px "Anton", sans-serif;
	margin: 0;
	padding: 0 5px 0 22px;
}

.section .row h2 span {
	position: relative;
	background: #ed1c24;
	left: -22px;
}

.section .row h2 span span {
	left: 22px;
}

.section .row h2 span span span {
	left: -11px;
}

.section .row h2 a {
	color: inherit;
	text-decoration: none;
}

.section .row h2 a:hover {
	opacity: .85;
}

.section .row .post-categories {
	padding: 6px 0 1px;
	font: 17px/20px "Anton", sans-serif;
}

.section .row .post-categories li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
}

.section .row .post-categories li a {
	color: #fff;
	background: #888888;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}

.section .row .post-categories li a:hover {
	opacity: .75;
}

.footer-block {
	background: #fff;
	border-bottom: 11px solid #505050;
	padding: 20px;
}

.footer-block > h3 {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	color: #505050;
	margin: 0 0 11px;
	letter-spacing: -.5px;
}

.links-list {
	margin: 0 -30px 0 0;
}

.links-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px 8px 0;
	margin: 0 -4px 0 0;
}

.links-list a {
	display: block;
	text-decoration: none;
}

.links-list a:hover {
	opacity: .85;
}

.links-list img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.social-list {
	margin: 0 -27px 0 -5px;
	text-align: center;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 27px 27px 0;
	margin: 0 -4px 0 0;
	max-width: 33%;
}

.social-list a {
	display: block;
	text-decoration: none;
}

.social-list a:hover {
	opacity: .85;
}

.social-list img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.footer-panel {
	background: #3b3b3b;
	color: #fff;
	text-align: center;
	font: bold 24px/27px "Roboto", sans-serif;
	padding: 12px 0;
	min-height: 51px;
}

.footer-panel p {
	margin: 0 0 20px;
}

.footer-panel p:last-child {
	margin: 0;
}

div#footer-container a {
	color: #fff !important;
	font-size: 14px;
	padding: 10px 20px 2px 0;
}

div#footer-container a:hover {
	background-color: #000 !important;
	color: #ed1c24 !important;
	text-decoration: underline;
    
}


div#footer-container .navbar-nav > li > a {
    font-weight:700;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph {
	margin: 0 0 12px;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text {
	display: block;
	width: 100% !important;
	border: 1px solid #95989a;
	background: #fff;
	padding: 15px 16px 17px;
	margin: 0 0 12px;
	color: #505050;
	overflow: hidden;
	font: 20px/23px "Roboto", sans-serif;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text::-webkit-input-placeholder {
	color: #505050;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text::-moz-placeholder {
	opacity: 1;
	color: #505050;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text:-moz-placeholder {
	color: #505050;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text:-ms-input-placeholder {
	color: #505050;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text.placeholder {
	color: #505050;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_submit {
	display: block;
	background: #7c7c7c;
	width: 130px;
	height: 46px;
	border: 0;
	padding: 0;
	margin: 0 0 0 auto;
	color: #fff;
	font: 20px/23px "Roboto", sans-serif;
	overflow: hidden;
}

.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_submit:hover {
	opacity: .85;
}

.newsletter h3 {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	color: #505050;
	margin: 0 0 11px;
	letter-spacing: -.5px;
}

.newsletter input[type="email"] {
	display: block;
	width: 100%;
	border: 1px solid #95989a;
	background: #fff;
	padding: 15px 16px 17px;
	margin: 0 0 12px;
	color: #505050;
	overflow: hidden;
	font: 20px/23px "Roboto", sans-serif;
}

.newsletter input[type="email"]::-webkit-input-placeholder {
	color: #505050;
}

.newsletter input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #505050;
}

.newsletter input[type="email"]:-moz-placeholder {
	color: #505050;
}

.newsletter input[type="email"]:-ms-input-placeholder {
	color: #505050;
}

.newsletter input[type="email"].placeholder {
	color: #505050;
}

.newsletter input[type="submit"] {
	display: block;
	background: #7c7c7c;
	width: 130px;
	height: 46px;
	border: 0;
	padding: 0;
	margin: 0 0 0 auto;
	color: #fff;
	font: 20px/23px "Roboto", sans-serif;
	overflow: hidden;
}

.newsletter input[type="submit"]:hover {
	opacity: .85;
}

#footer {
	background: #000;
	padding: 47px 0 1px;
	color: #fff;
	font: 20px/24px "Roboto", sans-serif;
}

#footer .container {
	position: relative;
}

#footer address {
	margin: 0 0 24px;
	line-height: 1.2;
}

#footer address span {
	display: block;
}

#footer dl {
	margin: 0 0 20px;
}

#footer dl dt {
	font-weight: 400;
	float: left;
	padding: 0 5px 0 0;
	line-height: 1.2;
}

#footer dl dd {
	overflow: hidden;
	margin: 0;
	line-height: 1.2;
}

#footer dl dd a {
	color: inherit;
	text-decoration: none;
}

#footer dl dd a:hover {
	opacity: .85;
}

#footer .logo {
	text-align: right;
	margin: 0 0 33px;
}

#footer .logo img {
	vertical-align: top;
}

#footer .btns-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 0 -22px;
}

#footer .btns-area li {
	width: 33.2%;
	padding: 0 20px 20px;
}

#footer .btns-area a {
	display: block;
	padding: 10px 12px;
}

.content-area {
	color: #505050;
	font-family: "Roboto", sans-serif;
}

.visual + .content-area .content-block {
	margin-top: -48px;
	padding: 35px 25px 20px;
}

.content-area .content-block {
	background: #fff;
	padding: 35px 15px 20px;
	font-size: 22px;
	line-height: 34px;
}

.content-area .content-block p {
	margin: 0 0 33px;
}

.content-area .content-block p a {
	color: #ed1c24;
	text-decoration: none;
}

.content-area .content-block p a:hover {
	text-decoration: underline;
}

.content-area .content-block .embed-responsive {
	margin: 0 auto 53px;
	max-width: 1030px;
}

.content-area .head > h1 {
	color: #505050;
	margin: 0 0 45px;
}

.content-area h1 {
	font: 42px/75px "Anton", sans-serif;
	color: #fff;
	margin: 0 40px 45px;
}

.content-area h1 span {
	position: relative;
	background: #ed1c24;
	left: -40px;
}

.content-area h1 span span {
	left: 40px;
}

.content-area h1 span span span {
	left: -20px;
}

h1.marticle {
	color:#ed1c24;
	text-transform: none;
	margin: 0 0 20px 0;
	font-size: 40px;
	line-height: 54px;
}

.content-area h2 {
	font: 700 32px/35px "Roboto", sans-serif;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.content-area .date {
	font-weight: bold;
	display: block;
	margin: 0 0 30px;
}

.content-area div.aligncenter {
	text-align: center;
	margin: 0 auto 40px;
}

.content-area div.aligncenter img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.social-block {
	margin: 0 0 9px;
	padding: 5px 0 0;
}

.social-block span {
	vertical-align: top !important;
}

.social-block [class^="st_"] {
	display: inline-block;
	margin-bottom: 5px;
}

.social-block .st_fblike .fb-like.fb_iframe_widget > span {
	width: 122px !important;
	height: 40px !important;
	vertical-align: top !important;
}

.social-block .st_fblike iframe {
	width: 122px !important;
	height: 40px !important;
	vertical-align: top;
}

.social-block #st-1 .st-btn {
	height: 40px;
	line-height: 40px;
}

.social-block #st-1 .st-btn[data-network="facebook"] {
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/ico-facebook1.png) no-repeat;
	height: 40px;
	width: 120px;
}

.social-block #st-1 .st-btn[data-network="twitter"] {
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/ico-tweet.png) no-repeat;
	height: 40px;
	width: 122px;
}

.social-block #st-1 .st-btn[data-network="googleplus"] {
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/ico-googleplus.png) no-repeat;
	height: 40px;
	width: 64px;
}

.social-block #st-1 .st-btn > svg {
	top: 12px;
}

.map-holder {
	margin: 0 0 40px;
}

.map-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.map-holder iframe {
	vertical-align: top;
	width: 100%;
}

.table-holder {
	border: solid #ed1c24;
	border-width: 2px 0;
	padding: 26px 0 31px;
	margin: 0 0 70px;
	overflow: auto;
}

.table-holder table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	min-width: 700px;
}

.table-holder table th {
	border: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 27px;
	padding: 5px 5px 40px;
	width: 128px;
}

.table-holder table th:first-child {
	width: 394px;
}

.table-holder table td {
	font-size: 18px;
	line-height: 21px;
	padding: 6px 5px 7px;
	width: 128px;
}

.table-holder table td:first-child {
	width: 394px;
}

.table-holder table td a {
	color: #ED1C24 !important;
	text-decoration: none;
}

.table-holder table td a:hover {
	text-decoration: underline;
}

.items-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 31px;
}

.items-holder .item {
	padding-bottom: 70px;
	width: 100%;
}

.items-holder .img-holder {
	border: 1px solid #000;
	overflow: hidden;
	margin: 0 0 22px;
}

.items-holder .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.items-holder h2 {
	color: #fff;
	font: 32px/50px "Anton", sans-serif;
	margin: 0;
	padding: 0 30px 0 20px;
}

.items-holder h2 span {
	position: relative;
	background: #ed1c24;
	left: -20px;
}

.items-holder h2 span span {
	left: 20px;
}

.items-holder h2 span span span {
	left: -10px;
}

.items-holder h2 a {
	color: inherit;
	text-decoration: none;
}

.items-holder h2 a:hover {
	opacity: .85;
}

.btns-list {
	margin: 0 0 40px;
}

.btns-list .btn {
	font-size: 24px !important;
	line-height: 27px !important;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 5px 0;
}

.join-holder {
	padding-top: 65px;
	padding-bottom: 65px;
	color: #505050;
	font-size: 24px;
	line-height: 34px;
}

.join-holder h1 {
	color: #fff;
	font: 96px/150px "Anton", sans-serif;
	margin: 0 30px 45px;
}

.join-holder h1 span {
	position: relative;
	background: #ed1c24;
	left: -30px;
}

.join-holder h1 span span {
	left: 30px;
}

.join-holder h1 span span span {
	left: -15px;
}

.join-holder p {
	margin: 0 0 35px;
}

.join-holder .btn-group {
	margin: 0 0 35px;
	width: 100%;
}

.join-holder .btn-group .btn {
	z-index: 2;
}

.join-holder .btn-holder {
	text-align: right;
}

.join-holder .btn-holder .btn {
	color: #fff;
	background: #7c7c7c;
	font-size: 32px !important;
	line-height: 35px !important;
	width: 200px;
	padding: 10px 12px;
}

.join-holder .btn-holder .btn:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}

#main {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 34px;
}

#content .wp-caption img {
	width: 100%;
	height: auto;
}

#content iframe {
	display: block;
	margin: 0 auto 20px;
}

#wp-calendar {
	width: 100%;
	font-size: 12px;
}

#wp-calendar td,
#wp-calendar th {
	padding: 5px;
}

.search-form,
.post-password-form {
	font-size: 15px;
	line-height: 18px;
}

.search-form input[type="search"],
.search-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="password"] {
	border: 1px solid #95989a;
	background: #fff;
	color: #505050;
	padding: 5px;
	overflow: hidden;
	font: 15px/18px "Roboto", sans-serif;
}

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder {
	color: #505050;
}

.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #505050;
}

.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder {
	color: #505050;
}

.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder {
	color: #505050;
}

.search-form input[type="search"].placeholder,
.search-form input[type="password"].placeholder,
.post-password-form input[type="search"].placeholder,
.post-password-form input[type="password"].placeholder {
	color: #505050;
}

.navigation,
.navigation-comments,
.navigation-single {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Roboto';
}

img.aligncenter {
	max-width: 100%;
}

#label_2_31_0 {
	padding-left:20px!important;
}

#label_2_31_1 {
	padding-left:20px!important;
}

#label_2_31_2 {
	padding-left:20px!important;
}

#label_2_31_3 {
	padding-left:20px!important;
}

#input_2_31_other {
	margin-left: 15px!important;
}

@media (min-width: 600px) {
	.items-holder .item {
		width: 49.7%;
		float: none;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header .btn-area {
		float: right;
		margin: 5px 0 0 20px;
	}

	#header .login-holder {
		padding: 21px 27px;
	}

	.navbar-default .navbar-nav > li {
		display: inline-block;
		vertical-align: top;
	}

	.section.red-bg .row > .col-sm-4 {
		width: 33%;
		padding: 0 15px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section.red-bg .row > .col-sm-4 > * {
		width: 100%;
	}

	.section .row:first-child > .btn-holder > .btn {
		font-size: 36px;
		padding: 18px 22px;
	}

	.section .row > .col-sm-4 {
		width: 33%;
	}

	.section .row h2 {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.section .row > .col-sm-4 {
		width: 33%;
		padding: 0 15px 30px;
	}

	.items-holder .item {
		width: 33.3%;
	}
}

@media (min-width: 1200px) {
	#header .container {
		padding-left: 55px;
		padding-right: 55px;
	}

	.visual .heading {
		left: 65px;
	}

	.visual + .content-area {
		width: 1160px;
	}

	.items-holder .item {
		width: 25%;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 1280px;
	}

	#header .container .container-fluid > .navbar-collapse {
		padding: 17px 0 0;
	}

	.navbar-default .navbar-nav {
		font-size: 18px;
	}

	.navbar-default .navbar-nav > li {
		padding: 0 0 0 6px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		left: 6px;
	}

	.navbar-default .navbar-nav > li:first-child {
		padding: 0 0 0 29px;
	}

	.navbar-default .navbar-nav > li:first-child .dropdown-menu {
		left: 29px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		font-size: 20px;
	}

	.visual .heading {
		left: 50%;
		margin: 0 0 0 -575px;
		width: 1150px;
	}

	.visual .heading h1 {
		width: 640px;
		padding: 0 0 0 70px;
	}

	.visual .heading h1 span {
		left: -70px;
	}

	.visual .heading h1 span span {
		left: 70px;
	}

	.visual .heading h1 span span span {
		left: -35px;
	}

	.section.red-bg .container {
		width: 1206px;
	}

	.section.red-bg .row {
		margin: 0 -15px;
	}

	.section .row {
		margin: 0 -87px;
	}

	.section .row > .col-sm-4 {
		/*padding: 0 55px 30px;*/
		width: 380px;
	}

	.section .row > .navigation,
	.section .row > .navigation-comments {
		padding: 20px 100px 5px;
	}

	.footer-block {
		padding: 62px 57px 45px;
	}

	.footer-block > h3:first-child {
		margin: -26px -25px 11px -33px;
	}

	.mailpoet_form.mailpoet_form_shortcode {
		margin: 0 -25px -30px -33px;
	}

	.mailpoet_form.mailpoet_form_shortcode .mailpoet_form.mailpoet_form_shortcode {
		margin: 0;
	}

	.newsletter {
		margin: -26px -25px -30px -33px;
	}

	#footer .container {
		width: 1200px;
	}

	.visual + .content-area .content-block {
		padding: 42px 75px 20px;
	}

	.content-area .content-block {
		padding: 43px 55px 20px;
	}

	.table-holder table th {
		width: 138px;
	}

	.table-holder table th:first-child {
		width: 394px;
	}

	.table-holder table th:last-child {
		width: auto;
	}

	.table-holder table td {
		width: 138px;
	}

	.table-holder table td:first-child {
		width: 394px;
	}

	.table-holder table td:last-child {
		width: 138px;
	}

	.join-holder {
		padding: 65px 66px;
	}

	.join-holder .col-sm-6 {
		padding-right: 200px;
		padding-left: 73px;
	}

	.join-holder .col-sm-6:first-child {
		padding-right: 100px;
		padding-left: 15px;
	}

	.join-holder .btn-group {
		width: 306px;
	}

	.join-holder .btn-group .btn {
		width: 170px;
	}

	.join-holder .btn-group .btn:first-child {
		width: 140px;
	}

	.join-holder .btn-holder {
		width: 306px;
		padding-top: 40px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 991px) {
	#wrapper {
		padding-top: 148px;
	}

	#header .container .container-fluid > .navbar-collapse {
		clear: both;
		padding: 18px 0 0;
	}

	.visual .heading h1 {
		font-size: 65px;
		line-height: 100px;
	}

	.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph .mailpoet_text {
		font-size: 16px;
	}

	.newsletter input[type="email"] {
		font-size: 16px;
	}

	#footer .logo {
		position: absolute;
		margin: 0;
		right: 20px;
		top: -185px;
	}

	.join-holder h1 {
		font-size: 65px;
		line-height: 100px;
	}
}

@media (max-width: 782px) {
	.admin-bar #header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#wrapper {
		padding-top: 64px;
	}

	#header {
		padding-top: 10px;
		padding-bottom: 1px;
	}

	#header .container .container-fluid > .navbar-collapse {
		padding: 0;
	}

	#header .btn-area {
		margin: 0;
	}

	#header .btn-area .btn {
		float: none;
		display: block;
		font-size: 30px;
		margin: 0;
	}

	#header .navbar-brand {
		height: 43px;
		width: 125px;
		margin: 0 0 10px 24px;
	}

	#header .navbar-brand img {
		display: block;
		width: 125px;
		height: 43px;
	}

	#header .login-holder {
		position: absolute;
		right: -5px;
		top: 2px;
		background: #000;
	}

	.navbar-default .navbar-nav {
		font-size: 20px;
		text-align: left;
		margin: 0;
	}

	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #fff;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		font-size: 20px;
	}

	.navbar-default .navbar-collapse {
		border-color: #fff;
	}

	#wrapper > .container > .row .btn {
		font-size: 12px;
	}

	.visual .heading h1 {
		font-size: 49px;
		line-height: 76px;
	}

	.links-list {
		text-align: center;
		margin-right: -7px;
	}

	#footer .logo {
		display: none;
	}

	#footer .btns-area {
		display: block;
		margin: 0;
		padding-top: 40px;
		padding-bottom: 27px;
	}

	#footer .btns-area li {
		width: 100%;
		padding: 0 0 20px;
		max-width: 202px;
		margin: 0 auto;
	}

	.visual + .content-area .content-block {
		margin-top: 0;
	}

	.content-area .content-block {
		font-size: 18px;
		line-height: 21px;
	}

	.table-holder table {
		display: block;
		min-width: 0;
	}

	.table-holder table tbody,
	.table-holder table tr,
	.table-holder table th,
	.table-holder table td {
		display: block;
	}

	.table-holder table thead {
		display: none;
	}

	.table-holder table tr {
		border: 2px solid #505050;
		border-width: 0 0 2px;
		padding: 10px 0;
	}

	.table-holder table tr:first-child {
		padding-top: 0;
	}

	.table-holder table tr:last-child {
		border-width: 0;
		padding-bottom: 0;
	}

	.table-holder table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100% !important;
		max-width: 100%;
		white-space: normal;
		font-size: 18px;
		line-height: 24px;
	}

	.table-holder table td:before {
		content: attr(data-label);
		font-size: 20px;
		line-height: 24px;
		min-width: 35%;
		width: 35%;
		padding: 0 10px 0 0;
	}

	.join-holder {
		font-size: 18px;
		line-height: 21px;
	}

	.join-holder h1 {
		font-size: 49px;
		line-height: 76px;
	}

	.join-holder .btn-group .btn {
		font-size: 12px !important;
	}

	.join-holder .btn-holder .btn {
		font-size: 24px !important;
		line-height: 27px !important;
	}

	#main {
		font-size: 18px;
		line-height: 21px;
	}
}

@media (max-width: 479px) {
	.table-holder table td {
		font-size: 16px;
		line-height: 20px;
	}

	.table-holder table td:before {
		font-size: 18px;
		line-height: 20px;
		min-width: 120px;
		width: 120px;
	}
}

@media (max-width: 374px) {
	.visual .heading h1 {
		font-size: 33px;
		line-height: 51px;
		margin: -5px 10px 0 0;
	}

	.join-holder h1 {
		font-size: 42px;
		line-height: 65px;
	}
}

#menu-footer li ul {
	padding:0px;
	margin:0px;
}

#menu-footer li ul li {
	padding:0px;
	margin:0px;
	list-style:none;
}

div.people {
    font-size: 20px;
    line-height: 28px;
}

div.people img {
    margin-bottom: 20px;
    width: 260px;
}

div.people > div {
    width: 260px;
    margin: 0 25px 0 0;
}

#gfield_consent_description_2_16 {display:none !important}

/* Bootstrap 4 stuff */

#menu-footer.navbar-nav {
	list-style: none;
	padding-left: 15px;
}

@media (min-width: 768px) {
	#menu-footer.navbar-nav {
		align-items: stretch;
		justify-content: space-between;
		position: relative;
		width: 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		padding-left: 0;
	}

	#menu-footer.navbar-nav li {
		flex: 0 1 auto;
		width: auto;
	}
}

div.amp-wp-comments-link {
    display: none !important;
}

div.amp-wp-comments-link a {
    display: none !important;
}


.table-man {
    width:100%;
    font-size: 12px;
    
}

.table-man tr:nth-child(even) {background: #eee;}
