body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #dcd5c6;
  background: #f8f4e8 url(../images/main-bg.jpg) repeat-y top center fixed;
  line-height: 18px;
}
img,
a {
  outline: none;
  border: 0;
  text-decoration: none;
  color: #524a40;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/bebasneue-webfont.eot");
  src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bebasneue-webfont.woff") format("woff"),
    url("../fonts/bebasneue-webfont.ttf") format("truetype"),
    url("../fonts/bebasneue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSerifBold";
  src: url("../fonts/droidserif-bold-webfont.eot");
  src: url("../fonts/droidserif-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/droidserif-bold-webfont.woff") format("woff"),
    url("../fonts/droidserif-bold-webfont.ttf") format("truetype"),
    url("../fonts/droidserif-bold-webfont.svg#DroidSerifBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DroidSerifItalic";
  src: url("../fonts/droidserif-italic-webfont.eot");
  src: url("../fonts/droidserif-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/droidserif-italic-webfont.woff") format("woff"),
    url("../fonts/droidserif-italic-webfont.ttf") format("truetype"),
    url("../fonts/droidserif-italic-webfont.svg#DroidSerifItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DroidSerifRegular";
  src: url("../fonts/droidserif-regular-webfont.eot");
  src: url("../fonts/droidserif-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/droidserif-regular-webfont.woff") format("woff"),
    url("../fonts/droidserif-regular-webfont.ttf") format("truetype"),
    url("../fonts/droidserif-regular-webfont.svg#DroidSerifRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.border2 {
  border-radius: 2px;
}
.border5 {
  border-radius: 5px;
}
.shadow {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
div#bodywrapper {
  margin: 0 auto;
  width: 987px;
  padding-top: 5px;
}
div#header {
  float: left;
  width: 100%;
  height: 189px;
  background: url(../images/header-splitter.png) no-repeat center bottom;
  margin-bottom: 30px;
}
div#searchbox {
  float: right;
  height: 30px;
  width: 22%;
  margin-bottom: 20px;
}
h1.welcome {
  float: right;
  color: #625849;
  font-size: 14px;
  margin-top: 15px;
}
a#logo {
  float: left;
  background: url(../images/logo.png) no-repeat left top;
  width: 298px;
  height: 122px;
  font-size: 30px;
  color: #585048;
  width: 330px;
  padding: 10px 0 0 120px;
  font-family: "DroidSerifRegular";
  font-weight: normal;
  line-height: 38px;
  text-shadow: 0 1px 1px #fff;
}
h1#main {
  float: left;
  font-size: 30px;
  color: #585048;
  width: 330px;
  margin: 10px 0 0 15px;
  font-family: "DroidSerifRegular";
  font-weight: normal;
  line-height: 38px;
  text-shadow: 0 1px 1px #fff;
}
ul#navigation {
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  height: 30px;
  list-style: none;
}
ul#navigation li {
  float: left;
  margin: 0;
  padding: 4px 0;
  position: relative;
}

ul#navigation li ul {
  position: absolute;
  left: 0;
  top: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  z-index: 9999;
  background: #696056;
  box-shadow: 1px 1px 2px #000;
  display: none;
}
ul#navigation li:hover ul {
  display: block;
}
ul#navigation li ul li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #99958e;
  width: 150px;
}
ul#navigation li ul li:hover ul {
  display: block !important;
}
ul#navigation li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none !important;
}
ul#navigation li ul li a {
  color: #ded7c0;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  text-align: left;
}
ul#navigation li ul li a:hover {
  background: none;
  color: #fff;
}
ul#navigation li a.menu {
  float: left;
  font-size: 20px;
  color: #585048;
  padding: 7px 10px;
  margin-right: 3px;
  font-family: "BebasNeueRegular";
  text-shadow: 0 1px 1px #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul#navigation li a.menu:hover,
ul#navigation li a.sel,
ul#navigation li a.current {
  background: #696056;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul#navigation li a.home {
  float: left;
  width: 42px;
  height: 32px;
  background: url(../images/home-icon.png) no-repeat left bottom;
  text-indent: -9999px;
  padding: 0;
}
ul#navigation li a.home:hover,
ul#navigation li a.selected {
  background: url(../images/home-icon.png) no-repeat left top;
}
div#container {
  float: left;
  position: relative;
  width: 100%;
}
div#slidebg {
  background-color: #f2f1ed;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
/*div#slider{float:left; width:545px; height:376px; background-color:#f2f1ed;}*/
div#slider {
  float: left;
  width: 545px;
  height: 376px;
  background: #f2f1ed;
}
div#news {
  float: left;
  width: 390px;
  background: url(../images/recent-news-bg.jpg);
  height: 346px;
  padding: 15px;
  overflow: hidden;
}
div#newsSmall {
  float: left;
  width: 207px;
  background: url(../images/recent-news-bg.jpg);
  padding: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
div#newswrapper {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
ul.newslist {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.newslist li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.newslist li div.block {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #585048;
  float: left;
}

ul.newslist li div.last {
  border: 0;
}
h1.titlebar {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: "BebasNeueRegular";
  font-weight: normal;
  margin: 10px 0 20px 0;
  padding: 0;
}
a.viewall {
  color: #b98e61;
  font-size: 14px;
  background: url(../images/plus-icon.png) no-repeat right center;
  padding-right: 25px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 0px;
}
a.viewall:hover {
  text-decoration: underline;
}
a.dark {
  color: #756d62;
}
a.newstitle {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: "DroidSerifRegular";
  padding: 15px 0 10px 0;
  text-align: left;
}
a.desc {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #dcd5c6;
  padding-bottom: 10px;
}
a.readmore {
  float: left;
  background: #dcd7c5;
  width: auto;
  height: 20px;
  color: #585048;
  font-size: 11px;
  padding: 3px 10px 0 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.readmore:hover {
  background: #b7b3a3;

  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.newstitle:hover {
  text-decoration: underline;
}
a.desc:hover {
  color: #f5e1b7;
}

div#publicationBar {
  float: left;
  width: 940px;
  background: url(../images/publication-bg.png);
  height: 255px;
  margin: 20px 0 20px 3px;
  padding: 10px 20px;
  position: relative;
}
div#publicationsmallBar {
  float: left;
  width: 100%;
  margin: 0 0 20px 3px;
}
h1.latestPub {
  float: left;
  width: 100%;
  color: #b98e61;
  font-size: 16px;
  font-weight: normal;
  font-family: "DroidSerifRegular";
}
div#publicationwrapper {
  float: left;
  margin: 15px 0 0 0;
  position: relative;
  width: 100%;
  height: 200px;
}
ul#publist {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul#publist li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#publist li div.pubblock {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: 286px;
  border-right: 1px solid #d2dccc;
}
ul#publist li div.last {
  margin: 0;
  border: 0;
  padding: 0;
}
div.pubblock a img {
  width: 119px;
  height: 180px;
  border: 5px solid #d3d3c7;
}
ul#publist li a.pubimg {
  float: left;
  padding-bottom: 9px;
}
ul#publist li a.pubcaption {
  font-size: 16px;
  color: #9d4200;
  float: left;
  width: 150px;
  margin: 0 0 15px 15px;
  text-align: left;
}
ul#publist li a.pubcaption:hover {
  color: #595147;
}

ul#publist li a.publead {
  font-size: 14px;
  color: #766e64;
  float: left;
  width: 150px;
  margin-left: 15px;
  text-align: left;
}
ul#publist li a.read {
  color: #a37343;
  font-size: 11px;
  font-style: italic;
  margin-top: 10px;
  width: 150px;
  float: left;
  margin-left: 7px;
}

div#map {
  float: left;
  width: 528px;
  height: 340px;
  background: url(../images/map-bg.png);
  overflow: hidden;
  padding-left: 15px;
}
h1.light {
  margin: 0 0 15px -15px;
  color: #595147;
  text-shadow: 0 1px 1px #fff;
  padding: 15px;
  background: #ddd7c6;
  border-bottom: 1px solid #c9c3b1;
}
div#map img {
  float: left;
  margin: 6px 20px 0 0;
}
div#map h1.topic {
  float: left;
  font-size: 28px;
  color: #7c746a;
  margin: 6px 0 0 0;
  text-shadow: 1px 1px 2px #fffefe;
}
div#map h2 {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: #7c746a;
  width: 200px;
  line-height: 30px;
  margin-top: 10px;
  text-shadow: 1px 1px 2px #fffefe;
  font-family: "DroidSerifRegular";
}
div#map a.link {
  float: left;
  width: 233px;
  color: #7c746a;
  text-align: left;
  font-size: 14px;
}
div#latestupdate {
  float: left;
  width: 205px;
  background: url(../images/latest.png);
  height: 340px;
  margin-left: 20px;
  padding-left: 15px;
  overflow: hidden;
}
div.pubHilight {
  float: left;
  width: 200px;
  background: #f0eee9;
  padding: 15px;
  height: 310px;
  margin: 0 0 20px 3px;
  position: relative;
}
div.pubHilight h1 {
  background: none;
  border: 0;
  padding-top: 0;
  margin-bottom: 0;
  font-family: "BebasNeueRegular";
  font-size: 20px;
}
div.pubHilight ul.aboutsub {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.pubHilight ul.aboutsub li {
  float: left;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
}
div.pubHilight ul.aboutsub li a {
  color: #41403f;
  font-size: 14px;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
div.pubHilight ul.aboutsub li a:hover {
  color: #bf6e6e;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0 0 0 10px;
  font-size: 14px;
}

ul.newslist li.latestup {
  border-bottom: 1px solid #5e5851;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

ul.newslist li.latestup a.updates {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
ul.latestnews {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 190px;
  list-style: none;
}
ul.latestnews li {
  float: left;
  border-bottom: 1px solid #c8c1a9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  width: 100%;
}
ul.latestnews li.last {
  border-bottom: 0;
  margin: 0 0 15px 0;
}
ul.latestnews li a {
  font-size: 14px;
  font-weight: bold;
  color: #7c746a;
  text-align: left;
  font-family: "DroidSerifRegular";
}

ul.latestnews li a:hover {
  color: #bf6e6e;
}
div#archive {
  width: 165px;
  float: left;
  background: url(../images/latest.png);
  height: 340px;
  margin-left: 20px;
  padding-left: 15px;
  overflow: hidden;
}

h1#gallerytoplink {
  float: left;
  width: 980px;
  height: 38px;
  margin: 20px 0 0 3px;
  font-weight: normal;
  background: #d9d2c0;
}
a.gal {
  float: left;
  color: #564e43;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  font-family: "DroidSerifRegular";
}
a.sel,
a.gal:hover {
  background: url(../images/white.png);
  z-index: 999;
}
/*div#gallery{float:left; width:940px; background:url(../images/light-grey.png); height:210px; margin:0 0 20px 3px; padding:10px 20px; position:relative;}*/
div#vidgallery {
  float: left;
  width: 940px;
  background: url(../images/white.png);
  min-height: 210px;
  margin: 0 0 20px 3px;
  padding: 10px 20px;
  position: relative;
}
div#picgallery {
  float: left;
  width: 940px;
  background: url(../images/white.png);
  min-height: 210px;
  margin: 0 0 20px 3px;
  padding: 10px 20px;
  position: relative;
}
div#videowrapper,
div#photowrapper {
  float: left;
  width: 100%;
  min-height: 210px;
}
ul#video,
ul#photo {
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul#video li,
ul#photo li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#video li div.videoblock,
ul#photo li div.videoblock {
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
  width: 214px;
}
ul#video li div.last,
ul#photo li div.last {
  padding: 0;
}
ul#video li img,
ul#photo li img {
  float: left;
}
ul#video li a.videotitle,
ul#photo li a.videotitle {
  float: left;
  color: #595145;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
ul#video li a.videotitle:hover,
ul#photo li a.videotitle:hover {
  color: #bf6e6e;
}
ul#video li div.videoList {
  background: #ffffff;
  float: left;
  height: 220px;
  margin: 0 20px 20px 0;
  padding: 10px;
  width: 190px;
}

a.watch {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  line-height: 20px;
}
div#footerwrapper {
  margin: 0 auto;
  width: 1053px;
}
div#footer {
  background: url(../images/footer-bg.jpg) repeat-x left top;
  height: 171px;
  width: 100%;
  float: left;
}
div#newsletter {
  float: left;
  margin-left: 32px;
  width: 320px;
  height: 171px;
}
h1.newsletter {
  float: left;
  width: 100%;
  color: #524a40;
  font-size: 16px;
  font-weight: normal;
  font-family: "DroidSerifRegular";
  text-shadow: 1px 1px 0px #d2cec2;
  margin-top: 23px;
}
div#social {
  float: left;
  width: 120px;
}
/*a#fb{float:left; background:url(../images/socialfb.png) no-repeat -40px top; width:40px; height:42px; text-indent:-9999px; margin-right:3px;}
a#fb:hover{opacity:0.8;}
a#twit{float:left; background:url(../images/socialtwit.png) no-repeat -40px top; width:40px; height:42px; text-indent:-9999px;}
a#twit:hover{opacity:0.8;}*/
a#fb {
  float: left;
  background: url(../images/socialfb.png) no-repeat left top;
  width: 40px;
  height: 42px;
  text-indent: -9999px;
  margin-right: 3px;
}
a#fb:hover {
  background-position: -40px top;
}
a#twit {
  float: left;
  background: url(../images/socialtwit.png) no-repeat left top;
  width: 40px;
  height: 42px;
  text-indent: -9999px;
}
a#twit:hover {
  background-position: -40px top;
}
div#contactinfo {
  float: right;
  width: 420px;
}
h1.ceslam {
  float: left;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 0px #746c61;
  font-family: "DroidSerifRegular";
  font-weight: normal;
  margin: 5px 0;
  width: 410px;
}
div#contactinfo p {
  color: #51493e;
  font-size: 11px;
  line-height: 16px;
}
div#copyright {
  float: left;
  background: #625849;
  height: 20px;
  width: 100%;
  font-size: 11px;
  color: #eae5d8;
}
div#copyright a {
  color: #eae5d8;
}
span.left {
  float: left;
  margin-left: 30px;
}
span.right {
  float: right;
  margin-right: 30px;
}
a#softnep {
  float: right;
  background: url(../images/softnep.jpg) no-repeat left top;
  width: 46px;
  height: 17px;
  text-indent: -9999px;
}

/*SEARCH*/
input.txt {
  background: #eae5d8;
  width: 130px;
  height: 15px;
  color: #6b6358;
  font-size: 11px;
  padding: 5px 10px;
  border: 0;
  margin-bottom: 2px;
  float: left;
  clear: both;
}
input#searchbtn,
a#searchbtn {
  background: #756d62;
  color: #f4f4f2;
  font-size: 14px;
  font-family: "DroidSerifRegular";
  padding: 3px 20px;
  margin: 10px 0 0 30px;
  border: 1px solid #a0988d;
  float: left;
}
input#searchbtn:hover {
  opacity: 0.8;
}
a#advsearch {
  float: left;
  width: 100%;
  text-decoration: underline;
  color: #ebe7dc;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
a#subscribe {
  background: #756d62;
  color: #f4f4f2;
  font-size: 14px;
  font-family: "DroidSerifRegular";
  padding: 3px 20px;
  margin-top: 3px;
  float: left;
  text-shadow: 1px 1px 0px #4a4339;
  clear: both;
}

div#srcbox {
  float: right;
  width: 200px;
  height: 20px;
  background: #9d958a;
  padding: 2px 0 2px 10px;
}
div#srcbox input#search {
  float: left;
  width: 165px;
  height: 20px;
  color: #fff;
  background: none;
  border: 0;
}
h1 div.sublink {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
div.sublink span,
div.sublink a.samelink {
  float: left;
  color: #a5a591;
}
div.sublink a.link {
  float: left;
  color: #5d5d5d;
}

/*INNER*/
div#innerblock {
  float: left;
  width: 700px;
  background: url(../images/white.png);
  padding: 15px;
  margin: 0 20px 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
div#rightbar {
  float: left;
  width: 237px;
  overflow: hidden;
}
div#innerblock h1 {
  font-weight: normal;
  color: #736b61;
  font-size: 20px;
  font-family: "BebasNeueRegular";
  border-bottom: 1px solid #d3d3c7;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
div#innerblock h2 {
  color: #bf6e6e;
  line-height: 24px;
  width: 100%;
}
div#innerblock h3 {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
}
div#innerblock h2.pubTitle {
  /* width: 485px; */
  margin: 0 0 20px 0;
}
div#innerblock {
  color: #696156;
}
div#innerblock p {
  color: #696156;
  font-size: 14px;
  text-align: justify;
}
div#innerblock p a:hover {
  color: #bf6e6e;
}
p.pubDet {
  margin: 0 0 0px 0;
}
/*ul.newsListing li a.desc p.pubDet{margin-bottom:10px;}*/

/*INNER RECENT NEWS*/
ul.newslistSmall li a.newstitle {
  font-size: 14px;
}
div#newsSmall div.bottomMar a {
  display: none;
}

/*POLICY*/
div#policywrapper {
  content: "";
  clear: both;
  display: table;
}
div#policywrapper p {
  /* float: left; */
  margin-top: 0;
}
div#policywrapper p.sep {
  text-align: justify;
  border-bottom: 1px solid #dedace;
  padding-bottom: 20px;
}
a.policyLink,
div#policywrapper a.policyLink {
  line-height: 18px;
  background: url(../images/link.png) no-repeat left top;
  padding: 3px 5px 0 26px;
  height: 16px;
  /* float: left; */
  color: #3f3f3f;
  margin: 10px 20px 0 0;
}
a.policyDownload,
div#policywrapper a.policyDownload {
  background: url(../images/pdf_icon.png) no-repeat left center;
  padding: 3px 5px 0 26px;
  /* float: left; */
  color: #3f3f3f;
  margin: 10px 20px 0 0;
}
a.policyLink:hover,
div#policywrapper a.policyLink:hover,
a.policyDownload:hover,
div#policywrapper a.policyDownload:hover {
  color: #bf6e6e;
}

/*BILATERAL*/

a.pdf,
div#policywrapper a.pdf {
  background: url(../images/pdfIcon.jpg) no-repeat left top;
  height: 25px;
  padding: 5px 0 0 25px;
  color: #42403e;
  width: 100%;
  margin-bottom: 20px;
}
div#policywrapper a.pdf {
  width: auto;
}
ul#pubsmalllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#pubsmalllist li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#pubsmalllist li div.pubblock {
  float: left;
  width: 200px;
}
ul#pubsmalllist li div.pubblock a img {
  background: url("../images/publication-shadow.png") no-repeat scroll 10px
    bottom transparent;
  border: 0 none;
  float: left;
  height: 195px;
  margin-left: 20px;
  padding-bottom: 12px;
  width: 150px;
}
ul#pubsmalllist li a.pubcaption {
  color: #c29d76;
  float: left;
  font-size: 12px;
  margin-left: 20px;
  width: 160px;
}

/*SMALL PUBLICATION*/
div.pubblock {
  float: left;
  width: 200px;
}
div.pubblock a img {
  background: url("../images/publication-shadow.png") no-repeat scroll center
    bottom transparent;
  border: 0 none;
  float: left;
  padding-bottom: 12px;
  width: 119px;
}
a.pubcaption {
  color: #c29d76;
  float: left;
  font-size: 12px;
  margin-left: 20px;
  width: 160px;
}

ul#pubsmalllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#pubsmalllist li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#pubsmalllist li div.pubblock {
  float: left;
  width: 200px;
}
ul#pubsmalllist li div.pubblock a img {
  background: url("../images/publication-shadow.png") no-repeat scroll 10px
    bottom transparent;
  border: 0 none;
  float: left;
  height: 195px;
  margin-left: 20px;
  padding-bottom: 12px;
  width: 150px;
}
ul#pubsmalllist li a.pubcaption {
  color: #c29d76;
  float: left;
  font-size: 14px;
  margin-left: 20px;
  width: 160px;
}

/*NEWS LIST*/
ul.newsListing {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.newsListing li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.newsListing li a img {
  float: left;
  margin: 5px 15px 10px 0;
  width: 150px;
}
* {
  outline: 0;
}
ul.newsListing li h2 a.title {
  color: #bf6e6e;
  line-height: 24px;
}
ul.newsListing li h2 a.title:hover {
  color: #000;
}
ul.newsListing li a.desc {
  color: #696156;
  text-align: justify;
}
ul.newsListing li a.desc p {
  margin-top: 0;
}

div#innerblock p.readmore a {
  float: right;
  background: url(../images/readmore_icon.gif) no-repeat left top #d3d3c7;
  width: 72px;
  height: 19px;
  color: #585048;
  font-size: 11px;
  padding: 1px 0 0 30px;
  border-radius: 2px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
div#innerblock p.readmore a.left {
  float: left;
}
div#innerblock p.readmore a:hover {
  background: url(../images/readmore_icon.gif) no-repeat left top #bf6e6e;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
div#innerblock img.detail {
  float: left;
  width: 200px;
  margin: 0 15px 15px 0;
  background: url(../images/publication-shadow_bigger.png) no-repeat bottom
    center;
  padding-bottom: 26px;
}
div#innerblock p.topMove a {
  margin: 25px 0 -10px 0;
}

/*PAGINATION*/
ul.pagination {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.pagination li,
ul.externalList li ul.pagination li {
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  width: auto;
}
ul.pagination li a {
  color: #666666;
  font-size: 12px;
  background: #f5f3f3;
  border: 1px solid #d1d3d1;
  padding: 5px 10px;
}
ul.pagination li a.selected,
ul.pagination li a:hover {
  color: #fff;
  background: #797977;
}

/*ARCHIVE*/
select.archiveSel {
  padding: 5px;
  border: 0;
  color: #6b6459;
  margin-left: 10px;
  font-size: 11px;
  float: left;
  border: 1px solid #ddd;
}
select.fact {
  width: 95px;
  margin-left: 8px;
}
input#keysearch {
  padding: 5px;
  border: 0;
  float: left;
  color: #6b6459;
  font-size: 12px;
  border: 1px solid #ddd;
  width: 207px;
}
input#archiveSearch {
  float: right;
  margin: 1px 0 0 10px;
  padding: 2px 5px 1px 5px;
  background: #f3eddd;
}
input#archiveSearch:hover {
  background: #efe5c7;
}

/*CONTACT*/
div#leftContact {
  float: left;
  width: 379px;
}
h2.title {
  color: #bf6e6e;
  font-size: 18px;
  width: 100%;
  float: left;
}
div#rightContact {
  float: left;
  width: 300px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e2ded5;
  height: 420px;
}
div.feedback {
  float: left;
  width: 339px;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
div#leftContact p,
div.feedback p {
  color: #696156;
  font-size: 12px;
}
div.feedback label {
  float: left;
  margin: 5px 0;
  width: 100%;
}
div.feedback input {
  background: #f1f0eb;
  border: 3px solid #fff;
  width: 300px;
  height: 20px;
  color: #696156;
  font-size: 12px;
  margin-bottom: 8px;
  font-style: normal;
}
div.feedback textarea {
  background: #f1f0eb;
  width: 300px;
  height: 100px;
  border: 3px solid #fff;
  padding: 5px 10px;
  font-size: 12px;
  color: #696156;
  margin-bottom: 8px;
  font-family: Verdana, Geneva, sans-serif;
}
div.feedback input#captcha {
  width: 110px;
  float: left;
  clear: none;
}
div.feedback img {
  border: 3px solid #fff;
}
div.feedback a#submit {
  background: #7a7368;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  float: left;
  margin: 1px 0 0 5px;
}

/*SLIDESHOW*/
span.caption,
span.subcaption {
  color: #696156;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 15px;
  width: 95%;
}
span.caption {
  position: relative;
  left: 0px;
  margin-top: 310px;
}
span.subcaption {
  position: relative;
  margin-top: 5px;
  left: 0;
  font-size: 11px;
  text-align: right;
}

/*SHARE*/
.at16nc.at16t_print {
  background-position: left;
}
span.at16t_print {
  background: url(../images/printButton.png) no-repeat left top;
  width: 111px;
  height: 16px;
}
.at16nc.at16t_compact {
  background-position: left;
}
span.at16t_compact {
  background: url(../images/plus-small.gif) no-repeat left top;
  width: 53px;
  height: 16px;
}
div.addthis_default_style {
  float: right;
  margin-bottom: 20px;
  width: 212px;
}

/*Publication Image*/
img.pubImg {
  background: url("../images/publication-shadow.png") no-repeat center bottom;
  float: left;
  padding-bottom: 12px;
  width: 120px;
}

/*404 page*/
ul#site {
  list-style: square;
  padding-left: 13px;
  float: left;
  width: 100%;
  margin-top: 30px;
}
ul#site li {
  margin-bottom: 15px;
}
ul#site li,
ul#site li a {
  color: #696156;
}
ul#site li ul.subSite {
  list-style: none;
}
ul#site li ul.subSite li {
  margin: 8px 0 0 0;
}
ul#site li ul.subSite li a {
  font-size: 11px;
}
ul#site li a:hover,
ul#site li ul.subSite li a:hover {
  text-decoration: underline;
  color: #362f26;
}
input.search404 {
  width: 515px;
}

/*SLIDESHOW PAUSE EFFECT*/
a#playPauseButton {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 270px;
  top: 150px;
  z-index: 99999;
  text-indent: -9999px;
  display: none;
}
a.pause {
  background: url(../images/control_btns.png) no-repeat -70px 0;
}
a.play {
  background: url(../images/control_btns.png) no-repeat -35px 0;
}

/*INNER SEARCH*/
div#innersearch {
  float: left;
  width: 200px;
  background: url(../images/latest.png);
  padding: 15px;
  height: 100px;
  margin: 0 0 20px 3px;
}
div#innersearch h1.latestPub {
  padding-top: 0;
  font-family: "BebasNeueRegular";
  font-size: 20px;
}
div#innersearch input#arcSubmit {
  background: #696156;
  border: 0;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
}
input#mod-search-searchword {
  float: left;
  width: 140px;
  height: 20px;
  color: #6b6358;
  background: #fff;
  border: 0;
  font-size: 11px;
  padding: 2px 5px;
}

/*EVENTS PAGE*/
ul.event {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.event li {
  float: left;
  margin-bottom: 6px;
}
ul.event li.left {
  width: 130px;
  clear: both;
}
ul.event li.right {
  width: 560px;
}
ul.event li.right a {
  color: #bf6e6e;
}
#innerblock ul.newsListing li ul.eventOuter {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
#innerblock ul.newsListing li ul.eventOuter li {
  float: left;
  border-top: 0;
  padding: 0 0 5px 0;
}
#innerblock ul.newsListing li ul.eventOuter li.left {
  width: 130px;
  clear: both;
}
#innerblock ul.newsListing li ul.eventOuter li.right {
  width: 560px;
}
#innerblock ul.newsListing li ul.eventOuter li.right a {
  color: #bf6e6e;
}

#srcbox .button {
  margin: 3px 0 0 0;
}

#latestupdate a.viewall,
#map a.viewall {
  margin-right: 15px;
}

ul#video li a img,
ul#photo li a img {
  opacity: 0.9;
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul#video li a img:hover,
ul#photo li a img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#innerblock ul.newsListing li h2,
#innerblock ul.newsListing li h3 {
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
  float: none;
}

ul.newsListing li a.desc {
  width: auto;
  float: none;
}

#innerblock ul.newsListing li h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}

#innerblock ul.newsListing li {
  padding: 25px 0;
  border-top: 1px solid #dedace;
}

#innerblock ul.newsListing li:first-child {
  padding-top: 0;
  border: 0;
}

#innerblock ul.newsListing li.keyword_result_title {
  border: 0;
  padding: 0;
}

#innerblock ul.newsListing li.keyword_result_title h2.resultcount {
  font-size: 14px;
  font-weight: normal;
}

#innerblock ul.newsListing li.keyword_result_title h2 span {
  color: #333;
  font-weight: bold;
}

div.figureData {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  display: none;
}
div.figureData table.dataTable {
  float: left;
  margin: 0 10px;
}
table.dataTable tr.header {
  background: #efede8;
  font-size: 12px;
  font-weight: bold;
  color: #3e372d;
  float: left;
  padding: 5px 0;
}
table.dataTable tr td.dataId {
  float: left;
  width: 80px;
  text-align: center;
}
table.dataTable tr td.country {
  float: left;
  width: 299px;
}
table.dataTable tr td.male {
  float: left;
  width: 100px;
  text-align: center;
}
table.dataTable tr td.female {
  float: left;
  width: 100px;
  text-align: center;
}
table.dataTable tr td.total {
  float: left;
  width: 100px;
  text-align: center;
}
table.dataTable tr.light {
  float: left;
  background: #f9f8f5;
  padding: 3px 0;
  border-bottom: 1px solid #fff;
}
table.dataTable tr.dark {
  float: left;
  background: #efede8;
  padding: 3px 0;
  border-bottom: 1px solid #fff;
}

div#gallerybox {
  float: left;
}
div#barchart {
  float: left;
  width: 100%;
  background: #dcd7c5;
  height: 28px;
  margin: 20px 0;
  padding: 10px 0;
}

/*OBJECTIVES*/
ul#objectiveList {
  float: left;
  clear: both;
  margin: 0;
} /*Added by shrabesh*/
ul#objectiveList li {
  /*margin-bottom:15px;*/
  margin-bottom: 5px;
}
ul#objectiveList li a {
  color: #696156;
}

/*CUSTOM SEARCH*/
div.gsc-table-cell-thumbnail a.gs-title,
div.gsc-table-cell-thumbnail a.gs-title b {
  color: #bf6e6e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
div.gsc-cursor-page {
  background: none repeat scroll 0 0 #f5f3f3;
  border: 1px solid #d1d3d1;
  color: #666666;
  font-size: 12px;
  padding: 5px 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
}
.gsc-webResult .gsc-result {
  border: 0;
  margin-bottom: 20px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
div.gsc-cursor-page:hover {
  color: #fff;
  background: none repeat scroll 0 0 #797977;
  border: 1px solid #d1d3d1;
  font-size: 12px;
  padding: 5px 10px;
}

/*NEW MODULE EXTERNAL RESOURCES*/
ul.externalList {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
ul.externalList li {
  background: url(../images/plusIcon.png) no-repeat left 17px;
  padding-left: 25px;
  float: left;
  width: 95%;
}
ul.externalList li.expand {
  background: url(../images/minusIcon.png) no-repeat left 17px;
}
ul.externalList li h1 a.title {
  font-family: "DroidSerifRegular";
  font-size: 16px;
}
ul.externalList li h1 a.title:hover {
  color: #333;
}
div.infoBlock {
  float: left;
  width: 100%;
  display: none;
  height: auto;
}
ul.listed li {
  border-bottom: 1px solid #d3d3c7;
  margin-bottom: 20px;
  background: none;
  padding-left: 10px;
}
ul.listed > li:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
ul.listed li a {
  color: #b98e61;
}
ul.listed li a:hover {
  color: #51493e;
}
div#innerblock h1.extTitle {
  border: 0;
  padding-bottom: 0;
}
h1.extTitle a {
  color: #595147;
}
h4.subExt {
  color: #bf6e6e;
}

/*new team list*/

ul.newteamlist {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline;
  float: left;
}

ul.newteamlist li {
  list-style: none;
  float: left;
  display: inline;
  margin: 0;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #dbdbdb;
  width: 100%;
}

#innerblock ul.newteamlist li.first {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ul.newteamlist li img {
  float: left;
  display: inline;
  margin: 0 30px 0 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.newteamlist li:hover img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

ul.newteamlist li .section_texts {
  width: 248px;
  margin: 0 0 0 0;
  float: left;
  display: inline;
}

ul.newteamlist li .section_texts.alt {
  margin-left: 30px;
}

#innerblock ul.newteamlist li .section_texts h1 {
  color: #bf6e6e;
  line-height: 24px;
  float: left;
  width: 100%;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  border: 0;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: bold;
}

#innerblock ul.newteamlist li .section_texts h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #111;
  line-height: 20px;
}

#innerblock ul.newteamlist li .section_texts h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: normal;
}

#innerblock ul.newteamlist li .section_texts h4 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#innerblock ul.newteamlist li .section_texts span.mores {
  display: block;
  margin: 10px 0 0 0;
}

#innerblock ul.newteamlist li .section_texts span.mores a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fc6542;
}

#innerblock ul.newteamlist li .section_texts span.mores a:hover {
  color: #111;
}

.infobox {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

#innerblock .infobox.faqbox h1 {
  border: 1px solid #ccc !important;
  padding: 20px;
  position: relative;
  margin: 0 !important;
  background: url(images/downs.png) no-repeat 668px 16px;
}

#innerblock .infobox.faqbox h1.active {
  background: url(images/ups.png) no-repeat 668px 16px;
}

#innerblock .infobox.faqbox h1:hover {
  background-color: #f5f5f5;
}

span.accordionDesc {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 20px;
  display: inline-block;
  width: 658px;
}
.half-top {
  display: table;
}
/*form starts*/

#advanced_search_box {
  margin: 0 0 50px 0;
  padding: 0;
  float: left;
  width: 100%;
}

#advanced_search_box fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#advanced_search_box .check_box {
  margin: 0 10px 0 0;
}

#advanced_search_box span.items {
  width: 100%;
  margin: 10px 0 0 0;
}

#advanced_search_box span.items.first {
  margin-top: 0;
}

#advanced_search_box .half {
  width: 50%;
  float: left;
  display: block;
}

#advanced_search_box span.full {
  width: 100%;
  margin: 20px 0 0 0;
}

#advanced_search_box .select {
  width: 316px;
  margin: 0;
  height: 34px;
  border: 1px solid #ccc;
  display: inline;
  float: left;
}

#advanced_search_box .buttons {
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  background: #585048;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#advanced_search_box .buttons:hover {
  background: #fc6542;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

span.contacts {
  margin: 10px 0 0 0;
  text-align: right;
  display: block;
}

span.contacts a {
  background: #585048;
  padding: 5px 5px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
}

ul#navigation li a.menu {
  font-size: 21px;
}

/*new changes*/

ul.newsListing li h2 a.title {
  font-size: 20px;
}

a.desc {
  font-size: 14px;
  line-height: 24px;
}

div#innerblock p.readmore a {
  line-height: 19px;
}

ul#navigation li ul li a {
  font-size: 14px;
}

div.sublink a.link {
  font-size: 14px;
}

div.sublink span,
div.sublink a.samelink {
  font-size: 14px;
}

/*Updated*/
.bloglist h1 {
  width: 100px;
  margin-right: 25px;
  border-bottom: none !important;
  border-right: 1px solid rgb(211, 211, 199);
  float: left !important;
  line-height: 24px;
}
.update-more {
  float: right;
  color: #696156;
}
.update-more:hover {
  color: #333;
}

#innerblock ul.newsListing.activities_list {
  margin-top: 50px;
}
#innerblock ul.newsListing.activities_list li h2 {
  float: left;
  width: 35%;
  padding-right: 2%;
}

#innerblock ul.newsListing.activities_list li .activities_info {
  float: left;
  width: 63%;
}

#innerblock
  ul.newsListing.activities_list
  li
  .activities_info
  ul.activities_link {
  margin: 0 0 30px 20px;
  padding: 0;
  width: 100%;
  float: left;
}
#innerblock
  ul.newsListing.activities_list
  li
  .activities_info
  ul.activities_link
  li {
  list-style: circle;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
}

#innerblock
  ul.newsListing.activities_list
  li
  .activities_info
  ul.activities_link
  li
  a,
#innerblock ul.newsListing.activities_detail_link li a {
  color: #696156;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#innerblock
  ul.newsListing.activities_list
  li
  .activities_info
  ul.activities_link
  li
  a:hover,
#innerblock ul.newsListing.activities_detail_link li a:hover {
  color: #bf6e6e;
  text-decoration: underline;
}
#innerblock
  ul.newsListing.activities_list
  li
  .activities_info
  ul.activities_link
  li.first {
  margin-top: 0;
}
#innerblock ul.newsListing.activities_list li .activities_info a.left {
  margin-left: 20px;
}

#innerblock ul.newsListing.activities_list li:first-child {
  padding-top: 25px;
  border-top: 1px solid #dedace;
}

#innerblock ul.newsListing.activities_detail_link li {
  padding: 10px 0;
}

/*responsive part*/

.mobile_nav {
  display: none;
} /*mobilenav icon menu*/

ul#navigations li.home_logo a {
  background: #da1b40 url(../images/home.png) no-repeat top left;
  width: 100%;
  height: 24px;
  text-indent: -9999px;
  float: left;
  padding: 5px 0 !important;
  margin: 0;
}

ul#navigations li.home_logo a:hover {
  box-shadow: none !important;
  background-color: #d13938 !important;
  background: #da1b40 url(../images/home.png) no-repeat top left !important;
}

ul#navigations {
  margin: 0;
  padding: 0;
}

ul#navigations li {
  list-style: none;
  float: left;
  width: 100%;
}

ul#navigations li a {
  background: #70695f;
  font-weight: bold;
  font-size: 14px;
  box-shadow: none !important;
  padding: 10px;
}

ul#navigations li span.downarrow {
  display: none;
}

ul#navigations li ul {
  padding-left: 20px;
}

ul#navigations li ul li a {
  font-weight: normal;
}

ul#navigations li ul li a:hover {
  background: none !important;
  text-decoration: underline;
}
/* #menu-drop {
  position: relative;
} */
/* #menu-drop-list {
  position: absolute;
} */
/* #menu-drop a:hover #menu-drop-list {
  display: block;
} */
.cbp-spmenu {
  background: #70695f !important;
}

.cbp-spmenu a:hover,
.cbp-spmenu-vertical a.selected {
  background: #dcd7c5 !important;
  color: #70695f;
}

ul#navigations li ul.social_media {
  padding: 0;
}

ul#navigations li ul.social_media li a {
  background-color: none;
  text-indent: inherit;
}

ul#navigations li ul.social_media li a span {
  display: none;
}

ul#navigation li.contact_link {
  display: none;
}

.cbp-spmenu-vertical ul#navigations li ul li a {
  color: #dcd5c6 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cbp-spmenu-vertical ul#navigations li ul li a:hover {
  background: none !important;
  color: #fff !important;
}

.cbp-spmenu-vertical ul#navigations li a.selected,
.cbp-spmenu-vertical ul#navigations li a:hover {
  color: #70695f;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*mainslider*/

#mainslider {
  float: left;
  width: 545px;
  height: 376px;
  position: relative;
}

#mainslider img {
  float: left;
  width: 100% !important;
  height: auto;
  margin: 0;
}

.owl-next,
.owl-prev {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 270px;
  top: 150px;
  z-index: 99999;
  text-indent: -9999px;
  background: url(../images/control_btns.png) no-repeat 0 0;
  top: 37%;
  left: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-prev {
  right: 20px;
  left: inherit;
  background: url(../images/control_btns.png) no-repeat -105px 0;
}

#mainslider:hover .owl-next,
#mainslider:hover .owl-prev {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

span.caption {
  display: block;
  width: 94%;
  margin: 0;
  padding: 2% 2% 0 2%;
}

#mainslider h4 {
  font-weight: normal;
  position: relative;
  margin-top: 0px;
  margin-right: 2%;
  left: 0;
  font-size: 11px;
  text-align: right;
  color: #696156;
  float: left;
  width: 98%;
}

.recentnews {
  width: 100%;
  height: 330px;
  overflow: hidden;
  float: left;
}

.recentnews .block {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #585048;
  float: left;
}

.recentnews .block.last {
  border-bottom: 0;
}

.recentnews .items {
  float: left;
  width: 100%;
  overflow: hidden;
}

.recentnews .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 9998;
}

.recentnews .owl-dot span {
  background: #eee !important;
  width: 7px !important;
  height: 7px !important;
  margin: 5px 5px !important;
}

.recentnews .owl-dot.active span {
  background: #b4824d !important;
}

/*publication slider*/

div.pubblock {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: 100%;
  border-right: 0px solid #d2dccc;
}

div.pubblock a img {
  background: url("../images/publication-shadow.png") no-repeat scroll center
    bottom transparent;
  border: 0 none;
  float: left;
  padding-bottom: 12px;
  width: 119px !important;
}

div.pubblock a.pubcaption {
  font-size: 15px;
  color: #9d4200;
  float: left;
  width: 150px;
  margin: 0 0 15px 15px;
  text-align: left;
  font-family: "DroidSerifRegular";
}

div.pubblock a.publead {
  font-size: 14px;
  color: #766e64;
  float: left;
  width: 150px;
  margin-left: 15px;
  text-align: left;
}

#publist {
  width: 99%;
  overflow: hidden;
  float: left;
  padding-top: 54px;
  position: relative;
  top: -56px;
}

#publist .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
}

#publist .owl-dot span {
  background: #908c83 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 5px 5px !important;
}

#publist .owl-dot.active span {
  background: #b4824d !important;
}

/*video slider*/

.videoblock {
  float: left;
  width: 100%;
  /*height: 180px;*/
}

.video_slider .videoblock a img {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  float: left;
}

.video_slider .videoblock a.videotitle {
  float: left;
  color: #595145;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-family: "DroidSerifRegular";
}

#vid1 {
  width: 100%;
  float: left;
  padding-top: 45px;
  position: relative;
  top: -30px;
}

#vid1 .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
}

#vid1 .owl-dot span {
  background: #908c83 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 5px 5px !important;
}

#vid1 .owl-dot.active span {
  background: #b4824d !important;
}

/*photo slider*/

.photo_slider .videoblock a img {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  float: left;
}

.photo_slider .videoblock a.videotitle {
  float: left;
  color: #595145;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

#photo1 {
  width: 100%;
  float: left;
  padding-top: 45px;
  position: relative;
  top: -30px;
}

#photo1 .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
}

#photo1 .owl-dot span {
  background: #dcd7c5 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 5px 5px !important;
}

#photo1 .owl-dot.active span {
  background: #b4824d !important;
}

/*pub slider right*/

div.pubHilight {
  height: auto;
}

#pubsmalllist img {
  float: left;
  width: 100% !important;
  height: auto;
}

#pubsmalllist div.pubblock a.pubcaption {
  margin: 0;
  width: 100%;
}

div#publicationsmallBar {
  margin-left: 0;
}

.pubHilight.shadow.border2 {
  float: left;
  margin: 0 0 20px 0px;
}

#pubsmalllist div.pubblock {
  width: 200px;
  margin: 0;
  padding: 0;
}

#pubsmalllist div#publicationsmallBar {
  margin-left: 0;
}

/*pub small slider*/

#pubsmalllist {
  padding-bottom: 40px;
}

#pubsmalllist .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#pubsmalllist .owl-dot span {
  background: #dcd7c5 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 5px 5px !important;
}

#pubsmalllist .owl-dot.active span {
  background: #b4824d !important;
}

/*inner pages*/

div#innerblock img {
  max-width: 100%;
  float: left;
  margin: 0 20px 10px 0;
  display: inline;
}

a.newstitle {
  padding-top: 3px;
}

#mainslider .owl-height,
#publist .owl-height,
#vid1 .owl-height,
#photo1 .owl-height,
#pubsmalllist .owl-height {
  height: auto !important;
}

a.viewall {
  position: relative;
  z-index: 98;
}

/*new logo*/

div#searchbox {
  position: relative;
  padding-top: 68px;
}

span.contacts {
  margin: 10px 0 0 0px;
  text-align: right;
  display: inline;
}

a.ssb-logo {
  position: absolute;
  top: 0;
  right: 0;
}
/*--<Edited CSS>--*/
#innerblock ul.newsListing li {
  padding: 10px 0px;
}
/* ul#navigation li ul {
  top: 40px;
} */
ul.newsListing li h2 a.title {
  font-size: 16px;
}

.success-msg {
  background-color: #4adc4a;
  color: white;
  text-align: center;
}

.error-msg {
  background-color: #d81634;
  color: white;
  text-align: center;
}

/*---<Edited CSS>---*/
ul#navigation li ul li a {
  cursor: pointer;
}
ul#video li a img,
ul#photo li a img {
  min-height: 120px;
}

div#leftContact {
  width: 100%;
}
#innerblock ul.newsListing li {
  padding-bottom: 30px;
}
/* div#innerblock img {
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
} */
div#archive img {
  width: 91%;
  max-height: 200px;
  min-height: 260px;
  object-fit: cover;
}
#innerblock ul.newsListing li h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  text-align: justify;
}
#innerblock .contact-box {
  text-align: left !important;
  line-height: 30px;
}
#innerblock .contact-box h3 {
  font-size: 16px;
}
input.txt {
}

div.feedback {
  width: 94%;
}

div#rightContact {
  border-left: none;
  height: auto;
  width: 97%;
}
div#newsletter input {
  width: 223px !important;
  height: 25px !important;
}
/* div#innerblock img {
    min-height: 250px !important;
    max-height: 250px !important;
} */
#innerblock ul.newteamlist li .section_texts {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: block;
  width: 100%;
}

#innerblock ul.newteamlist li .section_texts {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 20px !important;
}
#innerblock ul.newteamlist li .section_texts h3 {
  margin-bottom: 20px !important;
}

/*---<Edited CSS>---*/
/* #innerblock ul.newsListing li {
    padding: 6px 0px;
    line-height: 10px !important;
}
#innerblock ul.newsListing li h2, #innerblock ul.newsListing li h3 {
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: auto;
    float: none;
}
div#innerblock p {
    color: #b22222;
    font-size: 16px;
    text-align: justify;
} */

.news01 p strong {
 /* color: #333;*/
  font-size: 14px;
}

body img {
  object-fit: cover;
}
ul.newsListing li a img {
  object-fit: contain;
}
div#innerblock img {
  min-height: 150px;
}
div#innerblock p.topMove a {
  margin-top: 10px;
}
div#innerblock img.detail {
  margin-bottom: -10px;
  margin-right: 20px;
}
div#innerblock p {
  line-height: 1.8;
}
.photo_slider .videoblock a img,
.video_slider .videoblock a img {
  height: 130px !important;
}
#contactinfo p {
  font-size: 14px !important;
}

.half-top {
  width: 100%;
}
#advanced_search_box ol.half,
#advanced_search_box ul.half {
  padding: 0;
  margin: 0;
}
#advanced_search_box ol.half li,
#advanced_search_box ul.half li {
  margin-left: 15px;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
#advanced_search_box ul.half li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#advanced_search_box ol.half label,
#advanced_search_box ul.half label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 25px;
}
#advanced_search_box ol.half label:hover,
#advanced_search_box ul.half label:hover {
  color: #b4824d;
  transition: 0.2s linear;
}
#advanced_search_box ol.half .check_box,
#advanced_search_box ul.half .check_box {
  position: absolute;
  right: 0;
  bottom: 4px;
}

#advanced_search_box ol.half.first li,
#advanced_search_box ul.half.first li {
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  #advanced_search_box .select {
    width: 96% !important;
  }
}
@media only screen and (max-width: 500px) {
  #advanced_search_box .half {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #advanced_search_box .textfield {
    width: 100% !important;
  }
  #advanced_search_box ol.half.first li,
  #advanced_search_box ul.half.first li,
  #advanced_search_box ol.half.first li,
  #advanced_search_box ul.half.first li {
    margin-right: 0;
  }
}
a.viewall {
  margin: 10px 0;
}
.recentnews .block {
  padding: 0 0 20px 1px;
}
.scroll {
  overflow-y: auto !important;
}
.scroll::-webkit-scrollbar {
  display: none;
}

.mask-layer {
    display: inline block;
    width: 100%;
    height: 210px;
}
.recentnews {
    height: 300px !important;
}

/*Recent news section: Add scroll bar and resloved alignment issue.(Refer latest announcement section)*/

.news-mask-layer {
  width: 100%;
  max-height: 280px;
  overflow-y: scroll;
}

.news-mask-layer .abc {
  min-height: 144px;
  border-bottom: 1px solid #585048;
  margin: 0 0 10px 0;
  width: 100%;
}

.news-mask-layer .abc:last-child {
  border-bottom: none;
}

/*All news details page ,title font to be made smaller as listing page.(refer title of listing page and any news detail page)*/

div#innerblock h2.pubTitle {
  font-size: 16px;
  margin: 0 0 10px 0;
}

/*Silder section: Add scroll bar in old image caption. If possible*/
span.caption {
  overflow: auto;
  height: 40px;
}

.social {
  margin: 0 auto;
  width: 87%;
}

/*Footer section: Get in touch social media icon alignment(The icon should be centered below the text "Get in touch")*/

a#fb {
  margin-right: 10px;
}

/*TEAMS*/
.newteamlist {
  display: flex;
  flex-wrap: wrap;
}

.team-item {
  text-align: center;
  padding: 15px;
  flex: 0 46%;
  box-sizing: border-box;
  background: #f0eee9;
  margin: 10px;
  box-shadow: 0 0 5px #888;
}

.team-item h1 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.team-item h2 {
  margin: 10px 0 !important;
}

.team-item h3 {
  float: none !important;
  margin: 0 !important;
}

.team-item img {
  height: 250px;
  width: 200px;
  float: none !important;
}

/*AUDIO*/
.audio-container {
  margin: 25px 0;
}

.audio-container audio {
  height: 30px;
  width: 310px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #d3d3c7;
  color: #000;
}
div#innerblock h2 {
  font-size: 16px;
}

.recent-news .mask-layer {
  height: 280px;
}

.recent-news .items {
  min-height: 144px;
  border-bottom: 1px solid #585048;
  margin: 0 0 10px 0;
  width: 100%;
}

.recent-news a.viewall {
  margin: 0;
}


/*TEAM*/
.team-item {
  text-align: center;
  padding: 15px;
  flex: 0 30%;
  box-sizing: border-box;
  background: #f0eee9;
  margin: 10px;
  box-shadow: 0 0 5px #888;
}

.team-item img {
  height: 128px;
  width: 127px;
  float: none !important;
  margin: 0 !important;
}