@font-face {
  font-family: 'OpenSans-Semibold';
  src:  url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf')  format('truetype'),
        url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src:  url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf')  format('truetype'), 
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src:  url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff') format('woff'), 
        url('../fonts/OpenSans-Light.ttf')  format('truetype'), 
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AbrilFatface-Regular';
  src:  url('../fonts/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/AbrilFatface-Regular.otf')  format('opentype'),
        url('../fonts/AbrilFatface-Regular.woff') format('woff'), 
        url('../fonts/AbrilFatface-Regular.ttf')  format('truetype'), 
        url('../fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src:  url('../fonts/BrunelDeckWeb-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrunelDeckWeb-Semibold.woff') format('woff'), 
        url('../fonts/BrunelDeckWeb-Semibold.ttf')  format('truetype'), 
        url('../fonts/BrunelDeckWeb-Semibold.svg#BrunelDeckWeb-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src:  url('../fonts/BentonSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans.woff') format('woff'),
        url('../fonts/BentonSans.ttf')  format('truetype'),
        url('../fonts/BentonSans.svg#BentonSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  background-color: #fff;
  font-family: "Lato";
  color: #000;
  font-size: 14px;
}
a, a:hover, a:focus{
  text-decoration: none;
  outline: 0px;
  color: #ed1c23;
}
img{
  max-width: 100%;
  height: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width : 1200px) {
.container {
    max-width: 1140px;
}	
}
.txt {
  display: block;
  font-size: 35px;
  padding: 30px 0 15px;
  letter-spacing: 1.5px;
}
.logo-section {
  padding: 10px 0 10px;
}
.logo-section img {
  
}
.logo .txt{
  display: block;
  font-size: 16px;
  padding: 0;
  letter-spacing: 1px;
}
a.logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.header.smooth-scroll .logo{
  float: left;
  opacity: 1;
  visibility: visible;
  position: relative;
  /*padding: 5px 0;*/
  text-align: center;
  z-index: 99;
}
.header.smooth-scroll .logo img{
  padding: 20px 0;
}
.header.smooth-scroll .logo-section{
  display: none;
}
.header{
  z-index: 999999;
  width: 100%;
  background-color: #fff;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: 'Lato', sans-serif;
}
.header.smooth-scroll{
  position: fixed;
  -webkit-animation-name: scroll-top;
          animation-name: scroll-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  top:0px;
}
@-webkit-keyframes scroll-top{
  0%{
    top:-71px;
  }
  100%{
    top:0px;
  }
}
@keyframes scroll-top{
  0%{
    top:-71px;
  }
  100%{
    top:0px;
  }
}
.menu-section{
  background-color: #33F9FF;
}
.menu-in{
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.header.smooth-scroll .menu-section{
  display: none;
}
.header.smooth-scroll .menu-in{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  opacity: 1;
}
/** Logo **/
.header .menu #mega-menu-wrap-header-menu{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu{
  text-align: center;
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.menu-section #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
  height: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.menu-section #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
  /*color: #fff;*/
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
  letter-spacing: 3px;
  font-weight: 700;
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{

}
.header.smooth-scroll .menu #mega-menu-wrap-header-menu #mega-menu-header-menu{
  text-align: right;
}
/*.header.smooth-scroll .menu #mega-menu-wrap-header-menu{
  clear: none;
  float: left;
  width: 72%;
}*/
.header.smooth-scroll .menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
  padding: 15px 10px;
  text-transform: uppercase;
}
/*.header.smooth-scroll .menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:before,
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:before{
  content: '';
  position: relative;
  display: block;
  margin: 0 auto;
  width: 0;
  bottom: -35px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #121212;
  transition: width .3s ease-out;
}
.header.smooth-scroll .menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:before,
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:before{
  width: 100%;
}*/
.header-advertisement{
  background: #f1f1f1;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -1px;
}
.header-slider-area{
	position: relative;
  padding-bottom: 60px;
}
.header-slider-area .slider-image-area{
  background-position: center;
  background-size: cover;
  height: 540px;
  position: relative;
}
.slider-content {
  position: absolute;
  top: 450px;
  width: 100%;
  height: auto;
}
.slider-content .slider-content-area{
	border: 1px solid #a3a3a3;
	background: #fff;
	border-radius: 4px;
	min-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.carousel-control{
  background: none !important;
}
@-moz-document url-prefix() {
  .carousel-inner{
    padding-bottom: 420px;
  }
}
.carousel-inner{
  overflow-x: hidden;
  overflow-y: -webkit-paged-x;
}
.slider-content-area{
  text-align: center;
}
.slider-content-area > div{
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.slider-content-area h1{
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 58px;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
}
.slider-content-area h4{
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
}
.slider-content-area h4:after{
  box-sizing: content-box;
  height: 2px;
  width: 65px;
  border-top: 2px solid #96814b;
  border-bottom: 1px dotted #96814b;
  display: block;
  content: "";
  margin: 20px auto 0;
}
.slider-content-area .author{
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #999;
}
.slider-content-area a{
  padding: 13px 30px;
  line-height: 1;
  height: auto;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  text-align: center;
}
.slider-content-area a:hover{
  text-decoration: none;
  color: #fff;
}
.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right{
  top: 73%;
}
.carousel-control .icon-prev{
  background-image: url(../img/arrow-left.png);
  width: 21px;
  height: 32px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.carousel-control .icon-next{
  background-image: url(../img/arrow-right.png);
  width: 21px;
  height: 32px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{
  display: none;
}
.carousel-indicators{
  top: 920px;
}
.carousel-indicators li{
  width: 6px !important;
  height: 6px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #e4f1fd;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 7px;
}
.carousel-indicators li.active{
  -webkit-transform: scale(2.6, 2.6);
  transform: scale(2.6, 2.6);
  background: #3fa2f7;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  opacity: 1;
}
.latest-news{
  padding-bottom: 60px;
}
.title-section{

}
.title-section h2{
  margin: 0 0 30px;
  font-size: 52px;
  line-height: 58px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.title-section h2:after,.video-section-text-area h2:after{
  box-sizing: content-box;
  height: 2px;
  width: 65px;
  border-top: 2px solid #96814b;
  border-bottom: 1px dotted #96814b;
  display: block;
  content: "";
  margin: 20px auto 0;
}
.video-section-text-area h2:after{
  margin: 20px 0 0;
}
.latest-news-area{

}
.latest-news-in{
  height: 350px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.latest-news-in:after{
  background-image: linear-gradient(to right,transparent,rgba(255,255,255,.2));
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.latest-news-in:hover:after{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
@-webkit-keyframes shine{
  100%{left:125%}
}
@keyframes shine{
  100%{left:125%}
}
.latest-news-in a{
  width: 100%;
  height: 100%;
}
.latest-news-in .news-image-area{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.latest-news-in .news-image-area:after {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.latest-news-in .title-area{
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.title-area h3{
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin:0 0 20px 20px;
}
.advertisment-in{
  height: 350px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.video-section-text-area{
  width: 85%;
  margin: 110px 0;
}
.video-section-video-area{

}
.video-section-text-area h2{
  margin: 0 0 20px;
  font-size: 52px;
  line-height: 58px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #000;
}
.video-section-text-area p{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 0;
}
.video-section-video-area iframe{
  width: 100%;
  height: 405px !important;
}
.video-section-video-area video{
  width: 100%;
  height: 405px !important;
}
.advertisment-area,.advertisement-area{
  height: 325px;
  width: 100%;
  background-color: #fff;
}
.advertisment-area .advertisement-in,.advertisement-area .advertisement-in{
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.most-popular-news{
  padding-top: 60px;
  padding-bottom: 60px;
}
.most-popular-news .most-popular-news{
  padding-top: 0px;
  padding-bottom: 0px;
}
.most-popular-news .most-popular-news-in{
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.most-popular-news > div:nth-child(3n+1){
  clear: both;
}
.most-popular-news .image-area-section{
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.image-area-section img{

}
.news-text-area{
  border: 1px solid #a3a3a3;
  border-top: 0px;
  padding: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news-text-area h3{
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #000;
  margin: 0 0 10px;
  min-height: 60px;
}
.news-text-area p{
  font-size: 16px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #000;
  opacity: 0.8;
  margin: 0px;
  min-height: 75px;
}
.advice-area{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.advice-area-in{
  background-color: #e4f1fd;
  border-radius: 4px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.advice-area-in:after{
  content: "";
  background-color: rgba(0,0,0,0.65);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.advice-text-area{
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.advice-text-area h2{
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
} 
.advice-text-area p{
  opacity: 0.8;
  margin: 0 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.advice-text-area a{
  background: #fff;
  font-family: inherit;
  display: inline-block;
  color: rgba(0,0,0,0.4);
  font-size: 16px;
  line-height: 20px;
  padding: 20px 50px;
  height: 60px;
  border: none;
  border-radius: 50px;
  text-align: center;
}
.advice-text-area a:hover{
  text-decoration: none;
  color: #fff;
}
.category-tab-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.category-section-title{

}
.tabs-in{
  text-align: center;
}
.tabs-in ul{
  padding: 0;
  border: none;
}
.tabs-in ul li{
  float: none;
  background: transparent;
  display: inline-block;
  margin: 0 7px 10px;
}
.tabs-in ul li a,
.tabs-in ul li a:hover{
  display: inline-block;
  padding: 0 25px;
  height: 42px;
  line-height: 38px;
  border-radius: 32px;
  border: 2px solid rgba(18,18,18,0.5);
  text-align: center;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  color: rgba(18,18,18,0.5);
}
.tabs-in ul li.active
.tabs-in ul li.active{

}
.tabs-in ul.nav-tabs li.active a,
.tabs-in ul.nav-tabs li.active a:hover
.tabs-in ul.nav-tabs > li.active > a:focus,
.tabs-in ul.nav-tabs li.active:focus a{
  border-radius: 32px;
  border: 2px solid #121212;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  color: #121212;
  background: transparent;
}
.post-section{
  margin: 80px 0 0;
}
.post-section .tab-panel{
  display: none;
}
.post-section .tab-panel.active{
  display: block;
}
.postins-section{
  overflow: hidden;
  position: relative;
}
.postins-section:after{
  background-image: linear-gradient(to right,transparent,rgba(255,255,255,.2));
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.postins-section:hover:after{
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
.post-section .postin-section{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.post-section .postin-section:after{
  content: "";
  position: absolute;
  top: 0px;
  left:0px;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}
.post-section a{
  padding: 130px 15px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.post-section a .post-in-section{
  
}
.post-section a .post-in-section h3{
  font-size: 52px;
  line-height: 58px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.post-section .col-md-6 a .post-in-section h3{
  font-size: 32px;
  line-height: 38px;
}
.post-section a .post-in-section p{
  opacity: 0.8;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  min-height: 50px;
  margin: 0px;
}
.post-section a .post-in-section i{

}
.books-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.books-section-title{

}
.books-section-title h2{

}
.books-section-in {

}
.books-section-in .book-details,
.novelist-book .novelist-book-details{
  height: 400px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/*.books-section-in .book-details .book-image,*/
.novelist-book .novelist-book-details .novelist-book-in{
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.books-section-in .book-details .book-image{
  width: 100%;
  height: 100%;
  position: relative;
}
.books-section-in .book-details:hover .book-image,  
.books-section-in .book-details.hover .book-image,
.novelist-book .novelist-book-details:hover .novelist-book-in,
.novelist-book .novelist-book-details.hover .novelist-book-in {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.book-image .book-in-image,
.novelist-book .novelist-book-in .novelist-book-cover-image a{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
}
.book-details:hover .book-image .book-in-image,
.novelist-book:hover .novelist-book-in .novelist-book-cover-image a{
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.book-details, .book-front, .text-area-section,
.novelist-book-details, .novelist-book .novelist-book-in .novelist-book-cover-image{
  width: 100%;
  height: 400px;
}
.book-image,
.novelist-book .novelist-book-in{
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}
.book-front,
.novelist-book .novelist-book-in .novelist-book-cover-image{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.book-front,
.novelist-book .novelist-book-in .novelist-book-cover-image{
  z-index: 2;
}
.text-area-section {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f8f8f8;
}
.book-details .book-image .text-area-section,
.novelist-book .novelist-book-in .text-area-section {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.book-image .text-area-section .text-areain,
.novelist-book .novelist-book-in .text-area-section .text-areain{
  height: 100%;
  padding: 130px 0;
}
.book-image .text-area-section h3,
.novelist-book .novelist-book-in .novelist-book-title a{
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  font-family: 'Lato', sans-serif;
  word-break: break-word;
  word-wrap: break-word;
  color: #000;
}
.book-image .text-area-section p{
  opacity: 0.8;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 25px;
  word-break: break-word;
  word-wrap: break-word;
}
.book-image .text-area-section a,
a.novelist-button{
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  position: relative;
  background-color: transparent;
}
.book-image .text-area-section a:hover,a.novelist-button:hover{
  color: #000;
  background-color: transparent;
}

.book-image .text-area-section a:after{
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.footer{

}
.footer .foorer-area{
  font-size: 16px;
  line-height: 25px;
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .foorer-area .widget-title,
.footer .foorer-area > li .social-media h3{
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.footer .foorer-area > li{
  list-style: none;
}
.footer .foorer-area > li ul{
  padding: 0px;
  margin: 0px;
}
.footer .foorer-area > li ul.menu{
  list-style: none;
}
.footer .foorer-area > li ul.menu li{

}
.footer .foorer-area > li a{
  color: #000;
}
.footer .foorer-area > li .social-media{

}
.footer .foorer-area > li .social-media h3{
  margin-top: 20px;
}
.footer .foorer-area > li .social-media a{
  color:#fff;
  background: #33F9FF;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
   z-index: 999;
}
.footer .foorer-area > li .social-media a:hover{
  background: #6a7ab5;
}
/*.footer .foorer-area > li .social-media a:nth-child(2){
  margin-left: 0px;
}*/
.footer .foorer-area > li .social-media i{
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.footer .foorer-area > li .social-media a span{
  color:#fff;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#33F9FF;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer .foorer-area > li .social-media a span:before{
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #33F9FF;
  position:absolute;
  bottom:-5px;
  left:40px;
}
.footer .foorer-area > li .social-media a:hover span{
  bottom:50px;
  visibility:visible;
  opacity:1;
}
.footer .widget-title{

}
.copyrights{
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
  border-top: 1px solid #a3a3a3;
}
.copyrights p{
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.swish-logo img, .swish-logo {
  clear: both;
  max-width: 90%;
}
.swish-logo p{
  margin-top: 15px;
}
.footer-line{
  height: 10px;
  background: linear-gradient(270deg, #dee368, #3953b3);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
   0%{background-position:0% 50%}
   50%{background-position:100% 50%}
   100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
   0%{background-position:0% 50%}
   50%{background-position:100% 50%}
   100%{background-position:0% 50%}
}
@keyframes AnimationName {
   0%{background-position:0% 50%}
   50%{background-position:100% 50%}
   100%{background-position:0% 50%}
}
.most-popular-news-title.title-section,
.books-section-title,
.latest-news-area-title,
.category-section-title {
  text-align: center;
  margin-bottom: 30px;
}
.most-popular-news-title img,
.books-section-title img,
.latest-news-area-title img,
.category-section-title img,
.video-section-text-area img {
  max-width: 35px;
}
.video-section-text-area img{
  margin-bottom: 20px;
}
.media img{
  margin-bottom: 20px;
  width: 100%;
}
.date-info{
  font-size: 18px;
  margin: 10px 0 20px;
}
.content-area{
  font-size: 16px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area img,
.content-area ul,
.content-area ol,
.content-area blockquote,
.content-area p{
  margin: 0 0 20px;
}
.content-area p{
  font-size: 18px;
  line-height: 1.5;
}
.blog-title-area{
  margin: 30px 0;
  text-align: center;
}
.blog-title-area h1{
  margin: 0 0 20px;
}
.blog-title-area p{
  margin: 0 0 10px;
  font-size: 18px;
}
.blog-listing-left-area .post{
  margin-bottom: 30px;
}
.blog-listing-left-area .post .thumbimage_area{
  height: 340px;
}
.blog-listing-left-area .post .thumbimage_area a{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.blog-listing-left-area .post .content-in{
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-top: 0px;
}
.blog-listing-left-area .post .content-in h2{
  margin: 0 0 20px;
}
.blog-listing-left-area .post .content-in h2 a{
  color: #000;
}
.blog-listing-left-area .post .content-in p{
  margin: 0 0 15px;
  line-height: 1.5;
  font-size: 17px;
}
.blog-listing-left-area .post .content-in > a{
  color: #000;
  opacity: 0.6;
}
#nav-below {
  margin-top: 25px;
  margin-bottom: 20px;
}
#nav-below .older-post-button,
#nav-below .newer-post-button{
  display: inline-block;
}
#nav-below .older-post-button a,
#nav-below .newer-post-button a,
#nav-below .older-post-button a:hover,
#nav-below .newer-post-button a:hover{
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
#nav-below .older-post-button .btn-link,
#nav-below .newer-post-button .btn-link{
  padding-left: 0px;
  padding-right: 0px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
#nav-below .newer-post-button{
  text-align: right;
  float: right;
}
.om-katerina .entry-content{
  margin: 30px 0 0;
}
.om-katerina .entry-title{
  display: none;
}
.om-katerina .entry-content h2{
  margin:0 0 20px;
  line-height: 1.5;
}
.om-katerina .entry-content p{
  margin:0 0 15px;
  font-size: 17px;
  line-height: 1.5;
}
.om-katerina .entry-content .col-md-4 img.alignnone.size-full{
  width: 100%;
}
.book-listing-page .entry-title{
  display: none;
}
.book-listing-page h2{
  font-size: 36px;
  margin: 0 0 30px;
}
.book-listing-page div.novelist-book-list{
  clear: both;
  display: table;
  width: 100%;
  margin: 0px -15px;
}
.book-listing-page div.novelist-book-list div.novelist-book{
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  flex: 0;
}
.book-listing-page .novelist-book-list .novelist-book:nth-child(4n+1){
  clear: both;
}
.contact-page{

}
.contact-page .entry-title{
  text-align: center;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form{
  width: 80%;
  margin: 30px auto;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form label{
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin: 10px 0;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form input[type="text"],
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form input[type="email"],
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form input[type="password"],
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form input[type="tel"],
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form select,
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form textarea{
  width: 100%;
  padding: 10px;
  line-height: 35px;
  font-size: 16px;
  margin: 0 0 10px;
  border:1px solid #333;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form textarea{
  height: 170px;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form input[type="submit"]{
  background-color: #333;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border:1px solid #333;
  cursor: pointer;
}
.contact-page div.entry-content #et_builder_outer_content div.wpcf7 form.wpcf7-form br{
  display: none;
}
.main-page-wrap {
  background-color: #f0f0f0;
  padding: 50px 0;
}
.postarea{

}
.postarea > div{
  margin: 0 0 20px;
}
.postarea > div .row {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
}
.postarea .thumb_image_area .image-area-section{
  width: 100%;
  height: 180px;
  background-size: cover;
}
.postarea .content-in .entry-title{
  font-size: 1.5rem;
  font-weight: 600;
}
.postarea .content-in .entry-title a{
  color: #000;
}
.widget-postarea{

}
.widget-postarea > div{
  padding: 10px;
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.05);
}

.widget-postarea .content-in .entry-title{
  font-size: 1.25rem;
  font-weight: 600;
}
.widget-postarea .content-in .entry-title a{
  color: #000;
}
.postarea > div .row .col-md-6:first-child {
    padding: 0px;
}
.date-meta i {
  margin-right: 5px;
}
.hebe .tp-tab-desc{
  font-family: "Roboto" !important;
}
div#content{
  padding: 40px 0;
  max-width: 100%;
  word-break: break-word;
}
.search-bar li {
  list-style: none;
  padding: 10px 0;
  float: right;
  width: 80%;
}
.search-bar .searchform label{
  display: none;
}
.search-bar .searchform input[type=text]{
  height: 42px;
  background-color: #fff;
  border: 0px solid #000;
  color: #6a6a6b;
  font-size: 14px;
  line-height: 26px;
  border-radius: 4px;
  padding-left: 38px;
  display: inline-block;
  font-family: montserrat-light;
  background-image: url(../img/ic-search.png);
  background-position: 4% 50%;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0px;
}
.search-bar .searchform input[type=submit]{
  display: none;
}
.search-bar .searchform input[type=text]:focus {
  outline: 0;
}
.logoin img{
  padding: 26px 0;
}
.authors-list{
  /**/
}
.authors-listin{
  padding: 0 10px;
}
.authors-listin .row .col:first-child{
  max-width: 100px;
}
.authors-listin .col{
  padding-left: 5px;
  padding-right: 5px;
}
.authors-image{

}
.authors-image img {
  border-radius: 50%;
}
.authors-desc{

}
.authors-desc h3{
  font-size: 18px;
  line-height: 1.3;
  color: #4a4a4a;
}
.authors-desc p{
  margin-bottom: 0px;
}
.authors-desc p a,
.authors-desc p a:hover{
	color: #000;
}
.swish-logo-header{
  float: right;
  position: relative;
}
.swish-logo-header img{
  padding: 10px;
  max-height: 94px
}
.swish-logo-header span.number {
  position: absolute;
  right: 15%;
  font-size: 20px;
  color: #4d4d4f;
  font-family: 'Kumbh Sans';
  font-weight: 700;
  bottom: 5px;
}
.slick-prev:before, .slick-next:before{
  color: #d1d3d4;
}
.slick-prev, .slick-next {
  z-index: 9;
}
#rev_slider_3_1_wrapper .hebe .tp-tab-title{
  color: #ed1c23 !important;
}
.widget-postarea .widget-container{
  list-style: none;
}
.bookin h4.mega-block-title {
  font-size: 13px !important;
}
.load-more-button{
  background-color: #33F9FF;
  color: #fff;
  border: 0px;
  font-weight: 700;
  padding: 12px 35px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.load-more-button:hover{
  background-color: #6a7ab5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.adv-area{
}
#right-areas .widget-area .xoxo{
  padding: 0px;
}
.adv-area li.widget-container,
.single-post #right-areas li.widget-container{
  list-style: none;
  margin-bottom: 20px;
}
.adv-area li.widget-container .widget-title,
.single-post #right-areas li.widget-container .widget-title{
  font-size: 11px;
  color: #616161;
}
.stikcyarea.stick {
  position: fixed;
  top: 93px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  width: 232px;
}
#right-areas .stikcyarea.stick{
  width: 310px;
}
.novelist-book-list .novelist-book.novelist-covers-align-center .novelist-book-cover-image{
  text-align: center;
} 
.novelist-book-list .novelist-book.novelist-covers-align-center .novelist-book-details-button {
  text-align: center;
  margin: 10px 0;
}
.novelist-book-list .novelist-book.novelist-covers-align-center .novelist-book-details-button a{
  background-color: #33F9FF;
  color: #333 !important;
  border: 0px;
  font-weight: 700;
  padding: 12px 35px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.novelist-book-list .novelist-book.novelist-covers-align-center h3.novelist-book-title{
  font-size: 14px;
  font-weight: bold !important;
  margin: 10px 0 !important;
  font-style: italic !important;
  text-align: center !important;
  padding: 0px !important;
}
.novelist-book-list .novelist-book.novelist-covers-align-center h3.novelist-book-title a{
  color: #000 !important;
}
/*.smooth-scroll .slick-track,
.smooth-scroll .authors-listin{
  width: 100% !important;
}*/
/*** Responsive CSS ***/
@media only screen and (min-width: 768px){
.page-template-home-page-new .main-page-wrap > .container > .row > .col-md-9{
  -ms-flex: 0 0 80.3%;
  flex: 0 0 80.3%;
  max-width: 80.3%;
}
.page-template-home-page-new .main-page-wrap > .container > .row > .col-md-3{
  -ms-flex: 0 0 19.7%;
  flex: 0 0 19.7%;
  max-width: 19.7%;
}
.page-template-home-page-new .main-page-wrap > .container > .row > .col-md-9 > .col-md-8{
  -ms-flex: 0 0 69.3%;
  flex: 0 0 69.3%;
  max-width: 69.3%;
}
.page-template-home-page-new .main-page-wrap > .container > .row > .col-md-9 > .col-md-4{
  -ms-flex: 0 0 30.7%;
  flex: 0 0 30.7%;
  max-width: 30.7%;
}
}
@media only screen and (min-width: 1350px){
.container {
    max-width: 1330px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1349px){
.stikcyarea.stick {
    width: 194px;
}  
}
@media only screen and (min-width : 960px) and (max-width: 1024px) {
.stikcyarea.stick {
  width: 159px;
} 
.header-advertisement{
  height: 200px;
}
.header .logo-section .row .col-md-5{
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.header .logo-section .row .col-md-4{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.header .logo-section .row .col-md-3{
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.logoin img {
  padding: 34px 0;
}
.swish-logo-header img{
  padding: 20px 10px;
}
.Newspaper-Title {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
}
@media only screen and (max-width : 768px){
.logo-section, .menu-section {
  display: none;
}
.menu-in{
  display: block;
  opacity: 1;
  padding: 10px 0;
  position: relative;
}
.menu-in .container {
  width: 100%;
  max-width: 100%;
}
a.logo{
  opacity: 1;
  z-index: 999;
  visibility: visible;
  position: relative;
}
a.logo img{
  z-index: 999;
  position: relative;
}
.menu-in .row .col-md-4,
.menu-in .row .col-md-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
}
.menu-in .col-md-8 .menu {
  position: absolute;
  width: 100%;
  float: none;
  top: -40px;
}
.menu #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 20px;
  position: relative;
  z-index: 999999;
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu{
  margin-top: 10px;
}
}
@media only screen and (min-width : 768px) and (max-width: 959px) {
.header-advertisement{
  height: 150px;
}
#twitter-widget-0{
  min-width: 162px !important;
}
.widget-postarea .content-in .entry-title a{
  font-size: 16px;
}
.postarea .content-in .entry-title a{
  font-size: 18px;
}
.Newspaper-Title {
  font-size: 36px !important;
  line-height: 1.2 !important;
}
}  
@media only screen and (min-width : 600px) and (max-width: 767px) {

}
@media only screen and (min-width : 568px) and (max-width: 599px) {

}
@media only screen and (min-width : 480px) and (max-width: 567px) {

}
@media only screen and (max-width : 479px){
.header-advertisement{
  height: 80px;
}
a.logo img{
  max-width: 300px;
}
.menu-in .col-md-8 .menu{
  top: -31px;
}
.menu #mega-menu-wrap-header-menu #mega-menu-header-menu {
  margin-top: 0px;
}
.Newspaper-Title {
  font-size: 17px !important;
  line-height: 1.2 !important;
}
.postarea .content-in {
  margin-top: 15px;
}
.postarea > div .row .col-md-6{
  padding: 0px;
}
.row .row{
  margin: 0px;
}
.adv-area {
  padding: 0 15px;
}
.footer .foorer-area{
  padding-top: 20px;
  padding-bottom: 0px; 
}
.footer .foorer-area > li .social-media {
  margin-bottom: 20px;
}
}
@media only screen and (min-width : 384px) and (max-width: 479px) {

}
@media only screen and (min-width : 321px) and (max-width: 383px){

}
@media only screen and (min-width : 300px) and (max-width: 320px){

}
