/* TYPOGRAPHY */
body {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
}

/* NAV */
.navbar-nav li a {
    font-weight: 700;
    color: #000;
    padding: 10px 11px;
}


.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
	background-color: #32c5d2;
	border-color: #32c5d2;
	color: #fff;
}

.t3-megamenu .nav .caret,
.t3-megamenu .nav a:hover .caret {
    border-top-color: #1a6d74;
    border-bottom-color: #1a6d74;
}

/*Slider*/
.btn-primary {
	background-color: #32c5d2;
	border: 0;
	border-radius: 0;
	padding: 10px 25px;
	color: #fff;
	line-height: 2;
}

.btn-primary:hover {
	color: #fff;
	background: #1a6d74;
}

/*Top Module*/
.custom.koutsotop p.koutsotitle {
	font-weight: 700;
	font-size: 28px;
	font-style: italic;
}

.moduletable.koutsotop h3 {
	font-size: 36px;
}

.custom.koutsotop p.koutsosubtitle {
	font-size: 19px;
	font-weight: lighter;
}

.horSeparator {
	border: 2px solid #32c5d2;
	display: block;
	max-width: 200px;
	margin: 15px auto 18px;
}

/*strip Module*/
.home3	.hoSimpleBox {
	background: #32c5d2;
	color: #fff;
	padding: 30px;
}

.home3 .hoSimpleBoxmain {
	text-align: left;
}

.home3 .hoSimpleBoxButton .btn-primary {
	background: #fff;
	border: 0;
	color: #1a6d74;
	margin-top: 7px;
	line-height: 40px;
	padding: 3px 20px 0;
}

.home3 .hoSimpleBoxButton .btn-primary:hover {
	color: #fff;
	background: #1a6d74;
}

.home3 .hoSimpleBoxTitle {
	font-size: 19px;
}

.home3 .hoSimpleBoxSubtitle {
	font-size: 16px;
	font-weight: lighter;
}

.home3,.home4 {
	padding: 0;
}

#stripMessage {
	height: 0;
	float: left;
	width: 100%;
	font-weight: lighter;
	overflow: hidden;
	-webkit-transition: height 0.2s ease-in;
	-moz-transition: height 0.2s ease-in;
	transition: height 0.2s ease-in;
}

#stripMessage.active {
	height: 173px;
}

#stripMessage .stripMessageInner {
	text-align: center;
    padding: 25px 50px 0px 50px;
}

#stripMessage.active .stripMessageInner {
	-webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

#stripMessage .whiteSeparator {
    clear: both;
    margin: 30px auto 0 auto;
    height: 1px;
    width: 250px;
    background: #fff;
}
.hoSimpleBoxinput.col-md-3 {
    float: left;
}

.logincenter {
    /* float: left; */
    width: 100%;
    text-align: center;
    margin-top: 15px;
}



.login-inside {
    display: inline-block;
    width: 593px;
    max-width: 100%;
    text-align: center;
}

input.logininput {
    border-radius: 0;
    background: #fff;
    border: 0;
    color: #1a6d74;
    margin-top: 7px;
    line-height: 57px;
    width: 100%;
    height: 43px;
    padding: 3px 20px 0;
}
/*home4*/
.home4.hoSimpleBoxTitle {
	font-size: 28px;
	font-weight: 700;
}

.home4 .maincon {
	text-align: left;
	padding: 8%;
	background: #ededed;
}

.home4 .hoSimpleBoxTitle {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 35px;
}

.home4 .hoSimpleBoxDescription {
	margin-bottom: 50px;
	text-align: justify;
}

div#t3-content p {
	text-align: justify;
}

div#t3-content li {
	text-align: justify;
}

.t3-wrapper .home .home3,.t3-wrapper .home .home4 {
	border: 0;
}

.home4 .hoSimpleBox {
	background: #ededed;
	padding: 0 !important;
}

.home4 .hoSimpleBoxImage {
	float: right;
}

.home4 .mainimg {
	padding: 0;
	margin: 0;
	background: #ededed;
	overflow: hidden;
}

/*newsletter*/
.t3-wrapper .home .home5 {
	background: #32c5d2;
	border: 0;
	padding: 92px;
}

.home .home5 .acymailing_introtext {
	color: #fff;
	font-size: 16px;
	width: 42%;
	float: left;
}

.home .home5 .acymailing_introtext span {
	color: #1a6d74;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.home .home5 table.acymailing_form {
	margin: auto;
	border: 0 !important;
	width: 58%;
	padding-left: 35px;
	padding-right: 0;
}

.home .home5 .acymailing_module_form td {
	padding-top: 4px !important;
	width: 84%;
}

.home .home5 .acymailing_module_form td input {
	height: 45px;
	border-radius: 0;
}

.home .home5 .acymailing_module_form td .btn-primary {
	background: #1a6d74;
	border: 0;
}

.home .home5 .acymailing_module_form td .btn-primary:hover {
	background: #fff;
	color: #1a6d74;
}

.home .home5 td.acysubbuttons {
	padding-right: 0;
	float: right;
}

/*footer*/
.t3-footnav .t3-module ul > li > a {
	color: #bbb;
	padding: 4px 0;
	background: transparent;
	font-size: 14px;
}

.t3-footer {
	border-top: 0;
	background: url(/images/container.jpg);
	background-position-y: -545px;
	background-attachment: fixed;
}

.t3-footnav .t3-module {
	color: #fff;
	background: transparent;
	font-size: 14px;
}

.t3-footnav .t3-module li a {
	color: #fff;
}

.t3-footnav .t3-module .module-title {
	color: #fff;
	margin-bottom: 35px;
}

.t3-footnav img.logo-img {
	max-width: 100%;
	padding-bottom: 50px;
	padding-top: 15px;
}

.t3-footnav .footer-contact {
	color: #000;
	background: #cdcdce;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	margin-top: -143px;
}

.social-all {
	padding: 15px;
	background: #1a6d74;
	color: #fff;
	text-transform: uppercase;
}

.social-all .fa {
	color: #fff;
	padding: 0 7px;
	font-size: 17px;
}

.social-all span {
	padding-right: 20px;
}

.info-all {
	padding: 30px 55px;
}

.copyrights {
	padding: 0 55px 100px;
}

.copyrights p {
	margin: 0;
	color: #493733;
}

span.hoVal {
	padding-left: 10px;
}

.contRow {
	padding: 4px 0;
}

.fa-location-arrow {
	padding-bottom: 10px;
}

.t3-footnav {
	padding: 93px 0 35px;
}

.copyrights:before {
	content: " ";
	border-bottom: 1px solid #000;
	width: 60px;
	display: block;
	position: relative;
	top: -18px;
	height: 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

.t3-footnav .t3-module ul > li > a:hover,.t3-footnav .t3-module ul > li > a:active,.t3-footnav .t3-module ul > li > a:focus {
	color: #fff;
	background: transparent;
}

/*contact*/
.contact-misc .map {
    width: 100% !important;
}
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form legend {
	color: #999;
	font-size: 13px;
	margin: 0 0 24px;
}

.contact-form label#jform_captcha-lbl {
	display: none;
}

.contact-form input#jform_contact_email_copy {
	width: 14px;
}

.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0;
}

.contact-form input {
	margin: 0 0 10px;
	width: 80%;
	border-color: #111;
	background-color: initial;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial,sans-serif;
	padding: 9px 20px !important;
	max-width: 100% !important;
}

.contact-form textarea {
	height: 202px;
	width: 100%;
}

dt.inline,dd.inline {
	display: inline-block !important;
	float: left !important;
	margin: 12px 0 0;
	width: auto !important;
}

.contact h3 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 32px;
	padding: 5px 0 16px;
}

.jicons-text {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-address,.contact-contactinfo {
	float: left;
	width: 100%;
	margin: 0 92px 12px 0;
}



.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0;
}

.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 11px 0 0;
	width: 100%;
	padding: 24px 0 0;
	float: left;
}

#jform_contact_email_copy {
	margin-left: 10px;
	margin-top: 6px;
}

section.newsfeed > ol {
	list-style: none;
}

section.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0;
}

.contact h1,a.mapprint {
	display: none;
}

.contact-misc p {
	margin: 1em 0 2em;
}

.contact h2 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-weight: 700;
	margin: 0 0 32px;
	padding: 5px 0 16px;
}

.contact-form legend {
	text-transform: uppercase;
	border-bottom: 0;
}

.contact-miscinfo .jicons-text {
	display: none;
}

button.button.validate {
	border: 1px solid #faf708;
	color: #000 !important;
	font-weight: 700;
	background-color: #32c5d2;
	border-color: #32c5d2;
	color: #fff !important;
	height: 35px;
	line-height: 35px;
}

.contact-form .button.validate:hover {
	background-color: #111;
	border-color: #111;
}

.contact {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
}

.catIteminside .catItemIntroText {
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-form #jform_contact_emailmsg {
	width: 80%;
}

/* COM CONTENT - SERVICES */
.com_content .item-image {
	padding: 0;
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	height: 350px;
}

.com_content .headerTitle {
	position: absolute;
	top: 36%;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 5.2rem;
	font-weight: 900;
	text-shadow: 1px 1px 20px #333;
}

.com_content #t3-mainbody,.com_content #t3-content {
	padding: 0;
}

.com_content #t3-content {
	padding-bottom: 5rem;
}

.com_content .item-page {
	background: #fff;
	padding: 3rem 2rem;
	margin: 2% 2% 2% 0;
	width: 100%;
}

.com_content h1.blogItemTitle {
	margin: 0 0 30px;
	font-size: 3rem;
}

.articleBody {
	padding-bottom: 30px;
}

/* NEWS */
div#k2Container {
	padding-bottom: 70px;
}

.itemList {
	margin-top: 20px;
}

.events {
	padding: 12px 0;
	border-bottom: 1px dotted;
	margin-top: 10px;
}

.catItemHeader h3 {
	margin: 15px 0;
	color: #000;
}

.catItemHeader h3 a {
	color: #000;
}

a.k2ReadMore {
	color: #000;
}

.itemHeader h2 {
	font-size: 32px;
	margin: 5px 0 21px;
}

.t3-mainbody {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 600px;
}

a.hoSimpleBoxLink img {
	max-width: 960px;
}

.articleBody img.pull-right {
	padding: 46px 18px;
}

.aeocompany #t3-content {
	background-image: url(../images/aeoforto.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 370px;
	background-size: 44%;
}

.aeocompany.com_content .item-page {
	background: rgba(255,255,255,0.7);
	min-height: 620px;
}

.blogCategory.blog.noSidebar .item.column-1 {
	position: relative;
	float: left;
	margin-bottom: 200px;
}

.blogCategory.blog .blogItemHead {
	position: absolute;
	background: #fff;
	text-align: center;
	padding: 25px 100px 40px;
	bottom: -100px;
	margin: 0 100px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 7px 14px 42px 3px rgba(163,174,184,0.4);
	-moz-box-shadow: 7px 14px 42px 3px rgba(163,174,184,0.4);
	box-shadow: 7px 14px 42px 3px rgba(163,174,184,0.4);
}

.blogCategory.blog .blogItemImage.col-xs-12 {
	float: left;
}

.blogbtn {
	margin: 25px 0 0;
}

.blogCategory.blog h2.blogItemTitle.col-xs-12 a {
	color: #000;
}

.parallaxservice {
	margin-bottom: 40px;
	max-width: 100%;
	overflow: hidden;
}

.category-desc.clearfix {
	padding: 0 85px 40px;
}

/* OFF CANVAS */

#t3-off-canvas {
    background: #32c5d2;;
}
#t3-off-canvas .t3-off-canvas-header {
    background: none;
}
#t3-off-canvas .close {
    background: none;
    color: #fff;
    opacity: 1;
    font-size: 24px;
    top: 10px;
    right: 10px;
    outline: 0;
}
#t3-off-canvas .t3-off-canvas-body {
    padding: 0;
}
#t3-off-canvas .nav {
	padding: 50px 30px 0px 30px;
	font-size: 14px;
}
#t3-off-canvas .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding: 8px 0px;    
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
}


button.btn.btn-primary.off-canvas-toggle {
    display: none;
}

.t3-off-canvas .t3-off-canvas-body  .mod-languages {
    padding: 0px 27px 0px 27px;
}
.t3-off-canvas .t3-off-canvas-body  .mod-languages a{
   color:#fff
}
.itemsCategory h1.blogItemTitle {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
	font-size:30px
}

.t3-off-canvas .t3-off-canvas-header h2 {
   
    display: none;
}

.lang-switcher {
    float: right;
    padding: 10px 0px;
    position: relative;
    margin-left: 1px;
   
}

.lang-switcher a{
  color: #000;
  font-weight:bold;
  padding: 10px 7px;
}


.lang-switcher a:hover {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
}

.lang-switcher div.mod-languages li {
    margin-left: 1px;
    margin-right: 1px;
}
.parallaxservice .hoParallax h1 {
  
    text-transform: none; 
    
}


@media screen and (max-width:1500px) {
	a.hoSimpleBoxLink img {
		max-width: 680px;
	}

	.aeocompany #t3-content {
		background-position-y: 386px;
	}

	.aeocompany.com_content .item-page {
		min-height: 450px;
	}
	
	.copyrights {
    padding: 0 55px 76px;
}

.t3-footnav img.logo-img {
   
    padding-bottom: 26px;
    padding-top: 15px;
}

.info-all {
    padding: 30px 55px;
}

.t3-footnav .footer-contact {
    
    margin-top: -96px;
}

.t3-footnav {
    padding: 46px 0 0px;
}

.aeocompany #t3-content {
     
    background-size: 40%;
}
}

@media screen and (max-width:1300px) {
	
	.home5 .container {
    max-width: 100%;
}
	a.hoSimpleBoxLink img {
		max-width: 630px;
	}

	.aeocompany.com_content .item-page {
		min-height: 410px;
	}

	.home4 .maincon {
		text-align: left;
		padding: 4% 7%;
		background: #ededed;
	}
	
.com_content .item-image, .parallaxservice .hoParallax 
{
    
    max-height: 300px;
     
}

.aeocompany #t3-content {
    background-size: 35%;
}

.copyrights {
    padding: 0 55px 24px;
}

.info-all {
    padding: 20px 55px;
}
}
@media screen and (max-width:1040px) {

.logo-image {
    text-align: center;
    padding: 0px 0 16px;
}

.t3-megamenu {
    text-align: center;
}

.navbar-nav {
     
    display: inline-block;
    float: none;
}

.t3-header {
    padding-top: 15px;
    padding-bottom: 10px;
}

.home4 .maincon {
    text-align: left;
    padding: 0% 3%;
    
}

.home .hoImageSlider .hoImageSlideCaption {
    position: absolute;
    top: 28%;
    left: 8%;
}

a.hoSimpleBoxLink img {
    max-width: 514px;
}

.info-all {
    padding: 20px 20px;
}

.copyrights {
    padding: 0 20px 75px;
}


.com_content .item-image, .parallaxservice .hoParallax {
    max-height: 250px;
}

.aeocompany #t3-content {
    background-position-y: 334px;
}


.parallaxservice {
    margin-bottom: 20px;
    
}

.blogCategory.blog .blogItemHead {
    padding: 25px 10px 40px;
    margin: 0 50px;
}
}


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

.blogCategory.blog .blogItemHead {
    padding: 25px 10px 40px;
    margin: 0 15px;
    position: static;
}

.blogCategory.blog.noSidebar .item.column-1 {
 
    margin-bottom: 50px;
}

.com_content .item-image, .parallaxservice .hoParallax {
    max-height: 200px;
}
.aeocompany #t3-content {
    background-size: 60%;
}

.home .hoImageSlideSubtitle {
    font-size: 30px;
    
}

.t3-footer {
   
    background-position-y: -345px;
     
}
.home  .hoImageSlideDesc {
    font-size: 17px;
   
}


.home  .hoImageSlideTitle {
    font-size: 46px;
    
}

.home .hoImageSlider .hoImageSlideCaption {
    position: absolute;
    top: 23%;
    left: 4%;
}


.home .hoSimpleBoxImage.col-md-1 {
    margin: 0 0 10px 0;
}

.home .hoSimpleBoxmain.col-md-8 {
    text-align: center;
    margin: 20px 0;
}

.hoSimpleBoxDescription {
    text-align: center;
}

.home4 .hoSimpleBoxButton {
    text-align: center;
    margin-bottom: 24px;
}

a.hoSimpleBoxLink img {
    max-width: 88%;
    padding-bottom: 20px;
}

.t3-footnav .footer-contact {
    margin-top: -70px;
}


.t3-footnav {
    padding: 20px 0 0px;
}

.t3-wrapper .home .home5 {
    padding: 92px 20px;
}
.com_content .headerTitle {
    
    font-size: 3.5rem;
  
}

.parallaxservice .hoParallax h1 {
 
    bottom: 30%;
    
    font-size: 46px;
     
}

.parallaxservice .hoParallax {
background-position: center -8px!important;}
.navbar-nav li a {
 
    padding: 10px 8px;
}

#stripMessage.active {
    height: 190px;
}
}
@media screen and (max-width:767px) { 




.itemHeader h2 {
    font-size: 30px;
    margin: 5px 0 21px;
}

.blogCategory.blog .blogItemHead {
    padding: 10px 10px 25px;
    margin: 0 3px;
     
}
.com_content .item-image, .parallaxservice .hoParallax {
    max-height: 150px;
    
}

.t3-footer {
    background-position-y: -661px;
}

.com_content .headerTitle {
    font-size: 2.8rem;
}
.com_content .item-image{
background-position: center -400px!important;

    background-size: 140%;}

button.btn.btn-primary.off-canvas-toggle {
    display: block;
}

.home .hoImageSlideDesc {

    display: none;
}

.home .hoImageSlideTitle {

    margin-bottom: 20px;
}


.home .home5 table.acymailing_form {
   
    width: 100%;
    padding-left: 0px;
    padding-right: 0;
}

.home .home5 .acymailing_introtext {
    
    width: 100%;
    text-align: center;
    
    margin-bottom: 20px!important;
}

.t3-footnav .footer-contact {
   
    margin-left: 0px;
    margin-right: 0px;
   
}
.navbar-toggle {
    
    display: none;
}



.t3-header .btn-primary {
    padding: 10px 19px;
    float: right;
}

.logo-image {
   
    padding: 4px 0 4px;
}
.t3-wrapper .home .home5 {
    padding: 56px 20px 90px;
}

.home .home5 .acymailing_introtext span {
   
    margin-bottom: 20px;
}
.category-desc.clearfix {
    padding: 0 35px 40px;
}

.contact-contactinfo div {
    float: left;
    margin: 0 30px 0 0;
}

#stripMessage.active {
    height: 380px;
}
}
@media screen and (max-width:500px) { 

#stripMessage .stripMessageInner {
   
    padding: 25px 20px 0px 20px;
}

#stripMessage.active {
    height: 381px;
}



.itemHeader h2 {
    font-size: 26px;
    margin: 5px 0 21px;
}

h2, .h2 {
    font-size: 23px;
}
.blogCategory.blog .blogItemHead {
    padding: 10px 0px 25px;
    margin: 0 15px;
}
.t3-footer {
    background-position-y: -79px;
}

.com_content .headerTitle {
    font-size: 2.2rem;
}
h3, .h3 {
    font-size: 22px;
}
.com_content .item-image {
    
    background-size: 121%;
}
.com_content .item-image, .parallaxservice .hoParallax {
    max-height: 128px;
}
.aeocompany #t3-content {
    background-size: 90%;
}
.custom.koutsotop p.koutsosubtitle {
    font-size: 17px;

}

.parallaxservice .hoParallax h1 {
    bottom: 30%;
    font-size: 37px;
}

.custom.koutsotop p.koutsotitle {
  
    font-size: 21px;

}
.t3-footnav .footer-contact {
    margin-left: 30px;
    margin-right: 30px;
}

.copyrights:before {
   
    width: 100%;
    
}

.t3-footnav .col-xs-7,.t3-footnav .col-xs-5 {

    width:100%;
    text-align:center;
}

.hoImageSlideCaption a.btn.btn-primary {


    display:none;
}
.t3-footnav .t3-module .module-title {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 20px;
}
.com_content .item-page {
 
    padding: 1rem 2rem;
 
}
.category-desc.clearfix {
    padding: 0 5px 40px;
}

/*CONTACT*/
.contact-contactinfo div {
    width:100%!important;
    height:64px
}

.contact-form dl {
    float:left;
    width:100%
}

#jform_contact_email_copy {
    display:none
}

label#jform_contact_email_copy-lbl {
    display:none
}

.contact-form input,.contact-form #jform_contact_emailmsg {
    width:100%
}

form#contact-form dt {
    margin-top:15px
}

form#contact-form dl {
    margin-bottom:0
}

form#contact-form {
    margin-bottom: 40px;
}

.contact {
   
    padding: 0px 20px 20px;
}

.contact  .map {
    max-height: 350px!important;
}
}

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

#stripMessage .stripMessageInner {
    padding: 25px 10px 0px 10px;
}

.itemHeader h2 {
    font-size: 20px;
   
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 21px;
}

.com_content .item-image, .parallaxservice .hoParallax {
    max-height: 95px;
}
.parallaxservice .hoParallax h1 {
    bottom: 22%;
    font-size: 32px;
}
.com_content .item-image {
    background-size: 130%;
}
.home .hoImageSlideSubtitle {
    font-size: 20px;
	text-align:center;
}


.home .hoImageSlideTitle {
    font-size: 35px;
	text-align:center;
}

.moduletable.koutsotop h3 {
    font-size: 30px;
}

.custom.koutsotop p.koutsotitle {
    font-size: 20px;
}

.custom.koutsotop p.koutsosubtitle {
    font-size: 16px;
}

.home3 .hoSimpleBoxTitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.home3	.hoSimpleBox {
    
    padding: 30px 10px;
}

.logo-image img {
    max-width: 100%;
    padding: 6px 0;
}


.hoImageSlideCaption {
  
    left: 0;
    width: 100%;
}
.wrap.t3-sl.t3-sl-2 {
    padding: 8px 0;
}


.home .home5 .acymailing_module_form td {
    padding-top: 4px !important;
    width: 100%;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td {
    border: 0px;
    display: inline-block;
    width: 100%;
}

.home .home5 .acymailing_module_form td .btn-primary {
    background: #1a6d74;
    border: 0;
    width: 100%;
}
.home .home5 .acymailing_module_form td {
    padding-top: 0px !important;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home .hoSimpleBoxmain.col-md-8 {

    padding: 0;
}

.copyrights {
    padding: 0 20px 30px;
}

.com_content .headerTitle {
    font-size: 2rem;
}

.articleBody.col-md-12 {
    padding: 0;
}


}

@media screen and (max-width:340px) { 
#stripMessage.active {
    height: 399px;
}
.parallaxservice .hoParallax h1 {
    bottom: 22%;
    font-size: 28px;
}
h3, .h3 {
    font-size: 16px;
}

h2, .h2 {
    font-size: 17px;
}
.com_content .item-image {
    background-size: 150%;
}
.custom.koutsotop p.koutsotitle {
    font-size: 17px;
}


.itemHeader h2 {
    font-size: 17px;
}

.home3 .hoSimpleBoxSubtitle {
    font-size: 16px;
    
}

.home .hoSimpleBoxmain.col-md-8 {
    margin: 20px 0;
    padding: 0;
}

.home3 .hoSimpleBoxTitle {
    font-size: 16px;
    
}


.social-all .fa {
    color: #fff;
    padding: 0 3px;
    font-size: 17px;
}

.t3-footnav .footer-contact {
    margin-left: 10px;
    margin-right: 10px;
}
.contact .map {
    max-height: 300px!important;
}


}