﻿@font-face {
    font-family: 'SEGOEUIL';
    src: url('../fonts/SEGOEUIL.eot');
    src: url('../fonts/SEGOEUIL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SEGOEUIL.woff') format('woff'),
         url('../fonts/SEGOEUIL.ttf') format('truetype'),
         url('../fonts/SEGOEUIL.svg#glyphicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'SEGOEUIL';
    color:#232323!important;
}
h1, h2, h3{
    color:#07552e!important;
    margin-top: 20px;
    margin-bottom: 25px;
}
h1 { font-size:24px!important; font-weight:600; }
.wrapper{
    width:100%;
    height:auto;
    background:#f8f8f8;
}
.innerwrap{
    width:100%;
    height:auto;
    background:#f8f8f8;
        border-bottom: 1px solid #f8f8f8;
}
.mmnenu{
	padding-top:15px;
}
.clearf{
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
.topsection{
    width:100%;
    clear:both;
    min-height:100px;
}
.headbar{
	height:8px;
	background: #015230; /* Old browsers */
    background: -moz-linear-gradient(left,  #015230 0%, #c00302 50%, #fdfc00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #015230 0%,#c00302 50%,#fdfc00 100%); /* Chrome10-

25,Safari5.1-6 */
    background: linear-gradient(to right,  #015230 0%,#c00302 50%,#fdfc00 100%); /* W3C, IE10+, 

FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015230', 

endColorstr='#fdfc00',GradientType=1 ); /* IE6-9 */
}
.header{
    width:100%;
    background:#ffffff;
    position: relative;
}
.custcontainer{
    width:100%;
    clear:both;
}
.headsm{
	clear:both;
	padding:15px 20px;
}
.mywrap{
	width:900px;
	margin:0 auto;
	clear:both;
}
.SharePrice {
	margin:0!important;
	padding:0!important;
}
.nnmenu{
	clear:both;
}
.logo{
    float:left;
    width:525px;
    padding:10px 0 10px 10%;
}
.headright{
	float:right;
	right:68%;
}
.search{
clear:both;
float:right;
	padding:40px 90px 15px 0;
}
.nnmenu{
	clear:both;
	background:#015230;
}
.logoname{
    display: inline-block;
    font-size: 18px;
    font-family:Verdana;
    font-weight: 700;
    color: #006f37;
    margin-left: 15px;
    /*text-shadow: 0px 0px 2px rgba(0, 111, 55, 1);*/
}
.pagewrap{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.greentop{
    /*width: 60.75%;*/
    height: 0;
    background: #015230;
    margin-top: 0;
    position: relative;
    z-index: 1;
    float: right;
}
.carousel{
	clear:both;
	width:100%;
	position: relative;
	z-index:1;
}
.pagewrap>.carousel{
	height:480px;
	overflow:hidden;
}
.hmspacer{
	height:110px;
}
.fpcontainer {
    width:100%;
    clear:both;
    position:absolute;
    z-index:99;
    margin:0 auto!important;
    top:150px;
    /*height:305px;    
    background:#fff;
    opacity:0.75;*/
}
.item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.rs{ margin-right: 8%; }
.ls{ margin-left: 8%; }
.carousel-control {
    position: absolute;
    top:20px!important;
    bottom: 0;
    left: 140px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color:transparent!important;/* rgba(0,0,0,0);*/
    background-image:none!important;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    top:90px!important;
    background:none!important;
    background-image:none!important;
    height:51px;
    width:51px;
    border-radius:50%;
}
.carousel-control.right {
   left:140px!important;
   background:none!important;
   background-image:none!important;
   height:51px;
    width:51px;
    border-radius:50%;
}
.carousel-control{
	background:transparent!important;
	background-image:none!important;
	text-decoration:none!important;
	border:none!important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top:30px;
    left: 17%;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 60%;
    height: 100px;
    border-left: 3px solid #fff;
    padding-left: 35px;
}
.carousel-caption h1{
    font-size:25px!important;
    color: #f1f1f1!important;
    margin:0px!important;
    padding:5px 0!important;
}
.carousel-caption span{
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 700;
}
.carousel-caption a{
	color:#f1f1f1;
}

/*=============================0000 Carousel=================*/

.vertical .carousel-inner {
  height: 100%!important;
  width:100%!important;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.vertical .carousel-inner{
  width:100%!important;
}
.vertical .carousel-inner > .item {
  width: 100%!important;
}

.vertical .carousel-inner > .item > img {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
  width: 100%!important;
}


/*@media not all, (-webkit-transform-3d){
    .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
}*/

@media all and (transform-3d), (-webkit-transform-3d),(-moz-transform-3d) {
  .vertical .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%!important;
  }
  .vertical .carousel-inner > .item > img {
    width: 100%!important;
  }
  .vertical.carousel-inner > .item.next,
  .vertical.carousel-inner > .item.active.right {
    top: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .vertical.carousel-inner > .item.prev,
  .vertical.carousel-inner > .item.active.left {
    top: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%!important;
  }
  .vertical.carousel-inner > .item.next.left,
  .vertical.carousel-inner > .item.prev.right,
  .vertical.carousel-inner > .item.active {
    top: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%!important;
  }
}
.vertical .carousel-inner > .active {
  top: 0;
}
.vertical.carousel-inner > .next,
.vertical.carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.vertical.carousel-inner > .next {
  left: 0;
  top: 100%;
}
.vertical .carousel-inner > .prev {
  left: 0;
  top: -100%
}
.vertical.carousel-inner > .next.left,
.vertical.carousel-inner > .prev.right {
  top: 0;
}
.vertical.carousel-inner > .active.left {
  left: 0;
  top: -100%;
}
.vertical.carousel-inner > .active.right {
  left: 0;
  top: 100%;
}
.breadcrumb {
    padding: 5px 0 5px 3%;
    margin-bottom: 0px!important;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px!important;
    font-size: 11px;
}
.breadcrumb a {
	color:#07552e!important;
	font-weight:600;
}

.ms-webpartzone-cell {
    margin: auto auto 0px;
}


/*.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
   top: 0;
}

.carousel.vertical .next {
   top: 400px;
}

.carousel.vertical .prev {
   top: -100px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
   top: 0;
}

.carousel.vertical .active.left {
   left: 0;
  top: -100%;
}

.carousel.vertical .active.right {
   left: 0;
  top: 100%;
}

.carousel.vertical .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}*/

/*=============================MyScroller=================*/


.radiant_scroller {
    margin: 25px;
}

.radiant_scroller_wrapper {
    background-color: #fff;
}

.radiant_scroller .scroller-el {
    width: 186px;
    
    margin-right: 10px;
    margin-bottom: 10px!important;
}

.radiant_scroller .radiant-next, .radiant_scroller .radiant-prev {
    bottom: -13px;
    background-image: url('../images/nav.png');
    width: 22px;
    height: 36px;
}

.radiant_scroller .radiant-next {
    right: -32px;
    top: 115px;
    background-position: 0 -36px;
}

.radiant_scroller .radiant-prev {
    left: -32px;
    top: 115px;
    background-position: 0 0;
}

.radiant_scroller .radiant-pagination {
   text-align: center;
   margin-top: 7px;
   display:none;
}

.radiant_scroller .radiant-pagination .radiant-page {
   width: 15px;
   height: 15px;
   border-radius: 15px;
   background-color: #ccc;
   border: 1px solid #ccc;
}

.radiant_scroller .radiant-pagination .radiant-page:hover {
   background-color: #efefef;
}

.radiant_scroller .radiant-pagination .current-page {
   background-color: #808080;
   border-color: #888;
}

.item, .active {
   height: 100%;
}
.carousel-inner {
    height: 100%;
}

.newsSlider .ncarousel-control {
    position: absolute;
    top: 65px!important;
    bottom: 0;
    right: 0px!important;
    /**/
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100)!important;
    opacity: 1!important;
}
.newsSlider .ncarousel-control.left {
    /*top:275px!important;*/
    background:none!important;
    height:51px;
    width:51px;
    left: 0;
}
.newsSlider ncarousel-control.right {
   right: 0px!important;
   background:none!important;
   height:51px;
    width:51px;
    right: 0;
    
}
.newsSlider .newscarousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a4848;
    text-align: center;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    height: 160px;
    }
.newsSlider .newscarousel-caption h1{
    font-size:36px!important;
    color: #fff!important;
    margin-bottom: 5px!important;
}
.newsSlider .newscarousel-caption h3{
    font-size:19px!important;
    color: #015230!important;
    margin-bottom: 15px!important;
    font-weight:700;
}
.newsSlider .newscarousel-caption span{
    font-size: 15px!important;
    color: #4a4848!important;
    font-weight: 600;
}


.testimonySliderInner {
    width: 328px;
    height: 333px;
    background: url(../images/testibackgroundinner.png) no-repeat;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(243,243,243,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(243,243,243,1);
    box-shadow: 0px 0px 5px 2px rgba(243,243,243,1);
}
.testimonySliderInner .carousel{
	width:320px;
}

.testimonySliderInner .ncarousel-control {
    position: absolute;
    top: 195px!important;
    right: 0px!important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100)!important;
    opacity: 1!important;
}
.testimonySliderInner .ncarousel-control.left {
    /*top:275px!important;*/
    background:none!important;
    height:51px;
    width:51px;
    left: 0;
}
.testimonySliderInner ncarousel-control.right {
   right: 0px!important;
   background:none!important;
   height:51px;
    width:51px;
    right: 0;
    
}
.testimonySliderInner .newscarousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #4a4848;
    text-align: center;
    width: 100%;
    padding-left: 5%;
    padding-right:5%;
    height: 333px;
}
.testimonySliderInner .newscarousel-caption h1{
    font-size:36px!important;
    color: #fff!important;
    margin-bottom: 5px!important;
}
.testimonySliderInner .newscarousel-caption h3{
    font-size:18px!important;
    color: #015230!important;
    margin-bottom: 15px!important;
}
.testimonySliderInner .newscarousel-caption span{
    font-size: 12px!important;
    color: #4a4848!important;
}

.SharePrice{
    font-size:24px;
    color:#fff;
    line-height:30px;
    text-align: right;
}
.plus{ font-size:13px; color:#03c142; }
.minus{ font-size:13px; color:#ff0000; }
.pacent{ font-size:16px; }


.otherlinks{
    font-size:20px;
    color:#fff;
    line-height:35px;
}

.otherlinks > ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.otherlinks > ul > li{
    display:inline-block;
    padding:0 0px;
}
.otherlinks > ul > li > a{
    color:#fff;
    font-weight:600;
}
.otherlinks > ul > li > a:hover{
    color:#034b0b;
    text-decoration:none;
}
.otherlinks > ul > li > a{ (;font-weight:400;); }
.otherlinks > ul > li > a { [;font-weight:400;]; }

/*
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    z-index:9999;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#bttop{
    height: 50px;
}

*/



/*
========================        Board of Directors
  ================================================
*/

#boddivlist {

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#boddivlist li {
    display: block;
    margin-bottom: 20px!important;    
    text-align:center;   
    /*width:50%;*/
}
.boddivlistbox{
    width:175px;
    height:230px; 
    padding:4px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    }
.boddivlistbox .picsbox {
        width: 145px;
    height: 150px;
    padding:10px;
    display:block;
    background:#f3f3f3;  
    border:solid 1px #e4e5e7;
    -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin:0 auto;
    }
/*.boddivlistbox .picsbox img {
        width: 200px;
    height: 190px;
    }
*/
    .boddivlistbox .picsboxGMD {
        width: 140px;
	    height: 140px;
	    padding:10px;
	    display:block;
	    background:#f3f3f3;  
	    border:solid 1px #e4e5e7;
	    -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin:0 auto;
    }

.boddivlistbox .picsinfo {
    /*width:240px;
    height:104px;*/
    padding:4px 0 0 4px;
    text-align:left;
    font-size:11px;
    line-height:16px;
    margin:0 auto;
      text-align: center;
    }

.boddivlistbox .picsinfo .name {
    font-size:13px;
    font-weight:800;
    color:#287b43;
    margin:0 auto 5px;
    display:block;
    }
.boddivlistbox .picsinfo .title {
    font-size:12px;
    font-weight:600;
    color:#46575f;
    margin:0 auto 5px;
    display:block;
    }
.boddivlistbox .picsinfo .desc {
    font-size:12px;
    color:#47555e;
    margin:0 auto 5px;
    display:block;
    }
.boddivlistbox .picsinfo .bodsocial {
    padding-right:5px;
    margin-top:5px;
    width:20px;
    height:20px;
    display:inline-block;
    }
.boddivlistbox .picsinfo .bodsocial a{
    border:none;
    }
.boddivlistbox .picsinfo .bodsocial a:hover{
    opacity:0.4;
    }

.BoDPhoto{
    width:175px;
    float:left;
    display:inline-block;
    
    }
.BoDDetail 
{
    text-align:justify;
    }
.BoDDetail p{
    margin-top:0px;
    }





.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.84)!important;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    clear:both;
}
.navbar-brand {
    float: left;
    height: 58px!important;
    padding: 5px 5px 5px 0px!important;
    font-size: 18px;
    line-height: 50px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px!important;
}
.navpos {
    width:100%;
    position:absolute!important;
    top:0!important;
    display:block;
    clear:both;
}
.grad{
    color:#FFF!important;
    background: #eed59c; /* Old browsers */
    background: -moz-linear-gradient(top,  #eed59c 0%, #dcb052 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eed59c 0%,#dcb052 100%); /* Chrome10-25,Safari5.1-6 

*/
    background: linear-gradient(to bottom,  #eed59c 0%,#dcb052 100%); /* W3C, IE10+, FF16+, 

Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed59c', 

endColorstr='#dcb052',GradientType=0 ); /* IE6-9 */
}

/*======================    Login Dropdown  */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

li.masnav.active{
	background-color: #5e9933;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}
.sideContent{
    width:335px;
    height:auto;
}
.txtContent{
    font-family: 'SEGOEUIL';
    padding-right: 25px;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    color:#232323;
}
.txtContent a {
	color:#07552e!important;
}

.txtTitle{
    font-size:36px;
    color:#464646;
    margin-top:28px;
    margin-bottom:57px;
    font-weight:800;
    font-family: 'SEGOEUIL';
}
.txtContent h1{
    font-size:36px!important;
    color:#464646!important;
    margin-top:15px!important;
    margin-bottom:15px!important;
    padding-bottom:10px!important;
    font-weight:800!important;
    font-family: 'SEGOEUIL'!important;
    border-bottom:solid 1px #ccc;
}
.txtContent h2{
    font-size:24px!important;
    color:#07552e!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    font-weight:600!important;
    font-family: 'SEGOEUIL'!important;
}

.txtContent h3{
    font-size:20px!important;
    color:#07552e!important;
    margin-top:5px!important;
    margin-bottom:10px!important;
    font-weight:400!important;
    font-family: 'SEGOEUIL'!important;
}

.pull-right-lg{
	float:right;
}

.txtContent ul{
    margin-left:0px;
   padding-left: 15px;
   list-style:none;
}
.txtContent ul li{
	padding-left: 20px;
}

.txtContent ul li:before{
   	content: "\f0a9";
   	position: absolute;
  	font-family: 'FontAwesome';
  	color:#07552e;
	padding-left: 5px;
    left: 20px;
}

.txtContent .paginate ul{ padding-left:0px!important; }
.txtContent .paginate ul li:before{ content: ""; }

.pagination li:active a {
	cursor:pointer!important;
}
.bordmore{
	height:auto;
	clear:both;
	padding:0 0 7px 0;
}
.bord img{
	width:100%;
	height:60px;
}
.bord ul{
    margin-left:0px;
   padding-left: 0px;
   list-style:none;
   margin-bottom: 0px;
}
.bord ul li{
	padding-left: 0px;
	margin-left:0px;
}
.bord ul li a{ color:#000000;}

.txtContent .mpiContainer .nav-tabs  { padding-left:0px!important;}
.txtContent .mpiContainer .nav-tabs > li:before { content: "";}
.txtContent .mpiContainer .nav-tabs > li{ padding-left: 10px; }


.txtContent .mpiContainer ul{ padding-left:0px!important; }
.txtContent .mpiContainer ul li:before{ content: ""; }
    
.more{
	color:#23527c!important;
	text-transform:uppercase;
	font-weight:600;
}
.more:hover{
	color:#015230!important;
}

/*.bord ul li:before{
   	content: "\f0a9";
   	position: absolute;
  	font-family: 'FontAwesome';
  	color:#07552e;
	padding-left: 5px;
    left: 20px;
}*/




#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(/SiteAssets/nnpc/images/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(/SiteAssets/nnpc/images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}




.map-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;}
.map-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
/*.txtContent ul li{
    padding-left: 1em; 
    text-indent: -.7em;
}
.txtContent ul li:before {
    content: "• ";
    color:#015230; 
}*/




.panel-group .panel-heading {
    border-bottom: 1px solid #fff!important;}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-

collapse>.panel-body {
    border-top: 3px solid #fff!important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff!important;
}



/*======================    Product Containers  1170px*/


.prodcontainer {
    top:87px;
    width:100%;
    margin:0 auto!important;
    height:200px;
    position:absolute;
    z-index:100;
}

.mantrabox {
    width:100%;
    height:170px;

    background-color: rgba(255, 255, 255, 1)!important;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
}



.nopaddingsearch {
    padding: 0px!important;
    margin-top: 0px;
    margin-bottom:25px;
}
header{ position:relative; }
.trans{
    width:100%;
    height:260px;
    position:absolute;
    z-index:290;
    background:#fff;
    opacity:0.75;
    top:60px;
}
.focalpoint{
    width:900px;
    background:#fff;
    opacity:1;
    margin: 0 auto;
     -webkit-box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
-moz-box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
}
.qiuckinfo{
    width:100%;
    /* height: 40px; */
    z-index:300;
    background: #015230; /* Old browsers */
    background: -moz-linear-gradient(left,  #015230 1%, #c5e836 50%, #015230 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #015230 1%,#c5e836 50%,#015230 100%); /* Chrome10-

25,Safari5.1-6 */
    background: linear-gradient(to right,  #015230 1%,#c5e836 50%,#015230 100%); /* W3C, IE10+, 

FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015230', 

endColorstr='#015230',GradientType=1 ); /* IE6-9 */
}

.jeje{
    padding:0 15px;
     background:#fff;
    opacity:1;
    bottom:0px;
}
.jeje h1{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px!important;
}
.jeje .title1{ /*width:50%;*/ line-height:2em}
.jeje .title2{ /*width:58%;*/ line-height:2em}
.jeje .title3{ /*width:58%;*/ line-height:2em}
.bord {
    border-right:solid 1px #c4c4c4;
}
.learnmore {
    text-transform:uppercase;
    line-height:55px;
}
/*.learnmore a{
    color:#3c3a3a;
    font-weight:800;
}*/
a.framedLink {
    display: inline-block;
    font-family: "AzoSans Black",sans-serif;
    font-weight: normal;
    font-size: .875em;
    line-height: 1em;
    text-transform: uppercase;
    color: #5d6164;
    padding: 10px 15px;
    border: 1px solid #999;
    margin-top: 50px;
    margin-right: 20px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-box-shadow .2s ease;
    -moz-transition: -moz-box-shadow .2s ease;
    -o-transition: -o-type .2s ease;
    -ms-transition: -ms-type .2s ease;
    transition: box-shadow .2s ease;
    -webkit-box-shadow: inset 0 0 0 0 #c41e28;
    -moz-box-shadow: inset 0 0 0 0 #c41e28;
    -ms-box-shadow: inset 0 0 0 0 #c41e28;
    -o-box-shadow: inset 0 0 0 0 #c41e28;
    box-shadow: inset 0 0 0 0 #c41e28;
}

a.animlink:hover, a.animlink:active, a.animlink:focus {
    color: #c41e28;
    border-color: #c41e28;
    -webkit-box-shadow: inset 0 0 0 2px #c41e28;
    -moz-box-shadow: inset 0 0 0 2px #c41e28;
    -ms-box-shadow: inset 0 0 0 2px #c41e28;
    -o-box-shadow: inset 0 0 0 2px #c41e28;
    box-shadow: inset 0 0 0 2px #c41e28;
}
a.animlink {
    /*color: #3c3a3a;
    font-weight:800;
    border-color: #fff;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-background-color .4s ease;
    -moz-transition: -moz-background-color .4s ease;
    -o-transition: -o-type .4s ease;
    -ms-transition: -ms-type .4s ease;
    transition: background-color .4s ease;*/
    display: inline-block;
    font-weight: normal;
    font-size: .875em;
    line-height: 1em;
    text-transform: uppercase;
    color: #5d6164;
    /*padding: 10px 15px;
    margin-top: 50px;
    margin-right: 20px;*/
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-box-shadow .2s ease;
    -moz-transition: -moz-box-shadow .2s ease;
    -o-transition: -o-type .2s ease;
    -ms-transition: -ms-type .2s ease;
    transition: box-shadow .2s ease;
    -webkit-box-shadow: inset 0 0 0 0 #c41e28;
    -moz-box-shadow: inset 0 0 0 0 #c41e28;
    -ms-box-shadow: inset 0 0 0 0 #c41e28;
    -o-box-shadow: inset 0 0 0 0 #c41e28;
    box-shadow: inset 0 0 0 0 #c41e28;
}
a.animlink:after {
    content: "";
    font-size: .875em;
    line-height: 1em;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-background-position .4s ease;
    -moz-transition: -moz-background-position .4s ease;
    -o-transition: -o-type .4s ease;
    -ms-transition: -ms-type .4s ease;
    transition: background-position .4s ease;
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background-position: -200px -10px;
    overflow: hidden;
    position: relative;
}
a.framedLink {
    display: inline-block;
    font-family: "AzoSans Black",sans-serif;
    font-weight: normal;
    font-size: .875em;
    line-height: 1em;
    text-transform: uppercase;
    color: #5d6164;
    padding: 10px 15px;
    border: 1px solid #999;
    margin-top: 50px;
    margin-right: 20px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-box-shadow .2s ease;
    -moz-transition: -moz-box-shadow .2s ease;
    -o-transition: -o-type .2s ease;
    -ms-transition: -ms-type .2s ease;
    transition: box-shadow .2s ease;
    -webkit-box-shadow: inset 0 0 0 0 #c41e28;
    -moz-box-shadow: inset 0 0 0 0 #c41e28;
    -ms-box-shadow: inset 0 0 0 0 #c41e28;
    -o-box-shadow: inset 0 0 0 0 #c41e28;
    box-shadow: inset 0 0 0 0 #c41e28;
}

.newsitem{
    font-size: 12px;
    line-height: 18px;
    color: #5b5b5b;
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-bottom:40px;*/
    border-bottom: dashed 1px #d1d3d4;
    font-family: 'SEGOEUIL';
}
.newsitem .titlehdr {
    font-size: 18px;
    text-align: left;
    line-height: normal;
}
.newsitem .titlehdr a {
    font-weight: 600;
    color: #00672c;
    text-decoration: none;
}
.newsitem p {
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    color: #5b5b5b;
    margin: 0;
    font-family: 'SEGOEUIL';
    font-weight: 600;
}
.newsitem span {
    font-size: 14px;
    line-height: 18px;
    color: #5b5b5b;
    padding-bottom:20px;
}
.btmsection{
    position: relative;
    padding-bottom:20px;
    background: transparent;
    }
.newsSlider{
    width:900px;
    height:190px;
    position: relative;
    top:0;
    margin:0 auto;
    background:url(../images/testibackground.png) no-repeat;
    border:solid 1px #fff;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
	-moz-box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
	box-shadow: 0px 2px 2px 2px rgba(220,220,220,1);
}
.content{
    width:1280px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    background:#fff;
}
.maincontainer {
    width: 96%;
    height: auto;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    background:#fff;
}
.nnpccontact {
    border-bottom: dashed 1px #d1d3d4;
    padding-bottom:50px;
}
.nnpccontact .contactform{
    padding-top:50px;
}
.nnpccontact h3 {
    font-size: 18px!important;
    font-weight:800;
    color: #015230!important;
    margin-bottom: 15px!important;
}

.nnpccontact .contactform .btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 .nnpccontact .contactform .btn.sharp {
  border-radius:0;
}
.nnpccontact .contactform .btn:focus, 
.nnpccontact .contactform .btn:active:focus, 
.nnpccontact .contactform .btn.active:focus {
    outline: 0 none;
}
 
.nnpccontact .contactform .btn-default {
    background: #fff;
    color: #333;
    border:1px solid #333;
}
 
.nnpccontact .contactform .btn-default:hover, 
.nnpccontact .contactform .btn-default:focus, 
.nnpccontact .contactform .btn-default:active, 
.nnpccontact .contactform .btn-default.active, 
.nnpccontact .contactform .open > .nnpccontact .contactform .dropdown-toggle.btn-default {
    background: #333;
    color:#fff;
}
 
.nnpccontact .contactform .btn-default:active, 
.nnpccontact .contactform .btn-default.active {
    background: #007299;
    box-shadow: none;
}

.footer{
    width:100%;
    /*height:31px;*/
    padding-top:20px;
    padding-bottom:15px;
    background:#4a4848;
    color:#fff;
    font-size:11px;
}
.footer ul {
    list-style:none;
    margin:0;
    padding:0;
}
.footer ul > li {
    display:inline-block;
    font-size:11px;
    border-right:1px solid #fff;
    padding:0 10px;
    line-height:12px;
}
.footer ul > li:last-child {
    border-right:1px solid transparent;
}
.footer ul > li:hover > a {
    color:#dadada;
    text-decoration:none;
}
.footer ul > li > a {
    color:#fff;
    font-size:11px;
    font-weight:800;
}
.footerContent{
    background: #fff;
    padding: 15px 0;
    display: block;
    position: relative;
    clear:both;
}

.footerContent a {
	color:#07552e!important;
	font-weight:600;
}

.footerContent h1 { color:#010000!important; font-size:28px!important;margin-bottom:10px!important; 

margin-bottom: 15px!important; }
.footerContent h2 { color:#808080!important; font-size:24px ;margin-top:5px!important; margin-

bottom: 10px;}
.footerContent-item{ text-align: center; }
.flr{
	text-align:right;
}
.ms-srch-sb > .ms-srch-sb-navLink {
    height: 20px;
    width: 20px;
    display: none;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
    margin-top: 5px;
}
.carousel-inner>.item>img, .img-responsive{
	width:100%;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
ul.oilticker{
	clear:both;
	margin:0;
	padding:0;
	height:30px;
	overflow:hidden;

}
ul.oilticker li{
	display:block;
	height:30px;
	overflow:hidden;
}

ul.oilticker li>div{
    display: inline;
}
ul.oilticker li img, ul.oilticker li .thumbs, ul.oilticker li span{
    display: none;
}
ul.oilticker li h3{
    font-size: 18px;
    font-weight: 600;
    display: inline;
}
ul.oilticker li strong, ul.oilticker li h3{
	color:#fff!important;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index:999999;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url(../images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

.backtop{
display:none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index:999999;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url(../images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

}
.scrollToTop{
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    background: url(../images/up-arrow.png) no-repeat 0 20px;
}
.scrollToTop:hover{
    text-decoration: none;
}
.subsidy{
	margin:0!important;
	padding:0!important;
}
/* ====================== Responsive Design =========================== */
/* ----------- 1366px ----------- */
@media only screen and (max-width:1366px) {
	.logo{ width:100%; padding:10px 0 10px 10%}
	.logo img{ width:115%;}
	.ls{ margin:0;}
	.carousel-control, .carousel-control.right{	left:6%!important;}
	.carousel-caption{ left:14%; }
	.nopaddingsearch {
    margin-bottom:10px;
}

}
/* ----------- 1280px ----------- */
@media only screen and (max-width:1280px ) {
	.logo{ width:100%; padding:25px 0 0 20px; }
	.logo img{ width:100%!important;}
	.content{
	width:100%;
}
}
/* ----------- 1024px ----------- */
@media only screen and (max-width:1024px ) {
	.headright { float:none; width:100%; clear:both; }
	.logo { float:none; width:100%; clear:both; padding:15px 20px; }
	.logo img { width:auto; }
	.search { padding:0px 30px 15px 0; margin-top:-65px; }
	.nopaddingsearch{ margin-top:-50px; }
	.ls{ margin-left:0; text-align:center; }
	.txtContent ul li{ padding-left:40px; }
	.container { padding:0; }
	.custcontainer .col-md-12 { padding-left:0; }
	.col-md-7, .col-md-5{ clear:both; width:100%; float:none;	padding:10px 0; }
	.sideContent{ float:none;width:100%;}
	.testimonySliderInner .carousel { width:100%; }
	.testimonySliderInner { width:100%; background:url(../images/testibackground.png) no-repeat bottom; }
	.sideContent iframe, .timeline { width:100%!important; }
	.timeline{ max-width:1000px; }
	.SharePrice{ text-align:left; }
	.footerContent {/* margin-top: -30px; */}
	.SharePrice { text-align: center; }
	.otherlinks{ text-align: center; }
	.rs{ margin:0; padding:5px 15px; width:100%!important; }
	.ms-srch-sb { display: block;  width: 100%;!important; }
	.ms-srch-sb>input { height: 30px; padding: 10px; width: 96% !important; }
	.mmnenu { padding-top: 0px; }
	.pull-right { float:none!important; margin:0; }
	.logo { padding: 15px 20px 5px; }
	.sideContent iframe { position: absolute; left: 0; width: 100%; }
	.timeline { max-width: 100%!important; margin-bottom: 10px }
	.hmspacer { height: 120px; }
	.pagewrap>.carousel{
	height:auto;}
	.mywrap{
	width:100%;
}
.col-md-6{ [;padding:0!important; margin:0!important]; }
}
.boddivlistbox{
    height:230px!important; 
    }
.boddivlistbox .picsbox {
    height: 150px!important;
}
/* ----------- 1000px ----------- */
@media only screen and (max-width:1000px) {
.hmspacer { height: 0px; }
.bord img{height:auto;}
.qiuckinfo{height:auto;}
.fpcontainer{position:relative; top:20px;}
.pagewrap>.carousel{height:auto;}
}
/* ----------- 800px ----------- */
@media only screen and (max-width:800px ) {
	.mpix { display:none; }
	.testimonySliderInner .carousel{ width:100%; }
	.testimonySliderInner .ncarousel-control { top:40%!important; }
	.logo img { width: 64%!important; }
	.txtContent img { float:none!important; clear:both!important; display:block; }
	.testimonySliderInner { height:220px; }
	.SharePrice { text-align:center; }
	.carousel-fade .carousel-control{ display:none; }
	.search{ padding:0px 30px 15px 20px; margin-top:0; }
	.logo, .search { clear:both; float:none; }
	.nnmenu>.mywrap{ width:100%; margin:0; }
	.carousel{ position:relative; }
	.newsSlider, .container { width:100%; }
	.focalpoint{ width:90%; padding:15px; }
	.pagewrap>.carousel{
	height:auto;
}
.qiuckinfo{
	height:auto;
}

.hmspacer { height: 0px; }
	.nopaddingsearch{ margin-top:0; }
	.bord{ border-right:transparent; padding:15px 0; }
	.bordmore{  clear:both; }
	.bord img { width :100%; }
	.rs { margin:0; padding:5px 15px; width:100%!important; }
	.pull-right { float:none!important; margin:0; }
	.col-lg-8{ margin:0; padding:0; }
	.navbar-right { margin:0; }
	.header { padding-top:0; }
	.container{	padding:0; }
	.jeje .title1 br, .jeje .title2 br, .jeje .title3 br { display:none; }
	.bordmore { height:auto; }
	.flr { text-align:left; padding-top:7px; }
	#contentBox { min-width:100px!important; }
	.ms-srch-sb-border { height:auto; }
	.ms-srch-sb { display: block; width: 100%;!important; }
	.ms-srch-sb>input { height: 30px; padding: 10px; width: 96% !important; }
	.carousel-caption h1 { font-size: 32px!important; margin-top: 10px; }
	.bord img{
	height:auto;
}
	.footerContent{
 padding-bottom:25px!important; height:auto;
}
.carousel-caption{
	height:200px;
}
.fpcontainer{margin-top:-130px!important; position:relative;}
}
.boddivlistbox .picsbox, .boddivlistbox{
height:auto; 
}

}
/* ----------- 800px ----------- */
@media only screen and (max-width:768px ) {
	.fpcontainer{margin-top:-130px!important; position:relative;}
}
/* ----------- 640px ----------- */
@media only screen and (max-width:640px ) {
	.fpcontainer{top:20px;position:relative; margin-top:0px!important;}
	.nnmenu{ background:transparent; }
	.logo img{ width:100%!important; }
	.col-lg-8{	clear:both; }
	.otherlinks { text-align: center; }
	.otherlinks > ul > li{ padding:0 10px; }
	.SharePrice{ width:100%; text-align:center; }
	.footerContent{ height:auto; padding:15px 0; }
	.carousel-caption{ width:90%; left:0; right:0; margin:0 5%; }
	.txtContent img{ width:100%; }
	srch-sb>input { width: 94% !important; }
	.ms-srch-sb>input{
	width:90%!important;
}
.carousel-caption, .boddivlistbox .picsbox{
	height:auto;
}

}
/* ----------- 480px ----------- */
@media only screen and (max-width: 480px) {
	.carousel-caption{ display:none; }
	.ms-srch-sb>input { height: 32px; margin: 0px 0px 0px 5px; padding: 0px 1px 0px 0px; 

width:90%!important; background-color: transparent; }
	.headright { float: none; right: 100%; }
	#search { padding: 10px 0 0 0; margin-left: auto!important; margin-right: auto!important; }
	.logo img { width: 100%!important; }
	.fpcontainer {/* top: 160px; */}
	 .footer-links{ text-align:center;}
	 .newsSlider .newscarousel-caption spand{
	display:none!important;
	}
	.newsSlider .newscarousel-caption span{
	font-size:16px!important;
	display:none; 
}
}
/* ----------- 320px ----------- */
@media only screen and (max-width:320px ) {
	.carousel-caption{ display:none; }
	.ms-srch-sb>input { height: 32px; margin: 0px 0px 0px 5px; padding: 0px 1px 0px 0px;width: 

90% !important; background-color: transparent; }
	.headright { float: none; right: 100%; }
	#search { padding: 10px 0 0 0; margin-left: auto!important; margin-right: auto!important; }
	.logo img { width: 100%!important; }
	.fpcontainer {/* top: 130px; */}
	.newsSlider .newscarousel-caption { padding-top: 50px; }
	
}