/* Start - Website Option Css */
img.display-image {
    width: 200px;
  padding: 6px 0;
}

section.footer-section {
    padding-bottom: 0px;
}

.list-style{
 /*list-style-type: none; */
  list-style-type: circle;
  list-style-position: inside;
  
}
.list-style li{
    color: #999999;
    font-weight: 300;
  padding-bottom: 5px;
}


.justify-2{
 text-align: justify; 
}

.no-margin{
  margin: 0px!Important; 
}

div#map-122 {
    margin-bottom: 50px!Important;
  margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
      max-width: 1200px;
}

section#support {
    padding-bottom: 0px!Important;
}
section#support {
    padding-bottom: 0px;
}



        .pricing-list {
            list-style: none;
        }

        .home-features li {
            background-image: url(img/tickBox.gif);
            /*background-image: url(/public/theme/ocd/images/tickBox.gif);*/
            background-repeat: no-repeat;
            background-position: 0 center;
            padding-left: 30px;
            padding-top: 10px;
            color: #4c1219;
            font-size: 14px;
            font-weight: bolder;
            text-align: left;
            list-style-type: none;
        }

        .footer-links li {
            display: inline;
        }

        footer a:hover {
            font-weight: bold !Important;
            
        }

        footer a {
            text-decoration: underline !Important;
        }

        .siteswitch-link {
            color: #FF6600!Important;
        }

 .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 02 css */
        /*
        .jssora02l                  (normal)
        .jssora02r                  (normal)
        .jssora02l:hover            (normal mouseover)
        .jssora02r:hover            (normal mouseover)
        .jssora02l.jssora02ldn      (mousedown)
        .jssora02r.jssora02rdn      (mousedown)
        */
        .jssora02l, .jssora02r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('/public/theme/A72/img/a02.png') no-repeat;
            overflow: hidden;
        }
        .jssora02l { background-position: -3px -33px; }
        .jssora02r { background-position: -63px -33px; }
        .jssora02l:hover { background-position: -123px -33px; }
        .jssora02r:hover { background-position: -183px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }
/* End - Website Option Css */
