@import url('bootstrap.min.css');
@import url('hover.min.css');
@import url('style.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,700,900');
.nopadding{
	padding: 0 !important;
}
.nopaddingl{
	padding-left: 0 !important;
}
.nopaddingr{
	padding-right: 0 !important;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}
.noborder{
	border: 0 !important;
}
.noradius{
	border-radius: 0px !important;
}
.full-width{
	width: 100%;
	display: block;
}
.clear{
	clear: both;
}
.top-20{
	width: 100%;
	display: block;
	padding-top: 20px;
}
img{
	height: auto;
	max-width: 100%;
}
a{
	color:#0054a6;
	cursor: pointer;
}
a:hover, a:active, a:visited, a:link{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
.sharethis-inline-share-buttons{
	display: inline-block !important;
	float: left;
	margin-right: 15px;
}
.input-group{
	width: 100%;
}
body{
	padding-top: 15px;
	position: relative;
}
div.effect-apollo {
	overflow: hidden;
}
div.effect-apollo img {
	opacity: 0.95;
}
div.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.9,2.4,2) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(2.9,2.4,2) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

div.effect-apollo:hover img {
	opacity: 0.6;
}

div.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(2.9,2.4,2) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(2.9,2.4,2) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

div.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.cl-effect-13 li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 li a::before{
	position: absolute;
	top: 65%;
	left: 50%;
	color: transparent;
	content: '▪';
	text-shadow: 0 0 transparent;
	font-size: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.cl-effect-13 li a:hover::before,
.cl-effect-13 li a:focus::before,
.cl-effect-13 li.active a::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 li a:hover,
.cl-effect-13 li a:focus {
	color: #ba7700;
}
.alert{
	text-align: center;
}
#header{
	width: 100%;
	position: absolute;
	z-index: 9;
}
#header .logo{
	background: #fff;
}
#header .menu{
	margin-top: 20px
}
#header .menu .navbar-default{
	background-color: transparent;
	border: 0;
}
#header .menu .navbar-default .navbar-nav>li>a{
	color: #fff;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 16px;
	opacity: .8;
	padding: 15px 25px;
}
#header .menu .navbar-default .navbar-nav>li>a:hover{
	opacity: 1;
}
#header .navbar-default .navbar-nav>li.active>a, #header .navbar-default .navbar-nav>.active>a:focus, #header .navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
	opacity: 1;
}
#header .search{
	position: relative;
	padding-right: 3px;
	border: 0px;
}
#header .search button{
	position: absolute;
	top: 3px;
	left: 15px;
	border: 0;
	box-shadow: none;
	color: #fff;
	background: transparent;
	opacity: .6;
}
#header .search button:hover{
	opacity: 1;
}
#header .search input{
	border: 1px solid #fff;
	box-shadow: none;
	color: #fff;
	float: right;
	background: transparent;
	border-radius: 0px;
	padding-left: 35px;
}
#header .search input::-webkit-input-placeholder{
	color: #fff;
}
#header .virtual-tour{
	display: inline-block;
	border: 1px solid #fff;
	margin-top: 8px;
	padding: 2.5px;
}
#slider{
	margin: 0px 15px;
	position: relative;
}
#slider .slider-bottom{
	position: absolute;
	bottom: 0;
	left: -15px;
	right: -15px;
	z-index: 9;
	background: #008dd2;
	max-height: 95px;
}
#slider .slider-bottom .container{
	position: relative;
}
#slider .slider-bottom .question{
	background: #0f3144;
	padding: 15px;
	min-height: 95px;
}
.question img{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.question .note{
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.question .note h4{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}
#slider .slider-bottom .ss{
	position: relative;
	padding: 35px 15px;
	background: #ccc;
	text-align: center;
}
#slider .slider-bottom .ss a{
	color: #0f3144;
	font-weight: 700;
	font-size : 18px;
}
#slider .slider-bottom .online{
	background: #fff;
	padding: 15px;
	position: absolute;
	bottom: 0;
	right: 2px;
}
#slider .slider-bottom .online .head{
	margin-bottom: 15px;
}
#slider .slider-bottom .online .head span{
	color: #008dd2;
	margin-left: 20px;
	font-weight: 700;
	font-size: 20px;
	vertical-align: middle;
}
#slider .slider-bottom .online .body .form-group{
	margin-bottom: 7px;
}
#slider .slider-bottom .online .body .form-group input, 
#slider .slider-bottom .online .body .form-group input:read-only, 
.online-randevu .form-group input:read-only, 
.online-randevu .form-group input{
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 2px;
	border-bottom: 1px solid #4eb0e1;
	background-color: #fff;
}
#slider .slider-bottom .online .body .form-group .input-group-addon,
.online-randevu .form-group .input-group-addon{
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #4eb0e1;
	border-radius: 0;
	width: 100%;
	background: transparent;
	position: absolute;
}
#slider .slider-bottom .online .body button,
.online-randevu button{
	margin-top: 10px;
	background: #008dd2;
	box-shadow: none;
	color: #fff;
	float: right;
	border: 2px solid #008dd2;
	border-radius: 0;
	padding: 7px 18px;
	font-weight: 700;
}
#slider .slider-bottom .online .body button:hover, 
.online-randevu button:hover{
	background: #fff;
	color: #008dd2;
	border-color: #008dd2;
}
#body{
	position: relative;
}
#body .operation, #inner-page .operation{
	position: relative;
}
#body .operation:hover .text, #inner-page .operation:hover .text{
	color: #008dd2;
}
#body .operation .text, #inner-page .operation .text{
	text-align: right;
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #fff;
}
#body .operation .text i, #inner-page .operation .text i{
	font-size: 35px;
	vertical-align: middle;
}
#body .operation .text span, #inner-page .operation .text span{
	vertical-align: middle;
}
#body .blog{
	background: #cc9933;
	padding: 50px;
}
#body .blog .head{
	color: #fff;
	padding-left: 30px;
	display: block;
	font-size: 22px;
	font-weight: 700;
}
#body .blog hr{
    border: none;
    height: 4px;
    color: #fff;
    background-color: #fff;
	width: 25%;
	float: left;
	margin: 10px 0;
}
#body .blog p{
	display: block;
	float: left;
	color: #fff;
	padding-left: 30px;
}
#body .blog a{
	display: block;
	float: left;
	color: #fff;
	padding: 8px;
	border: 2px solid #fff;
	font-weight: 700;
	margin-left: 30px;
}
#body .blog a:hover{
	color: #cc9933;
	background: #fff;
	border-color: #fff;
}
#footer .question{
	background: rgba(54,129,215,1);
	background: -moz-linear-gradient(left, rgba(54,129,215,1) 0%, rgba(41,148,225,1) 34%, rgba(22,178,240,1) 71%, rgba(4,204,254,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(54,129,215,1)), color-stop(34%, rgba(41,148,225,1)), color-stop(71%, rgba(22,178,240,1)), color-stop(100%, rgba(4,204,254,1)));
	background: -webkit-linear-gradient(left, rgba(54,129,215,1) 0%, rgba(41,148,225,1) 34%, rgba(22,178,240,1) 71%, rgba(4,204,254,1) 100%);
	background: -o-linear-gradient(left, rgba(54,129,215,1) 0%, rgba(41,148,225,1) 34%, rgba(22,178,240,1) 71%, rgba(4,204,254,1) 100%);
	background: -ms-linear-gradient(left, rgba(54,129,215,1) 0%, rgba(41,148,225,1) 34%, rgba(22,178,240,1) 71%, rgba(4,204,254,1) 100%);
	background: linear-gradient(to right, rgba(54,129,215,1) 0%, rgba(41,148,225,1) 34%, rgba(22,178,240,1) 71%, rgba(4,204,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3681d7', endColorstr='#04ccfe', GradientType=1 );
	padding: 110px 0px 50px;
	position: relative;
}
#footer .question .head{
	float: left;
}
#footer .question .body form .form-group input, #footer .question .body form .form-group textarea{
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 5px 2px;
	color: #fff;
	resize: none;
	width: 100%;
}
#footer .question .body form .form-group input::-webkit-input-placeholder, #footer .question .body form .form-group textarea::-webkit-input-placeholder{
	color: #fff;
}
#footer .question .body form button, #footer .question .body form a{
	float: right;
	padding: 5px 15px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	font-weight: 700;
}
#footer .question .body form a{
	margin-right: 10px;
}
#footer .question .body form button:hover, #footer .question .body form a:hover{
	color: #3681d7;
	background: #fff;
	border-color: #fff;
}
#footer .question .doctor-img{
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 50%;
}
#footer .head{
	position: relative;
	min-height: 30px;
	font-weight: 900;
	color: #000;
	font-size: 20px;
	margin-bottom: 5px;
}
#footer span{
	display: block;
}
#footer span a{
	color: #686868;
}
#footer span a:hover{
	color: #008dd2;
}
#footer hr.footer-top{
	margin: 0px 0px 10px;
    border: none;
    height: 2px;
    color: #ddd;
    background-color: #ddd;
	display: block;
}
#footer hr.footer-bottom{
	margin: 0px 0px 10px;
    border: none;
    height: 7px;
    color: #b3b3b3;
    background-color: #b3b3b3;
	display: block;
}
#footer .footer-logo{
	float: right;
	display: inline-block;
	width: 10%;
}
#footer .socialize{
	display: block;
	float: left;
	position: relative;
	padding: 0px 15px;
}
#footer .socialize .mahmutyildiz{
	font-size: 18px;
	margin-top: 7px;
	margin-left: 10px;
	font-weight: 700;
}
#footer .socialize a span{
	color: #fff;
}
#footer .socialize span{
	font-size: 30px;
	float: left;
}
#footer .socialize span.facebook{
	background: #3b5998;
	padding: 3px 12px 3px;
}
#footer .socialize span.twitter{
	background: #1da1f2;
	padding: 3px 7px;
}
#footer .socialize span.instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	padding: 3px 7px;
}
#footer .fb.pull-right{
	text-align: right;
	margin-top: 10px;
}
#footer .fb.pull-right .fb-like td,#footer .fb.pull-right .fb-like span,#footer .fb.pull-right .fb-like tr{
	display: inline-block !important;
}
			/* İÇ SAYFALAR */	
#banner{
	position: relative;
	margin: 0px 15px;
}	
#inner-page{
	position: relative;
	margin-top: -60px;
}
#inner-page .container{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}
#inner-page .header{
	padding: 15px 0px;
	float: left;
	width: 100%;
}
#inner-page .header .breadcrumb .breadcrumb-item a{
	color: #8a8a89;
}
#inner-page .header .breadcrumb .breadcrumb-item.active, #inner-page .header .breadcrumb .breadcrumb-item:hover a{
	color: #008dd2;
}
#inner-page .header .breadcrumb{
	background: transparent;
	margin-bottom: 0;
	padding: 12px 15px 8px 0px;
}
#inner-page .header span{
	font-size: 24px;
	font-weight: 900;
	color: #008dd2;
	text-transform: uppercase;
}
#inner-page .left{
	margin-left: -15px;
	padding: 20px 0px 40px;
	border-left: 15px solid #e6e6e6;
}
#inner-page .left .header{
	padding: 10px 20px;
	display: block;
	border-bottom: 3px solid #e6e6e6;
	font-size: 24px;
	font-weight: 700;
	color: #008dd2;
	margin-bottom: 20px;
}
#inner-page .left span{
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #008dd2;
}
#inner-page .left span a{
	font-size: 14px;
	color: #008dd2;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
  	-moz-transition: all .2s ease; /* Firefox */
  	-o-transition: all .2s ease; /* IE 9 */
  	-ms-transition: all .2s ease; /* Opera */
  	transition: all .2s ease;
}
#inner-page .left span:hover, #inner-page .left span.active{
	background-color: #008dd2;
	padding: 10px 30px;
-webkit-transition: all .2s ease; /* Safari and Chrome */
  	-moz-transition: all .2s ease; /* Firefox */
  	-o-transition: all .2s ease; /* IE 9 */
  	-ms-transition: all .2s ease; /* Opera */
  	transition: all .2s ease;
}
#inner-page .left span:hover a, #inner-page .left span.active a{
	color: #fff !important;
}
#map-canvas{
	width:100%;
	height:500px;
}
#banner .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 350px;
	background: rgba(54,129,215,1);
	background: -moz-linear-gradient(top, rgba(54,129,215,1) 0%, rgba(41,148,225,.85) 34%, rgba(22,178,240,.7) 71%, rgba(4,204,254,0) 100%);
	background: -webkit-gradient(top top, bottom top, color-stop(0%, rgba(54,129,215,.85)), color-stop(34%, rgba(41,148,225,.7)), color-stop(71%, rgba(22,178,240,1)), color-stop(100%, rgba(4,204,254,1)));
	background: -webkit-linear-gradient(top, rgba(54,129,215,1) 0%, rgba(41,148,225,.85) 34%, rgba(22,178,240,.7) 71%, rgba(4,204,254,0) 100%);
	background: -o-linear-gradient(top, rgba(54,129,215,1) 0%, rgba(41,148,225,.85) 34%, rgba(22,178,240,.7) 71%, rgba(4,204,254,0) 100%);
	background: -ms-linear-gradient(top, rgba(54,129,215,1) 0%, rgba(41,148,225,.85) 34%, rgba(22,178,240,.7) 71%, rgba(4,204,254,0) 100%);
	background: linear-gradient(to bottom, rgba(54,129,215,1) 0%, rgba(41,148,225,.85) 34%, rgba(22,178,240,.7) 71%, rgba(4,204,254,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3681d7', endColorstr='#04ccfe', GradientType=1 );
}
#inner-page .panel-group .panel .panel-heading .ok{
	transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-o-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg) ;
	filter: brightness(0) invert(1);
	-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#inner-page .panel-group .panel .panel-heading.collapsed .ok{
	transform: rotate(0) ;
	-webkit-transform: rotate(0) ;
	-moz-transform: rotate(0) ;
	-o-transform: rotate(0) ;
	-ms-transform: rotate(0) ;
	filter: none;
	-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#inner-page .panel-group .panel-default{
	border: 0;
	border-radius: 0;
}
#inner-page .panel-group .panel-default>.panel-heading{
	border: 0;
	border-bottom: 1px solid #008dd2;
	border-radius: 0;
	background: #008dd2;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#inner-page .panel-group .panel-default>.panel-heading.collapsed{
	background: #fff;
	color: #008dd2;
	-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#inner-page .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body{
	background: transparent;
	border: 0;
	border-bottom: 1px solid #008dd2;
	border-left: 1px solid #008dd2;
	border-right: 1px solid #008dd2;
	border-radius: 0;
}
#inner-page .postcontent {
    display: block;
    position: relative;
}

#inner-page .postcontent .post-timeline .entry .entry-image img{
    margin-bottom: 10px;
	width: 100% !important;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}

#inner-page .postcontent .post-timeline .entry .entry-image:hover img{
    opacity: .7;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}

#inner-page .postcontent .post-timeline .entry .entry-title a:hover{
    color: #00a0e3;
}

#inner-page .postcontent .post-timeline .entry .entry-title a{
    color: #00a0e3;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
#inner-page .postcontent .post-timeline .entry .entry-content a{
    float: right;
    color: #00a0e3;
    font-weight: 400;
}
#inner-page .list .area{
	border: 1px solid #dedede;
	border-bottom: 7px solid #008dd4;
	min-height: 300px;
	margin-bottom: 20px;
}
#inner-page .list .area img{
	width: 100%;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}
#inner-page .list .area img:hover{
	opacity: .8;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}
#inner-page .list .text{
	position: relative;
	margin: 10px 15;
	padding: 10px;
	background-color: #fff;
	top: -50px;
	margin-bottom: 20px;
}
#inner-page .list .text .head{
	font-weight: 700;
	color: #000;
	font-size: 20px;
}
#inner-page .list .text p{
	margin-top: 10px;
	color: #000;
	font-size: 14px;
}
#inner-page .list .tarih{
	text-align: center;
	position: relative;
	width: 20%;
	display: inline-block;
	padding: 0px 5px;
}
#inner-page .list .tarih .ay{
	display: block;
	color: #000;
	font-size: 35px;
}
#inner-page .list .tarih .gun{
	display: block;
	margin-top: -20px;
	font-weight: 700;
	color: #000;
	font-size: 50px;
}
#inner-page .list .read-more{
	font-weight: 700;
	color: #777;
	font-size: 20px;
	padding-right: 5px;
	position: relative;
	bottom: -60px;
-webkit-transition: all .2s ease; /* Safari and Chrome */
  	-moz-transition: all .2s ease; /* Firefox */
  	-o-transition: all .2s ease; /* IE 9 */
  	-ms-transition: all .2s ease; /* Opera */
  	transition: all .2s ease;
}
#inner-page .list .read-more:hover{
	color: #008dd4;
-webkit-transition: all .2s ease; /* Safari and Chrome */
  	-moz-transition: all .2s ease; /* Firefox */
  	-o-transition: all .2s ease; /* IE 9 */
  	-ms-transition: all .2s ease; /* Opera */
  	transition: all .2s ease;
}
.pagination>li>a, .pagination>li>span{
	border-radius: 0 !important;
}
@media screen and (max-width:767px) {
	body{
		padding: 0;
	}
	#header{
		position: relative;
	}
	#header .logo{
		padding: 15px;
		z-index: 9;
	}
	#header .menu .navbar-default{
		margin-top: -90px;
	}
	#header .menu .navbar-default .navbar-header{
		margin-bottom: 20px;
	}
	#header .menu .navbar-default .navbar-nav>li>a{
		color: #000;
		border-bottom: 1px solid #e7e7e7;
	}
	#slider{
		margin: 0;
	}
	#header .search{
		padding-right: 15px;
	}
	#header .search input{
		border: 1px solid #008dd2;
		color: #000;
		background: #fff;
	}
	#header .search input::-webkit-input-placeholder{
		color: #000;
	}
	#header .search button{
		opacity: 1;
		color: #008dd2;
		top: 10px;
		right: 15px;
	}
	#header .virtual-tour{
		display: none;
	}
	#body{
		margin-top: 0;
	}
	#body .blog{
		padding: 25px 10px;
	}
	#body .operation .text{
		right: 5px;
	}
}