@charset "utf-8";
/* CSS Document */

/*reset*/
html, body {
	height: 100%;
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, a, em, ins, small, strong, b, ul, i, dl, dt, dd, form, label, table, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
}
input, select, button {
	vertical-align: middle;
	font-family: 'Mulish', sans-serif;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}
img {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:bottom;
}
.highlight {
	background-color: #8888FF;
	color: #FF0;
}
/*reset end*/


li{
	list-style-image: none;
	list-style-type: none;
}
a{
	color:#0064CF;
	text-decoration:none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#E02D31;
	text-decoration:none;
}

a img {
	border: none;
}
a > img {
	vertical-align: bottom;
}
input:focus, textarea:focus, button:focus{
	outline:none;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner{border:0}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 10px 0;
	color:#37556C;
	font-weight:700;
	line-height:1.2em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:30px;
}

h4{
	font-size:26px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}
hr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	border-right: none;
}

h3.spec {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 30px;
	text-transform: uppercase;
}
p{margin: 10px 0;}

body a, body a:link, body a:visited{
	margin: 0px;
	padding: 0px;
}
table{border-collapse:collapse;border-spacing:0; border:1px solid #666; font-size: 18px;}
table thead{
	background-color: #ffd900;
	font-size: 18px;
	font-weight: bold;
}
table thead td{padding-top:3px;}
table td {padding:2px 5px; border:1px solid #666;}
/*
table tr:nth-child(2n){background-color: rgba(0,60,160,0.2);}
*/
body{
	position: relative;
	font-family: 'Mulish', sans-serif;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	position: relative;
	color:#000;
	background-color: #FFF;
}
.wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ya-row::before, .ya-row::after {
	content: "";
	display: table;
	line-height: 0;
}
.ya-row::after {
	clear: both;
}

.ya-width{
	max-width:1140px;
	min-width:320px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
	position: relative;
}
.section{
	position: relative;
	width:100%;
	padding:10px 0;
	overflow: hidden;
	z-index: 2;
}
.bg-circle{
	width: 800px;
	height: 800px;
	position: absolute;
	top: -400px;
	left: -400px;
	right: auto;
	background-color: #ebf5fc;
	border-radius: 50%;
}
.bg-circle:before{
	content: '';
	position: absolute;
	width: 360px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -180px;
	background-color: #ebf5fc;
	border-radius: 50%;
	z-index: 2;
}
.bg-circle:after{
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	background-color: #cfe4f8;
	border-radius: 50%;
}

.wrapper .bg-circle{
	top: 500px;
	left: auto;
	right: -400px;
}
.wrapper .bg-circle.wrapper-top{
	top: -400px;
	left: -400px;
	right: auto;
}

/*Videowrapper______________________________*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Videowrapper______________________________*/

/*Start Header*/
.section.header{
	position:relative;
	margin-bottom:10px;
	padding:10px 0;
	border-bottom: 1px solid #CCC;
}
.logo{
	display: inline-block;
}
.logo img{
	width:450px;
	margin:0;
	padding:0;
}
.phone-info-box{
	font-weight: 700;
	position: absolute;
	right: 10px;
	top:28px;
}
.phone-info-icon{
	position: absolute;
	width: 50px;
	height: 50px;
	top:-7px;
	left: -1px;
	font-size: 35px;
	color: #FFFFFF;
	background-color: #1194BF;
	border-radius: 100px;
}
.phone-info-icon > .fa:before{
	margin-top: 9px;
	transform: rotate(15deg);
}
.phone-info-number{
	font-size: 18px;
	line-height: 33px;
	text-align: right;
	width: 220px;
	height: 35px;
	padding: 0 15px;
	color: #FFFFFF;
	background-color: #1F4163;
	border-radius: 50px;
}

.mobile-call-box{
	display: none;
	position: absolute;
	top: 22px;
	right: 0;
}
.mobile-call-box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mobile-call-box li a{
	width: 30px;
	height: 30px;
	margin: 0 7px;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	color: #37556C;
	border: 1px solid #CCC;
	border-radius: 50px;
}
.mobile-call-box li a:hover{
	color: #E02D31;
}
/*End Header*/

.section-content{padding:15px 0;}
input{
	font-family: 'Mulish', sans-serif;
	padding:2px 5px;
	height:46px;
	font-size: 18px;
	border: 1px solid #0069DA;
	border-radius:5px;
	box-sizing:border-box;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
textarea{
	font-family: 'Mulish', sans-serif;
	padding:2px 5px;
	height:120px;
	font-size: 18px;
	border: 1px solid #0069DA;
	border-radius:5px;
	box-sizing:border-box;
	resize:vertical;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

button{
	height: 46px;
	padding:2px 10px;
	background-color:#E02D31;
	color:#FFF;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	font-size: 20px;
	text-align: center;
	cursor:pointer;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
button:hover{background-color:#37556C;}
input:hover, textarea:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,105,218,0.5);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,105,218,0.5);
	box-shadow: 0px 0px 7px 1px rgba(0,105,218,0.5);
}
input:focus,
textarea:focus{
	border-color: #0069DA;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.5);
}
.section-box{
	position:relative;
	padding:40px 0;
	overflow: hidden;
	z-index: 2;
}
.content{position:relative; padding:20px 0;}
.section-box h2 span{display:block;}
.content p{
	font-size:24px;
	text-align: justify;
}
::-webkit-input-placeholder{color:#999; font-style: italic; font-size:17px;}
::-moz-placeholder          {color:#999; font-style: italic; font-size:17px;}/* Firefox 19+ */
:-moz-placeholder           {color:#999; font-style: italic; font-size:17px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999; font-style: italic; font-size:17px;}

input.input-empty, textarea.input-empty{border-color:#F00;}
input.input-empty::-webkit-input-placeholder, textarea.input-empty::-webkit-input-placeholder{color:#F00;}
input.input-empty:-moz-placeholder, textarea.input-empty:-moz-placeholder{color:#F00;}
input.input-empty::-moz-placeholder, textarea.input-empty::-moz-placeholder{color:#F00;}
input.input-empty:-ms-input-placeholder, textarea.input-empty:-ms-input-placeholder{color:#F00;}

.blockquote{
	padding:10px 10px 10px 50px;
	background-color:#D8ECFA;
	background-image: url(../images/nida-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.blockquote p{
	font-size:26px;
	color:#007FDA;
	font-weight: bold;
}
.blockquote span{color:#F00;}


img.imageright30, img.imageright40{float:right; margin-left:20px; margin-bottom:10px;}
img.imageleft30, img.imageleft40{float:left; margin-right:20px; margin-bottom:10px;}
img.imageright30, img.imageleft30{width:30%;}
img.imageright40, img.imageleft40{width:40%;}

.section-box h2,
.section-box h3,
.section-box h4{
	text-align:center;
}
.section-box h2{
	position: relative;
}
.section-box h2:after{
	content: '';
	width: 120px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left:-60px;
	bottom: -10px;
	background-color: #E02D31;
}

.section-box h4{
	margin-bottom: 20px;
}
h4.half-header{
	margin: 40px 0 0 0;
}

.slider-body{
	position: relative;
	padding-top: 10px;
}
/*Start Team Sliders*/
.swiper-container-team {
	width: 100%;
	height: auto;
	padding-bottom:30px;
	margin-top:30px;
}

.swiper-container-team .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-container-team .swiper-button-next{
	right: 0;
}
.swiper-container-team .swiper-button-next,
.swiper-container-team .swiper-button-prev{
	width: 17px;
	height: 34px;
	top:0;
	background-size: 17px 34px;
	margin-top:0;
}
.swiper-container-team .swiper-button-prev{left:auto; right: 50px;}
.swiper-container-team .swiper-pagination{bottom:-15px;}

.swiper-container-team .swiper-pagination-bullet-active{
	background-color: #FF4701;
}
.team-slider-img{
	position: relative;
}
.team-slider-img img{
	display:block;
	width: 100%;
	height: 147px;
	margin: 0 auto;
	object-fit: cover;
}
.videolist-button{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-23px 0 0 -23px;

}
.videolist-button a{
	display: table;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	background-color: #F00;
	color: #ffffff;
	text-align: center;
}
.videolist-button a:after{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #1583e9;
	opacity: 0;

}

.swiper-slide:hover .videolist-button a:after{
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-animation: sonarEffect 1s ease-in-out .1s infinite;
	animation: sonarEffect 1s ease-in-out .1s infinite;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F90, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F90, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.3);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F00, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F00, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F00, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F00, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.3);
		opacity: 0;
	}
}
.videolist-button a i{
	color:#FFF;
	font-size: 23px;
	padding-left:3px;
	display: table-cell;
	vertical-align: middle;
}

/*End Team Sliders*/


/*Start Photo Gallery*/
.photolist-button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div.photolist-button a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div.photolist-button a:before{
	content:'';
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity:0;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.photolist-button a:after{
	content:'';
	position: absolute;
	height: 52px;
	width: 52px;
	top: 50%;
	left: 50%;
	margin-left:-20px;
	margin-top:-20px;
	background-image: url(../images/photogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity:0.5;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.photolist-button a:hover:after{opacity:1;}
div.photolist-button a:hover:before{opacity:0.3;}
/*End Photo Gallery*/

/*Swiper Slider*/

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.slide-img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center center;
}
.slider-title {
	position: absolute;
	left:50px;
	right: auto;
	bottom: 22%;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1.0);
	line-height: 130%;
	letter-spacing: -0.02em;
	max-width: 650px;
	width: 100%;
	text-align:left;
	z-index: 5;
	padding:15px 20px;
}
.slider-title h2{
	font-size: 60px;
	color: #FFF;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 8px rgba(0, 0, 0, 1), 0px 0px 12px rgba(0, 0, 0, 1);
	font-weight: 300;
}

.slider-title p{
	font-size: 26px;
	color: #FFF;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-style: italic;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 8px rgba(0, 0, 0, 1), 0px 0px 12px rgba(0, 0, 0, 1);
}

div.slider-title a{
	position: relative;
	display: inline-block;
	color: #FFF;
	background-color: #FF4701;
	padding:10px 110px 11px 30px;
	border-radius:50px;
	font-size: 20px;
	margin-top:35px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	overflow: hidden;
}
div.slider-title a:after{
	content: '';
	width: 45px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 27px;
	background-image: url(../images/link_arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
div.slider-title a:before{
	content: '';
	width: 45px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: -46px;
	background-image: url(../images/link_arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
div.slider-title a:hover{
	padding-right: 30px;
	padding-left:110px;
}
div.slider-title a:hover:after{
	right: -46px;
}
div.slider-title a:hover:before{
	left: 27px;
	-webkit-transition: all 300ms ease-out 0.2s;
	-moz-transition: all 300ms ease-out 0.2s;
	-o-transition: all 300ms ease-out 0.2s;
	transition: all 300ms ease-out 0.2s;
}

.swiper-dots span {
	display: block;
	margin: 10px 0;
	width: 15px;
	height: 15px;
	background-color: rgba(242, 240, 238, 0.5);
	cursor: pointer;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/*Swiper Slider*/

/*Start Video Screen*/
.ya-row-3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.ya-row-cell-3{
	width: 33.3333%;
	padding: 0 15px;
	box-sizing: border-box;
}
.penil-implant-nedir-three{
	width: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
.penil-implant-nedir-three img{
	width: 100%;
	height: 270px;
	object-fit: cover;
}
/*End Video Screen*/

/*Start Screen Header*/
.callto-action-one-box{
	background-image: url(../images/callto-action-one-img.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 50%;
}
.callto-action-one{
	width:57%;
	padding:40px 0;
}
.callto-action-one hr{width:100%; margin:0 0 10px 0;}
.callto-action-one h1{
	font-size: 34px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom:10px;
}
.callto-action-one h1 span{
	color:#E02D31;
	display: block;
}
.header-mobile-img{
	display: none;
}
.header-mobile-img img{
	display: block;
	width: 90%;
	margin: 10px auto;
}
.callto-action-one p{
	font-size: 25px;
	line-height: 1.5em;
	margin:10px 0;
	color: #1F4163;
}
.callto-action-one span.professor{
	font-weight: 700;
	text-decoration: underline;
}
.callto-action-one p.imp-son{
	display: inline-block;
	font-weight: 600;
	margin-top: 0;
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #E02D31;
}
.line-through{display:inline-block; position:relative;padding:0 3px;}
.line-through:after{
	content:'';
	background-color:#E02D31;
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0px;
	top: 15px;
	-ms-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	transform: rotate(345deg);
}
.emeliyyat-diskount{
	padding:10px;
	border-radius:5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a77d5+0,0a77d5+50,0a77d5+100&0.4+0,0.1+21,0.05+50,0.1+80,0.4+100 */
	background: -moz-linear-gradient(left, rgba(10,119,213,0.4) 0%, rgba(10,119,213,0.1) 21%, rgba(10,119,213,0.05) 50%, rgba(10,119,213,0.1) 80%, rgba(10,119,213,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(10,119,213,0.4) 0%,rgba(10,119,213,0.1) 21%,rgba(10,119,213,0.05) 50%,rgba(10,119,213,0.1) 80%,rgba(10,119,213,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(10,119,213,0.4) 0%,rgba(10,119,213,0.1) 21%,rgba(10,119,213,0.05) 50%,rgba(10,119,213,0.1) 80%,rgba(10,119,213,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660a77d5', endColorstr='#660a77d5',GradientType=1 ); /* IE6-9 */
}
.emeliyyat-diskount h3{
	font-size: 32px;
	text-align: center;
	margin:0;
	padding:0;
	color: #E02D31;
}
.emeliyyat-diskount h3 span{
	font-size: 32px;
	font-weight: bold;
	background-color: #FF0;
	padding:1px 5px;
}
.emeliyyat-diskount-note{
	font-size: 18px;
	line-height:1.2em;
	text-align: center;
	margin-bottom:15px;
	padding: 0 100px;
}
.emeliyyat-diskount-note span{
	color: #E02D31;
	font-weight: 600;
}
.screen-header .action-button-box {width: 80%;}


.action-button-box{padding:10px 0; margin-left:auto; margin-right:auto;}
.action-button-box input{width:45%;}
.action-button-box button{width:45%; float:right;}
.phone-required{margin-top:20px; font-size:13px; text-align:center; color:#666; line-height:1.1em;}

.counter-box{padding:60px 0 20px 0;}
.counter-box h3{
	text-align: center;
	font-weight: bold;
	margin-bottom:10px;
}
.counter-box hr{
	width: 50%;
	margin-top:0;
}
.counter-content{
	width: 54%;
	margin: 0 auto;
	padding-top: 30px;
}

/*End Screen Header*/

/*Start impotensiya Elamentleri Screen*/
.ed-elametleri-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ed-elametleri-cell.ed-elametleri-img{
	width: 36%;
}
.ed-elametleri-cell.ed-elametleri-text{
	width: 54%;
	padding-left: 20px;
}
.ed-elametleri-img img{
	width: 100%;
}
.ed-elametleri-text ul li{
	font-size: 26px;
	line-height: 1.1em;
	padding: 6px 0 6px 50px;
	background-image: url(../images/ed-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px;
}
/*End impotensiya Elamentleri Screen*/

.section.screen-aboutus div.action-button-box{
	width:40%;
	margin: 20px auto 0 auto;
	float: none;
	text-align: center;
}

.section.screen-aboutus div.action-button-box button{
	width:100%;
}

/*Start Second Screen*/
.section.screen-2{
	background-color: rgba(0,152,218,0.3);
	background-image: url(../images/screen-second-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130%;
}
.screen-second-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.screen-second-left{
	width: 10%;
}
.screen-second-left img{
	width: 100%;
}
.screen-second-right{
	width: 90%;
	padding-left: 20px;
	font-size: 24px;
}
.screen-second-right p{
	font-weight: 700;
	line-height: 1.5em;
	color: #1F4163;
}
.screen-2 .action-button-box{
	width: 76%;
	margin-top: 30px;
}
.screen-2 .ox-eyri {
	position: absolute;
	bottom: 138px;
	left: 510px;
	transform: rotate(340deg);
}
/*End Second Screen*/

/*Start Video Screen*/
.section.screen-video .bg-circle{
	top: 50px;
	left: -400px;
	right: auto;
}
/*End Video Screen*/

/*Start About Screen*/
.section.screen-aboutus{
	background-color: #D8ECFA;
}
.section.screen-aboutus .bg-circle{
	top: 200px;
	left: auto;
	right: -400px;
}
/*End About Screen*/

/*Start Faq Screen*/
.section.screen-faq .section-box{
	padding-bottom: 0;
}
.faq-cell{
	padding: 5px 10px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}
.faq-question{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor: pointer;
}
.faq-question-left{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	max-width: 22px;
	min-height: 20px;
	background-image: url(../images/faq-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.faq-question-left.arrow-rotate{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq-question-middle{
	width: 100%;
	padding-left: 10px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 500;
	color: #E02D31;
}
.faq-question-right{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	max-width: 22px;
	text-align: right;
	font-size: 32px;
	font-weight: 600;
	color: #37556C;
}
div.faq-question-response{
	margin: 10px 0 10px 32px;
	padding-left: 10px;
	font-size: 22px;
	line-height: 1.4em;
	display: none;
	border-left: 3px solid #37556C;
}
/*End Faq Screen*/

/*Start Contact Screen*/
.section.screen-contact{
	background-color: #D8ECFA;
	height:620px;
	background-attachment: scroll;
	background-image: url(../images/contact-img.jpg);
	background-repeat: no-repeat;
	background-position: 170px -10px;
	background-size:auto 700px;
}
.section.screen-contact .ya-width{
	height: 100%;
}
.doctor-queston{
	position: absolute;
	width: 370px;
	padding:15px;
	top: 15px;
	right: 20px;
	bottom: 15px;
	background-color: rgba(255,255,255,0.7);
}
.doctor-queston h2{
	font-size:22px;
	margin-bottom:25px;
	text-align: center;
}
.doktor-queston-box input, .doktor-queston-box textarea{width:100%; margin-bottom:15px;}
.doktor-queston-box .action-button-box{width:100%; text-align:center;}
.doktor-queston-box .action-button-box button{width:100%; height:46px;}

#contact-registr-loader{
	width:100%;
	height:5px;
	margin:10px 0 5px 0;
	opacity:0;
	background-color: #FFF;
}
#contact-registr-loader img{
	display:block;
	margin:0 auto;
}
#contact-result-message{
	display:none;
	font-size: 16px;
	color: #060;
	text-align: center;
}
.doktor-queston-box > #form-required{color:#333;}
/*End Contact Screen*/

/*Start Screen Map*/
.section.screen-map{
	position: relative;
	height:530px;
	margin:0;
}
.section.screen-map .ya-width {
	height: 100%;
}
.map-adress{
	background-color: rgba(0,0,0,0.8);
	width: 360px;
	position: absolute;
	z-index: 999;
	top: 70px;
	right: 21%;
	bottom: 10px;
	left: auto;
}
.map-adress-content{
	padding:20px 15px;
	color: #FFF;
}
.adress-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.adress-cell > h4{
	font-size: 19px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.adress-cell.adress-icon{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}
.adress-cell.adress-icon i{
	font-size: 30px;
}
.adress-cell p{
	font-size: 17px;
	line-height: 1.2em;
	margin: 2px 0;
}
.adress-cell p span{
	font-weight: 600;
}
.adress-row.map-view{
	display: none;
}
.map-adress-content .action-button-box{width:100%; text-align:center;}
.map-adress-content .action-button-box button{width:90%; height:40px; float:none; font-size:18px;}
.map-adress-iframe{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.scrolloff {pointer-events: none;}
/*End Screen Map*/

/*Start Last Screen*/
.section.last-screen{
	background-color: #D8ECFA;
}
.section.last-screen .bg-circle {
	top: 50%;
	left: -400px;
	right: auto;
	margin-top: -400px;
}
.section.last-screen .section-box{
	padding-bottom: 0;
}
.section.last-screen .section-box h2{
	color: #37556C;
	font-size: 32px;
	line-height: 1.5em;
}
div.section.last-screen .section-box h2:after{
	display: none;
}
.last-screen .action-button-box{width:80%; margin-bottom:30px;}
.last-screen h3{color:#FFF;}
.last-screen hr{border-color:#FFF;}
.section.last-screen .content p{
	padding:10px 0;
	font-size:28px;
	line-height:1.5em;
	text-align:center;
}
/*End Last Screen*/

/*Start Footer Screen*/
.section.footer-screen{
	background-color: #37556C;
}
.section.footer-screen .section-box{
	padding: 10px 0;
}
.footersocial-icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footersocial-icons li a{
	background-color:#E1E1E1;
	color: #37556C;
	border-radius:100px;
	height: 44px;
	width: 44px;
	margin: 0 7px;
	display: block;
	text-align: center;
	font-size: 27px;
	line-height: 1.6em;
	border:1px solid #FFF;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
}
.footersocial-icons li a:hover{
	color: #E02D31;
}


#back-top{
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	display: none;
}
#back-top a{
	background-image: url(../images/goto-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0px;
	display: block;
	height: 36px;
	width: 36px;
	border-radius:100px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#back-top a:hover{
	background-color:#333;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
/*End Footer Screen*/

/*Start User Registr Box*/

#user-registr{
	background-color: #FFF;
}

.user-registr-form input{width:100%; margin-bottom:15px;}
.user-registr-form .action-button-box{width:100%; text-align:center;}
.user-registr-form .action-button-box button{width:100%; height:46px; float:none; font-size:18px;}

#user-registr h3{
	font-size: 24px;
	text-align: center;
	margin-bottom:0;
	font-weight: normal;
	border-bottom:1px solid #0363D8;
}
#user-registr p{
	font-size: 17px;
	text-align: center;
	line-height:1.2em;
}

#user-registr {
	/* Custom styling */
	width: 380px;
	border-radius: 4px;

	/* Custom transition - slide from top*/
	transform: translateY(-50px);
	transition: all .33s;
}
#user-registr-loader{
	width:100%;
	height:6px;
	margin:10px 0 5px 0;
	opacity:0;
}
#user-registr-loader img{
	display:block;
	margin:0 auto;
}

.fancybox-slide--current #user-registr {
	transform: translateY(0);
	padding:30px 15px 15px 15px;
}

#user-registr button.fancybox-close-small{
	background-color: #FFF;
}

#result-message{
	display:none;
	font-size: 16px;
	color: #060;
	text-align: center;
}
#form-required{
	font-size:12px;
	color:#999;
	line-height: 1.1em;
	text-align: center;
}
/*End User Registr Box*/




/*Fotogallery Item*/
.photo-item-body{
	margin-bottom: 20px;
}
div.photo-item-body ul{
	padding: 0px;
	position: relative;
	margin: 0px -1.5%;
}
div.photo-item-body.cell-4 ul li{
	width: 22%;
	margin: 0 1.5% 35px 1.5%;
}

div.photo-item-body.cell-3 ul li{
	width: 30.3%;
	margin: 0 1.5% 35px 1.5%;
}

div.photo-item-body.cell-2 ul li{
	width: 47%;
	margin: 0 1.5% 35px 1.5%;
}

div.photo-item-body ul li{
	box-sizing: border-box;
	float:left;
	padding:0;
	background-image: none;
}
div.photo-item{
	padding: 0;
	margin:0;
}
div.photo-item-box{
	border: 1px solid #999;
	position:relative;
	overflow: hidden;
}
div.photo-item-box img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border:none;
}
div.photo-item-box:after{
	content:'';
	position: absolute;
	height: 34px;
	width: 34px;
	bottom: 10px;
	right: 10px;
	background-image: url(../images/fotogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity:0;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.photo-item-box:hover:after{opacity:1;}
/*Fotogallery Item*/


.certificate, .other-videos { display: none; margin-bottom: 50px;}
.certificate.slick-initialized, .other-videos.slick-initialized { display: block; }
.certificate-sliders-img img, .other-videos-img img{width:280px; margin-left:auto; margin-right:auto;}

@media only screen
and (max-width : 1366px) {

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -20px -10px;
	}
	/*End Contact Screen*/

	/*Start Screen Map*/
	.map-adress{
		right: 12%;
	}
	/*End Screen Map*/

}

@media only screen
and (max-width : 1024px) {

	h2 {
		font-size: 34px;
	}

	.logo img {
		width: 400px;
	}
	.phone-info-box {
		top: 24px;
	}

	.section.screen-header .section-box{
		padding-top: 0;
	}
	.callto-action-one{
		padding-top: 5px;
	}
	.callto-action-one h1 {
		font-size: 30px;
	}
	/*Start Second Screen*/
	.section.screen-2{
		background-size: 160%;
		background-position: center -40px;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.penil-implant-nedir-three img{
		height: 250px;
	}
	/*End Video Screen*/

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -180px -10px;
	}
	/*End Contact Screen*/

	/*Start Screen Map*/
	.map-adress{
		right: 1%;
	}
	/*End Screen Map*/
}

@media only screen
and (max-width : 980px) {

	.certificate-sliders-img img{width:260px;}

	.ed-elametleri-text ul li {
		font-size: 25px;
		background-size: 36px;
	}

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -200px -10px;
	}
	/*End Contact Screen*/

	/*Start Last Screen*/
	.section.last-screen .section-box h2{
		font-size: 30px;
	}
	.section.last-screen .content p{
		font-size:26px;
	}
	/*End Last Screen*/

}

@media only screen
and (max-width : 830px) {

	h2 {
		font-size: 32px;
	}

	.certificate-sliders-img img{width:220px;}

	.section-box {
		padding: 30px 0;
	}
	.content p {
		font-size: 22px;
	}

	/*Start One Screen*/
	.callto-action-one{width:60%;}
	.callto-action-one h1 {
		font-size: 26px;
	}
	.callto-action-one p {
		font-size: 24px;
	}
	.screen-header .action-button-box {
		width: 94%;
	}

	.counter-box hr{width:70%;}
	/*End One Screen*/

	.ed-elametleri-text ul li {
		font-size: 21px;
		background-size: 34px;
	}
	/*Start Second Screen*/
	.section.screen-2{
		background-position: center -55px;
		background-size: 200%;
	}
	.screen-2 .ox-eyri {
		bottom: 130px;
		left: 470px;
	}
	.screen-2 .action-button-box {
		width: 90%;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.penil-implant-nedir-three img{
		height: 190px;
	}
	.team-slider-img img {
		height: 130px;
	}
	/*End Video Screen*/

	.section.screen-aboutus div.action-button-box {
		width: 60%;
	}

	/*Start Faq Screen*/
	.faq-question-middle{
		font-size: 22px;
	}
	.faq-question-right{
		font-size: 30px;
	}
	div.faq-question-response{
		font-size: 20px;
	}
	/*End Faq Screen*/

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -400px -10px;
	}
	/*End Contact Screen*/

	/*Start Thirteen 13 Screen*/
	.map-adress{right:10px;}
	/*End Thirteen 13 Screen*/

	.google-maps iframe {
		width: 100% !important;
		height: 100% !important;
	}

	#back-top{bottom:50px;}

	/*Fotogallery Item*/
	div.photo-item-body.cell-4 ul li{
		width:30.3%;
		margin: 0 1.5% 20px 1.5%;
	}
	/*Fotogallery Item*/

	/*Start Last Screen*/
	.section.last-screen .section-box h2{
		font-size: 26px;
	}
	.section.last-screen .content p{
		font-size:22px;
	}
	.last-screen .action-button-box{
		width:90%;
		margin-bottom:20px;
	}
	/*End Last Screen*/

}

@media only screen
and (max-width : 768px) {

	.logo img {
		width: 380px;
	}
	.callto-action-one h1 {
		font-size: 24px;
	}
	.callto-action-one p {
		font-size: 22px;
		line-height: 1.4em;
	}

	.counter-content{
		width: 66%;
	}

	.ed-elametleri-row{
		display: block;
	}
	.ed-elametleri-cell.ed-elametleri-img,
	.ed-elametleri-cell.ed-elametleri-text{
		width: 100%;
	}
	.ed-elametleri-cell.ed-elametleri-text{
		padding-left: 0;
	}
	.ed-elametleri-cell.ed-elametleri-img{
		margin-bottom: 20px;
	}
	.ed-elametleri-cell.ed-elametleri-img img{
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	/*Start Second Screen*/
	.section.screen-2{
		background-position: center center;
		background-size: 200% 130%;
	}
	.screen-2 .action-button-box {
		width: 98%;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.penil-implant-nedir-three img{
		height: 170px;
	}
	.section-box h4 {
		font-size: 23px;
	}
	/*End Video Screen*/

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -440px -10px;
	}
	/*End Contact Screen*/

	li.topsocial-whatsapp,
	li.topsocial-phone{display:block;}
	img.image40, img.image50, img.image60, img.image70, img.image80, img.image90{
		float: none;
		width: 80%;
	}
	#map-canvas {
		width:100%;
		height: 400px;
	}

}

@media only screen
and (max-width : 720px) {
	.content p {
		font-size: 20px;
	}

	.callto-action-one {
		width: 63%;
	}
	.emeliyyat-diskount-note {
		padding: 0 10px;
	}

	.certificate-sliders-img img{width:280px;}

	/*Start Video Screen*/
	.penil-implant-nedir-three img{
		height: 160px;
	}
	.section-box h4 {
		font-size: 22px;
	}
	/*End Video Screen*/

	/*Start Contact Screen*/
	.section.screen-contact{
		background-position: -470px -10px;
	}
	/*End Contact Screen*/

	/*Start Last Screen*/
	.section.last-screen .section-box h2{
		font-size: 24px;
	}
	.section.last-screen .content p{
		font-size:20px;
	}
	.last-screen .action-button-box{
		width:98%;
	}
	/*End Last Screen*/


}

@media only screen
and (max-width : 640px) {

	.phone-info-box{
		display: none;
	}
	.mobile-call-box{
		display: block;
	}
	.callto-action-one-box{
		background-image: none;
	}
	.callto-action-one{
		width: 100%;
		padding-bottom: 10px;
	}
	.callto-action-one h1 {
		text-align: center;
		font-size: 27px;
	}
	.callto-action-one hr {
		display: none;
	}
	.header-mobile-img{
		display: block;
	}
	.callto-action-one p {
		text-align: center;
		font-size: 23px;
	}
	.callto-action-one p.imp-son {
		display: block;
	}

	.certificate-sliders-img img{width:250px;}

	/*Start Second Screen*/
	.screen-2 .action-button-box {
		width: 100%;
	}
	.screen-second-right{
		font-size: 22px;
	}
	.screen-2 .ox-eyri {
		left: 440px;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.section.screen-video img.imageright40{
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.penil-implant-nedir-three img{
		height: 150px;
	}
	/*End Video Screen*/

	/*Start Contact Screen*/
	.section.screen-contact{
		height:auto;
		background-image: none;
	}
	.doctor-queston{
		position: static;
		width: auto;
		margin: 15px 0;
	}
	/*End Contact Screen*/

	/*Start Thirteen 13 Screen*/

	.map-adress-iframe{height: auto;}
	/*End Thirteen 13 Screen*/


	img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{display:block; float: none; margin: 0 0 10px 0}
	img.imageright30, img.imageright40, img.imageright50, img.imageright60, img.imageright70, img.imageright80, img.imageright90{display:block; float: none; margin:0 0 10px 0}
	img.imageleft30, img.imageright30,
	img.imageleft40, img.imageright40,
	img.imageleft50, img.imageright50,
	img.imageleft60, img.imageright60,
	img.imageleft70, img.imageright70,
	img.imageleft80, img.imageright80,
	img.imageleft90, img.imageright90{width: 100%;}

	img.image-auto-left, img.image-auto-right{float: none; display:block; max-width:100%; width: auto; margin:0 auto 20px auto;}

	img.imagecenter60, img.imagecenter70, img.imagecenter80{width:100%;}


	/*Fotogallery Item*/
	div.photo-item-body.cell-3 ul li,
	div.photo-item-body.cell-4 ul li{
		width: 47%;
		margin: 0 1.5% 30px 1.5%;
	}
	/*Fotogallery Item*/

	.footer-copyright-body p{text-align:center;}

}

@media only screen
and (max-width : 480px) {

	.logo img {
		width: 330px;
	}
	.mobile-call-box{
		top: 18px;
	}
	.section-box{padding:10px 0;}

	.counter-content{
		width: 76%;
	}

	.ed-elametleri-cell.ed-elametleri-img img{
		width: 80%;
	}
	.ed-elametleri-text ul li {
		background-size: 32px;
	}

	.certificate-sliders-img img{width:290px;}

	h2{font-size:26px; line-height:1.1em;}
	.content p {font-size:20px;}

	.blockquote {
		padding: 10px;
		background-color: #D8ECFA;
		background-image: none;
	}

	.phone-required{margin-top:10px;}

	/*Start Header*/
	.header-info-box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
	.header-info-box p{font-size:17px; line-height:1.2em;}
	.header-info-adress-icon img, .header-info-phone-icon img{width: 20px; margin: 10px 5px 0 0;}
	/*End Header*/

	/*Start One Screen*/
	.callto-action-one h1 {
		font-size: 24px;
	}
	.callto-action-one p {
		font-size: 21px;
	}
	.emeliyyat-diskount-note {
		font-size: 16px;
		margin-bottom: 5px;
		padding: 0;
	}
	.counter-box{padding-top:10px;}
	.counter-box h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.counter-box hr{width:100%;}

	.action-button-box input, .action-button-box button{width:100%; float:none; margin:10px 0;}
	/*End One Screen*/

	/*Start Second Screen*/
	.screen-2 .action-button-box {
		margin-top: 0;
	}
	.screen-second-right{
		font-size: 20px;
	}
	.screen-2 .ox-eyri {
		display: none;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.ya-row-3{
		margin-left: -7px;
		margin-right: -7px;
	}
	.ya-row-cell-3{
		padding: 0 7px;
	}
	.section.screen-video img.imageright40{
		width: 80%;
	}
	.penil-implant-nedir-three img{
		height: 110px;
	}
	/*End Video Screen*/

	.section.screen-aboutus div.action-button-box {
		width: 80%;
	}

	div.section.screen-aboutus div.swiper-pagination {
		display:none;
	}

	/*End Faq Screen*/
	.section.screen-faq .content p{
		line-height: 1.5em;
	}
	.faq-question-middle{
		font-size: 20px;
	}
	.faq-question-right {
		font-size: 26px;
	}
	div.faq-question-response{
		font-size: 17px;
	}
	/*End Faq Screen*/

	/*Fotogallery Item*/
	div.photo-item-body.cell-3 ul li,
	div.photo-item-body.cell-4 ul li{
		margin: 0 1.5% 20px 1.5%;
	}
	/*Fotogallery Item*/

	div.error404 img{width:100%;}

	/*Start Screen Map*/
	.section.screen-map {
		height: auto;
	}
	.map-adress-iframe{
		display: none;
	}
	.map-adress{
		background-color: #FFFFFF;
		width: 100%;
		position: static;
	}
	.map-adress-content, .adress-cell > h4{
		color: #000;
	}
	.adress-row.map-view{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/*End Screen Map*/

	/*Start Last Screen*/
	.section.last-screen .section-box h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.section.last-screen .section-box h2 span{
		display: inline;
	}
	.section.last-screen .content p{
		font-size:15px;
	}
	.last-screen .action-button-box{
		margin: 0;
		padding: 0;
	}
	/*End Last Screen*/


}

@media only screen
and (max-width : 400px) {

	.logo img {
		width: 280px;
	}
	.mobile-call-box{
		top: 12px;
	}
	.section.screen-header .section-content{
		padding-top: 0;
	}

	input {
		height: 44px;
		font-size: 16px;
	}
	button {
		height: 44px;
		font-size: 18px;
	}
	::-webkit-input-placeholder{font-size:16px;}
	::-moz-placeholder          {font-size:16px;}/* Firefox 19+ */
	:-moz-placeholder           {font-size:16px;}/* Firefox 18- */
	:-ms-input-placeholder      {font-size:16px;}

	.counter-content{
		width: 86%;
		padding-top: 15px;
	}

	.ed-elametleri-cell.ed-elametleri-img img{
		width: 90%;
	}
	.ed-elametleri-text ul li {
		font-size: 20px;
		background-size: 30px;
	}

	.certificate-sliders-img img{width:270px;}

	h2{font-size:26px; line-height:1.1em;}
	h3{font-size:26px;}
	h4{font-size:24px;}

	.callto-action-one h1 {
		font-size: 20px;
	}
	.header-mobile-img img {
		width: 100%;
	}
	.callto-action-one p {
		font-size: 19px;
	}
	.screen-header .action-button-box {
		width: 100%;
	}
	.emeliyyat-diskount-note {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.counter-box h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	/*Start Second Screen*/
	.screen-second-row{
		display: block;
	}
	.screen-second-left,
	.screen-second-right{
		width: 100%;
	}
	.screen-second-left img{
		display: block;
		width: 30%;
		margin: 0 auto 15px auto;
	}
	.screen-second-right{
		padding-left: 0;
		text-align: center;
	}
	/*End Second Screen*/

	/*Start Video Screen*/
	.section.screen-video .content p{
		font-size: 19px;
	}
	.ya-row-3{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.ya-row-cell-3{
		width: 90%;
		padding: 0;
		margin: 0 auto 10px auto;
	}
	.section.screen-video img.imageright40{
		width: 90%;
	}
	.penil-implant-nedir-three img{
		height: 220px;
	}
	.team-slider-img img {
		height: 220px;
	}
	/*End Video Screen*/

	/*Start Contact Screen*/
	.doctor-queston{
		right: 10px;
		left: 10px;
	}
	/*End Contact Screen*/

	/*Start User Registr Box*/
	#user-registr {width: 340px;}
	/*End User Registr Box*/


}

@media only screen
and (max-width : 360px) {

	.logo img {
		width: 260px;
	}
	.mobile-call-box {
		top: 12px;
	}
	.mobile-call-box li a {
		width: 28px;
		height: 28px;
		margin: 0 5px;
		font-size: 17px;
		line-height: 1.6em;
	}
	.content p {
		font-size: 19px;
	}
	.callto-action-one h1 {
		font-size: 18px;
	}
	.callto-action-one p {
		font-size: 17px;
	}
	.section.screen-aboutus div.action-button-box {
		width: 94%;
	}
}

@media only screen
and (max-width : 320px) {

	.logo img {
		width: 220px;
	}
	.mobile-call-box {
		top: 8px;
	}
	.callto-action-one h1 {
		font-size: 16px;
	}
	.callto-action-one p {
		font-size: 16px;
	}

	/*Fotogallery Item*/
	div.photo-item-body ul{margin: 0;}
	div.photo-item-body.cell-2 ul li,
	div.photo-item-body.cell-3 ul li,
	div.photo-item-body.cell-4 ul li{
		float:none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	/*Fotogallery Item*/

	/*Start User Registr Box*/
	#user-registr {width: 300px;}
	/*End User Registr Box*/

}