/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.single project
 8.blog page
 9.services
 10.Contact page
 11.footer
 12.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

.ref1{
	width:175px;
	height:105px;
	
}

.ref2{   
	border-radius:3px;
}
.yazisi{
	text-align:center;
	width:175px;
	height:40px;
	margin-left:5px;
	padding-top:11px;
	border-radius:0px 0px 7px 7px;
	background-color:#a0ce4e;
	font-family:'Montserrat', sans-serif;
}
.resim{ 
	width:175px;
	height:105px;
	margin-left:5px;
	margin-top:5px;
	border-radius:7px 7px 0px 0px;
}
 @media only screen and (max-width: 500px) {
     #refid{
       display: table;
    }
	#yazisi{
	text-align: center;
    width: 250px;
    height: 77px;
    margin-left: 5px;
    padding-top: 45px;
	margin-bottom:10px;
    border-radius: 0px 0px 7px 7px;
    background-color: #a0ce4e;
    font-family: 'Montserrat', sans-serif;
	}
	#resim{
	width: 250px;
    height: 135px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 7px 7px 0px 0px;
	}
}

#sutun1 {
	background-color:#919191;
	border-radius:7px 0px 0px 0px;
	}

#sutun2 {
	background-color:#919191;
	border-radius:0px 7px 0px 0px;
	}
	
tr #s1 {
	text-align: center;
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	color:#424040;
	background-color:#fff;
	font-weight: 600;
	}

tr #s2 {
	text-align: center;
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	color:#424040;
	background-color:#f1f1f1;
	font-weight: 900;
	}

tr {
	
	color:#FFF;
	} 	
	
	
tr th {text-align:center;}	