/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none;
     outline: none;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 30px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 20px;
     margin-top: 15px;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none;
     opacity: 1
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 18px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.padding_0 {
    padding: 0px;
}

.layout_padding {
     padding-top: 50px;
     padding-bottom: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
}

.logo {
     width: 25%;
     padding: 15px 25px;
     float: left;
}

.header_content {
     padding: 15px 25px;
}

.epikinonia {
    float: right;
    font-weight: 600;
    font-size: 20px;
}

.mono_xondriki {
    float: left;
    padding-top: 15px;
}

/* slider section start */

.slider_image {
     width: 100%;
     clear: both;
     border-top: 4px solid #13a25d;
     border-bottom: 4px solid #13a25d;
}

.slider_image_revolution {
     border-top: 2px solid #13a25d;
     border-bottom: 2px solid #13a25d;
     clear: both;
}

/* slider section end */

/* text1 section start */

.container {
     width: 1200px;
     max-width: 100%;
     margin-left: auto;
     margin-right: auto;
     padding: 0px 25px;
}

/* text1 section end */

/* copyright section start */

 .copyright_section {
    width: 100%;
    float: left;
    background-color: #1d1d1d;
    height: auto;
    border-top: 4px solid #13a25d;
    margin-top: 50px;
}

 .copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
}

/* copyright section end */

/* responsive */
@media only screen and (max-width: 1060px) {
    .logo {
        width: 50%;
    }
}

@media only screen and (max-width: 966px) {
     .logo {
          width: 100%;
          text-align: center;
     }
}

@media only screen and (max-width: 818px) {
     .epikinonia {
         width: 100%;
         text-align: center;
         display: none;
     }
     .mono_xondriki {
         width: 100%;
         text-align: center;
     }
}

@media only screen and (max-width: 660px) {
     .slider_image {
          display: none;
     }
}

@media only screen and (min-width: 661px) {
     .slider_image_revolution {
          display: none;
     }
}
