/**
 * @author Intros.gr Team (Spyros Kolokotronis)  - Custom templating for 
 * @copyright Copyright (C) 2017 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 */
 
 
 
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, figcaption, figure, 
footer, header, hgroup, menu, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
    font-weight: 300;
}
strong {
    font-weight: 500;
  color: #555;
}
body
	{
		font-size: 14px;
		color:#909497;
		padding: 0px;
		margin: 0px;
		font-family: 'Roboto', sans-serif;
	}
a {
    color: #555;
}
.sp-contact-info li i {
    
    color: #555;
}
#sp-header .logo a {
    font-size: 24px;
   font-weight: 700;
    text-align: center;
}
.full-screen .offcanvas-menu {
   
    background-color: rgba(102, 102, 104, 0.9);
    
}
.sp-contact-info li {
    padding: 10px;
    font-size: 24px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	    font-weight: 300;
    
}
#offcanvas-toggler >i {
    color: #555;
    font-size: 34px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
   
    text-transform: none;
    font-weight: 300;
}

#sp-main-body {
    padding: 15px 0;
}
@media only screen and (max-width: 1220px){
    .sp-megamenu-parent {display:none;}
}


.fpss-template-simple .slides-wrapper .slides .slide .slidetext {
    font-family: 'Roboto', sans-serif!important;
    font-size: 22px!important;
    font-weight: 300!important;
    color: #fff!important;
}
.fpss-template-simple .slidetext h1, .fpss-template-simple .slidetext h1 a {
   font-family: 'Roboto', sans-serif!important;
   font-size: 65px!important;
}

.paroxes div.k2ItemsBlock ul li {width: 25%;    float: left;}
	
div.k2ItemsBlock a.moduleCustomLink {
    text-align: center;
    float: right;
    margin: 50px;
    background-color: #555;
    padding: 10px;
    border-radius: 10px;
    font-size: 24px;
    color: white;
    font-weight: 100;
}	
	
	
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
   
    width: 100%!important;
}

#sp-statistics h3 {

    color: #fff;
}

.sp-module .sp-module-title {
    margin: 50px 0 50px 0;
    font-size: 40px;
	font-weight: 100;
    text-transform: none;
    line-height: 44px;
    text-align: center;
	color: #555;
}

#sp-welcome {
	background-color: #fafafa;
    padding-bottom: 50px;
}

.welcome p {
	font-size:28px;
	font-weight: 100;
    text-align: center;
    padding: 5px;
    line-height: 38px;
}
btn.large {
    font-size: 17px;
    width: 160px;
    height: 54px;
    line-height: 54px;
    padding: 0 14px;
}

.btn.dark {
    color: #fff;
    background: #555;
	font-size: 28px;
}
.btn {
   
    font-size: 18px;
    font-weight: 100;
    line-height: 2.2;
    border-radius: 10px;
	background-color: #555;
}



.statistics-wrapper {
	background-color: #909497;
	padding: 50px 0 100px 0;
}

.statistics-wrapper p {
	padding: 0 0 30px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
	min-height: 80px;
	    color: #555;
}


/*==========  Progress - Start  ==========*/
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(185deg);
        transform: rotate(185deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/*==========  Progress - End  ==========*/
/*==========  BOTTOM - Start  ==========*/

#sp-bottom .sp-module .sp-module-title {
    text-align: left;
    font-size: 23px;
    text-decoration: underline;
}
.bottom1 ul li {line-height: 40px; font-size:18px; font-weight:300;}
#sp-bottom a {
    color: #555;
}
.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}
#sp-bottom {
    background-color: #fafafa!important;
   
}
.btn-default {color:#fff!important;}
.btn-default hover {color:#555!important;}
#sp-bottom2 .sp-module ul >li >a:hover {
    background: #4a539e;
}
}


/*==========  Form - Start  ==========*/
.main-form-wrapper {border-top: 1px double #2ec5f4!important; border-bottom: 1px double #2ec5f4!important;}
#sp-main-form-wrapper {
	
    color: ##555;;
    font-weight: 300;
	background-color: #fafafa;
	padding: 25px;
	

}

#sp-main-form-wrapper .container {
	
	max-width: 800px;

}

.first-field {
	float: left;
    width: 50%;
    max-width: 100%;
    padding: 0 1%;
}

.second-field {
	float: left;
    width: 50%;
    max-width: 100%;
    padding: 0 1%;
}
.submit{
	float: right;
    width: 25%;
    max-width: 100%;
    padding: 0 1%;
	margin: 35px 0;
}
.message{
	float: left;
    width: 100%;
    max-width: 100%;
    padding: 0 1%;
	margin-top: 25px;
	margin-bottom: 25px;
}
#sp-main-form .main-container input, textarea {
    background-color: #555;
    border: 1px solid #33383D;
    color: #FFF;
    font-size: 1em;
    padding: 1em;
    line-height: 1em;
    height: auto;
    width: 100%;
}

#sp-main-form  .sp-module-title {

	color: #555;

}

#sp-main-form .g-recaptcha {
	margin-left: 10px;
}


#sp-main-form .btn {

    background: none;
    border: solid 1px #555!important;
    color: #fafafa!important;
	

}

.captcha {
  	float: left!important;
    padding-right: 40px;
}

.form-check {
  	float: right;
    max-width: 230px;
}


/*==========  Form - End  ==========*/






div.catItemHeader span.catItemDateCreated {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    float: left;
    width: 64px;
}

div.catItemHeader span.catItemDateCreated .month {
    background: #555;
    color: #fff;
    font-size: 2em;
    line-height: .8em;
    padding: 9px 5px;
    float: left;
    text-align: left;
    margin: 0 0 8px;
}

div.itemHeader span.itemDateCreated .month {
    background: #555;
    color: #fff;
    font-size: 2em;
    line-height: .8em;
    padding: 9px 5px;
    float: left;
    text-align: left;
    margin: 0 0 8px;
}

div.catItemHeader span.catItemDateCreated .year {
    font-size: 2em;
    line-height: .8em;
    float: left;
    text-align: center;
    margin: 0;
}
div.itemHeader span.itemDateCreated .year {
    font-size: 2em;
    line-height: .8em;
    float: left;
    text-align: center;
    margin: 0;
}
div.itemHeader span.itemDateCreated {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    float: left;
    width: 64px;
}






div.itemHeader h2.itemTitle {
    color: #555;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    font-size: 32px;
}



div.catItemBody {
    position: relative;
    min-height: 150px;
}

div.catItemImageBlock {
    padding: 0;
    margin: 0 8px 4px 0;
    float: left;
}
span.catItemImage {
    margin: 0 10px 8px 0;
}




div.catItemIntroText {
    line-height: 1.8em;
    padding-right: 15px;
}
div.catItemReadMore {
    position: absolute;
    float: left;
}

/*==========  item Start  ==========*/
div.itemImageBlock {
    
    float: left;
}


div.itemIntroText {
    color: #909497;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    padding: 4px 0 12px 0;
}
span.itemImage img {
    
    padding: 0 30px 0 0;
    
}
div.itemFullText {
    color: #909497;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    padding: 0px 0 12px 0;
}
div.itemFullText p {
    font-size: 18px;
    line-height: 31px;
    padding: 5px;
}
div.itemImageBlock {
   
    margin: 0;
}




.itemBody ul {margin: 0 0 0 40px;}

div.itemBackToTop {
  
    display: none;
}


/*==========  catlist Start  ==========*/
.catItemTitle a {    
	font-weight: 300;
    color: #909497!important;
}

div.itemListCategory {
    background: none;
    border: none;
	margin: 0;
    
}

div.itemListCategory p {
    background: none;
    font-size: 21px;
    font-weight: 300;
    line-height: 33px;
	padding-top:10px;
}

div.catItemIntroText {
    font-size: 18px;
    font-weight: 300;
	padding-top: 10px;
}

.itemid-178 span.catItemImage img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
	
}
div.catItemExtraFields, div.genericItemExtraFields {
    margin: 16px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px dotted #ddd;
    height: 420px;
}
.catItemExtraFields h4 {display: none!important;}
.catItemExtraFieldsLabel {display: none!important;}
div.catItemExtraFields ul li span.catItemExtraFieldsValue {
    padding: 19px;
    background-color: #9a9a9a;
    border-radius: 100%;
    float: left;
    margin: 5px;
}
div.catItemExtraFields a{color:#fff;}
.odd, .even {padding:0!important;}


span.catItemImage img {
    
    border-radius: 5px;
}







/*==========  Paralax Start  ==========*/



#parallax1 {
    background: url(../images/bg.jpg);
    background-attachment: inherit;
    background-size: cover;
}
.parallax-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: repeat-y;
    background-position: top center;
    z-index: -1;
}
.parallax_wrapper {
    padding: 80px 0 120px;
    float: left;
    width: 100%;
}
.parallax_wrapper .title {
    text-align: center;
    font-size: 32px;
	    color: #fff;
		font-weight: 100;
}
.parallax_wrapper .parallax-content {
    padding: 40px 0 10px 0;
}
.parallax_wrapper .parallax-content .item {
    float: left;
    width: 33%;
    padding: 0 1%;
}
.parallax_wrapper .parallax-content .service-box {
    background: rgba(0,0,0,0.5);
    text-align: center;
    border: none;
    margin: 0 0 30px;
    padding: 60px 34px 42px 34px;
    border-radius: 10px;
}
.parallax_wrapper .parallax-content .service-box .icon {
    margin: 0 auto 32px;
    float: none;
}
.parallax_wrapper .parallax-content .service-box .icon img {border-radius:5px;}
.parallax_wrapper .parallax-content .service-box h2 {
    color: #fff;
    font-size: 22px;
    
    line-height: 1.1em;
    letter-spacing: 5px;
    margin: 0 0 27px;
    font-weight: 100;
}
.parallax_wrapper .parallax-content .service-box a {
    color: #fff;
    
}
.parallax_wrapper .parallax-content .service-box .service-box_txt {
    color: #fff;
    margin-bottom: 32px;
	font-size: 16px;
    font-weight: 200;
}
.service-box_txt {
    color: #fff;
    margin-bottom: 32px;
}
.parallax_wrapper .parallax-content .service-box .btn-align {
    text-align: center;
    display: inline-block;
    position: relative;
}

#sp-background-image ul >li {
    
    border-bottom: none;
    
}



/*==========  Paroxes Start  ==========*/

.one-fourth {
    float: left;
    width: 25%;
    max-width: 100%;
}
figure {
    position: relative;
}
.overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-opacity: 0;
    z-index: 20;
    background: rgba(28, 29, 122, 0.4);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.overlay a.expand {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    font-size: 30px;
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-image:hover .overlay {
    opacity: 1;
    -ms-opacity: 1;
}
.featured-image:hover a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.paroxes-wrapper .details {
    text-align: left;
    padding: 25px 30px;
    border-right: 1px solid #DFDFD0;
}

.paroxes-wrapper .details h4 {
    text-transform: none;
}

.paroxes-wrapper .details h4 a {
    color: #909497;
	font-size: 22px;
    font-weight: 500;
}

.paroxes-wrapper .introtext {
	height: 120px;
    overflow: hidden;
    margin: 12px 0 17px;
    font-size: 18px;
    font-weight: 300;
	
}

.paroxes-wrapper .more {
    font-weight: 500;
    padding-top: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border-bottom:1px dashed #555;
}


/*==========  Proionta Start  ==========*/


.products-wrapper .details {
    text-align: left;
    padding: 25px 30px;
    border-right: 1px solid #DFDFD0;
}

.products-wrapper .details h4 {
    text-transform: none;
}

.products-wrapper .details h4 a {
    color: #909497;
	font-size: 22px;
    font-weight: 500;
}

.products-wrapper .introtext {
	height: 120px;
    overflow: hidden;
    margin: 12px 0 17px;
    font-size: 18px;
    font-weight: 300;
	
}

.products-wrapper .more {
    font-weight: 500;
    padding-top: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border-bottom:1px dashed #555;
}


/*==========  Questions start  ==========*/
#sp-questions {
    background-color:#909497;
    padding-bottom: 50px;
}
#sp-questions h3 {
    color: #fff;
}

.questions p {
	font-size: 32px;
    text-align: center;
    font-weight: 100;
    line-height: 48px;
	color: #555;
}


#sp-company-left .sp-module-content {
	margin: 120px 0 0 0;

}

.company-left p {
	font-size: 32px;
    font-weight: 100;
    line-height: 40px;
        padding: 20px;
    text-align: center;
}





/*==========  Contact start  ==========*/


.contact h3 {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    color: #555;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.025em;
    font-size: 40px;
    text-align: center;
}

.contact p {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.contact .page-header {
    border-bottom: none;
    border-top: 1px solid #eee;
	padding-top:25px;
}
.contact-address {
    display: none;
}
.contact-name {
    display: none;
}
.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    text-align: right;
    left: 25px;
}
label {
    font-weight: normal;
}
span.text {display:none;}
.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .controls input, .form-horizontal .controls select, .form-horizontal .controls textarea {
    display: block;
    width: 100%;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 16px 18px;
    line-height: 24px;
    color: #9f9f9f;
    background: #f7f7f7;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    height: auto;
}

legend {
    display: none;
}



#sp-company-wrapper {
	height: 500px;
	border-bottom: 2px solid #555!important;
    border-top: 2px solid #555!important;
    z-index: 999;
}
#sp-company-right {z-index: -1;}







.form-horizontal .form-actions {
    padding-left: 10px!important;
}
#contact-form .btn {
    
    color: #fff;
}



#sp-paroxes { 
  background-color: #909497;

}

/*==========  Non-Mobile First Method  ==========*/


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
.sp-module .sp-module-title {
    margin: 50px 0 40px 0;
    font-size: 36px;
}
div.k2ItemsBlock a.moduleCustomLink {
    font-size: 20px;
    
}
.paroxes div.k2ItemsBlock ul li {
    width: 50%;
    float: left;
}
.products div.k2ItemsBlock ul li {
    width: 50%;
    float: left;
}
#sp-company-left .sp-module-content {
    margin: 50px 0 40px 0;
}
div.catItemExtraFields, div.genericItemExtraFields {
    
    height: auto;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.fpss-template-simple .slides-wrapper, .fpss-template-simple .slides-wrapper .slides .slide {
    background-size: cover!important;
    background-position: 50% 0!important;
}
.fpss-template-simple .slides-wrapper .slides .slide .slidetext {
    font-size: 24px!important;
}
.fpss-template-simple .slidetext h1, .fpss-template-simple .slidetext h1 a {
   font-size: 40px!important;
}
#sp-bottom2 {
	padding: 30px;
}

}

@media only screen and (max-width : 705px) {


.paroxes-wrapper .details h4 {
    
    min-height: 48px;
}

}




/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.fpss-template-simple .slides-wrapper, .fpss-template-simple .slides-wrapper .slides .slide {
    background-size: cover!important;
    background-position: 50% 0!important;
}
.fpss-template-simple .slides-wrapper .slides .slide .slidetext {
    font-size: 16px!important;
}
.fpss-template-simple .slidetext h1, .fpss-template-simple .slidetext h1 a {
   font-size: 32px!important;
}
.parallax_wrapper .parallax-content .item {
    
    width: 100%;
    
}

.sp-module .sp-module-title {
    margin: 50px 0 40px 0;
    font-size: 28px;
    font-weight: 300;
}
div.k2ItemsBlock a.moduleCustomLink {
    font-size: 16px;
    
}
.paroxes div.k2ItemsBlock ul li {
    width: 100%;
    float: left;
}
.products div.k2ItemsBlock ul li {
    width: 100%;
    float: left;
}
.welcome p {
    font-size: 18px;
    font-weight: 300;
}
.parallax_wrapper .title {
    
    font-size: 23px;
    
}
#sp-company-wrapper {
    height: 800px;
}
#sp-main-form .btn {

   
	font-size: 12px!important;

}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
    
    font-size: 24px!important;
    padding: 18px!important;
}
.paroxes-wrapper .details h4 {
    
    min-height: 28px;
}
}



@media only screen and (max-width : 360px) {
#sp-main-form .btn {

   
	font-size: 10px!important;

}
.fpss-template-simple .slides-wrapper, .fpss-template-simple .slides-wrapper .slides .slide {
   
	    height: 600px!important;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
    
    font-size: 22px!important;
    padding: 16px!important;
}
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.fpss-template-simple .slides-wrapper, .fpss-template-simple .slides-wrapper .slides .slide {
    background-size: cover!important;
    background-position: 50% 0!important;
	    height: 500px!important;
}
.fpss-template-simple .slides-wrapper .slides .slide .slidetext {
    font-size: 14px!important;
}
.fpss-template-simple .slidetext h1, .fpss-template-simple .slidetext h1 a {
   font-size: 28px!important;
}
}