/*
Theme Name: Anova
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext';

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: 0;*/
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	/*display: block;*/
}
body {
	line-height: 1;
}
/*ol, ul {*/
	/*list-style: none;*/
/*}*/
h1,
.imageText,
.maintitle{
	font-weight: 300;
}

.navbar-nav {
	float: none !important;
	margin: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'Myfont','Raleway', sans-serif;
    overflow-x: hidden;
}

@font-face {
	font-family: 'Myfont';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/opensanshebrew-regular-webfont.eot);
	src: url(fonts/opensanshebrew-regular-webfont.eot%3F) format('embedded-opentype'),
	url(fonts/opensanshebrew-regular-webfont.woff) format('woff'),
	url(fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
	unicode-range: U+0030-39;
}


.navbar-default {
	background-color: black;
	border-color: transparent;
}

/*.faq_container .BlockText a,*/
.faq_container .qAnda a{
	color: black;
	text-decoration: underline;
}
.eventSingle .theEvent .eventContent a{
	color: black;
}

#back-top {
	position: fixed;
	bottom: 2%;
	right: 2%;
	display: none;
}
img{
	max-width: 100%;
}

strong{
	font-weight: bold;
}


/* ==========================================================================
   Base
   ========================================================================== */

.mailchimpjoinup{
width: 408px;
margin:0 auto;
 
}
 
.mailchimpjoinup .enews #subbox{
width:280px;
   
    margin-right:-10px;
}
 
.mailchimpjoinup .enews #subbutton{
width:130px;
    border:0px solid;
    height:40px;
}


/*.product_page .HowDoesWork .title{*/
	/*font-weight: 300;*/
/*}*/
.pricing .linkMoreOptions p{
	margin-bottom: 0;
}

.faq_container .qAnda a.titleOfBlock{
	text-decoration: none;
	display: block;
}

@media (min-width: 768px){
	.navbar-nav>li{
		padding-right: 3px;
		padding-left: 3px;
		height: 44px;
		display: flex;
		align-items: center;
	}
}
.navbar-default .navbar-nav>li>a{
	color: white;
	padding: 0 15px ;
	/*height: 44px;*/
	/*line-height: 44px;*/
}

.navbar-default .navbar-nav>li:last-child>a{
	border: 1px solid;
	border-radius: 3px;
}
.navbar-default .navbar-nav>li>a:hover{
	color: inherit;
}
.sub-menu li a:hover,
.sub-menu li a:focus{
	color: white;
	text-decoration: none;


}
header ul li a{
	color: white;
	display: block;
}

.sub-menu li a {
	/*display: inline-block;*/
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	/*overflow: hidden;*/
}
.sub-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -9%;
	right: 117%;
	bottom: 0;
	background: white;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	/*width: 117%;*/
	bottom: -12px;
}

.sub-menu li a:hover:before,
.sub-menu li a:focus:before,
.sub-menu li a:active:before {
	right: -8%;
}




.logo_block{
	text-align: center;
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 63px;
}
.home .blogs_block,
.product_page .Benefits{
	background-color: #f4f4f4;
}
footer{
	background-color: #f4f4f4;
	padding-bottom: 53px;
}

.about_page .cont .blockText{
	margin-bottom: 50px;
}
.about_page .cont .blockText:last-of-type{
	margin-bottom: 100px;
}

.about_page .blockText .titleh2{
	margin-bottom: 16px;
	line-height: 54px;
}
.aboutTop{
	text-align: center;
	position: relative;
	margin-bottom: 44px;
}
.aboutTop .aboutTitles{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0%;
	left:0;
	margin: 0 auto;
	text-align: center;
}
.aboutTop .aboutTitles.noImage{
	position: relative;
	top: inherit;
	transform: inherit;
	padding-top: 40px;
	padding-bottom: 40px;
}
.aboutTop .about_title{
	font-size: 70px;
	color: black;
	line-height: 88px;
}
.aboutTop .about_seTitle{
	font-size: 25px;
	color: black;
    line-height: 28px;
}
.about_page .cont .blockText .titleh2,
.cont .blockText h2,
.leadership h2{
	font-size: 47px;
	font-weight: 200;
}
.cont .blockText .theText{
	font-size: 18px;
	line-height: 24px;
}
.cont .blockText {
	margin-bottom: 100px;
}
.cont{
	max-width: 967px;
	margin: 0 auto;
}
.cont_whoS{
	max-width: 1154px;
	margin: 0 0 0 25%;
}
.leadership{
	background-color: #f4f4f4;
}
.leadership .leadershipIn{
	max-width: 1347px;
	margin: 0 auto;
	padding-top: 38px;
}
.leadership li.person {
	display: inline-block;
	width: 29%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 102px;
	margin-right: 5%;
	transition: all 1s;
	opacity: 0;
	opacity: 1;
}
.leadership li.person.animated.now{
	opacity: 1;

}
.leadership li.person.third{
	margin-right: 0;
}
.leadership .title{
	text-align: center;
	margin-bottom: 65px;
}
.leadership li.person .image{
	margin-bottom: 27px;
}
.leadership li.person .titleName{
	font-size: 36px;
	font-weight: 200;
	text-align: left;
	margin-bottom: 4px;
}
.leadership .secondTitle{
	font-size: 19.01px;
	text-align: left;
	margin-bottom: 13px;
}
.leadership .content{
	font-size: 18px;
	text-align: left;
	line-height: 23px;
}
.leadership .socials{
	text-align: left;
	margin-bottom: 10px;
}
.leadership .social{
	background-image: url("images/aboutsocial.png");
	background-repeat: no-repeat;
	display: inline-block;
	transition: 0.3s;
}
.leadership .social:hover{
	opacity: 0.6;
}
.leadership .social a{
	width: 20px;
	height: 20px;
	display: block;
}
.leadership .social.twitter{
	background-position: 0 -29px;
}
.leadership .social.in{
	background-position: 0 -59px;
}
.logo_block .title{
	font-size: 50px;
	color: black;
	margin-bottom: 25px;
}
.logo_block .text{
	font-size: 23px;
	color: black;
	margin-bottom: 97px;
}
.logo_slider{
	position: relative;
}
.logo_slider .slick-slide{
	height: 58px;
	display: flex;
	align-items: center;
}
.logo_slider .slick-arrow{
	background-repeat: no-repeat;
	border: 0;
	background: none;
	font-size: 0;
	background-image: url("images/arrowspics.png");
	width: 12px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.logo_slider .slick-prev{
	background-position: 0 21px;
	right: auto;
	left: 0;
	z-index: 2;
}
.logo_slider .slick-list.draggable{
	padding: 0 20px;
}
.logo_slider .slick-slide img{
	margin: 0 auto;
}
.home_slider .wrapSliderContent,
.mobile_slider .wrapSliderContent{
	position: absolute;
	top: 16%;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	direction: ltr;
}
.home_slider .imageText,
.mobile_slider .imageText{
	font-size: 7.2vh;
	color: black;
	margin-bottom: 2.6%;
}
.home_slider img,
.mobile_slider img{
	margin: 0 auto;
}
.navbar{
	margin-bottom: 0;
}

footer .block3 .social li{
	display: inline-block;
}
footer .block3 .social li a{
	background-image: url("images/sociallinkpics.png");
	height: 29px;
	width: 31px;
	display: block;
	transition: 0.3s;
}
footer .block3 .social li a:hover{
	opacity: 0.3;
}
footer .block3 .social li a.social_t{
	background-position: 187px 0;
}
footer .block3 .social li a.social_in{
	background-position: 151px 0;
}
footer .block3 .social li a.social_yt{
	background-position: 111px 0;
}
footer .block3 .social li a.social_g{
	background-position: 70px 0;
}
footer .block3 .social li a.social_a{
	background-position: 31px 0;
}

footer .block{
	display: inline-block;
	vertical-align: top;
}
footer .block.block1{
	/*width: 42%;*/
	margin-right: 1%;
	float: left;
}
footer .block.block2{
	/*width: 33%;*/
	margin-right: 1%;
}
footer .block.block3{
	/*width: 22%;*/
	float: right;
}

footer .title{
	font-size: 21.89px;
	margin-bottom: 20px;
	font-weight: 500;
	color: black;
	text-align: left;
}
.aboutTop img{
	max-width: 100%;
}
footer .topBlocks{
	padding: 70px 0;
	text-align: center;
}
footer .bottomBlock{
	text-align: center;
	font-size: 16.17px;
}
header{
	height: 44px;
	display: flex;
	align-items: center;
}
header .logo{
	height: 44px;
	display: inline-flex;
	align-items: center;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 45px;
	text-align: left;
	background-color: black;
	/*width: 130%;*/
	/*left: -15%;*/
	width: 137px;
	left: 9px;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
}
.sub-menu li {
	height: auto;
	padding: 10% 0;
	line-height: 21px;
}
#nav{
	float: right;
	/*height: 44px!important;*/
	display: inline-flex;
	align-items: center;
}

.topHome{
	position: relative;
}
.topHome .sliderLinks li{
	margin-left: 15px;
	margin-bottom: 15px;
}
.topHome .sliderLinks li:first-child{
	margin-left: 0;
}
.topHome .sliderLinks li,
.topHome .sliderLinks li a{
	display: inline-block;
	color: black;
}
.slick-slide img{
	max-width: 100%;
}
.topHome .sliderLinks li a{
	border: 1px solid;
	border-radius: 2px;
	min-width: 269px;
	height: 40px;
	line-height: 40px;
	color: black;
	transition: 0.5s;
	font-size: 23px;
	padding-right: 7px;
	padding-left: 7px;
}
.topHome .sliderLinks li a:focus,
.topHome .sliderLinks li a:active,
.topHome .sliderLinks li a:visited,
.topHome .sliderLinks li a:hover{
	text-decoration: none;
    outline: 0;
}
.topHome .sliderLinks li:hover a {
	color: white;
	background-color: black;
	border: 1px solid black;
}
.imageAndTitle{
	text-align: center;
	position: relative;
}
.imageAndTitle img{
	max-width: 100%;
}
.imageAndTitle .titleAndSecond{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	left: 0;
}
.imageAndTitle .titleAndSecond.noImage{
	position: relative;
	top: inherit;
	transform: inherit;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wrapSliderContent h2,
.imageAndTitle .titleAndSecond .maintitle{
	font-size: 70px;
	color: black;
	line-height: 83px;
	font-weight: 300;
}
.imageAndTitle .titleAndSecond .second{
	font-size: 25px;
	color: black;
}
.open_page .titleh2,
.product_page .title{
	font-size: 47px;
	font-weight: 200;
}
.product_page .WhiIsService .title{
	margin-bottom: 19px;
}
.product_page .HowDoesWork{
	text-align: center;
	max-width: 1027px;
	margin: 0 auto;
	margin-bottom: 95px;
}
.HowDoesWork .theIcon{
	margin-bottom: 15px;
}
.home .blogs_block .contain{
	max-width: 1353px;
	margin: 0 auto;
	padding-top: 78px;
	padding-bottom: 3%;
}
.home .blogs_block .postTitle{
	font-size: 50px;
	line-height: 50px;
	height: 105px;
	overflow: hidden;
	color: black;
	text-overflow: ellipsis;
}
.home .blogs_block .postLink{
	font-size: 23px;
	color: black;
	border: 1px solid;
	border-radius: 3px;
	display: block;
	width: 175px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	line-height: 40px;
	transition: 0.5s;
}
.home .blogs_block .postLink:hover{
	background-color: black;
	color: white;
	text-decoration: none;
}
.home .blogs_block .blogImage{
	max-width: 100%;
}
.home .blogs_block .blockLogo {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.home .blogs_block .blockLogo:nth-child(odd){
	margin-right: 3.4%;
}


#breadcrumbs{
	font-size: 14px;
	margin-bottom: 30px;
}
#breadcrumbs a{
	color: black;
}
.open_page .titleh2,
.product_page .title{
	line-height: 75px;
	line-height: 54px;
    margin-bottom: 16px;
    margin-top: 0;
}
.product_page .BlockText .content{
	line-height: 27px;
	font-weight: 500;
}
.product_page .HowDoesWork .title{
	margin-bottom: 49px;
}
.product_page .HowDoesWork ul li .big{
	font-size: 22px;
	margin-bottom: 14px;
	font-weight: 600;
}
.product_page .HowDoesWork ul li .small{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}

.product_page .HowDoesWork li {
	width: 33%;
	vertical-align: middle;
	display: inline-block;
	transition: 0.8s;
	position: relative;
	top: -50px;
	opacity: 0;
}
.product_page .HowDoesWork li.animated.now {
	top: 0;
	opacity: 1;
	vertical-align: top;
}
.product_page .WhiIsService{
	display: flex;
	margin-bottom: 30px;
}
.product_page .WhiIsService .text{
	max-width: 632px;

	position: relative;
	right: -50px;
	transition: all 0.8s;
	opacity: 0;

}
.open_page .wrapImageText .imagetextText.animated.now,
.product_page .WhiIsService .wrapText.animated.now .text{
	right: 0;
	opacity: 1;
}
.product_page .WhiIsService .image{
	text-align: center;
}
.product_page .WhiIsService .image img{
	max-width: 100%;

	position: relative;
	left: -50px;
	transition: all 0.8s;
	opacity: 0;
}
.open_page .wrapImageText .imagetextImage.animated.now img,
.product_page .WhiIsService .image.animated.now img{
	/*left: 0;*/
	/*opacity: 1;*/
}
.product_page .WhiIsService .text .content{
	line-height: 30px;
	font-weight: 500;
}
.product_page .WhiIsService .wrapText{
	align-items: center;
	display: flex;
}
.product_page .Benefits .cont{
	padding: 35px 0;
}
.open_page .listicontext .text,
.product_page .Benefits .cont .text,
.open_page .listicontext .icon,
.product_page .Benefits .cont .icon{
	float: left;
}
.open_page .listicontext .icon,
.product_page .Benefits .cont .icon{
	width: 3%;
	margin-right: 1.7%;
}
.open_page .listicontext .icon img,
.product_page .Benefits .cont .icon img{
	max-width: 100%;
}
.open_page .listicontext  li,
.product_page .Benefits .cont li{
	margin-bottom: 35px;
}
.product_page .listicontext  li .text .theTitle,
.product_page .Benefits .cont li .text .theTitle{
	font-size: 22px;
	line-height: 31px;
	margin-top: 0;
}
.open_page .listicontext  li .text .content,
.product_page .Benefits .cont li .text .content{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.opem_page .listicontext .text,
.product_page .Benefits .cont .text{
	width: 95.3%;
}
.open_page .listicontext .title,
.product_page .Benefits .title{
	margin-bottom: 20px;
}

.BlockText{
	margin-bottom: 49px;
}
.Blockvideo{
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}
.Blockvideo .playImage{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate(0,-50%);
	background: url("images/playButton.png") no-repeat;
	opacity: 0.7;
	width: 113px;
	height: 113px;
	margin: 0 auto;
	transition: all 0.5s;
}
.Blockvideo:hover .playImage{
	background: url("images/blackButton.png") no-repeat;
}
.Blockvideo img{
	max-width: 100%;
	transition: 0.7s;
	opacity: 0;
}
#video,
#video iframe{
	height: 100%;
	width: 100%;
}
.blockInfographic{
	max-width: 1345px;
	margin: 0 auto;
	background-color: #f4f4f4;
	margin-bottom: 65px;
	display: flex;
	align-items: center;
}
.blockInfographic .left{
	float: left;
	padding: 3% 0 3% 3%;
	width: 45%;
}
.blockInfographic .wrapPhoto{
	float: right;
	max-width: 100%;
	width: 55%;
	max-height: 446px;
	text-align: right;
}
.blockInfographic .wrapPhoto img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	/*float: right;*/
}
.blockInfographic .secondTitle{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 59px;
}
.blockInfographic .link{
	font-weight: 300;
}
.blockInfographic .link a{
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
.blockInfographic .title{
	max-width: 60%;
	line-height: 61px;
	margin-bottom: 5px;
}
/*.Benefits{*/
	/*margin-bottom: 84px;*/
/*}*/
.blockInfographic{
	margin-top: 84px;
}
.pricing{
	background-color: #f4f4f4;
	text-align: center;
	padding: 49px 0 36px 0;
}
.pricing .options .blockPrice{
	float: left;
	width: 31.33%;
	background-color: white;
	border: 1px solid #e1e1e1;
	margin-top: 35px;
	padding-bottom: 45px;
	margin-right: 3%;
	transition: 0.5s;
	position: relative;
}
.pricing .options .blockPrice .recommend{
	position: ABSOLUTE;
	top: -21px;
	left: -21px;
}
.pricing .options .blockPrice:hover{
	border: 1px solid #67abd2;
}
.pricing .options .blockPrice:last-of-type{
	margin-right: 0;
}
.pricing .pricingIcon{
	margin-bottom: 10px;
}
.pricing .secondTitle{
	font-size: 25px;
	font-weight: 200;
	margin-bottom: 30px;
	margin-top: 0;
}
.pricing .options .blockPrice .theList li{
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
	font-weight: 300;
	min-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.pricing .options .blockPrice .theList .icon{
	margin-right: 10px;
	float: left;
	margin-top: 2px;
}
.pricing .options .blockPrice .top{
	padding-top: 40px;
}
.pricing .options .blockPrice .top,
.pricing .options .blockPrice .theList,
.pricing .options .blockPrice .bottom{
	padding-left: 39px;
	padding-right: 39px;
}
.pricing .options .blockPrice .theList ul{
	border-top: 1px solid #e1e1e1;
}
.pricing .options .blockPrice:nth-child(even) .theList ul{
	border-top: none;
}
.pricing .options .blockPrice .bottom{
	margin-top: 50px;
}
.pricing .options .blockPrice:nth-child(even){
	border: 1px solid #67abd2;
	margin-top: 0;
}
.pricing .options .blockPrice:nth-child(even) .top{
	background-color: #67abd2;
	color: white;
	padding-top: 56px;
}
.pricing .options .blockPrice:nth-child(even) .theList{
	margin-bottom: 50px
}
.pricing .options .blockPrice:nth-child(even) .bottom{
	margin-top: 25px;
}
.pricing .options .blockPrice:nth-child(even) .thePrice,
.pricing .options .blockPrice:nth-child(even) .listTitle{
	color: white;
}
.pricing .options .blockPrice:nth-child(even) .listTitle{
	height: 66px;
}
.pricing .options .blockPrice:nth-child(even) .miniTitle{
	margin-bottom: 36px;
}
.pricing .thePrice,
.pricing .miniSecondTitle,
.pricing .listTitle{
	display: block;
}
.pricing .miniTitle{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 17px;
}
.pricing .thePrice{
	font-weight: bold;
	color: #67abd2;
}
.pricing .miniSecondTitle{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 35px;
}
.pricing  .listTitle{
	font-size: 15px;
	font-weight: bold;
	color: #67abd2;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	height: 58px;
	line-height: 58px;
}
.pricing .options{
	font-family: 'Open Sans Hebrew', sans-serif;
	margin-bottom: 23px;
}

.pricing .linkMoreOptions a{
	color: black;
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 30px;
	border: 1px solid #c9c7c7;
	padding: 2%;
	text-align: Center;
	background-color: white;
	transition: 0.5s;
}
.pricing .linkMoreOptions a:hover{
	background-color: #67abd2;
	text-decoration: none;
	color: white;
}
.pricing .linkMoreOptions a:hover span{
	color: white!important;
}
.pricing .options .blockPrice .bottom .bottomText{
	color: #67abd2;
	font-size: 15.78px;
	margin-bottom: 13px;
	line-height: 19px;
}
.pricing .options .blockPrice .bottom .bottomButton{
	color: white;
	font-size: 15.78px;
	background-color: #67abd2;
	display: block;
	line-height: 51px;
	width: 194px;
	margin: 0 auto;
	transition: 0.5s;
	max-width: 100%;
	/*border: 1px solid;*/
}
.pricing .options .blockPrice .bottom .bottomButton a{
	color: white;
	font-size: 15.78px;
	background-color: #67abd2;
	display: block;
	line-height: 51px;
	width: 194px;
	margin: 0 auto;
	transition: 0.5s;
	max-width: 100%;
	border: 1px solid;
}
.pricing .options .blockPrice .bottom .bottomButton a:hover,
.pricing .options .blockPrice .bottom .bottomButton:hover{
	background-color: white;
	color: #67abd2;
	text-decoration: none;
}

.pricing .contain{
	max-width: 1145px;
	margin: 0 auto;
}
.pricing .thePrice .pricetext{
	font-size: 49px;
}
.pricing .thePrice .currency{
	font-size: 28px;
}
.faq_container{
	max-width: 1028px;
	margin: 0 auto;
	padding-bottom: 2%;
}
.faq_page .imageAndTitle{
	margin-bottom: 44px;
}
.faq_page .BlockText .title{
	font-size: 47px;
	font-weight: 200;
	margin-bottom: 16px;
}
.faq_page .BlockText .content{
	font-size: 20px;
	line-height: 25px;
}
.faq_page .bottomImage{
	max-width: 100%;
	margin-top: 19px;
}
.faq_page .qAnda .question{
	font-size: 22px;
	font-weight: 300;
	min-height: 35px;
	cursor: pointer;
	transition: 0.5s;
	margin: 0;
}
.faq_page .qAnda .question p{
    padding-left: 45px;
   line-height: 35px;
	text-align: left;
}
.faq_page .qAnda .question.open .plus{
    display: none;
}
.faq_page .qAnda .question.open .minus{
    display: block!important;
}

.faq_page .qAnda .question.open{
	font-weight: bold;

}
/*.faq_page .qAnda li.level1 img.plusimg{*/
	/*height: 35px;*/
	/*width: 35px;*/
	/*float: left;*/
	/*transition: 0.5s;*/
	/*cursor: pointer;*/
/*}*/
.faq_page .qAnda li.level1 .arrowIcon{
	/*height: 35px;*/
	/*width: 35px;*/
	float: left;
	transition: 0.5s;
	cursor: pointer;
}
/*.faq_page .qAnda li.level1 img.plusimg.open{*/
	/*transform: rotate(45deg);*/
/*}*/
.faq_page .qAnda li.level1 .arrowIcon.open{
	transform: rotate(45deg);
}
.faq_page .qAnda .answer{
	font-size: 18px;
	line-height: 26px;
	padding-left: 62px;
	display: none;
}
.faq_page .BlockText{
	margin-bottom: 0;
}
.faq_page .qAnda{
	margin-top: 20px;
}
.faq_page .qAnda li.level1{
	margin-bottom: 40px;
}

.faq_page .qAnda li.level1 button{
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;

}
.faq_page .qAnda li.level1 button:focus{
	outline: 0;
}

.newSingle,
.eventSingle{
	background-color: #f0f0f0;
	padding-top: 80px;
}
.newSingle .theNew,
.eventSingle .theEvent{
	background-color: white;
	max-width: 969px;
	margin: 0 auto;
	padding: 50px;
}
.newSingle .theNew img,
.eventSingle .theEvent img{
	margin-bottom: 40px;
	max-width: 100%;
}
.newSingle .theNew .newContent,
.eventSingle .theEvent .eventContent{
	line-height: 28px;
}
.newSingle .theNew .newContent h2,
.eventSingle .theEvent .eventContent h2{
	font-size: 22px;
	line-height: 45px;
	font-weight: 500;
}
.newSingle .theNew .newContent h3,
.eventSingle .theEvent .eventContent h3{
	font-size: 20px;
	line-height: 43px;
}
.blogs_page,
.news_page,
.events_page{
	background-color: #f4f4f4;
	padding-top: 41px;
}
.blogs_page .container_blogs,
.news_page .container_news,
.events_page .container_events{
	max-width: 969px;
	margin: 0 auto;
}
.search .searchTitle,
.blogs_page .container_blogs .title,
.news_page .container_news .title,
.events_page .container_events .title{
	font-size: 70px;
	margin-bottom: 30px;
	text-align: center;
}
.blogs_page .container_blogs .blog,
.news_page .container_news .new,
.events_page .container_events .event{
	background-color: white;
	margin-bottom: 3%;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 20px;
	/*padding-top: 20px;*/
}
.events_page .container_events .event{
	padding-top: 20px;
}
/*.blogs_page .container_blogs .blog:last-of-type,*/
/*.news_page .container_news .new:last-of-type,*/
/*.events_page .container_events .event:last-of-type{*/
	/*margin-bottom: 0;*/
/*}*/
.blogs_page #breadcrumbs,
.events_page #breadcrumbs,
.news_page #breadcrumbs{
	text-align: left;
	margin-bottom: 18px;
}
.blogs_page .container_blogs .blog .left,
.news_page .container_news .new .left{
	float: left;
	text-align: left;
	max-width: 100%;
	margin-right: 1%;
}
.blogs_page .container_blogs .blog .right,
.news_page .container_news .new .right{
	float: right;
	/*padding-right: 47px;*/
}
.blogs_page .container_blogs .blog .date,
.news_page .container_news .new .date{
	font-size: 15px;
}
.blogs_page .container_blogs .blog .nameBlog,
.news_page .container_news .new .nameMew{
	margin-top: 6px;
	word-wrap: break-word;
	line-height: 30px;
}
.news_page .container_news .new .nameMew{
	font-size: 19px;
	font-weight: bold;
}
.blogs_page .container_blogs .blog .nameBlog{
	font-size: 22px;
}
.blogs_page .container_blogs .blog .link,
.events_page .container_events .event .link{
	border: 1px solid;
	display: block;
	/*margin: 0 auto;*/
	width: 170px;
	line-height: 41px;
	border-radius: 2px;
	color: black;
	font-size: 23px;
	margin-bottom: 42px;
	transition: 0.3s;
	text-align: center;
	max-width: 100%;
}
.news_page .container_news .new .link{
	border: 1px solid;
	display: block;
	/*margin: 0 auto;*/
	width: 150px;
	line-height: 41px;
	border-radius: 2px;
	color: black;
	font-size: 19px;
	margin-bottom: 42px;
	transition: 0.3s;
	text-align: center;
	max-width: 100%;
}
.blogs_page .container_blogs .blog .link{
	margin-bottom: 0;
	width: 172px;
	max-width: 100%;
}
.news_page .container_news .new .link{
	margin-bottom: 0;
	width: 150px;
	max-width: 100%;
}
.blogs_page .container_blogs .blog .link{
	/*margin-top: 13px;*/
}
.events_page .container_events .event .link{
	margin: 0 auto;
	margin-bottom: 30px;
}
.blogs_page .container_blogs .blog .link:hover,
.news_page .container_news .new .link:hover,
.events_page .container_events .event .link:hover{
	color: white;
	background-color: black;
	text-decoration: none;
}
.blogs_page .container_blogs .blog .blogImage,
.news_page .container_news .new .newImage{
	margin-bottom: 15px;
	max-width: 100%;
	/*margin-top: -20px;*/
}
.news_page .container_news .new .newImage{
	margin-top: 30px;
	margin-bottom: 30px;
}
.events_page .container_events .event .eventImage{
	margin-bottom: 27px;
	max-width: 100%;
	margin-top: -20px;
}
.eventSingle .info,
.events_page .container_events .event .info{
	/*float: left;*/
	/*width: 33.3%;*/
	min-height: 52px;
	line-height: 52px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.eventSingle .info .image,
.events_page .container_events .event .info .image,
.eventSingle .info .text,
.events_page .container_events .event .info .text{
	float: left;
}
.events_page #breadcrumbs{
	text-align: left;
}
.eventSingle .info .text ,
.events_page .container_events .event .info .text {
	margin-left: 14px;
}

.eventSingle .infoEventBlock{
	margin-bottom: 20px;
}

.events_page .container_events .event .ulInfo{
	border-top: 1px solid #ebebeb;
	padding-top: 19px;
}
.events_page .container_events .event.half .eventImage{
	float: left;
	width: 50%;
	margin-bottom: 0;
}

.events_page .container_events .event.half .info{
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.events_page .container_events .event.half .blockToSide{
	position: relative;
	padding: 13px;
	padding-bottom: 68px;
}
.events_page .container_events .event.half .blockToSide .link{
	position: absolute;
	bottom: 12px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.events_page .container_events .event.half .info .text{
	line-height: 24px;
	width: 59%;
	word-wrap: break-word;
}
.events_page .container_events .event.half .info .image{
	max-width: 40%;
}
.containerHeader{
	width: 968px;
	margin: 0 auto;
	max-width: 100%;
}
.MenuCategories,
.blogs_page ul,
.news_page ul,
.events_page ul,
.leadership .leadershipIn ul{
	margin-bottom: inherit;
}
.topHome .sliderLinks ul,
.caseStuties ul,
.open_page .iconTextBlock ul,
.open_page .listicontext ul,
.product_page .Benefits ul,
.MenuCategories,
.news_page ul,
.events_page ul,
.blogs_page ul,
.contact_page .BlockText .form ul,
.faq_page .qAnda,
.leadership .leadershipIn ul,
.leadership .socials ul,
.pricing .options ul{
	-webkit-padding-start: 0;
	padding-left: 0;
	list-style: none;
}

#menu-footer a{
	color: black;
}
footer .cont{
	border-top: 1px solid #e3e3e3;
}
footer ul{
	-webkit-padding-start: 0;
	padding-left: 0;
	text-align: left;
}
footer li{
	line-height: 27px;
	list-style: none;
}

header.sticky{
	position: fixed!important;
	z-index: 9999!important;
	width: 100%;
	top:0;
	transition: all 1.2s;
}

.errorPage{
	text-align: Center;
	background-color: #f4f4f4;
	padding-top: 41px;
}
.errorPage .content{
	background-color: white;
	padding-bottom: 40px;
	padding-top: 40px;
}
.errorPage .page-title{
	font-size: 70px;
	color: black;
	line-height: 83px;
	margin-bottom: 30px;
}
.errorPage .secondTitle{
	font-size: 47px;
	font-weight: 200;
	line-height: 75px;
	margin-bottom: 19px;
}
.errorPage .text{
	line-height: 34px;
	font-weight: 500;
	width: 50%;
	margin: 0 auto;
	font-size: 23px;
}
.errorPage a{
	text-decoration: underline;
	color: black;
}
.map iframe{
	max-width: 100%;
}

.contact_page .BlockText .content{
	float: left;
	width: 47%;
	line-height: 40px;
}
.contact_page .BlockText .form{
	float: right;
	width: 47%;
	position: relative;
}
.ajaxResult{
	padding: 7%;
}
.ajaxResult h1{
	margin: 0 auto;
	line-height: 37px;

	font-size: 35px;
	text-align: Center;
	font-weight: 400;
}
.ajaxResult .thankImage{
	text-align: center;
	margin-bottom: 2%;
}
/*.ajaxResultClose{*/
	/*position: absolute;*/
	/*top: -18px;*/
	/*right: -18px;*/
	/*width: 36px;*/
	/*height: 36px;*/
	/*cursor: pointer;*/
	/*z-index: 8040;*/
	/*background-image: url('images/fancybox_sprite.png');*/
/*}*/
.contact_page .loader{
	display: none;
	position: absolute;

	text-align: center;
	background: rgba(255,255,255,0.5);
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;


	top: 0;
	bottom: 0;
}
.contact_page .loader img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}
.badges_page .imageAndTitle,
.contact_page .imageAndTitle{
	margin-bottom: 44px;
}
.contact_page .input-box{
	position: relative;
}
.contact_page .input-box label{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: red;
}
.contact_page input,
.contact_page textarea{
	width: 100%;
	height: 47px;
	margin-bottom: 12px;
	padding-left: 3%;
	padding-top: 1%;
	margin-top: 14px;
}
.contact_page textarea{
	max-width: 100%;
	height: 100px!important;
	padding-top: 15px;
}
.contact_page .button{
	background-color: black;
	color: white;
	border: none;
	height: 40px;
	margin-bottom: 20px;
	border-radius: 2px;
	width: 100%;
	transition: 0.5s;
	border: 1px solid;
}
.contact_page .button:hover{
	background-color: white;
	color: black;
}
.product_page .imageAndTitle{
	margin-bottom: 44px;
}
.product_page #breadcrumbs{
	/*margin-bottom: 17px;*/
}
.product_page .BlockText{
	margin-bottom: 52px;
}

.faq_page .BlockText.faqcont .content h2,
.free_template .BlockText .content h1{
/*.free_template .BlockText .content h2{*/
	font-size: 47px;
	font-weight: 200;
	margin-bottom: 16px;
	line-height: 54px;
}
.free_template .BlockText .content p{
	font-size: 18px;
	line-height: 24px;
}

.newSingle .theNew .title,
.eventSingle .theEvent .title{
	font-size: 47px;
	margin-bottom: 25px;
	line-height: 65px;
}

.newSingle .theNew .center.small,
.eventSingle .theEvent .center.small{
	float: left;
	padding: 0 5% 0 0;
}
.newSingle .theNew .center.small img,
.eventSingle .theEvent .center.small img{
	margin-bottom: 0;
}
.center{
	text-align: center;
}

.home .blogs_block .blogImage{
	width: 100%;
	transition: all 1s;
	max-width: 150%;
}
.home .blogs_block .wraptheimage{
	max-width: 100%;
	max-height: 434px;
	overflow: hidden;
	transition: 0.5s;
}

#grafic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.contact_page .content h2{
	font-size: 47px;
	font-weight: 200;
	margin-bottom: 16px;
	line-height: 54px;
}
.contact_page .content p{
	font-size: 20px;
	line-height: 50px;
	word-wrap: break-word;
}
.contact_page .wrapContentForm{
	margin-bottom: 24px;
}
.contact_page .wrapContentForm a{
	color: black;
}
	/*change*/

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: white;
}


.home_slider img{
	width: 100%;
	height: 92vh;
}
.home_slider .imageText{
	/*top:0;*/
	transition: 1s;
	opacity: 0;
}
.home_slider .imageText.nice{
	/*top: 16%;*/
	opacity: 1;
}
.topHome .sliderLinks{
	/*top:20%;*/
	opacity: 0;
	transition: 1s;
	direction: ltr;
}
.topHome .sliderLinks.nice{
	/*top: 37.5%;*/
	opacity: 1;
}

.topHome .sliderLinks li{
	opacity: 0;
	transition: 1s;
}
.topHome .sliderLinks li.nice{
	opacity: 1;
}
.topHome .sliderLinks li:first-child{
	/*margin-left: 0;*/
}

.topHome .arrow{
	position: absolute;
	bottom: 8%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: Center;
	cursor: pointer;
	height: 72px;
	width: 82px;
	line-height: 109px;
}
.bounce {
	-webkit-animation: bounce 2s infinite ease-in-out;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
	40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

.openVideo{
	display: block;
}

.navbar-nav>li.current-menu-item{
	/*border-bottom: 3px solid white;*/
}
.navbar{
	min-height: inherit;
}
.imageMobile{
	display: none;
}

.blogsCategories{
	margin-bottom: 20px!important;
}
.blogsCategories li{
	display: inline-block;
}
.blogCategory {
	display: inline-block;
	border: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 100%;
	text-align: Center;
	height: 41px;
	line-height: 41px;
	border-radius: 2px;
	transition: 0.5s;
	color: black;
	margin-bottom: 4px;
}
.blogCategory:focus ,
.blogCategory:visited ,
.blogCategory:active{
	text-decoration: none;
	color: black;
}
.blogCategory.active ,
.blogCategory:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

.blogsCategories .clickToSearch{
	cursor: pointer;
}
#search-form .search-field{
	max-width: 100%;
	height: 34px;
	direction: ltr;
	padding-left: 7px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	margin-left: 40px;

}
#search-form{
	position: relative;
}

.divSearch{
	margin-top: 15px;
}

.search_page{
	background-color: #f4f4f4;
	padding-top: 41px;
}
.search_page .blockResult{
	background: white;
	text-align: Center;
	margin-bottom: 31px;
	padding: 20px 0;
}

.search_page .blockResult:last-of-type{
	margin-bottom: 0;
}
.search_page .blockResult a{
	color: black;
}
.search_page .searchSecondTitle{
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}

.events_page .event .summary{
	margin-bottom: 27px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 23px;
	text-align: left;
}

.Benefits .button,
.WhiIsService .wrapText .button{
	border: 1px solid #67abd2;
	border-radius: 2px;
	height: 45px;
	line-height: 45px;
	color: black;
	transition: 0.5s;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	margin-top: 20px;
	background-color: #67abd2;
	color: white;
}
.Benefits .button:hover,
.WhiIsService .wrapText .button:hover{
	color: white;
	background-color: transparent;
	border: 1px solid #67abd2;
}
.Benefits .button:hover a,
.WhiIsService .wrapText .button:hover a{
	color: #67abd2;
	text-decoration: none;
}
.Benefits .button a,
.WhiIsService .wrapText .button a{
	color: white;
}

.product_page > div:last-child{
	margin-bottom: 0;
}
.search_page .search-submit,
.blogsCategories .clickToSearch,
.blogsCategories #search_submit{
	background: url("images/searchBlog.png") no-repeat;
	height: 40px;
	width: 40px;
	background-size: 34px;
}
.search_page .search-submit,
.blogsCategories #search_submit{
	color: transparent;
	border: none;
	position: absolute;
	left: 0;
	width: 43px;
	padding-left: 14px;
	background-position: 3px -2px;
	margin-top: 5px;
	height: 31px;
	background-size: 35px;
	transition: 0.5s;
}
.search_page .search-submit:hover,
.blogsCategories #search_submit:hover{
	opacity: 0.5;
}
.blogsCategories .contentForm{
	position: relative;
}


::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder { /* Firefox 18- */
	color: black;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.search_page .search_container{
	max-width: 969px;
	margin: 0 auto;
}

.navigation.pagination .page-numbers{
	margin-right: 10px;
}
.navigation.pagination .nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev{
	background: url("images/rightandleft.png") no-repeat;
	height: 30px;
	width: 37px;
	background-size: 60px;
	color: transparent;
	font-size: 0;
	display: inline-block;
	background-position: -14px 0px;
}
.navigation.pagination{
	text-align: center;
	display: block;
}

.navigation.pagination .nav-links .next{
	background-position: 0 -32px;
}

::-moz-selection { background: black; color: white;}
::selection { background: black; color: white;}

.aimageInBlog,
.aImageevent,
.aimageInNew{
	display: block;
	transition: 0.5s;
}
.aimageInBlog:hover,
.aImageevent:hover,
.aimageInNew:hover{
	opacity: 0.6;
}
.events_page .container_events .event.half .aImageevent{
	display: flex;
}
.events_page .container_events .event.half .aImageevent .eventImage{
	float: none;
	width: 100%;
}


::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

footer .block.block1 a{
	color: black;
}

.navigation.pagination .screen-reader-text{
	margin-bottom: 20px;
}
.navigation.pagination a.page-numbers{
	color: black;
	text-decoration: underline;
}

.replayComment{
	margin-top: 50px;
}
.replayComment a{
	color: black;
}
#cancel-comment-reply-link{
	font-size: 20px;
}
.comment-form #submit{
	border: 1px solid;
	border-radius: 2px;
	background-color: black;
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	height: 29px;
	transition: 0.5s;
	width: 100%;
	height: 42px;
	text-transform: uppercase;
}
.comment-form #submit:hover{
	background-color: white;
	color: black;
}
.comment-form-comment label{
	display: block;
}
.comment-form #submit:hover{
	background-color: white;
	color: black;
}

/*.navbar-nav>li:hover,*/
/*.nav .current-menu-item{*/
	/*font-weight: bold;*/
/*}*/
.nav .current-menu-item,
.nav .current-menu-parent{
	font-weight: bold;
}
.nav .sub-menu .current-menu-item,
.nav .current-menu-item .sub-menu,
.nav .current-menu-parent .sub-menu{
	font-weight: normal;
}
.sub-menu{
    font-weight: normal!important;
}
.comments-title{
	font-size: 47px;
	font-weight: 200;
}
#comments .comment-body .comment-meta .fn{
	font-style: italic;
	font-weight: 600;
	color: #a78f51;
}
#comments footer{
	padding-bottom: 10px;
	background-color: transparent;
}
#comments .comment-body img{
	/*float: left;*/
	/*margin-right: 20px;*/
	/*margin-bottom: 0;*/
	display: none;
}
#comments .comment-list .comment{
	border-bottom: 1px solid #e1e1e1;
	padding-top: 33px;
}
#comments .comment-list .children{
	padding-left: 25px;
	border-top: 1px solid #e1e1e1;
}
#comments .comment-metadata{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
}
#comments .comment-content{
	padding-bottom: 21px;
	line-height: 25px;
}
#comments textarea{
	max-width: 100%;
}
#comments .comment-content{
	font-size: 18px;
}
#comments .comment-body {
	padding-bottom: 20px;
}
#comments .comment-list .children .comment:last-child{
	border-bottom: none;
}
.italic{
	font-style: italic;
	color: #979494;
}
.newSingle .properties,
.blogSingle .properties{
	margin-bottom: 25px;
}

.replayComment .reply a{
	color: #a78f51;
}

.blogs_page .tags{
	margin-top: 9px;
	font-size: 12px;
}
.blogs_page .tags .tag{
	color: black;
}
.search_page .search-field{
	border: 1px solid;
	height: 30px;
}
.search_page .blockResult .noFind{
	margin-bottom: 30px;
}

.search_page #search-form{
	max-width: 318px;
	margin: 0 auto;
}
.search_page #search-form .search-field{
	width: 266px;
}
.blogs_page .container_blogs .blog.half .aimageInBlog .blogImage{
	max-height: 320px;
}

.arrowIcon.fa{
	font-size: 26px;
}

.bx-wrapper .bx-viewport{
	border: 0;
	left: 0;
	box-shadow: none;
}

/*@media (min-width: 967px){*/
	.blogMobileImage,
	.newMobileImage{
		display: none;
	}

	.blogs_page .container_blogs .blog.half{
		padding-bottom: 0;
		width: 48.4%;
		float: left;
	}
	.blogs_page .container_blogs .blog.half.b1,
	.blogs_page .container_blogs .blog.half.b2{
		position: relative;
	}
	.events_page .container_events .event.half,
	.news_page .container_news .new.half{
		display: flex;
		padding-bottom: 0;
		width: 48.4%;
		float: left;
	}
	.events_page .container_events .event.half.b2,
	.blogs_page .container_blogs .blog.half.b2,
	.news_page .container_news .new.half.b2{
		float: right;
		margin-left: auto;
		margin-bottom: 3%;
		margin-bottom: 30px;
	}
	.events_page .container_events .event.half.b1,
	.blogs_page .container_blogs .blog.half.b1,
	.news_page .container_news .new.half.b1{
		float: left;
	}
	.blogs_page .container_blogs .blog.half .blogImage,
	.blogs_page .container_blogs .blog.half .aimageInBlog{
		margin-bottom: 0;
	}
	.news_page .container_news .new.half .newImage,
	.news_page .container_news .new.half .aimageInNew{
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	.blogs_page .container_blogs .blog.half .nameBlog,
	.news_page .container_news .new.half .nameMew{
		padding-bottom: 37px;
	}
	.blogs_page .container_blogs .blog.half .tags{
		padding-bottom: 37px;
		word-wrap: break-word;
		margin-top: -20px;
		line-height: 18px;
	}
	.blogs_page .container_blogs .blog.half .aimageInBlog,
	.news_page .container_news .new.half .aimageInNew{
		display: inherit;
	}
	.blogs_page .container_blogs .blog.half .aimageInBlog .blogImage,
	.news_page .container_news .new.half .aimageInNew .newImage{
		float: none;
		width: 100%;
		margin-bottom: inherit;
	}
	.blogs_page .container_blogs .blog.half .blockLeftRight{
		position: relative;
		padding-top: 38px;
		padding-top: 15px;
		padding-bottom: 38px;
		padding-left: 23px;
		padding-right: 20px;
	}
	.news_page .container_news .new.half .blockLeftRight{
		float: right;
		width: 50%;
		position: relative;
		padding-top: 38px;
		padding-top: 15px;
		padding-bottom: 38px;
		padding-left: 23px;
		padding-right: 20px;
	}
	.blogs_page .container_blogs .blog.half .right,
	.news_page .container_news .new.half .right{
		position: absolute;
		bottom: 20px;
		left: 23px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
		width: 88%;
	}
	.blogs_page .container_blogs .blog.half .right .properties,
	.news_page .container_news .new.half .right .properties{
		margin-left: Auto;
	}
	.flex{
		display: flex;
	}
/*}*/


.events_page .container_events .event.full.clearfix,
.blogs_page .container_blogs .blog.full.clearfix,
.news_page .container_news .new.full.clearfix{
	clear: both;
}
.container_blogs .blog.full .blockLeftRight,
.container_news .new.full .blockLeftRight{
	padding-right: 5%;
	padding-left: 2.5%;
	display: flex;
	align-items: center;
}

.container_news .new.full .blockLeftRight{
	display: flex;
	align-items: center;
}
.news_page .container_news .new .right{
	margin-left: auto;
}

.blogs_page .container_blogs .blog .left .properties,
.news_page .container_news .new .left .properties{
	font-size: 15px;
}
.blogs_page .container_blogs .blog.half .left .properties,
.news_page .container_news .new.half .left .properties{
	margin-bottom: 25px;
}
.blogs_page .container_blogs .blog.half .left .properties .creator,
.news_page .container_news .new.half .left .properties .creator{
	display: block;
	margin-bottom: 3px;
}
.blogs_page .container_blogs .blog .blogMobileImage,
.news_page .container_news .new .newMobileImage{
	margin-bottom: 15px;
	max-width: 100%;
}
.badges_page .bottomSentence{
	line-height: 23px;
}
.badges_page .bottomSentence,
.badges_page .content_free{
	margin-bottom: 50px;
}
.badges_page .content_free p{
	font-size: 18px;
	line-height: 24px;
}
.open_page .blockimgiframe,
.badges_page .imagesIframes .block{
	margin-bottom: 4%;
	list-style: none;
}
.open_page .blockimgiframe .Iimage,
.badges_page .imagesIframes .block .Iimage{
	float: left;
}
.open_page .blockimgiframe .Iiframe,
.badges_page .imagesIframes .block .Iiframe{
	float: right;
	width: 78%;
	height: 88px;
	max-width: 78%;
}
.badges_page .bottomSentence a{
	color: black;
	text-decoration: underline;
}

.eventSingle .info .text a,
.events_page .container_events .event .info .text a{
	color: black;
}
.product_page .getFreeButton{
	margin-bottom: 52px;
	transition: 0.5s;
}
.product_page .getFreeButton a{
	border: 1px solid black;
	padding: 1% 2%;
	text-align: center;
	color: black;
	font-size: 30px;
	display: block;
	margin-bottom: 29px;
	border-radius: 2px;
	transition: 0.5s;
}
.open_page .getFreeButton a{
	margin-bottom: 0;
}
.product_page .getFreeButton a:hover{
	background-color: black;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}
.product_page .imageTextBlock .wrapImageText{
	display: flex;
	align-items: center;
}

.product_page .caseStuties .button,
.product_page .imageTextBlock .button{
	border: 1px solid #67abd2;
	border-radius: 2px;
	height: auto;
	color: black;
	transition: 0.5s;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	margin-top: 20px;
	background-color: #67abd2;
	color: white;
    padding-top: 10px;
}
.product_page .caseStuties .button{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product_page .caseStuties .button:hover,
.product_page .imageTextBlock .button:hover{
	color: white;
	background-color: transparent;
	border: 1px solid #67abd2;
	color: #67abd2;
    text-decoration: none;
}
.product_page .caseStuties .button:hover,
.product_page .caseStuties .button:active,
.product_page .caseStuties .button:focus,
.product_page .imageTextBlock .button:hover,
.product_page .imageTextBlock .button:focus,
.product_page .imageTextBlock .button:active{
    text-decoration: none;
}
.product_page .imageTextBlock .button:hover a{
	color: #67abd2;
	text-decoration: none;
}
.product_page .imageTextBlock .button a{
	color: white;
}
.product_page .iconTextBlock{
	text-align: center;
}
.product_page .iconTextBlock .blockiconText{
	display: inline-block;

	vertical-align: top;
	transition: 0.8s;
	position: relative;
	/*top: -50px;*/
	/*opacity: 0;*/
}
.product_page .iconTextBlock .blockiconText.animated.now {
	/*top: 0;*/
	/*opacity: 1;*/
	/*vertical-align: top;*/
}
.product_page .iconTextBlock .blockiconText.per33{
	width: 33%;
    margin-bottom: 30px;
}
.product_page .iconTextBlock .blockiconText.per49{
	width: 49%;
	margin-bottom: 30px;
}
.product_page .iconTextBlock .iconBlock{
	margin-bottom: 15px;
}
.product_page .iconTextBlock .titleBlock{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 0;
}
.product_page .iconTextBlock .textBlock{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}
.caseStuties .button{
	cursor: pointer;
}
.caseStuties .blockCase{
	display: inline-block;
	margin-bottom: 30px;
	width: 49%;
	vertical-align: top;
    background-color: white;
    position: relative;
}
.caseStuties .blockCase.c2{
    margin-left: auto;
}
.caseStuties .blockCase .caseImage{
	margin-bottom: 20px;
	padding-top: 20px;
    text-align: center;
}
.caseStuties .blockCase .content{
    padding: 20px;
    padding-bottom: 80px;
}
.caseStuties .blockCase .content.noPadding{
    padding-bottom: 20px;
}
.caseStuties .blockCase .caseImage img{
	max-width: 94%;
}
.caseStuties .blockCase .buttonRead {
    position: absolute;
    bottom: 20px;
    left: 23px;
    margin: 0 auto;
}

.imagetextImage{
	text-align: center;
}
.imagetextImage img{
	max-width: 100%;
	position: relative;
	/*left: -50px;*/
	transition: all 0.8s;
	/*opacity: 0;*/
}
.wrapImageText .imagetextText{
	max-width: 632px;
	position: relative;
	/*right: -50px;*/
	transition: all 0.8s;
	/*opacity: 0;*/
}

/*#wpadminbar{*/
	/*display: none;*/
/*}*/
.getFreeButton.sticky {
	position: fixed!important;
	z-index: 99!important;
	top: 44px;
	width: 968px;
}
.getFreeButton.sticky a{
	background-color: white;
}
.navbar-nav>li{
	transition: 0.3s;
}
.navbar-nav>li:hover{
	font-weight: 500;
}
.navbar-nav>li:hover .sub-menu li{
	font-weight: normal;
}


.navigation{
	text-align: center;
	padding-bottom: 3%;
}
.navigation li {
	display: inline-block;
}
.navigation li.threePoints{
	font-size: 40px;
	vertical-align: bottom;
	top: -1px;
	position: relative;
}
.navigation li a {
	color: black;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid black;
	border-radius: 4px;
	transition: 0.3s;
}
.navigation li a:hover,
.navigation li.active a{
	color: white;
	background-color: black;
	text-decoration: none;
}

.comment-reply-title{
	/*font-size: 52px;*/
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 22px;
}
#comments .comment-form .comment-notes{
	margin-bottom: 20px;
}
#comments .comment-form textarea,
#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url']{
	font-size: 18px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	height: 42px;
	width: 100%;
	padding-left: 1%;
	margin-bottom: 15px;
}
#comments .comment-form textarea{
	height: 100px;
	padding-top: 1%;
}
.comment-form .relative{
	position: relative;
}
.comment-form .relative label{
	position: absolute;
	left: 0;
	bottom: 2px;
	font-size: 14px;
}
#comments #respond{
	margin-top: 40px;
}
#comments .comment-form .logged-in-as{
	margin-bottom: 20px;
}
.navigation{
	line-height: 38px;
}

.MenuCategories{
	width: 20%;
	float: left;
}
.MenuCategories button{
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.MenuCategories button:focus{
	outline: 0;
}
.MenuCategories .category{
	border-bottom: 1px solid #dfdede;
	text-align: Center;
	line-height: 29px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	transition: 0.5s;
	padding-top: 15px;
	padding-bottom: 15px;
}
.MenuCategories .category:hover,
.MenuCategories .category.active{
	background-color: black;
	border-radius: 2px;
	color: white;
}
.sideMenu.withMenu,
.freeContent.withMenu{
	width: 75%;
	float: right;
	border-left: 1px solid #dfdede;
	padding-left: 5%;
}
.sideMenu.withMenu .itemMenu,
.freeContent.withMenu .block{
	display: none;
}
.blogs_page .container_blogs .blog .right{
	margin-left: auto;
}

.open_page .wrapBlocks{
	display: flex;
	flex-direction: column;
}
.open_page .content{
	line-height: 27px;
	font-size: 18px;
}
.open_page  .imageAndTitle .titleAndSecond .second{
	line-height: 28px;
	font-weight: inherit;

	margin-bottom: 16px;
	margin-top: 0;
}
.open_page .block.grey{
	background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
}
.open_page .block {
	margin-bottom: 20px;
	padding-bottom: 20px;
    padding-top: 20px;
}
.open_page .Blockvideo{
	margin-bottom: 0;
}
.open_page .theBlockVideo{
	text-align: center;
}
.open_page .theBlockVideo.block{
	padding-bottom: 0;
}
.open_page .theBlockVideo.block.grey{
    padding-top: 0;
}
.open_page .block:last-child{
	margin-bottom: 0;
}
.open_page .wrapBlocks .cont.bread{
	width: 967px;
}

.topHome .sliderLinks li:focus{
	outline: 0;
}

.backButton{
    display: inline-block;
    border: 1px solid black;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
    text-align: Center;
    height: 41px;
    line-height: 41px;
    border-radius: 2px;
    transition: 0.5s;
    color: black;
    margin-bottom: 4px;
}
.backButton:focus,
.backButton:active,
.backButton:hover{
    background-color: black;
    color: white;
    text-decoration: none;
}
.addthisundertitle{
    margin-bottom: 25px;
}

.imageAndTitle .titleAndSecond.noImageMobile{
    position: relative;
    top: inherit;
    transform: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
}
.arrowIcon.fa{
    margin-top: 5px;
    float: left;
}

.containerHeader{
	opacity: 0;
	transition: 0.5s;
}


.fancybox-close{
	background: none;
	border: none;
	background-image: url("images/fancybox_sprite.png");
}

.wsp-container li{
	line-height: 24px;
}
.wsp-container li a{
	color: black;
}

.embedLink{
	position: relative;
	display: inline-block!important;
}
.embedDiv{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.blogs_page .container_blogs .blog iframe{
	z-index: 2;
	max-width: 100%;
}




@media (min-width: 1025px){
	.mobileNav{
		display: none!important;
	}
	.navbar-default .navbar-nav>li:last-child{
		padding-left: 18px;
	}
	.home .blogs_block .wraptheimage:hover .blogImage{
		width: 115%;
	}
}
@media (max-width: 1353px){
	.home .blogs_block .contain{
		max-width: 1200px;
	}
	.home .blogs_block .wraptheimage{
		max-height: 385px;
	}
	.cont_whoS{
		padding-right: 2%;
	}
}
@media (max-width: 1550px){
	.cont_whoS {
		max-width: 1100px;
	}
}
@media (max-width: 1480px){
	.cont_whoS {
		max-width: 1000px;
	}
}
@media (max-width: 1400px){
	.leadership .leadershipIn{
		max-width: 1200px;
	}
}
@media (max-width: 1345px){
	.blockInfographic{
		max-width: 1200px;
	}
}
@media (max-width: 1250px){
	.leadership .leadershipIn{
		max-width: 1024px;
	}
}
@media (max-width: 1200px){
	.home .blogs_block .contain,
	.blockInfographic{
		max-width: 1024px;
	}

	.home .blogs_block .wraptheimage{
		max-height: 330px;
	}
}
@media (max-width: 1160px){
	.logo_block{
		max-width: 1024px;
	}
}
@media (max-width: 1154px){
	.cont_whoS{
		max-width: 1024px;
	}
}
@media (max-width: 1145px){
	.pricing .contain{
		max-width: 1024px;
	}
}
@media (max-width: 1060px){
	.leadership .leadershipIn{
		max-width: 94%;
	}
}
@media (max-width: 1027px){
	.product_page .HowDoesWork{
		max-width: 94%;
	}
}
@media (max-width: 1028px){
	.faq_container{
		max-width: 94%;
	}
}
@media (max-width: 1024px){
	.faq_page .qAnda .answer p{
		word-wrap: break-word;
	}
	#nav{
		opacity: 0;
		transition: all 0.5s;
	}
	.navbar-default .navbar-nav>li>a,
	.sub-menu li{
		text-align: left;
	}
	.navbar-default .navbar-nav>li>a{
		padding-left: 30px;
	}
	.wrapSliderContent h2,
    .aboutTop .about_title,
    .imageAndTitle .titleAndSecond .maintitle{
        font-size: 50px;
        line-height: 55px;
    }
    footer .topBlocks {
        padding: 30px 0;
    }
    .open_page .wrapImageText .imagetextText,
    .product_page .WhiIsService .wrapText .text{
        right: 0;
        opacity: 1;
    }
    .open_page .wrapImageText .imagetextImage img,
    .product_page .WhiIsService .image img{
        left: 0;
        opacity: 1;
    }
	.fancybox-opened {
		transition: 0.5s;
		top: 73px!important;
		position: fixed!important;
	}
	.product_page .WhiIsService .text{
		right: 0;
		opacity: 1;
	}
	.product_page .WhiIsService .image img{
		left: 0;
		opacity: 1;
	}
	.getFreeButton.sticky{
		top: 58px;
	}
	.sub-menu li a:hover:before, .sub-menu li a:focus:before, .sub-menu li a:active:before {
		right: -3%;
	}
	.sub-menu li a:before{
		bottom: 0px;
	}

	.home_slider img{
		height: auto;
	}
	.hamburger:focus{
		outline: none;
	}
	.home .blogs_block .wraptheimage:hover{
		opacity: 0.6;
	}
	.blockInfographic .wrapPhoto{
		height: auto;
		text-align: center;
	}
	.blockInfographic .wrapPhoto,
	.blockInfographic .left{
		width: 100%;
		float: none;
	}
	.blockInfographic{
		display: block;
	}
	.cont_whoS{
		margin: 0 auto;
		padding-right: 0;
	}
	.cont_whoS,
	.home .blogs_block .contain, .blockInfographic,
	.home .blogs_block .contain,
	.blockInfographic,
	.pricing .contain,
	.logo_block{
		max-width: 94%;
	}
	.product_page .WhiIsService{
		max-width: 100%;
	}
	#nav{
		text-align: right;
		background: black;
		display: none;
		border: none;
		clear: right;
		/*width: 100%;*/
		width: auto;
	}

	footer .bottomBlock{
		line-height: 22px;
	}
	.home .blogs_block .blockLogo{
		vertical-align: baseline;
	}
	.home .blogs_block .postTitle{
		height: auto;
	}
	.navbar-nav>li{
		display: block;
		float: none;
		/*padding-right: 20px;*/
		/*padding-left: 20px;*/
		height: auto;
	}
	.sub-menu{
		position: static;
		text-align: right;
		width: 100%;
		left: 0;
	}
	.sub-menu li{
		padding: 0;
		line-height: 44px;
		padding-right: 20px;
		padding-left: 20px;
		height: auto;
	}
	.navbar-nav>li>a{
		line-height: 44px;
	}
	.navbar-default .navbar-nav>li:last-child>a{
		border: none;
		font-weight: bold;
	}

	header{
		height: auto;
		position: relative;
	}
	header .logo{
		padding-left: 15px;
		height: 57px;
	}
	.sub-menu{
		display: block;
		padding-right: 0;
	}
	.navbar-nav>li.menu-item-has-children>a{
		display: none;
	}
	.menu-menu-container{
		overflow-y: scroll;
	}
	#nav{
		padding-right: 0;
		position: absolute;
		right: 0;
	}
	header{
		position: fixed!important;
		z-index: 9999!important;
		width: 100%;
		top:0;
		transition: all 1.2s;
	}
	/*#content{*/
		/*padding-top: 58px;*/
	/*}*/
	#nav{
		overflow-y: scroll;
	}
}
@media (max-width: 969px){
	.newSingle, .eventSingle{
		padding-top: 3%;
	}
	.search_page .search_container,
	.blogs_page .container_blogs, .news_page .container_news, .events_page .container_events,
	.newSingle .theNew,
	.eventSingle .theEvent
	.blogs_page .container_blogs,
	.news_page .container_news,
	.events_page .container_events{
		max-width: 94%;
	}
	.events_page .container_events .event.half{
		display: flex;
		align-items: center;
	}
	.blogs_page .container_blogs .blog .nameBlog{
		font-size: 19px;
		line-height: 24px;
	}
	.news_page .container_news .new .nameMew{
		font-size: 17px;
		line-height: 26px;
	}

	.events_page .container_events .event.half{
		display: block;
	}
	.events_page .container_events .event.half .eventImage{
		width: 100%;
		float: none;
	}
}

@media (max-width: 968px){
	.getFreeButton.sticky{
		max-width: 94%;
	}
}
@media (max-width: 967px){
	.cont{
		max-width: 94%;
	}
	/*footer .block.block1,*/
	/*footer .block.block2,*/
	/*footer .block.block3{*/
		/*width: 32%;*/
	/*}*/
	.newMobileImage{
		display: block;
		max-width: 100%;
	}
	/*.blogs_page .container_blogs .blog.half .blogImage,*/
	/*.blogs_page .container_blogs .blog.half .aimageInBlog .blogImage,*/
	/*.news_page .container_news .new.half .newImage,*/
	/*.news_page .container_news .new.half .aimageInNew .newImage{*/
		/*display: none;*/
	/*}*/
	.container_blogs .blog .blockLeftRight,
	.container_news .new .blockLeftRight{
		padding-right: 5%;
		padding-left: 2.5%;
	}
	.open_page .blockimgiframe .Iimage ,
	.badges_page .imagesIframes .block .Iimage {
		float: none;
		margin-bottom: 20px;
	}
	.open_page .blockimgiframe .Iiframe ,
	.badges_page .imagesIframes .block .Iiframe {
		float: none;
		width: 100%;
		max-width: inherit;
		height: 103px;
	}
}
@media (max-width: 920px){
    .caseStuties .flex{
        display: inherit;
    }
	.caseStuties .blockCase{
		display: block;
		width: 100%;
	}
	.product_page .iconTextBlock .blockiconText.per33,
	.product_page .HowDoesWork li{
		width: 100%;
		margin-bottom: 30px;
	}
	.product_page .HowDoesWork{
		margin-bottom: 30px!important;
	}
	/*.product_page .HowDoesWork .arrow{*/
		/*transform: rotate(90deg);*/
		/*margin-bottom: 40px;*/
	/*}*/
	.leadership li.person{
		width: 47%;
	}
	.leadership li.person.third{
		margin-right: 5%;
	}
	.leadership li.person:nth-child(even){
		margin-right: 0;
	}
}
@media (max-width: 840px){
	.home_slider .imageText, .mobile_slider .imageText{
		font-size: 5vh;
		font-size: 40px;
	}
	.topHome .sliderLinks li a{
		min-width: 193px;
		height: 32px;
		line-height: 32px;
		font-size: 17px;
	}
}
@media (max-width: 768px){
	.comments-title,
	.comment-reply-title{
		font-size: 40px;
	}
	.pricing .linkMoreOptions{
		text-align: center;
	}
	/*.Benefits,*/
	.blockInfographic{
		margin-bottom: 30px;
	}
	.blockInfographic{
		margin-top: 30px;
	}
	.newSingle .theNew, .eventSingle .theEvent{
		padding: 3%;
	}
	.pricing .options .blockPrice{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
		float: none;
		max-width: 330px;
	}
	.pricing .options .blockPrice .bottom{
		margin-top: 30px;
	}
	.pricing .options .blockPrice:last-of-type{
		margin-bottom: 0;
		margin-right: auto;
	}
	.open_page .listicontext .icon,
	.product_page .Benefits .cont .icon{
		width: 100%;
	}
	.open_page .imageTextBlock .wrapImageText,
	.product_page .WhiIsService{
		display: block;
	}
	.newSingle .theNew .title,
	.eventSingle .theEvent .title,
	.faq_page .BlockText.faqcont .content h2,
	.free_template .BlockText .content h1,
	.open_page .titleh2,
	.product_page .title,
	.contact_page .content h2,
	.about_page .cont .blockText .titleh2,
	.cont .blockText h2,
	.leadership h2,
	.logo_block .title,
	.faq_page .BlockText .title{
		font-size: 40px;
		line-height: 45px;
	}
	.newSingle .theNew .newContent h2, .eventSingle .theEvent .eventContent h2{
		line-height: 30px;
	}
	.newSingle .theNew .newContent h3, .eventSingle .theEvent .eventContent h3{
		line-height: 28px;
	}
	.newSingle .theNew img, .eventSingle .theEvent img{
		margin-bottom: 20px;
	}
	.home .blogs_block .postTitle{
		font-size: 31px;
		line-height: 31px;
	}
	.logo_block .text{
		margin-bottom: 50px;
		line-height: 31px;
	}
	.faq_page #breadcrumbs,
	.faq_page .qAnda li.level1{
		margin-bottom: 30px;
	}
}


@media (max-width: 736px){
    .open_page .block.grey{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .topHome .sliderLinks li{
        margin-left: 0;
    }
	.aboutTop .aboutTitles.noImageMobile{
		position: relative;
		top: inherit;
		transform: inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product_page .imageAndTitle,
	.badges_page .imageAndTitle,
	.contact_page .imageAndTitle,
	.faq_page .imageAndTitle,
	.aboutTop{
		margin-bottom: 10px;
	}

	.product_page .imageAndTitle.noimgm,
	.badges_page .imageAndTitle.noimgm,
	.contact_page .imageAndTitle.noimgm,
	.faq_page .imageAndTitle.noimgm,
	.aboutTop.noimgm {
		margin-bottom: 0px;
	}

	.open_page .block{
		margin-bottom: 15px;
		padding-bottom: 15px;
        padding-top: 15px;
	}
	footer .block.block1, footer .block.block2,
	.logo_block .text,
	.open_page .listicontext li,
	.product_page .Benefits .cont li,
	.product_page .HowDoesWork .title,
	.Blockvideo,
	.product_page .getFreeButton,
	.product_page .BlockText,
	.badges_page .bottomSentence,
	.badges_page .content_free,
	.BlockText,
	.about_page .cont .blockText:last-of-type,
	.about_page .cont .blockText {
		margin-bottom: 30px;
	}
	.leadership li.person{
		margin-bottom: 40px;
	}
	.imageAndTitle .titleAndSecond.noImageMobile{
		position: relative;
		top: inherit;
		transform: inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.logo_block .title,
	.contact_page .wrapContentForm,
	.contact_page .imageAndTitle{
		margin-bottom: 20px;
	}
	.product_page #breadcrumbs{
		margin-bottom: 30px;
	}
	.pricing {
		padding: 30px 0 30px 0;
	}
	#comments #respond,
	.replayComment{
		margin-top: 30px;
	}
	.replayComment{
		padding-top: 20px;
	}
	.comment-reply-title{
		margin-bottom: 20px;
	}
	#breadcrumbs{
		line-height: 22px;
	}
	.errorPage .content,
	.home .blogs_block .contain{
		padding-top: 30px;
	}
	.logo_block{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer{
		padding-bottom: 40px;
	}

	.MenuCategories,
	.sideMenu.withMenu,
	.freeContent.withMenu{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.sideMenu.withMenu,
	.freeContent.withMenu{
		border-left: none;
		padding-left: 0;
	}
    .pricing .linkMoreOptions ,
    .pricing .linkMoreOptions a{
        font-size: 24px;
        line-height: 30px;
    }


}


@media (max-width: 730px){
	.home .blogs_block .blockLogo:nth-child(odd){
		margin-right: 3%;
	}
}
@media (max-width: 710px){
	footer .block.block3{
		width: 100%;
	}
	footer .block.block1, footer .block.block2{
		width: 48%;
		margin-bottom: 40px;
	}
}
@media (max-width: 640px){
	.product_page .iconTextBlock .blockiconText.per49{
		width: 100%;
		margin-bottom: 30px;
	}
	.blogCategory{
		font-size: 15px;
		height: 30px;
		line-height: 30px;
	}
	.news_page .container_news .new .newImage{
		max-width: 90%;
	}
	.news_page .container_news .new .left,
	.news_page .container_news .new .right{
		float: none;
		margin-right: 0;
	}
	.container_news .new.full .blockLeftRight{
		display: inherit;
	}
	.news_page .container_news .new .right{
		margin-top: 15px;
	}
	.leadership li.person{
		width: 100%;
		margin-right: 0;
	}
	.leadership li.person.third{
		margin-right: 0;
	}
	.Blockvideo .playImage{
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
	.Blockvideo:hover .playImage{
		background-size: 50px;
	}
}
@media (max-width: 632px){
	.product_page .WhiIsService .text{
		max-width: 94%;
	}
}
@media (max-width: 560px){
	.events_page .container_events .event.half.b2, .blogs_page .container_blogs .blog.half.b2, .news_page .container_news .new.half.b2{
		margin-bottom: 15px;
	}
	.pricing .linkMoreOptions ,
	.pricing .linkMoreOptions a{
		font-size: 22px;
		line-height: 26px;
	}
	.errorPage .secondTitle {
		font-size: 30px;
		line-height: 40px;
	}
	.errorPage .text{
		width: 100%;
	}
	.home_slider img, .mobile_slider img{
		min-height: 365px;
	}
	.events_page .container_events .event.half .info .text{
		width: 100%;
	}
	.eventSingle .info .image,
	.events_page .container_events .event .info .image,
	.eventSingle .info .text,
	.events_page .container_events .event .info .text{
		float: none;
		word-wrap: break-word;
	}
	.eventSingle .info, .events_page .container_events .event .info{
		display: block;
		line-height: 34px;
		text-align: center;
	}
	.eventSingle .theEvent .info img{
		margin-bottom: 0;
	}
	.imageDesktop{
		display: none;
	}
	.mobile_slider,
	.imageMobile{
		display: block;
	}
	.home .blogs_block .blockLogo{
		width: 100%;
		margin-bottom: 40px;
	}
	.home .blogs_block .blockLogo:nth-child(odd){
		margin-right: 0;
	}

	.contact_page .BlockText .content,
	.contact_page .BlockText .form,
	.events_page .container_events .event.half{
		width: 100%;
		float: none;
	}
	.errorPage .page-title,
	.search .searchTitle, .blogs_page .container_blogs .title, .news_page .container_news .title, .events_page .container_events .title{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.errorPage,
	.blogs_page, .news_page, .events_page{
		padding-top: 20px;
	}
	.errorPage .page-title{
		line-height: 36px;
	}
	.wrapSliderContent h2,
	.imageAndTitle .titleAndSecond .maintitle {
		font-size: 40px;
		line-height: 53px;
	}
	.aboutTop .about_title {
		font-size: 40px;
		line-height: 58px;
	}
	.events_page .container_events .event .info .image{
		max-width: 45px;
	}

	.blogs_page .container_blogs .blog, .news_page .container_news .new, .events_page .container_events .event{
		margin-bottom: 15px;
	}
	.newSingle .theNew .title, .eventSingle .theEvent .title, .faq_page .BlockText.faqcont .content h2, .free_template .BlockText .content h1, .open_page .titleh2, .product_page .title, .contact_page .content h2, .cont .blockText h2, .about_page .cont .blockText .titleh2, .leadership h2, .logo_block .title, .faq_page .BlockText .title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 560px) and (min-width: 480px){
	.imageAndTitle .titleAndSecond .maintitle,
	.aboutTop .about_title {
		line-height: 22px;
	}
}
@media (max-width: 480px){
	.arrowIcon.fa{
		font-size: 22px;
	}
	.faq_page .qAnda .question p {
		font-size: 20px;
		padding-left: 36px;
	}
	.events_page ul.flex,
	.news_page ul .flex,
	.blogs_page ul.flex{
		display: block;
	}

	.events_page .container_events .event.half.b2, .blogs_page .container_blogs .blog.half.b2, .news_page .container_news .new.half.b2,
	.blogs_page .container_blogs .blog.half,
	.events_page .container_events .event.half.b1, .blogs_page .container_blogs .blog.half.b1, .news_page .container_news .new.half.b1{
		float: none;
		width: 100%;
	}
	.blogs_page .container_blogs .blog.full .right, .news_page .container_news .new.full .right{
		float: none;
		margin-top: 10px;
	}
	.blogs_page .container_blogs .blog.full .left, .news_page .container_news .new.full .left{
		float: none;
	}
	.container_blogs .blog.full .blockLeftRight, .container_news .new.full .blockLeftRight{
		display: inherit;
	}
}
@media (max-width: 460px){
	footer .block.block1,
	footer .block.block2,
	footer .block.block3{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 420px){
	span.meta-nav.screen-reader-text{
		display: none;
	}
	.ajaxResult .thankImage img{
		width: 90px;
	}
}
@media (max-width: 390px){
	.pricing .options .blockPrice{
		max-width: 268px;
	}
	.pricing .linkMoreOptions{
		max-width: 268px;
		margin: 0 auto;
	}

}



@media (max-width: 736px) and (orientation:landscape) {
	.regular{
		display: none;
	}
}
@media (max-width: 736px) and (orientation:portrait) {
	.noregular{
		display: none;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.home_slider img {
		height: auto;
		width: 200%;
		max-width: inherit;
	}
}



@media (max-width: 370px){
	.home_slider .wrapSliderContent, .mobile_slider .wrapSliderContent{
		top: 5%;
	}
}




.hamburger {
	padding: 20px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
.hamburger:hover {
	opacity: 1; }

.hamburger-box {
	width: 31px;
	height: 13px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 31px;
	height: 1px;
	background-color: white;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
.hamburger-inner::before {
	top: -10px; }
.hamburger-inner::after {
	bottom: -10px; }


/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.15s linear; }
.hamburger--spring .hamburger-inner::before {
	top: 8px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
	top: 16px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.32s;
	background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger{
	display: none;
}

@media (max-width: 1024px){
	.hamburger{
		display: inline-block;
		float: right;
	}
}



.b_form {max-width:400px; margin-left:auto; margin-right:auto;}
.b_form input {width:70%; float:left; 	height: 40px;}

.b_form .button{
	background-color: black;
	color: white;
	border: none;
	height: 40px;
	float:right;
	margin-bottom: 20px;
	border-radius: 2px;
	width: 30%;
	transition: 0.5s;
	border: 1px solid #000;
}
.b_form .button:hover{
	background-color: white;
	color: black;

}
	.b_form .wpcf7-not-valid-tip {
    white-space: nowrap;
    max-width: 500px;
    margin-top: 40px;
}

.single-mypage .navigation, .single-mypage .entry-header{

	display: none;
}


.blogs_page .container_blogs .blog.half .aimageInBlog .blogImage{

	max-height: 250px;
}

/* */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.eventSingle .theEvent img.aligncenter {
	margin-bottom: 0;
}
figcaption.wp-caption-text {
    text-align: center;
}
.eventSingle .theEvent .aligncenter img {
    margin-bottom: 0;
}


