/* 
 * by Andreas Loukakis, alou@alou.gr
 * @package: aloufuncart;
 * Custom css on top of bootstrap 3
 */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}








/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 150%;
    line-height: 1.2;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #528526;
    font-family: 'Roboto', sans-serif;
}

.megxor {
    font-size: 20px;
    font-weight: bold;
    color: #528526;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 16px;
    font-size: 16px;
    line-height: 2;
}

body p {
    line-height: 200%;
    font-family: 'Roboto', sans-serif;
}

.headertitle {
    font-family: ;
}

.green {
    color: #528526;
}

.greenbg {
    background-color: #336633;
    color: white;
}

.btn-success {
    background-color: #b793c2;
    border-color: #866a8e;
    margin-top: 5px;
}

.logo {
    padding: 5px 0;
}

.greenbar {
    color: white;
    padding: 5px 0;
    background-color: #a3107c;
}

.greenbar p {
    font-size: 18px;
    line-height: 1.5;
}

.container {
    margin: 0 auto;
    text-align: center;
}

.btn-success:hover {
    background-color: #b793c2;
    border-color: #866a8e;
    margin-top: 5px;
}

.diorganosi {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    color: #528526;
    margin-top: 30px;
}

.btn {

    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: 2px solid #a3107c;
    border-radius: 3px;
    padding: 0.5em 1em;
    background-color: #a3107c;
    color: white;
    transition: background-color 1s ease;
}

.btn:hover {

    border: 2px solid #a3107c;
    background-color: white;
    color: #a3107c;
}


.controls {
    font-size: 16px;
}

span.bold {
    font-weight: bold;
}

.row_2 {
    margin-top: 20px;
}


.date {
    padding-bottom: 10%;
}








/* flexboxx*/

.wrap {
    box-sizing: border-box;
    margin: 0 auto;

    max-width: 1140px;
}








/*img {width:100%;}*/

.responsive {
    width: 100%;
}

.main {
    padding-top: 10px;
}

.bold {
    font-weight: bold;
}

.box {
    display: flex;
    flex-flow: column wrap;
    text-align: center;
}

.moria {
    line-height: 140%;
    padding-top: 30px;
}

.carousel-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    line-height: 0.7;
}

.slider {
    background-color: #989b9d;
    margin: 0;
    line-height: 0;
}

.left {
    bottom: -5;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 35%;
    width: 15%;
}

.right {
    bottom: -5;
    color: #fff;
    font-size: 20px;
    left: 85%;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 35%;
    width: 15%;
}










/*.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    margin-top: 10%;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    margin-top: 10%;
}*/

.navbarf {
    min-height: 50px;
    background-color: #c4c4c7;
}

.navul {
    background-color: rgba(255, 255, 255, 0.3);
    list-style: none;
    min-height: 50px;
    width: 100%;
    font-style: none;
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none;
}

.navbarf li a {
    color: #a3107c;
    font-size: 112%;
    font-style: none;
    /*transition: all .2s ease-in-out;*/
}








/*.navbarf li a:hover {background-color: rgba(255, 255, 255, 0.5); */


/*transform: scale(1.2,1.2);*/


}
.navbarin {
    background-color: #989b9d;
}
.text-left {
    text-align: left;
}







/*.xorep{padding-left: 4em;}*/
.titlebar {

}
.entipo{background-color: #68AA2F;padding: 5px 10px;color:white;border-radius: 5px;margin-bottom: 20px; }
.entipo a {color: white;font-size: 22px;}
.lefts {
    padding-left: 0;
    padding-top: 12px;
    text-align: right;
}
.mdline {
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
}
.martop {
    margin-top: 15px;
}
.wrap .slide {
    width: 100%;
    margin: 0 auto;
}








/* form */
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1px;
    padding: 0;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.formsub {

    line-height: 1;
    margin-top: 50px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.control-group {
    margin: 0;
}




a:hover {
    text-decoration: none;
}
h1 small.date {
    font-size: 12px;
}








/* slides */
.slideswrap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center
}
.mainslider .item {
    position: absolute;
    display: none;
    width: 100%;
    text-align: center;
}
.mainslider .active {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    transition: left 0.6s ease-in-out 0.3s;
}
figure {
    height: 100%;
}











/*footer*/
.footer {
    background-color: #a3107c;
    color: white;
    padding: 10px 50px;
    margin-top: 2em;
    margin-right: 0;
}









/*breakpoints*/
@media (max-width: 1199px) {
    .navbar-nav.topmenuitems>li>a {
        font-size: 16px;
        padding: 18px 45px 13px 0;
    }

    .navbar-brand img {
        width: 320px;
        height: auto;
        padding-top: 2px;
    }

    .navbar .nav>li>a {
        color: #434340;
        font-size: 110%;
        padding: 16px 50px;
        /*transition: all .2s ease-in-out;*/
    }
}

@media (max-width: 992px) {
    .navbar-nav.topmenuitems>li>a {
        font-size: 14px;
        padding: 18px 20px 13px 0;
    }

    .navbar .nav>li>a {
        color: #434340;
        font-size: 108%;
        padding: 16px 30px;
        /*transition: all .2s ease-in-out;*/
    }
}

@media (max-width: 768px) {
    .navbar-nav.topmenuitems>li>a {
        font-size: 14px;
        padding: 18px 10px 13px 0;
    }

    .navbar .nav>li>a {
        color: #434340;
        font-size: 50%;
        padding: 16px 30px;
        /*transition: all .2s ease-in-out;*/
    }
}







/*bootstrap expand*/

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}








/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}
.row-xs-height {
    display: table-row;
}
.col-xs-height {
    display: table-cell;
    float: none;
}
.title_slide {
    text-shadow: 2px 2px #336633;
    background: rgba(141, 188, 75, 0.6) none repeat scroll 0 0;
}
@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}









/*new added */
.row.center-xs {
    width: 100%;
}
.footer.row {
    margin-left: 0
}
@media (max-width: 768px) {
    header .wrap .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    header .wrap .row img {
        width: 100%;
    }
}