body {
    background-image: url(../images/body_bg.jpg) top center repeat-x;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
p {
    line-height: 160%;
}
img{
	/*max-width: 100%;*/
}
.white-bg {
    border-top: 0!important;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav > li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 5px;
    height: 35px;
    background-image: url(../images/horz_bg.gif);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    height: 35px;
    text-decoration: none;
    background-image: url(../images/horz_bg_roll.gif);
}
.navbar-nav li a,
.navbar-nav li a:hover {
    font-weight: bold;
    color: #ffffff!important;
    height: 35px;
    text-decoration: none;
    display: block;
    padding: 8px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .navbar-nav li a,
    .navbar-nav li a:hover {
        padding: 8px 31px;
        margin-right: 1px;
    }
}
.navbar-nav li a:hover {
    color: #FFFFFF;
    height: 35px;
    text-decoration: none;
    background-image: url(../images/horz_bg_roll.gif);
}
.navbar-nav > li.rghtborder {
    float: left;
    background-image: url(../images/menu_right_border.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 2px;
    height: 35px;
}
.iso-cer {
    padding: 0px 10px;
    height: 19px;
    background-color: #183980;
    margin-left: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: white;
    display: inline-block;
}
.pad-t-b {
    padding: 15px 0px;
}
.top15 {
    padding-top: 15px;
}
.gradient {
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* ie10+ */
    
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee', GradientType=0);
    /* ie6-9 */
    
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.brd {
    border-bottom: 1px solid #dcdcdc;
}
.ul-list {
    list-style-type: none;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fr {
    float: right;
    margin-right: 10px
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.margin-lft{
    margin-left: 2px;

}
.margin-top {
	margin-top: 10px;
}
.margin-bottom {
	margin-bottom: 5px;
}
.padding-left{
	padding-left: 15px;
}
.gradient_white_bg{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+88,f0f0f0+100,f0f0f0+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 88%, #f0f0f0 100%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 88%,#f0f0f0 100%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 88%,#f0f0f0 100%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    clear: both;
    overflow: hidden;
}
ul.decimal{
	list-style-type:decimal; 
	padding-left: 15px;
}
ul.decimal li { 
    margin-bottom:  15px; 
}

.border{
    border: 1px solid #d7d7d7;
}
.border-btm{
    border-bottom: 1px solid #dedede;
}
.top-space{
  
}
.top-space-{
  margin-top: 10px;
}


    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }

    #owl-demo .item img{
        border: 1px solid #d7d7d7;
margin-bottom: 10px;
padding: 1px 1px 0px 1px;
    }
    #owl-demo .item p{
        font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
text-align: center;
    }


@media (max-width: 768px) {
    .top-space {
        margin-top: 170px!important;
        padding-top: 10px!important;
    }
    .brd-btm {
        margin-bottom: 20px;
    }
    .navbar-nav > li.rghtborder {
        background: none
    }
    .mobile-none {
        display: block;
    }
    .navbar-fixed-top-mobile {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-inverse {
        border-top: 0!important;
        border: 1px solid #dcdcdc;
        border-radius: 0;
        background-color: #fff;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .navbar-nav li a,
    .navbar-nav li a:hover {
        padding: 8px 17px;
    }
    .margin-lft{
    margin-left: 10px;

}
 .margin-top{
    margin-top: 15px;

}
    ul#left-navigation li {
        list-style: none;
        line-height: 20px!important;
        padding-bottom: 6px!important;
        padding-top: 6px!important;
    }
    .title2 {
    font-size: 12px;
}
    .title2 {
        background-position: 7px 18px!important;
        padding-left: 15px!important;
        padding-top: 15px;
    }
    .ul-list {
        list-style-type: none;
        padding-left: 10px;
    }
    .ul-list li {
        font-size: 11px
    }
    .footer_txt .text-right {
        text-align: right;
    }
    .footer_txt {
        font-size: 11px;
        line-height: 20px;
    }
    .top-space {
    margin-top: 20px;
}
.margin-bottom-mobile{
    margin-bottom: 20px;
}
.grey_nav_seperator {
    padding-left: 8px!important;
    padding-right: 0px!important;
}
.margin-lft{
    margin-left: 1px!important;
    width: 100%!important;
}
   ul.sitemp_list li {
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 15px !important;
}

}
@media (max-width: 767px) {
    .top-space {
        margin-top: 130px !important;
    }
    .top-space- {
    margin-top: 140px !important;
}

    .brd-btm {
        margin-bottom: 20px;
    }
    .navbar-nav > li.rghtborder {
        background: none
    }
    .mobile-none {
        display: none;
    }
    .navbar-fixed-top-mobile {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-inverse {
        border-top: 0!important;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
.margin-lft{
    margin-left: 1px !important;
    width: auto !important;
}

.margin-bottom-mobile{
    margin-bottom: 20px;
}
    .footer_txt .text-right {
        text-align: left;
    }
    .footer_txt {
        font-size: 11px;
        line-height: 20px;
    }

    ul.sitemp_list li {
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 15px !important;
}

.clients_logo_container img{ margin-bottom: 15px; }

}