/*-----------------------------------------------------------------------------------

    Template Name: CAAAD - Bootstrap Template
    Template URI: http://caaad.org.tr
    Description: 
    Author: TA
    Author URI: http://taceroglu.com
    Version: 1.0


-----------------------------------------------------------------------------------*/
    
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/

html,
body {
    height: 100%;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
	margin-top:5px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0
}
.nopadding {
    padding: 0
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
/*img {
    max-width: 100%;
    height: auto;
}*/
.fix {
    overflow: hidden;
}
p {
    margin: 0 0 15px;
}
.pt5 {
    padding-top: 5px
}
.pt10 {
    padding-top: 10px
}
.pb10 {
    padding-bottom: 10px
}
.pt15 {
    padding-top: 15px
}
.pb15 {
    padding-bottom: 15px
}
.pt20 {
    padding-top: 20px
}
.pb20 {
    padding-bottom: 20px
}
.pt25 {
    padding-top: 25px
}
.pb25 {
    padding-bottom: 25px
}
.pt30 {
    padding-top: 30px
}
.pb30 {
    padding-bottom: 30px
}
.pt40 {
    padding-top: 40px
}
.pb40 {
    padding-bottom: 40px
}
.pt50 {
    padding-top: 50px
}
.pb50 {
    padding-bottom: 50px
}
.pt80 {
    padding-top: 80px
}
.pt90 {
    padding-top: 90px
}
.pb90 {
    padding-bottom: 90px
}
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mb10 {
    margin-bottom: 10px
}
.mt15 {
    margin-top: 15px
}
.mb15 {
    margin-bottom: 15px
}
.mt20 {
    margin-top: 20px
}
.mb20 {
    margin-bottom: 20px
}
.mt25 {
    margin-top: 25px
}
.mb25 {
    margin-bottom: 25px
}
.mt30 {
    margin-top: 30px
}
.mb30 {
    margin-bottom: 30px
}
.mt40 {
    margin-top: 40px
}
.mb40 {
    margin-bottom: 40px
}
.mt50 {
    margin-top: 50px
}
.mb50 {
    margin-bottom: 50px
}
.mt90 {
    margin-top: 90px
}
.mb90 {
    margin-bottom: 90px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #777;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.home-3-wraper a:hover {
    color: #96B7CB;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
body {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    background-color:#eef6f6;
	overflow-x:hidden;
}
.clear {
    position: relative;
}
.clear::after {
    clear: both;
    content: "";
    display: block;
}
.linkstos{
	height: 100%;
	position: absolute;
	z-index: 9999;
	width: 100%;
	display: block;
}
.nobottomborder{border-bottom:none!important;}

#wrapper {position:relative;}
#page {
		background-color:#ffffff;
		box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
}
.site-header {height:165px;position:relative;}
.header-col-2 {padding:82.5px 0 0}
.header-logo {
  padding: 36px 0 0;
  text-align: center;
  margin:0 0 0 45px;
}
.header-logo > a {
  display: inline-block;
}

#headerMenu { float: right; }
#headerMenu ul { float: left; margin: 0; padding: 0; list-style: none;position:relative}
#headerMenu ul li { float: left;}
#headerMenu ul li:last-child {background: none;}
#headerMenu ul li a {display: block; font-size: 16px; color: #88999e; padding: 0 10px; text-decoration: none;}
#headerMenu ul li a:hover, #headerMenu ul li a.aktif, #headerMenu ul li.current-menu-item a {color: #c03871;}

#headerMenu ul ul {
	/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
	width: 250px;
	z-index:22;
    padding: 10px 0;
	margin:0px 10px;
}
#headerMenu ul li:hover > ul {
	/* section item sublist display/dropdown upon hover */
	display: block;
	background: #70c1d7;
}
#headerMenu ul ul li {
    width: 100%;
    display: block;
    float: left;
    padding: 0 10px;	
}
#headerMenu ul ul > li a {
    display: inline-block;
    padding: 3px 0;
	color: #fff; 
	font-size: 14px;
}
#headerMenu ul ul > li a:hover {
	color: #c03871;
}
#headerMenu ul ul > li:last-child a {
	border:none;
}

ul.social-icons {
  margin: 0;
  padding: 0;
  float: right;
  width:81px;
  height:20px;
  background:url(../images/sosyal-medya.png) no-repeat;
}
ul.social-icons li {
  display: inline-block;
  margin-left: 0px;
}
ul.social-icons li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
ul.social-icons li a.twitter {
	  margin-right:10px;
}

ul.social-icons li a.facebook {
}

ul.social-icons li a.mail {
	width:21px;
}

.menu-list ul {
	display:table;
	width:100%;
	padding:0;
	margin:0;
	z-index:21;
}
.menu-list ul li {
	display:table-cell;
	padding:0;
	margin:0;
	list-style:none;
	vertical-align:middle;
	width:33.333333333%;
	position:relative;
}
.menu-list li > a {
	display:block;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:6px 0 5px 0;
}

.menu-list ul li.menu-1, .menu-list ul li.menu-item-23, .menu-list ul li.menu-item-19, .menu-list ul li.menu-item-536{
    background: #5a91ae;
}
.menu-list ul li.menu-2, .menu-list ul li.menu-item-22, .menu-list ul li.menu-item-18, .menu-list ul li.menu-item-795{
    background: #70c1d7;
}
.menu-list ul li.menu-3, .menu-list ul li.menu-item-21, .menu-list ul li.menu-item-17, .menu-list ul li.menu-item-794{
    background: #c03871;
}

.menu-list ul li .sub-menu {
	position: absolute;
	top:100%;
	opacity: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
	left:0;
	padding:10px 0;
	background-color:#FFF;
}
.menu-list li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
.menu-list li:hover ul.sub-menu {	
	/*width: 390px;*/
	height: auto;
	float: left;
}
.menu-list li ul.sub-menu li {
	width: 100%;
	display: block;
	float: left;
	padding: 0 10px;
}
.menu-list li ul.sub-menu li a {
	width: 200px;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	color:#a7a7a7;
	border-bottom:1px solid #c2c2c2;
	padding: 5px 0;
}
.menu-list li ul.sub-menu li a i{
	color:#558ca9;
	font-size:16px;
}
.menu-list li ul.sub-menu li a:hover {
	color:#558ca9;
}

.menu-list li > ul.sub-menu li:last-child a{
    border: none;
}

.menu-list .half-div {
	width: 50%;
	float: left;
	padding: 0 10px;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/
.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;	
}

.revolution-slider{
	position:relative;
	background:none;
	color:#ffffff;
}
/*
.revolution-slider h2{
	line-height:1.2em;
	font-size:28px;
	font-weight:400;
	padding:7px 15px;
}

.revolution-slider h1{
	line-height:1.2em;
	font-weight:700;
	font-size:48px;
	padding:5px 15px;
}

.revolution-slider h3{
	line-height:1.4em;
	font-size:18px;
	padding:10px 15px;
}
*/
.revolution-slider .bg-dark-theme{
	background:rgba(37,41,37,0.60);
	color:#ffffff;	
}

.revolution-slider .bg-theme{
	background:rgba(251,94,28,0.60);
	color:#ffffff;	
}

.tp-bannertimer {
	display: none !important;
}

.tp-bullets.simplebullets.round .bullet {  
	background:#ffffff !important; 
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px; 
	width:11px;
	height:11px;
}
 
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {  
	background:#c03871 !important; 
}
.tp-bullets.simplebullets.round .bullet.selected {  
	width:14px;height:14px;
}

/* Arama Kutusu */
.arama {}
.aramabox {background-color:#4188ad;}
.aramabox .form-title{font-size:20px;color:#ffffff;line-height:43px;}
.aramabox select{width:270px;height:25px;margin:9px 0px;padding:0}
.aramabox .btn-bul{border-radius:0;border:none;background-color:#f1f1f1;width:100%;padding:0;line-height:43px;vertical-align:top}

/* Kongre ve sempozyum */
.ks {}
.post-info {background-color:#ffffff;padding:10px 10px 0px;}
.post-title {
	font-size: 15px;
	line-height: normal;
	margin-bottom: 10px;
}
.post-title a {
	color: #000000;
}
.post-title a:hover {
	color: #2C93D5;
}
.post-meta {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	color: #4188ad;
}
.post-meta li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.post-meta li:last-child {
	margin-right: 0;
}
.post-meta li a {
	color: #000000;
}
.post-meta li a:hover {
	color: #2C93D5;
}
.post-meta li i {
	margin-right: 5px;
}

#owl-ks {padding:27px;position:relative;background-color:#e8eaea;}
#owl-ks .post {overflow:hidden;background-color:#fff;min-height:277px;}
.owl-theme .owl-nav [class*='owl-'] {
  background:none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background:none;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-nav > div {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 40%;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
}
.owl-controls .owl-prev {
  left: -5px;
}
.owl-controls .owl-next {
  right: -5px;
}
.owl-controls .owl-next i {
  color: #71a1b9;
  font-size: 36px;
}
.owl-controls .owl-prev i {
  color: #71a1b9;
  font-size: 36px;
}


.ks .slider-image {}
.ks .slider-title {}
.ks .slider-text {color:#494949;background-color:#ffffff;font-size:16px;font-weight:700}

/* Duyurular Widget */
.widget_duyurular {background-color:#ebeeef;padding:20px;max-height:381px;height:381px;overflow-y: scroll;}
.widget-title { 
	font-weight: 700;
	font-size:16px;
	color:#010101;
	margin-bottom:20px;
}
	
.widget_duyurular ul { list-style: none; }
.widget_duyurular ul li {border-bottom:1px solid #757777;text-align:center;	padding:10px 0;} 
.widget_duyurular a {
	color: #000000;
	font-size:12px;
}
.widget_duyurular a:hover {
	color: #333333;
	text-decoration: none;
}
.widget_duyurular ul li:last-child { 
	border:none;
}
/* Language choice style */
.lang img {
	float: left;
	margin-top: 5px;
	border: 0px;
}
.lang, .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lang {
	position: relative;
}
.lang li {
	border: 1px solid #dfe4e5;
	float: left;
	width: 104px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.lang li a, .lang li a:link, .lang li a:active, .lang li a:visited {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	padding: 0 9px;
	text-decoration: none;
}
.lang li a:hover {
	color: #000;
}
#lang-one li:hover a, #lang-one li.sfHover a {
	color: #000;
}
#lang-one li:hover ul a, #lang-one li.sfHover ul a {
	color: #959595;
}
#lang-one li:hover ul a:hover, #lang-one li.sfHover ul a:hover {
	color: #000;
}
.lang ul {
	z-index: 8000;
	background: #fffef8;
	border-bottom: 1px solid #dfe4e5;
	list-style: none;
	margin: 0;
	width: 104px;
	position: absolute;
	top: -999em;
}
.lang li:hover ul, .lang li.sfHover ul {
	top: 20px;
}
.lang ul li {
	border: 0;
	float: none;
}
.lang ul a {
	border: 1px solid #dfe4e5;
	border-bottom: 0;
}
.lang ul a:hover {
	color: #000;
}
.lang span {/*margin-left:15px;*/}
.lang img {margin:5px;}
.arrowlangs {
	background-image: url("../images/arrowlangs.gif");
	background-repeat: no-repeat;
	display: inline-block;
	width: 9px;
	height: 5px;
	margin: 0;
	padding: 0;
}
.flagtr {
	background: transparent url('../images/dil-tr.gif') no-repeat 5% 5px;
	padding-right: 25px;
}

.uye-girisi {display:inline-block;margin-top:12px;background-color:#88999e;line-height:25px;color:#ffffff;width:104px;text-align:center}
.section-title {background-color:#bbbfc0; display:table;width:100%;padding:9px 0;}

.title {
  /*font: 700 16px/41px "Montserrat",sans-serif!important;*/
  font-size:16px;
  font-weight:700;
  /*line-height:41px;*/
  color:#ffffff;
  margin:0;
  padding:0;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:100%;
}

.tumu {
  /*font: 700 16px/41px "Montserrat",sans-serif!important;*/
  font-size:16px;
  font-weight:700;
  color: #ffffff;
  float:right;
  padding-right:10px;

}

/* smvk tabs content */
.smvk-section {}
.smvk-section .nav-tabs {background-color:#bbbfc0;border:none;}
.smvk-section .nav-tabs>li {
    margin:0;
	padding:0;
	width:25%;
	border-right:1px solid #ffffff;
}
.smvk-section .nav-tabs>li:last-child {
	border-right:none;
}
.smvk-section .nav-tabs>li>a {
    border:none;
    border-radius:0;
	margin:0;
	padding:0;
	color:#ffffff;
	font: 700 16px/41px "Montserrat",sans-serif!important;
	text-align:center;
}
.smvk-section .nav-tabs>li>a:hover, .smvk-section .nav-tabs>li.active>a, .smvk-section .nav-tabs>li.active>a:focus, .smvk-section .nav-tabs>li.active>a:hover, .smvk-section .nav-tabs>li>a.active{
    color: #ffffff;
    background-color: #6897b1;
    border: none;
    border-bottom-color: transparent;
}
.smvk-section .tab-content {padding:10px 20px;background-color:#e8eaea;}
.smvk-section .section-title {background-color:transparent; display:table;width:100%;}
.smvk-section .title {
  font: 700 16px/27px "Montserrat",sans-serif!important;
  color:#494949;
  margin:0;
  padding:0;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.smvk-section .tumu {
  font: 700 16px/27px "Montserrat",sans-serif!important;
  color: #494949;
  float:right;
  padding-right:10px;

}


.widget_tab_kategori {}
.widget_tab_kategori ul { list-style: none; }
.widget_tab_kategori ul li {border-bottom:1px solid #bcbdbd;padding:3px 10px;} 
.widget_tab_kategori a {
	color: #494949;
	font-size:12px;
}
.widget_tab_kategori a i {
	font-size:16px;
	color:#50849f;
}
.widget_tab_kategori li.aktif, .widget_tab_kategori li:hover {
	background-color:#acc5d1;
}
.widget_tab_kategori li a:hover {
	color: #ffffff;
}
.widget_tab_kategori ul li:last-child { 
	border:none;
}

.services-post {
  background-color:#f1f1f1;
  padding:0 0 10px;
}
.services-post img {
  width: 100%;
  margin-bottom: 25px;
}
.services-post h2 {
  color: #494949;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 15px 5px;
  padding:0px 0 5px;
  font-size: 16px;
  border-bottom:1px solid #363636;
}
.services-post p {
  color: #494949;
}
.owl-smvk {padding:0 50px}
/* Landscape phones and down */
@media (max-width: 480px) {
	.site-header {
		height: auto;
	}
	.header-logo {
	  padding: 0px!important;
	} 
	.smvk-section .nav-tabs>li {
		width:100%;
		border-right:none;
	}
	#owl-referans {padding:0!important;}
	#owl-uzmanlar {padding:0!important}
	.owl-smvk {
		padding: 0!important;
	}
	
	.header-logo {
		margin:0;
	}
	.menu-list ul li {
		display:block;
		width:100%;
	}
	
	.aramabox .form-title{line-height:normal;font-size:16px;}
	
	/* Main slider açıklama alanı mobile göre */
	.main-slider .tp-caption.customin.customout {
		width:100%!important;
		text-align:center;
	}
	
	.main-slider .tp-caption.customin.customout .capMed {
	  padding: 10px!important;
	}
	.main-slider .tp-caption.customin.customout .capMed h1 {
	  font-size: 16px!important;
	  margin:0!important;
	}
	.main-slider .tp-caption.customin.customout .capMed span {
	  font-size: 12px!important;
	  line-height:normal!important;
	}
	.main-slider .tp-caption.customin.customout .capMed a {
	  position: relative!important;
	  display:inline-block!important;
	  font-size: 12px!important;
	  padding:5px 10px!important;
	}
	.main-slider .tp-caption.customin.customout .capMed a i {
	  font-size: 12px!important;
	}
	.head {color:#454545;font:600 18px Open Sans;margin:0 0 15px 0;}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.site-header {
		height: auto;
	}
	.header-logo {
	  padding: 0px!important;
	} 
	.aramabox .form-title{line-height:normal;font-size:16px;}
}
/* Dernek Görüşleri */
.uzmanlar-section {background-color:#ffffff;padding:40px 0 40px;}
.uzmanlar-section .section-title {background-color:transparent; display:table;width:100%;}
.uzmanlar-section .title {
  font: 700 16px/27px "Montserrat",sans-serif!important;
  color:#333333;
  margin:0;
  padding:0;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.uzmanlar-section .tumu {
  font: 700 16px/27px "Montserrat",sans-serif!important;
  color: #494949;
  float:right;
  padding-right:10px;
}
#owl-uzmanlar {padding:0 130px}
#owl-uzmanlar .owl-controls .owl-prev {
  left: 38px;
}
#owl-uzmanlar .owl-controls .owl-next {
  right: 38px;
}
#owl-uzmanlar .owl-controls .owl-next i {
  color: #d9e0e1;
  font-size: 46px;
}
#owl-uzmanlar .owl-controls .owl-prev i {
  color: #d9e0e1;
  font-size: 46px;
}

.uzmanlar-post {}

.uzmanlar-post img {
	margin: 0 auto 27px auto;
	background-color:#ffffff;
    width: 195px!important;
    height: 200px;
	border: 1px solid #313131;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.uzmanlar-post h2 {
	font-weight:bold;
  color: #333333;
  margin: 0 0 13px;
   padding:0px 0 13px;
  font-size: 18px;
 border-bottom:1px solid #c1c1c1;
}
.uzmanlar-post h3 {
	font-weight:bold;
  color: #71a1b9;
  margin: 0 0 15px;
  padding:0px 0 15px;
  font-size: 16px;
  /*border-bottom:1px solid #c1c1c1;*/
}
.uzmanlar-post p {color:#292929;font-size:14px;margin-bottom:15px;}
.uzmanlar-post .btn-devami {background-color:#71a1b9;border:none;color:#ffffff;border-radius:0;padding:3px 12px}

/*Fotoğraf Albümü*/
.album-section {background-color:#ebeeef;}
.album-section .section-title {background-color:#6897b1; display:table;width:100%;}

.album-section .title {
  /*font: 700 16px/41px "Montserrat",sans-serif!important;*/
  color:#ffffff;
  margin:0;
  padding:0;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:100%;
}

.album-section .tumu {
  /*font: 700 16px/41px "Montserrat",sans-serif!important;*/
  color: #ffffff;
  float:right;
  padding-right:10px;

}
#owl-album {padding:60px 27px;position:relative;background-color:#ebeeef;}

/* Duyurular Widget */
.widget_album {background-color:#e8eaea;}
.album-section .widget-title { 
	/*font: 700 16px/41px "Montserrat",sans-serif!important;*/
	font-weight:700;
	font-size:16px;
	padding:11px 0;
	color:#ffffff;
	background-color:#bbbfc0;
	margin:0;
}
	
.widget_album ul { list-style: none; }
.widget_album ul li {border-bottom:1px solid #757777;padding:6px 0} 
.widget_album a {
	color: #000000;
	font-size:12px;
	line-height:24px;
}
.widget_album li:hover, .widget_album li.aktif {
	background-color:#acc5d1;
}
.widget_album li.aktif a{
	color:#ffffff;
}
.widget_album li a {
	padding:0px 15px;
	font-size:12px;
}
.widget_album li a i {color:#6391a8;font-size:13px;font-weight:bold;}
.widget_album ul li:last-child { 
	border-bottom:4px solid #70c1d7;
	/*border:none;*/
}
/* Clients */
.clients-section {background-color:#f1f1f1;padding:20px;}
#owl-referans {padding:0px 10px;}
#owl-referans.owl-carousel .owl-item img {
  width:auto;
}
#owl-referans .owl-controls .owl-prev {
  left: -25px;
  top:30px;
}
#owl-referans .owl-controls .owl-next {
  right: -25px;
  top:30px;
}
#owl-referans .owl-controls .owl-next i {
  color: #71a1b9;
  font-size: 36px;
}
#owl-referans .owl-controls .owl-prev i {
  color: #71a1b9;
  font-size: 36px;
}
/* Footer */
.footer {}
.footer .footerInner {background-color:#464646;padding:20px 25px;color:#ffffff;}
.footer .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer p {margin:0}
.footer .copy {margin:0;padding:5px 0}

/* Content */
#inner-header{
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
 	margin:20px 0
}
#inner-header .bannr_sec:after {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.bannr_sec {
	/*height: 100%;*/
	min-height: 265px;
	position: relative;
}
.bannr_sec img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#content {padding:0 21px 21px;}
.headline {padding:9px 0;background-color:#6897b1;margin-bottom:21px}
.headline.dg {padding:9px 0 9px 20px;background-color:#6897b1;margin-bottom:21px}

.headline h1{color:#ffffff;margin:0;padding:0;text-align:center;font-size:20px}

/* *********************  Page Breadcrums   ********************* */
.page-breadcrumbs {
    font-size: 14px;
    color: #a9a9a9;
	margin-bottom:21px;
}
.page-breadcrumbs a {
    color: inherit;
	margin:0;
	padding:0;
}
.page-breadcrumbs span.current {
    color:#555555;
}
.page-breadcrumbs a:hover,
.page-breadcrumbs a:focus,
.page-breadcrumbs a:active,
.page-breadcrumbs a.active {
    color: #a9a9a9;
}
.page-breadcrumbs .separator {
    margin: 0 15px;
}

/***** sidebar *****/
.sidebar {background-color:#f9f7f7;}
/*.sidebar-navigation {
	padding:0;
}
.sidebar-navigation ul li {    
	padding:7px 0;
	border-bottom: 1px solid #c1c1c1;
	margin:0px 8px;
}
.sidebar-navigation ul li a {
	font-size: 14px;	
	padding:0px 8px 0 0;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
}
.sidebar-navigation ul > li:hover{
	display:block;	
	background: #b5ccd8;
}
.sidebar-navigation ul ul > li:hover{
	display:block;	
	background: #b5ccd8;
}
.sidebar-navigation ul > li:hover > a{
    color:#000000;	
}
.sidebar-navigation ul > li:last-child {
    border: none;
}
.sidebar-navigation ul > li.current-menu-item > a{
	display:block;
    background: #b5ccd8;
	margin:0;
	padding:7px 8px;
}*/
.sidebar-navigation {border-radius: 4px;}
.sidebar-navigation ul {
    padding: 0px;
    margin: 0;
}

.sidebar-navigation ul > li {
    /*margin: 4px 0;*/
	margin:0;
}

.sidebar-navigation ul > li li {
    /*margin: 2px 0;*/
	margin:0;
}

.sidebar-navigation a {
    color: #000000;
    display: block;
    outline: none;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    text-decoration: none;
}

.sidebar-navigation ul li a {
    font-size: 14px;
    padding: 8px 10px;
	border-bottom: 1px solid #c1c1c1;
	/*font-weight:bold;*/
}

.sidebar-navigation ul > li > a {
    font-size: 14px;
    padding: 8px 10px;
	
}

.sidebar-navigation a:hover, .sidebar-navigation ul li.current_page_item > a/*, .acnav li.current-menu-item > a, .acnav li.current_page_parent > a, .acnav li.current_page_ancestor > a */{
    background-color: #b5ccd8;
}

.sidebar-navigation ul > li.current_page_item > a, .sidebar-navigation ul > li.current-menu-item > a  {
    background-color: #b5ccd8;
}
/*
.sidebar-navigation ul li > a > span:after {
    content: '\25b8';
	color:#333333;
	font-size:14px
}
.sidebar-navigation ul li.open > a > span:after {
    content: '\25be';
}
.sidebar-navigation ul > li.menu-item-has-children > a:after {
    content: '\25b8';
	color:#333333;
    font-size:14px;
	float:right;
}
.sidebar-navigation ul > li.current_page_item.menu-item-has-children > a:after,
.sidebar-navigation ul > li.current_page_parent  > a:after, 
.sidebar-navigation ul > li.current-page-ancestor  > a:after{
    content: '\25be';
	color:#333333;
    font-size:14px;
	float:right;
}

.sidebar-navigation ul li li.menu-item-has-children > a:after {
    content: '\25b8';
	color:#333333;
    font-size:14px;
	float:right;
}
.sidebar-navigation ul li li.menu-item-has-children.current_page_item > a:after {
    content: '\25be';
	color:#333333;
    font-size:14px;
	float:right;
}
.sidebar-navigation ul li.current_page_ancestor.menu-item-has-children li.current_page_parent.menu-item-has-children  > a:after {
    content: '\25be';
	color:#333333;
    font-size:14px;
	float:right;
}*/
.sidebar-navigation ul li:last-child a{
    border: none;
}
.sidebar-navigation ul ul > li > a {
    padding-left:20px;	
	font-size:12px;
}

.SinglePage {font-family:Tahoma, Geneva, sans-serif;font-size:14px;}
.SinglePage h2 {color:#a9a9a9;font-size:20px;text-align:center;padding:0}

/* İletişim Sayfası */
.map-container { 
	margin-top:-21px; 
}

#map_canvas {	  
  height: 423px;	  
  width: 100%;
}
#map_canvas iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.contact {
	background-color:#f1f1f1;
	padding: 15px;
	border-top: 5px solid #bbbfc0;
	font-family:Tahoma, Geneva, sans-serif;
}
.contact-details {
  font-size: 20px;
  margin-bottom: 20px;
  
}
.contact-details h3 {
  font-size: 25px;
  margin: 0 0 5px;
  padding:0;
  color:#7b7f7f;
}
.contact-details address {
  color: #626262;
  font-size: 20px;
  line-height:30px;
}
.form-heading {
  margin: 0;
  font-size: 25px;
  color:#7b7f7f;
}

#contact-form #comment,
#contact-form input[type="text"] {
  font-size: 14px;
  background-color: #fff;
  border:none;
  border-radius:0;
  -webkit-box-shadow: none;  
}
#contact-form input[type="text"] {
  padding:20px 10px;
}

.contact-form #contact-loader {
  display: none;
}

.contact-form input.error,
.contact-form textarea.error,
.contact-form input[type="text"].error,
.contact-form textarea.error {
  border: 1px solid #ff1a3a;
  box-shadow: inset 0 0 1px #ff1a3a;
}

.error-container {
  margin-bottom: 15px;
}

.error-container label {
  cursor: text;
  width:100%;
}

#contact-form .error-container label.error {
  color: #ff1a3a;
}

.error-container, #message-sent {
  padding-left: 8px;
}
.contact-form .btn-default {
  color: #9b9b9b;
  background-color: transparent;
  border-color: transparent;
  border-radius:0;
  font-size:20px;
  
}

/* Kongre Detayları */
.kongre-detay {}
.kongre-detay span {color:#000000;font-size:16px;}

.socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.socials ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
}
.socials ul li a {
	display: block;
	height: 22px;
	width: 23px;
	line-height: 22px;
	text-align: center;
	background-color:#ffffff;
	color: #6997b1;
	border-radius:100%;
}
.socials ul li a:hover {
	color: #2C93D5;
	border-color: #2C93D5;
}

.single-sidebar {background-color:#f9f7f7;position:relative;min-height:800px;padding:15px;}
.sec-title h2 span {
    display: block;
    font-size: 16px;
    color: #a9a9a9;
}
.order-post ul { list-style: none; }
.order-post ul li {border-bottom:1px solid #757777;padding:6px 0} 
.order-post ul li a {
	font-size:14px;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
}
.order-post ul li.aktif a {
	font-weight:bold;
}
.order-post ul li:last-child { 
	border:none;
}
.tags {
    position: absolute;
    bottom: 30px;
}
.tag-icon {
    margin: 10px;
}
.single-tags {

}
.single-tags ul {
    
}
.single-tags ul li {
    float: left;
    margin: 5px;
    padding: 5px;
    background: #6897B1;
}
.single-tags ul li a {
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px 5px;
}
/*Kongre ve Sempozyumları Arşivi */
.ksarsivi {}
.ksarsivi .owl-carousel {
  padding: 20px 55px 10px;
}
.ksarsivi .owl-carousel img {
  height:87px;
}
.ksarsivi .owl-carousel .owl-prev {
  left: 10px;
  position: absolute;
  top:40px;
  
}
.ksarsivi .owl-carousel .owl-next {
  position: absolute;
  right: 10px;
  top:40px;
}

/* Mobile Menu */
.site-header .mobile-btn {
  position: absolute;
  top: 0;
  left: 0;
  /*z-index:10;*/
}
.site-header .mobile-btn button {
  margin: 0;
  padding: 37px 0px 0 20px;
  border: none;
}
.site-header .mobile-btn button .icon-bar {
  background: #5f6062;
  height: 4px;
  width: 35px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.site-header .mobile-btn button.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(5.5px) translateX(5px);
  -moz-transform: rotate(45deg) translateY(5.5px) translateX(5px);
  -ms-transform: rotate(45deg) translateY(5.5px) translateX(5px);
  -o-transform: rotate(45deg) translateY(5.5px) translateX(5px);
  transform: rotate(45deg) translateY(5.5px) translateX(5px);
}
.site-header .mobile-btn button.open .icon-bar:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-btn button.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-5.5px) translateX(5px);
  -moz-transform: rotate(-45deg) translateY(-5.5px) translateX(5px);
  -ms-transform: rotate(-45deg) translateY(-5.5px) translateX(5px);
  -o-transform: rotate(-45deg) translateY(-5.5px) translateX(5px);
  transform: rotate(-45deg) translateY(-5.5px) translateX(5px);
}
#panel {
	position: fixed;
	left: -260px;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	max-width: 260px;
	background: #5f6062;
	z-index: 3;
}

.mobile-menu {
	overflow-y: scroll;
	height: 100%;
	box-shadow: inset -2px 2px 6px -2px rgba(0, 0, 0, 0.3);
	padding: 0 0 70px 0;
}
.mobile-menu .mobile-dil { /* float: right; */ width: 100%; }
.mobile-menu .mobile-dil ul { float: right; }
.mobile-menu .mobile-dil ul li { float: left; }
.mobile-menu .mobile-dil ul li a { color: #fff; display: block; padding: 7px 10px; }
.mobile-menu .mobile-dil ul li a:hover{ text-decoration:underline }
.mobile-menu nav ul {
	list-style:none
}
.mobile-menu nav ul li {
	margin: 0 15px;
}
.mobile-menu nav ul li a {
	display: block;
	font-size:17px;
	color: #fff;
	text-align: left;
	padding: 5px 0px;
}
.mobile-menu nav ul li ul {
	display: none;
	margin: 0 0 0 10px;
}
.mobile-menu nav ul li ul li {
	margin: 0;
}
.mobile-menu nav ul li ul li a {
	font: 300 12px 'Open Sans';
	padding: 5px 0;
	border: none;
}
.mobile-menu nav ul li ul li a i {
	float: left;
	margin: 0 10px 0 0;
	font-size: 19px;
}
.mobile-menu nav ul li ul li ul {
	display: none;
}
.mobile-menu nav ul li ul li + li a {
	border: none;
}
.mobile-menu nav ul li ul li.active > a, .mobile-menu nav ul li ul li:hover > a {
	color: #faf9f9;
}
.mobile-menu nav ul li + li a {
	border-top: 1px solid #67686a;
}
.mobile-menu nav ul > li.active > a {
	color: #f4803a;
}
.mobile-menu nav ul > li.active > ul {
	display: block;
}
.mobile-menu nav ul > li:hover > a {
	color: #faf9f9;
}
/*	Gallery Template */
#filter-by {}
#filter-by li{
	padding:7px 0;
	border-bottom: 1px solid #c1c1c1;
	margin:0px 8px;
}
#filter-by li a{ 
	font-size: 14px;
    padding: 0px 8px 0 0;
    color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
}
#filter-by li a.active{ 
	font-weight:bold;
}
#filter-by li:last-child { border: none;}
.gallery-item { margin-bottom:20px; }
.gallery-item img{ border: 4px solid #e6e6e6; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.gallery-item img:hover{ border-color:#d6d6d6; }

/**/
#foot {padding:20px 0}
.footlogo {margin:10px 0}
.footlogo img{width:90px;}
#footer-logo-home {font-size:14px;}
.footer-address {font-size:12px;}
.social-nav {
	width: 50px;
	margin: 10px auto 0;
	border-top: 1px solid #d9d9d9;
	padding-top: 5px
}
.social-nav a {
	font-size: 12px;
	text-align: center;
	margin: 0 0.25em
}
.social-nav .icon-facebook {
	font-size: 14px
}
.social-nav .icon-twitter {
	font-size: 16px
}

/**/
.socialleft {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.socialleft a {
    border: 1px solid #d5d5d5;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 0.8;
    padding: 8px;
    text-align: center;
    width: 31px;
    font-size: 13px;
    margin-right: 3px;
}
.socialleft a:last-child{
    margin-right: 0;
}
.socialleft a:hover{
    background: #bbbfc0;
    border-color: #c69f73;
    color: #fff;
}

.widget-mobile ul{}
.widget-mobile ul li{
    border-top: 1px solid #67686a;
    position: relative;
	margin: 0 15px;
}
.widget-mobile ul li:last-child{
    border-bottom: 0px;
}
.widget-mobile ul li a{
    display: block;
	font-size:17px;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
}
.widget-mobile ul li a:hover{
    color: #c69f73 ;
}
.widget-mobile ul li:hover:after{
    color: #c69f73 ;
}
.mobile-member li a {background-color:#bbbfc0;text-align:right!important}

/**/
.main-slider .tp-caption {
    z-index: 1;
    white-space: normal;
}
.main-slider .tp-caption.customin.customout {
	width:600px;
  background: #5a91ae;
  min-height: 105px;
  opacity: 0.9 !important;
}

.main-slider .tp-caption.customin.customout .capMed {
  padding: 20px;
}
.main-slider .tp-caption.customin.customout .capMed h1 {
  font-size: 31px;
  color: white;
  font-weight: 600;
}
.main-slider .tp-caption.customin.customout .capMed span {
  font-size: 21px;
  color: white;
  font-weight: 500;
}
.main-slider .tp-caption.customin.customout .capMed a {
  font-size: 15px;
  color: white;
  position: absolute;
  right: 0;
  padding: 9px 20px;
  bottom: 0px;
  background: #c03871;
  font-weight: 600;
}
.main-slider .tp-caption.customin.customout .capMed a i {
  font-size: 16px;
}
.head {color:#454545;font:600 18px Open Sans;margin:0 0 15px 0;display:none}

/**/
.providerContainer {
    margin-bottom: 0.625em;
    border: 1px solid #cad0c0;
    padding: 10px;
    width: 100%;
    display: table;
    background-color: #dae0d0;
}
.providerinfo {
    background-color: #fff !important;
    font-style: italic;
    padding: 5px 15px;
}
.providername {
    font-style: normal;
    font-weight: bold;
    font-size: larger;
}
.detailsContainer {
    display: block;
    border-bottom: 1px solid #cad0c0;
}
.markerContainer {
    float: left;
    display: inline-block;
    margin-top: 1px;
    padding: 4px;
    width: 10%;
    vertical-align: top;
	margin-right:30px;
}
.practiceContainer {
    float: left;
    display: inline-block;
    padding: 5px;
    width: 80%;
    vertical-align: top;
    margin-top: 1px;
}