/* =====================================================
========================================================
==== News
========================================================
===================================================== */


.news-left, .news-right { float: left; width: 100%; }
.news-area { float: left; width: 100%; }




@media only screen and (min-width: 1000px) {

.news-left { width: 25%; padding-right: 30px; }
.news-right { width: 75%; }

}






/* =====================================================
========================================================
==== Sitemap
========================================================
===================================================== */

#sitemap-area p { padding-bottom: 30px; }
#sitemap-area ul li { float: left; width: 100%; margin-bottom: 10px; }
#sitemap-area ul li a { float: left; width: 100%; text-align: center; background: #f7be11; border-radius: 20px; color: #fff; padding: 20px 70px 20px 70px; text-transform: uppercase; font-size: 15px; } 
#sitemap-area ul li a:hover { background: #037da4; }

@media only screen and (min-width: 761px) {

#sitemap-area ul li { width: 48%; }
#sitemap-area ul li:nth-child(even) { float: right; }

}



/* =====================================================
========================================================
==== Error 404
========================================================
===================================================== */

.error-404 p { padding-bottom: 30px; }
.error-404 ul li { float: left; width: 100%; margin-bottom: 10px; }
.error-404 ul li a { float: left; width: 100%; text-align: center; background: #f7be11; border-radius: 20px; color: #fff; padding: 20px 70px 20px 70px; text-transform: uppercase; font-size: 15px; } 
.error-404 ul li a:hover { background: #037da4; }

@media only screen and (min-width: 761px) {

.error-404 ul li { width: 48%; }
.error-404 ul li:nth-child(even) { float: right; }

}
