body{width:100%;height:auto;margin:0 auto;background:url(../images/BG.png) repeat top center;
	background-attachment:fixed;background-size: auto;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: subpixel-antialiased;
	font-family: "HelveticaNeue-LT-45-Light";color:#fff;}
.clear{clear:both;}

.big-close a {position: absolute;top: 13px;right: 15px;z-index: 9;float: right;}
.title-site-map{width:100%;}
.site-map-top{background:#ED233C;border-top-left-radius: 10px;border-top-right-radius: 10px;padding: 15px 0;}
.title-site-map h4{text-align:center;margin-bottom: 15px;font-size: 25px;margin-top: 0px;}
a{text-decoration:none;outline:none;font-size:16px;text-transform:capitalize;}
.site-map-links{width: 90%;position: relative;margin:90px auto 50px;padding: 0px;border-radius:10px;}
.site-map-links h4{text-align: center;font-size: 35px;margin: 0;padding-bottom: 15px;font-weight:normal;color:#000;}
.home-link{text-align:center;width:100%;}
.home-link a{font-size:25px;color:#fff;font-weight:700;}
.site-map-header{position:relative;width:100%;padding-bottom: 115px;}
.tab-close {position: absolute;top: 30px;right: 30px;z-index:9999;}
.main-links{width:33%;float:left;}
.main-links a{font-size: 22px;color:#fff;font-weight: 700;border-bottom:1px solid #ED233C;}
.sub-sm-links{padding-left:15px;margin: 10px 0;}
.sub-sm-links li{list-style:disc;color: #fff;font-size: 18px;font-weight: normal;border-bottom: 0;cursor:pointer;}
.sub-sm-links li span, .sub-sm-links li span a, .sub-sm-links li a{color:#fff;font-size:18px;font-weight:normal;border-bottom:0;}
.sm-container{background:rgba(0,0,0,0.8);padding: 15px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.separation{border-bottom:1px solid #fff;width: 45px;margin: 3px 0 5px;}
.page-links{padding-left:15px;padding-top: 8px;padding-bottom: 8px;}
.page-links li{list-style:circle;}
.page-links li a{color:#fff;font-size:16px;}
.link-block{display:block !important;}
.link-none{display:none !important;}
.font-23{font-size: 23px;}
.font-20{font-size: 20px;}
.border-bottom-red{border-bottom:1px solid #ED233C;width:80%;}
.margin-bottom-15{margin-bottom:15px;}
.btm-contant {
  display: none;
}
@media screen and (max-width:1100px)
{
.main-links a {
    font-size: 18px;
}
.sub-sm-links li {
    font-size: 16px;
}
.sub-sm-links li a {
    font-size: 16px;
}
.page-links li a {
    font-size: 16px;
}

}
@media screen and (max-width:1100px){
	.sub-sm-links li span, .sub-sm-links li span a, .sub-sm-links li a {
  border-bottom: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.border-bottom-red {
  font-size: 18px;
}
}
@media screen and (max-width:767px){
.main-links {
  float: left;
  width: 50%;
}
.site-map-links {
  margin: 90px auto 111px;
}
.btm-contant {
  background: none repeat scroll 0 0 rgb(237, 38, 38);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  padding: 9px 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 96%;
  z-index: 999;
}
.btm-contant > p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 23px;
}
}
@media screen and (max-width:640px){
.main-links {
  float: left;
  width: 100%;
}
}