/*////*/
.sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
   /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);*/
    width: 100%;
    position: sticky;
}

.sidebar .widget {
    margin-bottom: 35px;
}

.sidebar .widget .widgettitle {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 9px;
    position: relative;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar .widget .widgettitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 50px;
    height: 0;
    border-bottom: 1px solid #222;
}

.sidebar .widget .widgettitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ececec;
}

.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget ul.menu li,
.sidebar .widget ul.product-categories li,
.sidebar .widget ul.pagenav li,
.sidebar .widget_meta > ul li {
    margin-bottom: 0;
    padding: 3px 3px;
}

.sidebar .widget ul.menu li a,
.sidebar .widget ul.product-categories li a,
.sidebar .widget ul.pagenav li a,
.sidebar .widget_meta > ul a {
    color: #747474;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    position: relative;
    border-radius: 2px;
}

.sidebar .widget ul.menu li a::before,
.sidebar .widget ul.product-categories li a::before,
.sidebar .widget ul.pagenav li a::before,
.sidebar .widget_meta > ul a::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sidebar .widget ul.menu li.active > a,
.sidebar .widget ul.product-categories li.active > a,
.sidebar .widget ul.pagenav li.active a,
.sidebar .widget ul.menu li.current-cat > a,
.sidebar .widget ul.product-categories li.current-cat > a,
.sidebar .widget ul.pagenav li.current-cat > a,
.sidebar .widget ul.menu li > a:hover,
.sidebar .widget ul.product-categories li > a:hover,
.sidebar .widget ul.pagenav li a:hover,
.sidebar .widget_meta > ul a:hover {
    color: #000000;
}

.sidebar .widget ul.menu li a:hover::before,
.sidebar .widget ul.product-categories li a:hover::before,
.sidebar .widget ul.pagenav li a:hover::before,
.sidebar .widget_meta > ul a:hover::before {
    width: 12px;
    margin-right: 8px;
}
/*.menu ul li a{*/
/***********************/






.diller{
    position: fixed;
    z-index: 9999;
    right: 16px;
    top: 45vh;
    background-color: rgba(0, 0, 0, 0.15);

}
.diller ul{
    padding: 5px;
    margin: 0px;
}
.diller ul li a img
{
    opacity: 0.5;
    transition: 0.5s ease ;
}
.diller ul li a img:hover
{
    opacity: 1;
    transition: 0.5s ease ;
}



/*padding: 37px 10px;*/
/*}*/
/*nav.sticky ul li a{*/
/*padding: 37px 10px !important;*/
/*}*/
.videoOzel {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoOzel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.map {
    width: 100%;
}
.map iframe{
    display: block;
    width: 100%;
    height:100%;
    position: relative; /* IE needs a position other than static */
}

/*Form CSS Ayarları*/
.formElement {
    padding: 20px 0;
}
.elementRenk {
    background-color: #fbfbfb;
}
.zorunluAlan{
    font-size: 10px;
}
.zorunlu_c {
    padding-left: 13px;
}
.alert{
    background-color: #e7505a;
    color: white;
    display: none;
}


.node-solmenu a{

    font-size: 12px;
}
