

body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; 
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Raleway', sans-serif; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; 
    z-index: +1000000000; 
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; 
    top: 50%; 
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; 
}

/* General */
#main-wrapper {
     overflow: hidden;
}

.templatemo-site-title a img {
	margin-right: 30px;
	width: 120px;
	float: right;
}


img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden; 
    margin-top: 36%;
	
}

.templatemo-content #testimonial-text {
	margin-top: 15%;
}

.templatemo-content section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.60);
    padding: 30px;
	line-height: 1.4;
}


.templatemo-content-wrapper {
    overflow: hidden;
}

.templatemo-content h2 {
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.templatemo-content p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 18px;
	margin-top: 25px;
}

.menu {
    position: fixed; 
    width: 220px;
    z-index: 1; 
    top: 100px;
}

#menu-list {
    background-color: rgba(0, 0, 0,0.5);
    font-size: 16px; 
    padding: 0;
}

#menu-list > li {
    display: block;
}


#menu-list > li > a {
    font-family: 'Raleway', sans-serif; 
    padding: 10px 0 10px 30px; 
    text-decoration: none; 
    display: block;
    color: #fff; 
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color: rgba(255,255,255,0.25);
}

#menu-list li:nth-of-type(5) {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 17px
}

#menu-list li span img {
	width: 70px;
	padding: 0 10px 5px 0;
}


#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 5px 0 0 45px;
    display: block;
	text-align: left;
}

#responsive > .active > a,
#responsive li a:hover {
    background-color: rgba(0,0,0,0.5);
}

#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}

.templatemo-content {
    padding-bottom: 6%;
}

#testimonial-text {
	padding-left: 50px;
}
#testimonial-text img {
	width: 50px;
	padding-top: 50px;
	
}

#testimonial-text a {
	font-size: 30px;
	color: #000;
	vertical-align: bottom;
}


#services-text {
	text-align: left;
	padding: 5px 5px 15px 30px;
}
#services-text img {
	margin: 10px;
}



#services-text a:nth-of-type(4) {
	margin-right: 0;
	height: 100px;
}



.text-center {
	font-size: 18px;
	text-align: center;
}

.text-center span {
	font-size: 16px;
}

.product > p {
		display: none;
	font-size: 16px;
	}

.product > i {
	text-align: center;
	font-size: 35px;
	margin: 0;
    
}



#renunciation-text p {
	font-size: 8px;
	margin: 15px 0 0;
	float: right;
}

#eko-text {
	font-size: 14px;
}

#more {display: none;}


#eko-text a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

#eko-text a:hover {
	text-decoration: underline;
}
.row {
	display: flex;
}

.row h2 {
	font-size: 25px;
	margin: 20px 0;
}

.row > img {
	width: 180px;
	margin: 0;
	padding: 0;
	
	align-self: center;
	
}

.img-with-text {
    text-align: justify;
    width: 200px;
	display: inline-block;
}
 
.img-with-text img {
    display: block;
    margin: 0 auto;
	width: 200px;
	padding-right: 10px;
}

.img-with-text > p {
	margin: 2px 0 0;
	font-size: 12px;
	padding: 0 10px ;
}

@media screen and (max-width: 767px) {
	
	.templatemo-site-title a img {
		width: 60px;
		margin-left: 15px;
}
	
	.templatemo-content section {
		background-color: rgba(255,255,255,0.80);
	}
	
	#services-text img {
		margin: 10px;
}
	
	
	
	#services-text {
	padding: 5px;
	
}
	
	#renunciation-text p {
		font-size: 5px;
	}
	
	.menu {
    position: relative; 
    width: 100px; 
    top: 100px;
}
	#testimonial-text a {
		font-size: 23px;
	}
	
	#testimonial-text img {
		width: 30px;
	}
	
	.row {
		display: block;
	}
	
	#responsive li:nth-of-type(5) a span img {
		width: 100px;
		padding: 0 10px 5px 0;
	}
	
	#services-text a:nth-of-type(5) img {
		width: 100px;
	}

	
}

