/*
Theme Name: Vadi Tur
Theme URI: http://demo.temavadisi.com/vaditur
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress temasıdır.
Version: 1.0
Text Domain: temavadisi
Domain Path: /lang
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.screen-reader-text {
	display:none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#fff; 
	font-weight:normal; 
	line-height:23px; 
	color:#333;
	letter-spacing:0.2px;
	/* -webkit-text-stroke:0.1px; */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { 
	text-decoration:none; 
	color:#333; 
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
}

h1, h2, h3, h4, h5, h6 { 
	clear:both; 
	line-height:25px; 
	margin:0 0 10px;
}

img { 
	max-width:100%;
}

p { 
	margin-bottom:15px;padding:0 
}

ol, li { 
	list-style-position:inside; 
}

blockquote { 
	color:#666;
	font-size:16px;
	font-style:italic;
	line-height:1.7;
	margin:5px 15px 15px 15px;
	overflow:hidden;
	padding:10px 20px 0 15px;
	background:#f1f1f1;
	border:3px dashed #eaeaea;
}

.alignleft { 
	display:inline;
	float:left;
	margin-right:10px; 
}

.alignright { 
	display:inline;
	float:right !important;
	margin-left:10px;
}

.aligncenter { 
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

.clear{
	width:0;
	height:0;
	clear:both;
}

textarea {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
}

textarea:focus, input:focus, input[type]:focus {
	outline:0 none;
}

input[type=submit],button[type=submit], .dahafazla, .anadon {
	background-color:#222222;
	box-shadow:0 2px 0 rgba(0,0,0,.8);
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	letter-spacing:.3px;
	border:none;
	padding:17px 28px 15px;
	opacity:1;
	text-transform:uppercase;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
	cursor:pointer;
}

.pix-wrapper {
	text-align:center;
	color: #888;
}

input[type=submit]:hover, button[type=submit]:hover, .dahafazla:hover, .anadon:hover {
	opacity:0.8;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"], [type="datetime-local"] {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:34px;
	padding:3px 9px;
	border-radius:3px;
}

.search-submit {
	padding:8px 5px !important;
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}
	
#logo h1 {
	margin-bottom:0;
}
.header-right {
    text-align: right;
}
#navmenu {
    margin: auto;
}

#navmenu ul > li > a {
	font-weight:bold;
	padding:19px 18px 18px;
	margin-right:0;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	zoom: 1;
	font-weight:600;
	text-transform:uppercase;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	width:100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	background:#fff;
	border-radius:4px;
	min-width: 12em;
	*width: 12em;
}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	padding:0;
	margin-top:0px;
}

.sf-menu ul li,.sf-menu ul ul li {
	box-shadow:0 1px 2px rgba(0,0,0,0.11);
}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sfHover ul:before {
    width: 20px;
    height: 20px;
    transition: all .5s;
    position: absolute;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    display: inline-flex;
    color: #fff;
    top: 3px;
    left: 20%;
    font-size: 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sf-menu li.sfHover ul li a {
	color:#444 !important;
	font-weight:normal !important;
	font-size:14px !important;
	text-transform:capitalize;
}

.sf-menu li:after {
    bottom: 20px;
    content: "";
    height: 25px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
	opacity:0.3;
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	margin-right:10px;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:5px;
	top:23px;
	font-size:10px;
	content:"\e933";
}

.sf-arrows ul .sf-with-ul:after {
	right:15px;
	content:"\e935";
}

.mobil_menu {
	display:none;
}

.slick-slider {
	position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
     touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	position:relative;
	margin:0px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
	background:transparent;
}

.slick-next:before, .slick-prev:before {
	font-family:"temavadisi";
	font-size:16px;
	color:#444;
    position: absolute;
    top: 40%;
	z-index:7;
	background:#fff;
	width:26px;
	height:26px;
	line-height:26px;
	box-shadow:0 0 10px 0px rgba(0,0,0,.12);
}

.slick-next:before {
	content:"\e935";
	right:-5px;
}

.slick-prev:before {
	content:"\e934";
	left:-5px;
}

.slick-dots {
    position: absolute;
    bottom:10px;
    display:block;
    width: 100%;
    padding:0;
    margin:0 10px;
    list-style:none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin:0 8px;
    padding: 0;
}
.slick-dots li button {
    background:#575757;
    cursor: pointer;
	color:#fff;
	border-radius:50%;
	border:1px solid rgba(255, 255, 255, 0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.6) inset;
	width:30px;
	height:30px;
}

.slick-dots li.slick-active button {
    opacity:0.8;
	transform:scale(1.2);
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

#head {
	position:relative;
	z-index:99;
	background:rgba(51,51,51,.5);
}

#topbar {
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:9px;
		padding:7px 0 0 0;
}
.site-head{	padding: 0 0 8px 0;}

#topbar .row {
	padding-bottom:1px;
	font-size:14px;
}

#topbar span {
	margin-right:15px;
	opacity:.9;
}
#topbar span:after {
    bottom: 20px;
    content: "";
    height: 20px;
    margin: -15px 0 0 10px;    position: absolute;
    top: 50%;
    width: 1px;
}

.sosyal_profil a {
	font-size:16px;
	margin-left:5px;
}
.ototrans, .sosyal_profil {
    display: inline-block;
}
.ototrans a {
    margin: 0 2px;
}
a.btn-style{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 10px;
    color: #fff !important;
    padding: 7px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 8px 15px rgb(217 217 217 / 10%);
	z-index: 99;
}
.btn-style:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transition: transform .3s ease 0s,opacity .3s ease 0s,background-color .3s ease 0s,-webkit-transform .3s ease 0s;
    z-index: -1;
}
  a.btn-style:hover:before, button.btn-style:hover:before {
    opacity: 1;
    color: #fff;
    transform: rotate3d(0,0,1,0deg);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background-color: #161a33;
}  
li.menutel {
    margin-right: 0;
    position: relative;
    float: right;
}

#slideralani {
	/*margin-top:-219px;*/
}



.heading_content {
	display:inline-block;
}

.heading_content p {
	opacity:.8;
	line-height:1.5;
}

.heading_title {
	margin-bottom:20px;
	position: relative;
	z-index: 9;
	displaY:inherit;
}

.defaultpost {
	position:relative;
	margin-bottom:40px;
}

a.posthref {
	display:block;
}

a.posthref:hover {
	opacity:.8;
}

.defaultpost .postimg {
	display:flex;
}

.defaultpost img {
	width:100%;
	height:auto;
}

.defaultpost .post-wrap {
	padding:18px 20px 20px 20px;
	background-color:#fff;
	box-shadow:0 5px 15px 0 rgb(130 136 147 / 25%);
}

.defaultpost .post-title {
	min-height: 67px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f7f7f7;
}

.defaultpost .post-title .baslik {
	margin-top: 8px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.sure {
	color:#ea6053;
	padding:8px 10px 0 0;
	display:inline-block;
	font-size:14px;
}

.defaultpost .aciklama {
	padding:15px 0 5px;
	border-top:1px solid rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
	font-size:14px;
	color:#666;
	position:relative;
}

.defaultpost .aciklama p {
	line-height:1.5;
}

.defaultpost .aciklama div:last-child {
	display:flex;
	justify-content:space-between;
}

.incele {
}

.incele span {
	display:flex;
	align-items:center;
	color:#fff;
	padding:10px 15px 7px;
}

.incele:hover {
	opacity:.8;
}

.defaultpost .fiyat, .arsivpost .fiyat {
	padding:0px 15px 9px;
	font-weight:bold;
	font-size: 24px;
	border-radius:20px;
}

.defaultpost .fiyat small {
	font-weight:normal;
	font-size:10px;
	margin-bottom:3px;
	text-align:center;
	display:block;
	color:#666;
	opacity:.6;
}

.vizeli {
    height:90px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-align:right;
    top:0;
    width:90px;
    z-index:1;
}

.vizeli span {
    height:33px;
    box-shadow:0 3px 12px -7px rgb(0,0,0);
	color:#fff;
    font-weight:bold;
    display:flex;
    align-items:center;
	justify-content:center;
    font-size:10px;
    position:absolute;
    right:0px;
    text-transform:uppercase;
    top:10px;
    width:90px;
	padding:5px;
}

.vizeli span:before {
	font-size:12px;
}

.resim_aciklama {
	margin:30px 0;
	box-shadow:0 1px 7px rgb(0,0,0,.3);
}

.resim_aciklama img {
	width:280px;
	height:auto;
}

.resim_aciklama .resim_content {
	padding:20px;
}

.resim_aciklama .resim_content, .resim_aciklama .resim_content p {
	line-height:20px;
	font-size:14px;
}

.resim_aciklama a:hover {
	color:inherit;
}

.hover_btn {
	margin-top:15px;
	display:inline-block;
	width:100%;
	position:relative;
}

.hover_btn a {
	color:#fff;
	padding:15px 30px;
	border-radius:3px;
	font-weight:600;
	position:relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
}

.hover_btn a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform-origin: 0% 100%;
    transition: transform .3s,opacity .3s,background-color .3s;
}

.hover_btn a:hover {
	opacity:1;
	color:#333;
}

.hover_btn a:hover:before {
	background:#fff;
	opacity: 1;
    transform: rotate3d(0,0,1,0deg);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}

.hizmet-item {
	background:#fff;
	margin-bottom:15px;
}

.hizmet-wrap {
	padding:10px;
	box-shadow:0 5px 15px 0 rgb(130 136 147 / 15%);
}

.hizmet-wrap b {
	display:block;
	font-size:16px;
}

.hizmet-wrap p {
	margin-top:10px;
	font-size:14px;
	color:#656565;
	line-height:1.3;
}

.yorum-item {
	position: relative;
	padding:30px;
	background:#fff;
	border:1px solid #e9e9e9;
	box-shadow:0 5px 15px 0 rgb(130 136 147 / 5%);
	border-radius:10px;
	margin-top:40px;
	margin-bottom:40px;
}

.mbilgi {
	margin-top:15px;
}

img.yorum-image {
	position:absolute;
	left:0;
	top:-50px;
	border-radius:50%;
	width:80px;
}

.musteriadi {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.yorum-desc p {
	font-size:14px;
	line-height:25px;
}

#footer {
	padding:60px 0 40px;
}

.fooyan li {
	display:block;
	margin-right:15px;
	line-height:2;
	position:relative;
	font-size:14px;
}

.fooyan li:before {
	left:-5px;
	content:"-";
	position:relative;
	opacity:.8;
}

.fooyan li a, .foososyal a {
	opacity:.8;
}

.fooyan li:hover a, .foososyal a:hover {
	opacity:1;
}

.altkisim .altbilgi div {
	margin-top:20px;
}

.altkisim .container {
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom:35px;
	margin-bottom:15px;
}

.copywrap {
	justify-content:center;
	padding-top:30px;
}

.foososyal {
	display:flex;
    align-items: center;
}

.sitedesc {
	font-size:13px;
	text-align:center;
	margin:20px 0;
}

#single_page, #cat_page, #contact_page {
	padding:20px 0 67px;
}

.leftcontent {
	padding-right:30px !important;
}

.navi {
	padding: 15px 0 8px 4px;
    margin:0 -5px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f7f7f7;
}

.navi ol {
	overflow:hidden;
}

.navi li {
	list-style-type:none;
	display:inline-block;
}

.navi li a {
}

.navi a, .navi {
	color:#888;
	font-size:11px;
	letter-spacing:1px;
}

.single_baslik {
	margin-bottom:20px;
	text-align:center;
}

.yazibaslik h1 {
	font-size:30px;
    line-height: 31px;
}

.yazibaslik h2 {
	font-weight:normal;
	font-size:25px;
}

.leftcontent, .sidebar {
	margin-top:40px;
}

.yazi_galeri {
	
}

.yazi_galeri .item img {
	max-width:100%;
	max-height:475px;
	height:auto;
	margin:0 auto;
}

.yazi_galeri-nav {
	margin-top:5px;
}

.yazi_galeri-nav .item {
	cursor:pointer;
	margin-right:3px;
}

.yazi_galeri-nav .item img {
	width:165px;
	height:108px;
}

.vizelitag span {
	background: #ff3e3e;
	display:inline-block;
    color: #fff;
    padding:10px 15px;
    box-shadow: 0 1px 9px #ddd;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
	border-radius:4px;
}

.single_content {
	color:#333;
}

.single_content p {
	line-height:22px;
}

#map p {
	line-height:1;
}
#map iframe {
	height:465px!important;
	width:100%!important
}
.single_detay {
	background-color:#f5f5f5;
}

.fiyatlar {
	display:flex;
	justify-content:space-between;
	padding:30px;
}

.fiyatlar div {
	color:#c50000;
	font-size:22px;
	font-weight:600;
	display:flex;
}

.fiyatlar div div {
	flex-direction:column;
	align-items:center;
}

.fiyatlar div b {
	color:#000;
	padding-left:10px;
	font-size:26px;
}

.fiyatlar div small {
	padding-top:5px;
	font-size:12px;
	color:#353535;
}

.ozellikler table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border:1px solid #eee;
}

.ozellikler table tr{
	background-color:#fff;
	font-size:14px;
}

.ozellikler table tr:nth-child(2n){
	background-color:#fafafa;
}

.ozellikler table td{
	border-right: 1px dotted #eee;
	padding:10px;
	text-align:left;
}

.ozellikler table td.baslik {
	width:25%;
}

.ozellikler table tbody td{
	font-weight:600;
	line-height:1.5;
}

.ozellikler table tbody td:nth-child(2n){
	font-weight:normal;
}

.ozellikler table tr td{
	border-right: 1px dotted #eee;
	padding:10px;
	text-align:left;
}

.ozellikler table tr td:last-child{
	border-right: 0 none;
}

.ozellikler table tbody tr:last-child td {
	border-bottom: 0 none;
}

.single_tab {
	
}

.single_tab .tab_content {
	display:none;
}

.single_tab_bas {
	background-color:#eee;
	display:flex;
	border: 4px solid #ddd;
	margin-top:40px;
	margin-bottom:20px;
}

.single_tab_bas li  {
	float:left;
	margin-bottom:-5px;
}

.single_tab_bas li a {
	position:relative;
	display:block;
	color:#000;
	padding:18px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
}

.single_tab_bas li.active a {
	background:#fff;
}

.single_tab_bas li.active a:before {
	position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
}

.single_tab #aciklama ul {
	margin:20px 0;
}

.single_tab #aciklama ul li {
	position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
	display:block;
	line-height:1.5;
}

.single_tab #aciklama ul li:before {
	content:"\e877";
	font-family:"Temavadisi";
	position:absolute;
	left:0;
	font-size:14px;
}

.tabcontact {
	background-color:#eee;
	padding:30px 15px;
}

.tabcontact .sosyal_profil a {
	margin-left:-5px;
	margin-right:15px;
}

.tabform label {
	font-size:14px;
}

.tabform input[type=text], .tabform input[type=number], .tabform input[type=tel], .tabform input[type=email], .tabform textarea, .input-grup input[type=text] {
	display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eee;
    font-size: 12px;
    background-color: #eee;
}

.tabform textarea {
	min-height:80px;
}

.tabform input[type=submit] {
	font-size:10px;
	padding:10px;
}

.tabform input[type=text]:focus, .tabform input[type=number]:focus, .tabform input[type=tel]:focus, .tabform input[type=email]:focus, .tabform textarea:focus, .input-grup input[type=text]:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.rezervasyon_form {
	padding:15px;
}

.rez_butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:10px 0 20px 0;
}

.rez_butonlar span {
	display:flex;
	align-items:center;
	text-align:center;
	flex:0 0 50%;
	margin:0 5px;
	padding:10px 15px;
	border-radius:10px;
	font-size:14px;
}

.rez_butonlar span a {
	color:#fff;
	line-height:20px;
}

.rez_butonlar span i {
	font-size:38px;
}

.rez_butonlar .wpbtn {
	background-color:#25D366;
}

.rez_butonlar .telbtn {
	background-color:#0081d5;
}

.rezervasyonform .formcontrol {
	margin-top:15px;
}

.rezervasyonform .formcontrol label {
	display:block;
	margin-bottom:5px;
}

.rezervasyonform .formcontrol input::-webkit-outer-spin-button,
.rezervasyonform .formcontrol input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rezervasyonform .rezsubmit {
	margin-top:10px;
}

.single_meta {
	padding: 15px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #ecf0f1;
}

.single_meta span {
	margin-right:40px;
	color:#666;
	font-weight:400;
	font-size:12px;
}

.single_meta span a {
	color:#000;
}

.single_meta span i {
	
}

#respond, .yazi-yorumlari {
	margin-top:25px;
	padding:15px 0;
}

.yazi-yorumlari h3 {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:20px;
}

.yorumkural {
	padding:10px;
	color:#929292;
	background:rgba(251,255,0,0.36);
	font-style:italic;
}

.commentlist li {
	list-style:none;
	padding:35px 0px;
}

.commentlist > li {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.commentlist li ul li {
	margin-left:30px;
}

.comment-avatar {
	float:left;
	margin-right:20px;
}

.commentlist li .avatar {
	border-radius:50%;
}

.comment-info {
	margin-bottom:5px;
}

.commentlist li .fn {
	font-size:14px;
	font-style:normal;
	font-weight:600;
	float:left;
	padding-bottom:5px;
}

.commentlist li.comment-author-admin .fn:before {
	font-family:"temavadisi";
	content:"\e8ca";
	margin-right:5px;
}

.commentlist li.comment-author-admin ul.children .fn:before {
	content:"";
}

.commentlist li .comment-meta {
	float:right;
	font-size:12px;
	color:#888;
}

.commentlist li .comment-meta a {
	
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#ff6347;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.comment-date {
	color:#888;
	padding-right:5px;
}

.comment-edit-link {
	color:#888;
	margin-right:5px;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

.commentlist li .comment-content {
	overflow:hidden;
}

.comment-reply-link, .comment-reply-login {
	margin-left:15px;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\e8f0";
	display:inline-block;
	padding-right:5px;
}

.comment-text {
	color:#888;
	font-size:14px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:5px 10px;
	background:#ededed;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

#commentform input[type=text], #commentform input[type=email], #commentform textarea {
	display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eee;
    font-size: 14px;
    background-color: #eee;
}

#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform textarea:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.benzerposts {
	background-color:#ecf0f1;
	padding:30px 0 0;
	margin-top:30px;
}

.benzerposts .baslik {
	margin-bottom:25px;
}

.blog_baslik {
	text-align:left;
}

.blogpost {
	position:relative;
	margin-bottom:40px;
}

a.bloghref {
	display:block;
}

a.bloghref:hover {
	opacity:.8;
}

.blogpost .postimg {
	display:flex;
}

.blogpost img {
	width:100%;
}

.blogpost .post-wrap {
	padding:18px 20px 20px 23px;
	background-color:#fff;
	border:1px solid #f7f7f7;
	margin-top:0px;
}

.blogpost .blogbaslik {
	margin-top: 8px;
    color: #000;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.blogpost .blogdesc {
	color:#353535;
	font-size:14px;
	margin-top:10px;
}

.blogpost .blogdesc p {
	line-height:1.4;
	opacity:.8;
}

.arsivpost {
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
	position:relative;
	display:flex;
}

.arsivpost .postimg {
	margin-right:20px;
	flex:0 0 32%;
}

.arsivpost .post-wrap {
	margin-bottom:10px;
	width:100%;
}

.arsivpost .post-wrap small {
	font-size:14px;
	font-weight:bold;
	display:block;
}

.arsivpost .wrap-top {
	margin:6px 0 20px 0;
}

.arsivpost h2.post-title {
	display:inline-block;
	max-width:75%;
	font-size:22px;
}

.arsivpost .fiyat {
	font-size:20px;
	margin-left:0;
}

.arsivpost .vizeli {
    left:0;
}

.arsivpost .vizeli span {
    transform:rotate(-45deg);
    left:-58px;
}

.arsivpost .postcontent {
	margin-top:-10px;
}

.arsivpost .postcontent p {
	line-height:25px;
}

.arsivpost .postmeta {
	color:#888;
	font-size:12px;
}

.temayan {
	margin-bottom: 25px;
}

.temayan .textwidget, .temayan .textwidget p {
	font-size: 13px;
    line-height: 22px;
	color:#555;
}

.yankapsa .yanbaslik {
	font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
	font-weight: 700;
	margin-bottom:15px;
}

.yanbaslik small {
    font-weight: 500;
    text-transform: initial;
    display: block;
}

.temayan .tagcloud a {
	display: inline-block;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,1,1,.2);
    font-size: 13px !important;
    color: #aaa;
    text-decoration: none !important;
}

.temayan ul li {
	list-style-type:none;
	margin-bottom:10px;
}

.temayan ul li a {
	font-size:14px;;
}

.blog_yazilari .blogpost {
	margin-bottom:10px;
}

.input-grup select {
	display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eee;
    font-size: 14px;
    background-color: #eee;
}

.input-grup select:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.ara_form {
	position:relative;
}

.ara_form .search-field {
	background-color: #eee;
	border: 2px solid #eee;
	color: #888;
	font-size: 14px;
	line-height: 36px;
	padding: 18px 0 16px 20px;
	width: 100%;
}

.ara_form .search-submit {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	color: #fff;
	border: 2px solid transparent;
}

.detayli_arama .formcontrol {
	margin-top:10px;
}

.detayli_arama input.formcontrol, .detayli_arama select.formcontrol {
	height:50px;
}

.detayli_arama .numberfield [type="number"]{
	width:46.9%;
	float:left;
	margin-right:15px;
	margin-top:10px;
	height:50px;
}

.detayli_arama .numberfield [type="number"]:nth-child(even) {
	margin-right:0;
}

.detayli_arama .search-submit.formcontrol {
	padding:8px 15px !important;
	background: rgba(255,255,255, .3);
    box-shadow: none;
}

.iletisim_ust {
	padding: 60px 50px 11px;
    background-color: #fff;
    box-shadow: 0px 3px 18px rgba(35,38,40,.3);
    margin-top: 64px;
}

.iletisim_ust h1 {
	margin-bottom: 47px;
    text-transform: uppercase;
}

.iletisim_formu .input-grup {
	margin-bottom:17px;
}

.iletisim_formu .input-grup label {
	display:block;
    font-size: 13px;
    color: #888;
}

.iletisim_formu input[type=text], .iletisim_formu input[type=number], .iletisim_formu input[type=tel], .iletisim_formu input[type=email], .iletisim_formu textarea {
	display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eee;
    font-size: 14px;
    background-color: #eee;
}

.iletisim_formu input[type=text]:focus, .iletisim_formu input[type=number]:focus, .iletisim_formu input[type=tel]:focus, .iletisim_formu input[type=email]:focus, .iletisim_formu textarea:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.contact_title {
	border-width:0 4px;
	border-style:solid;
	border-top-color:transparent;
	border-bottom-color:transparent;
}

.contact_title span {
	width:50%;
	position: relative;
    display: block;
    color: #232628;
    padding: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

.contact_title span:before {
    position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
}

.contact_info {
	padding:37px 20px 20px;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 14px;
	color:#666;
}

.contact_info .item {
	margin-bottom:20px;
	display:flex;
}

.contact_info .item i {
	border-style:solid;
	border-width:1px;
    border-radius: 50%;
    color: #fff;
    padding: 5px 5px 7px 5px;
	width: 32px;
    height: 32px;
    line-height: 19px;
	margin-right:20px;
}

.contact_info .item span {
    line-height: 19px;
	color: #888;
}

.contact_info .item strong {
	display:block;
	margin-bottom:10px;
	color: #232628;
}

.contact_info .sosyal_profil {
	margin-bottom:15px;
}

.contact_info .sosyal_profil a {
	border:1px solid #ddd;
	border-radius:3px;
	padding:3px;
	margin-left:0;
	margin-right:10px;
}

.hata_content {
	padding:20px 0 70px;
	color:#888;
}

.hata_content p {
	line-height:25px;
}

.hata_content .anadon {
	color:#fff;
	margin-top:20px;
	display:inline-block;
}

#yukari {
	position:fixed;
	bottom:135px;
	right:15px;
	z-index:9999;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	opacity:0;
	border-radius:4px;
}

#yukari .icon-up {
	color:#fff;
}

#yukari:hover {
	background:#fff;
	box-shadow:0 0 4px #999;
}

#yukari.show {
	opacity:1;
}

.gelismis_arama {
	padding:40px 0;
}

.gelismis_arama form {
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.gelismis_arama form span {
    min-width: 225px;
}

.fiyat_bilgi {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 20px;
}

.toplam_fiyat {
    float: right;
    display: block;
    font-size: 24px;
    font-weight: 600;
}

#clbh_phone_div2{
	position: fixed; bottom: -50px; left: -40px; z-index: 80;
}
#clbh_phone_div2 i{
    position: fixed;
    bottom: 103px;
    left: 68px;
    z-index: 880;
    font-size: 25px;
}
#clbh_phone_div{
	position: fixed; bottom: -50px; right: -40px; z-index: 80;
}
#clbh_phone_div i{
    position: fixed;
    bottom: 103px;
    left: 68px;
    z-index: 880;
    font-size: 25px;
}
.cbh-phone{position:fixed;      right: -55px;
    bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:99;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
.cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.cbh-phone.cbh-static1{opacity:.6}
.cbh-phone.cbh-hover1{opacity:1}
.cbh-ph-circle{width:90px;height:90px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-ph-circle-fill{width:54px;height:54px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,1);opacity:1!important}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,1);opacity:1!important}
.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,1);opacity:1!important}

.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:1;-moz-opacity:.1;-webkit-opacity:1;-o-opacity:1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:5;-moz-opacity:5;-webkit-opacity:5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:6;-moz-opacity:6;-webkit-opacity:6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
.cbh-ph-img-circle1 {}
.cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
.cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(0, 242, 164);}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
}
.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}
#clbh_phone_div2 .cbh-ph-circle-fill{
	background:rgb(0 213 57)!important;}
.bakimmodu {
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
background:#ececec;
	color:100%
    left: 0;
    bottom: 0;
}
.bakimmodu .bakim {
	position:fixed;
	z-index:1000000000;
	width:100%;
	height:100%;
background:#fff;
	color:100%;
		padding-top:20%;
	font-size:30px
}
.uygundegil {
    height:120px;
    overflow:hidden;
    position:absolute;
    left:10;
    text-align:right;
    top:0;
    width:120px;
    z-index:1;
}

.uygundegil span {
    height:30px;
    box-shadow:0 3px 12px -7px rgb(0,0,0);
	color:#fff;
    font-weight:bold;
    display:block;
    font-size:10px;
    position:absolute;
    left:-60px;
    text-align:center;
    text-transform:uppercase;
    top:20px;
    transform:rotate(-45deg);
    width:190px;
    background:#ff3e3e;
	padding:9px;
}
p[type=submit] {
	display: flex;
	    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    background-color: #222222;
    box-shadow: 0 2px 0 rgb(0 0 0 / 80%);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .3px;
    border: none;
    padding: 17px 28px 15px;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
	width:50%;
	opacity:0.5;
}

@media only screen and (max-width: 768px) {
	#sidebar {
		width:100%;
	}
	
	#logo {
		margin-bottom:0;
		margin-top:10px;
		width:70%;
	}

	#anamenu, #topbar {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
		
	a.mobnav_bar {
		font-size:32px !important;
		position:absolute;
		top:25px;
		right:30px;
		display:block !important;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
		color:#fff;
	}
	
	a.mobnav_close {
		position:absolute;
		right:20px;
		top:35px;
		color:#fff;
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	
	.logged-in.admin-bar .mobil_menu.acilsin {
		top:40px;
	}
	
	.mobil_menu {
		display:block;
		background-color:#333;
		padding:40px 20px 20px 20px;
		box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		-webkit-box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		left:100%;
		overflow-x:hidden;
		position:fixed;
		top:0;
		width:100%;
		height:100%;
		z-index:99999;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
	}
	
	.mobil_menu.acilsin {
		left:0;
	}
	
	.mobilmenu {
		margin-top:10%;
	}
	
	.mobilmenu li {
		list-style:none;
		display:block !important;
		margin-bottom:5px;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	.mobilmenu a {
		padding-left:20px !important;
		font-size:18px;
		color:#fff;
		display: block;
		padding: 10px 0;
		font-weight: 700;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-size:16px !important;
	}
	
	.mobilmenu li ul li a:before {
		content:"-";
		padding-right:5px;
	}
	
	.mobilmenu .has-sub {
		position:relative;
	}
	
	.mobilmenu .has-sub:after {
		font-family:"temavadisi";
		content:"\e874";
		position:absolute;
		top:15px;
		right:20px;
		cursor:pointer;
		color:#fff;
	}
	
	.mbottom {
		position:relative;
		top:15px;
		color:#aaa;
	}
	
	.mbottom span {
		display:flex;
		margin-bottom:12px;
		line-height:18px;
		font-size:14px;
	}
	
	.leftcontent {
		padding-right:0 !important;
	}
	
	.blogpost img {
		height:auto;
	}
	
	.heading_title, .yazibaslik h1 {
		font-size: 18px !important;
		line-height: 20px !important;
	}

	.resim_aciklama img, .hizmet-item img {
		width:100%;
		height:auto;
	}
	
	.resim_aciklama, .widget_resim-aciklama {
		margin:10px 0 !important;
	}
	
	.foomenu {
		margin-top:25px;
	}
	
	.gelismis_arama form {
		flex-direction:column;
		width:100%;
	}
	
	.gelismis_arama form span {
		margin-bottom:10px;
		width:85%;
	}
	
	.yazi_galeri-nav .item img {
		height:auto;
	}
	
	.single_tab_bas li a {
		padding:18px 15px;
	}
	
}

@media only screen and (max-width: 600px) {
	.arsivpost {
		display:block;
	}

	.arsivpost .postimg, .arsivpost .postimg img {
		width:100%;
		height:auto;
		margin-bottom: 5px;
	}
	
	.arsivpost .wrap-top {
		display: block;
		float: left;
		width: 100%;
	}
	
	.arsivpost h2.post-title {
		max-width:100%;
	}
	
	.arsivpost .fiyat {
		float:left;
	}
	
	.single_tab_bas li {
		display: block;
		width: 100%;
	}
	
	ul#footermenu li {
		margin-bottom: 10px;
	}
	
	.sitedesc.col-12 {
		line-height: 20px;
	}
	
	.iletisim_ust {
		padding:60px 40px 10px;
	}
	
	.fiyatlar {
		padding:30px 5px;
	}
	
	.fiyatlar div {
		display:grid;
		font-size:20px;
		text-align:center;
	}
	
	.rez_butonlar span {
		padding:10px 5px;
		flex-direction:column;
	}
	
	.rez_butonlar span i {
		margin-bottom:5px;
	}

	.rezervasyonform .rezsubmit {
		padding:17px 15px 15px;
	}
}