/* Created By GRAPHIBOY CS */
/* www.graphiboycs.com */

/*TASARIM*/
@charset "utf-8";

::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb{
	background: #00a8e2;
}
::-webkit-scrollbar-thumb:hover{
	background: #00a8e2;
}
::-webkit-scrollbar-track{
	background: #E6E6E6;
}
a:link {	
	text-decoration: none;
    outline: none;
	color: none;
}
a:visited {	
	text-decoration: none;
    outline: none;
	color: none;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: none;
}
a:active {
	text-decoration: none;	
	outline: none;
	color: none;
}
area:link {	
	text-decoration: none;
    outline: none;
	color: none;
	border:none;
}
area:visited {	
	text-decoration: none;
    outline: none;
	color: none;
	border:none;
}
area:hover {
	text-decoration: none;
	outline: none;
	color: none;
	border:none;
}
area:active {
	text-decoration: none;	
	outline: none;
	color: none;
	border:none;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style: none;
	text-decoration: none;
	min-height: 600px;
	height: 100%;
	font-family: 'Roboto', serif;
	color: #333;
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
p{
	font-size: 18px;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 28px;
}
.breadcrumbs {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	text-align: right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: bold;
}
.breadcrumbs a{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.breadcrumbs a:hover{
	color: #00a8e2;
}
.breadcrumbs i{
	margin-right: 5px;
	margin-left: 5px;
	color: #999999;
	font-weight: bold;
}
.g-recaptcha {
	float: left;
	height: auto;
	text-align: left;
	margin-left: 2%;
	padding-left: 3%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 60px;
	margin-bottom: 60px;
}
.Header {
	float: left;
	position: absolute;
	z-index: 102;
	width: 100%;
	height: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #00a8e2;
}
.Logo {
	float: left;
	height: auto;
	width: 220px;
	text-align: center;
	position: absolute;
	z-index: 102;
	left: 40px;
	top: 0px;
}
.Menu-Destop-Mobile{
	float: right;
	height: auto;
	width: auto;
	z-index: 101;
	top: 8px;
	right: 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
}
.Menu-Destop-Mobile span{
	float: right;
	height: auto;
	font-size: 30px;
	color: #fff;
	background-color: #00a8e2;
	position: absolute;
	top: 20px;
	right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.Menu-Destop-Mobile span:hover{
	color: #00a8e2;
	background-color: #fff;
}
.Menu-Destop-Mobile ul{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 101;
	top: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-color: #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #00a8e2;
}
.Menu-Destop-Mobile ul li{
	top: 30%;
	width: 100%;
	position: relative;
	display: none;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Menu-Destop-Mobile ul li a{
	float: left;
	height: auto;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	margin-right: 15%;
	display: none;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.3s ease-out;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Menu-Destop-Mobile ul li a:hover{	
	font-size: 42px;
}
.Menu-Destop-Mobile ul li a.visited{
}
.header-button-G {
	float: right;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 36px;
	right: 101px;
	left: auto;
	bottom: auto;
}
.header-button-G a {
	float: right;
	height: auto;
	font-size: 20px;
	color: #fff;
	background-color: #00a8e2;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 64px;
	text-align: center;
	margin-left: 1px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header-button-G a:hover {
	color: #00a8e2;
	background-color: #fff;
}
.Sayfa-Link-A {
	font-size: 22px;
	font-weight: bold;
	color: #00a8e2;
	float: left;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border: 2px solid #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Sayfa-Link-A:hover {
	color: #FFF;
	background-color: #00a8e2;
}
.Sayfa-Link-B {
	font-size: 22px;
	font-weight: bold;
	color: #00a8e2;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	border: 2px solid #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 5%;
	background-color: #FFF;
}
.Sayfa-Link-B:hover {
	color: #FFFFFF;
	background-color: #00a8e2;
	border: 2px solid #FFF;
}
.L-Link {
	float: left;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	top: 0px;
	z-index: 1000;
	position: static;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	display:block;
}
.L-Link a i {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 7px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.L-Link a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	float: left;
	padding-top: 20px;
	border: 3px solid #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: auto;
	width: 24%;
	margin-left: 0.5%;
	text-align: center;
	border-radius: 4px;
	line-height: normal;
}
.L-Link a:hover {
	color: #fff;
	border: 3px solid #00a8e2;
	background-color:#00a8e2;
}
.banner-line-a {
	background-image: url(https://www.argenmedikal.com/images/bg-line-a.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 107px;
	width: 100%;
	margin-bottom: 100px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00a8e2;
}
.banner-line-b {
	background-image: url(https://www.argenmedikal.com/images/bg-line-b.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 107px;
	width: 100%;
	margin-top: 50px;
}
.Banner-A {
	position: relative;
	z-index: -10;
	left: 0px;
	float: left;
	height: 350px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(https://www.argenmedikal.com/images/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.Banner-B {
	position: relative;
	z-index: -10;
	float: left;
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #FFF;
	background-image: url(https://www.argenmedikal.com/images/lunwell-gumuslu-yara-ortusu-bg.jpg);
}
.image-A {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1px;
}
.Metin-A {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Baslik-A {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Baslik-A h1{
	font-size: 60px;
	font-weight: 700;
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #00a8e2;
	margin-top: 10px;
}

.Baslik-A h2{
	font-size: 26px;
	color: #333;
	padding-bottom: 10px;
	float: left;
	width: 98%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-left: 2%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00a8e2;
	padding-top: 10px;
	font-weight: 700;
	margin-top: 15px;
}
.Baslik-A h3{
	font-size: 22px;
	color: #333;
	padding-bottom: 0px;
	float: left;
	width: 100%;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 0px;
}
.Baslik-A h3 i{
	font-size: 28px;
	color: #FFF;
	margin-right: 15px;
	padding: 10px;
	background-color: #00a8e2;
}
.Baslik-A h4{
	font-size: 22px;
	color: #333;
	float: left;
	width: 100%;
	font-weight: 700;
}
.Baslik-A h4 i{
	font-size: 30px;
	color: #00a8e2;
	margin-right: 20px;
	padding: 16px;
	border: 3px solid #00a8e2;
	margin-bottom: 20px;
}
.Baslik-A p{
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: auto;
	width: 95%;
	margin-left: 5%;
}
.Baslik-A p i{
	margin-right: 15px;
	color: #00a8e2;
}
.Baslik-A p a{
	margin-right: 15px;
	font-weight: 700;
	color: #00a8e2;
	text-decoration: underline;
}
.Baslik-A p span{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
	background-color: #00a8e2;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	float: left;
	margin-right: 7px;
}
.Baslik-A  blockquote{
	font-weight: 700;
	color: #00A8E2;
	font-size: 50px;
	float: left;
	height: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 40px;
	line-height: 60px;
	width: 70%;
}
.Baslik-A list{
	margin-top: 100px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: auto;
	width: 100%;
	font-size: 26px;
	float: left;
	line-height: 40px;
}
.Baslik-B {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Baslik-B h1{
	font-size: 26px;
	color: #00a8e2;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-top: 10px;
	font-weight: 700;
	cursor: pointer;
}
.Baslik-B h1 i{
	margin-right: 20px;
}
.Baslik-B h1:hover{
	color: #333;
}
.Baslik-B p{
	margin-top: 30px;
	height: auto;
	width: 95%;
	margin-left: 5%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Baslik-C {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Baslik-C h3{
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-weight: 700;
	margin-top: 50px;
}
.Baslik-C p{
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: auto;
	width: 100%;
	line-height: 50px;
}
.Baslik-C p i{
	margin-right: 15px;
	color: #00a8e2;
	font-size: 24px;
	text-align: left;
}
.Baslik-C p a{
	color: #333;
	font-weight: bold;
}
.Baslik-C p a:hover{
	color: #00a8e2;
}
.Line-A{
	height: 4px;
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	float: left;
	background-color: #00a8e2;
	margin-right: 5%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Line-B {
	height: 4px;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Up-Buton {
	float: right;
	width: 40px;
	position: fixed;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	display: none;
	right: 20px;
	font-size: 24px;
	background-color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Up-Buton:hover {
	background-color: #00a8e2;
	color: #FFF;
}
.Kalip-Full {
	float: left;
	height: auto;
	width: 100%;
}
.Kalip-1600 {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	overflow: hidden;
}
.Kalip-2-esit {
	float: left;
	height: auto;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0px;
}
.Kalip-2-esit-s {
	float: left;
	height: auto;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0px;
}
.Kalip-3-esit {
	float: left;
	height: auto;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0px;
}
.kare {
	float: left;
	height: auto;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 20px;
	background-color: #00a8e2;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.kare:hover {
	background-color: #666;
}
.kare i{
	font-size: 100px;
	color: #FFFFFF;
	float: left;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 30px;
}
.kare h1{
	font-size: 22px;
	color: #FFFFFF;
	width: 80%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: 700;
	float: left;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	line-height: 30px;
}
.kare-b {
	float: left;
	height: auto;
	width: 29%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 20px;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: 4px solid #00a8e2;
	border-radius: 30px;
	cursor: pointer;
}
.kare-b:hover {
	background-color: #DAE2F3;
	border-radius: 0px;
}
.kare-b i{
	font-size: 100px;
	color: #00a8e2;
	float: left;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 30px;
}
.kare-b h1{
	font-size: 22px;
	color: #333333;
	width: 80%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: 700;
	float: left;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
.kare-c {
	float: left;
	height: auto;
	width: 22%;
	margin-top: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 30px;
	cursor: pointer;
	border: 4px solid #00a8e2;
	margin-right: 1%;
	margin-left: 1%;
}
.kare-c:hover {
	background-color: #DAE2F3;
	border-radius: 0px;
}
.kare-c i{
	font-size: 80px;
	color: #00a8e2;
	float: left;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 30px;
}
.kare-c h1{
	font-size: 22px;
	color: #333333;
	width: 80%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: 700;
	float: left;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
.Haber-G {
	float: left;
	height: auto;
	width: 86%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00a8e2;
	padding-bottom: 30px;
	margin-top: 50px;
	padding-right: 7%;
	padding-left: 7%;
	min-height: 650px;
}
.Haber-G img{
	float: left;
	height: auto;
	width: 96%;
	padding: 3%;
	border: 2px solid #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Haber-G img:hover{
	
}
.Haber-G h1{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: auto;
	width: 100%;
	color: #333;
	font-size: 18px;
	float: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Bosluk-30{
	float: left;
	height: 30px;
	width: 100%;
}
.Bosluk-50{
	float: left;
	height: 50px;
	width: 100%;
}
.Bosluk-70{
	float: left;
	height: 70px;
	width: 100%;
}
.Footer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #00a8e2;
}
.F-Kalip-3-esit {
	float: left;
	height: auto;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0px;
}
.Footer-BS {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2px;
	background-color: #00a8e2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.Footer-Logo {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 120px;
}
#Footer-Logo-img-a{
	float: left;
	height: auto;
	width: 230px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	clear: both;
	
}
#Footer-Logo-img-b{
	float: left;
	height: auto;
	width: 230px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.Footer-Link{
	float: left;
	height: auto;
	width: 80%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 115px;
}
.Footer-Link a{
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	width: 90%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10%;
}
.Footer-Link a i{
	float: left;
	margin-right: 15px;
}
.Footer-Link a:hover{
	color: #CCCCCC;
}
.Footer-Metin {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 130px;
	margin-left: 70px;
}
.Footer-Metin img{
	float: left;
	height: auto;
	width: 220px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.Footer-Metin i{
	margin-right: 10px;
	color: #FFFFFF;
}
.Footer-Metin h1{
	font-size: 40px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: bold;
	margin-bottom: 5px;
}
.Footer-Metin h2{
	font-size: 24px;
	color: #FFFFFF;
	float: left;
	width: 60%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 20px;
}
.Footer-Metin p{
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 20px;
	line-height: 26px;
}
.Footer-Metin p a{
	color: #FFFFFF;
}
.Footer-GB {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #00a8e2;
}
.Footer-GB a{
	float: left;
	height: auto;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.butonn1 {
	font-family: 'Roboto', serif;
	font-size: 22px;
	color: #00a8e2;
	width: 100%;
	font-weight: normal;
	height: 80px;
	font-weight: 900;
	background-color: #FFF;
	text-align: center;
	background-image: url(https://www.argenmedikal.com/images/bos.png);
	cursor: pointer;
	border: 2px solid #00a8e2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.butonn1:hover{
	background-color: #00a8e2;
	color: #FFFFFF;
}
.FieldS {
	font-family: 'Roboto', serif;
	float: right;
	height: 50px;
	width: 70%;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	margin-left: 2%;
	padding-left: 3%;
	margin-bottom: 5px;
	background-color: #DAE3F4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.FieldS:hover{
	background-color: #FFFFEA;
	color: #333;
}
.Labels {
	font-family: 'Roboto', serif;
	position: absolute;
	float: left;
	width: 90%;
	display: block;
	font-size: 16px;
	color: #666666;
	text-align: left;
	height: auto;
	padding-top: 20px;
}
.mesaj {
	font-family: 'Roboto', serif;
	height: 150px;
	width: 58%;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	float: right;
	padding-top: 20px;
	background-color: #DAE3F4;
	padding-left: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mesaj:hover{
	background-color: #FFFFEA;
	color: #333;
}
.Uyari {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.g-recaptcha {
	float: right;
	height: auto;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.table{
	margin-top: 50px;
	float: left;
}
.table-2{
	margin-top: 70px;
	float: left;
	height: auto;
	width: 100%;
	overflow: auto hidden ;
}
.table-bs-1 {
	font-size: 22px;
	font-weight: bold;
	background-color: #00a8e2;
	padding-left: 40px;
	text-align: left;
	height: 90px;
	width: 10%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.table-bs {
	font-size: 22px;
	font-weight: bold;
	background-color: #00a8e2;
	padding-left: 40px;
	text-align: left;
	height: 90px;
	width: 50%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.table-bs-2 {
	font-size: 22px;
	font-weight: bold;
	background-color: #00a8e2;
	text-align: center;
	height: 90px;
	width: 20%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.table-td{
	font-size: 18px;
	background-color: #DAE2F3;
	padding-left: 40px;
	text-align: left;
	height: 70px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.table-td:hover{
	background-color: #00a8e2;
	color: #FFF;
}
.table-td-2{
	font-size: 18px;
	background-color: #DAE2F3;
	text-align: center;
	height: 70px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.jd-slider,.jd-slider .slide-inner{
	overflow: hidden;
	position: relative;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	margin-bottom: 0px;
	background-size: cover;
}
.jd-slider{
	margin: 0 auto;
	padding: 0;
	background-size: cover;
	background-position: center center;
	outline: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #96cfe3;	
	height: 80%;
}
.jd-slider .slide-area{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}
.jd-slider .slide-area:after{
	display: block;
	content: '';
	clear: both;
}
.jd-slider .slide-area li{
	display: none;
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	z-index: 100;
}
.jd-slider .slide-inner ul li a{
	float: left;
	height: 100%;
	width: 100%;
}
.jd-slider .slide-area li:first-child{
	display: block;
}
.jd-slider .next,.jd-slider .prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;	
	z-index: 100;
}
.jd-slider .hidden.next,.jd-slider .hidden.prev{
	display: none;
}
.jd-slider .prev{
	left: 20px;
	height: auto;
	width: 60px;
	text-align: center;
	font-size: 30px;
	padding-top: 12px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color: #FFF;
	background-color: #00a8e2;
	padding-bottom: 12px;
}
.jd-slider .next{
	right: 20px;
	height: auto;
	width: 60px;
	text-align: center;
	font-size: 30px;
	padding-top: 12px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background-color: #00a8e2;
	color: #FFF;
	padding-bottom: 12px;
}
.jd-slider .prev:hover{
	color: #00a8e2;
	background-color: #FFF;
}
.jd-slider .next:hover{
	color: #00a8e2;
	background-color: #FFF;
}
.jd-slider .controller{
	text-align: center;
	position: absolute;
	z-index: 99;
	height: auto;
	display: block;
	width: 100%;
	bottom: 0px;
	left: auto;
}
.jd-slider .controller .auto.pause .fa-pause,.jd-slider .controller .auto.play .fa-play{
	display: block;
}
.jd-slider .controller .indicate-area{
	display: inline-block;
	color: #FFF;
	height: auto;
	padding-top: 15px;
	width: 100%;
	padding-bottom: 0px;
}
.jd-slider .controller .indicate-area a{
	display: inline-block;
	position: relative;
	width: 15%;
	height: 10px;
	font-size: 0;
	color: #FFFFFF;
	background-color: #0083AE;
	border-top-width: 13px;
	border-right-width: 13px;
	border-bottom-width: 7px;
	border-left-width: 13px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00a8e2;
	border-right-color: #00a8e2;
	border-bottom-color: #00a8e2;
	border-left-color: #00a8e2;
}
.jd-slider .controller .indicate-area a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #00a8e2;
}
.jd-slider .controller .indicate-area a.on:after{
	line-height: normal;
	background-color: #0083AE;
}
.jd-slider a{
	font-size: 1.5rem;
}
.jd-slider.fade .slide-area li{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.jd-slider.fade .slide-area li:first-child{
	position: static;
	opacity: 1;
}
.jd-slider.slider--none .controller,.jd-slider.slider--none .next,.jd-slider.slider--none .prev{
	display: none;
	line-height: normal;
}
.jd-slider {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 0px;
}
.jd-slider .slide-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.jd-slider .slide-area > li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	height: 101%;
	width: 100%;
}
.jd-slider .slide-area > li:first-child {
	float: left;
	height: 100%;
	width: 100%;
}

#banner-1{
	background-image: url(https://www.argenmedikal.com/images/1.jpg);
}
#banner-2{
	background-image: url(https://www.argenmedikal.com/images/2.jpg);
}
#banner-3{
	background-image: url(https://www.argenmedikal.com/images/3.jpg);
}
#banner-4{
	background-image: url(https://www.argenmedikal.com/images/4.jpg);
}
#img-1{
	content:url("https://www.argenmedikal.com/images/argen-a.jpg");
	float: left;
	height: auto;
	width: 100%;
}
#img-2{
	content: url("https://www.argenmedikal.com/images/Banner-A.jpg");
	float: left;
	height: auto;
	width: 100%;
}
#img-3{
	content: url("https://www.argenmedikal.com/images/kullanim-sekli-a.jpg");
	float: left;
	height: auto;
	width: 90%;
	margin-top: 70px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00a8e2;
	padding-bottom: 100px;
	text-align: left;
}
#img-4{
	content: url("https://www.argenmedikal.com/images/kullanim-sekli-b.jpg");
	float: left;
	height: auto;
	width: 90%;
	margin-top: 70px;
}
#img-5{
	content: url("https://www.argenmedikal.com/images/argen-logo-a.png");
	height: auto;
	width: 70%;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #00a8e2;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.2s ease-out;
	float: left;
	padding-right: 15%;
	padding-left: 15%;
}
#img-5:hover{
	content: url("https://www.argenmedikal.com/images/argen-logo-a-blue.png");
	background-color: #fff;
	width: 76%;
	padding-right: 12%;
	padding-left: 12%;
}
#img-6{
	content: url("https://www.argenmedikal.com/images/lunwell-gumuslu-yara-ortusu-a.jpg");
	float: left;
	height: auto;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}
#img-7{
	content: url("https://www.argenmedikal.com/images/argen-hk.jpg");
	float: left;
	height: auto;
	width: 86%;
	margin-top: 100px;
	margin-right: 7%;
	margin-left: 7%;
}
#img-8{
	content: url("https://www.argenmedikal.com/images/lunwell-gumuslu-yara-ortusu-b.jpg");
	float: left;
	height: auto;
	width: 100%;
}
.images-a {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00a8e2;
	margin-right: 0%;
	margin-left: 0%;
}
.images-b {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 100px;
}
.images-b h2{
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-weight: 700;
}
.Harita {
	float: left;
	height: 700px;
	width: 100%;
	margin-top: 50px;
}
#google-container {
  position: relative;
  min-width: 100%;
  min-height: 700px;
  background-color: #e7eaf0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#cd-google-map {
  position: relative;
  padding: 20px 0;
}

#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #00a8e2;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url(../images/cd-icon-controller.svg);
	color: #FFFFFF;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #00a8e2;
	color: #FFFFFF;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}
#mailform {
	float: left;
	height: auto;
	width: 100%;
}
#lunwell {
	float: left;
	height: auto;
	width: 100%;
}
#endikasyonlar {
	float: left;
	height: auto;
	width: 100%;
}
#kullanim {
	float: left;
	height: auto;
	width: 100%;
}
#ozellikler {
	float: left;
	height: auto;
	width: 100%;
}
#map {
	float: left;
	height: auto;
	width: 100%;
}
