.nav-pills ul.nav-pills {
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 3ex;
}
.main-content {
  margin: 0px;
}
.navbar.navbar-default {
  margin-bottom: 1em;
}
figure > img,
figure > * > img,
.article-wysiwyg > img,
.photogallery > div > a > img,
.layout-content > img {
  margin: 1em;
}
.nav.navbar-nav > li > .non-link {
  color: #777;
  position: relative;
  display: block;
  padding: 15px 10px;
}
.non-link > .dropdown-menu:hover {
  display: block;
}
img {
  max-width: 100%;
}
.an_image {
  padding: 2em;
}
.missing_image,
.article_image,
.an_image {
  display: block;
  max-width: 100%;
  height: 60%;
  overflow: hidden;
}
.img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
}
.blog-post {
  position: relative;
  overflow: hidden;
}
.missing_smaller_image {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 1em;
}
.clear_hr {
  clear: both;
}
.int-pagination {
  text-align: center;
}
.news_categories {
  background: #fafafa;
  padding: 1em;
  border: 1px solid #eee;
  border-top: none;
  border-bottom-width: 5px;
  border-radius: 5px;
  margin-bottom: 1em;
}
.side_bar {
  display: block;
  min-height: 300px;
  border-left: 1px solid gray;
  position: fixed;
  float: right;
}
#divForDisplay {
  transition: top .5s;
}
.scaleOnHover {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.scaleOnHover:hover {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.missing_smaller_image {
  overflow: hidden;
}
.detail_div {
  overflow: hidden;
}
.detail_div > img {
  margin-right: 1em;
  margin-bottom: 1em;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-home:before {
  content: "\f015";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-clock-o:before {
  content: "\f017";
}
fa-search-plus.fa-search-plus:before {
  content: "\f00e";
}
.white_rounded {
  background: white;
  padding: 0.5em;
  border-radius: 50%;
  display: inline-block;
  float: none;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1em;
  box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
  z-index: 2;
}
.white_rounded:hover {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}
.ImageWrapper .StyleNa {
  visibility: hidden;
  -webkit-transform: scale(0.2) rotateY(360deg);
  -moz-transform: scale(0.2) rotateY(360deg);
  -ms-transform: scale(0.2) rotateY(360deg);
  -o-transform: scale(0.2) rotateY(360deg);
  transform: scale(0.2) rotateY(360deg);
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  height: 100%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleNa {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}
.ImageWrapper .ImageOverlayH {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayH {
  opacity: 1;
}
.tag {
  border-radius: 0.5em;
  line-height: 1.8em;
  font-size: 1em;
  padding: 2px 5px;
}
.tag:hover {
  background: black;
  text-decoration: none;
}
a.tag {
  color: #fff;
  background-color: #428bca;
}
.badge {
  background-color: #428bca;
}
.badge > a {
  color: #fff;
}
.suggest {
  display: inline-block;
  background-color: #428bca;
}
.suggest > a {
  color: #fff;
}
.tag-close {
  display: inline-block;
  vertical-align: top;
  float: none;
  opacity: 0.7;
}
ul>li>ul>li.dropdown-submenu {
  position: relative;
}
ul>li>ul>li.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
ul>li>ul>li.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
ul>li>ul>li.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
ul>li>ul>li.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}
ul>li>ul>li.dropdown-submenu.pull-left {
  float: none;
}
.customHtml {
  background: none repeat scroll 0 0 black;
  background: none repeat scroll 0 0 rgba(0,0,0,0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.customHtml p {
  font-size: 14px;
}
.customHtml > h4 {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}
