.myheaderl1 {
  display: block;
  font-size: 20px;
  color: #A12A05;
  padding-top: 5px;
}
.myheaderl2 {
  text-decoration: none;
  font-size: 12px;
  color: #A12A05;
  padding-bottom: 30px;
}

blockquote {
  padding: 20px;
  box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
     }
/******************  News Slider Demo-2 *******************/
.demo{background:linear-gradient(to right,#fcc,#d3d3d3)}
.post-slide2{margin:0 15px;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em;}
.post-slide2 .post-img{overflow:hidden}
.post-slide2 .post-img img{width:100%;height:50px;transform:scale(1);transition:all 1s ease-in-out 0s}
.post-slide2:hover .post-img img{transform:scale(1.08)}
.post-slide2 .post-content{background:#fff;padding:18px}
.post-slide2 .post-title{font-size:14px;font-weight:600;margin-top:0;text-transform:capitalize}
.post-slide2 .post-title a{display:inline-block;color:grey;transition:all .3s ease 0s}
.post-slide2 .post-title a:hover{color:#3d3030;text-decoration:none}
.post-slide2 .post-description{font-size:15px;color:#676767;line-height:24px;margin-bottom:14px}
.post-slide2 .post-bar{padding:0;margin-bottom:15px;list-style:none}
.post-slide2 .post-bar li{color:#676767;padding:2px 0}
.post-slide2 .post-bar li i{margin-right:5px}
.post-slide2 .post-bar li a{display:inline-block;font-size:12px;color:grey;transition:all .3s ease 0s}
.post-slide2 .post-bar li a:after{content:","}
.post-slide2 .post-bar li a:last-child:after{content:""}
.post-slide2 .post-bar li a:hover{color:#3d3030;text-decoration:none}
.post-slide2 .read-more{display:inline-block;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#e7989a;border-bottom-right-radius:10px;text-transform:capitalize;transition:all .3s linear}
.post-slide2 .read-more-b{display:inline-block;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#3083AB;border-bottom-right-radius:10px;text-transform:capitalize;transition:all .3s linear}
.post-slide2 .read-more-g{display:inline-block;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#3D9B3B;border-bottom-right-radius:10px;text-transform:capitalize;transition:all .3s linear}
.post-slide2 .read-more-dg{display:inline-block;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#059389;border-bottom-right-radius:10px;text-transform:capitalize;transition:all .3s linear}
.post-slide2 .read-more:hover{background:#333;text-decoration:none}
.owl-carousel:hover .owl-buttons .owl-prev{opacity:1;left:-30px}
.owl-theme .owl-buttons .owl-next{position:absolute;right:0;top:50%;opacity:0;transition:all .5s linear}
.owl-carousel:hover .owl-buttons .owl-next{opacity:1;right:-30px}

.myboxnews {
  height: 50px;
  width: 100%;
  background: #F08D17;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}

.myboxb {
  height: 50px;
  width: 100%;
  background: #3083AB;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}

.myboxg {
  height: 50px;
  width: 100%;
  background: #3D9B3B;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
.myboxdg {
  height: 50px;
  width: 100%;
  background: #059389;
//  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}

.boxdg {
  background: #059389;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
.audun_warn {
    color: #ffffff;
    background-color: #FF8080;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius:.5em;
    border: 1px solid;
    margin: 10px 0px;
    padding:8px;
   width: 300px;
}
.mytopmargin{
	padding-top: 90px;
}
