body {
  font-family: "Open Sans", sans-serif; }

.container {
  max-width: 800px; }

a:hover {
  text-decoration: none; }

.top-box {
  height: 35px;
  background-color: #3a3939;
  text-align: center; }
  .top-box a {
    display: inline-block;
    font-size: 11px;
    line-height: 32px;
    color: #f7f7f7;
    font-weight: 300;
    text-transform: uppercase; }

.logo-box {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #8e2920;
  text-align: center; }
  .logo-box a {
    display: inline-block; }

.back-box {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px; }
  .back-box a {
    text-transform: uppercase;
    color: #8e2920;
    font-weight: 300; }
    .back-box a:hover {
      color: #3a3939; }

.banner-box {
  position: relative; }

.banner-image {
  float: right;
  height: 316px;
  width: 565px; }

.prev-letter {
  background: url(../images/image2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: -15px;
  width: 207px;
  height: 100%;
  color: #757574;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600; }
  .prev-letter > div {
    position: absolute;
    right: 10px;
    bottom: 130px; }

.banner-box {
  margin-bottom: 30px; }

.banner-text {
  width: 357px;
  min-height: 92px;
  background-color: #3a3939;
  text-align: center;
  color: #f7f7f7;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2; }
  .banner-text h1, .banner-text h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .banner-text h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 3px; }
  .banner-text h2 {
    font-size: 18px; }

.banner-text.b1 {
  background-color: #8e2920; }

.banner-details .banner-text {
  position: relative;
  width: 100%;
  padding-top: 15px;
  bottom: 0;
  margin-bottom: 40px;
  height: 123px;
  top: 0; }

.term-container {
  border-top: 1px dotted #8e2920;
  padding-top: 30px;
  max-width: 735px;
  margin: auto; }

.term-title {
  text-align: center;
  color: #983b34;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px; }

.term-box {
  max-width: 318px;
  margin: 0 auto 50px; width: 100%; }

.term-text {
  text-align: center;
  margin: 20px 0 20px; }
  .term-text h1, .term-text h2 {
    color: #8e2920;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .term-text h1 {
    font-size: 30px;
    line-height: 40px; }
  .term-text h2 {
    font-size: 21px; }
  .term-text p {
    color: #3a3939;
    font-size: 15px; }

.view-issue {
  width: 200px;
  text-align: center;
  margin: 30px auto 0;
  text-transform: uppercase;
  color: #3a3939;
  line-height: 40px;
  border: 1px #3a3939 solid;
  display: block;
  font-size: 14px; }
  .view-issue:hover {
    color: #3a3939; }

#footer {
  background-color: #8e2920;
  min-height: 170px; }
  #footer .container {
    max-width: 928px; }

.footer-logo {
  margin-top: 5px;
  width: 85%; }

.foot-contact {
  color: #f0f0f0;
  font-size: 17px;
  margin-top: 0px; }
  .foot-contact .hide-phone {
    display: inline-block; }

.social {
  float: right;
  margin-top: 20px;
  margin-right: -13px; }
  .social a {
    display: inline-block;
    margin-left: 10px; }

.footer {
  position: relative;
  padding-top: 76px; }
  .footer .row {
    position: relative;
    z-index: 3; }

.dot {
  position: absolute;
  right: 0;
  top: 14px;
  background: url(../images/dot.png) no-repeat right top;
  width: 100%;
  height: 100%; }

.principal-container {
  max-width: 700px;
  margin: auto; }

.principal-box {
  border-top: 1px dotted #8e2920;
  padding-top: 40px;
  padding-bottom: 20px; }

.principal-image {
  margin-bottom: 30px;
  height: 317px; }

.principal-image.full, .gallery-box {
  height: auto; }

.principal-text {
  font-size: 15px; }
  .principal-text h1 {
    color: #8e2920;
    font-size: 29px;
    margin-bottom: 25px;
    margin-top: 0; }
  .principal-text p,.long-desc div {
    font-size: 16px;
    line-height: 25px !important;
    margin-bottom: 30px; }

.continue, .back {
  text-transform: uppercase;
  font-size: 15px;
  color: #8e2920 !important;
  border: 1px #89362e solid;
  width: 178px;
  text-align: center;
  line-height: 50px;
  display: inline-block; }

.back {
  width: 105px; }

.p-details {
  padding-top: 0; }
  .p-details .principal-box {
    border-top: none;
    padding-bottom: 40px;
    padding-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px dotted #8e2920; }

.gallery-box {
  position: relative;
  margin-bottom: 40px; }
  .gallery-box .gallery-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    min-height: 90px;
    background-color: #8e2920;
    color: #f7f7f7;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    z-index: 99; }
    .gallery-box .gallery-text > div {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 90px; }

.show-phone {
  display: none; }

.hide-phone {
  display: block; }

.im {
  position: relative; }

.imageBox {
  position: absolute;
  left: 0;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.term-box-image {
  height: 317px; }
.gallery-box .bxslider{padding: 0px;}
.foot-contact a{color: #fff;}
.gallery-box .fancybox img{height: auto;overflow: hidden;width: 100%;}


/*--31-1-2018--*/

.newsapp_detail .long-desc div{  line-height: 30px;  }
.newsapp_detail .long-desc .margin_less{margin-bottom: 10px;} 
/*
.newsapp_detail tr.form_hf { width: 50%; display: inline-block; }*/

.newsapp_detail  .principal-container h3 { font-size: 30px; }

.newsapp_detail .webform select {  width: 150px !important;}

.newsapp_detail .webform input[type="text"], .newsapp_detail .webform  textarea, .newsapp_detail .webform  select{border-radius: 4px; display: inline-block; height:30px;  width: 100%; /*color: #fff;*/ background-color: #fff; padding: 4px 6px; border: 1px solid #cccccc; outline: none; font-size: 1rem; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 300px;
} 

.newsapp_detail .webform input[type="text"]::placeholder{ color: #fff; }

/*.newsapp_detail .webform td { padding: 10px; }

.newsapp_detail .webform tr  { margin-bottom: 10px;  }

.newsapp_detail table.webform { margin-top: 20px; }

.newsapp_detail table.webform td { width: 100%; display: block; }*/

/*.newsapp_detail .cat_button { background: #731d16; color: #fff;max-width: 130px;width: 100%; height: 40px; font-size: 16px;  margin: 0px 0 25px; border: 0;}*/

.newsapp_detail .principal-container h2, .newsapp_detail  .principal-container h3, .newsapp_detail  .principal-container h4 { color:#8e2921; margin: 15px 0; }

.newsapp_detail .form label, .newsapp_detail .webform label {
    font-size: 11px;
   /* font-family: 'Amiri', serif;*/
    color: #807c7c;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0 0px 5px;
    line-height: 20px;
}
.newsapp_detail .form label br, .newsapp_detail .webform label br {
  display: none;
}
.newsapp_detail .dl-file { color: #3a3939; }

.newsapp_detail .dl-file:hover{ color: #8e2921; }
.long-desc ul{margin-top: -20px;}
.long-desc ul li{font-size: 16px !important; line-height: 25px !important; font-family: "Open Sans", sans-serif;}
.next-article{float: right; width: 175px;}
/*** media area ****/

.long-desc.split{
	float:left;
	width:70%;
  padding-right: 25px;
}
.author-box.showd{
	display:block !important;
	float:left;
	width:30%;
}
.ainner{
	max-width:190px;
	float:right;
}
.ainner img{
	width:100%
}
.newsapp_detail .principal-container .ainner h4{
	font-size:16px;
	margin-bottom:0;
	line-height:25px;	
}

.newsapp_detail .principal-container .atitle{
	font-size:12px;
}
.author-name{
	font-style: italic;
    color: #8e2920;
    margin-bottom: 20px;
}
.list-news-aut > p{
  font-style: italic;
    color: #8e2920;
    margin-bottom: 2px;
}
.author-name span{
	color: #333;
    font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social {
    margin-top: 0; }
    .social a {
      width: 40px; }

  .dot {
    background-size: 100%;
    width: 88%; }

  .footer-logo {
    width: auto; }

  .banner-image {
    width: 510px; } }
@media (max-width: 767px) {
  .show-phone {
    display: block; }

  .hide-phone {
    display: none; }

  .logo-box {
    border: none; }

  .term-box {
    float: none !important; }

  .banner-image {
    width: 100%; }

  .prev-letter {
    background: none;
    position: relative;
    width: 100%;
    bottom: 0;
    top: 0; }
    .prev-letter > div {
      position: relative;
      bottom: 0;
      right: 0;
      width: 100%;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      padding: 14px 0;
      line-height: 30px; }

  .banner-image {
    float: none; }
    .banner-image img {
      width: 100%; }

  .banner-box {
    margin: 0;
    padding: 0; }

  .banner-text {
    position: relative;
    width: 100%;
    margin: 0;
    bottom: 0;
    padding: 15px 0 20px; }
    .banner-text h1 {
      margin-top: 0; }

  .back-box {
    background-color: #8e2920;
    text-align: center;
    padding: 15px 0; }
    .back-box a {
      float: none !important;
      color: #f7f7f7 !important;
      font-size: 13px;
      display: inline-block; }

  .back-box.change {
    background-color: #3a3939;
    color: #f7f7f7; }

  .dot {
    display: none; }

  .footer-logo {
    width: auto; }

  .footer {
    padding-top: 10px; }

  .footer-logo {
    text-align: center;
    margin-bottom: 15px; }
    .footer-logo a {
      display: inline-block; }

  .foot-contact {
    text-align: center; }

  .social {
    float: none;
    text-align: center; }
    .social a {
      display: inline-block;
      float: none; }

  .site-design {
    color: #f7f7f7;
    font-size: 17px;
    padding: 14px 0;
    text-align: center;
    margin-top: 20px;
    border-top: 1px dotted #f7f7f7; }

  .banner-box, .term-container {
    margin: 0 -15px; }

  .term-container .row {
    margin: 0; }

  .continue, .back {
    margin: auto;
    display: block; }

  .back {
    width: 170px; }

  .principal-image, .principal-text {
    max-width: 100%;
    margin: auto; }

  .principal-text h1, .principal-text p,.principal-text h2 {
    text-align: left; }

  .principal-box {
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px; }
    .principal-box .row {
      margin: 0; }

  .principal-full {
    padding: 0 22px; }

  .principal-image {
    margin-bottom: 30px; }
    .principal-image img {
      width: 100%; }

  .banner-details .banner-text {
    margin-bottom: 0; }
    .banner-details .banner-text h1 {
      margin-top: 20px; }

  .p-details {
    margin-top: 30px; }
    .p-details .principal-box {
      border: none; }
    .p-details .principal-image, .p-details .principal-text {
      max-width: 100%;
      padding: 0 22px; }
    .p-details .principal-image.full {
      margin-left: 22px;
      margin-right: 22px; }

  .banner-details {
    margin: 0 -15px; }

  .logo-box {
    padding: 15px 0 10px; }
    .logo-box a {
      max-width: 120px; }

  .footer-logo a img {
    width: 100%; }

  .p-list .principal-image, .p-list .principal-text {
    margin-left: 7px;
    margin-right: 7px; }

  .term-box {
    margin-left: 7px;
    margin-right: 7px; } 
  .newsapp_detail .back{display: inline-block; margin: 0px;}
}

@media (max-width: 600px) {
	.newsapp_detail tr.form_hf { width: 100%;  }
	.long-desc.split{float:none;width:100%; padding-right: 0px;}
	.author-box.showd{float:none;width:100%;margin-bottom:50px !important;}
	.ainner{float:none;max-width:225px;	}
	.newsapp_detail .principal-container .ainner h4{font-size:18px;}
	.atitle{font-size:18px;}
}

@media (max-width: 450px) {
  .gallery-box .gallery-text {
    width: 60%;
    font-size: 15px;
    min-height: 0; }
    .gallery-box .gallery-text > div {
      min-height: 50px; } 
      .newsapp_detail .back{display: inline-block;     font-size: 14px;  line-height: 40px; padding: 0 15px; margin: 0px; width: inherit;}

    }

/*# sourceMappingURL=style.css.map */
.dl-file { background: url(../images/icon-download.png) no-repeat 0 3px; color: #8e2920; display: inline-block; font-family: 'Amiri', serif; font-size: 21px; font-style: normal; margin: 0.625rem 1.5rem; padding: 0 0 0 45px; letter-spacing: 0; }
.long-desc a{color: #8e2920;}
.long-desc .lit_div{line-height: 30px !important; font-style: normal;}
.detail-img img{max-width: 100%;}
.detail-newsap .principal-image{height: auto;}
.newsapp_detail .principal-container h2 {font-size: 25px;}
.newsapp_detail  .principal-container h3{font-size: 20px;}
.newsapp_detail  .principal-container h4{font-size: 16px;}
/*.removeblank .imageBox{background-size: inherit;}*/


/*.author-principal{float: right;width: 150px;}
.author-principal h3{font-size: 21px;letter-spacing: 0.04em;line-height: 24px;}
.author-principal h3 span{color: #3a3939;}
.principal-desc{width: calc(100% - 190px);}
.author-name{color:#8e2920;font-size:15px;margin-bottom: 25px;font-weight: 300;font-style: italic;}
.author-name span{color:#3a3939;}

@media screen and (max-width:767px){
  .author-principal{float: none;width:auto;}
  .principal-desc{width:100%;}
}*/














