*:focus{
    outline: none;
}
*{
    font-family: 'Open Sans', sans-serif;
}

html,body{
    background: #eee;
}


/* Social İcon*/
.fasocial {
    padding: 5px 5px 0;
    font-size: 15px;
    width: 24px;
    height: 24px;
    /* text-align: center; */
    /* text-decoration: none; */
    border-radius: 50%;
}

.fasocial:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

.fa-default{
    background: #5a5b5d;
    color: white;
}

.menuBg{
    background: #f0b918;
    background: -moz-linear-gradient(left, #f0b918 0%, #f0b918 50%, #e9b618 100%);
    background: -webkit-linear-gradient(left, #f0b918 0%,#f0b918 50%,#e9b618 100%);
    background: linear-gradient(to right, #f0b918 0%,#f0b918 50%,#e9b618 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b918', endColorstr='#e9b618',GradientType=1 );
}

.skewContainer {
    transform: skewX(-30deg);
    background-color: #fff;
    position: absolute;
    width: 299px;
    padding: 6px 0;

}

.skewContent{
    text-align: center;
    color: white;
    transform: skewX(30deg);
    text-align: center;
    text-transform: uppercase;
}

.paddingInformation{
    padding: 22px 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
	text-align: center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: rgba(255,255,255,0.2);
}

.nav>li>a{
    padding: 20px 23px;
    font-weight: bold;
}

@media(max-width:1200px)
{
    .nav>li>a{
    padding: 20px 8px;
    font-size: 13px;
    }
}

@media(max-width:992px)
{
    .nav>li>a{
        padding: 20px 16px;
    }

    .skewContainer{
        width: 227px;
        padding: 15px 0;
    }
}


.footerBg{
    padding-top:25px;
	background: #363636;
	color: #fff;
}

.footerBg a{
    color: #fff;
}


.logoFooter{
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

.footerText{
    padding: 54px 0px;
    color: #fff;
    text-indent: 15px;
}

.listFooter,
.listFooter li{
    list-style: none;
    padding: 0;
    margin:0;
} 
.listFooter li{
    float: left;
    width: 50%;
} 
.listFooter li a{
    display: inline-block;
    padding: 5px 0;
} 

.listFooter li::before {
    color: #fff;
    margin-right: 5px;
    font-size: 7px;
    content: ">>";
    position: relative;
    top: -2px;
}


.tableBn>tbody>tr>td,
.tableBn>tbody>tr>th,
.tableBn>tfoot>tr>td,
.tableBn>tfoot>tr>th,
.tableBn>thead>tr>td,
.tableBn>thead>tr>th {
    border-top: none;
    color: #fff
}

.crightBar{
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    margin-bottom: 26px;
}

.imza{
    margin:0px;
    width:100px;
    line-height:28px;
    float: right;
}
.imza:hover{
    background:url(../img/cukurova-.png);
}

.baslik{
    padding: 15px 0;
}

.header{
    padding: 17px 0;
    background: #fff;
}

@media(max-width:997px){
    .header{
        
        padding: 49px 0;
        
    }
}

@media(max-width:767px){
    .header{
		padding: 60px 0;
    }
}

.bgBroadCase{
    background: url(../img/bgBroadCase.png) #f8cf56;
    background-size: auto 100%;
    height: 173px;
    background-repeat: no-repeat;
}


.listmenu,
.listmenu li{
    list-style: none;
    margin:0;
    padding:0;

}

.listmenu li a{
    display: block;
    padding: 10px 0;
    color: #333;
}
.listmenu li a:hover{
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

}


.nerdeyimlist{padding:0;margin:0;list-style:none;}
.nerdeyimlist li{float:left;padding:8px 5px;}
.nerdeyimlist li a{color:#183f59}
.nerdeyimlist li a:hover{color:#333;text-decoration:none;}

.bgBroadCase h1{
    font-weight: bold;
}

.Kbaslik
{
    padding-top:40px;
    padding-bottom:10px;
    color: #bb810d;
}


.owl-dots
{
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    bottom: 25px;
    position: absolute;
    bottom: 15px;
}

.owl-dot span{
    border: 2px solid #fff;
    padding: 8px !important;
    border-radius: 15px;
    height: 14px !important;
    display: block;
    width: 14px !important;
    margin-right: 10px;
    background: rgba(255,255,255,0.8);
}


.owl-dot.active span{
    background: #e7c731;

}

.borderBg
{
	border: 2px solid #aaa;
	padding: 5px;
	background: #fff;
}

.btn-site{
    border: 1px solid #e3af15;
    transform: skew(-20deg);
    color: #000;
}

.btn-site div{
    transform: skew(20deg);  /* SKEW */
    font-weight: bold;
}
.sabiticerik{margin-top:20px;}
.sabiticerik p{text-indent:28px;line-height:25px;}



.haberler,.homeaciklama
{
    background: #fff;
}


.blogbaslik a h5{
    color: #cc0000;
    font-weight: bold;
    min-height:45px;
}
.blogbaslik a h5:hover{
    color: #aa0000;
}
.blogbaslik a{
    text-decoration: none;
}

.iconbg
{
    width: 100%;
	background: #b87c0c;
	background: -moz-linear-gradient(-45deg, #b87c0c 0%, #be830c 9%, #ba800d 13%, #dfad19 17%, #d29f0e 25%, #e6b216 31%, #d29f0e 32%, #e6b216 71%, #d19c10 75%, #e6b216 79%, #c8990f 88%, #ce9d10 94%, #ce9d10 100%);
	background: -webkit-linear-gradient(-45deg, #b87c0c 0%,#be830c 9%,#ba800d 13%,#dfad19 17%,#d29f0e 25%,#e6b216 31%,#d29f0e 32%,#e6b216 71%,#d19c10 75%,#e6b216 79%,#c8990f 88%,#ce9d10 94%,#ce9d10 100%);
	background: linear-gradient(135deg, #b87c0c 0%,#be830c 9%,#ba800d 13%,#dfad19 17%,#d29f0e 25%,#e6b216 31%,#d29f0e 32%,#e6b216 71%,#d19c10 75%,#e6b216 79%,#c8990f 88%,#ce9d10 94%,#ce9d10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87c0c', endColorstr='#ce9d10',GradientType=1 );
}

.iconbgSpace
{
    padding: 35px;
}
.homeBaslikC{
    color: #000;
    margin:  25px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}


.kategoriList{
    text-align: center;
}

.urungoster
{
    border: 1px solid #aa8e1d;
    padding: 6px 8px;
	color: #000;
	background: #fff;
	font-weight:bold;

}

.urungoster:hover
{
    text-decoration: none;
	background: #e6b216;
    color: #000;
	border: 1px solid #fff;
}

.mobset {
    border-radius: 250px;
    border: 3px solid #aa8e1d;
	width: 200px;

}
@media(max-width:767px)
{

    .mobset
    {
        width:80%;
    }
}


.urunresim{position:relative;width:100%;height:223px;overflow:hidden;}
.urunresim img{object-fit:scale-down;width:100%;height:100%;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.urunresim img:hover{-webkit-transform:rotate(0deg) scale(1.1, 1.1);-moz-transform:rotate(0deg) scale(1.1, 1.1);-ms-transform:rotate(0deg) scale(1.1, 1.1);transform:rotate(0deg) scale(1.1, 1.1);}
.urun_adi{display:block;padding:30px 0 0 0;color:#000;}
.urun_aditable{display:block;color:#000;}
.urun_adi a{font-size:15px;color:#0072bc;font-weight:bold;display:block;min-height:51px;}
.ubilgi:hover{border:1px solid #684B8D;}
.ubilgi{border:1px solid #eee;}



#layer101 {
    fill:#000;
    stroke:#000;
    stroke-width:3;
    stroke-miterlimit:10;
}
#layer101 path{
    stroke: #000;
    fill: #000;
    stroke-dasharray: 5800;
    opacity : 10;
    animation: animate 3s cubic-bezier(0,0.25,1,.1);
}

@keyframes animate{

    0%{
        opacity:0;
        fill: none;
        stroke-dashoffset: 6000;
    }

    30%{
        opacity:10;
        fill: none;
        stroke-dashoffset: 6000;
    }

    90%{
        fill: rgba(0,0,0,0);
    }

    100%{
        opacity : 10;
        fill: rgba(0,0,0,1);
        stroke-dashoffset: 0;
    }

}

#layer102 {
    fill:red;
    stroke:red;
    stroke-width:3;
    stroke-miterlimit:10;
}
#layer102 path{
    stroke: red;
    fill: red;
    stroke-dasharray: 5800;
    opacity : 10;
    animation: animate2 3s cubic-bezier(0,0.25,1,.1);
}

@keyframes animate2{

    0%{
        opacity:0;
        fill: none;
        stroke-dashoffset: 6000;
    }

    30%{
        opacity:10;
        fill: none;
        stroke-dashoffset: 6000;
    }

    90%{
        fill: rgba(255,0,0,0);
    }

    100%{
        opacity : 10;
        fill: rgba(255,0,0,1);
        stroke-dashoffset: 0;
    }

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fff 0%, #fff 90%, #ccc 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#fff 90%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 0%,#fff 90%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}
#status {
    display: table;
    margin: auto;
    width:318px; 
    height:150px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.spinner {
    margin: 25px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

h1, .h1 {
    font-size: 23px;
}


.header {
    
}

.logo{
width: 286px;
    height: 121px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #a9810a;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
}

.slider
{
	padding-top:5px;
}

.siteUp
{
	background: #fff;
	padding: 25px;
}

.navbar-default .navbar-brand
{
    color: #fff;
}

.navbar-brand a{
    padding: 5px 10px;
    position: relative;
    top: -8px;
    display: inline-block;
}

.navbar-default .navbar-toggle
{
    border: 1px solid rgba(0,0,0,0.5);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: rgba(0,0,0,0.5);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #896103;
}

.menuLngUp{
    top: -2px;
    position: relative;
}