/**
 * @version	2.0
 * @package	Elxis CMS
 * @subpackage	Templates / ks-sematic
 * @author	Kostas Stathopoulos ( http://ks-net.gr )
 * @copyright	Copyright (c) 2006-2017  http://ks-net.gr .
 * @license	Commercial
 * @description 	ks-sematic is commercial-license template for Elxis 4.2+
 * (ElxisCMS is free software. Read the elxis license for copyright notices and details)
 * ********************************************************************************************** */
.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 2em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}


.fprow {
    background-image: url('../images/1.jpg')!important;
    /*background-attachment: fixed!important;*/
    background-size: cover!important;
    background-position:center center!important;
    background-repeat: no-repeat!important;
}

.darkbg {
    background:rgba(0,0,0,0.8);
    border-radius: 0px;
    margin-top:-14px;
}

.foobg {
    background: #DFDCCB url('../images/footer-bg.jpg') no-repeat center top !important;

}

.noborder {
    border:0!important;

}

.ui.grid > .yellow.row {
    background-color: #FBD258 !important;
}



.ui.vertical.stripe p {
    font-size: 1.13em;
}

.home-icon-link {
  padding-top: 12px!important;
margin-bottom: -10px!important;
}


  .ui.grid .ui.items .item .content {
    align-self: center;
  }
  .ui.grid .ui.items .item .content h1 span.disabled {
    color: grey;
  }
  
  
@media only screen and (max-width: 767px) {
   .item   img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 250px !important;
} 

}

@media only screen and (max-width: 700px) {
  
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}