/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.siyahgolge, 
.siyahgolge p, 
.siyahgolge h1, 
.siyahgolge h2, 
.siyahgolge h3, 
.siyahgolge h4, 
.siyahgolge h5,
.siyahgolge i,
.siyahgolge button 
{
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.beyazgolge,
.beyazgolge p,
.beyazgolge h1,
.beyazgolge h2,
.beyazgolge h3,
.beyazgolge h4,
.beyazgolge h5,
.beyazgolge i,
.beyazgolge button
{
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.grecaptcha-badge { visibility: hidden; }

.mfp-bottom-bar {
    display: none;
}


.slider-bg {
    background: linear-gradient(270deg, #000000, #094711, #063861);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}


.kisi_tablar .w-tabs-list {
    border: 1px solid #ebebeb;
}


.alticizgili {
    text-decoration: underline;
}