.home-description { 
position: relative; 
float: none; 
background: #bdbdbd; 
padding: 15px 15px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-description .h1{ 
position: relative; 
float: none; 
color: #1c1c1c; 
font-family: Impact; 
font-size: 10px; 
font-weight: 10; 
text-align: left; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
.home-category .h3 { 
font-family: Lucida Grande; 
font-size: 20px; 
font-weight: 700; 
text-align: left; 
color: #292929; 
margin-top: 15px; 
margin-bottom: 0px; 
} 
.home-category a { 
position: relative; 
float: left; 
text-decoration: none; 
background: #141414; 
color: #ffffff; 
font-family: Lucida Grande; 
font-size: 10; 
padding: 7px 15px; 
margin-left: 15px; 
margin-top: 20px; 
margin-right: 15px; 
margin-bottom: 0px; 
} 
.home-list { 
position: relative; 
float: none; 
background: #ffffff; 
padding: px px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-list .element{ 
position: relative; 
display: inline-block; 
background: #ffffff; 
border: 2px none #787878; 
border-radius: 0px; 
padding: 0px 0px 0px 0px; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
.home-list .element:hover { 
position: relative; 
background: #ffffff; 
border: 2px none #c20f0f; 
border-radius: 0px; 
padding: 0px 0px 0px 0px; 
margin-top: px; 
margin-bottom: px; 
} 
.home-list .element .thumb { 
position: relative; 
padding: 0px 0px; 
margin-top: 0px; 
overflow: hidden; 
margin-bottom: 0px; 
} 
.home-list .element .thumb img { 
scale(1); 
-webkit-transform: scale(1); 
transform: scale(1);transition:all 1s ease; 
} 
.home-list .element:hover .thumb img { 
-webkit-transform: scale(1.2); 
transform: scale(1.2); 
} 
.home-list .element .content .head { 
padding: 0; 
margin: 0; 
background: #bebebe; 
} 
.home-list .element .content .head { 
position: relative; 
float: none; 
background: #ffffff; 
padding: 0px 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-list .element .content .head .h3{ 
position: relative; 
float: none; 
color: #171717; 
font-family: Arial; 
font-size: 18px; 
font-weight: 500; 
} 
.home-list .element .content .detail { 
position: relative; 
float: none; 
display: inline-block; 
clear: both; 
background: #ffffff; 
padding: 0px 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-list .element .content .detail p { 
position: relative; 
float: none; 
color: #000000; 
font-family: Lucida Grande; 
font-size: 10px; 
font-weight: 600; 
padding-left: 0; 
} 
.home-list .element .content .desc { 
position: relative; 
display: none; 
float: none; 
clear: both; 
background: #ffffff; 
padding: 10px 15px; 
margin-top: -10px; 
margin-bottom: 0px; 
} 
.home-list .element .content .desc .p { 
position: relative; 
float: none; 
color: #333333; 
font-family: Lucida Grande; 
font-size: 12px; 
font-weight: 600; 
} 
.home-list-pagination { 
position: relative; 
float: none; 
clear: both; 
background: #ffffff; 
padding: 0px 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-list-pagination .paginations{ 
list-style-type: none; 
display: flex; 
align-items: flex-start; 
justify-content: flex-start; 
padding: 0; 
margin: 0; 
} 
.home-list-pagination .paginations li{ 
position: relative; 
float: left; 
border: 1px solid #8f8f8f; 
border-radius: 0px; 
background: #ffffff; 
color: #292929; 
font-family: Lucida Grande; 
font-size: 12px; 
text-align: center; 
padding: 7px 10px; 
margin-right: 7px; 
margin-top: 10px; 
margin-bottom: 0px; 
} 
.home-list-pagination .paginations li.active{ 
background: #5e78a1; 
color: #ffffff; 
} 
.home-detail-thumb{ 
position: relative; 
display: flex; 
align-items: flex-start; 
justify-content: flex-start; 
padding: 0px 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-detail-header{ 
background: #ffffff; 
color: #716f6f; 
font-family: Lucida Grande; 
font-size: 24px; 
font-weight: 600; 
text-align: left; 
padding: 0px 0px; 
margin-top: 10px; 
margin-bottom: 40px; 
} 
.home-detail-header h1{ 
color: #716f6f; 
font-family: Lucida Grande; 
font-size: 24px; 
font-weight: 600; 
text-align: left; 
} 
.home-detail-tags{ 
margin-top: 40px; 
margin-bottom: 10px; 
} 
.home-detail-tags span{ 
background: #141414; 
color: #ffffff; 
font-family: Lucida Grande; 
font-size: 11px; 
font-weight: 600; 
text-align: center; 
padding: 7px 15px; 
margin-top: 40px; 
margin-bottom: 10px; 
margin-right: 15px; 
} 
