/*
Theme Name: Vadi Tek Urun
Theme URI: http://demo.temavadisi.com/tekurun
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress tek urun temasıdır.
Version: 7.5
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;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#f7f7f7;
	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;
	color:#41495b;
}

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] {
	background-color:#222222;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	border:none;
	padding:8px 15px;
	-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;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"] {
	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;
}

.wrap { 
	max-width:1140px;
	margin:0px auto;
	padding:0px 15px;
	position:relative; 
}

.section { 
	clear:both;
	padding:0px;
	margin:0px; 
}

.col { 
	display:block;
	float:left;
	margin:1% 0 1% 1%; 
}

.col:first-child { 
	margin-left:0;
}

.group:before, .group:after { 
	content:"";
	display:table; 
}

.group:after { 
	clear:both;
}

.group {
	zoom:1; 
}

.span12 {
	width:100%; 
}

.span11 {
	width:91.58%; 
}

.span10 {
	width:83.16%; 
}

.span9 {
	width:74.75%; 
}

.span8 {
	width:66.33%; 
}

.span7 {
	width:57.91%; 
}

.span6 {
	width:49.5%; 
}

.span5 {
	width:41.08%; 
}

.span4 {
	width:32.66%; 
}

.span3 {
	width:24.25%; 
}

.span2 {
	width:15.83%; 
}

.span1 {
	width:7.416%; 
}

.last {
	margin-right:0 !important; 
}

.screen-reader-text {
	display:none;
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}

.site-head {
	background:#fff;
	padding:15px 0 0;
	box-shadow:0 2px 1px rgba(0,0,0,0.04);
}

.logoyan {
	float:right;
	position:relative;
	padding-left:55px;
	margin-top:20px;
}

.logoyan i {
	font-size:50px;
	position:absolute;
	top:3px;
	left:-15px;
	transform:rotate(-35deg);
}

.logoyan div {
	font-weight:bold;
	font-size:22px;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.logoyan span {
	font-weight:bold;
	font-size:24px;
}

.logoyan .sbuton {
	padding: 15px 50px;
    border-width: 2px;
    border-style: solid;
	border-color:rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
	color:#fff;
}

.logoyan .sbuton:hover {
	background:#fff;
}

#navmenu {
	margin:0px;
}

#navmenu ul > li:hover {
	background:rgba(0,0,0,0.1);
}

#navmenu ul > li > a {
	padding:19px 18px 18px;
	font-weight:bold;
	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;
}

.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);
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	zoom: 1;
}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	padding:10px 0;
	margin-top:0px;
}

.sf-menu ul li,.sf-menu ul ul li {
	background:#fff;
	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 li:hover {
	background:#f7f7f7;
}

.sf-menu li.sfHover ul li a {
	color:#444 !important;
	font-size:15px !important;
}

.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:2px;
	font-size:10px;
	content:"\e874";
}

.sf-arrows ul .sf-with-ul:after {
	right:5px;
	content:"\e877";
}

.mobil_menu {
	display:none;
}

/* Slide Başla */

.home-slide .slide-image {
	height:550px;
}

.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;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
	width:100%;
}

.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-arrow {
    cursor: pointer;
	font-size:22px;
	line-height:42px;
    position: absolute;
    top:40%;
	z-index:1;
	opacity:0.6;
	background:#fff;
	padding:15px 0px;
}

.slick-slider:hover .slick-arrow {
	opacity:1;
}

.slick-arrow.icon-right-open {
	right:-30px;
	box-shadow:6px 0px 15px #aaa;
}

.slick-arrow.icon-left-open {
	left:-30px;
	box-shadow:-6px 0px 15px #aaa;
}

.slide-item {
	position:relative;
}

.slide-text {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 65%;
    font-size: 22px;
    line-height: 30px;
    z-index: 9;
    color: #fff;
    text-shadow: 0 1px 2px #444;
    background: linear-gradient(290deg, rgba(0, 0, 0, 0) 0%, #333 100%);
    padding: 20px 100px 10px;
}

.slide-text h2 {
	margin-bottom:25px;
}

.slick-dots {
    position: absolute;
    bottom:-30px;
    display:block;
	text-align:center;
    width: 100%;
    padding:0;
    margin:0;
    list-style:none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin:0 8px;
    padding: 0;
}
.slick-dots li button {
    background:rgba(0,0,0,0.3);
    cursor: pointer;
	border-radius:50%;
	border:1px solid rgba(255, 255, 255, 1);
	box-shadow:0 1px 2px rgba(0,0,0,0.6) inset;
	width:10px;
	height:10px;
	text-indent:-9999px;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
	transform:scale(1.3);
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

/* Slide Bitir */

.anaside {
	padding:50px 10px 30px;
	background:#fff;
	box-shadow:-3px 2px 5px 0 rgba(0,0,0,.01), 3px 2px 5px 0 rgba(0,0,0,.02);
	line-height:28px;
}

.homewidget {
	margin-bottom:50px;
}

.homewidget .yankapsa {
	margin:0 auto 30px auto;
    width: 100%;
    text-align: center;
}

.homewidget .yanbaslik {
	display:inline-block;
	padding:20px 30px;
	position:relative;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	z-index:9;
	min-width:200px;
}

.homewidget .yanbaslik:before {
	content:"";
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
	transform:skew(34deg, -2deg);
	border-radius:8px;
}

.resim_aciklama .aciklama, .video_aciklama .aciklama {
	padding-left:15px;
}

.video_aciklama iframe {
	max-width:100%;
}

.galeriwidget {
	margin:0 -20px 0 -10px;
}

.widgetresimler .slick-arrow.icon-right-open {
	right:-20px;
}

.galeriresim {
    margin-right:10px;
	position:relative;
	overflow:hidden;
}

.galeriresim a:before {
	font-family:"temavadisi";
	content:'\e816';
	position:absolute;
	font-size:26px;
	top:40%;
	left:45%;
	color:#fff;
	text-shadow:0 3px 3px #000;
	transition:all 0.3s ease 0s;
}

.galeriresim a:hover:before {
	font-size:36px;
	transform:scale(1.1);
	transition:all 0.3s ease 0s;
}

.widgetresimler a img {
	border-width:1px 1px 5px 1px;
	border-style:solid;
	border-color:#ddd #ddd #eee #ddd;
	border-radius:2px;
	outline: 2px solid rgba(255,255,255,.6);
    outline-offset: -13px;
	transition:all 0.3s ease 0s;
}

.widgetresimler a:hover img {
    outline-offset:0px;
	transition:all 0.3s ease 0s;
}

.bilgikutulari {
	
}

.bilgikutu {
	width:32.66%;
	float:left;
	padding:35px 25px;
	border-radius:3px;
	margin-left:1%;
	margin-bottom:15px;
	position:relative;
	min-height:160px;
	color:#fff;
    outline: 2px solid rgba(255,255,255,0.6);
    outline-offset: -10px;
}

.bilgikutu:first-child, .bilgikutu:nth-child(4) {
	margin-left:0px;
}

.bilgikutu .bicon {
	font-size:50px;
	position:absolute;
	left:10px;
}

.bilgikutu .bcont {
	font-size:14px;
	line-height:18px;
	padding-left:70px;
}

.bilgikutu .bcont h4 {
	font-size:18px;
	color:#fff;
}

.bilgikutu .bcont p {
	margin-bottom:0;
}

.yorum-sitem {
	margin:0 30px 30px;
	text-align:center;
}

.yorum-sitem .musteri_meta {
	cursor:pointer;
}

.yorum-sitem .musteri_meta .yorum-image {
	width:140px;
	height:140px;
	transition:all 0.3s ease 0s;
	margin:0 auto;
}

.yorum-sitem .slick-current .yorum-image {
	transform:scale(1.2);
	transition:all 0.3s ease 0s;
	border:1px solid #ddd;
	border-radius:50%;
	padding:10px;
}

.yorum-fitem .yorum-desc {
	display:block;
	padding:0px 50px;
	text-align:center;
	font-size:18px;
}

.yorum-fitem .musteriadi {
	font-weight:bold;
	text-align:center;
}

.wpcf7-form label {
	line-height:36px;
}

.siparisformu .wpcf7-submit {
	width:100%;
	padding:20px;
}

.siparisformu .tam {
	padding:10px;
	margin-bottom:10px;
	height:auto;
	border:4px solid #e1e1e1;
}

.siparisformu .yarim {
	width:49.62%;
	padding:10px;
	margin-bottom:10px;
	height:auto;
	border:4px solid #e1e1e1;
}

.siparisformu .ceyrek {
	width:24.5%;
	padding:10px;
	margin-bottom:10px;
	height:auto;
	border:4px solid #e1e1e1;
}

.blog_yazi:nth-child(4) {
	margin-left:0;
}

.blog_yazi .postimg {
	position:relative;
}

.blog_yazi .postimg a {
	display:flex;
}

.blog_yazi .postimg img {
	width:100%;
	border-radius:3px;
}

.blog_yazi .postimg .icon-link {
	position:absolute;
	height:50px;
	padding:10px 20px;
	font-size:22px;
	background:#fff;
	border-radius:3px;
	left:50%;
	top:50%;
	opacity:0;
	transform:translate(-50%, -50%) scale(.1);
	transition:all .2s ease-in-out;
}

.blog_yazi:hover .postimg .icon-link {
	opacity:1;
	transform:translate(-50%, -50%) scale(1);
}

.blog_yazi .post-wrap {
	overflow:hidden;
	padding:10px;
}

.blog_yazi .post-title {
	font-size:22px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.blog_yazi .devami {
	display:inline-block;
	padding:5px 15px;
	font-size:13px;
}

.blog_yazi:hover .devami a {
	color:#fff;
}

#footer {
	margin-top:15px;
	box-shadow:0px -1px 15px rgba(0,0,0,0.2);
}

.copyright {
	padding:60px 0;
	color:#fff;
}

.copyright .footermenu {
    margin:15px 0;
}

.copyright .footermenu li {
    list-style:none;
    display:inline-block;
    margin-right:10px;
	position:relative;
	padding-left:5px;
}

.copyright .footermenu li:before {
    font-family:"temavadisi";
    content:"\e97d";
    font-size:10px;
	position:absolute;
	left:0;
}

.copyright .footermenu li {
    opacity:0.6;
}

.copyright .footermenu li:hover {
    opacity:1;
}

.sosyal_profil {
	float:right;
}

.sosyal_profil a {
	font-size:32px;
	margin-right:5px;
}

.sosyal_profil a:hover {
	opacity:0.6;
}

.kat_baslik {
	margin-top:20px;
	padding:10px;
}

.contkapsa {
	margin-left:0;
}

#pagekapsa .content {
    padding: 20px 10px 20px;
    background: #fff;
    box-shadow: -3px 2px 5px 0 rgba(0,0,0,.01), 3px 2px 5px 0 rgba(0,0,0,.02);
    line-height: 28px;
}

.arsivyazi {
	overflow:hidden;
	margin-bottom:25px;
}

.arsivyazi .postimg {
	float:left;
	width:150px;
	height:150px;
}

.arsivyazi .post-wrap {
	width:64%;
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	float:left;
	padding:0 10px 0 15px;
}

.arsivyazi .devami {
	display:inline-block;
	padding:5px 15px;
	font-size:13px;
}

.arsivyazi:hover .devami a {
	color:#fff;
}

.sayfalama {
	display:none;
}

.pix-wrapper.pix-load-more {
    clear:both;
    text-align:center;
}

.temayan {
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    box-shadow:-1px 0 6px rgba(0,0,0,0.1);
	overflow:hidden;
}

.temayan ul {
    list-style:none;
}

.temayan ul li {
    margin-bottom:5px;
}

.yankapsa {
    margin-bottom:10px;
}

.yanbaslik {
    text-transform:uppercase;
    font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}

.yazi-yorumlari {
	padding:40px 0 10px;
	margin:20px 0 10px;
	border-top:1px solid #ddd;
}

#comments h3, #respond h3 {
	font-size:22px;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:15px;
}

.respond_button {
	background:#eaeaea;
	padding:10px 20px;
	border-radius:3px;
	font-weight:bold;
	color:#999;
	display:inline-block;
	float:right;
}

.respond_button:hover {
	color:#fff !important;
}

.yorum-politik {
	padding-bottom:10px;
	color:#666;
}

.commentlist li {
	list-style:none;
	padding:10px 0;
	margin:5px 0;
}

.commentlist li ul li {
	margin-left:30px;
}

.commentlist li header {
	overflow:hidden;
}

.commentlist li .avatar {
	float:left;
	border-radius:50%;
	margin-right:10px;
}

.commentlist li .fn {
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
}

.commentlist li .says {
	display:none;
}

.commentlist li .comment-meta {
	text-align:right;
}

.commentlist li .comment-meta a, .commentlist li .comment-edit {
	color:#bbb;
	font-size:11px;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#ff6347;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

.commentlist li .comment-content {
	padding:5px 20px;
	border:1px solid #eaeaea;
	border-radius:3px;
}

.comment-reply-link, .comment-reply-login {
	color:#999;
	font-size:11px;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\f122";
	display:inline-block;
	padding-right:5px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:10px;
	background:#f7f7f7;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

#respond {
	padding:40px 0 10px;
	margin:20px 0 10px;
	border-top:1px solid #ddd;
}

.etiketler {
	border-top:1px solid #f7f7f7;
	padding:20px 0;
}

.etiketler a {
	font-size:12px;
	color:#999;
	text-transform:capitalize;
}

.yazi_icerik .content a {
	font-weight:bold;
}

.yazi_icerik img {
	max-width:100%;
	height:auto;
}

.yazi_icerik p {
	line-height:25px;
}

.yazi_icerik ul {
	list-style:disc inside;
	margin:10px 5px;
	line-height:25px;
}

.yazi_icerik ol {
	list-style:decimal inside;
	margin:10px 5px;
	line-height:25px;
}

.yazi_icerik ul li, .single_content ol li {
	margin-bottom:5px;
}

.yazi_icerik h2 {
	line-height:30px;
}

.yazi_icerik iframe {
	max-width:100%;
}

#hata_sayfasi h1 {
	text-transform:uppercase;
}

#hata_sayfasi .content {
	padding:100px 0;
	position:relative;
}

#hata_sayfasi .content_wrap:before {
	content:"404";
	font-size:280px;
	font-weight:bold;
	opacity:0.2;
	position:absolute;
	left:0;
	top:45%;
	right:0;
	text-align:center;
}
.temayan .bilgikutulari .bilgikutu{
	width:100%;
}

@media only screen and (max-width: 768px) {
	#logoyan, #sidebar {
		width:100%;
	}
	
	#logo {
		margin-bottom:0;
		width:70%;
	}

	#anamenu, #sidebar {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
		
	a.mobnav_bar {
		font-size:32px !important;
		position:absolute;
		top:20px;
		right:30px;
		display:block !important;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
	}
	
	a.mobnav_close {
		position:absolute;
		right:20px;
		top:25px;
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	
	.mobil_menu {
		display:block;
		background-color:#fff;
		background-size:50%;
		background-repeat:no-repeat;
		background-position:bottom center;
		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:15px;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	.mobilmenu a {
		padding-left:20px !important;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-weight:normal !important;
		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:"\e87c";
		position:absolute;
		top:13px;
		right:20px;
		cursor:pointer;
	}
	
	.logoyan {
		float:left;
		width:100%;
		margin-bottom:10px;
	}
	
	.home-slide .slide-image {
		height:300px;
	}
	.slick-arrow {
    top:30%;
}
	
	.slide-text {
		bottom:0;
		font-size:14px;
		line-height:18px;
		width:100%;
		padding:20px;
	}
	
	.slick-arrow.icon-right-open {
		right:0;
	}
	
	.slick-arrow.icon-left-open {
		left:0;
	}
	
	.homewidget .yanbaslik {
		font-size:18px;
		padding:15px 25px;
	}
	
	.widgetresimler .slick-arrow.icon-right-open {
		right:10px;
	}
	
	.bilgikutu {
		width:100%;
		margin-left:0;
	}
	
	.resim_aciklama .resim, .resim_aciklama .aciklama, .video_aciklama .video, .video_aciklama .aciklama {
		width:100%;
		margin-left:0;
		padding-left:0;
	}
	
	.siparisformu .col.span5 {
		margin-bottom:15px;
	}
	
	.siparisformu .col.span5, .siparisformu .sform {
		width:100%;
	}
	
	.siparisformu .yarim {
		width:49.2%;
	}
	
	.siparisformu .ceyrek {
		width:24%;
	}
	
	.video_aciklama iframe {
		width:100%;
	}
	
	.blog_yazi {
		width:100%;
		margin-left:0;
	}
	
	.copyright {
		text-align:center;
	}
	
	.sosyal_profil {
		float:none;
		margin-bottom:15px;
	}
	
	.contkapsa {
		width:100%;
	}
	
	#comments h3, #respond h3 {
		font-size:16px;
	}
	
	.respond_button {
		padding:5px 15px;
	}
	
}
@media only screen and (max-width: 500px) {	.home-slide .slide-image {
		height:200px;
	}}