.home-description { 
position: relative; 
float: none; 
display: none; 
background: #bdbdbd; 
padding: 15px 15px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-description .h1{ 
position: relative; 
float: none; 
color: #0ba3c8; 
font-family: Lato-Regular; 
font-size: 10px; 
font-weight: 10; 
text-align: left; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
.home-category .h3 { 
font-family: Lato-Regular; 
font-size: 20px; 
font-weight: 100; 
text-align: left; 
color: #0ba3c8; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
.home-category a { 
position: relative; 
float: left; 
text-decoration: none; 
background: #000000; 
color: #ffffff; 
font-family: Lucida Grande; 
font-size: 10; 
padding: 7px 15px; 
margin-left: 15px; 
margin-top: 20px; 
margin-right: 15px; 
margin-bottom: 5px; 
} 
.home-list { 
position: relative; 
float: none; 
background: #f5f5f5; 
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: 5px; 
padding: 0px 0px 0px 0px; 
margin-top: 20px; 
margin-bottom: 20px; 
} 
.home-list .element:hover { 
position: relative; 
background: #ffffff; 
border: 2px none #787878; 
border-radius: 10px; 
padding: 0px 0px 0px 0px; 
margin-top: px; 
margin-bottom: px; 
} 
.home-list .element .thumb { 
position: relative; 
padding: 8px 8px; 
margin-top: px; 
overflow: hidden; 
margin-bottom: px; 
} 
.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: #0ba3c8; 
padding: 5px 5px; 
margin-top: 3px; 
margin-bottom: 3px; 
} 
.home-list .element .content .head .h3{ 
position: relative; 
float: none; 
color: #ffffff; 
font-family: Roboto-Bold; 
font-size: 18px; 
font-weight: 600; 
} 
.home-list .element .content .desc { 
position: relative; 
display: none; 
float: none; 
clear: both; 
background: #ffffff; 
padding: 10px 50px; 
margin-top: -10px; 
margin-bottom: 0px; 
} 
.home-list .element .content .desc .p { 
position: relative; 
float: none; 
color: #3c3c3c; 
font-family: Lato-Regular; 
font-size: 12px; 
font-weight: 600; 
} 
.home-list-pagination { 
position: relative; 
display: none; 
float: none; 
clear: both; 
background: #f5f5f5; 
padding: 7px 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.home-list-pagination .paginations{ 
list-style-type: none; 
display: flex; 
align-items: center; 
justify-content: center; 
padding: 0; 
margin: 0; 
} 
.home-list-pagination .paginations li{ 
position: relative; 
float: left; 
border: 1px solid #3c3c3c; 
border-radius: 10px; 
background: #ffffff; 
color: #3c3c3c; 
font-family: Lucida Grande; 
font-size: 12px; 
text-align: left; 
padding: 10px 15px; 
margin-right: 7px; 
margin-top: 10px; 
margin-bottom: 0px; 
} 
.home-list-pagination .paginations li.active{ 
background: #ffffff; 
color: #3c3c3c; 
} 
.home-detail-thumb{ 
position: relative; 
padding: 0px 0px; 
margin-top: 70px; 
margin-bottom: 0px; 
} 
.home-detail-thumb .thumb-box img { 
scale(1); 
-webkit-transform: scale(1); 
transform: scale(1);transition:all 1s ease; 
} 
.home-detail-thumb .thumb-box:hover img { 
-webkit-transform: scale(1.2); 
transform: scale(1.2); 
} 
.home-detail-header{ 
background: #ffffff; 
color: #3c3c3c; 
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: #3c3c3c; 
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: #000000; 
color: #ffffff; 
font-family: Lucida Grande; 
font-size: 11px; 
font-weight: 600; 
text-align: left; 
padding: 7px 15px; 
margin-top: 40px; 
margin-bottom: 10px; 
margin-right: 15px; 
} 
