.header_container {
    position: fixed;
    width: 100%;
    background: #fff;
    border-top:solid 6px #0095da;
    border-bottom: solid 6px #58585a;
    z-index: 999;
    padding: 19px 0px 23px 0px;
    top: 24px;
}

.preheader {
  height: 24px;
    background: rgba(36,64,143,0.50);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.moduletable.header-contact-info p {
   display: inline-block;
    vertical-align: top;
    padding-left:26px;
}

.moduletable.header-contact-info p, .moduletable.header-contact-info a {
    margin-bottom: 0px;
    color: #58585a;
    font-size: 14px;
}

div#topinfo {
    padding-bottom: 15px;
}

div#topinfo .moduletable p {
    margin-bottom: 0px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent !important;
}

img {
    max-width:100%;
}

div#logo p {
    margin-bottom: 0px;
}

.fullbg .custom {
    background: transparent !important;
}

.moduletable.fullbg {
    background-size: cover !important;
    background-position: center center !important;
}

.overlay, .slider-content, #slideshow_bxslider {
    position: relative;
}

.moduletable.overlay:before, .slider-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgba(36,64,143,0.35); 
}

.parallax {
    background-attachment: fixed;
}
 

.moduletable.fullbg.homepage-banner {
    height: 785px;
    text-align: center;
}

.custom.homepage-banner {
    padding-top:30%;
}

.homepage-banner h2 {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
}

.homepage-banner h3 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
}

.homepage-banner img {
    margin-top: 61px;
}

.moduletable.blue {
    padding: 64px 0px 85px 0px;
    background: #24408f;
}

.moduletable.blue h3 {
    display:inline-block;
    width: 38%;
    vertical-align: top;
    text-align: right;
    margin-right: 5%;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    margin-top: 0px;
}

.moduletable.blue h4 {
    display:inline-block;
    width: 50%;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 14px;
    line-height: 140%;
}

strong, b {
   color: inherit;
    font-size:inherit;
}

a.more {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    border: solid 1px #fff;
    padding: 0px 70px;
    display: inline-block;
    
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
    color: #fff;
        margin-left: 44%;
    margin-top: 50px;
    
     -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

a.more:hover {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
    background: #fff;
    color: #24408f;
}

.custom.luseis {
    padding-top: 80px;
    padding-bottom:90px;
    width: 56%;
    float: right;
    padding-right: 40px;
}

.custom.luseis p {
    font-size: 18px;
    line-height: 140%;
    font-weight:300;
}

.custom.luseis h3 {
    font-size: 35px;
    line-height: 140%;
    font-weight:300;
    color: #373737;
}

a.more.blue {
    color: #24408f;
    border-color:#24408f;
    margin-left: 0px;
    margin-top: 40px;
}

a.more.blue:hover {
    color: #fff;
    background:#24408f;
    
}

.custom.calculator, .custom.ypiresies2 {
    padding: 17% 0px 12% 0px;
    text-align: right;
}

.custom.ypiresies2  {
    width: 60%;
    float: right;
}

.overlay.overlay-black:before {
    background: rgba(0,0,0,0.68);
}

.custom.calculator h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size:35px;
}

.custom.calculator p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

a.white {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    padding: 0px 70px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    margin-top: 50px;
    color: #24408f;
     -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

a.white:hover {
     -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#24408f;
    color: #fff;
}

.moduletable.lightblue {
    background: #0095da;
}

.moduletable.faqs {
    padding: 0px;
    text-align: center;
}

.moduletable.faqs h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

.moduletable.faqs p {
    font-size: 22px;
    color: #fff;
}

.moduletable.faqs a.more {
    margin-left: 0px;
}

.custom.ypiresies2 h3 {
    color: #24408f;
}

.footer_container {
    background: url(../images/footer.jpg) no-repeat;
    background-position: center 300%;
    background-attachment: fixed;
	background-size:cover;
    padding: 35px 0px 10px 0px;
}

.footer_container h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.footer_container p, 
.footer_container a {
    color: #fff;
    font-weight: 300;
        font-size: 18px;
    margin-bottom: 3px;
}

#footer-left {
    text-align: right;
    padding-right: 32px;
}

a.white.bold {
    font-weight: 700;
    padding: 0px 35px;
    margin-top: 30px;
    line-height: 56px;
    color: #24408f;
    font-size: 16px;
}

a.white.bold:hover {
    color: #fff;
}

.moduletable.copy, .moduletable.click {
    display: inline-block;
}

.moduletable.click p, .moduletable.copy p, .moduletable.copy a, .moduletable.click a {
    font-size: 12px;
}

#subfooterleft {
    padding-top:68px;
    text-align: right;
        padding-right: 32px;
}

.moduletable.pagetitle .contentheading {
        padding: 22% 0px 6% 0px;
}

.moduletable.pagetitle.contact {
    background: url(../images/contact.jpg) no-repeat;
    background-attachment: fixed;

}
.moduletable.pagetitle.service {
    background: url(../images/services.jpg) no-repeat;
    background-attachment: fixed;

}
.moduletable.pagetitle.news {
    background: url(../images/news.jpg) no-repeat;
    background-attachment: fixed;

}
.moduletable.pagetitle.company {
    background: url(../images/company.jpg) no-repeat;
    background-attachment: fixed;

}
.moduletable.pagetitle.faqs {
    background: url(../images/faqs.jpg) no-repeat;
    background-attachment: fixed;

}

.item-page .page-header, .blog.neapage .article-info.muted, .item-page.neapage .article-info.muted {
     width: 34%;
    margin-right: 4%;
     display: inline-block;
    vertical-align: top;
    text-align: right;
    border: none;
    margin-top:0px;
}

.item-page.neapage .page-header {
    width: 100%;
    text-align: left;
}

.item-page.neapage .page-header h1 {
    text-align: left;
}

.article-text, .blog.neapage .article-teaser {
     width: 61%;
     display: inline-block;
    vertical-align: top;
}

.blog.neapage .page-header {
    margin-top:0px;
}

.items-row {
    margin-bottom: 40px;
}

.published {
    font-size: 22px;
    color: #0095da;
    /* font-weight: 700; */
    padding: 7px 0px;
}

.article-text h4, .article-text p, .item-page p, .article-teaser p, .item-page ul li, .flexfaq-accordion div {
    color: #090e0c;
    font-size: 17px;
    font-weight: 300;
    line-height: 160%;
}

.moduletable.pagetitle .contentheading h2 {
    color: #fff;
    font-weight: 300;
    font-size: 52px;
		text-align: left;
}

.moduletable.pagetitle .contentheading {
    text-align: center;
    text-align: left;
    
}

.moduletable.pagetitle .contentheading  span {
    font-size: 24px;
    color: #fff;
}

.main_container.inside {
    padding: 35px 0px 60px 0px;
}

.items-row .page-header h2 {
    font-size: 28px;
}

.span6 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.span6:last-child {
    padding-left: 2%;
    margin-left: 2%;
}

.moduletable.blue.services p {
    font-size: 19px;
    text-align: center;
    font-weight: 300;
    color: #fff;
}

.moduletable.blue.services {
    padding: 150px 0px 110px 0px;
    background: #24408f;
}

.custom.ypiresies2.company h3 {
    font-size: 27px;
}

.moduletable.blue.grey h3 {
    font-size: 27px;
}

.moduletable.blue.grey {
    background: #525252;
}

.flexfaq-accordion h3 a, .flexfaq-accordion h3, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited  {
    font-size: 18px;
    color:#fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background:#0095da !important;
}

.flexfaq-accordion div {
    margin-bottom: 30px;
}

.flexfaq-accordion div {
    line-height: 140%;
}

table.contact {
    margin-top:40px;
    width: 100%;
}

table.contact tr td {
    vertical-align: top;
}

div.cf-container form div.label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
}

div.cf-container form fieldset input, div.cf-container form fieldset textarea {
    display: block;
    float: none;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-weight: 300;
    border: solid 1px #24408f;
    box-shadow: none;
}

div.cf-container form fieldset input[type="submit"] {
    width: auto;
    float: right;
    background: #24408f;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 30px;
}

div.cf-container {
    margin-left: 40px;
}

table.contact tr td h3 {
    font-size: 30px;
}

.article-info-term {
    display: none;
}

.blog.ypiresies-page {
    padding-top: 60px;
    padding-left: 100px;
}

.blog.ypiresies-page li {
       padding-left: 60px;
    position: relative;
    display: list-item;
    list-style-type: decimal-leading-zero;
    font-size: 54px;
    padding-top: 0px;
    color: #0095da;
}

.blog.ypiresies-page li .page-header {
    margin-top: 6px;
}

.blog.ypiresies-page .span12 {
    margin-top: -76px;
}

@-moz-document url-prefix() {
   .blog.ypiresies-page .span12 {
    margin-top: -50px;
}

.blog.ypiresies-page li {
  margin-bottom:80px;
}
}

.page-header {
    padding-bottom: 3px;
}

form.calculatorform {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 5%;
}

.results {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 30px;
}

form.calculatorform label {
    display: block;
    float: none;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    color: #0095da;
    margin-bottom: 10px;
}

form.calculatorform input, form.calculatorform select {
    width: 100%;
    float: none;
    padding: 7px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

form.calculatorform select option {
    font-size: 16px;
    font-weight: 300;
}

form.calculatorform input[type="submit"] {
    background: #24408f;
    color: #fff;
    border: none;
    font-weight: 700;
}

form.calculatorform input[type="submit"]:hover {
    background: #0095da;
}

.results b {
        width: 80%;
    display: inline-block;
}

.results span {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.results div {
    margin-bottom:15px;
}

.foros b, .prokat-forou b, .eisfora b {
font-weight: 300;
}

.results .error {
    padding: 7px;
    background: #f2c0d3;
    border: solid 1px #f80813;
}

.alert.alert-message {
    background: #0095da;
}

.counter.pull-right {
    font-size: 12px;
    color: #0095da;
    display: block;
    float: none;
    width: 100%;
}

ul.pagination-list li {
    display: none;
}

ul.pagination-list li.hidden-phone {
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
}

ul.pagination-list li.active, ul.pagination-list li:hover {
    background: #0095da;
}

ul.pagination-list li.active a, ul.pagination-list li:hover a {
    color: #fff;
}

span.explain {
    font-size: 13px;
}


.item-page ul li {
  margin-bottom:20px;
}

.slider-content {
  height:785px;
  background-size:cover !important;
  background-position:center center !important;
}

ul.bxslider li {
  margin-left:0px;
}

.slider-text {
  margin-top:35%;
  text-align:center;
}

.slider-text h3 {
      font-size: 62px;
    font-weight: 700;
    color: #fff;
}

.slider-text p {
  font-size: 45px;
    font-weight: 400;
    color: #fff;
}

.bx-controls-direction, .bx-controls-auto {
  display:none;
}

.bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 99;
    text-align:center;
}

.bx-pager-item {
  display:inline-block;
  margin:0px 5px;
}

.bx-pager-item a {
display:block;
   width:10px;
  height:10px;
  
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-indent:200px;
overflow:hidden;
background:#fff;
}

.bx-pager-item a:hover, .bx-pager-item a.active {
  background:#0095da;
}

.slider_container {
  position:relative;
}

.moduletable.downarrow {
  position: absolute;
    bottom: 20%;
    left: 49%;
}
    
    .ui-widget-content {
      border:none !important;
    }

.ui-accordion .ui-accordion-content{
    height:auto!important;
}