/* ----------- FONT AWESOME V5.15.1 ----------- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

/* ----------- GENERAL ----------- */
a {
    text-decoration: none !important;
    border: 0 !important;
    color:#007688;
}

.search-form{
  display:none;
}

.search-results li{
  padding-left: 0px;
  margin-left: 0px;
}

.search-results .search-result__title{
  color: #007688;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin: 10px 0 0;
    padding: 0;
    font-weight:normal;
}

a:hover, a:focus, a:active {
    text-decoration: none !important;
    border: 0 !important;
    color:#007688 !important;
}

body {
    color:black;
    background-color: white !important;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
}


#block-atc-account-menu {
    margin: 0px !important;
    margin-top: -20px!important;
}

#block-atc-account-menu a {
    color:black !important;
    font-size:16px;
    font-family: 'Alegreya Sans', sans-serif;
}

#block-atc-account-menu a:hover,
#block-atc-account-menu a:focus,
#block-atc-account-menu a:active
{
    text-decoration: none !important;
    border: 0 !important;
    color:#007688 !important;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
}

.node__meta {
  font-family: 'Alegreya Sans', sans-serif;
}

/* ----------- STRUCTURE ----------- */
.layout-container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.col-md-9.layout-content {
  max-width: 920px;
  margin-right: auto;
}

.fixed-width {
    max-width: 1366px;
}

.row {
    width:100%;
    padding: 0;
    margin: 0 auto;
}

.welcome-text {
  background-color: #f6f6f6;
  padding: 80px 0;
  color:#007688;
  text-align:center;
}

.welcome-text .region-welcome {
  max-width: 1366px;
  margin: 0 auto;
}

.welcome-text .block-block-content {
  padding-left: 15px;
  padding-right: 15px;
}

.welcome-text h1 {
  font-weight: 600;
  color: black;
}

.welcome-text h2 {
  font-size: 36px;
  font-weight: 600;
}


.welcome-text p {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .welcome-text .block-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ----------- HEADER - TOP MENU ----------- */
.top-menu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 50px;
    position: sticky;
    top:0;
    z-index:10;
}

.logo {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #007688;
    opacity: 1;
    font-size: 20px;
    line-height: 24px;
    margin-right: 74px;
}

.logo .nav-link {
    display:block;
    padding-left: 14px;
    padding-bottom: 1px;
    padding-top: 0;
}

.logo img, .liSearch img{
  max-width: unset;
}

.log-in{
  padding-right: 5px;
}

ul.navbar, .log-in ul {
  list-style-type: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.navbar a:hover, .log-in ul a:hover {
    color: #007688;
}

.mainMenu-items {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainMenu-items .nav-item {
  padding-right: 24px;
  overflow:hidden;
  white-space: nowrap;
}

.nav-item{
  font-size:18px;
}

/* ----------- HERO ----------- */
.hero-container {
    width: 100%;
    height: 490px;
    position: relative;
    overflow:hidden;
}

.hero-search {
  position: absolute;
  width: 100%;
  height: 0px;
  opacity: 1;
  z-index: 4;
  max-width: 1346px;
  padding: 0;
  top: 10px;
  left: 27%;
}

.hero-search input{
  display:none;
  width:100%;
  max-width:880px;
  height:50px;
  outline:0px !important;
  border-radius: 5px;
  border:1px gray;
  padding: 10px 10px 10px 20px;
}

#btnSearch img{
  margin-bottom:3px;
  cursor:pointer;
  width:14px;
  height:14px;
}

#btnDoSearch{
  display: inline;
  position: relative;
  right: 15px;
}

#btnDoSearch img{
  width: 14px;
  position: absolute;
  top: 12px;
  cursor:pointer;
  right:40px;
}

.hero-flags {
  width: 100%;
  height: 0px;
  opacity: 1;
  z-index: 3;
  margin: 0px auto 0;
  max-width: 1346px;
  padding: 0;
  padding-top:10px;
  padding-right: 15px;
  text-align: right;
}

@media (max-width: 768px) {
  .hero-flags {
    padding-right: 0px;
  }
}

.aside-container i{
  margin-right:10px;  
}

div.rf-message{
  color:white;
  margin-top: -30px;
  text-align: center;
  font-size: 16px;
}

div.pass-message{
  color:white;  
  text-align: center;
  font-size: 16px;
}

span.rf-message{
  color:#ee0000;
}

.hero-flags .flag {
    display:inline;
    z-index:3;
    margin-left:10px;
    cursor: pointer;
}

.hero-flags .flag img {
    width:25px;
    height:25px;
}


.hero-image {
    position: absolute;
    width: 100%;
    height: 490px;
    background: transparent url('../../images/hero image2x.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.hero-gradient {
    position: absolute;
    width: 100%;
    height: 490px;
    background: transparent linear-gradient(90deg, #017688CC 0%, #017688CC 28%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index:2;
}

.hero-text {
    width: 100%;
    height: 490px;
    opacity: 1;
    z-index:2;
    margin: 10px auto 0;
    max-width: 1346px;
    padding: 0;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

/* ----------- INNER PAGE HERO ----------- */
.inner-hero-container {
  width: 100%;
  height: 190px;
  position: relative;
}

.inner-hero-container h2 {
  margin-bottom:0 !important;
}

.inner-hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url('../../images/hero image2x.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.inner-hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #017688CC 0%, #017688CC 28%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index:2;
}

.inner-hero-text {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index:2;
  margin: 10px auto 0;
  max-width: 1346px;
  padding: 0;
  padding-left: 5px;
  display: flex;
  align-items: center;
}

.inner-hero-text h2 {
  font-size: 36px !important;
  line-height: 38px  !important;
}


@media (max-width: 1440px) {
  .hero-text {
    padding:20px;
    margin:0 auto;
  }
  .inner-hero-text {
    padding:30px 20px;
    margin:0 auto;
  }

}

.hero-text-words {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    max-height:490px;
}

.region-hero {
    overflow: hidden;
    max-height: 490px;
    width: 100%;
}

.region-hero p {
    font-size: 18px;
    line-height: 22px;
}

.region-hero h2 {
  font-size: 47px;
  line-height: 58px;
  margin-bottom: 20px;
}

.region-hero h3 {
/*  font-size: 40px;*/
  line-height: 50px;
  margin-bottom: 15px;
}


/* ----------- INNER PAGE CONTENT (p.x. about us) ----------- */
.layout-content .node__content {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* ----------- CONTENT & SIDEBAR ----------- */
main {
    margin:0 auto;
    margin-top: 50px;
}

.dashboard-header {
    font-size:28px;
    line-height: 38px;
    font-weight: 600;
}

.dashboard-header > img {
    margin-top: -5px;
    margin-right: 15px;
}

.dashboard-header > hr {
    border-color:black;
    width:120px;
    margin:0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aside-container {
    margin-bottom:40px;
}

.news-item {
    margin-bottom:30px;
}

.news-item .date {
    margin:0;
    padding:0;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.aside-container .headline {
    color: #007688;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 15px;
}

.news-item .headline {
    color: #007688;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin: 10px 0 0;
    padding: 0;
}

.news-item .tags a {
    font-weight: 700;
    color: #007688;
    font-size: 14px;
    line-height: 19px;
}

.news-item .tags > a:first-child:before {
    content:url('../../images/shopping-store-tags.svg');
    padding-right: 5px;
    vertical-align: baseline;
}

.more, .more-link {
    color: #007688;
    font-size: 16px;
    margin-bottom:30px;
    font-weight: 600;
    margin-bottom: 10%;
}

.aside-container .more {
    margin-top: 30px;
}

ul.home-news-items-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

.search-block-form h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.search-block-form h2:after {
  border-bottom: 1px solid #000;
  content: "";
  margin: 20px 0;
  display: flex;
  margin-right: auto;
  width: 120px;
}


/* ---------- HOME LATEST NEWS ---------- */

.item-list ul li.home-latestNews-col {
  padding-right: 25px;
  margin-bottom: 30px;
}

.user-logged-in li.col-xs-12.col-sm-6.col-md-3.home-latestNews-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

li.col-xs-12.col-sm-6.col-md-3.makers-list-col {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.home-latestNews-col .msp-news-title {
  padding: 10px 0;
  font-size: 20px;
  line-height: 24px;
}

.maker-list-fname{
  display: inline-block;
  padding-top: 10px;
  margin-right:7px;
}

.home-latestNews-col .msp-news-date {
  margin-top: 20px;
  color: #555;
  font-style: italic;
}

@media (max-width: 600px) {
  .user-logged-in li.col-xs-12.col-sm-6.col-md-3.home-latestNews-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  li.col-xs-12.col-sm-6.col-md-3.makers-list-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ----------- ARTICLE PAGE ----------- */

.page-node-type-article article .field--type-text-with-summary {
  margin-top: 5%;
}

.node--type-article .field--name-field-tags .field__label {
  display: none;
}

.node--type-article .field--name-field-tags .links > li:first-child:before {
  content:url('../../images/shopping-store-tags.svg');
  padding-right: 5px;
  vertical-align: middle;
}

.node--type-article .field--name-field-tags .links a {
  font-weight: 700;
  color: #007688;
  font-size: 14px;
  line-height: 19px;
}

.node--type-article .field--name-field-tags ul.links {
  font-family: 'Alegreya Sans', sans-serif;
}

.node--type-article .field--name-field-tags ul.links li {
  padding: 0;
  line-height: 19px;
}

.node--type-article .field--name-field-tags ul.links li:after {
  content: ",";
  padding-right: 5px;
}

.node--type-article .field--name-field-tags ul.links > li:last-child:after {
  content: "";
}

.social-share-section {
  background-color: #3F97A5;
  padding: 15px 10px;
  color: #fff;
  display: flex;
  margin-bottom: 10%;
  margin-top: 5%;
}

.social-share-section .title {
  font-size: 18px;
  line-height: 24px;
  margin-right: 20px;
}

.social-share-section .social-icons a {
  margin-right: 15px;
}

.social-share-section .social-icons i {
  font-size: 22px;
    line-height: 22px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.page-node-type-article .node__meta .field--name-uid.field--type-entity-reference {
  font-family: 'Alegreya Sans', sans-serif;
}


/* ----------- CONTENT LISTS ----------- */
.lists-main-image{
  margin-top:10px;
  margin-bottom:20px;
  padding:0;
}

.lists-main-body{
  margin-top:5px;
}

.view-taxonomy-term article .field--type-text-with-summary {
  margin-top: 20px;
}

/* ----------- FOOTER ----------- */
.footer {
  height:110px;
  background-color: #007688;
  color: #fff;
}

.footer .row {
  padding-left: 15px;
  padding-right: 15px;
}

.footer .row a {
  color: #ccc;
}

.footer .row a:hover {
  color: #e2dddd !important
}

.footer .col-md-2 {
  max-width: max-content;
}

.footer .footer-image-container{
  padding-left:0;
}

.footer .footer-image-container img{
  margin-left: -6px;
}

.footer .footer-logo {
    height:110px;
    line-height:110px;
    display: block;
    padding-right: 15px;
}

.green-line {
    height:6px;
    background: #017688 0% 0% no-repeat padding-box;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 24px;
}

.footer p,
.footer a {
  font-size: 18px;
  line-height: 24px;
}

.footer p {
  margin: 0 0 5px !important;
}



/* REGISTER REQUEST */
.login-left, .login-right {
    padding:0;
    margin:0;
    display: block !important;
}

.login-right {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 40px;
}


.login-hero-container {
    width: 100%;
    height:-moz-calc(100%);
    height:calc(100%);
    position: relative;
}

.login-hero-image {
    position: absolute;
    width: 100%;
    height:-moz-calc(100%);
    height:calc(100%);
    background: transparent url('../../images/hero image2x.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 1;
}

.login-hero-gradient {
    position: absolute;
    width: 100%;
    height:-moz-calc(100%);
    height:calc(100%);
    background: transparent linear-gradient(180deg, #017688CC 0%, #017688CC 28%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index:2;
}

.login-hero-text {
    display: none !important;
    width: 900px;
    height:-moz-calc(100%);
    height:calc(100%);
    opacity: 1;
    z-index:2;
    margin:0 auto;
    display: flex;
    justify-content: center;
}

.login-hero-text-words {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.login #edit-submit {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #017688;
    width: 100%;
    max-width: 315px;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Alegreya Sans', sans-serif;
}

.login .description {
    color:white;
    margin-top:10px;
}

.login .form-required {
    color: white;
}

.login h2 {
    color: white;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 400;
}

.login .form-text,  .login .form-email, .login .form-select{
    background-color: #017688;
    border-bottom: 1px solid #7FBAC3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    color:white;
}

.login .form-select{
  padding-bottom:10px;
  padding-top:10px;
}

.login .captcha{
  text-align:center;
}

.login .captcha > img{
  margin-top:15px;
}

.login .captcha .form-item-captcha-response{
  text-align:left;
}

.login .form-text:focus,  .login .form-email:focus{
    outline: none;
    border-bottom: 1px solid #fff;
}

.login .messages__wrapper{
  height:100px!important;
}

.login #edit-actions{
  text-align:center;
}

.login #edit-captcha-response--description{
  display: none;
}

#user-login-form .form-item:first-child {
  margin-bottom: 40px;
}

.login .form-item label,
.login .form-wrapper .label {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

/* ----------- DRUPAL ADMIN ΚΑΡΦΩΜΑΤΑ -------------- */
.tabs ul.primary {
  padding: 10px 0 1px 0 !important;
}

/* ----------- MAKER SPACE PROFILE PAGE START ----------- */
/* All classes here must start with .maker-space-profile which is in page--maker-space.html.twig */
.maker-space-profile .field--name-field-maker-space-profile-image{
  margin-right: 100px;
  margin-top: 16px;
}

.maker-space-profile .maker-space-title{
  font-size: 40px;
  font-weight: 600;
  padding-top: 18px;
}

.maker-space-profile .field--name-field-maker-space-location{
  font-size: 30px;
  margin-top:20px;
  margin-bottom:30px;
}

.maker-space-profile .field--name-field-maker-space-profile-tags{
  line-height: 35px;
}

.maker-space-profile .field--name-field-maker-space-profile-tags .field__item{
    height: 30px;
    background-color: #ddd;
    display: inline;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    margin-right:10px;
}

.maker-space-profile .views-col{
  flex:unset !important;
  max-width: unset !important;
  padding-left:0px;
}

.maker-space-profile .more-link{
  text-align:left;
  margin-top:20px;
  margin-bottom:20px;
}



.subscribe-button
{
  margin-bottom: 25px;
  background-color: #007688;
  color: white;
  border: 0;
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -10px;
}

.maker-space-profile .more-link a:hover{
  color: #007688 !important;
}

.maker-space-profile #block-views-block-latest-news-in-maker-space-block-1{
  margin-top:40px;
}

.maker-space-profile #block-views-block-projects-of-maker-space-block-1{
  margin-top:100px;
}

/*Latest news and Projects blocks*/
.maker-space-profile .msp-news-date,
.maker-space-profile .msp-news-body,
.maker-space-profile .msp-project-body{
  margin-bottom: 20px;
}

.maker-space-profile .msp-project-image{
  margin-bottom: 20px;
  margin-top:20px;
}

.maker-space-profile .msp-news-title,
.maker-space-profile .msp-project-title{
  margin-bottom: 20px;
  line-height: 1.5em;
  overflow: hidden;
  max-height: 4.5em;
  font-weight: bold;
}

.maker-space-profile .col-1{
  padding-right:50px
}

.maker-space-profile .col-2{
  padding-left:50px;
  padding-right:0;
}

.maker-space-profile .image-style-maker-space-profile-project-image{
  width:618px;
}

.contact-and-map-container{
  margin-top:100px;
  margin-bottom:100px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-and-map-container .map-container{
  padding-left:0;
  padding-right:50px;
}

.contact-and-map-container .contact-container{
  border:1px solid #eee;
  height:481px;
  padding:40px;
}

.contact-and-map-container .contact-container .contact-header{
  font-weight: bold;
  font-size:24px;
  margin-bottom:20px;
}

.contact-and-map-container .contact-container .contact-text{
  margin-bottom:20px;
}

.contact-and-map-container .contact-container .contact-mail{
  margin-bottom:20px;
  font-weight: bold;
}

.contact-and-map-container .contact-container .contact-phone{
  margin-bottom:20px;
  font-weight: bold;
}

@media (max-width: 1200px){
  .map-container,
  .contact-parent
  {
    padding:0px !important;
    width:100% !important;
    display:block !important;
    max-width: 100% !important;
    flex: unset !important;
  }

  .map-container iframe{
    width:100% !important;
  }
}

@media (max-width: 1000px) {
  .maker-space-profile .field--name-field-maker-space-profile-image {
    margin-left:0px;
    margin-right:0px;
    width:100%;
  }

  .maker-space-profile .field--name-field-maker-space-profile-image img {    
    width:100%;
  }

  .maker-space-profile .maker-space-title{    
    padding-top: 0px;
  }

  
}

/* ----------- MAKER SPACE PROFILE PAGE END ----------- */


/* ----------- RESPONSIVE ----------- */
@media (max-width:1440px) {
  .flag-3{
    margin-right:1.5rem;
  }
  .hero-search{
    left:2.5%;
  }
}

@media (max-width:1050px) {
  .hero-search{
    left:6%;
  }
  .hero-search input{
    width: 91% !important;
  }
}

@media (min-width:768px) and (max-width: 1440px) {
  .fixed-width {
      padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  .col-md-9.layout-content {
      max-width: 850px;
      margin-right: auto;
      padding: 0 20px;
  }

  .view-taxonomy-term h2.node__title {
      font-size: 28px;
      line-height: 38px;
  }

}

@media (max-width: 1041px) {
  .logo {
    margin-right: 0px;
  }

  .mainMenu-items .nav-item {
      padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .login #edit-submit{
    max-width: 100%;
  }
  .login-left{
    display: none !important;
  }
  .login-right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .col-md-9.layout-content {
    max-width: 500px;
  }


  .news-item .date {
    max-width: fit-content;
    flex-basis: unset;
  }

  .tags {
    flex-basis: unset;
    max-width: fit-content;
}

}

@media (min-width:1px) and (max-width: 767px) {
    .login-hero-container{
      display:none;
    }

    .hero-text{
      padding: 0 20px;
    }

    .liSearch{
      display:none;
    }

    #btnSearchResponsive{
      display:block !important;
      position: absolute;
      right: 70px;
      top:3px;
    }

    #btnSearchResponsive img{
      width: 16px;
      height: 16px;
      cursor: pointer;
      vertical-align: baseline;
    }

    .maker-space-profile .field--name-field-maker-space-profile-image{
      width: 100%;
      margin: 0 auto;
    }

    .maker-space-profile .col-1,
    .maker-space-profile .col-2
    {
      width:100% !important;
      padding:0;
    }

    .maker-space-profile .col-1 img,
    .maker-space-profile .col-2 img
    {
      width:100% !important;
      padding:0;
    }

    .contact-parent{
      width:100%;
      padding: 0 !important;
      margin-top:20px;
    }

    .footer {
        height:200px !important;
        padding-left: 20px;
        padding-right: 20px;
      }

    .footer .footer-image-container{
      padding-left:25px;
      width: 100%;
      margin-bottom: 30px;
      max-width:100%;
    }

    .footer-logo {
        width: 150px;
        margin: 0 auto;
    }


    .tags {
        padding-left:0;
    }

    .top-menu {
      height: auto;
    }

    .top-menu ul li {
        margin-right: 20px;
    }

    .logo {
      margin-right: 0;
    }

    #navbarSupportedContent,
    #navbarLoginPage {
      padding: 0 20px;
    }

    ul.navbar-nav {
      padding: 0;
    }

    .mainMenu-items .nav-item {
      padding-right: 0px;
    }

    .login {
      height: 100%!important;
    }

    aside.layout-sidebar-first {
      padding-left: 20px;
      padding-right: 20px;
    }
}

/* BACK TO TOP */
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
}

#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: #007688;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top img{
  padding:5px;
  background-color: #007688;
  padding-top: 7px;
  max-width: 80%;
}

a.take-course{
  margin-bottom: 29px;
    background-color: #007688;
    color: white;
    border: 0;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    display: block;
    width: 150px;
}

/* homepage - Icon Boxes section under welcome */

.mainlinks {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mainlinks .text-formatted {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.mainlinks .text-formatted > div {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.mainlinks .text-formatted > div:nth-of-type(1),
.mainlinks .text-formatted > div:nth-of-type(4) {
  padding-right: 60px;
}

.mainlinks .text-formatted > div:nth-of-type(2),
.mainlinks .text-formatted > div:nth-of-type(5) {
  padding-right: 30px;
  padding-left: 30px;
}

.mainlinks .text-formatted > div:nth-of-type(3),
.mainlinks .text-formatted > div:nth-of-type(6) {
  padding-left: 60px;
}

.mainlinks .text-formatted > div h3 {
  color:#007688;
  font-weight: 600;
}

.mainlinks .text-formatted > div i {
  color:#007688;
  font-size: 36px;
  margin-bottom: 25px;
  position: relative;
  transition: transform 0.3s ease;
  transform: translateY(0px);
}

.mainlinks .text-formatted > div:hover i {
  color: #0098af;
  transform: translateY(-5px);
}

.mainlinks .text-formatted > div > p > a  {
  color: black;
}

hr.mainlinks-divider {
  box-shadow: 0px 3px 2px 2px #ececec;
  border: none;
  margin-bottom: 4%;
}

@media (max-width: 1280px) {
  .mainlinks .text-formatted > div:nth-of-type(1),
  .mainlinks .text-formatted > div:nth-of-type(4) {
    padding-right: 40px;
  }

  .mainlinks .text-formatted > div:nth-of-type(2),
  .mainlinks .text-formatted > div:nth-of-type(5) {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mainlinks .text-formatted > div:nth-of-type(3),
  .mainlinks .text-formatted > div:nth-of-type(6) {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .mainlinks .text-formatted > div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mainlinks .text-formatted > div:nth-of-type(1),
  .mainlinks .text-formatted > div:nth-of-type(3),
  .mainlinks .text-formatted > div:nth-of-type(5) {
    padding-right: 20px;
    padding-left: 0;
  }

  .mainlinks .text-formatted > div:nth-of-type(2),
  .mainlinks .text-formatted > div:nth-of-type(4),
  .mainlinks .text-formatted > div:nth-of-type(6)
   {
    padding-right: 0px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .mainlinks .text-formatted > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mainlinks .text-formatted > div:nth-of-type(1),
  .mainlinks .text-formatted > div:nth-of-type(2),
  .mainlinks .text-formatted > div:nth-of-type(3),
  .mainlinks .text-formatted > div:nth-of-type(4),
  .mainlinks .text-formatted > div:nth-of-type(5),
  .mainlinks .text-formatted > div:nth-of-type(6) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.user-list-first-name{
  margin-right:5px !important;
}

/* BURGER */
@media (min-width:768px) and (max-width: 885px) {
  .navbar{
    justify-content: space-between !important;
    padding:0;
    flex-wrap:wrap;
    flex-direction: row;
  }
  
  .navbar-toggler {
      display: block!important;
  }
  
  .navbar-collapse.collapse
   {
      display: none!important;
  }
  .navbar-collapse.collapse.show,
  .navbar-collapse.collapsing
  {
      flex-basis: 100% !important;
      display: block!important;
  }    
  
  .navbar-bar ul,
  .navbar-expand-md ul,
  .navbar-collapse.collapse ul{
    flex-direction: column !important;
  }

  #btnSearchResponsive{
    display:block !important;
    position: absolute;
    right: 70px;
    top:3px;
  }

  #btnSearchResponsive img{
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: baseline;
  }

  .top-menu {
      height: auto;
  }

  .liSearch{
    display:none;
  }

  #navbarSupportedContent,
  #navbarLoginPage {
    padding: 0 12px;
  }
}