@charset "UTF-8";

/* Table of Content
==================================================
1.  Basicpages page

*/

/* Contact top
=====================================*/
#lower-topimg {
}

#basicpages {
  margin: 50px 0 100px;
}

#basicpages ul,
#basicpages ol {
  list-style-type: none;
}

.basicpage-section {
  margin-bottom: 50px;
}


/* Sitemap
=====================================*/
.sitemap-block {
  padding: 20px;
  background-color: #eeeeee;  
}

.sitemap-block li{
  margin: 10px 0;
}

.sitemap-block li a{
  color: #28262c;
}

.sitemap-block li a:hover{
  color: #14C28C;
}

.sitemap-block-icon {
  padding-right: 10px;
  color: #004679; 
}

.sitemap-block-icon i {
  background: none;
  color: #004679;
  text-align: center;
  line-height: 18px;
  width: 20px;
  height: 20px;
  border: 1px solid #004679;
  border-radius: 100%;
  font-size: 18px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;  
}


a:hover .sitemap-block-icon i{
  background: #14C28C;
  color: #fff;
  border-color: #14C28C;  
}

.sitemap-block-lower li:before{
  content:"";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -10px;
  margin-right: 10px;
  background-color: #14C28C;
  border-radius: 3px;
} 