/*
	ff3399 oldpink
	f40cf4 newpink
	232323 black
*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
html,
body {
  height: 100%
}

*{
	outline:0 none
}

body{
	max-width:100%;
	width:100%;
	height:100%;
	overflow-x:hidden;
	font-family:'Muli',sans-serif;
	background:#fff;
}

a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.wrap:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	width:100%
}

.clear{
	clear:both
}

.plr0{
	padding-left:0;
	padding-right:0
}

/*------------------------------------------
			RESPONSIVE NAVIGATION
-------------------------------------------*/
#closeMenu {
	position:absolute;
	right:10px;
	top:10px;
	font-size:16px;
	color:#404040;
	text-decoration:none!important;
	background:#fff;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:50%
}

.rMenu{
	width:100%;
	height:100%;
	background:#404040;
	position:fixed;
	z-index:999999;
	left:-100%;
	top:0;
	overflow:hidden;
}

.rMenuIn{
	width:100%;
	height:100%;
	position:relative;
	top:50px;
	left:0;
	overflow:auto;
}

.rMenu ul{
	padding:0 0 50px 0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
}

.rMenu ul li {
	display:block;
	width:100%;
	height:auto;
	text-align:left;
}

.rMenu ul li a{
	display:block;
	padding: 10px 5px 10px 20px;
	text-align:left;
	font-size:14px;
	color:#fff;
	text-decoration:none!important;
	border-bottom:1px solid rgba(255,255,255,0.2)
}

.rMenu ul li a i{
	float:right
}

.rMenu ul li:hover a,.rMenu ul li.active a{
	background:#f40cf4;
	color:#fff
}

.rMenu ul li ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:none;
	position:relative;
}

.rMenu ul li ul li {
	display:block;
	width:100%;
	height:auto;
	text-align:center;
}

.rMenu ul li ul li a{
	padding: 10px 5px 10px 30px;
	text-align:left;
	font-size:14px;
	color:#fff;
	text-decoration:none!important;
}

.rMenu .search {
	float:none;
	width:100%;
	text-align:center;
	margin-top:20px;
	padding-bottom:80px
}

.rMenu .searchDiv {
	display:inline-block;
	margin:0 auto
}

.plr0 {
	padding-left:0;
	padding-right:0
}

.toggle{
	display:none;
	float:right;
	padding:10px;
	background:#f40cf4;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin-top:5px;
	margin-left:8px;
	margin-right:8px;
}


/*------------------------------------------
				SUB
-------------------------------------------*/

.sub {
  width: 100%;
  height: auto;
  background-color:#232323;
  z-index:1000;
  padding:0;
  font-size:0;
  position:relative;
  float:left
}

.subLogo{
	display:none;
	margin:5px auto;
}

.subLogo img{
	max-height:50px
}

.left-info{
	float:right
}

.left-info ul {
	padding: 0;
	float:left;
	margin:0px;
	position:relative;
	border-left:1px solid #454545
}

.left-info ul li {
  display: inline-block;
  color: #ef4a9d;
  position:relative;
  z-index:500;
  border-right:1px solid #454545
}

.left-info ul li a{
	display:inline-block;
	padding:12px;
	font-size:12px;
	color:#ddd
}

.left-info ul li i {
  margin-right: 10px;
  display:inline-block
}

.left-info ul li a:hover{
	background:#f40cf4;
	color:#fff
}

.subSocial{
	float:right
}

.subSocialList{
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
	font-size:0
}

.subSocialList li{
	margin:0;
	padding:0;
	float:left
}

.subSocialList li a{
	padding:14px;
	text-align: center;
	font-size:13px;
	color:#ddd;
	border-right:1px solid #454545;
	line-height: 13px;
	float:left
}

.subSocialList li a:hover{
	background:#f40cf4;
	border-right-color:#f40cf4;
	color:#fff
}

/*------------------------------------------
				HEADER
-------------------------------------------*/

.header{
	padding:0 15px 0 15px;
	position: relative;
	z-index:2000;
	background:#f40cf4;
}

.headerAuto{
	position: relative;
}

.logo{
	position:absolute;
	display:inline-block;
	top:4px
}

.navigation{
	float:right;
	font-size:0
}

.navList{
	margin:19px 0 0 0;
	padding:0;
	list-style-type:none;
	display:inline-block;
}

.navList li{
	display:inline-block;
	margin-left:15px
}

.navList li.megaLi{
	height:55px
}

.navList li.thinLi{
	position: relative;
	min-height:55px
}

.navList li > a{
	display:inline-block;
	font-size:14px;
	color:#fff;
	padding:8px 15px;
	border-radius:30px
}

.navList li:hover > a, .navList li.active > a{
	background:#fff;
	color:#f40cf4
}

.thinMenuWrapper{
	position: absolute;
	left:-50%;
	top:95px;
	display:block;
	background-color:#ebeef5;
	min-width:360px;
	padding:30px 30px 30px 15px;
	background-image:url(../../../img/site/doctor2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 100%;
	border-top:4px solid #13a89e;
	-webkit-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	opacity:0;
	visibility: hidden;
}

.thinLi:hover .thinMenuWrapper{
	top:55px;
	opacity:100;
	visibility:visible;
}

/*------------------------------------------
			SLIDER
-------------------------------------------*/

.viSlider {
	width:100%;
	height:auto;
	position:relative;
	padding:0px;
	margin:0;
	z-index:100;
	overflow:hidden
}

.owl-slide-item img{
	max-width:100%;
	height:auto
}

.parallaxWrapper{
	display:inline-block;
	width:100%;
	height:700px;
	position:relative;
	padding:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom
}
.parallaxWrapper:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

.parallaxAuto{
	position:relative;
	text-align:left;
	height:100%
}

.parallaxContent{
	width:50%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.parallaxTitle{
	font-size:62px;
	line-height:82px;
    font-family: 'Great Vibes', cursive;
	color:#f40cf4;
	margin:0;
	padding:0;
	display:block
}

.parallaxText{
	font-size:16px;
	font-weight:400;
	line-height:30px;
	display:block;
	color:#232323;
	margin-top:30px;
	display:block
}

.parallaxLink{
	background:#232323;
	color:#fff;
	padding:12px 25px;
	font-size:14px;
	margin-top:30px;
	display:inline-block;
	border-radius:30px
}

.parallaxLink:hover{
	background:#f40cf4
}

.viSlider .owl-controls{
	position:absolute;
	top:50%;
	z-index:5000;
	width:100%
}

.viSlider .owl-nav{
	width:100%
}

.viSlider .owl-controls .owl-prev,.viSlider .owl-controls .owl-next{
	width:80px;
	height:80px;
	display:inline-block;
	position:absolute;
	cursor:pointer;
	border-radius:50%;
	color:#fff;
	background:#232323;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.viSlider .owl-controls .owl-prev{
	left:-40px;
	right:auto;
	text-align:center;
	text-indent:12px;
}

.viSlider .owl-controls .owl-next{
	right:-40px;
	left:auto;
	text-indent:-12px;
	text-align:center;
}

.viSlider .owl-controls .owl-prev i,.viSlider .owl-controls .owl-next i{
	font-size:20px;
	line-height:80px;
	margin:0;
	padding:0
}

.viSlider .owl-controls .owl-prev:hover,.viSlider .owl-controls .owl-next:hover{
	background:#f40cf4;
	color:#fff
}

/*------------------------------------------
			anasayfa hizmetler
-------------------------------------------*/

.mainHizmetler{
	padding:90px 0;
	background:url(../../../img/site/zemin3.jpg) repeat center top
}

.mainHizmetlerHeader{
	text-align:center;
}

.mainHizmetlerTitle{
	display:inline-block;
	font-size:42px;
	font-weight:900;
	font-family:'Montserrat',sans-serif;
	position:relative;
}

.mainHizmetlerTitle:after{
	content:"";
	display:inline-block;
	background:url(../../../img/site/title.png) no-repeat center center;
	position:relative;
	height:26px;
	width:100%
}

.mainHizmetlerTitle span{
	display:inline-block;
	letter-spacing:1px
}

.pinkColor{
	color:#232323
}

.blackColor{
	color:#232323
}

.owl-hizmetler{
	margin-top:60px
}

.mainHizmetWrapper{
	display:inline-block;
	width:100%;
	padding:2px;
	overflow:hidden;
	font-size:0
}

.mainHizmet{
	width:100%;
	height:100%;
	display:inline-block;
	margin:0;
	overflow:hidden;
	position:relative;
	border:2px solid #f5f5f5;
	transition: all 0.5s;
	height:470px;
	position:relative;
	background:#fff
}

.mainHizmetImage{
	height:240px;
	width:100%;
	display:inline-block;
	overflow:hidden;
}

.mainHizmetImage img{
	display:inline-block;
	width:100%;
	height:auto
}

.mainHizmetNameWrapper{
	display:inline-block;
	width:100%;
	margin:0;
	padding:10px 0;
	text-align:center
}

.mainHizmetName{
	display:inline-block;
	font-size:17px;
	font-weight:700;
	color:#f40cf4
}

.mainHizmetSummary{
	font-size:14px;
	font-weight:400;
	line-height:24px;
	text-align:left;
	padding:0 15px;
	text-align:center;
	color:#565656
}

.mainHizmetLinkWrapper{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%
}

.mainHizmetLink{
	display:inline-block;
	padding:9px 13px;
	border:1px solid #f40cf4;
	color:#f40cf4;
	font-size:12px;
	border-radius:30px
}

.mainHizmetLink:hover{
	background:#f40cf4;
	color:#fff
}

.mainHizmet:hover{
	border-color:#f40cf4;
}

.mainHizmetler .owl-controls{
	position:absolute;
	z-index:5000;
	width:100%;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.mainHizmetler .owl-nav{
	width:100%
}

.mainHizmetler .owl-controls .owl-prev,.mainHizmetler .owl-controls .owl-next{
	width:40px;
	height:40px;
	display:inline-block;
	position:absolute;
	cursor:pointer;
	color:#f40cf4;
	background:#fff;
	top:0;
	border-radius:50%;
	border:2px solid #f40cf4
}

.mainHizmetler .owl-controls .owl-prev{
	left:-15px;
	right:auto;
	text-align:center;
}

.mainHizmetler .owl-controls .owl-next{
	right:-15px;
	left:auto;
	text-align:center;
}

.mainHizmetler .owl-controls .owl-prev i,.mainHizmetler .owl-controls .owl-next i{
	font-size:20px;
	line-height:40px;
	margin:0;
	padding:0
}

.mainHizmetler .owl-controls .owl-prev:hover,.mainHizmetler .owl-controls .owl-next:hover{
	background:#f40cf4;
	color:#fff
}


/*------------------------------------------
				parallax
-------------------------------------------*/

.parallax2Wrapper{
	display:inline-block;
	width:100%;
	position:relative;
	padding:150px 15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:600px;
}
.parallax2Wrapper:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.parallax2Auto{
	position:relative;
}

.parallax2Title{
	font-size:65px;
	line-height:95px;
	font-family: 'Great Vibes', cursive;
	color:#fff;
	margin:0;
	padding:0;
	width:50%
}

.parallax2Text{
	font-size:18px;
	font-weight:400;
	line-height:30px;
	display:block;
	color:#fff;
	margin-top:30px;
	width:50%
}

/*------------------------------------------
			sizi arayalim
-------------------------------------------*/

.randevuWrapper{
	padding:90px 0;
	background:#f5f5f5
}

.randevuFormWrapper{
	background:#fff;
	padding:60px 30px;
	box-shadow:0 0 30px rgba(0,0,0,.1);
}

.randevuForm{
	margin-top:60px
}

.randevuLabel{
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	font-weight:400;
	color:#909090
}

.randevuInput{
	margin-top:15px;
	width:100%;
	border:none;
	border-bottom:2px solid #f5f5f5;
	height:40px;
	line-height:40px;
	font-size:16px
}

.randevuGroup{
	display:inline-block;
	width:100%;
	margin-bottom:30px
}

.randevuButton{
	display:inline-block;
	padding:15px 35px;
	border-radius:30px;
	background:#f40cf4;
	color:#fff;
	border:none;
	font-weight:700;
	font-size:15px;
	margin-top:30px
}

.randevuButton:hover{
	background:#232323
}


.randevuInput:focus{
	border-bottom-color:#f40cf4
}

/*------------------------------------------
			HABERLER PAGE
-------------------------------------------*/

.mainHaberler{
	padding:90px 0
}

.maiHaberlerHeader{
	font-size:24px;
	font-weight:500;
	color:#404040;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:5px
}

.maiHaberlerHeader strong{
	font-size:24px;
	font-weight:700;
	color:#a91917
}

.owl-haberler{
	margin-top:60px
}

.mainHaberWrapper{
	height:540px
}

.mainHaber{
	width:100%;
	display:inline-block;
	height:auto
}

.mainHaberImage{
	display:inline-block;
	width:100%;
	height:360px;
	overflow:hidden;
	position:relative;
}

.mainHaberImage img{
	display:inline-block;
	margin:0 auto;
	width:100%;
	height:auto;
	-webkit-transition:all .3s;
	transition:all .3s;
}

.mainHaberImage:hover img{
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}

.mainHaberDate{
	position:absolute;
	display:inline-block;
	width:50px;
	height:70px;
	left:15px;
	bottom:15px
}

.mainHaberDay{
	background:#f1f1f1;
	height:35px;
	display:inline-block;
	width:100%;
	text-align:center;
	line-height:35px;
	font-size:14px;
	color:#232323
}

.mainHaberMonth{
	background:#f40cf4;
	color:#fff;
	height:35px;
	display:inline-block;
	width:100%;
	text-align:center;
	line-height:35px;
	font-size:14px
}

.mainHaberNameWrapper{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	text-align:left;
	margin-top:15px
}

.mainHaberName{
	display:inline-block;
	font-size:19px;
	font-weight:700;
	line-height:24px;
	font-weight:400;
	color:#f40cf4;
	text-align:left;
	position:relative;
}

.mainHaberName:hover{
	color:#f40cf4
}

.mainHaberBottom{
	width:100%;
	display:inline-block;
	margin-top:15px;
	text-align:left;
}

.mainHaberSummary{
	display:inline-block;
	width:100%;
	font-weight:400;
	font-size:14px;
	line-height:25px;
}

.mainHaberler .owl-controls{
	position:absolute;
	z-index:5000;
	width:100%;
	top:40%;
}

.mainHaberler .owl-nav{
	width:100%
}

.mainHaberler .owl-controls .owl-prev,.mainHaberler .owl-controls .owl-next{
	width:40px;
	height:40px;
	display:inline-block;
	position:absolute;
	cursor:pointer;
	color:#f40cf4;
	background:#fff;
	top:0;
	border-radius:50%;
	border:2px solid #f40cf4
}

.mainHaberler .owl-controls .owl-prev{
	left:-15px;
	right:auto;
	text-align:center;
}

.mainHaberler .owl-controls .owl-next{
	right:-15px;
	left:auto;
	text-align:center;
}

.mainHaberler .owl-controls .owl-prev i,.mainHaberler .owl-controls .owl-next i{
	font-size:20px;
	line-height:40px;
	margin:0;
	padding:0
}

.mainHaberler .owl-controls .owl-prev:hover,.mainHaberler .owl-controls .owl-next:hover{
	background:#f40cf4;
	color:#fff
}


/*------------------------------------------
			anasayfa yorumlar
-------------------------------------------*/

.yorumlarWrapper{
	padding:90px 0;
	background:#f5f5f5
}

.yorumlarContent{
	display:flex;
	flex-wrap:wrap;
	align-items:space-between;
	justify-content:space-between;
	margin-top:60px
}

.yorumWrapper{
	flex:auto;
	margin:15px;
	padding:30px;
	background:#fff;
	border-radius:4px
}

.yorumName{
	display:block;
	font-size:24px;
	font-family:'Great Vibes',cursive;
	color:#f40cf4;
	margin-top:15px;
	text-align:right;
}


.yorumSummary{
	font-size:14px;
	line-height:160%;
}

/*------------------------------------------
			footer
-------------------------------------------*/

.footerTop{
	background:#232323;
	padding:60px 0
}

.footerBottom{
	background:#000;
	padding:15px
}

.copyright{
	color:#fff;
	float:left;
	font-size:12px;
	float:left
}


.trampad{
	width:75px;
	height:17px;
	background:url(../../../img/site/trampad.png) no-repeat center;
	float:right
}

.footerTitle{
	display:inline-block;
	font-size:18px;
	font-weight:700;
	color:#f40cf4
}

.footerSocial{
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0
}


.footerSocial li{
	display:block;
	margin-top:15px
}

.footerSocial li a{
	display:inline-block;
	font-size:12px;
	color:#fff
}

.footerSocial li a i{
	display:inline-block;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:16px
}

.footerList{
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0
}


.footerList li{
	display:block;
	margin-top:15px
}

.footerList li a{
	display:inline-block;
	font-size:12px;
	color:#fff
}

.footerContact{
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0
}

.footerContact li{
	display:block;
	margin-top:15px
}

.footerContact li a{
	display:inline-block;
	font-size:12px;
	color:#fff
}

.footerContact li a i{
	display:inline-block;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:16px
}

/*------------------------------------------
			KURUMSAL
-------------------------------------------*/

.pageHeaderWrapper{
	margin-top:0;
}

.pageAuto{
	height:400px;
	position:relative;
}

.pageHeaderInner{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.pageHeaderInner:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#232323;
	opacity:.7;
	z-index:5
}

.pageHeaderLeft{
	position:absolute;
	top:50%;
	left:15px;
	z-index:100;
	text-align:center;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.pageHeaderLeft h3{
	margin:0;
	padding:0 0;
	font-size:32px;
	font-weight:700;
	color:#f40cf4;
	position:relative;
	text-align:center;
	display:block;
	margin:0 auto;
}

.rota{
	margin:15px 0 0 0;
	padding:10px 0;
	list-style-type:none;
	font-size:0;
	float:left;
	display:block;
	width:100%
}

.rota li {
	display:inline-block;
	margin-right:5px;
	position:relative;
	font-size:14px;
	padding-right:5px
}

.rota li:after{
	content:"\f105";
	display:inline-block;
	position:absolute;
	right:0;
	color:#fff;
	font-family:fontAwesome;
}

.rota li a{
	font-size:14px;
	color:#fff;
	margin-right:5px
}

.rota li:first-child a {
	color:#fff
}

.rota li:last-child:after{
	display:none
}

.page{
	padding-bottom:40px;
	margin-top:45px
}

.pLeft{
	padding-left:0;
	position:sticky;
	top:15px;
	z-index:7000
}

.pLeftMobile{
	display:none
}

.pLMenu {
	border:1px solid #eeeeee;
	border-bottom:0 none;
	width:100%;
	border-radius:0
}

.pLMenu ul {
	border:none
}

.pLMenu ,.pLMenu *{
	margin:0;
	padding:0
}

.pLMenu  *{
	list-style:none;
	box-sizing:border-box
}

.pLMenu li {
	position:relative
}

.pLMenu li a {
	width:100%;
	display:block;
	padding:15px 30px 15px 10px;
	font-size:13px;
	font-weight:400;
	color:#565656;
	letter-spacing:.5px;
	border-bottom:1px solid #e8e8e8;
	border-right:3px solid #f40cf4
}

.pLMenu li ul li a {
	padding:10px 20px 10px 20px;
	font-size:13px;
	font-weight:400;
}

.pLMenu li ul li ul li a {
	padding:15px 20px 15px 30px;
	font-size:12px;
	font-weight:400
}

.pLMenu li ul li ul li ul li a {
	padding:15px 20px 15px 40px;
	font-size:14px;
	font-weight:400
}

.pLMenu li:hover > a,.pLMenu li.active > a {
	background:#f40cf4;
	color:#fff
}

.pLMenu li ul li:hover > a,.pLMenu li ul li.active > a {
	color:#f40cf4;
	background:#fff
}

.pLMenu li ul li ul li:hover > a,.pLMenu li ul li ul li.active > a {
	color:#3db7af;
	background:#fff
}

.pLMenu li ul {
	display:none
}

.pLMenu li.active > ul {
	display:block;
}

.pRight{
	margin-top:0
}

.pRightNameWrapper{
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	color:#f40cf4;
	font-size:22px;
	padding:18px 15px;
	margin-bottom:15px;
	font-weight:700
}

.pageImage{
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:100%;
	height:auto;
	text-align:center
}

.pageImage img{
	width:100%;
	height:auto;
	display:inline-block;
	margin:0 auto
}

.pageSummary{
	font-size:16px;
	color:#565656;
	padding:15px;
	line-height:28px;
	margin-bottom:15px;
	font-weight:700;
	background:#fcfcfc
}

.pageContent{
	display:block;
	font-size:15px;
	line-height:32px;
	color:#565656;
	margin-bottom:15px;
	font-weight:400;
}

.pageContent img{
	max-width:100%!important;
	height:auto!important;
	display:inline-block;
}

.pageContent ul, .pageContent ol {
	padding:15px 30px;
	background:#fcfcfc;
	border:1px solid #e8e8e8
}

.pageAltsWrapper{
	padding:0;
	margin-bottom:30px;
	width:100%;
	display:flex;
	font-size:0;
	align-items:stretch;
	align-content:flex-start;
	flex-wrap:wrap;
}

.pageAltWrapper{
	margin-top:30px;
	flex:1 1 auto;
	padding:0 15px
}

.pageAltWrapper:nth-child(4){
	margin-top:30px;
	flex:0 1 auto;
	padding:0 15px;
}

.pageAlt{
	background:#fafafa;
	padding:15px;
	border:1px solid #f0f0f0;
	border-radius:4px;
	height:100%
}

.pageAltHeader{
	display:block;
	font-size:16px;
	color:#13a89e;
	padding:0;
	line-height:22px;
	font-weight:500
}

.pageAltHeader:before{
	content:"\f006";
	display:inline-block;
	font-family: fontAwesome;
	margin-right:10px
}

.pageAltContent{
	font-size:14px;
	display:block;
	padding:0;
	line-height:24px;
	font-weight:400;
	margin-top:15px;
	color:#565656
}

.pageAltLink{
	color:#565656;
	padding:0;
	font-size:12px;
	font-weight:500;
	text-align: center;
	display:inline-block;
	margin-top:15px;
	border-radius:4px
}

.pageAltLink:after{
	content:"\f178";
	float:right;
	font-family: fontAwesome;
	margin-left:7px;
	-webkit-transition:all 400ms ease 0s;
	transition:all 400ms ease 0s;
}

.pageAltLink:hover{
	color:#13a89e
}

.pageAltLink:hover:after{
	margin-left:10px
}

/*------------------------------------------
				İLETİSİM
-------------------------------------------*/

.iletisim{
	background:#f5f5f5;
	padding-bottom:30px
}


.adres{
	background:#fff;
	margin-top:30px;
	display:table;
	width:100%;
	font-size:0
}

.adresInfo{
	display:table-cell;
	padding:0 30px;
	vertical-align:top;
	width:50%
}

.adresMap{
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding:30px
}

.adresMap iframe{
	height:300px
}

.adresAd{
	font-size:18px;
	font-weight:700;
	color:#f40cf4
}

.adresContent{
	font-size:15px;
	margin-top:15px
}

.iletisimForm{
	background:#fff;
	margin-top:30px
}

.formHeader{
	padding:15px 15px;
	color:#f40cf4;
	font-weight:700;
	line-height:40px;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
	letter-spacing:.5px;
	border-bottom:1px solid #f40cf4
}

.formHeader i{
	margin-right:15px;
	font-size:40px;
	float:left
}

.formWrapper{
	padding:15px 15px 0
}

.formDiv{
	display:block;
	margin-top:15px;
	margin-bottom:30px;
}

.formLabel{
	display:block;
	font-size:14px;
	font-weight:700;
}

.formInput{
	display:inline-block;
	width:100%;
	border:none;
	border-bottom:2px solid #ddd;
	height:40px;
	line-height:40px;
	margin-top:10px
}

.formTextarea{
	display:inline-block;
	width:100%;
	border:none;
	border-bottom:2px solid #ddd;
	height:80px;
	line-height:21px;
	resize:vertical;
	margin-top:10px
}

.formButton{
	padding:10px 20px;
	text-align:center;
	font-size:14px;
	color:#f40cf4;
	border:2px solid #f40cf4;
	font-weight:700;
	border-radius:30px;
	background:#fff;
	float:right	
}

.formButton:hover{
	background:#f40cf4;
	color:#fff
}

/*------------------------------------------
				VIDEOLAR PAGE
-------------------------------------------*/
.pVideolarContent{
	margin-top:0;
	margin-bottom:0
}

.pVideolarMenu{
	display:block;
	font-size:0
}

.pVideoWrapper{
	overflow:hidden;
	position:relative;
	margin-top:7.5px;
	margin-bottom:7.5px;
	padding:0 5px
}

.pVideo{
	width:100%;
	height:329px;
	overflow:hidden;
	position:relative;
	display:inline-block;
	font-size:0;
	border:1px solid #e8e8e8
}

.pVideoImage{
	height:226px;
	width:100%;
	display:inline-block;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover
}

.pVideoImage img{
	max-width:100%;
	height:auto;
	display:none
}

.pVideoPlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(19,168,158,0.4);
	z-index:500;
	text-align:center;
}

.pHaberPlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500;
	text-align:center;
}

.pVideoPlay i{
	position:relative;
	display:inline-block;
	top:50%;
	font-size:79px;
	color:#fff;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:.7
}

.pVideo:hover .pVideoPlay i{
	opacity:100
}

.pVideoContent{
	background:#fff;
	height:95px;
	overflow:hidden;
	display:inline-block;
	width:100%;
	position:relative
}

.pVideoContent:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	width:0;
	height:10px;
	background:#3baaaa;
	-webkit-transition:all 400ms ease 0s;
	transition:all 400ms ease 0s;
}

.pVideoNameDiv{
	padding:0 15px;
	display:inline-block;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.pVideoNameLink{
	font-size:14px;
	font-weight:500;
	color:#565656
}

/*------------------------------------------
				GALLERY
-------------------------------------------*/

.brick img,.brick video {
	max-width: 100%;
	vertical-align: middle;
}

.masonry {
	transition: all .5s ease-in-out;
	column-gap: 30px;
	column-fill: initial;
	margin-top:0px;
	text-align:center;
}

.masonry .brick {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top; 
	position:relative;
}

.brickOverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:800;
	text-align:center;
}

.brickOverlay i{
	display:inline-block;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	color:#e71784;
	font-size:60px
}

.brickOverlay:hover i{
	color:#f00
}

.masonry .brick img {
	transition: all .5s ease-in-out;
	backface-visibility: hidden;
	display:inline-block;
	margin:0 auto
}

.masonry .brick:hover img {
	opacity: .75;
}

.masonry.bordered {
	column-rule: 1px solid #eee;
	column-gap: 50px;
}

.masonry.bordered .brick {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.masonry.gutterless {
	column-gap: 0;
}

.masonry.gutterless .brick {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
  
}


.widget{
	margin-bottom:5px;
	display:block;
}

.widgetLink{
	display:block;
	width:100%;
	padding:15px;
	border:1px solid #e8e8e8;
	border-radius:6px;
	position:relative;
	padding-left:60px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.widgetLink:hover{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 49%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.widgetLink:before{
	font-family:fontAwesome;
	position:absolute;
	left:15px;
	top:0px;
	font-size:70px;
	line-height:70px;
}

.whatsappLink:before{
	color:#f40cf4;
	content:"\f232";
}

.widgetMotto{
	font-size:12px;
	color:#000;
	text-align:right;
	display:block;
	line-height:17px;
}

.widgetNumber{
	text-align:right;
}

.whatsappFirst{
	font-size:19px;
	font-weight:400;
	color:#f40cf4;
	display:inline-block;
	letter-spacing:0;
	line-height:17px;
	margin-top:5px
}


/*------------------------------------------
			PAGE HIZMETLER
-------------------------------------------*/

.pageHizmetler {
	margin:0;
	padding:45px 15px 45px 15px;
	background:#f40cf4;
}


.pageHizmetlerContent{
	margin-top:0
}

.tb{
	font-size:0;
	padding:0 15px;
	margin-top:45px;
}

.tbInner{
	display:inline-block;
	width:100%;
	background:#fff;
	height:420px;
	box-shadow:1px 1px 10px rgba(0,0,0,.3)
}


.tbImage{
	width:100%;
	height:250px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	background-size:120%;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	display:inline-block;
	border:1px solid #f2f2f2;
	-webkit-transition:all 500ms ease 0s;
	transition:background 500ms ease 0s
}

.tbImage img{
	width:100%;
	max-height:100%;
	display:none;
	margin:0 auto;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}

.tbImageLink{
	position:absolute;
	top:50%;
	left:50%;
	width:0;
	height:0;
	background:#f40cf4;
	z-index:700;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transition:all 300ms ease 0s;
	transition:all 300ms ease 0s;
	opacity:0;
	visibility:hidden;
	text-align:center;
}

.tbImageLink:before{
	content:"+";
	display:inline-block;
	color:#fff;
	font-weight:300;
	position:relative;
	top:50%;
	font-size:65px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.tbName{
	height:50px;
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 15px
}

.tbNameLink{
	display:inline-block;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:15px;
	color:#515151;
	font-weight:700;
	letter-spacing:.2px;
	padding:0 0
}

.tb:hover .tbImageLink{
	opacity:.8;
	visibility:visible;
	width:100%;
	height:100%;
	transform:translateY(-50%) translateX(-50%);
}

.tb:hover .tbImage{
	background-size:110%;
}

.tb:hover .tbNameLink{
	color:#f40cf4
}

.ptb{
	margin-bottom:30px;
	padding:0 15px
}

.tbContent{
	padding:0 15px 15px 15px
}

.tbSummary{
	font-size:15px;
	line-height:160%;
	color:#515151;
	height:100px;
	overflow:hidden;
}

.onlyMobile{
	display:none
}

