@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEE;
	font-family: 'Roboto', sans-serif;
	font-size: 1em
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden
}
#top {
	width: 100%;
	height: 180px;
	background-color: #00acc1;
	border-bottom: 1px solid #AEAEAE
}
.top-egik {
	border-color: transparent #0092a7 transparent transparent;
	border-style: solid;
	border-width: 0 48px 48px 0;
	height: 0;
	left: 0px;
	width: 0;
}
.span-mail {
	width: 200px;
	display: block;
	float: right;
	height: 48px;
	margin-right: 10px;
	line-height: 48px;
	color: #FFF;
	background-image: url(../img/mail-f.png);
	background-position: left;
	padding-left: 50px;
	background-repeat: no-repeat
}
.span-tel {
	width: 200px;
	display: block;
	float: right;
	height: 48px;
	margin-right: 10px;
	line-height: 48px;
	color: #FFF;
	background-image: url(../img/phone-f.png);
	background-position: left;
	padding-left: 50px;
	background-repeat: no-repeat
}
.responsive-img {
	width: 100%;
	height: 100%
}
p {
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.1em;
    font-weight: inherit;
}
h1 {
	font-family: 'Roboto', sans-serif;
	color: #4A4A4A;
	line-height: normal;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: 'Roboto', sans-serif;
	color: #4A4A4A;
	line-height: normal;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
.kutu {
	width: 32%;
	height: auto;
	margin-right: 2%;
	float: left;
	background-color: #FFF;
	border-bottom: 1px solid #8B8B8B
}
.kutu-last {
	
	margin-right: 0;
	float: right;

}
footer {
	width: 100%;
	height: auto;
	margin-top: 50px
}
.footer-addres {
	display: block;
	height: 48px;
	width: 95%;
	background-image: url(../img/adres.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1em;
	color: #fff;
	line-height: 48px
}
.footer-tel {
	display: block;
	height: 48px;
	width: 330px;
	background-image: url(../img/phone-f.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 48px;
	font-size: 1em;
	color: #fff
}
.footer-mail {
	display: block;
	height: 48px;
	width: 330px;
	background-image: url(../img/mail-f.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 48px;
	font-size: 1em;
	color: #fff
}
.ref {
	width: 15%;
	height: 0;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 15%;
	margin-right: 2%
}
.ref1 {
	width: 15%;
	height: 0;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 15%;
}
.img {
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}
.img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
}
.footer-addres1 {
	display: block;
	height: 48px;
	width: 95%;
	background-image: url(../img/adres1.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1em;
	color: #454545;
	line-height: 48px
}
.footer-tel1 {
	display: block;
	height: 48px;
	width: 330px;
	background-image: url(../img/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 48px;
	font-size: 1em;
	color: #454545
}
.footer-mail1 {
	display: block;
	height: 48px;
	width: 330px;
	background-image: url(../img/mail.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 48px;
	font-size: 1em;
	color: #454545
}
table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
	height: 25px
}
th {
	background: #333;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 0px;
	border-bottom: 1px dashed #787878;
	text-align: left;
}
.alink {
	color: #00acc1;
	text-decoration: none
}
