﻿.pic{width:190px;height:146px;opacity:1;filter:alpha(opacity=100);background:no-repeat;}
.pic:hover{opacity:0.7;filter:alpha(opacity=30);}
dd{
				color: #FF6666;
				font-weight: normal;
				text-transform: uppercase;
}
@media only screen and (min-width:760px)
{
table {
    border-collapse: collapse;
    width: 757px;
    background-color: #faf8e1;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0.1, 0.2);
     
        
   }
}



@media only screen and (max-width:760px){
table {
    border-collapse: collapse;
    width: 98%;
    background-color: #faf8e1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); 
}
}

@media only screen and (min-width:760px){
td {
    margin: auto;
    padding: 0px 5px 0px 50px;
    height:auto;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    border-collapse:separate; 
}
th {
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    border-collapse:separate;
 
  
}
}
@media only screen and (max-width:760px){
td {
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    height:auto;
}
th {
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 12px;

}
}
    td:first-child {
        width: 152px; /* Resim sütununun genişliğini daraltıyoruz */
        padding: 2px; /* Resim sütunu için boşlukları kaldırıyoruz */
    }

    td:nth-child(2) {
        padding-left: 5px; /* Ürün açıklama sütunu ile resim arasındaki boşluk */
    }
th {
    background-color: #6E502B;
    color: white;
     
}

tr:hover {
   opacity:0.8;filter:alpha(opacity=30);
}

@media only screen and (min-width:760px){
td img {
    width: 190px; /* Resim genişliği */
    height: auto;
    border-radius: 15px; /* Oval köşeler */
    
    padding: 5px 2px 5px 0px;
    margin:auto;
}
}
@media only screen and (max-width:760px){
td img {
    width: 152px; /* Resim genişliği */
    height: 104px;
    border-radius: 10px; /* Oval köşeler */
   
    padding: 5px 2px 5px 0px;
   }
}


@media only screen and (min-width:760px){
.product-name {
    
 color: #8dc63f;
    font-size: 14px;
    font-weight:bold;
}
}
@media only screen and (max-width:760px){
.product-name {
   
   color: #8dc63f;
    font-size: 12px;
font-weight:bold;
   
}
}
@media only screen and (min-width:760px){
.product-price {
    
    color: #FF8000;
    font-size: 14px;
font-weight:bold;
}
}
@media only screen and (max-width:760px){
.product-price {
   
    color: #FF8000;
    font-size: 12px;
 font-weight:bold;  
}
}
.urun-detaylar {
        display: flex;
        flex-direction: column;
    }
@media only screen and (max-width:760px){
    .urun-detaylar p {
        margin: 0px 0px 4px 0px;
    }
}
@media only screen and (min-width:760px){
    .urun-detaylar p {
        margin: 0px 0px 8px 0px;
    }
}


    .fiyat-ust-cizgili {
        text-decoration: line-through; /* Fiyatın üstünü çizme */
    }

    .stok-var {
        color: green; /* Stokta olan ürünler yeşil renkte */
    }

    .stok-yok {
        color: red; /* Stokta olmayan ürünler kırmızı renkte */
    }

       .siparis-link {
        text-decoration: none;
  
        color: dark blue;
      
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        text-align: left;   

    }
    .not-satiri {
    text-align: center; /* Notu ortalar */
    font-size: 1.5em; /* Başlık gibi daha büyük görünmesi için */
    font-weight: bold; /* Kalın font */
    color: #FFF;
    background-color: green; /* Hafif arka plan rengi */
    padding: 20px; /* İçerik kenar boşlukları */

 
    margin: 10px ; /* Üst ve alt boşluk */
}

html{background:url(images/templatemo_bg.webp) #faf8e1 repeat-x;}

html{background:url(images/templatemo_bg.webp) #faf8e1 repeat-x;}
body{
				margin: auto;
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				line-height: 1.5em;
				width: 100%;
				display: table;
				color: #000000;
				background-repeat: no-repeat;
}

@media only screen and (min-width:760px){
a:visited{
				color: #FF0066;
				text-decoration: none;
				font-size: 18px;
}
}
@media only screen and (max-width:760px){
a:visited{
				color: #FF0066;
				text-decoration: none;
				font-size: 14px;
}
}


@media only screen and (min-width:760px){
a:link{
				color: #FF0066;
				text-decoration: none;
				font-variant: normal;
				font-size: 14px;
				font-weight: bolder;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
				
}
}
@media only screen and (max-width:760px){
a:link{
				color: #FF0066;
				text-decoration: none;
				font-variant: normal;
				font-size: 10px;
				font-weight: bolder;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
}
}@media only screen and (min-width:760px){
a:hover{
				color: #FF0066;
				text-decoration: underline;
				font-size: 14px;
				font-weight: bolder;
}
}
@media only screen and (max-width:760px){
a:hover{
				color: #FF0066;
				text-decoration: underline;
				font-size: 10px;
				font-weight: bolder;
}
}


@media only screen and (min-width:760px){#templatemo_container{width:760px;margin:auto;}}
@media only screen and (max-width:760px){#templatemo_container{width:100%;margin:auto;}
}
@media only screen and (min-width:760px){#templatemo_header{width:780px;height:395px;background:url(images/templatemo_header.webp) no-repeat;}}
@media only screen and (max-width:760px){
#templatemo_header{
			
				width: 98%;
				height: 98%;
		


				top: 20px;
}

}
@media only screen and (min-width:760px){#templatemo_menu{float:left;width:185px;margin:150px 10px 10px 10px;padding:0;}}
@media only screen and (max-width:760px){
#templatemo_menu{
				
			       width: 98%; /* Menü genişliği %100 */
        margin: 0 auto; /* Ortalamak için otomatik margin */
        text-align: center; /* Menü öğelerini ortala */
        padding-top: 0; 	

}

 #templatemo_menu ul {
          list-style: none;
        padding: 0;
        margin: 0;}
 #h4 ul {
          list-style: none;
        padding: 0;
        margin: 0;}

@media only screen and (max-width:760px) {

    #templatemo_menu li {
           display: block; /* Her bir öğeyi alt alta yerleştir */
        margin: 2px 0; /* Üst ve alt boşluk */  }
     }

}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

@media only screen and (min-width:760px){#templatemo_menu ul{float:right;list-style:none;margin:0;padding:0;}}
@media only screen and (max-width:760px){#templatemo_menu ul{  list-style: none;
        padding: 0;
        margin: 0;}}
@media only screen and (min-width:760px){#templatemo_menu li a{display:block;width:182px;height:28px;color:#aba000;background:url(images/templatemo_menu.webp) no-repeat;font-family:Arial, Helvetica, sans-serif;font-size:14px;margin:0 0 0 0;padding:2px 0 0 10px;}}
@media only screen and (max-width:760px){#templatemo_menu li a{          display: block;
        width: auto; /* Genişliği otomatik ayarla */
        height: auto;
        color: #aba000;
        background: url(menu1.png) no-repeat center; /* Arka plan resmi ortalanmış */
        background-size: contain; /* Resmi alanın boyutuna göre ayarla */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 1px 0px; /* Yatay ve dikey padding ayarla */
        text-align: center; /* Yazıyı ortala */
        margin: 0 auto; /* Ortalamak için otomatik margin */}
}
@media only screen and (min-width:760px){#templatemo_menu li .current{background:url(images/templatemo_menu_current.webp) no-repeat; color:#fff;text-decoration:none;}}
@media only screen and (max-width:760px){#templatemo_menu li .current{background:url(menu2.png) no-repeat center;background-size: contain;color:#fff;text-decoration:none;  }}
@media only screen and (min-width:760px){#templatemo_menu li a:hover{background:url(images/templatemo_menu_current.webp) no-repeat;color:#fff;text-decoration:none;}}
@media only screen and (max-width:760px){#templatemo_menu li a:hover{background:url(menu2.png) no-repeat center;background-size: contain;color:#fff;text-decoration:none;   }}
#templatemo_content_area{margin:0;padding:0;background-repeat:no-repeat;background-attachment:fixed;}
@media only screen and (min-width:760px){#templatemo_left_col{float:center;margin:auto;padding:10;width:770px;}}
@media only screen and (max-width:760px){#templatemo_left_col{float:center;margin:0;padding:10;width:100%;}}
@media only screen and (min-width:760px){#templatemo_left_col .templatemo_section{border-width:medium;border-color:#FFFFCC;margin:10px 0 0 0;width:770px;font-family:Arial, Helvetica, sans-serif;font-size:14px;bottom:100px;}}
@media only screen and (max-width:760px){#templatemo_left_col .templatemo_section{border-width:medium;border-color:#FFFFCC;margin:10px 0 0 0;width:100%;font-family:Arial, Helvetica, sans-serif;font-size:14px;bottom:100px;}}
@media only screen and (min-width:760px){
.templatemo_section h2{
	border-width: thin;
	padding: 0;
	color: #8dc63f;
	font-family: monotype corsiva;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px;
	
	font-size: 28px;
	width: 752px;
	
	font-weight: normal;
}
}
@media only screen and (max-width:760px){
.templatemo_section h2{
				border-width: thin;
				color: #8dc63f;
				font-family: Arial, Helvetica, sans-serif;
				text-align: left;
				font-size: h2;
				font-weight: bolder;
				width: 90%;
				margin-left: 10px;
			margin-right:10px;
}
}
@media only screen and (min-width:760px){
.templatemo_section p{
				border-width: thin;
				color: #000;
				font-family: Arial, Helvetica, sans-serif;
				text-align: left;
				padding-right: 20;
				padding-left: 20;
				font-size: h3;
				
				margin-top: 0px;
				margin-bottom: 10px;
				width: 752px;
				
}
}
@media only screen and (max-width:760px){.templatemo_section p{border-width:thin;color:#000;font-family:Arial, Helvetica, sans-serif;text-align:left;font-size:h3;width:90%;margin-left:10px;margin-right:10px;}}
@media only screen and (min-width:760px){#templatemo_container{width:755px;margin:auto;}}
@media only screen and (max-width:760px){#templatemo_container{width:100%;}}
@media only screen and (min-width:760px){#kurucum_orta{width:730px;height:395px;margin:auto;font-size:14px;}}
@media only screen and (max-width:760px){#kurucum_orta{width:80%;height:395px;margin:auto;font-size:14px;}}
@media only screen and (min-width:760px){.col_w900{width:1020px;padding:0 30px 70px 200px;margin-bottom:0;repeat-x bottom;}}
@media only screen and (max-width:760px){.col_w900{width:100%;padding:0 30px 70px 100px;margin-bottom:0; repeat-x bottom;}}
@media only screen and (min-width:760px){.col_w900_last{background:none;padding-top:0;padding-bottom:0;width:1120px;color:#333;clip:rect(auto,auto,auto,20px);margin-top:100px;margin-right:auto;margin-bottom:auto;margin-left:auto;}}
@media only screen and (max-width:760px){.col_w900_last{background:none;padding-top:0;padding-bottom:0;width:100%;color:#333;clip:rect(auto,auto,auto,100px);margin-top:0px;margin-right:0px; margin-bottom:0px;margin-left:0px;}
}
@media only screen and (min-width:760px){#gallery .gallery_box{border:thin solid #C0C0C0;display:block;float:left;width:340px;margin:0 18px 20px 0;text-align:center;border-radius:6%;}}
@media only screen and (max-width:760px){#gallery .gallery_box{border:thin solid #C0C0C0;display:block;float:left;width:99%;margin:0% 0% 3% 0%;text-align:center;border-radius:12px 12px 12px 12px;}
}
#gallery{margin:0;padding:0}
.gallery_box h3{
				margin-bottom: 10px;
				text-transform: capitalize;
}
@media only screen and (min-width:760px){.gallery_box a img{border-radius:8%;border:1px solid #FAF8E1;width:330px;height:226px;padding:4px;}}
@media only screen and (max-width:760px){.gallery_box a img{border-radius:11px 11px 11px 11px;border:1% solid #FAF8E1;width:98%;height:98%;padding:1%;}
}
@media only screen and (min-width:760px){
.gallery_box a:link{
				color: #CC9900;
				font-size: 12px;
				font-weight: 500;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 10px;
}
}
@media only screen and (max-width:760px){
.gallery_box a:link{
				color: #CC9900;
				font-size: 14px;
				font-weight: 500;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 5px;
}
}
}
.gallery_box a img:hover{background:#ccc}
@media only screen and (min-width:760px){#gallery a.more{float:left;left:10px;margin-left:10px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;font-weight:bold;color:#8B4513;font-variant:normal;}}
@media only screen and (max-width:760px){#gallery a.more{float:left;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:20px; font-weight:bold; color:#8B4513; padding: 0% 0% 0% 0%; vertical-align :text-bottom;}
}
#gallery a.more:hover{color:#FF6760;}
@media only screen and (min-width:760px){.col_w900{width:1070px;padding:0 30px 70px 30px;margin-bottom:0; repeat-x bottom;}}
@media only screen and (max-width:760px){.col_w900{width:98%;padding:0px 1% 0px 1%;margin-bottom:0; repeat-x bottom;}}
@media only screen and (min-width:760px){.col_w900_last{padding:0 30px 0 40px;margin:auto;background:none;}}
@media only screen and (max-width:760px){.col_w900_last{position:center;max-width:100%;height:100%}}
@media only screen and (min-width:760px){#gallery{margin:0;padding:0;width:1120px;}}
@media only screen and (max-width:760px){#gallery{margin:0;padding:0;width:100%;}}
@media only screen and (min-width:760px){.gallery_box h2{margin-bottom:10px;font-size:20px;}}
@media only screen and (max-width:760px){.gallery_box h2{margin-bottom:5px;font-size:16px;margin-top:0px;}
}
.gallery_box a img:hover{background-color:#FAF8E1;}
.gallery_box a:hover{color:#FF6760;opacity:0.8;filter:alpha(opacity=30);text-decoration:underline;}
}
a:hover{color:#FF6760;opacity:1;filter:alpha(opacity=30);text-decoration:underline;}
img{border:medium none #CCFFCC;}
@media only screen and (min-width:760px){
h3{
				color: #000;
				font-weight: normal;
				text-transform: inherit;
}
}
@media only screen and (max-width:760px){h3{color:#000;font-weight:normal;}
}
h2{
				color: #FF8000;
				font-weight: normal;
				font-family: Arial, Helvetica, sans-serif;
				text-align: center;
}
@media only screen and (min-width:760px){
h1{
				margin: 40 0 20px 0;
				font-weight: normal;
				font-family: "monotype Corsiva";
				color: #FF8000;
				text-align: center;
				text-transform: capitalize;
}
}
@media only screen and (max-width:760px){
h1{
				
				font-weight: normal;
				font-family: Arial, Helvetica, sans-serif;
				color: #FF8000;
				text-align: left;
				font-size: 25px;
				margin-left:10px;margin-right:10px;
				text-transform: capitalize;
		
}
}
@media only screen and (min-width:760px){h2{font-size:25px;margin:0 0 15px 0;padding:10px 0 0px 0;}}
@media only screen and (max-width:760px){
h2{
				font-size: 20px;
				margin: 0 0 15px 0;
				padding: 10px 0 0px 0;
}
}
@media only screen and (min-width:760px){h3{margin:0 0 15px;padding:0;}}
@media only screen and (max-width:760px){h3{margin:0 0 15px;padding:0;}
}
.cleaner{clear:both}
@media only screen and (min-width:760px){a.more{display:block;width:155px;border-radius:8px 8px 8px 8px;height:25px;text-align:center;padding:0px 0px 0 0px;color:#FFFFFF;font-weight:bold;background:url(images/templatemo_button1.webp);font-family:"Monotype Corsiva";font-variant:normal;clip:rect(auto, 0px, auto, 0px);font-size:20px;margin-bottom:20px;margin-top:0px;}}
@media only screen and (max-width:760px){a.more{margin:6% 1.2% 2% 1.2%;width:97.6%;height:24px;text-align:center;font-weight:bold;background:url(images/templatemo_button1.webp);border-radius:8px 8px 8px 8px;}
}
a.more:hover{color:#fff;text-decoration:none;}
#buyuk_yazi{width:755;height:200;margin:auto;height:200px;width:755px;margin:auto;font-size:36px;font-style:normal;color:#333;text-align:center;height:100px;background-repeat:no-repeat;}
@media only screen and (min-width:760px){#urun_resim2{margin:0px auto auto -25px;width:530px;}}
@media only screen and (max-width:760px){#urun_resim2{margin:0px auto auto -25px;width:100%;}}
@media only screen and (min-width:760px){#kurucum_hakkinda{width:800px;height:170px;margin:auto;font-size:14px;color:#666;}}
@media only screen and (max-width:760px){#kurucum_hakkinda{width:100%;height:170px;margin:auto;font-size:14px;color:#666;}}
.templetemo_right_col{text-align:center;}@charset "utf-8";@charset "utf-8";@media only screen and (min-width:760px){#slider-cerceve{float:left;width:760px;height:510px;margin:0 0 5% 0;padding:13px 12px 13px 14px;background:url('images/cerceve.webp') no-repeat;}
}
@media only screen and (max-width:760px){#slider-cerceve{float:left;width:96%;height:auto;padding:1.8% 1.8% 1.8% 1.8%;background:no-repeat;}
}
@media only screen and (min-width:760px){.nivoSlider{position:relative;width:730px;height:487px;}}
@media only screen and (max-width:760px){.nivoSlider{position:relative;max-width:100%;height:100%;}
}
.nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
@media only screen and (min-width:760px){.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.7;overflow:hidden;display:none;-moz-opacity:1;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
}
@media only screen and (max-width:760px){.nivo-caption{position:absolute;left:0px;bottom:0px;background:#transparent {
    };color:#fff;width:100%;z-index:8;padding:2px 10px;opacity:0;overflow:hidden;display:none;-moz-opacity:1;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:60%;}
}
{}
.nivo-caption p{padding:1px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav a{position:relative;z-index:99;cursor:pointer;font-size:large;color:#808080;font-weight:bold;}
.nivo-controlNav a.active{font-weight:bold;}
@media only screen and (min-width:760px){.nivo-controlNav a{display:block;width:4.2%;height:1.6%;background:url('images/bullet4.webp') no-repeat;text-indent:-20px;border:0;margin-left:9.8%;float:left;margin-top:3.5%;padding-left:1%;}
}
@media only screen and (max-width:760px){.nivo-controlNav a{display:block;width:4%;height:22px;background:url('images/bullets1.webp') no-repeat;text-indent:-9999px;border:0;margin-left:10%;float:left;margin-top:3.5%;padding-left:0.5%;}
}
{}
{}
.nivo-controlNav a.active{background-position:0 -22px;font-size:large;color:#33CC33;}
.nivo-directionNav a{border-style:none;border-color:inherit;border-width:0;display:block;width:30px;height:30px;background:url('images/arrows.webp') no-repeat;text-indent:-9999px;}
a.nivo-nextNav{background-position:-30px 0;right:15px;}
a.nivo-prevNav{left:15px;}
.nivo-caption{text-shadow:none;font-family:Arial, Helvetica, sans-serif;, Arial, sans-serif;}
.nivo-caption a{color:#efe9d1;text-decoration:underline;}
@media only screen and (min-width:760px){#templatemo_footer{ display:table-footer-group; float:right; padding: 0 65px 0 0px; }}
@media only screen and (max-width:760px){#templatemo_footer{display:none;}
}
.footer_list{margin:0;padding:0;list-style:none;}
.footer_list li{margin:0 0 5px;padding:0 0 3px;border-bottom:1px dotted #433854;}
.footer_list li a{color:#666;margin-top:50px;font-size:10px;}
.footer_social_button{clear:both;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
.footer_social_button a{margin-right:5px;}
@media only screen and (min-width:760px){.col_4{float:left;width:180px;margin-right:10px;color:#000000;padding-top:50px;font-family:Arial, Helvetica, sans-serif;font-size:10px;}}
@media only screen and (max-width:760px){.col_4{float:left;width:80%;margin-right:5px;color:#000000;padding-top:50px;font-family:Arial, Helvetica, sans-serif;font-size:10px;}}
{}
.cleaner{clear:both}
.footer_social_button a:link{
				color: #DB9900;
				text-decoration: none;
				font-variant: normal;
				font-size: 14px;
				font-weight: bolder;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
}
@media only screen and (min-width:760px){#galeri .galeri_box{border:thin solid #C0C0C0;display:block;float:left;width:340px;margin:0 18px 20px 0;text-align:center;border-radius:6%;}}
@media only screen and (max-width:760px){#galeri .galeri_box{border:thin solid #C0C0C0;display:block;float:left;width:48%;margin:0% 0% 3% 0%;text-align:center;border-radius:12px 12px 12px 12px;}
}
#galeri{margin:0;padding:0}
.galeri_box h3{
				margin-bottom: 10px;
				text-transform: capitalize;
}
@media only screen and (min-width:760px){.galeri_box a img{border-radius:8%;border:1px solid #FAF8E1;width:330px;height:226px;padding:4px;}}
@media only screen and (max-width:760px){.galeri_box a img{border-radius:11px 11px 11px 11px;border:1% solid #FAF8E1;width:98%;height:98%;padding:1%;}
}
@media only screen and (min-width:760px){
.galeri_box a:link{
				color: #CC9900;
				font-size: 16px;
				font-weight: 500;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 10px;
}
}
@media only screen and (max-width:760px){
.galeri_box a:link{
				color: #CC9900;
				font-size: 22px;
				font-weight: 500;
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 5px;
}
}
}
.galeri_box a img:hover{background:#ccc}
@media only screen and (min-width:760px){#galeri a.more{float:left;left:10px;margin-left:10px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;font-weight:bold;color:#8B4513;font-variant:normal;}}
@media only screen and (max-width:760px){#galeri a.more{float:left;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:20px; font-weight:bold; color:#8B4513; padding: 0% 0% 0% 0%; vertical-align :text-bottom;}
}
#galeri a.more:hover{color:#FF6760;}
@media only screen and (min-width:760px){#galeri{margin:0;padding:0;width:800px;}}
@media only screen and (max-width:760px){#galeri{margin:0;padding:0;width:100%;}}
@media only screen and (min-width:760px){.galeri_box h2{margin-bottom:10px;font-size:20px;}}
@media only screen and (max-width:760px){.galeri_box h2{margin-bottom:5px;font-size:16px;margin-top:0px;}
}
.galeri_box a img:hover{background-color:#FAF8E1;}
.galeri_box a:hover{color:#FF6760;opacity:0.8;filter:alpha(opacity=30);text-decoration:underline;}
}

