@charset "utf-8";
/* Bismillahirrahmanirrahim */
.a_facebook:hover{  color: #3B5998 !important; transition-property:color;  transition-duration:1s;}
.a_google:hover{  color: #DD4B39 !important; transition-property:color;  transition-duration:1s;}
.a_instagram:hover{  color: #3F729B !important; transition-property:color;  transition-duration:1s;}
.a_pinterest:hover{  color: #3B5998 !important; transition-property:color;  transition-duration:1s;}
.a_twitter:hover{  color: #55ACEE !important; transition-property:color;  transition-duration:1s;}

.font_normal{ font-weight: normal !important; }
.golge_ust{  opacity: 0.5; filter: alpha(opacity=30); }

/*renkler*/
.gri_color{ color: #9d9d9d;}
/*renkler*/

.teklif_bg { background-image: url("../jpg/teklif.jpg"); background-position: top; height: 330px; }
.kurumsal_bg { background-image: url("../jpg/kurumsal.jpg"); background-position: top; height: 330px; }


.kategori_bg { background-image: url("../png/bg_seffaf.png"); background-repeat: repeat; }

.img_hover:hover {

    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.klasik_font_size { font-size: 40pt; line-height: 50px;}
.klasik_yeni {font-family: 'Great Vibes', cursive;}
.klasik_marck{font-family: 'Marck Script', cursive;   word-spacing:1px; }
.klasik_sacramento{font-family: 'Sacramento', cursive;  word-spacing:1px; }

.border { border:  solid 1px #CCC;}

.f_s_40 { font-size: 40pt;}
.f_s_50 { font-size: 50pt;}
.f_s_30 { font-size: 30pt;}
.f_s_24 { font-size: 24pt;}
.f_s_22 { font-size: 22pt;}
.f_s_20 { font-size: 20pt;}
.f_s_19 { font-size: 19pt;}
.f_s_18 { font-size: 18pt;}
.f_s_17 { font-size: 17pt;}
.f_s_16 { font-size: 16pt;}
.f_s_15 { font-size: 15pt;}
.f_s_14 { font-size: 14pt;}
.f_s_13 { font-size: 13pt;}
.f_s_12 { font-size: 12pt;}
.f_s_11 { font-size: 11pt;}
.f_s_10 { font-size: 10pt;}
.f_s_9 { font-size: 9pt;}
.f_s_8 { font-size: 8pt;}
.f_y { font-family: 'Josefin Sans', sans-serif !important; }
.f_y_600 { font-family: 'Josefin Sans', sans-serif; font-weight: 600;  }

.border_bottom_gri{ border-bottom: solid 1px #CCC;}
.border_top_gri{ border-top: solid 1px #666666;}



.margin_top_15 { margin-top:15px !important;}
.margin_top_30 {margin-top: 30px;}
.margin_top_40 {margin-top: 40px;}
.margin_top_50 {margin-top: 50px;}
.margin_top_60 {margin-top: 60px;}
.margin_top_70 {margin-top: 70px;}
.margin_top_80 {margin-top: 80px;}
.margin_top_90 {margin-top: 90px;}
.padding_top_30 {padding-top: 30px;}
.padding_top_15 {padding-top: 15px;}

.btn-a{ color: #FFF; font-size: 13pt; }
.btn-a:hover{
    color: #fff;
    background-color: #000; transition-property:background-color;  transition-duration:2s;
}

.btn-b {
    background: #D29D09;  color: #FFF;  font-size: 13pt; height: 30px; line-height: 20px;  /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E8AE0F, #D29D09); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E8AE0F, #D29D09); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E8AE0F, #D29D09); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E8AE0F, #D29D09); /* Standard syntax */
}

.btn-b:hover{
    color: #fff !important;
    background: -webkit-linear-gradient(#976E46, #976E46); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#976E46, #976E46); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#976E46, #976E46); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#976E46, #976E46); /* Standard syntax */
    transition-property:background-color;  transition-duration:1s;

}





.golge{

    -webkit-box-shadow: 0 0 0 4px white, 0 6px 4px #9d9d9d;
    -moz-box-shadow: 0 0 0 4px white, 0 6px 4px #9d9d9d;
    box-shadow: 0 0 0 4px white, 0 6px 4px #9d9d9d;

}
.golge_cerceve {

    -webkit-box-shadow: 0 0 6px 3px #9d9d9d;
    -moz-box-shadow: 0 0 6px 3px #9d9d9d;
    box-shadow: 0 0 6px 3px #9d9d9d;

}


.golge_cerceve_kirmizi {

    -webkit-box-shadow: 0 0 3px 1px #FF9F8C;
    -moz-box-shadow: 0 0 3px 1px #FF9F8C;
    box-shadow: 0 0 3px 1px #FF9F8C;

}

.golge_cerceve_mavi {

    -webkit-box-shadow: 0 0 6px 2px #D29D09;
    -moz-box-shadow: 0 0 6px 2px #D29D09;
    box-shadow: 0 0 6px 2px #D29D09;

}

.golge_cerceve_2 {

    -webkit-box-shadow: 0 0 3px 2px #EDEDED;
    -moz-box-shadow: 0 0 3px 2px #EDEDED;
    box-shadow: 0 0 3px 2px #EDEDED;

}

.round_5{ border-radius: 5px 5px 0px 0px; }

.btn-mavi {
    color: #FFF !important;
    background-color: #1b75bb !important;
    border-color: #FFF !important;
}

.relative {position: relative;}
.absolute {position: absolute;}

.tam_resim_boyutu_130 { height:130px !important; margin-top: 10px; }
.tam_resim_boyutu_130 img{max-width:100% !important; max-height:100% !important; }

.tam_resim_boyutu_150 { height:150px !important;  }
.tam_resim_boyutu_150 img{max-width:100% !important; max-height:100% !important; }



.tam_resim_boyutu_80 { height:80px !important; margin-top: 10px; }
.tam_resim_boyutu_80 img{max-width:100% !important; max-height:100% !important; }


.tam_resim_boyutu_270  { height:270px !important; }
.tam_resim_boyutu_270  img{max-width:100% !important; max-height:100% !important;}


.tam_resim_boyutu_500  { height:500px !important; }
.tam_resim_boyutu_500  img{max-width:100% !important; max-height:100% !important;}

.tam_resim_boyutu_260  { height:260px !important; width: 100%; }
.tam_resim_boyutu_260  img{max-width:100% !important; max-height:100% !important;}

.tam_resim_boyutu_245  { height:245px !important; }
.tam_resim_boyutu_245  img{max-width:100% !important; max-height:100% !important;}

.tam_resim_boyutu_370  { height:370px !important; }
.tam_resim_boyutu_370  img{max-width:100% !important; max-height:100% !important;}

.tam_resim_boyutu_310  { height:300px !important;  }
.tam_resim_boyutu_310  img{max-width:100% !important; max-height:100% !important;}

.tam_resim_boyutu_600 { height:600px !important; }
.tam_resim_boyutu_600 img{max-width:100% !important; max-height:100% !important;}

.pagination a{float:left; font-family: tahoma; padding-left:7px; padding-right:7px; height:30px; line-height:30px;   font-size:12pt; background-color:#9d9d9d; color: #FFF; border-right:#FFF solid 1px;}
.pagination a:hover{background-color:#D29D09;}
.current {float:left; padding-left:7px; padding-right:7px; height:30px; line-height:30px; font-size:10pt; background-color:#D29D09; color:#FFF; border-right:#FFF solid 1px;}
