/* 
Tips:
background-image: url(../images/image.jpg);
transition: all 300ms ease-in;
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
*/
/***** beg Fonts *****/
@import url("https://use.typekit.net/xvn1grj.css");

/*Montserrat medium:

font-family: montserrat,sans-serif;

font-weight: 500;

font-style: normal;


Montserra semi bold

font-family: montserrat,sans-serif;

font-weight: 600;

font-style: normal;*/
/***** end Fonts *****/

/***** beg General *****/
body{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-weight: 500;
	color: #707070;
	font-size: 19px;
}

.container{
	max-width: 1640px;
}

a{
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color:  #57AC33;
}

button{
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #00742E;
}

a:focus, button:focus, input:focus, textarea:focus{
	outline: 0;
}

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

::-webkit-scrollbar-track {
	background: #E8E8E8;
}


::-webkit-scrollbar-thumb {
	background: #256549;
}

h1{
	color: #fff;
	font-weight: 600;
}
h1.no-slideshow{color: #00742e;text-transform: uppercase;}
p{
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.6;
}

p a{
	color:  #57AC33;
}

p a:hover{
	color: #00742E;
}


h2, .home h1{
	color: #00742E;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}
 h3{
	font-size: 19px;
	text-transform: uppercase;
	color: #00742E;
	margin-bottom: 15px;
}

/***** end General *****/


/***** beg HEADER *****/
header{
	padding: 20px 0 10px;
	border-top: 18px solid #57AC33;
	position: relative;
}

.loggin-text {
    position: absolute;
    top: -18px;
    width: 100%;
}

.loggin-text p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

header .row{
	align-items: center;
}

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

.searchform input{
    background-color: #cecece;
	border-radius: 8px;
	height: 50px;
	border: 0;
	width: 300px;
	padding-left: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
.search-result-each {
    border: 1px solid #777;
    padding: 35px 25px;
    margin: 0 0 30px;
}
.searchform input::-webkit-input-placeholder {
	color: rgb(255, 255, 255);
	opacity: 1;
}.searchform input:-moz-placeholder {
	color: rgb(255, 255, 255);
	opacity: 1;
}.searchform input::-moz-placeholder {
	color: rgb(255, 255, 255);
	opacity: 1;
}.searchform input:-ms-input-placeholder {
	color: rgb(255, 255, 255);
	opacity: 1;
}

.searchform button {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 8px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-soc{
	display: none;
}

.searchform button:hover > svg > path{
	fill: #00742E;
}

.searchform{
	position: relative;
}

.top-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.navbar-nav .nav-link {
    padding: 0 10px;
}

.navbar-nav li:hover .nav-link:before {
   width: 100%;
}

.navbar-nav .nav-link:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00742E;
	bottom: -5px;
	    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.navbar-nav .nav-link:hover:before{
	width: 100%;
}

.top-link{
	background-color: #57AC33;
	border: 2px solid #57AC33;
	border-radius: 8px;
	height: 50px;
	width: 250px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.top-link:hover{
	border: 2px solid #00742E;
	background-color: #FFFFFF;
	color: #00742E;
}

.top-social{
	margin-bottom: 0;
	padding: 0;
}

.top-social li{
	display: inline-block;
}

.top-social li a{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #00742E;
	background-color: #00742E;
	color: #FFFFFF;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-social li a:hover{
	background-color: #FFFFFF;
	color: #00742E;
}

header nav ul.navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

header nav ul li a{
	font-size: 14px;
	color: #000000;
	padding: 0 25px;
	position: relative;
	text-transform: uppercase;
}

header nav ul li a:hover{
	color: #00742E;
}

header nav ul li.current-menu-item a{
	color: #00742E;
}

header nav ul li.active a{
   color: #00742E;
}


.navbar-nav li.current-menu-item > .nav-link:before{
	width: 100%;
}


.navbar-nav .dropdown-menu {
	position: absolute;
    padding: 35px 0 0;
    border: 0;
    background-color: transparent;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    top: 96%;
}

header nav ul li:hover > .dropdown-menu{
	visibility: visible;
	opacity: 1;
}

.navbar-nav .dropdown-menu li {
    width: 100%;
}

.navbar-nav .dropdown-menu li a {
    border: 1px solid #707070;
    width: 100%;
    height: 40px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    color: #707070;
}

.navbar-nav .dropdown-menu li a:hover{
	background-color: #00742E;
	color: rgb(255, 255, 255);
	border: 1px solid #00742E;
}

.navbar-nav .dropdown-menu li.current-menu-item a {
    background-color: #00742E;
    color: rgb(255, 255, 255);
    border: 1px solid #00742E;
}

/***** end HEADER *****/



/***** beg Main *****/
.link-contant{
	padding: 5px 0 10px;
	background-color: #ECEBE1;
	text-align: center;
}

.link-contant a{
	position: relative;
	height: 46px;
	width: 46px;
	display: inline-block;
}

.link-contant .arrow-btn {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: #02752F;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    position: relative;
}

.arrow-btn:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(2, 117, 47, 0.4);
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    animation: anim-effect-boris 1s infinite linear .25s;
    z-index: -1;
}


@keyframes anim-effect-boris {
    0% {
        transform: scale3d(.5, .5, 1);
    }
    25%, 50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1);
    }
}

.link-contant .arrow-btn:hover{
	background-color: #57AC33;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slogan {
    position: absolute;
    left: 9%;
    bottom: 114px;
    display: inline-table;
}
.top-slider{
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body:not(.home) .top-slider{
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    align-items: center;
    padding: 0;
}

.top-slider h1, .top-slider h2{
	font-size: 61px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.top-slider h2{color: #fff;}
.home_page_slider .slogan {
    bottom: 140px;
}
.top-slider a{
	width: 245px;
	height: 60px;
	background-color: #41C166;
	border: 4px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
    font-weight: 500;
    margin-top: 30px;
}

.top-slider a:hover{
	background-color:  #FFFFFF;
	border: 4px solid #41C166;
	color: #41C166;
}

.top-divider{
 background-color: #FFFFFF;
 max-width: 480px;
 height: 15px;
 margin: 30px 0 0;
}

#home-slider .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 45px;
    height: 45px;
}

#home-slider .owl-prev {
    position: absolute;
    left: 115px;
}

#home-slider .owl-next {
    position: absolute;
    right: 115px;
}

path{
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

#home-slider button:hover > svg > g > path{
	fill: #02752F;
}

.text-block{
	padding: 55px 0 90px;
}

.text-block p {
    width: 95%;
}

.news-block {
    padding: 190px 60px 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.home-news .container{
	position: relative;
}

.home-news .container:before {
    content: "";
    position: absolute;
    height: 570px;
    width: 440px;
    top: -285px;
    background-image: url(../imgs/logo-block.png);
    background-size: auto;
    background-position: top left;
}

.home-news .col-lg-4{
	padding: 0 10px;
}

.home-news .col-lg-8{
	padding: 0 10px;
}

.news-block h3{
	color: #FFFFFF;
	font-size: 36px;
	margin-bottom: 20px;
}

.news-divider{
	height: 10px;
	width: 105px;
	background-color: #73BF61;
	margin-bottom: 90px;
}

.news-block p{
	font-size: 23px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 120px;
}

.news-block a:hover > svg > path{
	fill: #73BF61;
}

.twit-block{
	border: 4px solid #95C5A8;
	padding: 60px 25px 45px;
	margin-bottom: 20px;
}

#twit-slider .twit-block img{
    width: auto;
    max-width: 100%;
    height: auto;
}

#twit-slider .owl-nav {
    position: absolute;
    top: 45px;
    right: 60px;
}

#twit-slider .owl-nav button{
	margin: 0 10px;
}

#twit-slider .owl-nav button:hover > svg > g > path{
	fill: #02752F;
}

.twit-block h3{
	margin-bottom: 30px;
	font-size: 36px;
	color: #73BF61;
	font-weight: 500;
}

.twit-block .news-divider{
  margin-bottom: 0;
  margin-right: 15px;
}

.twit-block .twit-flex a{
	color: #707070;
	font-weight: 500;
	font-size: 23px;
}

.twit-block .twit-flex a:hover{
	color: #73BF61;
}

.twit-flex{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin-bottom: 30px;
}

.twit-info-flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 60px;
}

.twit-info-flex p{
 font-size: 16px;
 margin-bottom: 0;
}

.twit-info-flex .damax_logo_link{
 height: 40px;
 width: 40px;
 display: inline-block;
 border-radius: 50%;
 overflow: hidden;
 margin-right: 20px;
}
.twit-block p a {
    color: #707070;
}
.twit-info-flex a img{
 height: 40px;
 width: 40px;
}

.twit-img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.twit-img img {
  height: 455px;
}

/***** end Main *****/

/***** beg Membership *****/
.membership-link{
  padding: 20px 0;
}

.membership-link ul{
	text-align: center;
	padding: 0;
}

.membership-link ul li{
	display: inline-block;
	margin: 0 35px;
}

.membership-link ul li a{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

.membership-link ul li a:hover{
	color: #57AC33;
}

.membership-back{
	padding: 120px 0 140px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.membership-back p{
	color: #FFFFFF;
	font-size: 29px;
	text-align: center;
	margin-bottom: 120px;
}

.membership-landing-link {
    background-color: rgba(0, 116, 45, 0.6);
    padding: 100px 200px 30px 0;
    margin-bottom: 20px;
}

.membership-landing-link a{
	color: #FFFFFF;
	font-size: 27px;
	font-weight: 500;
	padding: 25px;
	height: 120px;
	display: flex;
	align-items: center;
}

/*.membership-landing-link a:hover{
	color: #02752F;
}*/

.membership-landing-back{
	background-color: #57AC33;
	position: relative;
}

.membership-landing-back:before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.membership-landing-back:after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.membership-landing-back:before, .membership-landing-back:after {
    background: #00742E;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    width: 0;
}

.membership-landing-back:hover:before, .membership-landing-back:hover:after {
    left: 0;
}

.membership-landing-back:hover:before, .membership-landing-back:hover:after {
    width: 100%;
}

.membership-landing-back a:before, .membership-landing-back a:after {
    background: #00742E;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 3px;
}

.membership-landing-back a:before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.membership-landing-back a:before {
    left: 0;
}

.membership-landing-back a:after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.membership-landing-back a:after {
    right: 0;
}

.membership-landing-back:hover a:before, .membership-landing-back:hover a:after {
    top: 0;
}

.membership-landing-back:hover a:before, .membership-landing-back:hover a:after {
    height: 100%;
}


.flex-members {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.members-block {
    padding: 0px 10px 20px;
    flex: 1 20%;
}

.members-block a {
    border: 1px solid #00742E;
    display: block; 
    height: 100px;
    padding: 20px;
    width: 100%;
}

.members-block img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    height: 90%;
    max-width: none;
}


.members-block:hover > a > img{
	-webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.members-img{
	height: 285px;
	border: 3px solid #00742E;
	display: flex;
	justify-content: center;
	align-items: center;
}

.members-img img{
	max-width: 90%;
}


/***** end Membership *****/



/***** beg About Us *****/

.about-content {
    padding: 25px 0 0px;
}

.about-content h2{
	margin-bottom: 50px;
}

.about-content ul li{
 list-style: none;
}

.content-list-style ul li:before{
	content: url(../imgs/list-check.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.woocommerce-checkout .content-list-style ul li:before{
	content: url('');

}

.content-list-style ul {
    margin-bottom: 40px;
    padding: 0 0 0 20px;
}

.content-list-style ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.content-list-style ul

.about-content p{
	margin-bottom: 30px;
	font-weight: 300;
}

.parent-pageid-168 .content-list-style p:last-child{
    margin-bottom: 100px;
}

.team-info{
	position: absolute;
	background-color: rgba(87, 172, 51, 0.8);
	height: 85px;
	width: calc(100% - 25px);
	left: 0;
	bottom: 60px;
	padding: 0 10px 0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s,-webkit-transform 0.35s;
}

.team-info .name{
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

.team-info .title{
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	margin-top: 5px;
}

.team-block{
	height: 390px;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.team-block:before {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(87, 172, 51, 0.6);
    opacity: 0;
    position: absolute;
}

.team-block:hover:before{
	opacity: 1;
}

.team-block:hover >  .team-info {
    background: rgba(87, 172, 51, 0);
     -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

.team-block img{
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.cta-core-act {
    padding: 80px 0 120px;
}

.cta-core-act h3{
	font-size: 42px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 30px 0 50px;
	text-transform: uppercase;
}

.cta-core-act p{
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
}

.cta-core-act a{
 height: 65px;
 padding: 0 20px;
 background-color: #57AC33;
 color: #ffffff;
 line-height: 65px;
 text-align: center;
 display: inline-block;
}

.cta-core-act a:hover{
	background-color: #00742E;
}

.cta-core-act img{
	width: 100%;
}

.left-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.left-menu li a{
  height: 80px;
  border: 1px solid #707070;
  padding-left: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #707070;
  font-size: 20px;
  font-weight: 300;
}

.left-menu li a:hover{
	background-color: #00742E;
	border: 1px solid #00742E;
	color: #ffffff;
}

.left-menu li.active-submenu a,
.left-menu li a.active-submenu{
  background-color: #00742E;
	border: 1px solid #00742E;
	color: #ffffff;
}

.single-teams h2{
	margin-bottom: 15px;
}

.single-teams h1{
	display: none;
}

.single-teams img{
	max-width: 100%;
}

.single-title{
	font-size: 22px;
	color: #57AC33;
	margin-bottom: 60px;
}

.btn-back {
    background-color: #57AC33;
    border: 2px solid #57AC33;
    height: 65px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    line-height: 63px;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
}

.btn-back:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.btn-back:hover > svg > g > path {
    fill: #00742E;
}

.gallery-group{
	margin-bottom: 50px;
}

.gallery-block {
    height: 300px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.gallery-block img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
    object-fit: cover;
}

.team-info .titles {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.gallery-block:before {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(87, 172, 51, 0.6);
    opacity: 0;
    position: absolute;
}

.gallery-block:hover:before{
	opacity: 1;
}

.gallery-block:hover >  .team-info {
    background: rgba(87, 172, 51, 0);
     -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

.video-group h3{
  font-size: 20px;
  color: #00742E;
  margin-bottom: 60px;
}

.video-group iframe{
	height: 300px;
	width: 100%;
	margin-bottom: 25px;
}

/***** end About Us *****/




/***** beg EVENTS and PUBLICATIONS *****/
.events-block{
	padding: 95px 30px 95px 65px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.events-block h3{
	font-size: 29px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.events-block p{
	color: #FFFFFF;
	margin-bottom: 25px;
}

.events-divider{
	height: 5px;
	width: 45px;
	background-color: #73BF61;
	margin-bottom: 30px;
}

.btn-more{
	height: 40px;
	width: 180px;
	background-color: #57AC33;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	padding: 0 15px;
}

.btn-more:hover{
	color: #57AC33;
	background-color: #ffffff;
}

.btn-more:hover > svg  > path{
	fill: #57AC33;
}

.past-event{
	height: 115px;
	width: 400px;
	background-color: #57AC33;
	border: 2px solid #57AC33;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	color: #ffffff;
	font-size: 27px;
}

.past-event:hover{
	background-color: #ffffff;
	color: #57AC33;
}

.event-flex {
    display: flex;
    justify-content: center;
    margin: 50px 0 40px;
}

.about-content .text-block{
   padding: 0px 0 20px
}

.publication-block{
	height: 525px;
}



.publication-block img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
  object-fit: cover;
      -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.title-publication a{
	height: 60px;
	width: 100%;
	background-color: #57AC33;
	border: 1px solid #009762;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.title-publication a:hover{
	background-color: #00742E;
}

.title-publication a{
	color: #FFFFFF;
	font-size: 18px;
}


.page-numbers{
	padding: 5px 10px;
	color: #ffffff;
	font-size: 19px;
	background-color: #57AC33;
	margin: 0 2px;
	font-weight: 500 !important;
}

.page-numbers:hover{
	color: #ffffff;
	background-color: #00742E;
}

span.page-numbers.dots {
    color: #000000;
    background-color: transparent;
}

.page-numbers.current{
	color: #ffffff;
	background-color: #00742E;
}

a.page-numbers{
	padding: 5px 10px !important;
}

.past-events h2{
   margin-bottom: 45px;
}

.past-events h4{
	color: #78BC5B;
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 25px;
}

.past-events img{
	max-width: 100%;
}

.past-events-img{
	margin-bottom: 50px;
}

.past-events {
    padding: 30px 0;
}

.event-list {
    padding: 25px 0 15px;
    border-bottom: 1px solid #009762
}

.event-list:last-child{
	border-bottom: 0;
}

.book-img {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.book-img img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
  object-fit: cover;
}

.book-event .col-lg-9, .book-event .col-lg-3{
	padding: 0;
}

.book-event{
	background-color: #CEE0EC;
}

.book-event .col-lg-8{
  padding: 0;
}

.book-event .col-lg-4{
  padding: 0;
}

.book-block {
    padding: 200px 60px 180px;
}

.book-block h2{
	font-size: 29px;
	color: #000000;
	margin-bottom: 20px;
}

.book-divider{
	height: 5px;
	width: 45px;
	background-color: #73BF61;
	margin-bottom: 25px;
}

.book-block p{
	font-size: 18px;
	color: #000000;
}

.book-block a{
	background-color: #57AC33;
	border: 1px solid #57AC33;
	height: 40px;
	width: 180px;
	line-height: 39px;
	color: #FFFFFF;
	font-size: 19px;
	padding: 0 10px;
	display: inline-block;
}

.book-block a:hover{
	background-color: #FFFFFF;
	color: #57AC33;
}

.gallery-btn{
	text-align: right;
}

.gallery-btn li{
	display: inline-block;
	margin-left: 5px;
}

.gallery-btn li a{
	height: 60px;
	min-width: 140px;
	padding: 0 15px;
	background-color: #939E8E;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 19px;
	color: #FFFFFF;
}

.gallery-btn li a.back-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-event svg{
	margin-right: 10px;
}
#event-speakers .row > div {
    margin-bottom: 64px;
}
#event-speakers .row > div .speakers-btn {
    margin-top: 37px!important;
    display: block;
}

.gallery-btn li a:hover{
	background-color: #57AC33;
}

.menu-block {
    display: none;
}

.menu-title {
    height: 80px;
    border: 1px solid #707070;
    padding: 0 30px;
    width: 100%;
    color: #707070;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    cursor: pointer;
}

.menu-title i{
	color: #000000;
	font-size: 16px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.menu-title:hover {
    background-color: #78BC5B;
    border: 1px solid #78BC5B;
    color: #ffffff;
}
.menu-title.active {
    background-color: #78BC5B;
    border: 1px solid #78BC5B;
    color: #ffffff;
}

.menu-title.opened {
    background-color: #78BC5B;
    border: 1px solid #78BC5B;
    color: #ffffff;
}

.events-menu-current, .events-menu-past{
  padding: 25px 15px;
  text-align: center;
  background-color: #DFDFDF;
  border: 1px solid #707070;
}

.events-menu-current a, .events-menu-past a{
	font-size: 20px;
	color: #797979;
}

.events-menu-current a:hover, .events-menu-past a:hover{
	color: #78BC5B;
}

.events-menu-past ul{
	padding: 0;
	margin-top: 15px;
}

.events-menu-past ul li{
  margin-bottom: 5px;
} 

.menu-title.opened i{
    color: #ffffff;
    transform: rotate(180deg);
}

.menu-title:hover > i{
	color: #ffffff;
}

.about-content .menu-title p{
	margin-bottom: 0;
}

.table-block table th {
    background-color: #78BC5B;
    border-bottom: 2px solid #00742E;
    color: #ffffff;
    font-weight: 600;
    border-left: 1px solid #00742E;
}

.table-block table td {
    border: 1px solid #00742E;
    font-weight: 500;
}

.table-block table{
	border: 2px solid #00742E;
}

.table-block table td:first-child{
	font-weight: 600;
}

.table-block table tr:nth-child(even){
	background-color:  rgba(87, 172, 51, 0.1);
}

/***** end EVENTS and PUBLICATIONS *****/


/***** end CONTACT *****/
.contact-block h3{
	font-size: 19px;
	text-transform: uppercase;
	color: #00742E;
	margin-bottom: 15px;
}

.contact-block p{
	margin-bottom: 50px;
}

.wpcf7-form input{
	height: 75px;
	background-color: rgba(87, 172, 51, 0.19);
	border: 0;
}

.wpcf7-form span.placeholder {
    padding: 22px 20px;
    color: #707070;
    opacity: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.wpcf7-form span.placeholder i{
	color: #00742E;
	font-size: 30px;
	margin-right: 5px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    padding: 0 0 0 55px;
}

.contact-block .wpcf7-form p {
    margin-bottom: 30px;
}

.wpcf7-form textarea{
	height: 450px;
	background-color: rgba(87, 172, 51, 0.19);
	border: 0;
	padding-top: 20px;
}

.wpcf7-form .checkbox-gdpr input{
	height: auto;
}

.wpcf7-form input[type=submit] {
    background-color: #00742E;
    height: 65px;
    border: 0;
    color: #FFFFFF;
    font-size: 19px;
    cursor: pointer;
    margin: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border: 2px solid #00742E;
}

.wpcf7-form input[type=submit]:hover{
	background-color: #FFFFFF;
	border: 2px solid #00742E;
	color: #00742E;
}

.contact-img{
	margin-top: -50px;
}

.contact-img img {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.search-section{
	padding: 30px 0;
}

.search-block{
	margin-bottom: 40px;
}

.search-block p strong{
	color: #00742E;
}

.search-block a{
    height: 60px;
    min-width: 140px;
    padding: 0 15px;
    background-color: #57AC33;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 19px;
    color: #FFFFFF;
}

.search-block a:hover{
	background-color: #00742E;
}

.search-block h6 strong{
	color: #00742E;
	font-size: 19px;
}

.search-block h6{
	font-size: 19px;
}

/***** end CONTACT *****/


.woocommerce-MyAccount-navigation ul{
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding-left: 0px;
    position: relative;
    margin-bottom: 1px;
}

.woocommerce-MyAccount-navigation ul li a {
    padding-left: 30px;
}

.woocommerce-MyAccount-navigation ul li:before{
	display: none;
}


#event-venue {
    padding: 50px 0px;
}

#event-speakers {
    padding: 50px 0;
}

.event-sponsors {
    display: block;
    width: 100%;
    height: 400px;
}

.event-sponsors img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_even {
    padding: 50px 0;
    background-color: rgba(142, 142, 142, 0.1);
}

.section_odd {
    padding: 50px 0;
}
#event-book .form-control {
    height: 40px;
    padding-left: 15px;
}

.speakers-btn{
    height: 40px;
    width: 100%;
    background-color: #57AC33;
    border: 1px solid #009762;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 0;
    color: #fff;
}

.speakers-btn:hover{
	background-color: #00742E;
	color: #fff;
}

#event-book label {
    font-size: 16px;
}

.event-general {
    padding: 50px 0;
}

.event-gallery {
    height: 240px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.event-gallery img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sponsors-block{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sponsors-block img{
	margin-bottom: 10px;
	height: 60px;
}

.sponsors-block p{
	text-align: center;
}

.event-submenu{
    margin-bottom: 55px;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.event-submenu li{
	display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.woocommerce-page h1 {
    color: #424242;
    margin-top: 22px;
}
.event-submenu li a {
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .375rem .75rem;
    border-radius: .25rem;
    margin-bottom: 10px;
    display: inline-block;
}
.event-submenu li a:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}
.event-info {
    margin-top: 40px;
}
.damax_events_info {
    font-size: 18px;
    color: #0a0a0a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.damax_events_info > .damax_left {
    margin-right: 60px;
}
.damax_events_info .damax-item {
    margin-bottom: 15px;
}
.damax_events_info .damax-item i {
    padding-right: 10px;
}
.damax_events_info strong {
    font-size: 15px;
    margin-right: 9px;
    font-weight: bold;
    color: #707070;
}

.coupon-btn li{
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.purchase {
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.purchase:hover{
	border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.woocommerce-info::before {
    color: #57AC33;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: rgba(87, 172, 51, 0.1);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: rgba(87, 172, 51, 0.1);
}

.woocommerce-checkout-review-order-table tr:nth-child(even) {
   background-color: rgba(87, 172, 51, 0.1);
}

.woocommerce .button.add_to_cart_button, .woocommerce .button.single_add_to_cart_button, .woocommerce button.button.alt, .woocommerce .button.ajax_add_to_cart, .woocommerce .button.product_type_grouped {
    background: #57AC33;
}

.woocommerce .button.add_to_cart_button:hover, .woocommerce .button.single_add_to_cart_button:hover, .woocommerce button.button.alt:hover, .woocommerce .button.ajax_add_to_cart:hover, .woocommerce .button.product_type_grouped:hover {
    background: #00742E;
}

.ticket-row{
	padding: 10px 0;
	margin-bottom: 10px;
}

.tickets-tot{
    margin-bottom: 10px;
}

/***** beg FOOTER *****/

footer {
	padding: 85px 0 385px;
	background-image: url(../imgs/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.nav-footer{
	text-align: center;
	margin-bottom: 50px;
	padding: 0;
}

.nav-footer li a{
	font-size: 20px;
	color: #707070;
	font-weight: 500;
}

.nav-footer li a:hover{
	color: #57AC33;
}

.nav-footer li.current_page_item > a{
  color: #57AC33;
}

.nav-footer li{
	display: inline-block;
	padding: 5px 60px;
	border-right: 2px solid #256549;
}

.nav-footer li:last-child{
	border-right: 0px;
}

.footer-info{
	margin-bottom: 50px;
}

.footer-info p{
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-info a{
	color: #707070;
}

.footer-info a:hover{
	color: #57AC33;
}

footer h4{
	color: #57AC33;
	text-align: center;
	font-size: 21px;
	margin-bottom: 0;
	font-style: italic;
}

.modal-content{
	background-color: #00742E;
	position: relative;
	padding: 60px 55px;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 10px;
    padding: 0;
    margin: 0;
    top: 50px;
}

.modal-body {
    background-image: url(../imgs/modal-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 25px 80px;
}

.modal-dialog {
    max-width: 800px;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-shadow: none;
    font-size: 40px;
    opacity: 1;
    line-height: 1;
}

.modal-body h3{
	font-size: 25px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.modal-body label{
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 15px;
}

.form-control{
	height: 75px;
	background-color: rgba(255, 255, 255, 0.78);
	padding-left: 20px;
	border-radius: 0;
}

.form-control:focus {
    color: #707070;
    background-color: rgba(255, 255, 255, 0.78);
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-group button{
   background-color: #00742E;
   height: 55px;
   min-width: 140px;
   padding: 0 15px;
   font-size: 25px;
   font-weight: 300;
   margin-bottom: 20px;
   border: 2px solid #00742E;
   color: #FFFFFF;
   border-radius: 0;
}
#mm_register .form-control {
    height: auto;
    min-height: 50px;

}
#mm_register .damax_checkboxes {
    margin: 20px 29px;
}
#mm_register .damax_button {
    background: transparent none repeat scroll 0 0;
    /* border: 1px solid #333; */
    display: inline-block;
    /* color: #333333; */
    /* font-size: 12px; */
    font-weight: 700;
    /* height: 45px; */
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #00742E;
    height: 65px;
    border: 0;
    color: #FFFFFF;
    font-size: 19px;
    cursor: pointer;
    margin: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border: 2px solid #00742E;
    margin-bottom: 40px;
}
.woocommerce ul.order_details li {
    padding-left: 30px;
    margin-bottom: 20px;
}
#mm_register .damax_button:hover {
    background-color: #FFFFFF;
    border: 2px solid #00742E;
    color: #00742E;
}
#mm_register select.form-control:not([size]):not([multiple]) {
    height: auto;
    min-height: 50px;
}
#mm_register label {
    margin-bottom: 5px;
    font-size: 16px;
}
.form-group button:hover{
	background-color: #FFFFFF;
	color: #00742E;
}

a.text-link.ml-3 {
    color: #ffffff;
}

a.text-link.ml-3:hover {
    color: #00742E;
}
/***** end FOOTER *****/

/***** beg Not Important *****/
/* beg Back To Top */
.damax_backtotop {
	background-color: #ccc;
	background-color: rgba(0,0,0,.2);
	display: block;
	position: fixed;
	bottom: 15px;
	width: 45px;
	height: 45px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	right: -60px;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.damax_backtotop:hover { 
	background-color: rgba(0,0,0,.3);
}
.damax_backtotop svg {
	position: absolute;
	top: 15px;
	left: 15px;
	fill: #fff;
	height: 16px;
	width: 16px;
}
.damax_backtotop.damax_active {
	right: 15px;
	opacity: 1;
}


.event-button{
	display: block; 
	width: 100%;
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem .75rem .25rem;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.event-button:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.event-button-1{
	display: block; 
	width: 100%;
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem .75rem .25rem;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.event-button:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.event-button-2{
	display: block; 
	width: 100%;
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem .75rem .25rem;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.event-button:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.event-button-3{
	display: block; 
	width: 100%;
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem .75rem .25rem;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.event-button:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}

.event-button-4{
	display: block; 
	width: 100%;
    background-color: #57AC33;
    border: 2px solid #57AC33;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: .75rem .75rem .25rem;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.event-button:hover {
    border: 2px solid #00742E;
    background-color: #FFFFFF;
    color: #00742E;
}
.event-ticket-small-desc{ border: 2px solid #57AC33; border-radius: 5px;}


/* end Back To Top */
/***** end Not Important *****/




/***** beg Responsive *****/

@media only screen and (max-width: 1520px){
.searchform input {
    width: 240px;
}
.top-link {
    width: 220px;
}
.navbar-nav .nav-link {
    padding: 0 8px;
}
header nav ul li a {
    font-size: 12px;
}
.navbar-nav .dropdown-menu li a {
    font-size: 14px;
}
header nav ul.navbar-nav {
    margin-bottom: 10px;
}
}


@media only screen and (max-width: 1299px){
    body:not(.home) .top-slider h1 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    body:not(.home) .top-divider {
        background-color: #FFFFFF;
        max-width: 480px;
        height: 5px;
        margin: 10px auto 0;
    }
.logo img {
    max-width: inherit;
}

.loggin-text{position: relative;margin-top: 10px;
	/*display: none;*/
}
.loggin-text p{color: #424242;}

footer {
    padding: 85px 0 260px;
}

.publication-block {
    height: auto;
}

.membership-landing-link {
    padding: 100px 50px 30px 0;
}
.cta-core-act {
    padding: 40px 0 50px;
}

.menu-container {
    background-color: #57AC33;
    padding: 20px;
    border: 10px solid #00742E;
    border-top: 0px;
}

.menu-back {
    padding: 0px;
    position: fixed;
    z-index: 999999;
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 120px);
    overflow-y: scroll;
    border: 1px solid #707070;
    display: none;
    top: 120px;
    border-top: 0px;
}

.top-btn {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.searchform input {
    width: 100%;
    height: 40px;
    background-color: rgba(191, 191, 191, 0.75);
    margin-bottom: 7px;
}

.searchform button {
    height: 40px;
    width: 40px;
}

.top-link {
    width: 100%;
    background-color: #00742E;
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 14px;
}

header nav ul.navbar-nav {
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}
.top-btn .top-social{
	display: none;
}
header nav ul li a {
    color: #ffffff;
}
.navbar-nav li {
    margin-bottom: 25px;
}

.navbar-nav .dropdown-menu {
    position: initial;
    display: none;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.navbar-nav .nav-link {
    text-align: center;
}
.navbar-nav .dropdown-menu li a {
    font-size: 12px;
    height: auto;
    background: none;
    border: 0;
    text-align: center;
    padding: 0px;
    justify-content: center;
    color: #fff;
}
.navbar-nav .dropdown-menu li {
    margin-bottom: 15px;
}

.dropdown-menu{
	margin-bottom: 30px;
}
.navbar-nav .dropdown-menu li.current-menu-item a {
    background-color: transparent;
    color: #00742E;
    border: 0px solid transparent;
}

.navbar-nav .dropdown-menu li:hover a {
    background-color: transparent;
    color: #00742E;
    border: 0px solid transparent;
}


	#toggle {
		display: block;
		width: 40px;
		margin-right: 10px;
	}
	#toggle div {
		width: 100%;
		height: 6px;
		border-radius: 2px;
		background: #00742E;
		margin: 7px auto;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

#toggle.on .one {
    -webkit-transform: rotate(45deg) translate(7px, 8px);
    -ms-transform: rotate(45deg) translate(7px, 8px);
    transform: rotate(45deg) translate(8px, 9px);
}
	#toggle.on .two {
		opacity: 0;
	}
#toggle.on .three {
    -webkit-transform: rotate(-45deg) translate(7px, -9px);
    -ms-transform: rotate(-45deg) translate(7px, -9px);
    transform: rotate(-45deg) translate(9px, -10px);
}
	.btn-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
.menu_expanded {
    overflow-y: hidden;
}

header {
    padding: 10px 0;
    border-top: 0px solid #57AC33;
}

.logo img{
	height: 100px;
}

header .row{
	align-items: center;
}

.menu-soc{
	display: block;
}

.menu-soc .top-social{
	text-align: center;
}

.menu-soc .top-social li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
}
.menu-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.menu-phone img{
	margin-right: 10px;
}

.menu-phone a{
	font-size: 17px;
	font-weight: 600;
	color: #00742E;
}
.twit-block {
    padding: 30px 25px 25px;
}
.news-block {
    padding: 160px 60px 200px;
}
.events-block {
    padding: 50px 20px;
}
.navbar-nav li.current-menu-item > .nav-link:before{
	display: none;
}
.navbar-nav .nav-link:before{
	display: none;
}
div#login_panel_modal {
    z-index: 999999999;
}
}
@media only screen and (max-width: 1023px){

.home-news .container:before {
    content: "";
    
    background-image: url('');

}

   
}
@media only screen and (max-width: 991px){
    .slogan {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: inherit;
        transform: translate(-50%, -50%);
        padding: 10px 80px;
        width: auto;
    }
    #home-slider .owl-prev {
        left: 20px;
    }
    #home-slider .owl-next {
        right: 20px;
    }
    #home-slider .owl-nav {
        position: absolute;
        width: 100%;
        bottom: 45px;
        height: 45px;
        top: 50%;
        transform: translateY(-50%);
    }
    .top-slider a {

        margin: 0 auto;
    }
    .slogan {
        text-align: center;
    }
    .top-divider {
        margin: 45px auto 0;
    }
footer {
	background-size: auto;
  background-position: bottom -70px center;
}
.nav-footer li {
    padding: 5px 30px;
}
.news-block {
    padding: 60px 30px 50px;
}
.news-block p {
    margin-bottom: 60px;
}
.news-block {
    background-position: top center;
}
.membership-back {
    padding: 60px 0 70px;
}
.membership-back p {
    margin-bottom: 50px;
}
.membership-landing-link {
    padding: 50px 50px 20px 0;
}
h2, .home h1 {
    font-size: 35px;
}
.membership-link ul {
    margin-bottom: 0;
}
.cta-core-act h3 {
    font-size: 35px;
}
.home-news .container:before {
    height: 250px;
    width: 85%;
    top: -250px;
    background-size: cover;
    background-position: top left -40px;
    background-repeat: no-repeat;
}
.top-slider h1, .top-slider h2 {
    font-size: 50px;
}
.team-block {
    height: 380px;
}
.team-info .name {
    font-size: 18px;
}
.team-info .title {
    font-size: 16px;
}
.team-list {
    margin-top: 20px;
}
.single-team-block .row {
    flex-direction: column-reverse;
}
.single-teams img {
    margin-bottom: 30px;
}
.single-team-block {
    margin-bottom: 40px;
}
.members-block {
    flex: 1 25%;
}
.members-img {
    height: 285px;
    width: 285px;
    margin-bottom: 50px;
}

.members-single-block{
  margin-bottom: 30px;
}

.members-single-block .row {
    flex-direction: column-reverse;
}
.publication-block {
    height: auto;
}

.search-block h6 {
    font-size: 19px;
    margin-bottom: 20px;
}
.events-menu {
    margin-bottom: 40px;
}
}

@media only screen and (max-width: 768px){
    .top-slider a {
        min-width: 197px;
        width: auto;
        height: 48px;
        padding: 2px 10px;rgb(3, 3, 3)
        font-size: 16px;
    }
    body:not(.home) .top-slider h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    body:not(.home) .top-divider {
        background-color: #FFFFFF;
        max-width: 480px;
        height: 5px;
        margin: 5px 0 0;
    }
    .contact-img {
      margin-top: 0;
    }
    .wrapper1, .wrapper2{width: 100%; border: none 0px RED;
        overflow-x: scroll; overflow-y:hidden;}
        .wrapper1{height: 20px; }
        .wrapper2{ }
        .div1 {width:780px; height: 20px; }
        .div2 {width:780px; overflow: auto;}
.nav-footer li {
    padding: 5px 10px;
    width: 100%;
    border: 0;
}
.top-slider h1, .top-slider h2 {
    font-size: 40px;
}

.members-block {
    padding: 0px 10px 25px;
    flex: 1 30%;
}
.text-block p {
    width: 100%;
}
.table-block table {
    width: 780px;
}

.membership-link ul li {
    margin: 0 25px;
}
#event-venue iframe {
    width: 100% !important;
}
}
@media only screen and (max-width: 660px){
    .event-submenu {
        flex-direction: column;
        align-items: center;
    }
    .event-submenu li {
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 520px){
    .purchase-area ul.coupon-btn {
        margin-left: 0;
        padding: 0;
    }
    .purchase-area ul.coupon-btn {
        margin-left: 0;
        padding: 0;
    }
    .purchase-area .coupon-btn li {
        height: auto;
        margin: 0 20px 20px;
        list-style: none;
        display: block;
    }
	footer h4 {
    font-size: 12px;
}
.footer-info p {
    font-size: 12px;
    margin-bottom: 0px;
}
.footer-info {
    margin-bottom: 35px;
}
.nav-footer {
    margin-bottom: 40px;
}
.nav-footer li a {
    font-size: 17px;
}
footer {
    padding: 40px 0 260px;
}
.text-block {
    padding: 25px 0 30px;
}
h2, .home h1 {
    font-size: 19px;
}
p {
    font-size: 14px;
}
.top-slider h1, .top-slider h2 {
    font-size: 18px;
}
.news-block {
    padding: 60px 15px 20px;
}
.news-block h3 {
    font-size: 17px;
    margin-bottom: 15px;
}
.news-divider {
    height: 3px;
    width: 35px;
    margin-bottom: 30px;
}
.news-block p {
    font-size: 12px;
    margin-bottom: 45px;
}

.news-block a svg{
	width: 20px;
  height: 10px;
}
.twit-img {
    display: none;
}
.twit-block {
    padding: 30px 15px 15px;
}
.twit-block h3 {
    margin-bottom: 15px;
    font-size: 26px;
}
.twit-block .twit-flex a {
    font-size: 14px;
}
.twit-info-flex p {
    font-size: 12px;
}
.twit-info-flex {
    margin-bottom: 0px;
}
.membership-link ul li a {
    font-size: 14px;
}
.membership-link ul li {
    margin: 0 0px 10px;
    width: 100%;
}
.membership-back p {
    margin-bottom: 30px;
    font-size: 18px;
}
.membership-back {
    padding: 30px 0px;
}
.membership-landing-link {
    padding: 20px 20px 10px 0;
}
.membership-landing-back a{
    height: 80px;
    padding: 20px;
}
.membership-landing-link a {
    font-size: 18px;
}
.cta-core-act {
    padding: 20px 0 20px;
}
.cta-core-act h3 {
    font-size: 19px;
    margin: 20px 0 30px;
}
.cta-core-act p {
    font-size: 14px;
}
.menu-container {
    padding: 10px;
}
.logo img {
    height: 80px;
}
.menu-back {
    top: 100px;
}
.menu-back {
    height: calc(100% - 100px);
}
.home-news .container:before {
    top: -200px;
    background-position: top left -5px;
}
#twit-slider .owl-nav {
    top: 30px;
    right: 30px;
}
#home-slider .owl-nav {
    display: none;
}
.link-contant a {
    display: none;
}
.link-contant {
    padding: 15px 0;
}
.top-slider a {
    margin: 0 auto;
}
.top-divider {
    max-width: 80px;
    height: 5px;
    margin: 10px auto 0;
}

.left-menu li a {
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
}
.about-content {
    padding: 35px 0 0px;
}
.team-block {
    height: 320px;
}
.team-info {
    height: 70px;
    width: calc(100% - 40px);
}
.single-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.btn-back {
    height: 60px;
    width: 260px;
    line-height: 58px;
    font-size: 16px;
}
.video-group iframe {
    height: auto;
    margin-bottom: 15px;
}
.video-group h3 {
    font-size: 16px;
    margin-bottom: 30px;
}
.members-block {
    flex: 1 50%;
}
ul li {
    font-size: 14px;
}
.members-img {
    margin-bottom: 30px;
}
.about-content h2 {
    margin-bottom: 30px;
}
.contact-block p {
    margin-bottom: 30px;
}
.contact-block h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.wpcf7-form span.placeholder i {
    font-size: 20px;
}
.wpcf7-form input {
    height: 50px;
}
.wpcf7-form span.placeholder {
    padding: 12px 10px;
    font-size: 16px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form select {
    padding: 0px 0 0 35px;
}
.wpcf7-form textarea {
    height: 250px;
    padding-top: 13px;
}
.contact-block .wpcf7-form p {
    margin-bottom: 17px;
}
.wpcf7-form input[type=submit] {
    height: 50px;
    font-size: 16px;
}
.publication-block {
    height: 380px;
}
.about-content .text-block {
    padding: 0px 0 40px;
}
.past-event {
    height: 70px;
    padding: 0 20px;
    font-size: 20px;
    width: 100%;
}
.past-event svg{
	width: 40px;
	margin-left: 20px;
}
.events-block h3 {
    font-size: 20px;
}
.events-block {
    padding: 30px 15px;
}
.table-block table {
    width: 600px;
}
.search-block h6 strong {
    font-size: 14px;
}
.search-block h6 {
    font-size: 14px;
}
.past-events h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.past-events-img {
    margin-bottom: 20px;
}
.gallery-btn li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.gallery-btn {
    text-align: left;
    padding: 0;
}
.menu-title {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
}
.events-menu-current, .events-menu-past {
    padding: 10px 15px;
}
.events-menu-current a, .events-menu-past a {
    font-size: 16px;
}
.book-img {
    height: 250px;
}
.book-block {
    padding: 40px 15px 40px;
}
.book-block h2 {
    font-size: 20px;
}
.book-block p {
    font-size: 14px;
}
.cta-core-act a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.modal-content {
    background-color: #00742E;
    position: relative;
    padding: 10px 10px;
}
.modal-body {
    padding: 15px 10px;
}
.form-control {
    height: 50px;
}
.form-group button {
    height: 50px;
    font-size: 20px;
}
.members-block img {
    height: 80%;
}
.event-general h1{
	font-size: 21px;
}
}
/***** end Responsive *****/