@font-face {
	font-family: 'logofont';
	src: url("../fonts/logofont.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'presentscript';
	src: url("../fonts/presentscript.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url('../fonts/oldstandardtt/oldstandardttregular.woff2') format('woff2'), url('../fonts/oldstandardtt/oldstandardttregular.woff') format('woff'), url('../fonts/oldstandardtt/oldstandardttregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Italic'), local('OldStandardTT-Italic'), url('../fonts/oldstandardtt/oldstandardttitalic.woff2') format('woff2'), url('../fonts/oldstandardtt/oldstandardttitalic.woff') format('woff'), url('../fonts/oldstandardtt/oldstandardttitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url('../fonts/oldstandardtt/oldstandardttbold.woff2') format('woff2'), url('../fonts/oldstandardtt/oldstandardttbold.woff') format('woff'), url('../fonts/oldstandardtt/oldstandardttbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'CyrillicRibbon';
	src: url("../fonts/CyrillicRibbon.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}



body {
  background: #f5f5f7;
  color: #43484e;
  font: 15px/1.6 "Open Sans", "Helvetica", "Tahoma", "Arial", sans-serif;
  position: relative;
}

a {
  color: #84be38;
  color: #585e61;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out 0s;
}
a:hover {
  color: #72be18;
  text-decoration: none;
}

p {
  margin: 0 0 14px 0;
}

.block {
  margin: 0 0 30px 0;
}
ul, ol {
  margin: 0 0 24px 18px;
  margin: 0 0 24px 40px;
  padding: 0;
}
#content li {
  margin: 0 0 12px;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #84be38;
  color: #585e61;
  font-family: 'Lora', 'Open Sans', 'Roboto Slab', serif;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 300;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.page-node-type-article h2 {
	margin: 30px 0 16px 0;
}
h3 {
  font-size: 18px;
  margin: 0 0 14px 0;
}
h4 {
  font-size: 14px;
  margin: 0 0 12px 0;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}	
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
}
h1 a,
h2 a,
h1 a:hover,
h2 a:hover {
  color: #84be38;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nopadding {
  padding: 0!important;
}

.container,
#page-wrapper {
  position: relative;
}
header.header {
	position: relative;
	background: #fff;
	background: #fff url(../images/bg11.png);
}
/*
.path-notfrontpage header.header {
	background: url(../images/bg2.jpg);
	background-position: center center;
	background-size: 100%;
	background: #84be38;
}

#logo {
	position: absolute;
	z-index: 500;
	width: 100%;
}
*/
.logo {
    display: block;
    text-align: center;
    padding: 15px 0 0px;
}
.logo img {
	
}

#logo .site_name h1 {
  font-family: "logofont", "Helvetica", "Tahoma", "Arial", sans-serif;
  color: #585e61;
  color: #84be38;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin: -7px 0 10px 0;
}

#logo .site_name .head {
	font-family: "Open Sans", "Helvetica", "Tahoma", "Arial", sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
/*
.path-frontpage header.header {
		height: auto;
		overflow: hidden;
	}

@media (min-width: 1000px) {
	.path-frontpage header.header {
		height: 100vh;
	}
}
.path-notfrontpage header.header {
		height: 170px;
		overflow: hidden;
	}
*/
@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
	
	/*
	.path-notfrontpage .logo {
		text-align: left;
		padding: 0;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.path-notfrontpage .main-menu-wrapper {
		position: absolute;
		top: 50px;
		left: 140px;
	}
*/
}
@media (max-width: 768px) {
	
	.video-front iframe {
		width: 100%;
		height: 300px;
	}
	.logo {
		padding: 15px 0 10px;
	}
	#logo .site_name h1 {
		font-size: 44px;
	}
}

#highlighted-block {
	background: #fff;
}
#main {
  padding: 40px 0 60px 0;
  background: #fff;
}
#main .node-teaser {
  margin: 0 0 20px;
}

#sidebar {
  padding-bottom: 30px;
  padding-top: 5px;
}

#breadcrumbs {
  font-size: 12px;
  margin: 0 0 25px 0;
}
#breadcrumbs a {
  text-decoration: none;
  color: #666;
}
.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 0; 
}
.breadcrumb > li + li:before {
  content: "»";
  font-family: 'FontAwesome';
  content: "\f101";
  color: #666;
}

/*-------------------------------------------*
/* Slidebox
/*-------------------------------------------*/
#slidebox {
  margin: 0 0 40px 0;
  position: relative;	
  zoom: 1;
}
.flex-direction-nav a {
  color: #fff;
  background: #000;
  border-width: 0px;
  display: block;
  height: 45px;
  margin: -15px 0 0;
  text-indent: 0;
  width: 45px;
  font-size: 0;
  padding: 10px 0 0 15px;
  text-decoration: none;
}
.flex-direction-nav a {
  opacity: .7;
}
.flex-direction-nav a:hover {
  opacity: .5;
}
.flex-direction-nav .flex-prev {
  left: 15px;
}
.flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 18px; 
  vertical-align: middle;
}
.flex-direction-nav .flex-next {
  right: 15px;
}
.flex-direction-nav .flex-next:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
  background-position-y: 0;
}
.overlay {
  background: url(../images/overlay.png);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;    
}
.flex-caption {
  color: #fff;
  left: 50%;
  margin-left: -350px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 800px;  
  z-index: 101;
} 
.flex-caption h2 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
.flex-caption h2 a:link, 
.flex-caption h2 a:visited {
  color: #fff;
}
.flex-caption p {
  font-size: 18px;
}
.flex-caption a.readmore {
  background: rgba(129,180,65,0.2);
  border: 1px solid #7eb98d;
  color: #7eb98d;
  display: block;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px 0px;
  text-transform: uppercase; 
  width: 150px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out 0s;
}
.flex-caption a.readmore:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #7eb98d;
}
@media (max-width: 767px) {
  .flex-caption {
    display: none;
  }
}

/*-------------------------------------------*
/* Content Top
/*-------------------------------------------*/
#content_top {
  margin: 0 0 30px;
  overflow: hidden;
}
.path-frontpage .feed-icon{
  display: none;
}

/*-------------------------------------------*
/* Top Columns
/*-------------------------------------------*/
#top-columns {
  margin: 30px auto 20px auto;
}
#top-columns h2 {
  text-align: center;
}

/*-------------------------------------------*
/* Bottom Columns
/*-------------------------------------------*/
#bottom-columns {
  margin: 20px 0 30px 0;
}
#bottom-columns h2 {
  text-align: center;
}
#bottom-columns img {
  border: 1px solid #ebebeb;
}

/*-------------------------------------------*
/* Footer
/*-------------------------------------------*/
footer.site-footer {
  background: #f5f5f7;
  font-size: 12px;
  padding: 40px 0;
  position: relative; 
}
footer.site-footer a {
  color: #abb3bc;
}
footer.site-footer h2 {
  color: #abb3bc;
  font-size: 14px;
  font-weight: bold;
}
#footer-columns {
  margin: 0 0 20px;
}
.social-icon  {
  float: right;
}
.social-icon li {
  display: inline-block;
  list-style: none;
}
.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 4px;
}
.social-icon li a:hover {
  background: #f2f2f2;
  color: #000000;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
ul.primary {
  border-bottom: 1px solid #bbb;
  margin: 0 0 15px 0;
  padding: 0;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background: none;
  border: none;
  border-radius: 4px 4px 0 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0 1em;
  margin-right: 5px;
}
ul.primary li a:hover, ul.primary li a.is-active {
  background: #666;
  border: none;
  color: #fff;
}
ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: 1px solid #bbb;
  margin: 0 0 15px 0;
  clear: both;
  padding: 0;
}
ul.secondary li {
  display: inline;
  border-right: none;
}
ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  padding: 0 1em;
}
ul.secondary li a:hover, ul.secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

/*-------------------------------------------*
/* Tags
/*-------------------------------------------*/
article .meta {
  font-size: 12px;
  color: #8a8a8a;
  margin: 0 0 12px;
}
.links li a {
  background-color: #eee;
  border-radius: 4px;
  color: #666;
  padding: 4px 5px;
}
.links li a:hover {
  background-color: #f5f5f5;
}
.field--name-field-tags {
  margin: 0 0 12px;
}
.field--name-field-tags ul.inline {
  display: inline;
}

/*-------------------------------------------*
/* Comments
/*-------------------------------------------*/
section.comments {
  margin-top: 30px;
}
article.comment {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.indented {
  margin-left: 25px;
}
.comment-side {
  float: left;
  margin: 0 20px 0 0;
}
.comment-side img {
  border: 1px solid #ebebeb;
  float: left;
  margin: 0 0 12px 0;
  padding: 4px;
}
.comment-side .comment-time {
  font-size: 11px;
}
.comment-side .comment-permalink,
.comment-form .filter-wrapper {
  display: none;
}

/*-------------------------------------------*
/* Search block
/*-------------------------------------------*/
.search-block-form {
  border: 1px solid #d0d0d0;
  height: 36px;
  border-radius: 4px;
  margin: 0 0 30px 0;
  max-width: 280px;
}
.search-block-form input[type='search'] {
  background: none;
  border: none;
  color: #8a8a8a;
  font-size: 13px;
  padding: 8px 12px 8px 12px;
  width: 100%;
}
.search-block-form .form-item-keys {
  float: left;
  width: 86%;
}
.search-block-form .form-actions .form-submit {
  background: url(../images/search.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  display: block;
  height: 36px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 34px;
}

.f-left, 
article img.align-left,
#top-columns img, 
#bottom-columns img, 
.path-frontpage #content_top img,
.path-frontpage #content-wrap article img,
.f-right,
article img.align-right {
  float: left;
  margin: 5px 15px 10px 0;
  border-radius: 10px;  
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.f-right,
article img.align-right {
  float: right;
  margin: 5px 0 10px 15px; 
}
.f-left:hover, 
article img.align-left:hover,
#top-columns img:hover, 
#bottom-columns img:hover, 
.path-frontpage #content_top img:hover,
.path-frontpage #content-wrap article img:hover,
.f-right:hover,
article img.align-right:hover {
  opacity: .8;
}
@media (max-width: 400px) {
	.f-left, 
	article img.align-left,
	#top-columns img, 
	#bottom-columns img, 
	.path-frontpage #content_top img,
	.path-frontpage #content-wrap article img,
	.f-right,
	article img.align-right {
		float: none;
		margin: 5px auto 10px;
		display: block;
		clear: both;
	}
}


.views-field-changed {
  font-size: 12px;
  color: #8a8a8a;
  margin: 0 0 12px;
}

.views-row,
.views-element-container,
#block-userlogin {
  margin: 0 0 30px;
}
.form-item, .form-actions {
  margin: 0 0 15px 0;
}
.form-item input[type='text'],
.form-item input[type='password'],
.form-item input[type='email'] {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #8a8a8a;
  height: 36px;
  padding: 8px 12px 8px 12px;
}
textarea {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #8a8a8a;
  padding: 8px 12px 8px 12px;
}
.form-actions input[type='submit'] {
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  height: 36px;
  padding: 8px 20px 8px 20px;
}
@media (max-width: 768px) {
	.form-item input[type='text'],
	.form-item input[type='password'],
	.form-item input[type='email'],
	textarea {
		width: 100%;
	}
}
div[aria-label="Status message"] {
  color: #155724;
  background-color: #d4edda;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #c3e6cb;
}
div[aria-label="Warning message"] {
  color: #856404;
  background-color: #fff3cd;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #ffeeba;
}
div[aria-label="Error message"],
div[aria-label="Сообщение об ошибке"] {
  color: #721c24;
  background-color: #f8d7da;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #f5c6cb;
}
div[aria-label="Status message"] a,
div[aria-label="Warning message"] a,
div[aria-label="Error message"] a {
  color: #0b2e13;
}

table th,
table td {
  padding: 3px 10px;
  border: 1px solid #ccc;
}

#slider {
  background: #fcf8ef;
}

div[aria-label="Статус"] {
  color: #155724;
  background-color: #d4edda;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #c3e6cb;
}
div[aria-label="Warning message"] {
  color: #856404;
  background-color: #fff3cd;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #ffeeba;
}
div[aria-label="Error message"] {
  color: #721c24;
  background-color: #f8d7da;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #f5c6cb;
}
div[aria-label="Status message"] a,
div[aria-label="Warning message"] a,
div[aria-label="Error message"] a {
  color: #0b2e13;
}

table th,
table td {
  padding: 3px 10px;
  border: 1px solid #eee;
}

.breadcrumb {
    background: none;
    padding-left: 0;
}
.page-node-type-article article  img {
	margin: 20px 0 20px 0;
	border: 1px solid #edecec;
	border-radius: 10px;
}
.page-node-type-article article .field_image img {
	float: left; 
	margin: 0 25px 15px 0;
	max-width: 400px;
	border: 10px solid #edecec;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.page-node-type-article article .field_image img.colorbox {
		float: none; 
		margin: 0 0 15px 0;
		max-width: 100%;
		width: 100%;
	}
}

#block-views-block-articles-block-2 .article-block {
    max-width: 390px;
    margin: 0 auto 60px auto;
	border: none;
}
@media (max-width: 768px) {
	#block-views-block-articles-block-2 .article-block {
		width: 100%;
	}
}
#block-views-block-articles-block-2 .article-block .image {
    margin: 0 0 10px 0;
    border: none;
    overflow: hidden;
    position: relative;
	float: none;
}
#block-views-block-articles-block-2 .article-block .image img {
    transition: all 1s ease-in-out;
}
#block-views-block-articles-block-2 .article-block .image img:hover {
    transform: scale(1.1);
}
#block-views-block-articles-block-2 .article-block .text {
    height: 102px;
    overflow: hidden;
}
#block-views-block-articles-block-2 .article-block .title {
    font-family: 'Lora', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.1px;
    margin: 0 0 7px 0;
    line-height: 25px;
}
#block-views-block-articles-block-2 .article-block .announcement {
	
}

.article-block {
	overflow: hidden;	
	border-bottom: 1px solid #edecec;
	padding: 0 0 20px;
	margin: 0 0 40px 0;
}
.article-block .image  {
	float: left;
	margin: 0 25px 15px 0;
	border: 10px solid #edecec;
	overflow: hidden;
	position: relative;
}
.article-block .image img {
	transition: all 1s ease-in-out;
}
.article-block .image img:hover {
    transform: scale(1.1);
}
.article-block .title {
    font-family: 'Lora', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 24px;
    /* letter-spacing: 1.1px; */
	line-height: 1.4;
    margin: 0 0 7px 0;
    line-height: 26px;
}


@media (max-width: 768px) {
	.views-field-field-image {
		float: none;
		margin: 0 0 15px 0;
	}
	.views-field-field-image img  {
		width: 100%!important;
		
	}
}
#block-views-block-articles-block-1 .views-field-view-node, 
#block-views-block-articles-block-2 .views-field-view-node {
	text-align: right;
}

.page-node-type-deepak-chopra-health .audiofield .cp-circle-frame label {
	display: none;
}
.page-node-type-deepak-chopra-health .cp-container {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}

.icon {
  padding: 15px 15px 15px 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 30px 0 40px;
  background-color: #f9f9f9;
  background-position: 15px 15px;
  background-repeat: no-repeat;
} 
.icon1 { background-image: url(../images/icon1.png); } 
.icon2 { background-image: url(../images/icon2.png); } 
.icon3 { background-image: url(../images/icon3.png); } 
.icon4 { background-image: url(../images/icon4.png); } 

.readmore {
	font-size: 17px;
	font-weight: bold;
}

#block-sidebar {
	background: #fff;
	padding: 20px 20px;
}
#block-sidebar ul {
	margin: 0;
}
#block-sidebar ul li {
	list-style: none;
	margin: 0 0 10px 0;
	background: url(../images/marker-list.png) 0px 3px no-repeat;
	padding: 0 0 5px 24px;
}
#block-sidebar ul li:hover {
	
}
#block-sidebar ul li a {
	color: #666;
}
#block-sidebar ul li a:hover {
	color: #84be38;
}

.feed-icon {
	display: none;
}
label {
	font-weight: 400;
}

.bg-video {
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}


.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	z-index: 1;
}
.elementor-shape-bottom {
    bottom: -1px;
}
/*
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.elementor-shape svg {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape-bottom svg {
    width: calc(105% + 1.3px);
    height: 50px;
}
@media (max-width: 768px) {
	.elementor-shape-bottom svg {
		height: 20px;
	}
}
*/
.webform-submission-test-dosha-form {
	padding-top: 15px;
}
.webform-submission-test-dosha-form label.form-required {
	font-weight: bold;
}
.webform-submission-test-dosha-form input.form-text.required {
	width: 180px;
	height: 40px;
	border: 1px solid #84be38;
	color: #43484e; 
	font-weight: bold;
}
.webform-submission-test-dosha-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  color: #888;
  font-weight: normal;
}

.video-front {
	margin: 40px auto 40px auto;
	text-align: center;
}

legend {
	font-size: 14px;
}
label {
	display: block;
}
.webform-submission-test-dosha-form .js-form-type-textarea {
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
}

.maintenance-page .dialog-off-canvas-main-canvas {
	text-align: center;
	padding: 100px;
}
@media (max-width: 768px) {
	.maintenance-page .dialog-off-canvas-main-canvas {
		padding: 100px 20px;
	}
}

.top-banner {
	background: url(../images/bg8.jpg) no-repeat center center;
	height: 550px;
	background-size: cover; 
}
.banner-caption {
	margin: 260px 0 20px 0;
	margin-bottom: 50px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	max-width: 500px;
	padding: 40px 20px 30px 30px;
}
.banner-caption .title {
	font-family: 'logofont', serif;	
	
	font-size: 22px;
	font-size: 40px;
	
	line-height: 1.6;
	line-height: 1.2;
	
	margin: 0 0 20px 0;	
	
	color: #000;
}
@media (max-width: 992px) {
	.banner-caption {
		margin-top: 200px;
	}
}
@media (max-width: 758px) {
	.top-banner {
		height: 300px;
	}	
	.banner-caption {
		text-align: center;			
		margin-top: 100px;
	}
	.banner-caption .title {
		font-size: 18px;
		font-family: 'Lora', 'Open Sans', 'Roboto Slab', serif;	
	}
	.call {
		margin: 0 auto;
	}
}
.all,
.call,
.form-actions input[type='submit'] {
	width: 180px;
	height: 40px;
	border-radius: 3px;
	background: #84be38;
	border: 1px solid #84be38;
	
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all 250ms ease-in-out 0s;
	line-height: 1;
}
@media (max-width: 768px) {
	.all,
	.call,
	.form-actions input[type='submit'] {
		width: 130px;
	}
}
.all {
	margin: 0 auto;
}
.all,
.call {
	padding: 12px 0 0 0;
}
.all a,
.call a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.all:hover,
.call:hover,
.form-actions input[type='submit']:hover {
	background: #72be18;
	border: 1px solid #72be18;
}

.user-login-form .description {
	display: none;
}

header.header { 
   box-shadow: 0px 8px 15px -7px #e6e6e6;
}
.top-banner { 
   box-shadow: 0px 8px 15px -4px #e6e6e6;
}

.user-logged-in.path-user ul.primary {
	display: none;
}

.green,
h1.green {
	color: #84be38;
}

@media (max-width: 768px) {
	.video {
		width: 100%!important;
	}
}

iframe {
	max-width: 100%;
}


.js-form-type-radio label,
.js-form-type-checkbox label {
	display: inline-block;
}
.radios--wrapper legend,
.checkboxes--wrapper legend {
	font-weight: bold;
	font-size: 20px;
	color: #585e61;
}

.radios--wrapper legend {
    font-weight: bold;
    font-size: 16px;
	color: #585e61;
	padding-bottom: 10px;
}
.js-form-type-radio.form-item {
	margin: 0 0 5px 0;
}

.form-item.form-item-date  input[type='text'],
.form-item.form-item-time  input[type='text'] {
	width: 150px;
}
.fieldset-wrapper .description {
	font-size: 13px;
}

div[role=contentinfo] {
	display: none;
}