/*
Theme Name: Mensa in Deutschland (thanks to Mensa Canada)
Author: Mensa Canada
Description: Designed by Mensa Canada. Requires OptionTree plugin.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

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

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

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

address, cite, dfn {
	font-style: normal;
}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
     box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
input[type=file] {cursor: pointer;}

/* Normalized Styles
------------------------------------------------------------------------------*/
* {
  font-size: 100%
}
html {
  font-size: 62.5%;
}
body {
	font: 1.3em 'Open Sans', Arial, Helvetica, sans-serif;
	color: #131011;
	background: #111010;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #cc0001;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1.2em;
	color: #131011;
}
h2 {
	font-size: 2.308em;
	/*text-transform: uppercase;*/
}
a:hover {
	text-decoration: underline;
}
.btn-visual {
	background: #ff0407;
	border-radius: 4px;
	height:60px;
	padding: 0 36px;
	color: #fff;
	display: inline-block;
	font:900 22px/64px 'Roboto', sans-serif;
	border-bottom: 5px solid #970103;
}
input[type=button]:hover, input[type=submit]:hover, button:hover,
.btn:hover {
	text-decoration: none;
	background: #131011;
}
.btn-visual:hover {
	text-decoration: none;
	background: #131011;
	border-color: #ff0407;
}
input[type=button], input[type=submit], button,
.btn {
	background: #f60506;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 40px;
	line-height: 41px;
	padding: 0 20px;
	border-radius: 4px;
	text-transform: uppercase;
	border:none;
	cursor: pointer;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
input[type=button], input[type=submit], button {padding: 0 30px;}
.btn i {margin: 0 0 0 4px;}
.btn.btn-no-round {border-radius: 0;}
input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email] {
	padding: 10px;
	border:1px solid #dcdcdc;
	background: #fff;
	border-radius: 4px;
	margin: 0 0 20px;
	font-size: 13px;
}
::-webkit-input-placeholder {color: #131011;}
::-moz-placeholder {color: #131011;}
:-ms-input-placeholder {color: #131011;}
:-moz-placeholder {color: #131011;}
/* Container
------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#main {
	width: 100%;
	background: #fff;
}
.container {
	position: relative;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container:after {
	content: '';
	display: block;
	clear: both;
}
.main-holder {
	padding: 50px 0;
}
.home-page .entry {
	margin: 0;
	padding: 0;
	border: none;
}
.home-page {color: #656565;}
/* Header
------------------------------------------------------------------------------*/

#header {
	width: 100%;
	background: #242223;
	color: #fff;
	position: relative;
	z-index: 1000;
	font-family: 'Roboto', sans-serif;
}
#header a {color: #fff;}
#logo {
	display: block;
	float: left;
	cursor: pointer;
}
#logo a {
	display: block;
	height: 100%;
}
.top-bar {
	width: 100%;
	background: #101010;
}
.top-bar .container {
	padding-top: 3px;
	padding-bottom: 3px;
}
.text-size {
	float: left;
	padding: 5px 0 0;
}
.text-size .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	padding: 0 7px 0 0;
}
.size-list {
	display: inline-block;
	vertical-align: middle;
}
.size-list li {
	display: inline-block;
	vertical-align: bottom;
	padding:0 0 0 12px;
}
.size-list li:first-child {padding: 0;}
.size-list a {color: #fff;}
.size-list .small-size {
	font-size: 12px;
	line-height: 12px;
}
.size-list .normal-size {
	font-size: 14px;
	line-height: 16px;
}
.size-list .big-size {
	font-size: 16px;
	line-height: 18px;
}
.size-list .active {text-decoration: underline;}
.tools {float: right;}
.log {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 18px 0 0;
	font-size: 12px;
}
.form-language {
	display: inline-block;
	vertical-align: middle;
}
.form-language .jcf-select {
	margin: 0;
	min-width: 140px;
	height: 24px;
}
.form-language .jcf-select .jcf-select-text {
	height: 24px;
}
#google_translate_element .jcf-select-opener:before {
    content: '\f0d7';
    color: #333;
    font:16px/16px FontAwesome;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    height: 13px;
    width: 8px;
}
.jcf-select.jcf-select-select-white .jcf-select-text {color: #333;}
.header-holder {
	width: 100%;
	background: #242223;
}
.header-holder .container {
	padding-top: 13px;
	padding-bottom: 13px;
}
.header-frame {
	float: right;
	padding: 15px 0 0;
}
#form-search {
	float: left;
	position: relative;
	width: 400px;
	margin: 0 40px 0 0;
	border:1px solid #aeaeae;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#form-search input[type=text] {
	background: none;
	padding: 12px;
	color: #fff;
	background: none;
	border:none;
	width: 100%;
	margin: 0;
}
#form-search button {
	position: absolute;
	top: 0;
	margin:11px 16px 9px 10px;
	right: 0;
	font-size: 16px;
	color: #aeaeae;
	background: none;
	border:none;
	padding: 0;
	height: inherit;
	line-height: inherit;
}
.social {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.social li {
	margin: 0 0 3px 3px;
	float: left;
}
.social li:first-child {padding: 0;}
.social a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	font-size: 18px;
	color: #aeaeae;
	border:1px solid #aeaeae;
}
.social-add a {
	border-color: #1c1c1c;
	background: #1c1c1c;
	color: #fff;
}
.social .fa {color: #aeaeae;}
.social-add .fa,
.social a:hover .fa {color: #fff;}
.footer-bottom {
	background: #111010;
}
.footer-bottom .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-nav {float: right;}
.footer-nav li {
	float: left;
	padding: 0 20px 0 0;
	background: none; /*url(images/footer-divider.png) no-repeat 0 50%;*/
}
.footer-nav li:first-child {background: none;}

/* Navigation
------------------------------------------------------------------------------*/
.nav-opener {display: none;}
.bar-nav {
	width: 100%;
	background: #131011;
}
.bar-nav.moved {
	position: fixed;
	top: 0;
	left: 0;
}
#nav:after {
	content: '';
	display: block;
	clear: both;
}
#nav > li {
	float: left;
	position: relative;
}
#nav a {
	color: #fff;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	display: block;
	padding: 24px 22px;
	position: relative;
	text-transform: uppercase;
}
#nav .drop .active a,
#nav a:hover {
	text-decoration: none;
}
#nav ul {
    position: absolute;
    top: 100%;
    width: 210px;
    left: 0;
    display: none;
    background: #cc0001;
}
#nav li > ul {border-top: 2px solid #ef0304;}
#nav .has-dropdown > a:before {
	content:'\f0d8';
	color: #ef0304;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	margin: -11px 0 0 -10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#nav ul .has-dropdown > a:before {
	content: '\f0da';
	color: #fec7c7;
	top: 50%;
	left: 100%;
	display: block;
	margin: -7px 0 0 -21px;
}
#nav li li > ul:before {display: none;}
#nav ul ul {
	left: 100%;
	top: -1px;
	border:1px solid #790101;
}
#nav ul li {
	border-top:1px solid #9c0101;
	position: relative;
}
#nav ul ul li,
#nav ul ul ul {border-color: #780000;}
/*#nav ul ul li {border-color: #790101;}*/
#nav ul li:first-child {border:none;}
#nav ul a {
	text-transform: none;
	padding: 10px 25px;
	font-size: 14px;
}
#nav li:hover > a,
#nav ul ul,
#nav ul a:hover {background: #a60000;}
#nav ul a:hover {font-weight: bold;}
#nav ul li:hover > a,
#nav ul ul ul,
#nav ul ul a:hover {background: #8a0000;}
#nav ul ul ul a:hover {background: #cc0001;}
#nav ul ul ul {border:1px solid #780000;}
#nav .has-dropdown:hover > a:before {display: block;}
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover ul {
	display: block;
}
#nav li:hover li:hover ul ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover ul ul {display: none;}

/* Promo
------------------------------------------------------------------------------*/
#promo {
	width: 100%;
	position: relative;
}
.promo-inner {
	background: url(images/headerBack.jpg) no-repeat;
/*	background: url(images/MinD-HomepageBanner.jpg) no-repeat;
*/
	background-size: cover;
}
.promo-inner .promo-frame {
	padding:65px 0 40px;
	vertical-align: bottom;
}
.promo-inner h1 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	float: left;
	text-transform: uppercase;
}
#promo .slides li {
	background-size: cover;
	background-position: 50% 50%;
	height: 530px;
	position: relative;
}
#promo .promo-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#promo .promo-info {
	width: 100%;
	display: table;
	height: 100%;
}
#promo .promo-info {
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	vertical-align: bottom;
}
#promo .promo-info h2 {
	font-size: 127px;
	line-height: 0.9em;
	font-weight: 200;
	color: #fff;
}
#promo .promo-info h3 {
	font-size: 70px;
	line-height: 0.9em;
	font-weight: 200;
	color: #fff;
	margin: -6px 0 0;
}
#promo .promo-info h3 strong {font-weight: 400;}
#promo .promo-content {
	display: table-cell;
	vertical-align: bottom;
}
#promo .bx-pager-item {
	display: inline-block;
	margin: 0 3px 0 0;
	background: #fff;
	border-radius: 50%;
	padding: 3px;
}
#promo .bx-pager-item a {
	width: 16px;
	height: 16px;
	background: #000;
	border-radius: 50%;
	text-indent: -9999px;
	display: block;
}
.bx-controls {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 100;
}
.bx-pager {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
#promo .btn-visual {margin: 30px 0 0;}
#promo .text {
	display: inline-block;
    padding: 80px 0;
    width: 40%;
}
#promo .img-visual {
	display: inline-block;
    width: 59%;
    vertical-align: bottom;
}
.breadcrumb {
	float: right;
	padding: 10px 0;
}
.breadcrumb li {
	float: left;
	padding:0 8px 0 0;
	background: none; /* url(images/divider-breadcrumb.png) no-repeat 0 50%;*/
}
.breadcrumb li:first-child {
	background: none;
	padding-left: 0;
}
.breadcrumb a {
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
/*	text-transform: uppercase; */
}
/* Content
------------------------------------------------------------------------------*/
#content {
	float: left;
	width: 72%;
	padding: 0 30px 0 0;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.block-info {
	text-align: center;
	padding: 45px 0;
	font-size: 1.077em;
	max-width: 1060px;
	margin: 0 auto;
}
.block-info p {margin: 0 0 16px;}
.block-info h2 {
	color: #cc0001;
	/*text-transform: uppercase;*/
	font-size: 2.308em;
	line-height: 1em;
	margin: 0 0 21px;
}
.read-more a {
	color: #cc0001;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.read-more i {padding: 0 0 0 4px;}
.read-more a:after {
	content: '';
}
.section-info {
	background: #cc0001 url(images/pattern.png) repeat scroll 0 0;
	padding: 50px 0;
}
.section-info h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 40px;
}
.news-list {
	overflow: hidden;
	margin: 0 -16px;
}
.news-list img {width: 100%;}
.news-list li {
	padding: 0 16px;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	float: left;
	width: 33.3%;
}
.news {
	color: #fff;
	font-size: 1.077em;
}
.news .image {margin: 0 0 20px;}
.news h3 {
	font-size: 1.385em;
	color: #fff;
	/*text-transform: uppercase;*/
	margin: 0 0 15px;
}
.news p {margin: 0 0 24px;}
.section-advice {
	width: 100%;
	background: url(images/pattern-dotted.png);
}
.section-content .column,
.section-advice .column {padding: 0 0 20px;}
.section-content .container,
.section-advice .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-content .container {padding-top: 60px;}
.event-list {padding: 10px 0 0;}
.event-list li {padding: 0 0 20px;}
.event {
	overflow: hidden;
	color: #666;
	line-height: 15px;
}
.section-advice h2 {margin: 0 0 30px;}
.event .date {
	display: block;
	color: #131011;
	margin: 0 0 8px;
	font-size: 14px;
}
.event h4 {
	margin: 0 0 5px;
	font-size: 15px;
}
.event .image {
	float: left;
	margin: 0 20px 0 0;
}
.event .image img {border:1px solid #d8d8d8;}
.event .description {overflow: hidden;}
.btn-holder {text-align: right;}

/* Custom form
------------------------------------------------------------------------------*/

.jcf-select.jcf-select-black-select {
	background: #1b1b1b;
	border:none;
}
.jcf-select .jcf-select-opener {background: none;}
#footer .jcf-select.jcf-select-black-select {
	min-width: 210px;
	height: 40px;
	margin: 0 0 5px;
	display: block;
}
.jcf-select.jcf-select-black-select .jcf-select-text {
	color: #fff;
	line-height: 40px;
}
.jcf-select.jcf-select-black-select .jcf-select-opener:before {
	content: '\f0d7';
	color: #fff;
	font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    height: 13px;
    width: 8px;
}
.check {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.form-login .rows.row-check {margin: 20px 0 30px;}
.check .jcf-checkbox {
	width: 24px;
	height: 24px;
	border:1px solid #dcdcdc;
	background: #fff;
	border-radius: 3px;
}
.row:after {
	content: '';
	display: block;
	clear: both;
}
.form .row-check label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.select .jcf-select{
	border:1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 13px;
	min-width: 100%;
	height: 40px;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.select .jcf-select .jcf-select-text {line-height: 40px;}
.select .jcf-select .jcf-select-opener {
	width: 40px;
	background: #cc0001;
	border-radius: 0 4px 4px 0;
}
.select .jcf-select .jcf-select-opener:before {
    content: '\f078';
    color: #fff;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    height: 13px;
    width: 13px;
}
form .row-block {
	overflow: hidden;
	margin: 0 -16px;
}
form .row {
	width: 50%;
	padding: 0 16px;
	float: left;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
form .row input {width: 100%;}
.row-radio {margin: 0 0 18px;}
.checkbox,
.radio {
	width: 100%;
	overflow: hidden;
}
.radio .jcf-radio  {
	float: left;
	width: 6px;
	height: 6px;
	margin: 0 7px 0 0;
	border:2px solid #e1e1e1;
	background: #e0e0e0;
}
.checkbox label,
.radio label {
	float: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin:-1px 0 0;
}
.radio .jcf-radio span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.block {margin: 20px 0 0;}
.checkbox .jcf-checkbox {
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 7px 0 0;
	border:1px solid #e1e1e1;
}
.checkbox .jcf-checkbox span {
	width: 4px;
	height: 5px;
	margin: -4px 0 0 -3px;
	    border: 0px solid #777;
    border-width: 0 0 1px 1px;
}
.jcf-file .jcf-upload-button {
	border:none;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	padding: 0 20px;
}
.jcf-file .jcf-fake-input {
	border:1px solid #dcdcdc;
	border-radius: 4px;
	height: 40px;
	width: 630px;
	line-height: 40px;
	cursor: pointer;
}
.input-file {margin: 0 0 20px;}
/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 28%;
}
#sidebar .widget {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 4px;
	background: #f3f3f3;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#sidebar .widget:last-child {margin: 0;}
#sidebar .widget-banner {
	min-height: 270px;
	text-transform: uppercase;
	background: #d72323 url(images/banner.jpg) no-repeat;
	background-size: cover;
}
#sidebar .widget h3,
.widget-banner h3 {
	font-size: 1.692em;
	color: #131011;
	margin: 0 0 18px;
	/*text-transform: uppercase;*/
}
#sidebar .widget.widget-banner h3 {
	color: #fff;
	margin: 0 0 40px;
}
.widget-banner h4 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}
.widget-banner h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
}
#sidebar .widget .image {
	margin: 0 10px 0 0;
	max-width: 73px;
}
#sidebar .widget .image img {border:1px solid #d8d8d8;}
#sidebar .widget .btn {
	font-size: 12px;
	padding: 0 13px;
}
#sidebar .widget.widget-ads{
	background:#d72323;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:28px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
#sidebar .widget-ads .widget_inner{
	padding:25px 19px 42px;
	position:relative;
}
#sidebar .widget-ads .ads_txt{
	position:relative;
	z-index:2;
}
#sidebar .widget-ads .bg_img{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background-repeat:no-repeat;
	border-radius: 4px;
	z-index:1;
}
#sidebar .widget.widget-ads .widgettitle{
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:22px;
	line-height:28px;
	color:#fff;
	margin:0 0 31px;
}
#sidebar .widget.widget-ads p{
	margin:0;
}
#sidebar .widget.widget-ads h4,
#sidebar .widget.widget-ads span{
	display:block;
	margin:0 -10px -2px 0;
	font-size:36px;
	line-height:34px;
	font-weight:800;
}
#sidebar .widget.widget-ads h5,
#sidebar .widget.widget-ads span.small{
	margin:-2px -10px -3px 0;
	font-size:30px;
}
#sidebar .widget.widget-ads a{
	color:#fff;
}
.form-login label {
	display: block;
	margin: 0 0 7px;
	color: #666;
	font-size: 15px;
}
.form-login input[type=text] {
	width: 100%;
	margin: 0;
}
.form-login input[type=submit] {
	min-width: 90px;
	padding:0 10px;
}
.form-login .rows {margin: 0 0 5px;}
.social-media {
	font-size: 0;
	margin: 0 -4px;
	overflow: hidden;
}
.social-media li {
	float: left;
	width: 25%;
	box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	padding: 4px;
}
.social-media a {
	display: block;
	color:#fff;
	height:64px;
	width:64px;
	font-size:36px;
	line-height:62px;
	text-align:center;
}
.social-media a:hover{
	opacity: 0.9;
	color:#fff;
}
.social-media .twitter{
	background:#00aced;
}
.social-media .facebook{
	background:#3c5a98;
}
.social-media .google-plus{
	background:#d14836;
}
.social-media .linkedin{
	background:#0082b4;
}
.social-media .vimeo{
	background:#1bb7ea;
}
.social-media .pinterest-p{
	background:#cb2027;
}
.social-media .rss{
	background:#e6742f;
}
.social-media .tumblr{
	background:#44546b;
}
/* Footer
------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	background: #151414;
	color: #fff;
	font-size: 13px;
}
#footer a {color: #fff;}
#footer .column {
	overflow: hidden;
}
#footer .column .col {
	width: 25%;
	float: left;
}
#footer .column .col:first-child {padding-right: 0;}
#footer .widget .widget-holder {padding: 40px 20px 0;}
#footer h3 {
	color: #fff;
	text-transform: uppercase;
}
#footer .widget-order {
	background: #212121;
	padding-top: 9999px;
	padding-bottom: 9999px;
	margin: -9999px 0;
}
#footer .widget p {margin: 0 0 16px;}
#footer .widget .title {
	border-bottom: 1px solid #3d3d3d;
	padding: 0 0 10px;
	margin: 0 0 15px;
	position: relative;
	font-size: 18px;
	text-transform: initial;
}
#footer .widget .title:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 112px;
	height: 6px;
	background: #cc0001;
}
#footer .widget-links {
	font-weight: 200;
}
#footer .widget-links ul li {
	padding: 1px 0;
	font-size: 13px;
}
#footer .widget-links i {margin: 0 3px 0 0;}
#footer .widget-contact address {margin: 0 0 15px;}
#footer .widget-contact address p {margin: 0;}
.widget-members .author {
	display: block;
}
.widget-members blockquote {
	position: relative;
	margin: 25px 0;
}
.widget-members blockquote q {
	padding: 13px 0;
	display: block;
	position: relative;
}
.widget-members blockquote q:after,
.widget-members blockquote q:before {
	content: '\201C';
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 50px;
	line-height: 23px;
	color: #aeaeae;
	height: 11px;
	position: absolute;
}
.widget-members blockquote q:after {
	content:'\201D';
	text-align: right;
	right: 0;
	bottom: 0;
}
.widget-members blockquote q:before {
	left: 0;
	top: 0;
}
#footer .widget-contact .widget-holder {padding-bottom: 0;}
#footer .widget-social .widget-holder {padding-top: 0; padding-bottom: 0;}
#footer .logo {
	text-align: right;
	margin: 0 0 20px;
}
#footer input[type=text] {
	background: #1b1b1b;
	color: #fff;
	border:none;
	padding: 10px;
	width: 100%;
	margin: 0 0 5px;
	display: block;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
/* Wordpress
------------------------------------------------------------------------------*/
.color-gray {color: #666;}
.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 98%;
}

.wpcf7-form-control {
    width: 100%;
}


/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
	width:100%;
	line-height:1.5em;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 40px;
	margin: 0 0 40px;
}
.entry:after {
	content: '';
	display: block;
	clear: both;
}
.main-holder .entry ul:last-child,
.main-holder .entry ol:last-child,
.main-holder .entry p:last-child {margin-bottom: 0;}
.entry.last,
.entry.entry-text {
	border:none;
	padding: 0;
	margin: 0;
}
.ttl,
.entry .ttl {
	border-left:4px solid #cc0001;
	padding: 0 0 0 10px;
	line-height: 0.8em;
	margin: 0 0 24px;
}
.entry-text .text {padding: 0 0 0 14px;}
.inner-page .entry p:last-child {margin: 0;}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 20px 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1em; margin: 0 0 21px 0; /*text-transform: uppercase;*/ }
.entry h1{font-size: 2.769em}  .entry h2{font-size: 1.692em;}  .entry h3{font-size: 1.538em;}  .entry h4{font-size: 1.385em;}  .entry h5{font-size: 1.231em;}  .entry h6{font-size: 1.077em; margin: 0 0 5px;}
.entry ul{ margin: 0 0 20px 0;}
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{
	line-height: 28px;
	padding: 0 0 0 13px;
}
.entry li {position: relative;}
.entry ul li:before {
	content: '>';
	background-image: none; /*url(images/bullet.png);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0; /*12px;*/
	left: 0;
	width: 4px;
	height: 6px;
}
.entry ul ul li{}
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 25px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 28px;}
.entry  ol li ol li{ list-style-type: upper-alpha; }
.entry  ol li ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}
.entry table td, .entry table th{
	border: 1px solid #dcdcdc;
	padding: 9px 15px;
}
.entry table tr:nth-child(even) td {background: #f4f4f4;}
.entry table th{
	text-align: center;
	font-weight: bold;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

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

.alignright {
    float:right;
    margin: 5px 0 0px 20px;
    padding: 5px;
    border:1px solid #cfcfcf;
}

.alignleft {
    float: left;
    margin: 5px 20px 0px 0;
    padding: 5px;
    border:1px solid #cfcfcf;
}

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

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

a img.alignnone {
    margin: 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 0px 0;
	padding:40px 65px;
	background:#f4f4f4;
	color: #131011;
	line-height: 28px;
	position: relative;
	border-left: 4px solid #b9b9b9;
}
.entry blockquote:before {
	content: '\201C';
	color:#c3c3c3;
	font-size: 120px;
	line-height: 120px;
	height: 44px;
	font-family: 'PT Sans', sans-serif;
	position: absolute;
	top: 15px;
	left: 15px;
}
.entry blockquote:after {
	content: '\201C';
	color:#c3c3c3;
	font-size: 120px;
	line-height: 120px;
	font-family: 'PT Sans', sans-serif;
	position: absolute;
	bottom: 23px;
	right: 15px;
	height: 44px;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}

/* Columns
------------------------------------------------------------------------------*/

.column-group {
    width: 100%;
    overflow: hidden;
}
.column {
    float: left;
    margin-right: 9%;
    width: 100%;
}
.column-group > br, .column-group > p {
    display: none;
}
.column.last {
    margin-right: 0;
    padding-bottom: 0;
}
.columns-2 .column {
    width: 44.5%;
}
/* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
 .columns-3 .column {
    width: 26%;
}
.columns-4 .column {
    width: 21.25%;
}
.columns-3 .column-span-2 {
    width: 65%;
}
/* $width * $span + $margin * ( $span - 1 ) */
 .columns-4 .column-span-2 {
    width: 47.5%;
}
.columns-4 .column-span-3 {
    width: 73.75%;
}

.entry form .row-radio .checkbox br {
    display: none;
}

@media screen and (max-width: 667px) {
    .column-group .column{
        float: none;
        width: 100%;
        max-width: 100%;
    	margin-right: 0;
    }
}
#header .mobile-social,
.mobile-hidden {display: none;}
.mobile-social {float: left;}
.join-now {
	display: block;
	background: #242223;
	color: #fff;
	padding: 27px;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.join-now:hover {text-decoration: none;}
.nav-opener {
	width: 40px;
	height: 40px;
	background: #cc0001;
	display: none;
	float: right;
	position: relative;
	text-align: center;
}
.nav-opener .fa-bars {
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	margin: -10px 0 0 -12px;
}
.nav-opener.active .fa-bars:before {
	content: '\f00d';
}
.drops {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -18px 0 0;
	display: none;
	width: 36px;
	height: 36px;
}
.drops span {
	width: 15px;
	height: 15px;
	background: #cc0001;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	text-align: center;
}
.drops span:before {
	content: '\f067';
	font:10px/15px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	text-align: center;
	color: #fff;
	display: block;
}
.drops.actives span:before {
	content: '\f068';
}
/* Responsive */
@media screen and (max-width: 1139px) {
	#nav a {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 14px
	}
	#form-search {
		width: 300px;
		margin: 0 20px 0 0;
	}
	.jcf-file .jcf-fake-input {width: 100%;}
	.social-media a{
		height:53px;
		width:53px;
		font-size:30px;
		line-height:54px;
	}
	#sidebar .widget-ads .widget_inner{
		padding:20px 19px 30px;
	}
	#sidebar .widget.widget-ads .widgettitle{
		font-size:20px;
	}
	#sidebar .widget.widget-ads h4,
	#sidebar .widget.widget-ads span{
		font-size:32px;
	}
	#sidebar .widget.widget-ads h5,
	#sidebar .widget.widget-ads span.small{
		font-size:27px;
	}
}
@media screen and (max-width: 1024px) {
	#promo .promo-info h2 {font-size: 100px;}
	#promo .promo-info h3 {font-size: 60px;}
	.block-info h2,
	h2 {font-size: 2em;}
	.section-advice h2 {
		margin: 0 0 20px;
	}
	.alignleft {margin-bottom: 20px;}
}
@media screen and (max-width: 1000px) {
	.section-content .column {padding:0;}
	.header-holder .container {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#sidebar .widget.widget-banner h3 {
		font-size: 16px;
		margin: 0 0 30px;
	}
	#sidebar .widget-banner {min-height: auto;}
	.widget-banner h2 {font-size: 2em;}
	#content {
		width: 67%;
	}
	#sidebar {width: 33%;}
	#footer .column {
		margin: 0 -20px;
		float: none;
	}
	#footer input[type=text] {width: 100%;}
	#footer .widget.widget-order .widget-holder,
	#footer .widget .widget-holder {
		padding:15px 20px;
	}
	#footer .column .col {
		width: 50%;
	}
	#footer .widget-order {
		padding: 0;
		margin: 15px 0 0 20px;
	}
	.social {vertical-align: top;}
	#header .social.mobile-social,
	.drops,
	.nav-opener {display: block;}
	#header .social,
	.bar-nav {
		display: none;
	}
	.header-frame {
		float: none;
	}
	#form-search {
		margin: -60px 0 0;
		float: right;
	}
	#logo {
		float: none;
		width: 390px;
		height: 50px;
	}
	.bar-nav {
		width: 265px;
		background: #131011;
	    position: absolute;
	    top: 100%;
	    right: 0;
	    margin: -10px 0 0;
	    z-index: 999;
	    box-shadow: 0 0 5px #000;
	}
	#nav > li {
		float: none;
	}
	#nav li:hover li:hover li:hover ul, #nav li:hover li:hover ul, #nav li:hover ul {display: none;}
	.bar-nav .container {padding: 0 2px !important;}
	#nav .has-dropdown:hover > a:before,
	#nav .has-dropdown > a:before {display: none;}
	#nav a {padding: 10px;}
	#nav ul ul a {font-size: 13px;}
	.bar-nav.moved {
		position: absolute;
		left: inherit;
		top: 100%;
	}
	#nav ul ul ul,
	#nav ul ul,
	#nav ul {
		width: 100%;
		position: relative;
		left: inherit;
		top: inherit;
	}
	#nav ul ul ul,
	#nav li > ul {border:none;}
	.nav-drop:before {
		content: '\f0d8';
	    color: #131011;
	    position: absolute;
	    top: 0;
	    right: 28px;
	    margin: -21px 0 0px;
	    font: normal normal normal 32px/1 FontAwesome;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	}
	#nav .has-dropdown ul ul li > a:before,
	.has-dropdown ul ul li a:before {
		content: "\f0da";
		color: #fff;
		width: 5px;
		height: 14px;
		margin: -7px 0 0;
		position: absolute;
		top: 50%;
		left: 28px;
		display: block !important;
		font: normal normal normal 14px/1 FontAwesome;
		text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	}
	#nav .has-dropdown ul ul ul li a:before {left: 45px;}
	#nav ul ul a {padding-left: 40px;}
	#nav ul ul ul a {padding-left: 55px;}
	#nav .has-dropdown ul {
	    border-top: 1px solid #9c0101;
	}
	#nav .has-dropdown ul ul {border-color: #790101;}
	.section-content .column {
		width: 100% !important;
		float: none;
	}
	#promo .promo-info h2 {font-size: 80px;}
	#promo .promo-info h3 {font-size: 40px;}
	#promo .slides li {height: 360px;}
	.btn-visual {
		height: 50px;
		line-height: 50px;
	}
	#promo .text {padding: 65px 0;}
	
	.social-media a{
		height:45px;
		width:45px;
		font-size:26px;
		line-height:44px;
	}
	#sidebar .widget.widget-ads{
		font-size:16px;
		line-height:24px;
	}
	#sidebar .widget.widget-ads .widgettitle{
		font-size:18px;
	}
	#sidebar .widget.widget-ads h4,
	#sidebar .widget.widget-ads span{
		font-size:28px;
		line-height:28px;
	}
	#sidebar .widget.widget-ads h5,
	#sidebar .widget.widget-ads span.small{
		font-size:23px;
	}
}
@media screen and (max-width: 768px) {
	.section-info h2 {margin: 0 0 28px;}
	#promo .promo-info h2 {font-size: 80px;}
	#promo .promo-info h3 {font-size: 40px;}
	#promo .slides li {height: 360px;}
	.btn-visual {
		height: 50px;
		line-height: 50px;
	}
	#promo .text {padding: 65px 0;}
	.news h3,
	.block-info p,
	.block-info h2 {margin: 0 0 9px;}
	.section-info {padding: 43px 0;}
	.news {
		font-size: 1em;
	}
	.news .image {margin: 0 0 10px;}
	.section-advice h2 {
		font-size: 1.538em;
	}
	.section-content .container {padding-top: 50px; padding-bottom: 50px;}
	.section-content .text {padding: 0 0 8px;}
	#footer .widget-social .widget-holder {padding-top: 0;}
	.news p,
	#footer .widget .widget-holder {margin: 0 0 15px;}
	.widget.widget-social {margin: -20px 0 0;}
	.event .image {
		width: 70px;
		height: 70px;
	}
	#promo .btn-visual {margin: 20px 0 0;}
}
@media screen and (max-width: 767px) {
	.section-content .container {padding-top: 40px;}
	#sidebar,
	#content {
		float: none;
		padding: 0;
		width: 100%;
	}
	#sidebar {padding: 24px 0 0;}
	#footer .column .col {width: 100%;}
	#footer .logo {text-align: center;}
	#footer .column {margin: 0;}
	#footer .widget-order {margin-left: 0;}
	#footer .widget .widget-holder {padding:15px 0;}
	.block-info {text-align: left;}
	.breadcrumb,
	.promo-inner h1 {
		float: none;
	}
	#form-search {
		margin: 0 0 10px;
		float: none;
		width: 100%;
	}
	#promo .text {display: none;}
	#promo .promo-holder {
		bottom: 0;
		position: relative;
		text-align: center;
	}
	#promo .slides li {height: auto;}
	.bx-controls {text-align: center;}
	#promo .img-visual {width: 80%;}
	.mobile-hidden {display: block;}
	.social-media li {
		width: auto;
	}
	.main-holder {padding: 35px 0;}
	.social-media{
		max-width:292px;
	}
	.social-media a{
		height:65px;
		width:65px;
		font-size:36px;
		line-height:63px;
	}
	#sidebar .widget.widget-ads{
		font-size:18px;
		line-height:28px;
	}
	#sidebar .widget-ads .bg_img{
		background-size:cover;
	}
	#sidebar .widget.widget-ads .widgettitle{
		font-size:22px;
	}
	#sidebar .widget.widget-ads h4,
	#sidebar .widget.widget-ads span{
		font-size:32px;
		line-height:34px;
	}
	#sidebar .widget.widget-ads h5,
	#sidebar .widget.widget-ads span.small{
		font-size:27px;
	}
}
@media screen and (max-width: 667px) {
	.news-list {margin:0;}
	.news-list li {
		width: 100%;
		float: none;
		padding: 15px 0;
	}
	form .row {
		width: 100%;
		padding: 0;
	}
	form .row-block {margin: 0;}
	#promo .slides li {height: 240px;}
	#footer .footer-bottom {font-size: 11px;}
	.footer-nav li {padding: 0 10px;}
	.bar-nav {margin: 0;}
	#promo .img-visual {width: 100%;}
	.section-info h2 {
		margin: 0;
	}
	.block-info h2, h2 {
	    font-size: 20px;
	}
	.news h3 {font-size: 1.231em;}
	.news p {margin: 0 0 10px;}
	#header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section-advice  .container,
	.section-info,
	.block-info {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	#footer .widget .title {font-size: 1.231em;}
	#footer .widget .widget-holder {
		margin: 0;
		padding-bottom: 0;
	}
	.widget.widget-social {margin: -10px 0 0;}
	.ttl, .entry .ttl {font-size: 32px;}
	.entry blockquote {padding: 35px 15px 45px;}
	.entry blockquote:before,
	.entry blockquote:after {
		font-size: 73px;
		line-height: 73px;
	}
	.entry blockquote:after {bottom: 0;}
	.promo-inner .promo-frame {padding: 40px 0 20px;}
	.form-login .rows.row-check {margin: 20px 0;}
}
@media screen and (max-width: 480px) {
	.form-language {
		display: block;
	}
	.tools {
		text-align: right;
	}
	.log {padding: 0 0 5px;}
	.social-media a{
		height:56px;
		width:56px;
		font-size:32px;
		line-height:56px;
	}
	#logo {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 340px) {
	#footer .logo {
		max-width: 60px;
		margin: 0 auto;
	}
}
