ul {
    list-style-type: none;
    text-align: center;
}
ul.menu li {
    display: inline-block;
    padding: 10px 25px;
}
ul.menu li button {
    padding: 6px 20px;
}
.notes {
    width: 100%;
    display: block;
    text-align: center;
}
.grids {
    margin-top: 20px;
}
.grid {
    margin-top: 10px;
    color: lightskyblue;
}
.grid_date {
    color: lightskyblue;
}
.blue,
.red,
.green,
.black {
    margin-left: 5px;
    margin-top: 5px;
    height: 200px;
}
.blue img,
.red img,
.green img,
.black img {
    height: 200px;
    width: 100%;
}
.yellow img {
    height: 405px;
    width: 100%;
}
.blue {
    width: 45%;
    background: blue;
}
.red {
    width: 30%;
    background: red;
}
.green {
    width: 30%;
}
.yellow {
    width: 23.6%;
    height: 405px;
    margin-left: 5px;
    margin-top: 5px;
    background: yellow;
}
.black {
    width: 45%;
}
.btn_active {
    background: red;
    border: 0px;
    color: #fff;
    outline: none;
}
input#searchNote {
    width: 100%;
    padding: 20px 12px;
    font-style: italic;
    margin-top: 20px;
}
i.custom_search {
    position: absolute;
    top: 43px;
    right: 180px;
}
#portfolio_menu button {
    width: 100px;
    min-height: 20px;
    border: 0px;
    outline: none;
}
body {
    overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
/*resposive*/

@media all and (max-width: 1280px) and (min-width: 768px) {
    .colum {
        width: 100%;
    }
    ul.menu li {
        padding: 10px 6px;
    }
    .blue,
    .black {
        width: 40%;
    }
    .red,
    .green {
        width: 30%;
    }
    .yellow {
        width: 27%;
    }
}
@media only screen and (max-width: 960px) and (min-width: 620px)  {
    .colum {
        width: 100%;
    }
    ul.menu li {
        padding: 10px 30px;
    }
    ul.menu {
        overflow: hidden;
    }
    .blue,
    .black {
        width: 40%;
    }
    .red,
    .green {
        width: 30%;
    }
    .yellow {
        width: 27%;
    }
}
@media all  and (max-width: 619px) and (min-width: 480px) {
    .colum {
        width: 100%;
    }
    ul.menu li {
        padding: 10px 30px;
    }
    ul.menu {
        overflow: hidden;
    }
    .blue,
    .black {
        width: 100%;
    }
    .red,
    .green {
        width: 100%;
    }
    .yellow {
        width: 100%;
        height: auto;
    }
}
@media all and (max-width: 479px) and (min-width: 320px) {
    .colum {
        width: 100%;
    }
    ul.menu li {
        padding: 10px 15px;
    }
    ul.menu {
        overflow: hidden;
    }
    ul.menu li button {
        padding: 6px 0px;
    }
    #portfolio button {
        font-size: 10px;
        width: 50px;
    }
    .blue,
    .black {
        width: 100%;
    }
    .red,
    .green {
        width: 100%;
    }
    .yellow {
        width: 100%;
        height: auto;
    }
}
@media all and (max-width: 319px) {
    .colum {
        width: 100%;
    }
    ul.menu li {
        padding: 10px 15px;
    }
    ul.menu {
        overflow: hidden;
    }
    ul.menu li button {
        padding: 6px 0px;
    }
    #portfolio button {
        font-size: 10px;
        width: 50px;
    }
    .blue,
    .black {
        width: 100%;
        height: auto;
    }
    .red,
    .green {
        width: 100%;
        height: auto;
    }
    .yellow {
        width: 100%;
        height: auto;
    }
}
#comment{
	border-radius: 0px;
margin-bottom: 20px;
border: 0px;
-webkit-box-shadow: none;
box-shadow: none;
background: #d4d4d4;
font-style: italic;
color: #696969;
font-family: 'Open Sans', sans-serif;
}
label{
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.ptb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.mr-5{
	margin-right: 5px;
}
.mb-20{
	margin-bottom: 20px;
}
.img-a{
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.thum-a{
	padding: 0;
	border-radius: 0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
	margin-bottom: 20px;
}
.thum-a:hover{
	box-shadow: 0px 8px 8px rgba(0, 0, 0, .2);
}
.text-tg{
	padding: 20px;
	color: #535353;
}
.tle1{
	margin-top: 0;
	color: #8b3329;
	font-family: 'Roboto Slab', serif;
}
.text-a{color: #8b3329;}
.pagination > .active > a{
	background: #8b3329;
	border-color: #8b3329;
}
.pagination > li > a{
	color: #8b3329;
}
.tle2{
	font-family: 'Roboto Slab', serif;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mr-10{
	margin-right: 10px;
}
.social_icon1 a{
	color: #5B5B5B;
	margin-left: 5px;
	margin-right: 5px;
}
.box-tk{
	background: #eee;
	padding: 20px;
	margin-bottom: 20px;
}
a:hover, a:focus, a {
    color: #111;
}
.list-ds{
	text-align: left;
	margin-top: 20px;
}
.table tr th{text-align: center;}
