/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments .comment-notes{display:none}.section-comments ul.children .avatar img,.section-comments ul.children .comment-author.avatar{width:40px;height:40px}.blog-post .media p{color:#555}
.media .avatar, .media-body .avatar, .media-area .avatar {
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.media-area .hestia-title,
.comment-respond .hestia-title {
  margin-bottom: 30px;
}

.single-post .blog-post .section-comments .hestia-title {
  margin-bottom: 30px;
  margin-top: 20px;
}

.comment .pull-left {
  padding-right: 10px;
}

.media-body div.avatar {
  margin: 0 10px;
}

.media {
  overflow: visible;
}

.media .avatar img {
  width: 100%;
}

.media .media-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.media .media-heading small {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.media .media-body {
  padding-right: 10px;
}

.media .media-body .media .media-body {
  padding-right: 0;
}

.media .media-footer .btn {
  margin-bottom: 20px;
}

.media .media-footer:after {
  display: table;
  clear: both;
  content: " ";
}

.media p {
  color: #999999;
}

#comments .comment-notes {
  display: none;
}

.section-comments ul.children .comment-author.avatar, .section-comments ul.children .avatar img {
  width: 40px;
  height: 40px;
}

.blog-post .media p {
  color: #555;
}

.blog-post .section-comments .title {
  margin-bottom: 30px;
}

.blog-post .section-comments .comment-respond .author {
  margin: 15px 20px 0 0;
}

.blog-post .section-comments .comment-respond .author img {
  border-radius: 100%;
}

.blog-post .comment-reply-link {
  text-transform: uppercase;
  float: right;
}

.media-body {
  width: 10000px;
  display: table-cell;
  overflow: visible;
}













.canttnt{ 
  width: 80%;
  margin:20px 10% 20px 0;
  height: auto;
  background-color: #ffcc00;
  box-shadow: 0 0 10px #72ddf7 inset;	
  transition: all 0.3s ease-in-out;  
}
.news-bg-head{ 
  margin-bottom:10px;
  border-radius:7px;
  padding:20px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px #72ddf7 inset;	
  transition: all 0.3s ease-in-out;  
}
.news-bg{   
  margin-bottom:10px;
  border-radius:7px;
  padding-top:25px;
  padding-right:5px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px #72ddf7 inset;	
  transition: all 0.3s ease-in-out;  
}
.bg-content{     
  position: relative;
  margin-top:15px;
  margin-bottom:15px;
  border-radius:17px;
  padding:30px;
  height: auto;
  background: #d1d1d1;
 
}
.content-slider {
  width: 99%;
  height: 160px;
}
.slider {
  width: 99%;
  height: 100px;
  margin: 15px auto 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px){
    .slider img {  width: 70px; height: 60px;}  
}
@media (max-width: 768px){
    .slider .quote {float:left; font-size: 11px; }
    .slider .source{float:left; font-size: 11px; }
}
.mask {
  margin-top:-25px;
  height: 140px;
  overflow: hidden;
  background:#fff;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 98%;
  height: 100px;
  position: absolute;
  left: -160px;
  list-style: none;
}

.slider .quote {
  font-size: 16px;
  font-style: italic;
}

.slider .source {
  font-size: 15px;
  text-align: right;
}

.slider li.anim1 {
  -moz-animation: cycle 15s linear infinite;
  -webkit-animation: cycle 15s linear infinite;
  animation: cycle 15s linear infinite;
}

.slider li.anim2 {
  -moz-animation: cycle2 15s linear infinite;
  -webkit-animation: cycle2 15s linear infinite;
  animation: cycle2 15s linear infinite;
}

.slider li.anim3 {
  -moz-animation: cycle3 15s linear infinite;
  -webkit-animation: cycle3 15s linear infinite;
  animation: cycle3 15s linear infinite;
}

.slider li.anim4 {
  -moz-animation: cycle4 15s linear infinite;
  -webkit-animation: cycle4 15s linear infinite;
  animation: cycle4 15s linear infinite;
}

.slider li.anim5 {
  -moz-animation: cycle5 15s linear infinite;
  -webkit-animation: cycle5 15s linear infinite;
  animation: cycle5 15s linear infinite;
}

.slider:hover li {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-moz-keyframes cycle {
  0% {
    left: 0px;
  }
  4% {
    left: 0px;
  }
  16% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    left: -320px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    left: -320px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@-moz-keyframes cycle2 {
  0% {
    left: -320px;
    opacity: 0;
  }
  16% {
    left: -320px;
    opacity: 0;
  }
  20% {
    left: 0px;
    opacity: 1;
  }
  24% {
    left: 0px;
    opacity: 1;
  }
  36% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle3 {
  0% {
    left: -320px;
    opacity: 0;
  }
  36% {
    left: -320px;
    opacity: 0;
  }
  40% {
    left: 0px;
    opacity: 1;
  }
  44% {
    left: 0px;
    opacity: 1;
  }
  56% {
    left: 0px;
    opacity: 1;
  }
  60% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle4 {
  0% {
    left: -320px;
    opacity: 0;
  }
  56% {
    left: -320px;
    opacity: 0;
  }
  60% {
    left: 0px;
    opacity: 1;
  }
  64% {
    left: 0px;
    opacity: 1;
  }
  76% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle5 {
  0% {
    left: -320px;
    opacity: 0;
  }
  76% {
    left: -320px;
    opacity: 0;
  }
  80% {
    left: 0px;
    opacity: 1;
  }
  84% {
    left: 0px;
    opacity: 1;
  }
  96% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes cycle {
  0% {
    left: 0px;
  }
  4% {
    left: 0px;
  }
  16% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    left: -320px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    left: -320px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes cycle2 {
  0% {
    left: -320px;
    opacity: 0;
  }
  16% {
    left: -320px;
    opacity: 0;
  }
  20% {
    left: 0px;
    opacity: 1;
  }
  24% {
    left: 0px;
    opacity: 1;
  }
  36% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle3 {
  0% {
    left: -320px;
    opacity: 0;
  }
  36% {
    left: -320px;
    opacity: 0;
  }
  40% {
    left: 0px;
    opacity: 1;
  }
  44% {
    left: 0px;
    opacity: 1;
  }
  56% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle4 {
  0% {
    left: -320px;
    opacity: 0;
  }
  56% {
    left: -320px;
    opacity: 0;
  }
  60% {
    left: 0px;
    opacity: 1;
  }
  64% {
    left: 0px;
    opacity: 1;
  }
  76% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: -320px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle5 {
  0% {
    left: -320px;
    opacity: 0;
  }
  76% {
    left: -320px;
    opacity: 0;
  }
  80% {
    left: 0px;
    opacity: 1;
  }
  84% {
    left: 0px;
    opacity: 1;
  }
  96% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
    z-index: 0;
  }
}
    .slide-rotate-hor-top{
        float:none;
        text-align: center;
    }
    .slide-rotate-hor-top {
        -webkit-animation: rotate-out-2-cw 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
        animation: rotate-out-2-cw 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    }
  @-webkit-keyframes rotate-out-2-cw {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            opacity: 0;
        }
    }
    @keyframes rotate-out-2-cw {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            opacity: 0;
        }
    }