@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
#header.transparent {

  z-index: 99999;
}
.middle-content {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body{
	
position:inherit!important}
.container.margin-fix {
    background-image: url("../images/Layer 3.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    margin-top: 59px;
    padding: 30px 54px 0;
    width: 1197px;
}
.h1 {
  background-color: #57021b !important;
  background-image: url("../images/Layer 4 copy 3.png");
  background-repeat: repeat-x;
  color: rgb(255, 255, 255);
  font-family: "Lora";
  font-size: 21.336px;
  height: 39px;
  line-height: 1.2;
  margin: 0;
  padding: 9px 11px;
}
.custom-slider > img {
  width: 100%;
}
.custom-slider{
  margin:17px 0;
}
.side-bar .inner-side {
  background: #f5f1eb none repeat scroll 0 0;
  padding-bottom: 35px;
}
.side-bar .h1 {
  background-image: url("../images/Layer 4 copy 10.png");
  background-size: auto auto;
  color: rgb(255, 255, 255);
  font-family: "Lora";
  font-size: 21.336px;
  height: 39px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.latest-img {
  padding:11px 15px;
  text-align: center;
}
.latest-img img {
  background: #fff none repeat scroll 0 0;
  max-width: 222px;
  padding: 5px;
  width: 100%;
}
.the_Claremont_Review_of_Books {
  color: rgb(1, 0, 0);
  font-family: "Lora";
  font-size: 21.336px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 35px;
  text-align: center;
}

.input-select .selectpicker {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/select.png") !important;
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 30px;
    padding: 4px 10px !important;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    border: 0;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}

.input-select .selectpicker {
    height: 30px !important;
    display: block;
    line-height: 1.2;
    border: 0;
}
.input-select {
    width: 100%;
    max-width: 512px;
    margin: 0 auto 48px;
}

.click_to_browse {
  background: #650821 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: Lora;
  font-size: 11.35px;
  height: 28px;
  line-height: 1.2;
  margin: 14px auto 22px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 134px;
}

.title-gallery {
    font-size: 18.669px;
    font-family: "Lora";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    margin: 12px 0 9px;
    max-height: 71px;
    overflow: hidden;
}
.title-gallery a{
  color: rgb(0, 0, 0);
  font-family: "Lora";
  font-size: 18.669px;
  font-weight: bold;
  line-height: 1.2;
}
.gallery-content {
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Lora";
  font-size: 13.34px;
  height: auto;
  line-height: 1.2;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.custom-gallery.item > a {
  display: block;
}
.custom-gallery img {
    width: 100%;
}
.img_wrapper {
  position: relative;
  width: 100% !important;
   height: auto !important;
}
.img-responsive.img_grayscale {
    position: absolute !important;
}
.img-responsive {
  position: relative !important;
}
.editor-pick .img-responsive {
  height: 145px;
  position: relative !important;
  width: 200px;
}

.custom-gallery {
	opacity: 0.9;
    filter: alpha(opacity=90);
/*    filter: grayscale(50%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear;
	
	filter: grayscale(55%);
	-webkit-filter: grayscale(55%);
	-moz-filter: grayscale(55%);
	 -o-filter: grayscale(55%);
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
*/  
	transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  }
.custom-gallery:hover {
/*  filter: grayscale(50%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
	
	
	 -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	*/
	 opacity: 1.0;
    filter: alpha(opacity=100);

 
}
.custom-gallery {
  padding-top: 21px;
}
.ad-banner img {
  padding-top: 10px;
  width: 100%;
}
.discribe {
  color: rgb(0, 0, 0);
  font-family: "Lora";
  font-size: 14.668px;
  line-height: 1.2;
  margin-bottom: -6px;
  padding: 0 27px;
  text-align: center;
}
.discribe a{
  color: rgb(0, 0, 0);
  font-family: "Lora";
  font-size: 14.668px;
  line-height: 1.2;
}

.edit-block .latest-img {
	padding: 25.3px 27px 10px;
}
@-moz-document url-prefix() {
  .edit-block .latest-img {
    padding: 26.8px 27px 15px;
}
} 
.More {
  background: #650821 none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Lora";
  font-size: 24px;
  height: 42px;
  line-height: 1.2;
  margin: 28px auto 0;
  padding: 6px;
  text-align: center;
  width: 198px;
}
.raxus-slider {
  width: 100%!important;
  height: 384px!important;;
}
.image > img {
  width: 100% !important;
}
.raxus-slider .slider-area .slider-relative .slide {
  height: auto;

}
.slider-area {
  bottom: 0 !important;
}
.raxus-slider ul.dots {
  background: #0b0c0b none repeat scroll 0 0!important;
  bottom: 0!important;
  font-size: 0;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-height: 58px!important;
  padding: 0;
  position: absolute;
  text-align: right!important;
  width: 100%;
  z-index: 999;
  margin: 0!important;
      padding: 26px 22px 0 !important;
}
.raxus-slider ul.dots li {
  background: #9b9b9b none repeat scroll 0 0 !important;
  border-radius: 20px;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  position: relative;
  text-align: center;
  width: 10px;

}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
  border: 0 none!important;
  border-radius: 50px !important;
  cursor: pointer;
  height: 7px !important;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  width: 7px !important;
}
.raxus-slider ul.dots {
  background: #0b0c0b none repeat scroll 0 0 !important;
  bottom: 0 !important;
  font-size: 0;
  left: 0;
  list-style: outside none none;
  margin: 0 !important;
  min-height: 58px !important;

  position: absolute;
  text-align: right !important;
  width: 100%;
  z-index: 999;
}
.raxus-slider ul.dots li span{
  background: transparent none repeat scroll 0 0 !important;
}
.raxus-slider ul.dots li.selected {
  background: #fff none repeat scroll 0 0 !important;
}
.raxus-slider .arrow-l, .raxus-slider .arrow-r {
  display: none!important;

}
.captionOrange {
    background: #EB5100;
    background-color: rgba(0, 0, 0, 0.6)!important;
    width: 100%!important;
	height:45px!important;
	left:0!important;
	bottom:0!important;
	top:auto!important;
	line-height:1.2!important;
	text-align:left!important;
    width: 100%!important;
	clip:inherit!important;
	border-radius:0!important;
	padding:9px 15px!important;
}
span.glyphicon.glyphicon-lock {
    font-size: 11px;
    margin-left: 7px;
    position: relative;
    top: 0;
}
.section.blog-section.fullwidth.active-section.active-font h3.entry-title{
	font-family: 'Playfair Display', serif;
}
@media (max-width:1220px){
.container.margin-fix {
  background-image: url("../images/Layer 3.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-top: 59px;
  padding: 30px 54px;
  max-width: 1197px;
  width: 100%;
}

.the_Claremont_Review_of_Books {
  padding: 0 27px;
}
.discribe {
  padding: 0 24px;

}
.latest-img {
  padding: 11px 10px;
  text-align: center;
}
.the_Claremont_Review_of_Books {
  padding: 0 10px;
}
.edit-block .latest-img {
  padding: 30px 10px 15px;
}
.discribe {
  padding: 0 10px;
}
.search-content span {
  font-size: 12px;
}
}
@media (max-width:991px){
.h1 {
  background-repeat: no-repeat;
  background-size: 100% auto;

}
.container.margin-fix {
    padding: 0 33px;

}
.latest-img  img {
  max-width: 100%;
  width: 100%;
}
.latest-img {
  float: left !important;
  padding: 11px 0;
  text-align: center;
  width: 25%;
}
.edit-block {
  float: left;
  width: 100%;
}
.latest-block {
  float: left;
  width: 100%;
}
.the_Claremont_Review_of_Books {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px !important;
  text-align: left;
}
.custom-button-bar {
  float: left;
  width: 74%;
}
.click_to_browse {
  margin: 8px 0 0 15px;

}
.custom-side {
  float: left;
  width: 100%;
}
.More {
  background: #650821 none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  font-family: "Lora";
  font-size: 18px;
  height: 35px;
  line-height: 1.2;
  margin: 6px auto;
  padding: 6px;
  text-align: center;
  width: 167px;
}
.edit-block .latest-img {
  padding: 25px 0 0px;
}
.discribe {
  float: left;
  padding: 25px 24px 0;
  text-align: left;
  width: 74%;
}
.h1, .side-bar .h1 {
  background-color: #5e021b;
  background-image: none;
  padding: 9px 11px;
  text-align: left;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
  height: 12px !important;
  width: 12px !important;
}
}
@media (max-width:767px){
	/*last edit*/
.article-block{
	height:auto !important;
}
.latest-img {
  float: left !important;
  padding: 11px 0;
  text-align: center;
  width: 100%;
}
.custom-button-bar {
  float: left;
  width: 100%;
}
.the_Claremont_Review_of_Books {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0 !important;
  text-align: center;
}
.click_to_browse {
  margin: 2px auto 15px;
}
.discribe {
  float: left;
  padding: 9px 24px 0;
  text-align: center;
  width: 100%;
}
.edit-block .latest-img img {
  max-width: 222px;
  width: 100%;
}
.custom-side {
  background: #f0f0f0 none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  width: 100%;
}
	/*////last edit*/
.container.margin-fix {
  background: #fff none repeat scroll 0 0;
  margin-left: 0 !important;
    margin-right: 0 !important;
  padding: 0 15px;
}
.section:not(.header) .container .row [class^="col-"], .section:not(.header) .container .row [class*=" col-"] {
  padding-bottom: 10px;
  padding-top: 9px;
}

.h1, .side-bar .h1 {
  background-color: #5e021b;
  background-image: none;
  font-size: 16px;
  height: 33px;
  padding: 8px 11px;
  text-align: left;
}
.raxus-slider .slider-area .slider-relative .slide {
  height: auto!important;
}
.title-gallery {
    text-align: center !IMPORTANT;
    font-size: 22px;
    height: auto!IMPORTANT;
    overflow: visible!IMPORTANT;
	text-align:center!important;
}
ul.entry-meta.list-inline.custom-author {
    height: auto!important;
    overflow: visible!important;
	text-align:center!important;
}
.gallery-content {
    font-size: 15px;
    height: auto!important;
    overflow: visible!important;
	text-align:center!important;
    max-height: none;
  margin-bottom: 20px!important;
}

.home-auth {

  text-align: center;
}
.edit-block {
    text-align: center;
}
.More {
    display: inline-block!important;
    float: none!important;
    margin: 6px auto;

}

}
@media (max-width:480px){
.image > img {
  width: 100% !important;
  height: auto!important;
}
.raxus-slider {
  height: 334px !important;
  width: 100% !important;
}
.the_Claremont_Review_of_Books {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 28px !important;
  text-align: center;
}
.More {
  font-size: 15px;
  height: 29px;
  padding: 5px;
  width: 110px;
}

.raxus-slider {
  height: 260px !important;
}
.raxus-slider ul.dots {
  min-height: 48px !important;
  padding: 10px!important;
}
}

/*******css********/

.inner-section .inner-banner {
  background-color: #413629;
 /* background-image: url("../images/inner-ban.png");*/
  background-image: url("http://www.claremont.org/images/hero/big3.jpg");
  
  position: relative;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  height: auto;
  width: 100%;
}
.inner-banner:after {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
}
.inner-section .container.margin-fix {
  background-image: none;
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-top: 0;
  padding: 30px 0 0;
  width: 1197px;
}
#header.inner-header + section.inner-section {
  margin: 0;
  padding: 0;
}
body section.inner-section {
  background: rgba(238, 237, 238, 1) none repeat scroll 0 0 !important;
}
body section.inner-section:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.section-header {
    font-family: "Lora";
    text-align: left;
    letter-spacing: 0.5em;
    font-size: 30px;
    line-height: 1.8;
    text-transform: uppercase;
    word-break: break-all;
}
.section-sub-header {
  color: rgb(255, 255, 255);
  font-family: "Lora";
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 140px !important;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.inner-section select {
  -moz-appearance: none;
    -webkit-appearance: none;
	  -o-appearance: none;
	  -ms-appearance: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: url("../images/select.png") !important;
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 30px;
  padding: 4px 10px !important;
  font-size:16px;
  color:#000;
  text-transform:uppercase;
    border: 0;
	line-height: 1.2;
	text-align: left;
	width:100%;
}
input, button, select, textarea {
  font-family: lora;
}
.inner-section select:hover {
  border: 0;
}
.main-article-block ul {
  color: #777;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
}
li.main-article {
}

li > .inner-listing {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 38px;
    padding: 15px !important;
    text-align: center;
    height: 436px;
}
.inner-listing.digital-list {
    height: 540px;
}
.inner-listing .digital-content {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    max-height: 126px;
    overflow: hidden;
}
.inner-section .article-block {
    font-size: 18.45px;
    font-family: "Lora";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 28px 0 40px 0;
    min-height: 0;
    max-height: 84px;
    overflow: hidden;
}
.inner-section .article-block a{
  color: rgb(0, 0, 0);
  font-family: "Lora";
  font-size: 18.45px;
  line-height: 1.2;
}
.inner-section .read-more {
    bottom: 45px;
    color: #555;
    display: block;
    left: 0;
    padding-bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}
li > .inner-listing img{
   width:100%;
}
.inner-section .form-group {
  margin-bottom: 30px;
}
.search-content input,  .search-content select {
    height: 30px !important;
    display: block;
	line-height: 1.2;
	 border: 0;
}
/*
.search-content input {
   background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: url("../images/go.jpg") !important;
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor:pointer;
}
*/
/*lastedit*/
.search-content input.date-formate {
    background-color: #fff;
    cursor: pointer;
    color: #000;
    max-width: 91px;
    display: inline-block;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/cal-icon.jpg") !important;
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-size: 12px;
    margin: 0;
    padding-left: 0;
    padding-right: 24px;
}

.search-content input[type="submit"] {
    width: 49px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    margin-right: 15px;
	color:transparent;
	border:0;
	background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: url("../images/go.jpg") !important;
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor:pointer;
  top:0;
}
div#datepicker {
    background-color: #fff;
}
.search-content span {
    font-size: 16px;
    color: #000;
    text-transform: Uppercase;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.fn-details {
  border-bottom: 2px solid #4a4645;
  border-top: 2px solid #4a4645;
  float: left;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}
.fn-details ul {
  font-size: 16px;
  line-height: 21px;
  list-style: outside none none;
  padding: 0;
}
.fn-slide {
  margin-top: 0 !important;
  padding-top: 0 !important;

}
.fn-details-title {
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
}
.fn-details-set {
    font-style: italic;
    margin-bottom: 15px;
  font-size: 16px;
  line-height:24px;
}
/*lastedit*/
body #sg_paywall_login {
  max-width: 640px !important;
  width: 100% !important;
  top: 60px !important;
}


body #sg_paywall_login {
  top: 68px !important;
}
@media (min-width:1220px){
.inner-section .inner-banner {
    height: 248px!important;
    background-size: 100% auto!important;
}
.background-image.parallax-background {
    height: 247px!important;
	background-position: 0% 0% !important;
}
section.section,div.section{
  min-height: 248px!important;
  padding-bottom: 0 !important;
  
}
.section-header {
  margin: 29px 0 27px;
}
div.section{
	padding-top: 29px!important;
}
}
@media (max-width:1220px){
.inner-section .container.margin-fix {

  max-width: 1197px;
  width: 100%;
}
.inner-section .row {
  margin-left: 0px;
  margin-right: 0px;
}
.section.inner-section:not(.header) .container .row [class^="col-"], .section.inner-section:not(.header) .container .row [class*=" col-"] {
  padding-bottom: 0;
  padding-top: 0;
}
.inner-section select {

  font-size: 12px;

}
.inner-section .inner-banner {
  background-position: -188px center;
  background-size: 1400px auto;
}
.section-sub-header {
  margin: 0 0 90px !important;
}
.search-content span {
  font-size: 12px;

}
.text-right .menu .list-inline {
  margin-left: -35px;
}

}
@media (max-width:1100px){
.search-content span {
  display: none;
}
}
@media (max-width:991px){
.inner-section select {

  font-size: 10px;

}
.inner-listing.digital-list {
    height: 450px;
}

.inner-section .read-more {
  bottom: 40px;
}
.inner-listing .digital-content {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    max-height: 68px;
    overflow: hidden;
    margin-bottom: 35px;
}
.inner-section .read-more {
    bottom: 20px;
}
.search-content input {
  font-size: 10px;
  max-width: 86px;

}
.inner-section .inner-banner {
  background-position: -188px center;
  background-size: 1400px auto;
}
.section-header {
  font-size: 21px;
  letter-spacing: 6px;
  margin: 59px 0 10px;

}
.section-sub-header {

  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 66px !important;

}
#header.sticky .menu.mobile-menu {
    max-height: 400px;
    overflow-y: auto;
}

}
@media (max-width:767px){
.inner-section select {

  font-size: 12px;

}
.inner-section .inner-banner {
  background-position: -539px -4px;
  background-size: 1400px auto;
}
#header .menu-toggle {
  z-index: 99999;
}
.inner-listing.digital-list {
    height: auto;
}

.input-select {
    width: 100%;
    max-width: 512px;
    margin: 0 auto 0;
}
.input-select .selectpicker {
    height: 30px !important;
    display: block;
    line-height: 1.2;
    border: 0;
    margin-bottom: -17px;
    font-size: 12px;
	    margin-top: 7px;
}
li > .inner-listing {
  background: #f0f0f0 none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 10px !important;
  text-align: center;
}
.search-content input {
  background-color: transparent !important;
  font-size: 12px !important;
  max-width: 121px !important;
  padding-left: 15px !important;
  text-align: left !important;
}
.inner-section select {
  background-color: #f0f0f0;
}
.search-content input,
div#datepicker {
  background-color: #f0f0f0;
}
.gallery-content {
  font-size: 15px;
}
.all-author td[valign="top"] {
  display: block;
  float: left;
  width: 50% !important;
}
body #sg_paywall_login {
  margin-left: -160px !important;
  max-width: 320px !important;
  width: 100% !important;
}
}
@media (max-width:480px){
.inner-section select {
  font-size: 10px;
}

.search-content input {
  background-color: transparent !important;
  font-size: 10px !important;
  max-width: 100px !important;
  padding-left: 15px !important;
  text-align: left !important;
}
/*.all-author td[valign="top"] {
  display: block;
  float: left;
  width: 100% !important;
  text-align:center;
}*/
.all-author td[valign="top"] {
    display: block;
    float: left;
    font-size: 15px;
    text-align: left !important;
    width: 100% !important;
}
.all-author td[valign="top"] td{
    font-size: 15px;
    text-align: left !important;
}
.section.page-title .breadcrumb, .paper.page-title .breadcrumb {
  background-color: transparent;
  font-size: 9px;
  left: 15px;
  letter-spacing: 1px;
  padding: 0;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 10px;
}
.section.page-title h1, .paper.page-title h1 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 26px;
  text-transform: uppercase;
  word-break: inherit !important;
}
.section.page-title p, .paper.page-title p {
  font-size: 14px !important;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
}
body.loaded {
 position: static;
}

span.lock-icon {
    position: relative;
    top: -3px;
    left: 4px;
}

.list-inline.custom-author>li {
    color: rgb(170, 170, 170);
}
ul.entry-meta.list-inline.custom-author {
    margin-top: -32px;
    margin-bottom: 14px;
    max-height: 40px;
    overflow: hidden;
}
.border_img_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.border_img {
    background-image: url(../images/article-divider.png);
    background-repeat: repeat-x;
    background-size: 100% auto;
    width: 100%;
    height: 10px;
}
#sg_paywall_login {
 top: 63px !important;
}

@media (min-width:768px){

.main-gallery {
  margin-bottom: 0;
}
.main-gallery + .main-gallery {
  margin-bottom: 30px;
}
}
.at4-follow {
 color: #666;
 cursor: default;
 font-weight: 400;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 2147483647!important;
}
.at-follow-open-control {
 height: 35px;
 padding-top: 10px;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 2147483647!important;
}
body .at4-follow-inner {
background: #fff!important;
border-color: #c5c5c5!important;
}
body  div#at4-foc {
background: #e5e5e5;
}
.top_image {
 display: block;
 margin: 0 -30px;
}
@media (min-width:992px) and (max-width:1199px){
.side-bar .h1 {
  font-size: 16.336px;

}}
@media (min-width:768px) and (max-width:991px){

.entry .entry-bottom {
  line-height: 30px!important;
  margin-top: 18px!important;
  min-height: 30px!important;
  position: static!important;
}
.entry .entry-bottom .list-inline > li {
  padding-right: 0!important;;
}
.inner-section .read-more {
    bottom: 33px;
}
.inner-section .inner-banner {
  background-position: 0 top;
  background-size: 100% auto;
  height:136px;
}
.search-content input.date-formate {
  background-image: none !important;
  padding-left: 5px;

}
}
@media (max-width:991px){
.top_image {
 display: block;
 margin: 0 -13px;
}
}
@media (max-width:991px){
body .section.page-title h1, body  .paper.page-title h1 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 22px;
  text-transform: uppercase;
  word-break: inherit !important;
}
body .section.page-title p, body  .paper.page-title p {
  font-size: 14px !important;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
body .section-header {
  font-size: 21px;
  letter-spacing: 6px;
  margin: 25px -15px 0;
}
body .section-sub-header {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 -15px 16px !important;
}
.inner-section .inner-banner {
  height: 110px;
  overflow: hidden;
    position: relative;
}
div.section.page-title {
  height: 110px;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: 25px !important;
  position: relative;
}
.section:not(.header) .container .row [class^="col-"], .section:not(.header) .container .row [class*=" col-"] {
  padding-bottom: 10px;
  padding-top: 9px;
}
.entry {
  background-color: #ffffff;
  border-radius: 2px;
  height: 540px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 5px;
}
.entry-content {
  max-height: 150px !important;
  min-height: 0 !important;
  overflow: hidden;
  text-align: left;
}
}

@media (max-width:767px){
.entry {
  height: auto;
}
.content .Table_custom tr td, .content .Table_custom tr th {
    display: block;
}

}
@media (max-width:991px){
.rss-png { display:none}	
#responsive_none{ display:none !important}
.dropdown #last_child li:nth-child(3),#last_child li:nth-child(4),#last_child li:nth-child(5),#last_child li:nth-child(6),#last_child li:nth-child(7),#last_child li:nth-child(8){
	display:none !important;
}
 .text-right .menu.mobile-menu .list-inline {
  margin-left: 0;
}	
}
.side-bar .discribe {
  height: auto!important;
}
.col-md-7.col-offset-sm-1 .content a {
    font-size: 19px;
}

@media (min-width:992px) and (max-width:1200px){
	#header .menu.mobile-menu ul.list-inline li {
    display: inline-block!important;
}
	#header .menu.mobile-menu ul.list-inline li .dropdown-menu li {
    display:block!important;
}

#header .menu.mobile-menu ul .dropdown-menu {
    position: absolute!important;
	    min-width: 215px!important;


}
#header .menu.mobile-menu ul .dropdown-menu li a {
    padding: 0 15px!important;
}
}

@media print and (orientation: landscape) {
    	.section.active-section.footer_section {
    padding-bottom: 3000px!important;
}
	
}
@media print{
	
	
	.section.active-section.footer_section {
    padding-bottom: 1500px!important;
}
	

}


@page {
  margin: 50pt 30pt 50pt;
   size: A4;
}	


/*@media print and (orientation: portrait) {
    	.section.active-section.footer_section {
    padding-bottom: 600px!important;
}
	
}*/