

@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');


body,html{
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	height:100%;
	background:#FFF;
	font-weight:400;
	color: #2F2F2F;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,li,ol{
  list-style:none;
  padding:0;
  margin:0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-height{
	min-height:180px!important;
}


/*********
FONTS 
**************/
h1,h2,h3,h4,h5,h6,div,span,article,p,a,ul,li,nav,button,label,input,textarea{
	padding:0px;
	margin:0px;
	text-decoration:none;
	color: #000;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
}

a{
	color: #000;
	cursor:pointer
}


p{
	font-size:17px;
	line-height:24px;
	font-weight:400;
}

p:after{
	content:"";
	display:block;
	padding:0 0 0px 0;
}

.articles-page p{
	font-size: 20px;
    line-height: 28px;
}

.articles-page  li{
	font-size: 20px;
    line-height: 28px;
}


h1,
h3,
.title-link{
font-size: 18px;
line-height: 24px;
}

h1{
	font-size: 24px;
	line-height:34px;
	font-weight:700
}

h3{
	font-size: 16px;
	line-height: 22px;
	font-weight:700
}


.title-link{
	cursor:pointer;
	transition:0.1s all ease;
}

.fw-bold{
	font-weight:bold
}

.title-link-white,
.title-link-white a{
	color:#fff
}

article a{
	text-decoration:underline;
	transition:0.1s all ease;
}


.title-link-white:hover,
.title-link-white a:hover,
.title-link:hover,
article a:hover{
	color:#AD9461;
	transition:0.1s all ease;
}


.cl1{
	color:#fff
}

.cl2{
	color:#ad9461
}

a .cl2:hover{
	color:#000
}

.lHeight-20{
	line-height:20px
}

.ta-right{
	text-align:right;
}

.date{
	line-height: 24px;
}

.small-text{
	font-size:14px;
}

.articles-page .text-article p:after{
	content:"";
	display:block;
	padding:0 0 20px 0;
}

.articles-page .text-article a{
	color:#0400ff;
}

.articles-page .text-article a:hover{
	text-decoration:underline;
}


.articles-page .main-image-article img{
	width:100%;
	height:auto;
	max-height: 500px;
    object-fit: cover;
}

.articles-page .text-article img{
	max-width:100%;
	width:100%;
	object-fit:cover;
}

.articles-page .introtext-article p{
	font-weight:700
}

.articles-page .tags-social-article{
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	padding:20px 0;
 }

.articles-page .backbutton-article{
	position: relative;
    display: table;	
}

.articles-page .backbutton-article a{
	font-size:12px;
	padding:0 0px 0px 20px;
}

.articles-page .backbutton-article a:hover{
	opacity:0.8;
}

.articles-page .backbutton-article a:before{
	content:"";
	width:6px;
	height:12px;
	display:block;
	float:left;
	margin-right:5px;
	background: url(/background/template-imgs/svg/back-button-article.svg);
    background-size: 6px 12px;
    top: 4px;
	left:8px;
	position: absolute;
}

.articles-page .hr-article-sep{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background: #e9e9e9;
}

/*****************
LOADING PAGE
***********************/
.noscroll {
  position: fixed;
  overflow: hidden;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999999999999;
  background: #FFF;
}

#spinner {
  display: none;
  position: fixed;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 999999999999999999;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out-----;
  animation: sk-rotateplane 1.2s infinite ease-in-out-----;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
  transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
  transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 
  100% {
  transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/************************
SECTION TITLES
*************************/
.section-title {
	display:flex;
	border-bottom:3px solid #E5E5E5;
	width:100%;
	position:relative;
	margin-bottom:30px;
}

.section-title.white h1,
.section-title.white h2{
	color:#fff;
}

.section-title  h1,
.section-title  h2{
	padding:0 0 10px 0;
	border-bottom:3px solid #AD9461;
	position:relative;
	bottom:-3px;
	font-weight:700!important;
	font-size:20px
}


/************************
CATEGORIES COLORS
*************************/
.categories-names-ctn{
	display:block;
	padding:5px 12px;
	text-align:center;
	font-size:12px;
	display:table;
	transition:0.1s all ease;
}

.categories-names-ctn:hover{
	transition:0.1s all ease;
}

.categories-names-ctn.cat-names-oikonomia{
	background:#707070;
	color:#fff;
}

.categories-names-ctn.cat-names-oikonomia:hover{
	background:#8d8d8d;
}

.categories-names-ctn.cat-names-koinonia{
	background:#3A3A3A;
	color:#fff;
}

.categories-names-ctn.cat-names-koinonia:hover{
	background:#8d8d8d;
}




/************************
Main components
*************************/
.row{
	position:relative;
	display:table;
	width:100%;
}


textarea:focus, 
input:focus{
    outline: none;
}


.overFlowXHidden{
 overflow-x:hidden;
}

.cd-main-content{
	padding-top:50px;
	padding-bottom:00px;
}

.shadow-box-ctn{
	justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 8px;
    width: 100%;
    padding: 20px;
}


/************************
HEADER
*************************/
header {
  width: 100%;
  z-index:9999;
    -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition:all ease .4s
}
 
header.desktop{
	width:100%;
	background:#fff;
	display:block;
}



header.desktop.shrink{
	top: -162px;
    position: fixed;
    transition: all ease .3s;
    z-index: 99999999;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

header.device{
	position:fixed;
	background:#fff;
     transition: top ease .3s;
  border-bottom: 1px solid #f8f8f8;
}

header.device.shrink{
	/*top: -30px;*/
    position: fixed;
    transition: top ease .3s;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
 

header.desktop .info-ctn{
	left:0;
	height:20px;
	display:block;
	width:240px
}


header.desktop .social-ctn{
    right: 0;
    height: 20px;
    top: 5px;
    position: relative;
}


header.desktop .logo-ctn{
	left:0;
	height:51px;
	display:block;
	width:180px;
}

header.desktop .logo-top{
	height:51px;
	display:block;
	width:180px;
	background:url(/background/template-imgs/svg/logo-ta-nea.svg);
	background-size:180px 51px;
}


header.device .logo-top{
    height: 50px;
    display: block;
    width: 141px;
    background: url(/background/template-imgs/svg/logo-ta-nea-mobile.svg);
    background-size: 142px 50px;
}

header.desktop .header-banner-ctn{
	left:0;
	height:90px;
	display:block;
	width:728px;
	background:grey;
}

header.desktop .horizontal-menu-bar-ctn{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

/************************
FOOTER
*************************/
footer{
	width:100%;
	display:block;
	background:#F1F1F1;
	padding:50px 0 50px 0;
	margin-top:50px;
}

footer .logo-pos{
    width: 200px;
    display: table;
}


footer .logo-footer{
	height:61px;
	display:block;
	width:200px;
	background:url(/background/template-imgs/svg/ta-nea-logo-footer-v2.svg);
	background-size:200px 61px;
}


.very-footer {
	display:flex;
	padding:20px 0 20px 0;
	width:100%;
	background:#000;
}

/************************
SEARCH ENGINES
*************************/
/** header search ***/
.search-ctn{
	position:relative;
}
.search-ctn input{
    height: 44px;
    display: table;
    border: 0;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding: 0 10px;
	position:relative;
	background: #FDFDFD;
	width:200px;
	}

.search-ctn input:focus{
	border-left:1px solid #AD9461;
	border-right:1px solid #AD9461;
	border-top:1px solid #AD9461;
	border-bottom:1px solid #AD9461;
	color: #2F2F2F;
	width:200px;
	font-family: 'Arimo', sans-serif;
}

.search-ctn input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:0;
}
.search-ctn input:focus::-moz-placeholder { /* Firefox 19+ */
 font-size:0;
}
.search-ctn input:focus:-ms-input-placeholder { /* IE 10+ */
  font-size:0;
}
.search-ctn input:focus:-moz-placeholder { /* Firefox 18- */
  font-size:0;
}



.mobile-search{
	display:block;
	width:40px;
	height:40px;
    position: absolute;
    right: 50px;
    top: 10px;
}

.mobile-search-ctn .search-icon{
	display:none
}



.mobile-search-ctn.mobile-search-toggle {
    background: #fff;
    width: 100%;
    height: 70px;
    padding: 10px 0px;
    display: none;
	position:fixed;
	z-index:1;
	z-index:2
}

.mobile-search-ctn.Hide
{
	display:none;
    width:100%;
	height:100px;
}

.mobile-search-ctn .search-ctn input {
    height: 60px;
    display: table;
    border: 0;
    padding: 10px 15px 10px 10px;
    position: relative;
    background: #d5d3d3;
    width: 100%;
	font-size: 22px;
	border-bottom: 2px solid #000;
}

 .search-icon {
	display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 6px;
    top: 8px;
    background: url(/background/template-imgs/svg/search-icon.svg);
    background-size: 28px 28px;
    border: 0;
    z-index: 1;
    cursor: pointer;
}


@media only screen and (max-width: 1026px) {
 .search-icon {
    right:-3px;
    top: 6px;
}
	
}


.mobile-search-ctn input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:22px;
}
.mobile-search-ctn input::-moz-placeholder { /* Firefox 19+ */
 font-size:22px;
}
.mobile-search-ctn input:-ms-input-placeholder { /* IE 10+ */
  font-size:22px;
}
.mobile-search-ctn input:-moz-placeholder { /* Firefox 18- */
  font-size:22px;
}





/************************
ARTICLES CAROUSEL
*************************/
.contain-carousel {
	margin: 0 auto;
    max-width: 100%;
    width: 99.6%;
    display: block;
}
	
.articles-carousel .item {
justify-content: center;
    width: 100%;
 }
 
.bullets-carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #AD9461;
	border:2px solid #AD9461;
	transition: background ease .2s
}

.bullets-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
	border:2px solid #AD9461;
	transition: background ease .2s
}

.bullets-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #d8d8d8;
	border:2px solid #d8d8d8;
	transition: background ease .2s
}

/************************
HOMEPAGE MAIN ARTICLES STRUCTURES
*************************/

.main-articles-layout{
	display:flex;
	width:100%;
}

.main-articles-layout .contain {
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
}

.main-articles-layout .item{
	align-items: center;
	color: white;
	display: flex;
	height: 540px;
	justify-content: center;
}


.main-articles-layout .main-article-slider {
	width:60%;
	height:100%;
	display:block;
	float:left;
}


.main-articles-layout .main-articles-right-side {
	width:35%;
	height:100%;
	display:block;
	float:right;
	margin-left:5%;
}


@media only screen and (max-width: 1024px) {
	
	.main-articles-layout{
		display:table;
		width:100%;
	}

	.main-articles-layout .main-article-slider {
		width: 100%;
		height: 100%;
	}
	
	.main-articles-layout .main-articles-right-side {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 0;
    margin-top: 50px;
	}
	
	.main-articles-layout .contain {
    max-width: 900px;
    width: 100%;
	}

}


@media only screen and (max-width: 768px) {
	.main-articles-layout .item{
		align-items: center;
		color: white;
		display: flex;
		height: auto;
		justify-content: center;
	}
}


/************************
HOMEPAGE MAIN ARTICLE
*************************/
.main-articles-hp-carousel-contain{
	max-width:880px;
	max-width:980px;
	width:100%;
}

.main-articles-hp-carousel .item{
	display:table;
}
  

.hp-main-article-ctn{
	position:relative;
	width: 100%;
	max-width: 100%;
	height:100%;
	height:540px;
}

.hp-main-article-ctn .details{
position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 5%;
    width: 90%;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}

.hp-main-article-ctn .details .text-ctn div{
	color:#fff;
	font-size:18px;
	line-height: 26px;
}

.hp-main-article-ctn .image-ctn{
	position:relative--;
	width:100%;
	height: 540px;
}

.image-main-full{
	width: 100%;
    height: 540px;
    object-fit: cover;
}

.hp-main-article-ctn h5,
.hp-main-article-ctn h1,
.hp-main-article-ctn p{
	color:#fff;
	cursor:pointer;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

 

@media only screen and (max-width: 768px) {
	.hp-main-article-ctn{
		position:relative;
		width:100%;
		height:100%;
		max-height:70vh
	}
	
	.hp-main-article-ctn .image-main-full{
		/**height:340px;**/
		max-height:70vh
	}
}
 
 
 
 
/************************
NEWS ROW SMALL
*************************/
.news-row-small{
	display:flex;
	margin-bottom:20px;
}

.news-row-small:last-child{
	margin-bottom:0px;
}

.news-row-small .image{
	width:120px;
	height:120px;
	display:table;
	margin-right:20px;
}

.news-row-small .image img{
	max-width:120px;
	width: auto;
    height: 120px;
    object-fit: cover;
}

.news-row-small .details{
	width:100%;
	display:block;
}

.news-row-small.dsg2{
	margin-bottom:20px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:20px;
}

.news-row-small.dsg2:last-child{
	margin-bottom:0;
	border-bottom:0px solid #E5E5E5;
	padding-bottom:0;
}

.news-row-small.dsg2 .image{
	width:80px;
	height:80px;
	display:table;
	margin-right:20px;
}

.news-row-small.dsg2 .image img{
	width:80px;
	height:80px;
    object-fit: cover;
}

.news-row-small.dsg3 {
    display: flex;
    margin-bottom: 20px;
    height: 170px;
}


.news-row-small.dsg3 .image{
	width:120px;
	height:120px;
	display:table;
	margin-right:20px;
}

.news-row-small.dsg3 .image img{
	width: 120px;
    height: 120px;
    object-fit: cover;
}



/************************
SECTION MAIN ARTICLE
*************************/
.two-section-news-main .image {
	width:100%;
	height:250px;
	display:block;
}

.two-section-news-main .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/************************
TWO SECTIONS NEWS
.two-sections-news{
	display:flex;
}

.two-section-news-main {
	height:100%;
	display:block;
	width:50%;
	margin-right:30px;
}

.two-section-news-row {
	display:table;
	width:60%;
}
*************************/



.two-sections-news{
	display:table;
	width: 100%;
}

.two-sections-news .two-section-news-row:first-child {
	min-height:500px;
	display:table;
	width:50%;
	margin-right:5%;
	float:left;
}

.two-sections-news .two-section-news-row {
	display:table;
	width:45%;
	float:right
}

.two-sections-news .two-section-news-row .image img {
	width: 100%;
    max-height:400px;
    object-fit: cover;
}


.two-sections-news .two-section-news-row:not(:first-child){
	display:flex;
	margin-bottom:25px;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:15px;
}

.two-sections-news .two-section-news-row:last-child{
	border-bottom:0px solid #d8d8d8;
}

.two-sections-news .two-section-news-row:not(:first-child) .image{
	display: table;
	display: none;
}


.two-sections-news .two-section-news-row:not(:first-child) .image img {
	width: 100px;
    height: 100px;
    object-fit: cover;
}


.two-sections-news .two-section-news-row:not(:first-child) .details{
	width:80%;
	margin-left:15px;
}

.two-sections-news .two-section-news-row:not(:first-child) .details .text{
	display:none!important
}


@media only screen and (max-width: 768px) {
	.two-sections-news .two-section-news-row:first-child,
	.two-sections-news .two-section-news-row{
		display:table;
		width:100%;
		margin-right:0%;
		margin-bottom:25px;
		float:left;
		min-height:auto;
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
	}

}

.two-sections-news .two-section-news-row:not(:first-child) .image {
    display: none;
}



/************************
LATEST NEWS COLUMN
*************************/
.latest-news-column{
	display:flex;
	margin-bottom:20px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:20px;
}

.latest-news-column:last-child{
	margin-bottom:0;
	border-bottom:0px solid #E5E5E5;
	padding-bottom:0;
}


.latest-news-column .date-cat{
	width:60px;
}

.latest-news-column .title{
	width:100%;
}


/************************
VIDEO SECTION
*************************/
.video-section{
	background: #000;
	padding:30px 0 30px 30px;
	width:100%;
	border-radius:20px;
 }
 
.video-section .item{
	display:table;
	position:relative
}

.video-section .item .details{
	display:table;
	width:100%;
}

.video-section .image-size{
	height:200px;
	display:table;
	margin-bottom:10px
}
 
.video-section .image-size img{
	width:100%;
	height:100%;
	object-fit:cover;
}
 
 
.nav-carousel-video .owl-prev{
	position: absolute;
	left: -36px;
    top: 45px;
}

.nav-carousel-video .owl-next{
	position: absolute;
	right: -7px;
    top: 45px;
}
.nav-carousel-video .owl-nav {

    display: table;
}

.nav-carousel-video .owl-nav span{
	width: 0;
    height: 0;
    display: table;
    background: #fff;
    padding: 20px 10px 20px 10px;
	font-size:26px;
	color:#AD9461
}

/************************
CATEGORIES MAIN PAGE
*************************/
.categories-main-page .item {
	margin-bottom:60px;
}

.categories-main-page .item .image{
	border:1px solid #f8f8f8;
	height:260px;
}

.categories-main-page .item .image img{
	width:100%;
	height:260px;
	object-fit: cover;
}


/************************
TAGS
*************************/
.tags-words{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.tags-words li{
	margin-right:10px;
	margin-bottom:10px;
}

.tags-words li:last-child{
	margin-right:0px;
}

.tags-words li a{
	padding:5px 8px;
	background:#AD9461;
	color:#fff;
	font-size:12px;
	transition:background ease 0.3s
}

.tags-words li a:hover{
	background:#707070;
	color:#fff;
	transition:background ease 0.3s
}


/************************
ARTICLES NAV NEXT PREV
*************************/
.pagenav {
	display:flex;
}

.pagenav h5{
	margin-bottom:5px;
	font-size:12px;
}

.pagenav li{
	padding:20px;
	padding:0;
	width:48%;
	/*background:#f2f2f2;*/
	margin-right:4%;
}
 
.pagenav li:last-child{
	margin-right:0;
}

.pagenav li a:hover{
	color: #ad9461;
}


/************************
SOCIAL ICONS
*************************/
.social-icons-ctn{
	display:flex;
}

.social-icons-ctn li{
	margin-right:10px;
	display:block;
	width:22px;
	height:22px;
}

.social-icons-ctn li:last-child{
	margin-right:0px;
}

.social-icons .social-icon{
	height:28px;
	display:block;
	width:28px;
	
}

.social-icons .facebook {
	background:url(/background/template-imgs/svg/social-icons-logos_facebook.svg) no-repeat;
	background-size:22px 22px;
}

.social-icons .instagram {
	background:url(/background/template-imgs/svg/social-icons-logo-instagram.svg) no-repeat;
	background-size:22px 22px;
}

.social-icons .twitter {
	background:url(/background/template-imgs/svg/social-icons-logos_twitter.svg) no-repeat;
	background-size:22px 22px;
}

.social-icons .youtube {
	background:url(/background/template-imgs/svg/social-icons-logos_youtube-icon.svg) no-repeat;
	background-size:28px 28px;
	background-position: 0 -2px;
}



/***** mobile-device*****/
.mobile-device.social-icons-ctn li {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
}

.mobile-device.social-icons-ctn .social-icons .social-icon {
    height: 36px;
    display: block;
    width: 36px;
}

.mobile-device.social-icons .social-icon {
    height: 36px;
    display: block;
    width: 36px;
}

.mobile-device.social-icons .facebook {
	background:url(/background/template-imgs/svg/social-icons-logos_facebook.svg) no-repeat;
	background-size:28px 28px;
}

.mobile-device.social-icons .instagram {
	background:url(/background/template-imgs/svg/social-icons-logo-instagram.svg) no-repeat;
	background-size:28px 28px;
}

.mobile-device.social-icons .twitter {
	background:url(/background/template-imgs/svg/social-icons-logos_twitter.svg) no-repeat;
	background-size:28px 28px;
}

.mobile-device.social-icons .youtube {
	background:url(/background/template-imgs/svg/social-icons-logos_youtube-icon.svg) no-repeat;
	background-size:28px 28px;
	background-position: 0 -2px;
}






/************************
CATEGORIES PAGINATION
*************************/
.pagination {
    display: table;
    width: 100%;
}

.pagination .counter {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:10px 0;
	font-size:12px;
	margin-bottom: 20px;
}
.pagination .pagination-list li{
	float:left;
	margin-right:10px;
}


.pagination .pagination-list li a{
border: 1px solid #cfcfcf;
    padding: 6px 10px;
    font-size: 12px;
    display: table;
	min-width: 18px;
    width: 100%;
    text-align: center;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li a:hover{
	background: #d8d8d8;
}


/************************
CONTACT FORM LAYOUT
*************************/
.input-forms-style-1 .row{
	margin-bottom:30px
}

.input-forms-style-1 .input-field{
	width:100%;
}

.input-forms-style-1 label{
	margin-bottom:10px;
	display:flex
}

.input-forms-style-1 .input-field{
	padding:5px 10px;
	height:40px;
	font-size:18px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

.input-forms-style-1 .accept-terms p{
	font-size:14px;
}

.input-forms-style-1 .accept-terms .checkbox{
	margin-right:10px;
}

.input-forms-style-1 .accept-terms p a{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline
}




.input-forms-style-1 .input-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:18px;
}
.input-forms-style-1 .input-field::-moz-placeholder { /* Firefox 19+ */
 font-size:18px;
}
.input-forms-style-1 .input-field:-ms-input-placeholder { /* IE 10+ */
  font-size:18px;
}
.input-forms-style-1 .input-field:-moz-placeholder { /* Firefox 18- */
  font-size:18px;
}


.input-forms-style-1 .input-field:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:0px;
}
.input-forms-style-1 .input-field:focus::-moz-placeholder { /* Firefox 19+ */
 font-size:0px;
}
.input-forms-style-1 .input-field:focus:-ms-input-placeholder { /* IE 10+ */
  font-size:0px;
}
.input-forms-style-1 .input-field:focus:-moz-placeholder { /* Firefox 18- */
  font-size:0px;
}





@media only screen and (max-width: 1024px) {
	.input-forms-style-1 .input-field{
		padding:5px 10px;
		height:60px
	}
}





/***************
fast social share
****************/
div.fastsocialshare_container {
	line-height: 18px;
}

div.fastsocialshare_container.fastsocialshare_toggled {
	overflow: hidden;
	display: flex;
	min-height: 40px;
}

div.fastsocialshare-text {
	font-size: 0.8125rem;
	margin: 24px 6px 8px 0;
}

div.fastsocialshare-align-left {
	text-align: left;
}

div.fastsocialshare-align-center {
	text-align: center;
}

div.fastsocialshare-align-right {
	text-align: right;
}

div.fastsocialshare-align-left > .fastsocialshare-text {
	text-align: left;
}

div.fastsocialshare-align-center > .fastsocialshare-text {
	text-align: center;
}

div.fastsocialshare-align-right > .fastsocialshare-text {
	text-align: right;
}

label.fastsocialshare-opener {
	flex: 0 0 32px;
	margin-right: 5px;
    width: 32px;
    height: 32px;
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: 75%;
    transition: transform .4s ease;
    border-radius: 50%;
}

label.fastsocialshare-opener.fastsocialshare-opener-white {
	 background-image: url('fastshareiconwhite.svg');
}

label.fastsocialshare-opener.fastsocialshare-opener-black {
	 background-image: url('fastshareiconblack.svg');
}

input.fastsocialshare-control {
	display: none;
}

input.fastsocialshare-control:checked + label.fastsocialshare-opener {
	transform: rotate(360deg);
}

label.fastsocialshare-opener + div.fastsocialshare-subcontainer {
	opacity: 0;
}

input.fastsocialshare-control:checked ~ div.fastsocialshare-subcontainer {
	animation: slideInDown .5s cubic-bezier(.5, 0, 1, 1) forwards;
    margin-top: 5px;
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateX(-250px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

div.fastsocialshare-subcontainer > div[class^="fastsocialshare-share-"] {
	display: inline-block;
	margin-bottom: 3px;
}

div.fastsocialshare-subcontainer > div.fastsocialshare-share-fbl.fastsocialshare-standard,
div.fastsocialshare-subcontainer > div.fastsocialshare-share-fbl.fastsocialshare-box_count {
    margin-bottom: 7px;
}

.fastsocialshare-share {
	display: block !important;
}

.fastsocialshare-share-tw {
    margin: 0 3px 0 0;
	vertical-align: top;
}

.fastsocialshare-share-whatsapp {
	margin: 1px 6px 0 0;
    vertical-align: top;
    font-size: 0;
}

.fastsocialshare-share-fbsh {
	vertical-align: top;
    margin: 0 6px 0 0;
}

.fastsocialshare-share-fbsh > a {
	display: inline-block;
	text-decoration:none !important;
	border-radius: 2px;
    padding: 1px 6px 1px 5px;
    font-size: 10px;
    font-weight: 400;
	max-height: 20px;
}

.fastsocialshare-share-fbsh > a > span {
    display: table-cell;
	vertical-align: bottom;
}

.fastsocialshare-share-fbsh > a > span:nth-child(1) {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 4px;
	position: absolute;
}

.fastsocialshare-share-fbsh > a > span:nth-child(2) {
	padding-left: 9px;
	font-size: 11px;
	font-weight: 600;
	font-family: Helvetica, Arial, sans-serif;
}

.fastsocialshare-share-fbl {
	vertical-align: top;
    margin: 0 6px 0 0;
}

div.fastsocialshare-subcontainer > div.fastsocialshare-share-fbl {
    margin-bottom: 6px;
}

.fastsocialshare-share-su {
	margin: 0 6px 0 0;
}

.fastsocialshare-share-lin {
    margin: 0 6px 0 0;
}

.fastsocialshare-share-lin *.IN-none {
	display: none;
}

.fastsocialshare-share-gone {
	vertical-align: top;
    margin: 0 6px 0 0;
}

.fastsocialshare-share-gone div[id*=__plus] {
	width: auto !important;
}

.fastsocialshare-share-gone iframe {
	max-width: 60px !important;
	max-height: 20px;
}

.fastsocialshare-share-pinterest,
.fastsocialshare-share-xing {
    margin: 0 6px 0 0;
	vertical-align: top;
	font-size: 0;
}

div.sharemebutton {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 56px;
	max-height: 195px;
	text-align: center;
}

td.sharemebutton {
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}

td.space_right {
	padding: 0px 0px 0px 0px;
}

div.sharemebuttont {
	padding: 0px 2px 0px 0px;
	float: right;
}

td.sharemebuttont {
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}

td.space_right {
	padding: 0px 0px 0px 0px;
}

div.sharemebuttonf {
	padding: 2px 2px 0px 0px;
	float: right;
}

td.sharemebuttonf {
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}

.fb_share_large .fb_sharecount_zero {
	-moz-border-radius: 2px 2px 2px 2px;
	background: #3B5998;
	display: block;
	height: 47px;
	margin-bottom: 2px;
	width: 53px;
}

.fb_iframe_widget span {
	position: inherit !important;
}

.fb_iframe_widget {
	position: inherit !important;
}

div.fastsocialshare-share-fbsh div.fbshare_container_counter {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

div.fastsocialshare-share-fbsh .pluginCountButton {
    background: white;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    display: inline-block;
    font-size: 11px;
    height: auto;
    line-height: 18px;
    margin-left: 2px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
}

div.fastsocialshare-share-fbsh .pluginCountButtonNub {
    height: 0;
    left: -2px;
    position: relative;
    top: -17px;
    width: 5px;
    z-index: 2;
}

div.fastsocialshare-share-fbsh .pluginCountButtonNub s, div.fastsocialshare-share-fbsh .pluginCountButtonNub i {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px;
}

div.fastsocialshare-share-fbsh .pluginCountButtonNub i {
    border-right-color: #fff;
    left: 2px;
    top: -7px;
}


.finder  #search-query-explained{
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
}


.finder  #search-query-explained .term{
	font-weight:bold
}


.finder .search-form-field{
	border: 1px solid #d8d8d8;
    background: #f8f8f8;
    padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}

.finder  .search-form-field input{
	width:80%;
	border-radius:0px;
	padding:0 20px;
	border:1px solid #d8d8d8;
	height: 40px;

}

.finder  .search-form-field button{
	width:20%;
}

@media only screen and (max-width: 768px) {
	.finder  .search-form-field{
		display:block;
		text-align: center;
	}
	
	.finder .search-form-field input,
	.finder .search-form-field button{
		width:100%
	}
	
	.finder .search-form-field input{
		margin-bottom:20px;
	}
}

.finder .search-results li{
	margin-bottom:20px;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:20px;
}



/*************
BANNERS
*****************/
.banneritem{
	text-align:center;
	margin-bottom:30px;
}

/**********
BACK TO TOP BUTTON
***********/
#back-to-top-button {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  	background:url(../background/template-imgs/arrow-up/back-to-top-button.png) no-repeat;
	width: 60px;
	height: 60px;
	background-size:60px 60px;
}

#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}


.youtube-video-frame{
	width:100%;
	min-height:400px;
	height:100%;
}



/***********************
COOKIE HINT
*************************/
#cookiehint{
	position:fixed;
	background: rgba(0, 0, 0, 0.2);
	width:100%;
	height:auto;
	bottom:0%;
	left:0;
	right:0;
	top:0;
	margin:auto;
	height:100%;
	z-index:99999999999999999999999999999;
}



#cookiehint .cookie-ctn{
	width:90%;
	max-width:600px;
	background:#fff;
	display:table;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	padding:30px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 24px;
}


#cookiehint h3,
#cookiehint p{
	color:#000;
	display:table;
}
#cookiehint h3{
	font-size:18px!important;
	margin-bottom:20px;
	font-weight:bold;
}

#cookiehint p{
	font-size:16px;
}

#cookiehint .cookiebuttons {
	display:flex;
	margin-top:20px;
}

#cookiehint .cookiebuttons li{
	width:45%;
	float:left;
}

#cookiehint .cookiebuttons li:last-child{
	margin-left:10%
}

#cookiehint .cookie-btn {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    padding: 10px 10px 10px;
    width: 100%;
	
}

#cookiehint .cookie-btn.accept{
	background: #3bb53b;
    color: #fff;
	border: 1px solid #3bb53b;
	transition:all ease .3s;
}

#cookiehint .cookie-btn.accept:hover {
    background: #2ce32c;
    border: 1px solid #2ce32c;
	transition:all ease .3s;
}


#cookiehint .cookie-btn.decline{
	background: #2e2e2e;
    color: #fff;
    border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
	#cookiehint p {
		font-size: 14px;
	}
}

/******************
BREADCRUMB
******************/
.breadcrumb-sitemap {
	display:flex;
}
.breadcrumb-sitemap li{
	float:left
}
.breadcrumb-sitemap li span{
	font-size:12px;
	line-height: 36px;
}

.breadcrumb-sitemap li a span:hover{
	color:#AD9461
}
 
.breadcrumb-sitemap .divider {
	margin-right: 10px;
}




.top_breadcrumb_mobile {
	position: relative;
	width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.top_breadcrumb_mobile ul.crumbs-list {
	position: relative;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: auto;
    padding: 0 25px 0 0;
}

.top_breadcrumb_mobile ul.crumbs-list li {
    display: inline-block;
    padding: 0px 0;
}




/********************
REGISTRATION FORM LAYOUT
*****************************/
.form-horizontal .accept-terms{
	font-size: 12px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    padding-top: 2px;
}

.form-horizontal .accept-terms a{
	font-weight:700;
	color:#323232
}

.form-horizontal .accept-terms a:hover{
	color:#9BB006
}


.form-two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
 }

.form-two-columns .col{
  width: calc(95% / 2);
  margin-right:5%;
}

.form-two-columns .col:nth-child(2n+2){
  margin-right:0%;
}

.form-two-columns .col:nth-last-child(-n+2){
  margin-bottom:0;
}


.form-3-columns {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
 }

.form-3-columns .col{
  width: calc(90% / 3);
  margin-right:5%;
}

.form-3-columns .col:nth-child(3n+3){
  margin-right:0%;
}



@media only screen and (max-width: 680px) {
	.form-3-columns {
	  display: table;
	  flex-direction: row;
	  flex-wrap:wrap;
	  width: 100%;
	 }

	.form-3-columns .col{
	  width: calc(100% / 1);
	  margin-right:0%;
	}

	.form-3-columns .col:nth-child(3n+3){
	  margin-right:0%;
	}	
	
}
	






.form-layout-ctn .form-layout{
	height:50px;
	display:table;
	margin-bottom: 30px;
	position:relative
	}


.input-design label{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #323232;
	margin-bottom:5px;
	display:table;
}


.input-design input{
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
	height:50px;
	width: 100%;
	padding:10px;
}



.form-sent-button{
border: 1px solid #bfd42f;
    padding: 14px 20px;
    text-align: center;
    background: #bfd42f;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    /* width: 100%; */
    max-width: 320px;
    font-size: 16px;
	cursor:pointer;
	width:100%;
	transition:all ease 0.3s
}

.form-sent-button:disabled{
	opacity:0.6;
	transition:all ease 0.3s
}

div#emailAlertConfirm {
    position: absolute;
    bottom: -33px;
}

 
.input-design #emailAlertConfirm p{
	position: relative;
    font-size: 12px;
    color: #fff;
    background: red;
    padding: 2px 9px;
    width: 100%;
    display: table;
}

.accept-terms label{
	font-size: 12px!important;
    float: left;
}



#emailMismatch {
	position: absolute;
    left: 0;
    font-size: 10px;
    background: red;
    color: #fff;
    padding: 3px 9px;
    bottom: -20px;
}


 
#expand-div-form .expand-title{
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:00px;
  background: #F5F5F5;
	border-radius: 4px 4px 0 0 ;
	padding:10px 20px;
}

#expand-div-form .expand-title h3{
	cursor:pointer;
	font-size:14px;
	padding-right: 20px;
}

#expand-div-form .expand-title span{
	font-weight:700;
	color:#9BB006;
}


#expand-div-form.accordion-bottom-space{
    margin-bottom: 50px;
    border-bottom: 1px solid #d0ab85;
    padding-bottom:00px;
}

#expand-div-form .arrow{
    width: 22px;
    height: 11px;
    transition: 0.25s ease;
    opacity: 1;
    transform: rotate(90deg);
    background: url(../background/expand-arrow.png)no-repeat;
    background-size: 16px;
}

#expand-div-form .expand-title:hover .arrow{
  opacity: 1;
}

#expand-div-form .expand-title:hover, 
#expand-div-form .active{
}

#expand-div-form .arrow-animate{
  transform: rotate(0deg);
  opacity: 1;
}

#expand-div-form .content-expand-form{
  display: none;
}

#expand-div-form .content-expand-form .content-wrp {
	width:100%;
	display:block;
	background:#F5F5F5;
	padding:20px;
}



 
@media only screen and (max-width: 680px) {
	.form-two-columns {
		display: table;
		width: 100%;
	 }

	.form-two-columns .col{
		width: calc(100% / 1);
		margin-right:0%;
	}

	.form-two-columns .col:nth-child(2n+2){
		margin-right:0%;
	}

	.form-layout-ctn .form-layout {
		margin-bottom: 25px;
	}

	
	.form-layout-ctn .form-layout:nth-last-child(2){
	  margin-bottom:25px;
	}
		
	.form-layout-ctn .form-layout:nth-last-child{
	  margin-bottom:00px!important;
	} 
}




/*************
CHECKBOX
*****************/
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.cbx p{
	font-size:12px!important;
	line-height: 16px!important;
}

.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: #07f;
}

.cbx .check-position{
	float:left;
}

.cbx .text-position{
	float:right;
}

.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #ff0000;
  border-color: #ff0000;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.hide_recaptcha{
	display:none;
}

.show_recaptcha{
	display:table;
}

/*****
EMAILS ALERT
*******/
#emails-alert.alert-overlay {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999999;
}

#emails-alert.alert-overlay.display_none{
  display:none;
}

#emails-alert .emails-alert {
  position: fixed;
  bottom: 0;
  z-index: 9999999999999;
  width: 100%;
  -webkit-animation: alert-in 0.5s;
  -moz-animation: alert-in 0.5s;
  -o-animation: alert-in 0.5s;
  animation: alert-in 0.5s;
  width: 100%;
  max-width: 540px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 400px;
  padding: 20px;
  border-radius: 0;
}

#emails-alert .emails-alert .top-row{
    display: block;
    width: 100%;
    padding: 20px 10px  10px 10px  ;
	border-radius: 4px 4px 0 0;
}

#emails-alert .emails-alert .top-row.success{
  background:#7b9e42;
  background:#ffffff;
}
 
#emails-alert .emails-alert .top-row.error{
  background:#e75e60;
}

#emails-alert .emails-alert .top-row .image-icon{
  width:104px;
  height:66px;
  margin:0 auto 25px auto;
}


#emails-alert .emails-alert .top-row .image-icon img{
  width:104px;
  height:66px;
  margin:auto;
}

#emails-alert .emails-alert .top-row.error .image-icon img{
  width:66px;
  height:66px;
  margin:auto;
}



#emails-alert .emails-alert .top-row h3{
  color: #ffffff;
  color: #323232;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}


#emails-alert .emails-alert .top-row p{
  color:#fff;
  color:#323232;
  text-align:center;
  font-size:14px;
  line-height:20px
}

#emails-alert .emails-alert .top-row.error h3,
#emails-alert .emails-alert .top-row.error p{
	color:#fff;
}


#emails-alert .emails-alert .top-row p a{
  color:#fff;
  color:#323232;
  font-weight:700
}

#emails-alert .emails-alert .top-row h4 a:hover{
  color:#000;
}

#emails-alert .emails-alert .top-row hr{
  margin:10px 0;
  border:0px solid #fff;
  height:1px;
  width:100%;
  background:#fff;
  
}

#emails-alert .emails-alert .bottom-row{
  background:#fff;
  height:90px;
  display:block;
  width:100%;
   border-radius:0 0 4px 4px;
  padding:20px 0 20px 0;
  text-align:center;
}



@-webkit-keyframes alert-in {
0% {
opacity:0;
top:-100px
}

100% {
opacity:1;
top:0
}
}

@-moz-keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}

@-o-keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}

@keyframes alert-in {
0% {
opacity:0;
bottom:-100px
}

100% {
opacity:1;
bottom:0
}
}
 
#emails-alert .alert.alert-success-ctn,
#emails-alert .alert.alert-error {
margin:auto;
height:auto;
text-align:center;
box-shadow: 0px 0px 20px rgb(0 0 0);
}

#emails-alert .alert.alert-error {
background:#c73537
}


#emails-alert .close-button  {
    line-height: 40px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block;
    height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    border-radius: 0;
    line-height: 36px;
    letter-spacing: 1px;
    max-width: 260px;
    margin:auto;
}

#emails-alert .alert.alert-error h4,
#emails-alert .alert.alert-success-ctn h4 {
color: #fff;
font-weight: 400;
line-height: 20px;
font-size: 14px;
width: 90%;
margin: auto;
}

#emails-alert .alert.alert-success-ctn .button a {
color: #fff;
    border-color: #23282b;
    font-weight: 700;
    background: #000;
    /* box-shadow: 0px 5px 10px #2d2d2d; */
    width: 100%;
    max-width: 320px;
    display: table;
    margin: auto;
    height: 40px;
    line-height: 26px;
	border-radius: 4px;
}

#emails-alert .alert.alert-error-ctn .button a {
color:#fff;
border-color:#e75e60;
font-weight:700
}


#emails-alert .close-button.error{
  background:#23282b;
}

#emails-alert .close-button.success{
  background:#23282b;
}




/*******
CHECKBOX
******/

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
	content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #32323f;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    position: absolute;
    top: 4px;
}

.form-group input:checked + label:after {
	content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 7px;
    height: 17px;
    border: solid #323232;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group input:disabled ~ label:before {
	opacity:0.5
}
