
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qwvr62');
  src:  url('../fonts/icomoon.eot?qwvr62#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?qwvr62') format('truetype'),
  url('../fonts/icomoon.woff?qwvr62') format('woff'),
  url('../fonts/icomoon.svg?qwvr62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{

  background: #fff;
  font-weight: normal;
  font-size: 14px;
  /*font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Arima', cursive;
}



/**
DEFAULT ICONS
 */
.btn-with-icon{
 
  justify-content: center;
  align-items: center;
	
}
.icon-read-more:before{
  content:'\e912';
  font-family: icomoon;
  margin-left: 10px;
  margin-top: 6px;
  font-size: 19px;
  font-weight: bold;

}





/***
===================================================
START CONTENT
====================================================
 */
#content{
  background: #fff;
}

.bg-white{
  background: #fff;
}

#content .bodyitem{
  font-size: 20px;
}

@media (max-width: 640px) {
  #content .bodyitem{
    font-size: 17px;
  }
}

/***
===================================================
END CONTENT
====================================================
 */


/**********
======================================================
HEADER
======================================================
 */

header#header{
  padding: 40px 0;
  background-color: #fff;
}
header#header.uk-active{
  background: #fff;
  padding: 20px 0;
}
header#header.uk-active .nextpointer-logo img{
  max-width: 250px;
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out;
}

header#header.uk-active .uk-button-default-np{
  padding: 5px 24px !important;
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out;
  /*font-size: 0px !important;*/
  display: flex;
  justify-content: center;
  align-items: center;
}


header#header.uk-active #notification_message{
  /*display: none;*/
}


header#header.uk-active  .mobile_btn{
  height: 100px;

}

header#header.uk-active .menu-container{
    top: 165px !important;
}

@media (max-width: 991px) {
  header#header.uk-active .menu-container{
    top: 146px !important;
  }
}


@media (max-width: 640px) {
  header#header{
    padding:25px 0;
  }
}




/**********
======================================================
END HEADER
======================================================
 */



/*******
======================================================
H1
======================================================
 */

h1.title{
  font-weight: bold;
  font-size: 44px;
  letter-spacing: -2pt;
  text-transform: unset;
}

h1.title.title-white{
  color: #fff;
}
h1.title.title-default{
  color: #000002;
}

/**
======================================================
END H1
======================================================
 */

/*****
======================================================
START FORM
======================================================
 */

.form-grid
{
  position: relative;
  margin-left: auto;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 0;
  width: 100%;
  max-width: 800px;
  margin-top: unset;
  /*margin:0 auto;*/
}
.form-grid.newsletter{
  grid-template-columns: repeat(1, 1fr);
}
.form-grid{
  position: relative;
  margin-left: auto;
}

.form-grid .col{
  text-align: right;
}

.form-grid.newsletter .col{
  text-align: center;
}

.form-grid .col .uk-input{
  height: 60px;
}

.form-grid .col input, .form-grid .col textarea, .form-grid .col select{
  border-bottom: 2px solid #002;
  text-align: left;
	box-sizing: border-box;

}

.form-grid .col textarea:focus:not([tabindex^='-']){
	outline:unset !important;    outline-offset: unset;
}

.form-grid#newsletter-form .col input{
  text-align: center;
}

.form-grid input, .form-grid textarea, .form-grid select {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 10px 4px;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-transition: border-bottom .6s;
  -o-transition: border-bottom .6s;
  -moz-transition: border-bottom .6s;
  transition: border-bottom .6s;
}

.form-grid input, .form-grid select{
  height: 46px;
  margin: 0 0 24px 0;
}

.form-grid input, .form-grid textarea, .form-grid  select {
  font-size: 19px;
  color: #002;
  font-weight: normal;
}

.form-grid .col:nth-child(n+3) {
  grid-column: 1/3;
  /*text-align: center;*/
}

.form-grid .inputs-description {
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.form-grid textarea {
  resize: none;
  margin: 0 0 6px 0;
  height: auto;
  overflow-y: auto;
}

.form-grid textarea{
  text-align: right;
}
/***
==================================================================
END FORM
=================================================================
 */


/***
START TERMS
 */

.agree-terms{

  font-size: 13px;
  color: #000;
  font-style: italic;
  margin: 15px 0px;
}

.agree-terms a{
  color: #002;
}

.agree-terms a:hover{
  color: #000;
}



/***
END TERMS
 */


/****
======================================================
MENU
======================================================
 */



.nav-but-wrap{
  position: relative;
  display: flex;
  justify-items: end;
  align-items: center;
  transition : all 0.3s ease-out;
}
.menu-text{
  font-size: 22px;
  font-weight: 300;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .menu-text{
    display: none;
  }
}
.menu-icon {
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
.menu-icon__line {
  height: 1px;
  width: 30px;
  display: block;
  background-color: #000;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 22px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 22px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  margin-bottom: 0;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 42px;
}



.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

body.nav-active .nav{
  z-index: 98;
}
body.nav-active .nav-but-wrap{
  z-index: 999;
}
body.nav-active .nav-but-wrap .menu-text{
  color: #fff;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(20, 21, 26,0.6);*/
  border-bottom-left-radius: 200%;
  background: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}
.nav:after {
  /*background: #000 url("../images/BACK1.png"), url("../images/footerbottomright.png");*/
  -webkit-transition-delay: 0s;
  /*background-image: url('../images/BACK1.png'), url('../images/footerbottomright.png'), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));*/
  background: url('../images/BACK1.png') top left no-repeat, url('../images/footerbottomright.png') bottom right no-repeat;

  /*background-repeat: no-repeat;*/
  transition-delay: 0s;
  background-color: #000;
}
.nav:before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}
.nav__list {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}


@media (max-width: 640px) {
  .nav:after{
    background-size: 100px;
  }
}
.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 8vh;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 3px;
  -webkit-transform: translate(100px, 0%);
  transform: translate(100px, 0%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-top: 0;
  margin-bottom: 0;
}
.nav__list-item a{
  position: relative;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 900;
  z-index: 2;
  display: inline-block;
  /*text-transform: uppercase;*/
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav__list-item a:after{
  position: absolute;
  content: none;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #28c4f4;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav__list-item a:hover:after{
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}
.nav__list-item a:hover{
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.nav__list-item.active-nav a{
  color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}
body.nav-active{
  overflow: hidden;
}
body.nav-active .nav__content {
  visibility: visible;
}
body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}


/****
======================================================
END MENU
======================================================
 */





/****
======================================================
BLOCK LANGUAGE
======================================================
 */

.languagues-block{
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
  margin-top: 20px;
}
.languagues-block li{
  display: inline-block;
  margin-left: 10px;
}

.languagues-block li a{
  width: 40px;
  height: 40px;
  background: transparent;
  color: #fff;
  padding: 14px;

  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid;
}
.languagues-block li a:hover{
  color: #fff;
  background: #28c4f4;
  border-color: #28c4f4;
}

.languagues-block .nav__list-item a:hover:after{
  content: none;
}


@media (max-width: 767px) {
  .languagues-block li a{
    width: 15px;
    height: 15px;
  }

}

/****
======================================================
END BLOCK LANGUAGE
======================================================
 */



/****
======================================================
START BREADCRUMB
======================================================
 */

.uk-section-imilias{


  background: #2a2f32;

}

.uk-section-imilias h1{
  color: #ffff;
  font-weight: bold;
  font-size: 40px;
  margin-top: 20px;
}

.uk-section-imilias .intro-text-description{
  color: #fff;
  font-size: 20px;
}


@media (max-width: 767px) {
  .uk-section-imilias h1{
    font-size: 30px;
  }
}


/****
======================================================
END BREADCRUMB
======================================================
 */



/****
======================================================
START BACKTOPTOP
======================================================
 */

.scroll-to-top{

  opacity: 1;
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;


  z-index: 9;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;

  background: #fff;
  box-shadow: 0 5px 27px rgba(0,0,0,.09);
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.scroll-to-top a{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 4px;transition: all .2s ease-in-out;
  left: 4px;
  z-index: 2;
  font-weight: bold;
  font-size:18px;
  color: #2a2f32;
  outline: none;
  display: flex;justify-content: center;    align-items: center;
}


.scroll-to-top a:hover{
  cursor: pointer;
  text-decoration: none;
  color: #2a2f32;
}

.scroll-to-top span.icon-top:before{
  content: '\e908';
  font-weight: bold;
  font-family: icomoon;
}



/****
======================================================
END BACKTOPTOP
======================================================
 */

/****
======================================================
START FOOTER
======================================================
 */


/**
============= FOOTER ===================================
 */
#footer{
  background: #fff;


}
#footer .contact-footer-details{
  padding: 50px 0;
  /*border-top: 1px solid;*/
}

.footer-icon:before{
  font-family: icomoon;
  font-size: 50px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
  .footer-icon:before{
    font-size:35px;
  }
}

.footer-icon-pin:before{
    content: '\e91b';

}

.footer-icon-phones:before{
  content: '\e916';
}

.footer-icon-email:before{
  content: '\e918';
}

#footer .logo-wrapper{
  padding: 40px 0;
  border-bottom: 1px solid #f1f1f1;
}


@media (max-width: 640px) {
  #footer .contact-footer-details{
    padding-bottom: 0;
    padding: 0;
  }
  #footer .contact-footer-details{
    border-top: unset;
  }

  #footer .logo-wrapper{
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-footer-details-wrapper{
      /*border-bottom: 1px solid #002;*/
  }
}

.logo-footer{
  filter: grayscale(1);
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.logo-footer img{
  width: 350px;
}

@media (max-width: 350px) {
  .logo-footer img{width: 100%;}
  #footer .logo-wrapper{
    padding-right: 20px;
    padding-left: 20px;
  }
}

.logo-footer-text{
  font-size: 22px;
}


@media (max-width: 640px) {
  .logo-footer-text{
    font-size: 17px;
  }
}

/**
========================  newsletter =====================
 */

#newsletter{
  padding: 80px 0;
  background: #2a2f32;

}


#newsletter .newsletter-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#newsletter h1{
  font-size: 70px;
  font-weight: 800;
  line-height: 0.7em;
  color: #fff;

}
#newsletter h2{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

#newsletter p{
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

#newsletter .newsletter-btn-wrapper a::after{
 background: #970d10 !important;
}

.newsletter-btn-wrapper{
  margin: 0 auto;
}


@media (max-width: 991px) {
  #newsletter h1{
    font-size: 40px;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  #newproject h2{
    font-size: 20px;
  }

  #newsletter h1{
    font-size: 30px;
  }

  #newsletter .newsletter-btn-wrapper a{
    /*padding: 8px 20px !important;*/
    font-size: 17px !important;
  }

  #newsletter{
    padding: 70px 0;
    background-size: 200px;
    padding-bottom: 30px;
  }

  #newsletter .newsletter-list{
    flex-direction: column;
  }
  #newsletter p{
    font-size: 24px;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  #newsletter p{
    font-size:21px
  }
}

/**
======================= END SECTION NEW PROJECT =============================
 */


/**
================= SOCIAL MEDIA BLOCK ==================
 */

.social-media{
  display: flex;
  justify-items: center;
  align-items: center;
}

.social-media i{
  margin-right: 0 !important;
  display: flex;
  justify-items: center;
  align-items: center;
}
.social-media  a{
  margin:5px;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 100%;
  transition: all .5s linear;
  text-decoration: none;
}

.social-media  a svg{
  width: 40px;
}
.social-media a svg:hover{
  color: #28c4f4;
}



/**
======================= FOOTER CONTACT LIST  =============================
 */
.footer-contact-list{
  display: flex;
  padding-left: 0;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.footer-contact-list li{

  display: flex;
  align-items: center;
  border-left: none;
  /*margin-right: 60px;*/
  width: auto;
}

.footer-contact-list li i{
  font-size: 60px;
  margin-right: 25px;
  line-height: 60px;
  /*color: #173553;*/
}

#footer .footer-contact-list li  .usps-content-container {
  font-size: 15px;
  color: #002;
  line-height: 24px;
}

#footer .footer-contact-list li  .usps-content-container h6{
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #002;
  font-size: 28px;
}
#footer .footer-contact-list li  .usps-content-container p{
  margin: 0;
  padding: 0;
}
#footer .footer-contact-list li  .usps-content-container a.address-link{
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;

  color: #002;
  font-size: 28px;
}
#footer .footer-contact-list li .usps-content-container a {
  color: #002;
  font-weight: 500;
  -moz-transition: color .4s ease-in-out;
  -webkit-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .footer-contact-list li{
    flex: 0 0 33%;
    margin-right: 0;
    /*margin-bottom: 15px;*/
  }
}
@media (max-width: 991px) {
  #footer .footer-contact-list li .usps-content-container a.address-link, #footer .footer-contact-list li .usps-content-container h6{
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .footer-contact-list li{
    flex: 0 0 48%;
  }
}

@media (max-width: 640px) {
  .footer-contact-list li{
    flex: 0 0 100%;
    padding: 7px 15px;
    margin-bottom: 0;
    width: auto;    box-sizing: border-box;
    margin-right: 0;
    /*border-bottom: 1px solid #202020;*/
  }
  .footer-contact-list li:first-child{
    /*border-top: 1px solid #202020;*/
  }


  .footer-contact-list li i{
    font-size: unset;
  }
  .contact-footer-details .uk-container{
    padding: 0;
  }


  .footer-contact-list li:last-child .social-media{
    margin: 0 auto;
  }

  .social-media a svg{
    width: 35px;
  }

  #footer .footer-contact-list li .usps-content-container a.address-link,#footer .footer-contact-list li .usps-content-container h6{
    font-size: 15px;
  }

  .footer-contact-list{
    margin:0;
    /*margin-bottom: 40px !important;*/
  }
}



/***
==================================== END FOOTER CONTACT LIST ==============================
 */


#footer-navigation{
  /*border-top: 1px solid #002;*/
  /*border-bottom: 1px solid #002;*/
  padding:25px 0px;
  background: #2a2f32;
  border-top: 1px solid #3d3d3d;
}
.nav-footer{
  margin:0;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0;
}

.copyright_text_footer p{
  color: #2a2f32;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;

}

.copyright_text_footer p a{
  font-size: 13px;
  color: #2a2f32;
  font-weight: bold;
}
.copyright_text_footer p a:hover{
  opacity: 1;
  color: #6b0e0e !important;
}
.nav-footer li a{
  color: #fff;
}
.nav-footer li:first-child{
  margin-left: 0px;
}
.nav-footer li {
  margin: 2px 10px;
}

.nav-footer li a.uk-button-text{
  /*color: #002;*/
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.nav-footer li a.uk-button-text::before{
  /*border-color:#6b0e0e;*/
  border-color: #fff;
}


@media (max-width: 640px) {
  .nav-footer li a.uk-button-text{
    font-size: 14px;
  }
  #footer-navigation{
    padding: 15px 0;
  }

  .copyright_text_footer p{
    font-size: 12px;
  }
}


.copyrighttext p{
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}




.page-contact {
  background-size: 169px !important;
}
.page-contact #footer-navigation{
  border-top: 1px solid;
}

/****
======================================================
END  FOOTER
======================================================
 */







/****
======================================================
DEFAULT BUTTON
======================================================
 */

.uk-button-default-np{
  background: #2a2f32;

  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 6px 30px !important;
  line-height: 40px !important;
  border-radius: 51px !important;    transition: border-color .3s ease;overflow: hidden !important;    position: relative;
  border:1px solid #2a2f32 !important;
  text-transform: initial;
  color: #fff !important;
}

.uk-button-default-np:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  color: #2a2f32;
  left: 0;
  transition: transform .5s ease-in-out,color .5s ease-in-out;
}

.uk-button-default-np:hover:after {
  transform: translateY(0);

}

.uk-button-default-np:hover{
  color: #2a2f32 !important;
  z-index: 1;
}




.uk-button-default-np-black{
  background: #000002;
  font-size: 21px !important;
  font-weight: bold !important;
  padding: 13px 40px !important;
  color: #fff !important;
  line-height: 40px !important;
  border-radius: 51px !important;    transition: border-color .3s ease;overflow: hidden !important;    position: relative;
  border:1px solid #000002 !important;
  font-weight: bold;text-transform: initial;
}

.uk-button-default-np-black:after {
  content: "";
  background-color: #28c4f4;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s ease-in-out,color .5s ease-in-out;
}
.uk-button-default-np-black:hover:after {
  transform: translateY(0);

}

.uk-button-default-np-black:hover{
  color: #fff !important;
  z-index: 1;  border-color:  #28c4f4 !important;
}
.btn-white{

  background: #fff;
  color: #2a2f32 !important;
}

.btn-white:hover{
  color: #fff !important;
}
.btn-white:after {
  background: #2a2f32;

}

@media (max-width: 500px) {
  .uk-button-default-np{
    font-size: 16px !important;
  }
}
/****
======================================================
END DEFAULT BUTTON
======================================================
 */


/****
======================================================
CONTACT BLOCK HEADER
======================================================
 */

@media (max-width: 767px) {
  .contact-us-top {
    display: none;
  }
}


/****
======================================================
END CONTACT BLOCK HEADER
======================================================
 */




/****
======================================================
HOME PAGE SECTION WELCOME
======================================================
 */

#welcome{ background: #fff; }

#welcome h1{ font-weight: bold;
  font-size: 72px;
  color: #000002;
  letter-spacing: -4pt;
  text-transform: unset;
}

#welcome .welcome-text{
  color: #000002;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

#welcome .welcome-text .typewrite{
  color: #28c4f4;
}

#welcome .welcome-services{
  text-align: center;
  margin-top: 70px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
}


#welcome .welcome-services a.btn{
  display: inline-block;
  color: #000002;
  letter-spacing: .04em;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  word-wrap: break-word;
  -moz-transition: background-color .4s,color .4s;
  -webkit-transition: background-color .4s,color .4s;
  -o-transition: background-color .4s,color .4s;
  transition: background-color .4s,color .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom:3px solid #000002;
  background: 0 0;
  line-height: 25px;
  font-size: 17px;
  font-weight: 700;
  margin-right: 25px;
  letter-spacing: 0;
  padding: 15px 20px;
}

#welcome .welcome-services a.btn:hover {
  /*background-color: #28c4f4;*/
  color: #28c4f4;
  border-color: #28c4f4;
}

@media (max-width: 640px) {
  #welcome .welcome-services a.btn{
    flex: 0 0 45%;
    font-size: 13px;

    margin: 0 auto;    margin-left: 10px;
  }

  #welcome .welcome-services{
    margin-top: 20px;
  }

  #welcome h1{
    font-size: 32px;
    letter-spacing: 0pt;
  }

  .company-welcome-desc{
    font-size: 16px;
  }
}

/****
======================================================
END HOME PAGE SECTION WELCOME
======================================================
 */


/*****
=====================================================
SECTION SERVICE HOME PAGE
=====================================================
 */


#services{
  background:#000002  url("../images/logo3.png") no-repeat;
  background-position: bottom right;
  padding-bottom: 150px;
}
#services h1{
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  letter-spacing: -2pt;
  text-transform: unset;
}
#services .service-text {
  font-size: 19px;
  position: relative;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}

#services .our-services-list{
  padding-left: 100px;
}

@media (max-width: 960px)
{

  #services .our-services-list{
    padding-left: 0px;
    margin-top: 50px;
  }
}

#services .our-services-list ul{
  list-style: none;
  list-style-position: inside;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-inline-start: 0px;
}

#services .our-services-list ul li{
  border-bottom: 3px solid #fff;
  font-size: 1.13rem;
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width:576px) {
  #services .our-services-list ul li {
    font-size: 1.13rem;
  }
}
@media screen and (min-width:768px) {
  #services .our-services-list ul li {
    font-size: 1.5rem;
  }
}

@media screen and (min-width:992px) {
  #services .our-services-list ul li {
    font-size: 2rem;
  }
}


@media screen and (min-width:1350px) {
  #services .our-services-list ul li {
    font-size: 2.5rem;
  }
}

@media screen and (min-width:1800px) {
  #services .our-services-list ul li {
    font-size: 3rem;
  }
}

#services .our-services-list ul li .servicesText {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;

  z-index: 1;
}
#services .our-services-list ul li .servicesText .name{
  pointer-events: revert;
}

#services .our-services-list ul li .servicesText .description_text_service{
  font-size: 23px;
}
#services .our-services-list ul li .servicesText:hover .description_text_service{
  padding: 0px 20px;
}
#services .our-services-list ul li .servicesText:hover{
  text-decoration: none;
}
#services .our-services-list ul li .servicesText .name:hover {
  text-decoration: none;
  color: transparent;
  color: #fff;
  /*-webkit-text-stroke-width: 1px;*/
  /*-webkit-text-stroke-color: #fff;*/
}

#services .our-services-list ul .servicesText .name:hover::after {
  content: "";
  background-color: #28c4f4;
  height: 41%;
  text-decoration: none;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

@media (max-width:768px) {
  #services .our-services-list ul li .servicesText:hover::after {
    height: 65%;
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}


.get-quote-btn {

  /*right: 60px;*/
  /*bottom: -30px;*/
  width: 145px;
  height: 145px;
  padding: 4px;
  border: 2px solid #28c4f4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}

.get-quote-btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  width: 135px;
  height: 135px;
  padding: 5px !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-align: center;
  padding: 30px 0px;
  background: #28c4f4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.get-quote-btn a span{
  flex: 1;
}
.get-quote-btn a:hover{
  text-decoration: unset;
}
.get-quote-btn:hover {
  border-color: #fff;

  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out
}

.get-quote-btn a strong {
  font-size: 34px;font-weight: bold;
  flex: 0 0 100%;
}

.get-quote-btn:hover a {
  color: #20212e !important;
  background-color: #fff !important
}


.mobile-getquote{
  display: none;
}
@media (max-width: 767px) {

  #services{
    padding-bottom: 50px;
  }

  #services .service-text{
    text-align: center;
    font-size: 15px;
  }
  #services h1{
    text-align: center !important;
  }

  #services .our-services-list ul li .servicesText .description_text_service{
    font-size: 16px;
    font-weight: 400;
  }

  #services .our-services-list ul li .servicesText .name{
    font-weight: bold;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .mobile-getquote{
    display: flex;
    justify-items: center;
    align-items: center;
    margin:0 auto;
  }
  .desktop-getquote{
    display: none;
  }
}

@media (max-width: 1100px) {
  #services .service-text{
    font-size: 15px;
  }
  #services h1{
    font-size: 40px;
  }
}


/*****
=====================================================
END SECTION SERVICE HOME PAGE
=====================================================
 */




/*****
=====================================================
START BOOK SECTION
=====================================================
 */




.our-books{
  display: flex;
  display: -webkit-box;
  /*margin-top: 60px;*/
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-books .item-book{
  display: flex;
  flex: 0 0 49%;
  /*align-items: center;*/
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
   transition: color 0.1s ease-in-out;
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgb(0 0 0 / 6%) 0 0 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.our-books .item-book .book-image{
    max-width: 150px;
  min-width: 150px;
  padding-right: 20px;
  display: flex;justify-content: center;align-items: center;
}

.book-extra h1{
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  /*line-height: 62px;*/

}

.book-desc{
  font-weight: 300;
  font-size: 17px;
  margin-top: 10px;
}

.book-read-more{
  margin: auto;
}
@media (max-width: 991px) {
  .our-books .item-book{
    flex: 0 0 100%;
    padding: 40px 0;
    background: #fff;
    box-shadow: unset;
    border-radius: unset;
    margin: 0;    border-bottom: 1px solid #e5e5e5;
  }

  .our-books .item-book:last-child{
    border-bottom: unset;
  }
}

@media (max-width: 767px) {
  .book-desc{
    font-size: 14px;
  }
  .our-books .item-book{
    align-items: unset;

  }
  .book-extra h1{
    line-height: unset;
  }
  .book-desc{
    margin-top: 12px;
  }
  .book-read-more{
    margin: unset;
  }

  .book-read-more{
    margin: 0px !important;
  }
  .readmoretext{
    display: none;
  }

  .book-read-more{
    margin: auto !important;
  }


}

@media (max-width: 480px) {
  .book-extra h1{
    font-size: 17px;
    line-height: 28px;
  }

  .book-desc{
    font-size: 13px;
  }
}



/**
BOOK VIEW
 */

.book-feature-item .label{
     background: #2a2f32;
    border-radius: 50px;

	    line-height: 25px;
}
.book-feature-item{
  font-size: 18px;
}

.book-feature-item .name a:hover{
  text-decoration: none;
}


.book-features{
  margin-top: 25px;
}

/**
PRODUCT VIEW
 */

#support .el-title{
  font-weight: bold;    font-size: 18px;
  /*min-height: 60px;  */
  color: #000002;
}



#support .el-content {
  font-size:15px;
  font-weight: 300;
  color: #000002;
}

#overview h1{
  font-weight: bold;
  font-size: 42px;
  color: #000002;
}

#overview  p{
  font-size: 16px;
  color: #000002;    font-weight: 300;
}

.uk-button-small-np{
  padding: 7px 36px !important;    font-size: 18px !important;
}

.action-buttons a{
  margin-right: 20px;
}

.product-section h1{
  font-size: 36px;
}

.price {
  font-size: 25px;
  font-weight: bold;
}


.screenshort-title{
  font-weight: bold !important;
  font-size: 42px !important;
  color: #000002 !important;
}

@media (max-width: 959px){
  .image-mobile-product{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title-product-desktop{
    display: none;
  }

  .action-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }


}

@media (max-width: 734px) {

  .action-buttons a:last-child{
    margin-top: 10px;
  }
}


@media (max-width: 640px) {
  .mobile-version-product-left-position h1{
    font-size: 31px !important;
  }

  .action-buttons{
    justify-content: space-between;
  }

  .action-buttons a{
    margin-right: 5px;
    font-size: 15px !important;
    padding: 0px 20px !important;
  }
  .action-buttons a:last-child{
    margin-top: 10px;
    width: 100%;
  }

}



/*****
=====================================================
END PRODUCTS SECTION
=====================================================
 */



/****
====================================================
START SECTION CLIENTS
====================================================
 */

.clients-section .clients-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;

}
.clients-section .clients-list .client-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.clients-section.home-client-section .clients-list .client-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

.clients-section .clients-list .client-item-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 35px;
  min-height: 130px;
  border: 1px solid #eaeaf1;
  margin: -1px 0 0 -1px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
  filter: grayscale(1);
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;

}

.clients-section{
  background: #fff;
}


@media only screen and (min-width: 576px) {
  .clients-list{
    margin: -15px 0;
  }
  .home-client-section{
    margin: -23px 0;
    padding-bottom: 23px;
  }
  .home-client-section .clients-list{
    margin:0;
  }
}

@media only screen and (max-width: 991px) {
  .clients-section   .clients-list .client-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}


@media only screen and (max-width: 767px){
  .clients-section  .clients-list  .client-item, .clients-section.home-client-section .clients-list .client-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .home-client-section{
    margin: -22px 0;
  }


  .home-client-section .uk-container{
    padding:  0;
  }

}

@media only screen and (max-width: 767px){
  .clients-section  .clients-list  .client-item{
    width: 100%;
  }
  .clients-section  .clients-list  .client-item .client-item-inner{
    min-height: 160px;
  }

  .clients-section .uk-container-large{
    padding:0;
  }
}

.av-extra-border-element.border-extra-arrow-down {
  position: relative;
  width: 50px;
  height: 25px;
  left: 50%;
  margin-left: -26px;
  margin-top: -1px;
  z-index: 25;
  margin-bottom: -8px;
  clear: both;
  overflow: visible;
}
.av-extra-border-element .av-extra-border-outer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}
.av-extra-border-element.border-extra-arrow-down .av-extra-border-inner {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: -39px;
}

.clients-header{
  background: #000002 url(../images/BACK1.png) no-repeat;
  background-position: top left;
  background-size: 270px;

}

.clients-header h1, .clients-header p{
  color: #fff !important;
}
.clients-header p{
  font-weight: 300;
  width: 850px;
  margin: 0 auto;    font-size: 20px;
}

@media (max-width: 991px) {
  .clients-header p{
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .clients-header{
    background-size: 120px;
  }
}
/****
====================================================
END SECTION CLIENTS
====================================================
 */



/******
====================================================
START PAGE CONTACT
====================================================
 */

.contact-form{
  margin-top: 100px  !important;
}

.contact-info-item .small-grey {
  /*color: #d1d1d1;*/
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}

.contact-info-item p {
  color: #000002;
  margin: 0;
  /*line-height: 60px;*/
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

.contact-info-item{
  margin-bottom: 20px !important;
}

.contact-info-item p a{
  color: #002;
  font-weight: 500;
}
.contact-info-item p a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.contact-info-item .social-media {
  font-size: 60px;
  margin-top: 0px;
}
.contact-info-item .social-media{
  justify-content: end;
}
.contact-info-item .social-media ul {
  font-size: 60px;
  display: grid;

  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, auto);

  column-gap: 20px;
  /*max-width: 470px;*/
  /*margin: 0 auto;*/
  margin-right: 0;
}

.contact-info-item .social-media ul {
  /*font-size: 45px;*/
  margin: 0;
}
.contact-info-item .social-media a {
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin:0;
}
.contact-info-item .social-media a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.contact-info-item .social-media a{
  color: #002;
}


@media (max-width: 1170px){
  .contact-info {
    row-gap: 70px;
    column-gap: 35px;
    max-width: 900px;
    margin: 0 auto;
  }
  .contact-info-item p {
    font-size: 36px;
  }.contact-info-item .small-grey {
     font-size: 22px;
     margin-bottom: 10px;
   }
}

@media (max-width: 768px){
  .contact-info {
    max-width: 900px;
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
  }
  .contact-info-item p {
    font-size: 20px;
    text-align: center;
  }

  .contact-info-item .small-grey {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-info{
    row-gap: 27px;
  }
  .contact-info-item .social-media{
    justify-content: center;
  }



}









.form-grid input::placeholder, .form-grid textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2a2f32;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2a2f32;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2a2f32;
}

.form-description h1{
  font-size: 50px;
  font-weight: 800;
  color: #2a2f32;
}


.form-description p{
  font-weight: 500;
  font-size: 19px;
}


@media (max-width: 767px) {
  .form-description h1{
    font-size: 35px;
    text-align: center;
  }
  .form-grid input, .form-grid textarea, .form-grid select{
    font-size: 15px;
  }

  .form-description p{
    text-align: center;
    font-size: 16px;
  }

  .form-grid{
    margin-top: 40px;
  }

  .agree-text{
    font-size: 18px;
  }
  .form-grid .col{
    text-align: center;
  }

  .form-grid .agree-terms{
    justify-content: center;
  }

  .uk-section-nextpointer{
    background-size: 60px;
  }

  .uk-section-nextpointer h1
  {
    font-size:28px;
  }

  .contact-info .contact-info-item{
    padding-left: 0;
  }

}


/******
====================================================
END PAGE CONTACT
====================================================
 */


/*********
====================================================
START NEWSLETTER
====================================================
 */

.newsletter-title h1{
  font-weight: bold;
  font-size: 45px;
}

.newsletter-title p{
  font-size: 17px;
  font-weight: 500;
  margin:0;
}

@media (max-width: 767px) {
  .newsletter-title h1{
    font-size: 36px;
  }
}

.form-grid#newsletter-form {
  max-width:100% !important;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

/****
====================================================
END NEWSLETTER
====================================================
 */




/*****
===================================================
START PAGE FAQ
===================================================
 */

.faq{
  margin: 0;
  padding: 0;
}
.faq li{
  margin-top: 20px;
  /*padding-top: 20px;*/
  /*border-top: 3px solid #2a2f32;*/
  list-style: none;
  box-shadow: 0 0px 17px rgb(0 0 0 / 10%);
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  padding: 25px;
}

.faq li .title-faq{
  font-size:24px;
  color: #2a2f32;
  text-decoration: none;
  font-weight: 700;
}
.faq li .title-faq:hover{
color: #6b0e0e;
}

.faq .uk-accordion-content{
  font-size: 16px;
  color: #2a2f32;
  font-weight: 400;
}


@media (max-width: 767px) {
  .faq li .title-faq{
    font-size: 17px;
  }
}

#youhavequestion{
  border-top:1px solid #f1f1f1;
  background: #f8f8f8;
}

#youhavequestion .text:before{
  content: '\e918';
  font-family: icomoon;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 15px;
}
#youhavequestion .text{
  font-weight: bold;
  font-size: 20px;
}

#youhavequestion a{
  margin-top: 20px;
}

/***
=======================================================
END PAGE FAQ
=======================================================
 */








/****
=========================================================
START PAGE ERROR 404
=========================================================
 */


.error-404 .page-content{
  position: relative;
  height: 100vh;
}
.error-404 h1{
  font-size: 100px;
  font-weight: bold;
}

.error-404{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 520px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.error-404 p{
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 640px ){
  .error-404 p{
    font-size: 15px;
  }
  .error-404 h1{
    font-size: 40px;
  }
  .error-404 .uk-button-default-np{
      font-size: 16px !important;
    padding:5px  40px !important;
  }
}
/***
==========================================================
END PAGE ERROR 404
==========================================================
 */

/**
==========================================================
START PAGE LOGIN
==========================================================
 */

.user-login .col:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}


.login-page-logo small{
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.user-login .page-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 520px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
#user-login-form {
  display: flex;
  flex-direction: column;
}
#user-login-form  .col .uk-input {
  text-align: left !important;
}

#user-login-form .form-item{
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .user-login .form-grid{
    padding:0px 20px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .login-page-logo{
    padding: 20px;
  }

  .login-page-logo img{width: 320px}

  .login-page-logo small{
    font-size: 15px;
  }
}

/**
==========================================================
END PAGE LOGIN
==========================================================
 */




/***
==========================================================
START PAGE THANK YOU
==========================================================
 */
.thankyou{

  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 650px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.thankyou h2{
  font-weight: bold;
  font-size: 30px;
}

.thankyou p{
  font-size: 16px;
  font-weight: 300;
}

.thankyou p a{
  font-weight: bold;
  color:#2a2f32;
}

@media (max-width: 767px) {
  .thankyou h2{
    font-size: 26px;
  }
  .thankyou{
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .thankyou .uk-button-default-np{
    font-size: 17px !important;
    padding: 5px 40px  !important;
  }
}

/***
==========================================================
END PAGE THANK YOU
==========================================================
 */





/***
===========================================================
START PAGE NEWS
===========================================================
 */













/****
===========================================================
HOME PAGE BLOCK MHTROPOLITIS
===========================================================
 */

/**
START archbishop
 */
#mitropolitis{
  background: #fff;
}
.image-left{
  position: relative;
}
.mitropolitis{
  background: #fff;
}
.mitropolitis-text-left{
  margin: auto;
  position: relative;
  padding: 50px 100px;
  /*background: #171d2f;*/
}

@media (max-width: 767px) {
  .mitropolitis-text-left{
    padding: 30px;
  }
}
.mitropolitis-text-left h1{
  font-weight: bold;
  color: #2a2f32;
}

.mitropolitis-text-left:after{
  content: '';
}
.mitropolitis-text-left p{
  color: #2a2f32;
  display: inline-block;
}
.mitropolitis-text-left a{
  display: inline-block;
  color: #2a2f32;
}

.mitropolitis-text-left p{
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 600px) {
  .mitropolitis-text-left p{
    font-size: 20px;
  }
}


.image-left {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.mitropolitis img.box-image {
  max-width: 100%;
  border-radius: 90% 40% 70% 60% / 80% 100% 38% 40%;
  position: relative;
  object-fit: cover;
  /*height: 600px;*/
  /*z-index: 11;*/
}

@media (max-width: 676px) {
  .mitropolitis img.box-image{
    height: auto;
  }
}

.mitropolitis .image-left:after {
  /*content: "";*/
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  left: 45px;
  /*width: 100%;*/
  /*height: 100%;*/
  background-color: #f5f5f5;
  border-radius: 90% 40% 70% 60% / 80% 100% 38% 40%;
  z-index: 10;
}

@media (min-width: 767px) {
  .mitropolitis-text-left{
    /*padding: 10px 15px;*/
  }
}

@media (min-width: 1200px) {
  .mitropolitis-text-left{
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

}

/** END archbishop **/


/*****
================================================================
END HOME PAGE MITROPOLIS
================================================================
 */




/***
LINK PAGE
 */

.links{

}

.links .item{
  /*border: 2px solid #2a2f32;*/
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;

  align-items: center;
  background-color: #ffffff;
  color: #2a2f32;
  text-decoration: none;
  font-size: 22px;
  /*box-shadow: 0 0px 17px rgb(0 0 0 / 10%);*/
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
}
.links .item .icon-view{
  margin-right: 15px;
}
.links .item .icon-view svg{
  width: 40px;
}

.item:hover {
  border-color: #6b0e0e;
  color: #6b0e0e;
}
.links .item:hover .icon-view svg{
  border-color: #6b0e0e;
  color: #6b0e0e;
}


.links .item, .links .item .title {
  font-weight: 600;
  color: #2a2f32 !important;
}
.links .item:hover .title{
  color: #6b0e0e !important;
}
@media (max-width: 640px) {
  .links .item{
    font-size: 17px;
  }

  .links .item .icon-view svg{
    width: 30px;
  }
}


/***
VIEW PERIFERIES
 */

.periferies .periferia-item a{

  font-weight: 700;
  position: relative;
  color: #2a2f32;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background: #fff;
  /* border: 3px solid #2a2f32; */
  /*padding: 18px;*/
  font-size: 16px;
  /* letter-spacing: 1px; */
  /* line-height: 1.785; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 16px 0;
  /*box-shadow: 0 0px 17px rgb(0 0 0 / 10%);*/
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
}
.periferies .periferia-item a span svg{
  width: 25px;
}
.periferies .periferia-item a span{
  margin-bottom: 15px;
}

.periferies .periferia-item a:hover{
  text-decoration: none;
  background: #2a2f32;
  color: #fff;
}

.periferies .periferia-item a:hover span{
  background: #fff;
  color: #2a2f32;
}



.periferia-item{
  position: relative;

}

.periferies .periferia-item span{
  background: #2a2f32;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.block-desc p{
  font-size: 17px;

}
@media (min-width: 900px) {
  .block-desc{
    width: 900px;
    margin: 0 auto;
  }

  .block-desc p{
    font-size: 23px;
    font-weight: 700;
  }
}



/***
EVENTS
 */

.event{
  position: relative;
}

.event-inner {
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  border-radius: 10px;
  padding: 35px 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.event-inside{
  box-shadow: unset;
  background: transparent;
  justify-content: center;
}

.event-date {

  padding: 25px 15px 3px 15px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  /*margin-top: -40px;*/
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 100px;
  width: 100px;
}


.event-day-text{
  font-size: 13px;
}
.event-day-number{
  font-weight: bold;
  font-size: 25px;
}

.event-year {
  font-size: 15px;
}
.event-date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 31px;
  z-index: 0;
  border-radius: 0 0 8px 8px;
  background-color: #2a2f32;
}

.event-time {
  padding-left: 0;
  float: none;
  display: block;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-top: 15px;

}





.event-date:before{
  background-color: #2a2f32;
}

.event-date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 31px;
  z-index: 0;
  border-radius: 0 0 8px 8px;
}


 .event-date:after {
  content: "\e72b";
  font-family: "themify";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 0% 50% 50% 50%;
  margin: auto;
  transform: rotate(222deg);
}
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #21212d;
}
.event-inner .entry-title,  .event-inner .post-more {
  padding-left: 40px;
  position: relative;
}

.event-inner>* {
  margin-bottom: 15px;
}

.event-inner h5{
  color: #2a2f32;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.event-inner h5 a{
  text-decoration: none;
  color: #2a2f32;

}



@media (min-width: 991px) {
  .event-inner h5 a{
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .event-inner h5 a{
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .event-inner h5 a{
    font-size: 25px;
  }

}

.event-inner .post-more>a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 2px;    color: #2a2f32;
}
.event-inner .post-more>a:hover{
  color: #2a2f32;
  opacity: 0.8;
}


.event-inner > *:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .event-inner{
    flex-direction: column;
  }

  .event-inner .entry-title, .event-inner .post-more{
    padding: 0;
  }

  .event-inner h5 a{
    font-size: 22px;
  }

  .events-content{
    text-align: center;
  }
}


/*****
======================================================
PAGE PARISHES
=========================================================
 */


.parish{
  position: relative;
  margin-top: 30px !important;
}

.parish-inner {
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  border-radius: 10px;
  padding: 35px 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #21212d;
}
.parish-inner .entry-title,  .parish-inner .post-more, .parish-inner  .entry-details {
  padding-left: 40px;
  position: relative;
}

.parish-inner>* {
  margin-bottom: 15px;
}

.parish-inner h5{
  color: #2a2f32;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.parish-inner h5 a{
  text-decoration: none;
  color: #2a2f32;

}



@media (min-width: 991px) {
  .parish-inner h5 a{
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .parish-inner h5 a{
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .parish-inner h5 a{
    font-size: 25px;
  }

}

.parish-inner .post-more>a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 2px;    color: #2a2f32;
}
.parish-inner .post-more>a:hover{
  color: #2a2f32;
  opacity: 0.8;
}


.parish-inner > *:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .parish-inner{
    flex-direction: column;
    padding:20px 0;
  }

  .parish-inner .entry-title, .parish-inner .post-more{
    padding: 0;
  }

  .parish-inner h5 a{
    font-size: 18px;

  }

  .parish-content{
    text-align: center;
  }

  .parish-inner .entry-title, .parish-inner .post-more, .parish-inner .entry-details{
    padding: 0;
  }

  .parish-inner .entry-details {
    margin-bottom: 10px !important;
  }

  .parish{
    margin-top: 15px !important;
  }
}


/***
PARISH VIEW
 */

.cause-details{
  display: flex;
  justify-content: center;
  align-items: center;
}


.parish-right{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.parish-right div{
  margin-top: 10px;
}
.parish-right div, .parish-right div a {
  width: 100%;
}

.details-contact .address , .details-contact .phone{
  display: flex;
  align-items: start;
  justify-content: start;
  font-size: 19px;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0px;
	    flex-direction: column;
}
.details-contact .address .icon:before{
  content: '\e91c';
  font-family: icomoon;
  margin-right: 10px;
  font-size: 25px;
}

.details-contact .phone ul{
  margin: 0;
  list-style: none;
  padding: 0;
}

.details-contact .phone .buttons-phones li a{
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-contact .phone .buttons-phones{
    display: flex;
    justify-content: center;
  align-items: center;
}
.details-contact .phone .buttons-phones li:first-child{
  margin-left: 0;
}
.details-contact .phone .buttons-phones li{
  margin-left: 20px;

}
.details-contact p{
  font-size: 16px;
  text-align: justify;
}
.details-contact .phone ul li a:hover{
  text-decoration: none;
}
.details-contact .enoria-body{
padding:15px 0;}

.icon-phone:before{
    content: '\e91a';
  font-family: icomoon;
  font-size: 21px;  margin-right: 10px;
}
.icon-fax:before{
  content: '\e921';
  font-family: icomoon;
  font-size: 21px;
  margin-right: 10px;
}

.cause-map a{
  display: flex;
  justify-content: center;
  align-items: center;

}
.cause-map a .map-text{
  font-size: 17px;
}
.icon-map:before{
  content: '\e91b';
  font-family: icomoon;
  font-size: 25px;
  margin-right: 10px;

}

.icon-contact:before{
  content: '\e918';
  font-family: icomoon;
  font-size: 25px;
  margin-right: 10px;
}

.cause-contact a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cause-contact a .contact-txt {
  font-size: 17px;
}
.form-wrapper-center {
  margin: 0 auto;
  width: 700px !important;
}
.form-wrapper-center h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#formcontact{
  margin: 0 auto;
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#formcontact input, #formcontact textarea {
  text-align: left !important;
}

@media (max-width: 767px) {
  .form-wrapper-center{
    width: 100% !important;
  }

  .form-wrapper-center h1{
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .form-wrapper-center{
  margin-top: 55px;
}
}

/****************
-=----
NOTIFICATION MESSAGE
 */

#notification_message {
  background: #2a2f32;
  margin: 0 !important;
  padding: 0 !important;
}

#notification_message .uk-alert-close {
  color: #fff !important;
}

#notification_message p {
  color: #fff;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
@media (max-width: 560px) {
  #notification_message p{
    font-size: 14px;
  }
  .content-notification{
    padding: 20px !important;
  }
}
.content-notification{
  padding: 20px 0;
}


/****
NEWS LIST
 */

div.blog {
  /*padding: 0;*/
  /*margin-bottom: 0;*/
  /*overflow: visible;*/
}
div.blog article {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;

  background-clip: border-box;

  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  border-radius: 10px;
  padding: 35px 30px;


  background: #fff;

}
@media (max-width: 767px) {
  div.blog article {
    /*margin-top: 50px;*/
  }
}
div.blog article:not(.has-post-thumbnail) {
  background-color: #F5F3F1;
  padding: 30px 30px 30px;
  color: #2a2f32;

}
div.blog article:not(.has-post-thumbnail) .post-date {
  display: inline-block;
}
div.blog article .blog-description .link-header,  div.blog article .blog-description .link-header h3 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 21px;
  color: #2a2f32;
  text-decoration: none;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 27px;
}

@media (max-width: 560px) {
  div.blog article .blog-description .link-header, div.blog article .blog-description .link-header h3{
    font-size: 18px;
  }

  div.blog article{
    padding: 28px;
  }
}


div.blog article .photo-link {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
div.blog article .photo-link .photo-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #221917;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.blog article .photo-link img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  div.blog article .photo-link img {
    width: 100%;
    height: auto;
  }
}
div.blog article .photo-link:hover {
  color: #2a2f32;

}
div.blog article .photo-link:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}



div.blog article .blog-description {
  z-index: 2;
  position: relative;
  padding: 20px 0px 0px;
}



@media (max-width: 991px) {
  div.blog {
    /*padding: 0 0 30px;*/
  }


}





.blog-description {
  display: block;
  vertical-align: baseline;
  padding: 0 0;
  margin: 0 0;
}



.post-info {
  list-style: none;
  margin: 0px 0 0 2px;
  padding: 0px 0 8px;
  font-size: 12px;
  margin-top: 15px;
  display: flex;
}





@media (max-width: 479px) or (min-width: 768px) and (max-width: 991px) {
  .post-info .post-user,
  .post-info .post-date:after {
    display: none;
  }
}
.post-info li {
  display: flex;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  position: relative;
  align-items: center;

}
.post-info li:last-child {
  margin-right: 0;
}


.post-info li span {
  font-weight: 400;
  font-size: 13px;
  color: #2a2f32;
}

.post-info li span.info, .post-info li span.dt{
  margin-left: 10px;
}

.post-info li a:before,
.post-info li:before {
  color: #2a2f32;

  margin-right: 6px;
  position: relative;
  top: 0px;
}

.post-info li + li {
  margin-right: 18px;
  margin-inline-end: 18px;
  margin-inline-start: 0;
}
.post-category a:hover{
  text-decoration: none;
}
.post-category a{
  text-decoration: none;
}
.post-category{
  margin-top: 15px;
}

.post-info-details{
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-info-details .post-category{
  margin-top: 0px;
  margin-left: 20px;
  font-size: 13px;
}

/***********************************
HEADER NEW
 */
#header{
  padding: 0 !important;-webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
}
#header .uk-container-expand{
  /*padding-left: 0px;*/
  /*padding-right: 75px;*/
}
.main-header-three__bottom {
  position: relative;
  display: block;
  background: #ffffff;
}

.main-header-three__bottom-inner {
  position: relative;
  display: block;
}

.main-menu--1 {
  position: relative;
  display: block;
  z-index: 91;
}

.main-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-header-three__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__bottom-left .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  /*height: 130px;*/
  z-index: 1;

;
}

@media (min-width: 1300px) {
  .main-header-three__bottom-left .logo{
    width: 360px;
  }
}

.main-header-three__bottom-left .logo img{
  /*height: 100px;*/
}

.main-header-three__bottom-left .logo::before {
  position: absolute;
  top: 0;
  left: 0;
  /*bottom: -25px;*/
  right: 0;
  /*background: #2a2f32;*/
  /*clip-path: polygon(0 0,100% 0,93% 30%,80% 85%,76% 100%,0 100%,0% 80%,0% 20%);*/
  /*content: "";*/
  z-index: -1;
}

.main-header-three__bottom-left .logo .inner {
  position: relative;
  display: inline-block;filter: grayscale(1);
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.main-header-three__bottom-menu {
  position: relative;
  display: block;
  display: none;
  margin-left: 60px;
}

.main-header-three__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}



.uk-offcanvas-bar{
  background:#fff !important;
}

.btn-enories{
  width: 2.75rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#2a2f32 !important; ;
  border-radius: 100px !important;
}

.title-enories{
  font-size: 31px !important;
  font-weight: bold !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0;
  color: #2a2f32 !important;
  display: flex;
}
.enories-offcanvas .periferies .periferia-item a{
  font-size: 15px;

}
.enories-offcanvas  .periferies .periferia-item span{
  width: 35px;
  height: 35px;
}

.uk-offcanvas-overlay::before{
  background: rgba(0,0,0,.7) !important;
}

.imilias-logo{
  filter: grayscale(1);
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

@media (min-width: 1400px) {
  .main-header-three__bottom-menu{
    display: block;
  }
}

@media (max-width: 767px) {
  .main-header-three__bottom-left .logo{
    width: 220px;
    height: 85px;
    order: 2
  ;
  }

  .enories-btn{

    padding: 10px !important;

  }
  header#header.uk-active .uk-button-default-np{
    padding: 5px !important;
  }

  header#header.uk-active  .main-header-three__bottom-left .logo{
    height: 80px;
  }

  .enories-offcanvas{
    width: 100% !important;
  }
}


.menu-mobile{
  display: block;
  order: 1;
  margin-right: 15px !important;
  font-size: 0px !important;
  padding: 0 !important;
  line-height: 0px !important;
}

.menu-mobile svg{
  color: #2a2f32;
  width: 22px;
  height: 22px;
  font-weight: bold;
}

@media (min-width: 1400px) {
  .menu-mobile{
    display: none;
  }

}

@media (max-width: 1400px) {
  .main-header-three__bottom-left .logo{
    order: 2;
  }
}

.search-bar{
  margin-right: 30px;
}

.search-bar a{
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-transform: uppercase;*/
  letter-spacing: 0;
  font-family: 'Arima', cursive;
  height: 100%;
  font-weight: 600 !important;
}
.search-bar a:hover{
  color: #2a2f32;
  text-decoration: none;
}
.search-bar a span{
  order: 2;
  margin-top: 3px;
  height: 100%;
  margin-left: 10px;
  /*text-transform: uppercase;*/
}

@media (max-width: 767px) {
  .search-bar a span{
    display: none;
  }
}

@media (max-width: 767px) {
  .search-bar{
    margin-left: 5px;
    margin-right: 15px;
  }
}

.uk-modal-dialog{
  background: #fff !important;
  z-index: 999 !important;
}


/**
SLICK
 */
#slideshow .btn-white{
  border: unset !important;
}
.slideshow-dots{
  /*bottom: 0;*/
  /*width: 100%;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 0px 40px;
  /*padding: 20px 0;*/
}

.nav-desktop-slick{
  position: absolute;
  padding: 0px 100px;
	padding-bottom:50px;
}

.nav-desktop-slick .navs{
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*z-index: 9;*/
  left: 0;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
  width: 100%;

}

.custom-slick-dots >ul, .slideshow-dots ul{

  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-slick-dots li:first-child , .slideshow-dots li:first-child{
  margin-left: 0;
}
.custom-slick-dots li, .slideshow-dots li{
  list-style: none;
  margin-left:10px;
}



.custom-slick-dots .slick-dot, .slideshow-dots .slick-dot{
  cursor: pointer;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  /* border-radius: 30px !important; */
  cursor: pointer;
  width: 15px;
  height: 4px;
  border-radius: 50px;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.slideshow-dots .slick-dot{
background: #fff ;
}
.nav-desktop-slick{
  bottom: 0;
  /*padding: 30px;*/
  width: 100%;
  /*align-items: center !important;*/
  justify-content: end;
  box-sizing: border-box;
}
.nav-desktop-slick a svg{
  width: 30px;
}


.nav-desktop-slick a{
  position: relative;
  top: auto;
  z-index: 9;
  left: auto;
  right: auto;
  bottom: auto;
  width: 5.5rem;
  height:5.5rem;
  /*height: 70px;*/
  color: #fff !important;
  font-size: 40px;
  border:2px solid #fff !important;
  border-radius: 50%;
  background: transparent;

  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;

  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}



.nav-desktop-slick a:hover{
  color: #2a2f32 !important;
  background: #fff;
  border: none;
  text-decoration: none;
}
.nav-slick-news{
  display: flex;
  justify-content: end;
  align-items: center;
  margin:auto;
}

.nav-slick-news .custom-slick-dots >ul{
  margin:0;
}
.nav-slick-news .custom-slick-dots{
  /*margin:auto;*/
}
.navs-right{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 100px;
}

.navs-right-slideshow{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse!important;
}
.navs-right a{
  border:2px  solid #2a2f32;
  margin-left: 15px;
}
.navs-right a:hover {
  text-decoration: none;
  border:2px  solid #970d10 ;
}

.navs-right a.slick-disabled{
  opacity: .2;
  cursor: auto;
  pointer-events: none;
}

.navs-right a:hover:before{
  color: #970d10 ;
}
.arrow-news-prev:before{
  content: '\e911';  font-family: icomoon;
}
.arrow-news-next:before{
content: '\e912';
  font-family: icomoon;
}
.arrow-news-prev{
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  z-index: 10;
  cursor: pointer;
  color: #2a2f32 !important;
  padding: 0;
  background: 0 0;
  border-radius: 50%;
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-news-next{
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  z-index: 10;
  cursor: pointer;
  color: #2a2f32 !important;
  padding: 0;
  background: 0 0;
  border-radius: 50%;
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.custom-slick-dots .slick-dot:hover{
  cursor: pointer;
  background:#2a2f32 ;
}
.custom-slick-dots li.slick-active .slick-dot{
  background:#2a2f32 ;
}

.slideshow-dots li.slick-active .slick-dot{
  background: #970d10;
}

.slideshow-dots ul{
  margin: 0;
  margin-left: 0px;
  padding-left: 0;
}

.slideshow-dots .slick-dot:hover{
  background: #970d10;
}

@media (max-width: 767px) {
  .custom-slick-dots .slick-dot, .slideshow-dots .slick-dot{
    width: 25px;
    height: 3px;
  }
}

.slick-slide{
  margin: 0 10px;

}
/* the parent */


#slideshow .slick-list{
  margin:0px  !important;
}

@media (max-width: 767px) {
  .nav-slick-news{
    flex-direction: column;
  }


  .custom-slick-dots >ul, .slideshow-dots ul{
    padding: 0;
  }

  .navs-right{
    margin-top: 20px;
  }

  .navs-right a{
    width: 2.4rem;
    height:  2.4rem;  font-size: 22px;
  }

  .navs-right a:first-child{
    margin-left: 0px;
  }
}


/***
NEWS HOME
 */
.container-news{
  padding: 0px 100px;
}
@media (max-width: 991px) {
  .container-news{
    padding: 0;
  }
}

#news.news-home{
  background:#fff;

}

/***
HISTORY HOME PAGE
 */

.history-title{
  font-weight: bold !important;
  color: #2a2f32 !important;
  font-size: 2.625rem;
}

@media (max-width: 767px) {
  .history-title{
    font-size: 32px;
  }
}

.history-body{
  margin-top: 15px;
}
.history-body, .history-body p{
  font-size: 18px;
}

.section-one-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-double-top .uk-container{
  /*--bs-gutter-x: 1.5rem;*/
  /*--bs-gutter-y: 0;*/
  /*width: 100%;*/
  /*padding-right: calc(var(--bs-gutter-x) * .5);*/
  /*padding-left: calc(var(--bs-gutter-x) * .5);*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}



.section-double-2{
  position: relative;
  overflow: hidden;
}

.section-md{
  padding: 60px 0 65px;
}

.section-double-2 .section-double-top {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .section-double-2 .section-double-bottom {
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  .section-md {
    padding: 60px 0;
  }

  .section-md {
    padding: 70px 0;
  }

  .section-lg, .section-xxl {
    padding: 80px 0;
  }

  .section-double .section-double-top {
    padding-bottom: 100px;
  }

  .section-double .section-double-bottom {
    margin-top: -40px;
    padding-top: 0;
  }

  .section-double-2 .section-double-bottom {
    margin-top: -65px;
    padding-top: 130px;
  }

  .section-creative .section-creative-top, .section-creative .section-creative-quote, .section-creative .section-creative-list, .section-creative .section-creative-bottom, .section-creative .section-creative-front {
    position: relative;
  }

  .section-creative .section-creative-front {
    z-index: 2;
  }

  .section-creative .section-creative-top {
    padding-bottom: 100px;
  }

  .section-creative .section-creative-quote {
    z-index: 2;
    padding-bottom: 0;
  }

  .section-creative .section-creative-list {
    z-index: 1;
    padding-top: 160px;
    margin-top: -90px;
    padding-bottom: 200px;
  }

  .section-creative .section-creative-bottom {
    margin-top: -110px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .section-xs {
    padding: 75px 0;
  }

  .section-sm {
    padding: 90px 0;
  }

  .section-md {
    padding: 120px 0;
  }

  .section-md-top-65 {
    padding-top: 65px;
  }

  .section-lg {
    padding: 146px 0;
  }

  .section-xxl {
    padding: 150px 0;
  }

  .section-double .section-double-top {
    padding-bottom: 180px;
  }

  .section-double .section-double-bottom {
    margin-top: -80px;
  }

  .section-creative .section-creative-list {
    padding-bottom: 280px;
  }

  .section-creative .section-creative-bottom {
    margin-top: -200px;
  }
}

@media (min-width: 1600px) {
  .section-xxl {
    padding: 194px 0;
  }
}


.bg-darkest {
  background-color: #2a2f32;
}


.layout {
  position: relative;
}

.layout-media {
  min-height: 300px;
}

.layout-content {
  padding: 1.25rem 0.9375rem;
}

.layout-2 .layout-content {
  padding: 1.875rem 0.9375rem 3.125rem;
}

.layout-3 .layout-media {
  min-height: 200px;
}

.layout-3 .layout-content {
  position: relative;
  z-index: 1;
  max-width: 522px;
  padding: 1.875rem 0.9375rem;
}

@media (min-width: 992px) {
  .layout {
    display: flex;
  }

  .layout-1 {
    padding: 5.625rem 0rem;
  }

  .layout-1 .layout-media {
    position: absolute;
    left: 19%;
    top: 0;
    bottom: 0;
    width: calc(100vw - 19% - (100vw - 960px) / 2);
  }

  .layout-1 .layout-content {
    position: relative;
    z-index: 1;
    max-width: 420px;
    padding: 3.4375rem 2.5rem 3.4375rem 0rem;
  }

  .layout-1 .layout-content::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background-color: inherit;
    content: '';
  }

  .layout-2 {
    justify-content: flex-end;
  }

  .layout-2 .layout-media {
    position: absolute;
    right: 60%;
    top: 4.0625rem;
    bottom: 4.0625rem;
    z-index: 1;
    width: calc( 100vw - 60% - (100vw - 960px) / 2);
  }

  .layout-2 .layout-content {
    position: relative;
    z-index: 0;
    max-width: 700px;
    width: 100%;
    padding: 3.4375rem 0rem 3.4375rem;
    padding-left: 38%;
  }

  .layout-2 .layout-content::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background-color: inherit;
    content: '';
  }

  .layout-3 {
    display: block;
    padding-top: 60%;
  }

  .layout-3 .layout-media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 50px;
    width: 80%;
  }

  .layout-3 .layout-content {
    padding: 1.875rem 2.5rem 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .layout-1 .layout-media {
    width: calc(100vw - 19% - (100vw - 1400px) / 2);
  }

  .layout-2 .layout-media {
    width: calc( 100vw - 60% - (100vw - 1400px) / 2);
  }

  .layout-2 .layout-content {
    padding: 7.125rem 0rem 8.375rem;
    padding-left: 25%;
  }
}



.bg-100 {
  background-color: #f8f8f8;
}

.bg-image {
  background-position: center center;
  background-size: cover;
}

.icon {
  display: inline-block;
}

.icon-md {
  font-size: 1.375rem;
}

.icon-link {
  color: inherit;
}

.icon-link:hover {
  color: #D79E8E;
}

.icon-link-gray {
  color: #cfcfcf;
}

.icon-link-gray:hover {
  color: #D79E8E;
}

.box-icon-bordered {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 25px;
  border-left: 1px solid;
  justify-content: center;
  border-color: #dee2e6;
}

.context-dark .box-icon-bordered {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .context-dark .box-icon-bordered{
    border-bottom: 1px solid #333739;
    border-left: unset;
  }

  .box-icon-bordered{
    padding: 20px 0;
  }
}

.bg-darkest h2{
  color: #fff;
  font-weight: bold;
}

.box-icon-bordered:hover{
  text-decoration: none;

}
.box-icon-bordered{text-decoration: none}

.box-icon-bordered:hover .box-icon-bordered-title{
  opacity: 0.8;
}

.box-icon-bordered .box-icon-bordered-title {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}

.box-icon-bordered .box-icon-bordered-icon {
  font-size: 2.125rem;
  margin-right: 10px;
  color: #fff;
}

.box-icon-bordered .box-icon-bordered-icon svg{
  width: 30px;
}

.enories-icon:before{
    content: '\e90d';
  font-family: icomoon;
}
.company-icon:before{
  content: '\e920';
  font-family: icomoon;

}

.ieres-mones-icon:before{
  content: '\e91f';
  font-family: icomoon;
}

.dioikisi-icon:before{
  content: '\e915';
  font-family: icomoon;
}

.header-default h4{
  font-size: 40px !important;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .header-default{
    flex-direction: column;
  }
}


/**
SLIDESHOW
 */

#slideshow .slick-slide{
  margin:0;
}
.slide-content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-desktop-slick-next:before{
  content: '\e912';
  font-family: icomoon;font-size: 35px;
}

.nav-desktop-slick-prev:before{
  content: '\e911';
  font-family: icomoon;font-size: 35px;
}

.slide-content h1{
  font-weight: bold;
  font-size: 65px;
}
.subtitle{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.slideshow_wrapper{
  position: relative;
}

.slide-content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-desktop-slick a.slick-disabled{
  opacity: .2;
  cursor: auto;
  pointer-events: none;
}

@media (max-width: 991px) {

    .slide-content h1{
    font-size: 35px
    }

  .subtitle{
    font-size: 16px;
  }

}
@media (max-width: 767px) {
  .slide-content{

    padding: 20px;
    margin:0px !important;
  }

  .slide-content h1{

    font-size: 25px;
  }
  .subtitle{

    font-size: 17px;
  }

  .nav-desktop-slick{
    position: unset !important;
    padding:20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .slideshow-dots li.slick-active .slick-dot{
    background: #2a2f32;
  }
  .slideshow-dots .slick-dot{
    background: #d6d6d6;
  }
  .navs-right-slideshow{
    flex-direction:unset !important;
    margin-top: 20px;
  }
  .nav-desktop-slick a svg{
    width: 20px;
  }
  .nav-desktop-slick a:first-child{
    margin-left: 0;
  }
  .nav-desktop-slick a{
    width: 2.5rem;
    height: 2.5rem;
    /*height: 40px;*/
    color: #2a2f32 !important;
    background: unset;
    border-radius: 50%;
    margin: 0;
    margin-left: 15px;

    border:2px solid #2a2f32 !important;
  }

  .nav-desktop-slick-prev:before, .nav-desktop-slick-next:before{
    font-size: 22px;
  }

  .nav-desktop-slick a:hover{
    background: unset;
    color: #2a2f32;
    text-decoration: none;
  }
  .nav-desktop-slick .navs{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: -32px;*/
    background: #fff !important;
    z-index: 2;

    margin-top: 20px;

    /*border-radius: 52px;*/
  }
  .slideshow-dots{
    /*padding-top: 20px;*/
  }

  #slideshow{
    margin-bottom: 50px;
  }

  .slideshow-dots ul{
    margin-left: 0;
  }
}

.slideshow_wrapper:before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100.4%;
  height: 100%;
  bottom: 0;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease,-webkit-transform .45s ease;
  content: "";
  background: linear-gradient( 180deg ,transparent 0,rgba(0,0,0,.65));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#e0000000",GradientType=0);
}

/**
HOMEPAGE RADIOFONIKOS STATHMOS
 */

#radiofonikosstathmos{
  background: #2a2f32;
}

.content-radio .radio-title{
  font-size: 35px;
  color: #fff;
  display: flex;
  justify-content: start;
  /*align-items: center;*/
  flex-direction: column;
  font-weight: bold;
  text-align: center;
}

.content-radio{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.radio-audio .padding {
  text-align: center;
  padding: 10px;
}

.radio-audio .radio-container {
  box-sizing: border-box;
  background: #fff;
  color: #2a2f32;
  cursor: pointer;
  /*padding: 16px 0 0 0;*/
  margin: 0 auto;

  position: relative;
  border-radius: 25px;
  height: 50px;
  width: 210px;
  font-weight: 600;
  font-size: 16px;display: flex;
  justify-content: center;
  align-items: center;
}

.radio-inside .radio-container{
  background: #2a2f32;
  color: #fff;
  width: 100%;
  font-size: 19px !important;
}

.radio-audio audio {
  display: none;
}

.radio-audio .play-button::before,
.radio-audio .play-button.playing::before{
  content: '';
  display: inline-block;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  margin-right: 10px;

  border-color: transparent transparent transparent #2a2f32;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 6px 0 6px 8px;
}

.radio-inside .play-button::before{
  border-color: transparent transparent transparent #ffffff;
}


.radio-inside .play-button.playing::before{
  border-color: transparent transparent transparent #ffffff;
}

.radio-inside .radio-container:hover .play-button:before{
  border-color: transparent transparent transparent #2a2f32;
}


.radio-audio .play-button.playing::before {
  border-style: double;
  border-width: 0px 0 0px 8px;
}

@media (max-width: 640px) {
  .content-radio{
    flex-direction: column;
    padding: 0px 15px;

  }
  .content-radio .radio-title{
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .content-radio .radio-title{
    text-align: center;
    font-size: 20px;
  }

  .radio-btn-read-more{
    font-size: 13px;
    margin-top: 5px;
  }
}
.radio-btn-read-more{
  font-size: 16px;
  text-align: center;
  margin-top: 2px;
  font-weight: 500;
  color: #fff !important;
}
.radio-btn-read-more:hover{
  text-decoration: none;
  opacity: 0.8;
}
.radio-btn-read-more:after{
    content: '\e912';
  font-family: icomoon;
}
.icon-play svg{
  width: 30px;
}
.icon-play:before{
  content: '\e902';
  font-family: icomoon;
  font-size: 62px;

}

#radio-footer{
  /*background: #fff;*/
  padding: 25px 0;
  background: #2a2f32;
  /*border-top: 1px solid #f1f1f1;*/
}

@media (max-width: 640px) {
  #radio-footer{
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
  }
}

.footer-radio-audio .radio-container{
  /*background: #2a2f32;*/
}

.footer-radio-audio .play-button::before, .footer-radio-audio .play-button.playing::before{
  /*border-color: transparent transparent transparent #fff;*/
}
.footer-radio-audio .radio-container{
  /*color: #fff;*/
}
.footer-radio-audio .text-radio{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.radio-audio-icon-footer:before{
  content: '\e902';
  font-family: icomoon;
  font-size: 62px;
  /*color:#2a2f32;*/
  color: #fff;
}
.footer-radio-audio .text-radio-wrapper{
    font-size: 20px;
  margin-bottom: 15px;
  color: #fff;

}


/**
BUTTON ENORIES
 */


.enories-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.enories-btn:before{
  content: '\e90d';
  font-family: icomoon;
  /*margin-right: 7px;*/
  font-size: 16px;
}

.contact-icon:before{
  content: '\e918';
  font-family: icomoon;
  /*margin-right: 7px;*/
  font-size: 16px;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .contact-icon:before{
    margin: 0px !important;
    font-size:16px;
  }
}


@media (max-width: 1200px) {
  .contact-icon{
    padding: 0px !important;
    border: unset !important;
    font-size: 0px !important;
    line-height: unset !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
  }


  .enories-btn{

    padding: 5px 15px !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .contact-icon:before{
    font-size: 20px;
  }

  .btn-white:after{
    content: unset;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .uk-navbar-center:not(:only-child){
    position: unset !important;
    margin-left: 15px;
    transform: unset !important;
  }
}

@media (max-width: 480px) {
  .main-header-three__bottom-left .logo{
    width: 170px;
	  margin-left:20px;
  }
  .main-header-three__bottom-left{
    margin-left: 0px !important;
  }
}


/**
KINISIS MITROPOLITI LIST
 */

#kinisis{
  background: #f8f8f8;
}

.header-default{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-default a:hover{
  text-decoration: none;
}


.uk-tab > * > a{
  text-transform: none !important;
}


/**
ΕΟΡΤΟΛΟΓΙΟ
 */




.item-row{
  position: relative;
  margin-top: 30px !important;
}

.item-inner {
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  border-radius: 10px;
  padding: 35px 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #21212d;
}
.item-inner .entry-title,  .item-inner .post-more, .item-inner  .entry-details {
  padding-left: 40px;
  position: relative;
}

.item-inner>* {
  margin-bottom: 15px;
}

.item-inner h5{
  color: #2a2f32;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.item-inner h5 a{
  text-decoration: none;
  color: #2a2f32;

}



@media (min-width: 991px) {
  .item-inner h5 a{
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .item-inner h5 a{
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .item-inner h5 a{
    font-size: 25px;
  }

}

.item-inner .post-more>a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 2px;    color: #2a2f32;
}
.item-inner .post-more>a:hover{
  color: #2a2f32;
  opacity: 0.8;
}


.item-inner > *:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .item-inner{
    flex-direction: column;
    padding:20px 0;
  }

  .item-inner .entry-title, .item-inner .post-more{
    padding: 0;
  }

  .item-inner h5 a{
    font-size: 18px;

  }

  .item-content{
    text-align: center;
  }

  .item-inner .entry-title, .item-inner .post-more, .item-inner .entry-details{
    padding: 0;
  }

  .item-inner .entry-details {
    margin-bottom: 10px !important;
  }

  .item-row{
    margin-top: 15px !important;
  }
}


/**
Category
 */

.category-description{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin:0 auto;
}
.category-description p{
  font-size:18px;
}

@media (max-width: 991px) {
  .category-description{
    width: 100%;
  }
}


/*************
OIKONOMIKA STOIXEIA
 */


/***
EVENTS
 */

.oikonokika-stoixeia .item{
  position: relative;
}

.oikonokika-stoixeia .item-inner {
  -webkit-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  -moz-box-shadow: rgba(2,2,2,.06) 0 0 50px;
  box-shadow: rgba(2,2,2,.06) 0 0 50px;
  border-radius: 10px;
  padding: 35px 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.oikonokika-stoixeia .item-date {

  padding: 25px 15px 25px 15px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  /*margin-top: -40px;*/
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 100px;
  width: 100px;
}



.item-date-year{
  font-weight: bold;
  font-size: 25px;
}









.oikonokika-stoixeia .item-inner  .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #21212d;
}
.oikonokika-stoixeia .item-inner .entry-title,  .oikonokika-stoixeia .item-inner
.post-more {
  padding-left: 40px;
  position: relative;
}

.oikonokika-stoixeia .item-inner>* {
  margin-bottom: 15px;
}

.oikonokika-stoixeia .item-inner h5{
  color: #2a2f32;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.oikonokika-stoixeia .item-inner h5 a{
  text-decoration: none;
  color: #2a2f32;

}



@media (min-width: 991px) {
  .oikonokika-stoixeia .item-inner h5 a{
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .oikonokika-stoixeia .item-inner h5 a{
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .oikonokika-stoixeia .item-inner h5 a{
    font-size: 25px;
  }

}

.oikonokika-stoixeia .item-inner .post-more>a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 2px;    color: #2a2f32;
}
.oikonokika-stoixeia .item-inner .post-more>a:hover{
  color: #2a2f32;
  opacity: 0.8;
}

.oikonokika-stoixeia .item-inner > *:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .oikonokika-stoixeia .item-inner{
    flex-direction: column;
  }

  .oikonokika-stoixeia .item-inner .entry-title, .oikonokika-stoixeia .item-inner .post-more{
    padding: 0;
  }

  .oikonokika-stoixeia .item-inner h5 a{
    font-size: 22px;
  }

  .oikonomika-stoixeia-content{
    text-align: center;
  }
}


/**
PAGE RADIO
 */

.left-position-radio-modal{
  background: #2a2f32;
  padding: 100px 40px;
  padding-right: 0;
}



@media (max-width: 640px) {
  #viewprogram .uk-modal-close-full{
        background: unset !important;
  }

  .left-position-radio-modal{
    padding-bottom: 0;
  }
}

.left-position-radio-modal .uk-tab-left::before{
  display: none;
}

.view-programm a:before{
  content: '\e901';
  font-family: IcoMoon;
  margin-right: 15px;
}

.view-programm a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px !important;
}

.tab-programview li a{
  /*padding:35px !important;*/
  color: #fff !important;
  border:none !important;
  padding: 20px;
}

.tab-programview li.uk-active > a{
  border-color: #fff ;
  border-right: 4px solid #fff;
  background: #fff;
  color: #2a2f32 !important;

}
.radio-content{
  background: #fff;
}
.radio-content p{
  font-size: 16px;
}

.tab-programview li{
  /*background: #F5F5F5;*/
}
.tab-programview > .uk-active {
background: #2a2f32 ;
}
.tab-programview > .uk-active > a{
    color: #fff !important;
    border:none !important;
}

.tab-programview  a:hover{

  background: #fff;
    color:#2a2f32 !important;
}

@media(max-width:560px){
	  .enories-btn{
		    border: none !important;
    background: #fff;
		  padding:0px  !important;
    font-size: 14px !important;
    color: #2a2f32 !important;
	}

	.enories-btn:after{
		display:none;
	}

	.contact-icon.uk-margin-right{
	margin-right: 0px !important;
		display:none !important;
	}
}




.btn-submit{
  margin-top: 20px;

}
.btn-submit >input#edit-submit{
  background: #2a2f32;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 6px 30px !important;
  line-height: 40px !important;
  border-radius: 51px !important;
  transition: border-color .3s ease;
  overflow: hidden !important;
  position: relative;
  border: 1px solid #2a2f32 !important;
  text-transform: initial;
  color: #fff !important;
  height: 60px;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.btn-submit >input#edit-submit:hover{
  cursor: pointer;
  background: #fff;
  color: #2a2f32 !important;
  border:1px solid #2a2f32;
}


.newsletter-submit input, .btn-submit input {
  background: #2a2f32;
  font-size: 21px !important;
  font-weight: bold !important;
  padding: 13px 40px !important;
  line-height: 40px !important;
  border-radius: 51px !important;
  transition: border-color .3s ease;
  overflow: hidden !important;
  position: relative;
  border: 1px solid #2a2f32 !important;
  font-weight: bold;
  text-transform: initial;
  color: #fff !important;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  height: auto !important;
  transition: 0.1s ease-in-out;
  transition-property: color,background-color,border-color;
  text-align: center !important;
}
.newsletter-submit {
  width: 300px;
  margin: 0 auto;
}


.newsletter-submit input:hover,.newsletter-submit input:focus, .newsletter-submit input:active,
.btn-submit input:hover, .btn-submit input:focus, .btn-submit input:active {
  cursor: pointer;
  background: #fff !important;
  color: #2a2f32 !important;
}


.nextprev-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9e9e9;

}


.nextprev-wrapper a{
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f8f8f8;
  padding: 40px 0px;
  color:#2a2f32;
  font-weight: bold;box-sizing: border-box;
  font-size: 30px;
}

.nextprev-wrapper a:last-child{
  border-right:none;
}


.nextprev-wrapper a:hover{
  text-decoration: none;
    background: #f8f8f8 !important;

}


.nextprev-wrapper a.prev:before{
  content: '\e904';
  font-family: icomoon;
  margin-right: 20px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nextprev-wrapper a.next:after{
  content: '\e90a';
  font-family: icomoon;  margin-left: 20px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}



@media (max-width: 640px) {
  .nextprev-wrapper a{
    font-size: 17px;
    padding: 23px 0px;
    border-right: 1px solid #f8f8f8;
  }



  .nextprev-wrapper a:before,   .nextprev-wrapper a:after{
    font-size: 17px !important;
  }
}



/**
user login
 */

section.user-login .page-center .form-grid input {
  border-bottom: 1px solid #000;
  text-align: left;
}

section.user-login .page-center #edit-name--description, section.user-login .page-center #edit-pass--description {
  display: none;
}
section.user-login .page-center #edit-submit:hover{
  cursor: pointer;
  background: #fff;
  color: #2a2f32;
}
section.user-login .page-center #edit-submit {
  border: 1px solid #2a2f32;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  background: #2a2f32;
  color: #fff;
  text-transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto !important;
}


#views-exposed-form-oikonomika-stoiheia-page-1 .js-form-item label{
  display: none;
}


#views-exposed-form-oikonomika-stoiheia-page-1 input{
  background: #f8f8f8;
  padding: 15px;
  height: 50px;
  margin-bottom: 5px;
}

#views-exposed-form-oikonomika-stoiheia-page-1 input[type=submit]{
  background: #2a2f32;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 6px 30px !important;
  margin:0;

  border-radius: 51px !important;
  transition: border-color .3s ease;
  overflow: hidden !important;
  position: relative;
  border: 1px solid #2a2f32 !important;
  text-transform: initial;
  color: #fff !important;
  width: auto;
}
#views-exposed-form-oikonomika-stoiheia-page-1 .description{
  font-size: 12px;
  font-style: italic;
  text-align: left;
  padding-left: 20px;
}
#views-exposed-form-oikonomika-stoiheia-page-1 .description:before{
    content: '\e901';
  font-family: icomoon;
  font-style: normal;
}
#views-exposed-form-oikonomika-stoiheia-page-1{
  display: flex;
  justify-content: start;
  margin:0;
}
#views-exposed-form-oikonomika-stoiheia-page-1 input[type=submit]:hover,
#views-exposed-form-oikonomika-stoiheia-page-1 input[type=submit]:active,
#views-exposed-form-oikonomika-stoiheia-page-1 input[type=submit]:focus{
  cursor: pointer;
  background: #fff;
  color: #2a2f32 !important;
  border: 1px solid #2a2f32;
}
#views-exposed-form-oikonomika-stoiheia-page-1 input[type=submit]:before{
  content: '\e900';
  font-family: icomoon;
}
#views-exposed-form-oikonomika-stoiheia-page-1 input{
  font-size: 13px !important;
  border-radius: 50px;
  padding: 20px;
}

#views-exposed-form-oikonomika-stoiheia-page-1 input::placeholder,
#views-exposed-form-oikonomika-stoiheia-page-1 input::-ms-input-placeholder{
  opacity: 0.6; /* Firefox */
  font-size: 13px !important;
}


.slides_news ..slick-list{
margin:0 !important; }


.form-grid#parishcontact .col input, .form-grid#parishcontact .col textarea, .form-grid#parishcontact .col select,
.form-grid#parishcontact .js-form-item input, .form-grid#parishcontact .js-form-item textarea, .form-grid#parishcontact .js-form-item select{
    border-bottom: 2px solid #002 !important;
    text-align: right !important;
}

.form-grid#parishcontact .js-form-item:nth-child(n+3) {
    grid-column: 1/3;
    /* text-align: center; */
}

.form-grid#parishcontact .contact-form-submit input,
.form-grid#parishcontact input[type="submit"]{
    background: #2a2f32;
    font-size: 21px !important;
    font-weight: bold !important;
    padding: 13px 40px !important;
    line-height: 40px !important;
    border-radius: 51px !important;
    transition: border-color .3s ease;
    overflow: hidden !important;
    position: relative;
    border: 1px solid #2a2f32 !important;
    font-weight: bold;
    text-transform: initial;
    color: #fff !important;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    height: auto !important;
    transition: 0.1s ease-in-out;
    transition-property: color,background-color,border-color;
    text-align: center !important;
}

.form-grid#parishcontact .contact-form-submit input:hover, 
.form-grid#parishcontact input[type="submit"]:hover{
    cursor: pointer;
    background: #fff !important;
    color: #2a2f32 !important;
}

#views-exposed-form-search-page-1 label, #views-exposed-form-search-page-1 input[type="submit"]{
  display: none;
}

.term-description{
  font-size: 20px;
}

.center-thun{
	display:flex;
justify-content:center;
}

.form-grid#views-exposed-form-enimerosi-page-1 {
max-width: unset;
	display:flex;
	width:auto;
}

.form-grid#views-exposed-form-enimerosi-page-1 .js-form-item{
	display:flex;
	justify-content: start;
	align-items:center;
	grid-template-columns:unset;

}
.form-grid#views-exposed-form-enimerosi-page-1 label{
	margin-right:15px;
	font-size:19px;
}


.form-grid#views-exposed-form-enimerosi-page-1 #edit-submit-enimerosi{
	width:auto;
	margin-bottom:0;
	margin-left:20px;
	
	background: #2a2f32;
    font-size: 17px !important;
    font-weight: bold !important;
    padding: 13px 40px !important;
  
    border-radius: 51px !important;
    transition: border-color .3s ease;
    overflow: hidden !important;
    position: relative;
    border: 1px solid #2a2f32 !important;
    font-weight: bold;
    text-transform: initial;
    color: #fff !important;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;

    text-align: center;
    text-decoration: none;
    height: auto !important;
    transition: 0.1s ease-in-out;
    transition-property: color,background-color,border-color;
    text-align: center !important;

}

.form-grid#views-exposed-form-enimerosi-page-1 #edit-submit-enimerosi:hover{
cursor: pointer;
    background: #fff !important;
    color: #2a2f32 !important;
}

.form-grid#views-exposed-form-enimerosi-page-1 select{
	margin-bottom:0;
	width:auto;
	border-bottom:2px solid #222;
}
.form-grid#views-exposed-form-enimerosi-page-1 select option{
font-size:16px;}

.form-grid#views-exposed-form-enimerosi-page-1{
	margin-bottom:40px;
}

@media(max-width:767px){
	.form-grid#views-exposed-form-enimerosi-page-1 #edit-submit-enimerosi{
	padding: 8px 40px !important;
	}
	
	.form-grid#views-exposed-form-enimerosi-page-1 label{
	display:none;}
}

@media(max-width:480px){
	.form-grid#views-exposed-form-enimerosi-page-1{
	flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	
	.form-grid#views-exposed-form-enimerosi-page-1 select{
	margin-bottom:15px;}

}


/**
radio
 */
.radio-audio .radio-container a{
  color: #2a2f32;
}

.radio-audio .radio-container a:hover{
  text-decoration: none;
  color: #2a2f32;
}

.radio-audio .radio-container a.inside-play{
	color:#fff;
}

.radio-audio .radio-container a.inside-play:hover{
	color:#2a2f32;
}


#faqform-contact{
    max-width:100%;
}


.title-aporia{
display: flex;
    justify-content: center;
    align-items: center;font-weight: bold;
    flex-direction: column;
}

.title-aporia svg{
    width:52px;
    height:52px;
    margin-bottom:20px;
}

.apories p{
    font-size:20px;
}

[data-align="right"] {
    /* Styles */
    float:right;
    padding-left:15px;
}

[data-align="left"] {
    /* Styles */
    float:left;
    padding-right:15px;
}