@charset "UTF-8";
/*
Theme Name: Promolas v1.0
Theme URI: https://promolas.com
Author: Yusuf Y.
Author URI: https://promolas.com
Description: Bu tema, Promolas için özel yapılmıştır, izinsiz kopyalanamaz.
Requires at least: WordPress 5.2.2
Version: 1.0
Text Domain: promolasv1

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.mmenu,.mmenuicon,.marama,.mmenu-nav,.mcontact{
	display:none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px
}
h4{
	font-size: 16px;
}
h5,h6{
	font-size: 13.5px;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: normal;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #d4d4d4;
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}


table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	font-size: 15px;
    font-size: 1.5rem;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

input:focus,
textarea:focus {
	background-color: inherit;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .6;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
/* Promolas Tema */

::-webkit-input-placeholder {
	color: #fafafa;
	opacity: 0.7;
	font-family: sans-serif;
}
:-moz-placeholder {
	color: #fafafa;
	opacity: 0.7;
	font-family: sans-serif;
}

::-moz-placeholder {
	color: #fafafa;
	opacity: 0.7; /* Since FF19 lowers the opacity of the placeholder by default */
	font-family: sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}

a:visited{
	color:initial;
}

iframe{
	margin-bottom:-5px;

}

input[type="search"],input[type="text"],input[type="email"],input[type="tel"],input[type="number"]{
    padding: 5px;
    background: inherit;
    color: #2f2828;
    border: none;
    border-bottom: 1px solid #b9b9b9!important;
    transition: all .20s;
	border-radius: 3px;
}

textarea{
    padding: 5px;
    background: inherit;
    color: #2f2828;
	border: 1px solid #ddd!important;
	border-radius: 5px;
    transition: all .20s;
}
input, textarea{
	margin: 7px 3px;
}

textarea:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="search"]:focus, input[type="text"]:focus,input[type="number"]:focus{
	outline: 0;
	-webkit-box-shadow: #3a3a3a 0 0 3px;
    -moz-box-shadow: #3a3a3a 0 0 3px;
	box-shadow: #3a3a3a 0 0 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
    border-radius: 7px;
    padding: 7px 7px;
    background: inherit;
    margin: 0 5px;
    letter-spacing: .4px;
    color: #2f2828;
	border-color: #ddd;
    font-size: 11px;
    transition: all .20s;
}

header#header button[type="submit"]{
	color: #dddddd;
}

button[type="submit"]:hover, input[type="submit"]:hover, input[type="button"]:hover{
	-webkit-box-shadow: #e4e4e4 0px 0px 4px 0px;
    -moz-box-shadow: #e4e4e4 0px 0px 4px 0px;
    box-shadow: #e4e4e4 0px 0px 4px 0px;
}

body{
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
	min-width:1024px;
}

body main.site-main{
	padding-top: 65px;
	padding: 65px 0 0 0;
}

body header#header{
    background: #28272b;
	-webkit-box-shadow: #28272b 0px 1px 5px;
    -moz-box-shadow: #28272b 0px 1px 5px;
    box-shadow: #28272b 0px 1px 5px;
}
body .content-area{
	width: 98%;
    margin: auto;
    max-width: 1500px !important;
	/*-webkit-box-shadow: #bbb 0px 0px 6px;
    -moz-box-shadow: #bbb 0px 0px 6px;
    box-shadow: #bbb 0px 0px 6px;*/
}

/* Header */

header#header{
    z-index: 5;
    width: 100%;
	position:fixed;
	transition: all .5s, left 0s;
	min-width:1024px;
}
.headersabit{
    background: #28272b;
	-webkit-box-shadow: #28272b 0px 1px 5px;
    -moz-box-shadow: #28272b 0px 1px 5px;
    box-shadow: #28272b 0px 1px 5px;
}

.header-div{
	margin: 0 auto;
	height: 65px;
	width:96%;
	max-width: 1500px !important;
}

.logo-div,.logo-img{
	height:60px;
	width:auto;
}


.logo-div, .ustmenu-div{
	float: left;
    font-size: 13.5px;
    letter-spacing: .2px;
    height: 63px;
}
nav[role="navigation"]{
	height:100%;
}

.bar-s{
    float: right;
    overflow: hidden;
    display: table;
    /*position: absolute;*/
    height: 63px;
    right: 0;
    border-radius: 0 0 0 25px;
    padding: 0 15px 0 0;

}

.arama form{
    border-radius: 25px;

	display:table-cell;
	vertical-align:middle;
}

.arama form div{
    box-shadow: #bbb 0px 0px 5px -1px;
    border-radius: 20px;
    padding: 0;
    margin: 0 10px;
    background: #353535;
	transition: background .2s;
	display: table;
}
.arama:hover form div{
	background: #fafafa;
}

.arama input[type="search"]:focus{
	box-shadow: none;
}

.arama:hover input[type="search"] {
    width: 240px;
    padding: 0 6px;
}
header#header .arama input[type="search"]{
    font-size: 13px;
    color: #2b2b2b;
}
.arama input::-webkit-input-placeholder {
	color: #969696;
	opacity: 0.7;
	font-family: sans-serif;
}
.arama input:-moz-placeholder {
	color: #969696;
	opacity: 0.7;
	font-family: sans-serif;
}

.arama input::-moz-placeholder {
	color: #969696;
	opacity: 0.7; /* Since FF19 lowers the opacity of the placeholder by default */
	font-family: sans-serif;
}

header#header .arama:hover button[type="submit"] {
    background: #353535;
    color: #ffffff;
}

.arama button[type="submit"] {
	color: white;
    float: right;
    width: 31px;
    height: 32px;
    border-radius: 50%;
    background: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: none;
    margin: -1px -1px 0 0;
}

.arama input[type="search"] {
    border: none !important;
    background: none;
    outline: none;
    padding: 0;
    color: white;
    font-size: 13.5px;
    margin: 0;
    transition: 0.3s;
    line-height: 30px;
    width: 0px;
	border-radius: 25px;
    text-indent: 10px;

}

.lang-select,.arama{
	vertical-align: middle;
    display: table;
	float:left;
	height:100%;
}
.lang-select{
	margin: 0 0 0 26px;
}

.lang-select ul{
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.lang-select ul a{
    color: #cacaca;
    font-size: 11px;
	text-transform: uppercase;
    font-weight: bold;
}
.lang-select ul li{
	transition: all .15s;
	padding:1px;
}
.lang-select ul li:Hover{
	color:#f1f1f1;
	text-shadow: #fff 0px 0px 1px;
}

.lang-select .current-lang a{
	color:#f1f1f1;
}
.lang-select li:not(.current-lang){
	opacity: 0.6;
}
.lang-select li:not(.current-lang):hover{
	opacity: 1;
}
.contact{
	float: left;
    padding: 0 5px 0 27px;
    display: table;
    height: 100%;
    border-left: 1px solid #757476;
}
.contact ul{
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    margin: 0;
}
.contact ul li{
    padding: 1px;
    margin: 0;
}
.contact ul a,.contact ul a:visited {
    color: #f1f1f1;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: .2px;
}
.contact ul li a i{
    font-size: 18px;
    display: table-cell;
    padding: 0 5px 0 0;
    margin: 2px 0 0 -22px;
	position: absolute;
}

.ustmenu-div .menu-nav{
	transition:all .15s;
	padding:0;
	margin:0;
	list-style-type: none;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
}
.ustmenu-div .menu-nav > li > a {
	padding: 10px 9px;
    margin: 10px 5px;
	cursor: pointer;
}

.ustmenu-div .menu-nav > li:hover > a{
	color: #cccccc;
	color: #ccccccbf;
}

.ustmenu-div .menu-nav, .menu-nav ul{
	list-style-type:none;
}

.ustmenu-div .menu-nav > li {
	display:inline-block;
}

.ustmenu-div .menu-nav li a{
	color:#fff;
    transition: all .15s;
}

.ustmenu-div .menu-nav li.menu-item-has-children > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all .15s;
    background: #28272b;
	background: rgba(40, 39, 43, 0.9);
    padding: 0;
    width: 190px;
    margin: 10px 0;
}
.ustmenu-div .menu-nav li.menu-item-has-children:hover > ul {
    visibility: visible;
	opacity: 100;
	z-index:99;
}
.ustmenu-div .menu-nav li.menu-item-has-children ul li{
    border-bottom: 1px solid #434240;
	border-bottom: 1px solid #434240e3;
}
.ustmenu-div .menu-nav li.menu-item-has-children ul li a{
    padding: 10px;
    display: block;
	cursor: pointer;
}
.ustmenu-div .menu-nav li.menu-item-has-children ul li.menu-item-has-children:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.ustmenu-div .menu-nav li.menu-item-has-children ul li.menu-item-has-children:before{
    content: "\f054";
	float: right;
	height: 42px;
    padding: 15px;
    clear: both;
}

.ustmenu-div .menu-nav li.menu-item-has-children:hover ul li.menu-item-has-children ul {
	z-index: -1;
	min-width: 220px;
	border-radius: 0 10px 0 0;
	margin: -41px 0 0 120px;
    width: max-content;
	visibility: hidden;
    opacity: 0;
    position: absolute;
	transition: all .1s;
}
.ustmenu-div .menu-nav li.menu-item-has-children:hover ul li.menu-item-has-children:hover ul {
    visibility: visible;
	opacity: 100;
	margin: -41px 0 0 190px
}

header#header input[type="search"]{
	color: #f1f1f1;
}

/* Footer */
footer{
	clear: both;
	background: #28272b;
	color:#f1f1f1;
    font-size: 14px;
	min-height: 250px;
	padding-top: 20px;
}
footer a,footer a:visited{
	color:#f1f1f1;
}
footer ul, footer ol{
	margin: 0;
}
footer .widget-area{
	margin: 0 auto;
    display: table;
	overflow: hidden;
}

footer .widget-title{
	text-transform: uppercase;
	font-size: 19px;
    font-size: 1.9rem;
}

footer .widget{
    float:left;
    min-height: 150px;
	padding: 0 20px;
}
footer .widget_text .textwidget{
	padding: 15px 10px;
}
footer .widget_text, footer .widget_sow-iletisim-footer{
	max-width: 350px;
}
footer .widget_promolas-sosyal-footer i.fa{
	font-size:20px;
	margin: 0 5px 0 0;
}

footer .widget > *{
	padding: 10px;
}
footer div[class^="so-widget"] {
	padding: 0;
}
footer div[class^="so-widget"] >  * {
	padding: 10px;
}

footer .widget ul{
	list-style-type: none;
}

.footer-aciklama{
    background: #2d2d31;
    text-align: right;
    padding: 10px 20px;
    font-size: 14px;
}

.footer-aciklama a{
	color: #f1f1f1;
}

/* Widget */

.widget{
	word-break: break-word;
}
.widget_media_video .widget-title{
	padding: 10px 20px;
    color: #f7f7f7;
	background: #000;
}
.widget_media_audio .widget-title{
	padding: 10px 20px;
    color: #f7f7f7;
	background: #222;
    border-bottom: 1px solid #000;
}

main .widget{
	/*-webkit-box-shadow: #000 1px 1px 5px;
    -moz-box-shadow: #000 1px 1px 5px;
    box-shadow: #000 1px 1px 5px;*/
    position: relative;
    z-index: 3;
}
main .widget_text{
    padding: 35px;
    background-color: #efefef;
    z-index: 2;
}
main .widget_text .widget-title{
    padding: 15px 0 2px;
	text-shadow: #a2a2a2 0px 0px 3px;
    position: relative;
    margin: 0;
    color: #444;
    font-size: 27px;
}
main .widget_text .textwidget{
    padding: 20px;
	text-shadow: #a2a2a2 0px 0px 2px;
    line-height: 1.6;
}

main .widget_smartslider3{
	-webkit-box-shadow: #000 1px 1px 5px;
    -moz-box-shadow: #000 1px 1px 5px;
    box-shadow: #000 1px 1px 5px;
    position: relative;
    z-index: 3;
	background: #28272b;
	margin: 10px;
}
.sow-features-feature{
	background-color: #e6e6e6;
	min-height:300px;
	transition: all .15s;
}
main .widget_sow-features-slider{
	z-index: 4;
	box-shadow: none;
}
.widget_sow-features-slider .owl-item{
	transition: all .25s;
}

.widget.arpw-widget-lastest .widget-title{
	background: #28272b;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	box-shadow: 0px 0px 3px 0px #000;
}

:root{
	--gheight: 380px;
}
.widget_sow-features-slider .owl-stage-outer{
	height: calc(var(--gheight) + 70px);
	margin:0 0 -70px 0;
	clear:both;
	top:-35px;
}

.widget_sow-features-slider .owl-nav{
	color: #fff;
	font-size: 80px;
	transition: all .2s;
}
.widget_sow-features-slider .owl-prev{
    left: 0;
    position: absolute;
    top: 0;
	height: var(--gheight);
	margin: 0;
	width: 50px;
}
.widget_sow-features-slider .owl-next{
    right: 0;
    position: absolute;
    top: 0;
	height: var(--gheight);
	margin: 0;
	width: 50px;
}
.widget_sow-features-slider .owl-prev span,.widget_sow-features-slider .owl-next span {
	vertical-align: super;
}
.widget_sow-features-slider .owl-prev:hover, .widget_sow-features-slider .owl-next:hover{
	color:#d8d8d8 !important;
}

.widget_sow-features-slider .sow-features-feature{
	margin:0;
	margin-bottom: 0 !important;
	background-color: #e6e6e6;
	height: var(--gheight);
	padding: 0 !important;
	/*justify-content: center;*/
	transition: all .3s;
	border: 2px solid #353337;
	text-align:center;
	display: block;
}

.widget_sow-features-slider .owl-item .sow-resim{
	filter: grayscale(100%);
	transition: all .3s;
	height: calc(var(--gheight) / 1.4);
    box-shadow: #020202 0px 15px 18px -16px;
    margin: 10px;
}
.borderimg{
	opacity:0;
	height:0;
	visibility: hidden;
	transition: all .4s;
    margin: 0 auto;
}
.center .borderimg {
    height: 30px;
    width: 200px !important;
    opacity: 0.6;
	visibility: visible;
}

.widget_sow-features-slider .owl-item,.widget_sow-features-slider .sow-features-feature,.widget_sow-features-slider .owl-item .sow-resim {
	border-radius: 5px;
}

.widget_sow-features-slider .owl-item:hover .sow-resim{
	filter: grayscale(0%) !important;
    box-shadow: #020202 0px 8px 18px -6px;
}
.widget_sow-features-slider .owl-item.center .sow-resim{
	filter: grayscale(0%) !important;
}

.widget_sow-features-slider .owl-item .textwidget{
	margin: auto 0;
}

.widget_sow-features-slider .owl-stage-outer .owl-stage{
	top: 35px;
}


.widget_sow-features-slider .sow-features-list .sow-features-feature p{
	margin: 0 0 10px 0;
}
.widget_sow-features-slider .sow-features-list .sow-features-feature p:last-child{
	margin: 0 0 25px 0;
}

.widget_sow-features-slider .owl-item .sow-icon-container:before{
	transition: all .3s;
    margin: 0 auto;
	text-shadow:0px 0px 4px;
}

.widget_sow-features-slider .sow-features-list .sow-features-feature h5{
	transition: all .3s;
	margin: 0 auto;
	/*margin-top: 20px;*/
	margin: 0 10px;
	font-size:16px;
    text-shadow: 0px 0px 1px;
	padding: 10px 0;
	/*border-top: 1px solid #262428;*/
	border-bottom: 1px solid #262428;
	/*box-shadow: #262428 0px 1px 14px -5px;*/
}
.widget_sow-features-slider .owl-item.center .sow-features-feature h5{
	font-size:18px;
}

.widget_sow-features-slider .owl-item.active:not(.center).owl-item.owson:hover, .widget_sow-features-slider .owl-item:not(.center):hover,.widget_sow-features-mod .sow-features-feature:hover{
	transform: scale(1.03);
	-webkit-box-shadow: #060606 0px 0px 4px 1px;
    -moz-box-shadow: #060606 0px 0px 4px 1px;
	box-shadow: #060606 0px 0px 4px 1px;
	z-index: 5;
}
.widget_sow-features-slider .owl-item.center, .widget_sow-features-mod .sow-features-feature:nth-child(2), .sow-features-feature:nth-last-child(2){
    transform: scale(1.1);
	-webkit-box-shadow: #151515 0px 0px 5px 1px;
    -moz-box-shadow: #151515 0px 0px 5px 1px;
    box-shadow: #151515 0px 0px 5px 1px;
	z-index:7;
}
.widget_sow-features-mod .sow-features-feature:nth-child(2){
	z-index:7;
}
.widget_sow-features-slider .owl-item.center:hover, .widget_sow-features-mod .sow-features-feature:nth-child(2):hover, .sow-features-feature:nth-last-child(2):hover{
	transform: scale(1.13);
	-webkit-box-shadow: #060606 0px 0px 5px 1px;
    -moz-box-shadow: #060606 0px 0px 5px 1px;
	box-shadow: #060606 0px 0px 5px 1px;
}
.widget_sow-features-slider .owl-item.active:not(.center){
    transform: scale(1.05);
	-webkit-box-shadow: #151515 0px 0px 5px 1px;
    -moz-box-shadow: #151515 0px 0px 5px 1px;
    box-shadow: #151515 0px 0px 5px 1px;
	z-index:6;
}
.widget_sow-features-slider .owl-item.active:not(.center):hover{
	transform: scale(1.08);
	-webkit-box-shadow: #060606 0px 0px 5px 1px;
    -moz-box-shadow: #060606 0px 0px 5px 1px;
	box-shadow: #060606 0px 0px 5px 1px;
}
.widget_sow-features-slider .owl-item.active:not(.center).owson{
    transform: scale(1);
	z-index:5;
}
/*.widget_sow-features-slider .owl-carousel .owl-stage, .widget_sow-features-slider .owl-item{
	display:flex;
}*/
.widget_sow-features-slider .imgurl{
	width: inherit;
    text-align: center;
}


main .widget_sow-features-mod,main  .widget_sow-features{
	z-index:4;
}

.widget_sow-features-mod .sow-features-list{
	display: flex;
}

.widget_sow-features-mod .sow-features-feature .textwidget{
	height:100%;
}
.sow-cta-base{
	font-family: 'Open Sans', sans-serif;
}
.sow-cta-title{
	font-size: 24px;
}

.custom-html-widget{
    margin-bottom: -4px;
}

.widget-area-cat{
	width: 24.288%;
    max-width: 300px;
	border-right: 1px solid #ddd;
	background: #fff;
}

.widget-title-cat{
	font-size: 18px;
    padding: 10px 10px 10px 20px;
    background-color: #585858;
    color: #efefef;
	text-shadow: #0a0a0a 1px 1px 10px;
    box-shadow: #272727 0px 3px 5px -4px;
}
.widget-area-cat ul{
	list-style: none;
    margin: 0;
}

.widget-area-cat ul a{
    color: #444444;
    font-size: 12px;
    letter-spacing: .15px;
    font-family: sans-serif;
    padding: 3px 10px;
    width: 100%;
    display: block;
    transition: all .1s;
	border-bottom: 1px solid #e2e2e2;
	transition: background .20s;
}

.widget-area-cat ul a:hover{
    color: #000;
    background: #fff;
}
.widget-area-cat ul.menu > li.menu-item-has-children > a:before{
	content: "\f054";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	float: left;
    margin: 3px;
    color: #909090;
	text-indent:0px;
}
.widget-area-cat ul.menu > li > a:before{
	content: " ";
	margin: 3px 0 0 15px;
}
.widget-area-cat ul.menu > li > a{
	text-indent:5px;
    padding: 5px;
	font-weight: bold;
}


.widget-area-cat ul li ul li{
	text-indent: 23px;
}
.widget-area-cat ul li ul li ul li{
	text-indent: 46px;
}
.widget-area-cat ul li ul li ul li ul li{
	text-indent: 69px;
}
.widget-cat > div{
    margin: 12px 12px 40px 12px;
}

.promolas-resim > article{
	color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px 50px 50px;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.promolas-resim > article p{
    margin-bottom: 15px;
}
.widget_media_image .widget-title{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
    background: #ffffff8c;
    padding: 20px;
}

/* İcerik */

.page-header{
	/*-webkit-box-shadow: 0 6px 5px -4px #dadada;
    -moz-box-shadow: 0 6px 5px -4px #dadada;
    box-shadow: 0 6px 5px -4px #dadada;*/
    width: 100%;
    background: #eee;
	position:relative;
}

.page-header .page-title{
	margin: 0;
    padding: 11px 10px 11px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #212123;
}
.page-header .page-title a{
	color: #5a5a5f;
}
.page-header .page-title > h1 {
	display: inline;
	font-size:15px;
}
.page-title .fa-home{
    font-size: 23px;
	transition: all .3s;
}
.page-title .fa-home:hover{
    text-shadow: #a0a1b9 0px 0px 8px;
}
.kategoriok{
    text-shadow: #7d7e9e 1px 1px 2px;
	margin: 0 5px;
}
.content-area-cat{
	overflow:hidden;
	background-color: #eee;
	display: block;
    height: 100%;
}
.content-area-cat article {
    padding: 20px;
    float: left;
    width: 23%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 10px calc(1.165% - 1px);
    box-shadow: 0px 0px 9px -3px #909090;
    border-radius: 4px;
}
.content-area-cat article:nth-child(4n+0){
	margin: 10px 6px 10px 1%;
}

.content-area-cat .pagination, .content-area-cat .loadmore{
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
	clear:both;
	background: #fff;
	margin: 14px 6px 14px 1.165%;
    border-radius: 4px;
    box-shadow: 0px 0px 9px -3px #909090;
}
.content-area-cat .loadmore{
	font-weight: bold;
	cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.content-area-cat .loadmore:hover{
	text-decoration: underline;
}
.loadmoreanim {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 16px;
}
.loadmoreanim div {
  position: absolute;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #484848;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loadmoreanim div:nth-child(1) {
  left: 6px;
  animation: loadmoreanim1 0.6s infinite;
}
.loadmoreanim div:nth-child(2) {
  left: 6px;
  animation: loadmoreanim2 0.6s infinite;
}
.loadmoreanim div:nth-child(3) {
  left: 26px;
  animation: loadmoreanim2 0.6s infinite;
}
.loadmoreanim div:nth-child(4) {
  left: 45px;
  animation: loadmoreanim3 0.6s infinite;
}
@keyframes loadmoreanim1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadmoreanim3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loadmoreanim2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


.content-area-cat .pagination .page-numbers{
	margin: 0 3px;
}

.content-cat{
    width: 100%;
    float: left;
	overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat-page-title{
	font-size: 18px;
    display: inline;
    vertical-align: text-bottom;
}
.category-desc{
	color: #383838;
    font-size: 12.5px;
    padding: 11px 10px 11px 20px;
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 9px -3px #909090;
	margin: 14px 6px 14px 1.165%
}
.category-desc p{
	margin: 0;
}
.table-cat{
	margin: 0;
	height: 100%;
	display:table;
	width:100%;
}
.table-cat > div{
	display:table-row;
}
.button-cat{
    border: 1px solid;
    border-radius: 7px;
    padding: 7px 0;
    display: block;
    background: inherit;
    letter-spacing: .4px;
    border-color: #ddd;
    font-size: 11px;
    transition: all .12s;
    font-weight: 700;
    color: #519a11;
}
.button-cat:visited{
    color: #519a11;
}

.td-button-cat{
	vertical-align: bottom;
    text-align: center;
	min-width:115px;
	padding-top: 20px;
    padding: 20px 0 0 0;
}


.button-cat:hover{
	-webkit-box-shadow: #2e5809 0px 0px 4px 0px;
    -moz-box-shadow: #2e5809 0px 0px 4px 0px;
    box-shadow: #2e5809 0px 0px 4px 0px;
    color: #3f790c;
}

.post-thumbnail{
	padding: 0 5%;
    max-width: 220px;
    margin: 0 auto;
}

.post-thumbnail img{
	border-radius: 10px;
    box-shadow: #000 0px 0px 5px -2px;
	width: 100% !important;
}
.post-thumbnail img:hover{
	box-shadow: #000 0px 0px 5px -1px
}

.entry-div{
    width: 100%;
}
.entry-div, .td-button-cat{
	display:table-cell;
}

.entry-area{
    vertical-align: top;
	padding: 5px 2px;
}
.entry-area .entry-header{
	border-bottom: 1px solid #ddd;
	overflow:hidden;
    min-height: 50px;
    display: table;
	width: 100%;
}
.entry-area .entry-title{
    font-size: 15px;
    clear: none;
	width: 100%;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}
.entry-area .entry-title a{
	color: #545454;
    text-shadow: #d4d4d4 0px 0px 9px;
	word-break: break-word;
}
.urunbilgi{
    margin: 0 0 5px 0;
	font-size: 12px;
	color: #5f5f5f;
	text-transform: uppercase;
}
.entry-content p{
	margin: 0;
	padding: 10px 0;
}
.entry-area .entry-content{
    clear: both;
    padding: 10px 0 0 0;
    word-break: break-word;
    font-size: 11px;
}

.page-content{
    background: #fff;
    margin: 0 auto;
    padding: 30px 2%;
	min-height: 300px;
	font-size: 15px;
	overflow: hidden;
}
.page-content h1,.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
	clear: none !important;
    margin-bottom: 10px;
}

.iltsm{
	width: 100%;
	overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.iletisimyazi{
	border-right: 1px solid #d4d4d4;
    width: 65%;
}
.iletisimform{
	width: 35%;
	padding: 0 0 0 5px;
}
.iletisimform input,.iletisimform textarea{
	width:100%;
    border-radius: 5px;
}
.iletisimform > h1,.iletisimyazi > h1 {
    padding: 10px;
    font-size: 16px;
}
.iletisimform input[type="submit"]{
    min-width: auto;
    float: right;
    color: #757575;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    width: auto;
    padding: 10px 5px;
}
.iletisimform input[type="submit"]:hover{
	-webkit-box-shadow: #000000 0px 0px 4px 0px;
    -moz-box-shadow: #000000 0px 0px 4px 0px;
    box-shadow: #000000 0px 0px 4px 0px;
    color: #444;
}
.iletisimform .wpcf7{
	padding:  10px;
}

.iletisimform .wpcf7-not-valid-tip{
    color: #c34848;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    background: #ffe9e9;
    padding: 7px;
    border: 1px solid #fdfafa;
    border-radius: 5px;
    width: 130px;
    margin: -53px 0 0 -147px;

}
.iletisimform .wpcf7-not-valid-tip:after{
	content: '';
    position: absolute;
    right: -30px;
    bottom: 3px;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 15px;
    border-right-width: 15px;
    border-left-width: 15px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ce7676;
}
.il-soc{
    font-size: 25px;
    letter-spacing: 4px;
}

div.wpcf7-validation-errors{
	border: 2px solid #e6a419;
    border-radius: 5px;
}

.search-inpage{
    width: 100%;
    display: flex;
}

.search-inpage input[type="search"]{
	margin: 0;
	width: 100%;
}
.search-inpage input[type="submit"]{
	padding: 7px 15px;
	width: 80px;
}

.content-single{
    width: 100%;
    float: left;
	overflow: hidden;
}

.content-single > article{
	overflow: hidden;
    margin: 8px 8px 0 8px;
    border-radius: 10px;
    box-shadow: #717171 0 1px 4px -1px;
    background: #fafafa;
	width: auto;
	padding: 0;
	float:none;
}
.content-area-cat .content-single > article{
    border-right: none;
}

.content-single > article .entry-title{
    -webkit-box-shadow: 0 3px 5px -4px #060606;
    -moz-box-shadow: 0 3px 5px -4px #060606;
    box-shadow: 0 3px 5px -4px #060606;
    position: relative;
    padding: 9px 10px 8px 20px;
    background-color: #e4e4e4;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	color: #3e3e3e;
    text-shadow: #d4d4d4 0px 0px 9px;
    word-break: break-word;
}
.single-ust{
	overflow: hidden;
    display: flex;
}
.single-thumbnail{
	width: 100%;
    max-width: 380px;
	box-shadow: #717171 0 1px 4px -1px;
}

.single-thumbnail img {
	box-shadow: #444 0px 10px 7px -7px;
}

.entry-agent{
	width: 100%;
}
.single-ust .entry-content p {
	padding: 10px;
	font-size:14px;
}
.iletisimbaslik,.aciklamabaslik, .bilbaslik{
    background-color: #484848;
	/*background-color: #3e4358;*/
    line-height: 2.2;
	clear:none;
    font-family: sans-serif;
    text-shadow: #9a9a9a 1px 1px 9px;
    color: #f1f1f1;
    text-align: center;
	font-size:15px;
}
.iletisimbaslik{
	font-size: 15px;
    background: #317139;
    line-height: 3;
    text-transform: uppercase;
}

.entry-spec ul{
	list-style: none;
	margin: 0;
}
.entry-spec ul li{
	line-height: 2.1;
    padding: 0 10px;
    border-bottom: 1px dotted #ccc;
    clear: both;
    overflow: hidden;
	color: #000;
	font-size: 13.5px;
	background: #fafafa;
}

.entry-spec ul li:nth-child(odd){
    background: #e8e8e8;
}
.entry-spec ul li b{
	float: left;
	min-width:150px;
}
.entry-spec ul li span{
	float: left;
}
.widgets{
	clear:both;
	overflow:hidden;
}
.widgets .widget-title{
	padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
	font-size: 16px;
}
.random-post{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}
.iletisim-single{
	overflow: hidden;
    margin: 8px;
    border-radius: 10px;
    box-shadow: #717171 0 1px 4px -1px;
	width: auto;
    padding: 0 0 10px 0;
	background:#fafafa;
}
.iletisim-single div[role="form"]{
    padding: 10px;
    font-size: 14px;
}
.iletisim-single input, .iletisim-single textarea{
	width:100%;
	font-size: 12px;
}
.iletisim-single input[type="submit"]{
    width: 15%;
    float: right;
	background: #519a11;
	color: #fff;
	min-width: 200px;
}
.iletisim-single input[type="submit"]:hover{
	-webkit-box-shadow: #2e5809 0px 0px 4px 0px;
    -moz-box-shadow: #2e5809 0px 0px 4px 0px;
    box-shadow: #2e5809 0px 0px 4px 0px;
}
.iletisim-single label {
	font-weight:bold;
}

input[type="submit"]{
	font-weight:bold;
}
input[name="urunKodu"]{
    font-weight: bold;
	text-transform: uppercase;
}

.no-results{
    margin: 0 auto;
    padding: 30px 2%;
    min-height: 300px;
	width: 100%;
}
.no-results input::-webkit-input-placeholder {
	color: #969696;
	opacity: 0.7;
	font-family: sans-serif;
}
.no-results input:-moz-placeholder {
	color: #969696;
	opacity: 0.7;
	font-family: sans-serif;
}

.no-results input::-moz-placeholder {
	color: #969696;
	opacity: 0.7; /* Since FF19 lowers the opacity of the placeholder by default */
	font-family: sans-serif;
}

.rght{
	width: 75.712%;
	min-width: calc(100% - 300px);
    clear: both;
}
.cat-div{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.urunk{
	display:block;
}

.bayrak{
	position:fixed;
}
.mcontact{
	float:left;
	margin: 0 0 0 5px;
	height: 100%;
}
 .mcontact ul {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	margin: 4px 0 0 0;
}
 .mcontact ul li {
	padding: 3px;
	margin: 0;
}
.mcontact ul li a {
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}
.mcontact ul li a i {
	font-size: 18px;
	display: table-cell;
	padding: 0 5px 0 0;
}

.contact{
	padding: 0 15px 0 40px;
}
.arama form {
	padding: 5px;
}

main .widget_sow-yazi-widget{
	z-index: 2;
}
main .widget_sow-yazi-widget .yazi{
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
	background-attachment: fixed;
	background-blend-mode: overlay;
}
main .widget_sow-yazi-widget .widget-title{
    padding: 71px 30px 15px 30px;
    position: relative;
    color: #444;
    font-size: 27px;
	background: rgba(0, 0, 0, 0.56);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
}
main .widget_sow-yazi-widget .yazi > article{
	margin: 20px 0 0 0;
    font-size: 20px;
	padding: 20px 50px;
}
#slider_promo .owl-item.active{
	transition: all .4s;
	overflow: hidden;
}
#slider_promo .owl-item.active:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.68);
    z-index: 1;
}


#slider_promo .owl-item .sa_hover_container{
	transition: all .4s;
    background-blend-mode: overlay;
	background-color:#d4d4d4;
	display: flex;
    justify-content: center;
    align-items: center;
}
#slider_promo .owl-item.active:hover .sa_hover_container{
	background-color:rgb(49, 49, 49) !important;
}

#slider_promo .sa_slide_link_icon{
	display:none;
}
#slider_promo .sa_hover_buttons{
	width: 100% !important;
    height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin-left: 0 !important;
}
#slider_promo .sa_hover_buttons .sa_slide_link_icon{
	background:none !important;
}
#slider_promo.owl-carousel .owl-stage-outer{
	margin: 0 0 0 -1px;
	width:calc(100% + 1px) !important;
	/*overflow:unset;*/
}
#slider_promo .owl-item .sa_hover_container > *:not(div) {
    letter-spacing: 0;
	transition: all .4s;
	color:#fafafa;
}
#slider_promo .owl-item .sa_hover_container > *:not(div) {
    font-weight: 100;
	color: #fff;
    cursor: pointer;
	position:relative;
	font-size: 23px;
	padding: 10px;
}
#slider_promo .owl-item .sa_hover_container > *:not(div) svg {
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#slider_promo .owl-item .sa_hover_container > *:not(div) rect {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
  }

#slider_promo .owl-item:hover .sa_hover_container > *:not(div) {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
}
#slider_promo .owl-item:hover .sa_hover_container > *:not(div) rect {
	stroke-width: 5;
	stroke-dasharray: 140,40;
	stroke-dashoffset: 48;
	transition: all .5s;
}
#slider_promo .owl-item{
	border-left: 1px solid #5a5a5a;
    border-right: 1px solid #424242;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.page-thumbnail{
	float: right;
	width: 50%;
}
.page-thumbnail img{
	width:100%;
	height:auto;
	margin: -10px 5px 10px 10px;
}

.fapaylas {
    display: table;
	width: 100%;
    text-align: center;
    font-size: 24px;
    color: #000;
}
.fapaylas > div {
	display: table-row;
}
.fapaylas a{
    display: table-cell;
	padding: 5px;
    color: #fff;
	width: 25%;
}
.fapaylas .fbapaylas{
    /*background: #4267b2;*/
	background:#484848;
}
.fapaylas .inspaylas{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*background: #17cd06;*/
	background: #3a393c;
}
.fapaylas .wpapaylas{
    border-right: 1px solid #ddd;
    /*background: #17cd06;*/
	background: #3a393c;
}
.fapaylas .twpaylas{
    /*background: linear-gradient(45deg, #3e5ecc, #cb349c, #f8b941);*/
	background: #484848;
}
.widgeturun .widget-title{
	font-size: 16.5px;
	padding: 0 20px;
    color: #383838;
    background: #e4e4e4;
    line-height: 2.8;
    text-shadow: #adadad 1px 1px 9px;
	border-bottom: 1px solid #ddd;
}
.single main .widget{
	-webkit-box-shadow: #717171 0 1px 4px -1px;
    -moz-box-shadow: #717171 0 1px 4px -1px;
    box-shadow: #717171 0 1px 4px -1px;
    border-radius: 11px;
    margin: 8px;
    overflow: hidden;
}

.lgx-logo-slider-wp .owl-carousel .owl-item img{
	width: unset !important;
	margin: 0 auto !important;
}

.lgx-logo-slider-wp .owl-carousel .owl-stage-outer{
    margin: 0 auto;
}

.so-widget-slider-yeni-widget .widget-title{
	background: #28272b;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
	text-align: center;
    box-shadow: 0px 0px 3px 0px #000;
}


@media all and (min-width:751px){
	.widget_sow-features-slider .owl-grab .owl-item.active:not(:hover){
		transform: scale(1) !important;
		z-index:1;
	}
}


/* Mobil */
@media all and (max-width: 750px){
	.nextend-thumbnail-inner {
		display: none;
	}
	body.home .content-area-cat .random-post article{
		width: 48% !important;
		
	}
	body.home .random-post article:nth-last-child(2),body.home .random-post article:nth-last-child(1){
		display: block;
	}
	.widgeturun .widget-title{
		text-align: center;
	}
	.single main .widget{
		margin: 0;
		box-shadow: none !important;
		border-radius: 0;
	}
	.fapaylas .fbapaylas,.fapaylas .inspaylas{
		border-radius: 0;
	}
	.fapaylas{
		padding: 0;
		font-size: 27px;
	}
	.page-thumbnail{
		float: none;
		width:100%
	}
	.page-thumbnail img{
		margin: 0 0 10px 0;
	}
	/* orta */
	.widget_sow-features-slider .owl-item.center{
		transform: scale(1.05);
	}
	/* orta hover */
	.widget_sow-features-slider .owl-item.center:hover{
		transform: scale(1.07);
	}
	/* Yan */
	.widget_sow-features-slider .owl-item.active:not(.center){
		transform: scale(1.02);
	}
	/* Yan Hover*/
	.widget_sow-features-slider .owl-item.active:not(.center):hover{
		transform: scale(1.04);
	}
	/* sonuncu */
	.widget_sow-features-slider .owl-item.active:not(.center).owl-item.owson{
		transform: scale(1);
	}
	/* Sonuncu, Normal Hover */
	.widget_sow-features-slider .owl-item.active:not(.center).owl-item.owson:hover, .widget_sow-features-slider .owl-item:not(.center):hover{
		transform: scale(1.02);
	}
	.arama{
		display:none;
	}
	.iletisimform{
		padding: 0;
	}
	.iletisimyazi{
		border: 0;
	}
	.iletisimform .wpcf7{
		padding:  10px;
	}
	.iletisimform input[type="submit"]{
		margin-right: 0;
	}
	.iletisimyazi, .iletisimform {
		width:100%;
		display: block;
	}
	.iletisimform input, .iletisimform textarea{
		width:100%;
		min-width: auto;
	}
	.mcontact{
		display: table;
		height:50px;
		margin: 0 0 0 5px;
		padding:0 10px;
		border-left: none;
	}
	footer .widget{
		padding: 0;
		float:none;
	}
	footer .widget_text, footer .widget_sow-iletisim-footer{
		max-width: unset;
	}
	footer .widget_pages ul {
		display: flex;
		flex-wrap: wrap;
		padding:10px;
		width: fit-content;
		margin: auto;
	}
	footer .widget_pages ul li {
		padding:3px 10px;
	}
	body{
		min-width: unset;
	}
	body .content-area{
		width: 100%;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]{
		margin: 0;
	}
	.cat-div .widget-area-cat{
		display:none;
	}
	.rght{
		width:100%;
	}
/*	.content-cat{
		display: table;
		-webkit-flex-wrap: unset;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
	}*/
	.content-cat > article,.content-single .random-post > article{
		width:48%;
	}
	.content-single > article{
		padding:0;
	}
	.content-area-cat .content-single > article, .iletisim-single, .single-ust{
		display:block;
		margin:0 !important;
		box-shadow:none;
		border-radius: 0;
		border: 0;
	}
	
	.single-thumbnail {
		width: 100%;
		max-width: unset;
		box-shadow:none;
	}
	.single-thumbnail img{
		display:block !important;
		margin: 0 auto;
		width: 100%;
		max-width: 550px;
		max-height: 550px;
		height: auto;
	}
	.entry-agent{
		width:100%;
		margin-bottom: 5px;
	}
	/*.random-post article:nth-last-child(2), .random-post article:nth-last-child(1){
		display:none;
	}*/
	footer .widget *{
		text-align:center;
	}
	main .widget_text .widget-title{
		font-size:23px;
	}
	main .widget_text{
		padding: 5px;
	}
	
/* Mobil Menu */ 
	.ustmenu-div, .contact{
		display:none;
	}
	.header-div{
		height: unset;
		overflow: hidden;
		width:100%;
		margin: 0;
	}
	.logo-div, .logo-img {
		width: auto;
		height: 50px;
	}
	
	header#header, body{
		min-width: auto;
	}
	.mmenuicon, .mmenu,.marama,.mmenu-nav{
		display:block;
	}
	#menuToggle
	{
		vertical-align: middle;
		display: table-cell;
		position: relative;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
		cursor: pointer;
	}

	#menuToggle  .mc1
	{
	  display: block;
	  width: 25px;
	  height: 3px;
	  margin-bottom: 5px;
	  position: relative;
	  
	  background: #fff;
	  border-radius: 3px;
	  
	  z-index: 1;
	  
	  transform-origin: 4px 0px;
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle  .mc1:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle  .mc1:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	#menuToggle.mshow .mc1
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(2px, -2px);
	  background: #cdcdcd;
	}

	#menuToggle.mshow .mc1:nth-last-child(2)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
	#menuToggle.mshow .mc1:nth-last-child(1)
	{
	  transform: rotate(-45deg) translate(1px, -1px);
	}
	
	.mmenuicon{
		float: right;
		height: 50px;
		display: table;
		padding: 5px 0 0 10px;
		border-left: 1px solid #757476;
	}
	.mmenu{
		width: 100%;
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		overflow:hidden;
		overflow-y:scroll;
	}
	.mmenu div:nth-last-child(1){
		margin-bottom: 10px;
	}
	.mcontact *, .mmenuicon *, .mmenu *{
		-webkit-tap-highlight-color:transparent;
		-moz-tap-highlight-color:transparent;
		-o-tap-highlight-color:transparent;
		tap-highlight-color:transparent;
		outline: none !important;
	}
	.mmenu-a {
		opacity: 100;
		visibility: visible;
	}
	.lang-select{
		padding: 0 0 0 4px;
		height: 50px;
		margin: 0 0 0 6px;
		border-left: none;
		float: right;
		border-bottom: 1px solid #111;
		width: 100%;
		text-align: right;
	}
	 .lang-select ul li {
		padding: 5px 3px;
		margin: 0 3px 0 0;
		display: inline;
	}
	.lang-select ul li a img{
	display: inline;
	vertical-align: text-bottom;
	vertical-align: sub;
	}
	 .mmenu .marama{
		display:block;
		clear: both;
	}
	.marama{
		border-bottom: 1px solid #111;
		text-align: left;
		padding: 10px;
	}
	.marama button{
		color: white;
		float: right;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #2f3640;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.3s;
		border: inset 2px #efefef;
		margin: 5px 0 0 0;
		margin-top: 5px;
	}
	.marama button:focus{
		background: #fafafa;
		color: #2f3640;
	}
	.marama input[type="search"]{
		width: 80%;
		width: calc(100% - 50px);
		border-radius: 0;
		font-size: 13.5px;
	}
	.bar-s{
		height: 50px;
		border-radius:0 0 0 10px;
		background: unset;
		padding: 0 10px 0 0;
	}
	.mmenu-nav ul{
		margin: 0;
		list-style: none;
	}
	header#header{
		margin: -1px 0 0 0;
	}
	
	.mmenu-nav ul li a{
		padding: 10px;
		width: 100%;
		display: block;
		color: #f1f1f1;
		border-bottom: 1px solid #111;
		border-top: 1px solid #313131;
	}
	.mmenu-nav{
		margin: 5px 0 0;
		text-align:left;
	}
	.mmenu-nav ul li.menu-item-has-children{
		cursor:pointer;
	}
	.mmenu-nav ul li.menu-item-has-children ul{
		visibility: hidden;
		opacity: 0;
		margin: 0 0 0 15px;
		transition: all .5s;
		height:0;
	}
	.mmenu-nav ul li.menu-item-has-children:before{
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: all .5s;
	}
	.mmenu-nav ul li.menu-item-has-children:before{
		content: "\f077";
		float: right;
		padding: 15px;
		clear: both;
		color: #f1f1f1;
	}
	.mmenu-nav ul li.menu-item-has-children ul.ulshow{
		height: 100%;
		visibility: visible;
		opacity: 100;
	}
	.rotate:before{
		transform: rotate(180deg);
		color: #807f82 !important;
	}
	body main.site-main{
		padding-top: 50px;
		padding: 50px 0 0 0;
	}
	.noflowy{
		overflow-y:hidden;
		-webkit-overflow-y: hidden; 
	}
	.mmenu::-webkit-scrollbar {
		width: 0;
	}
	.mmenu{
		scrollbar-width: none;
	}
	footer .widget_promolas-sosyal-footer > div > div {
		display: inline-flex;
	}
	footer .widget_promolas-sosyal-footer > div > div a{
		margin: 5px;
	}
	footer .widget_sow-iletisim-footer table{
	    width: 300px !important;
		margin: 0 auto;
	}
	footer .widget_sow-iletisim-footer table *{
		text-align: left;
	}
	footer .widget_text .textwidget{
	    max-width: 300px;
		margin: 0 auto;
	}
	footer .widget_promolas-sosyal-footer i.fa{
		margin: 0;
		display:block;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.entry-area .entry-title a,
	.single-ust .entry-content p,
	.button-cat{
		letter-spacing: 0;
	}

	.content-single > article .entry-title{
	    border-top: 1px solid #ddd;
	}
	.content-area-cat article {
		margin: 5px 1% !important;
	}
	.content-area-cat article:nth-child(4n+0){
		margin: 5px 1% !important;
	}
}
@media all and (max-width: 325px){
	
	#menuToggle.mshow .mc1:nth-last-child(1)
	{
	  transform: rotate(-45deg) translate(0px, -1px);
	}
	
}
@media print{
	body {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	body > header#header{
		position: relative;
		background: #28272b;
	}
	main .widget_sow-yazi-widget .yazi{
		background-image: none !important;
	}
	body main.site-main{
		padding: 0 !important;
		padding-top: 0 !important;
	}
}