*, ::after, ::before {
    box-sizing: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

 



.place {
  margin-right: auto;
  margin-left: auto;
}
.col-menu{
  width:100%;
  position: static;
  min-height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}
.col-serch{
  width:30px;
  position: static;
  min-height: 1px;
  text-align: right!important;
}
.col-menu{
  width:100%;
  position: static;
  min-height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}
.col-content{
  Max-width:600px;
  position: static;
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}
.source-info {
  text-align: right;
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
 }

  .col2{
    width:16.666667%;
    position: relative;
    min-height: 1px;
  }
  .col3{
    width:25%;
    position: relative;
    min-height: 1px;
  }
  .col4{
    width:33.333333%;
    position: relative;
    min-height: 1px;
  }
  .col5{
    width:41.666667%;
    position: relative;
    min-height: 1px;
  }
  .col6{
    width:50%;
    position: relative;
    min-height: 1px;
  }
  .col8{
    width:66.666666%;
    position: relative;
    min-height: 1px;
  }
  .col9{
    width:75%;
    position: relative;
    min-height: 1px;
  }
  .col10{
    Width:83.333333%;
    position: relative;
    min-height: 1px;
  }
  .col12{
    width:100%;
    position: relative;
    min-height: 1px;
  }
  .p-left{
    padding-right: 0px;
    padding-left: 15px;
  }
  .p-rigth{
    padding-right: 15px;
    padding-left: 0px;
  }
  .p-left-rigth{
    padding-right: 15px;
    padding-left: 15px;
  }
  .col8-home-1{
    width:66.666666%;
    position: relative;
    min-height: 1px;
  }
  .col4-home-1{
    width:33.333333%;
    position: relative;
    min-height: 1px;
  }

.bg-body {
  background-color: #ffffff;
}

.bg-accent {
  background-color: #f8f8f8;
}

.section-space-less {
  padding: 30px 0;
}

.ad-box-desc {
  width: 70%; 
  max-height: 220px;
  float: left; 
  margin: 0 20px 20px -100px;

}

/*=====================================
[0] KDA 
======================================*/

.col-content ul {list-style: outside;margin-left: 30px;}

.detail-sidebar-item{
  margin-top: 6px;
  padding-bottom: 6px;
  border-bottom : 1px solid #ccc;
}

.detail-sidebar-item h5, .detail-sidebar-item h6{
  margin-bottom: 0;
  font-size: 14px;
}

.detail-sidebar-item a{
    color: #303e4b;
}

.detail-sidebar-item .author-detail{
  padding:0; 
}

.detail-sidebar-item .author-detail p{
  margin-bottom: 0;
  font-size: 13px;
}

.poster-description {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: italic;
  font-size: 12px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  color: #fff;
}

.img-wrapper{
  display: inline-block;
}

.img-wrapper .img-descr {
  text-align: right;
  padding-right: 5px;
  font-style: italic;
  font-size: 12px;
}


.tags {
  margin: 15px 0 20px 0;
  text-align: center;
}
.tags a {
  border: 1px solid #dcdcdc;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tags a:hover {
  background-color: #e53935;
  color: #ffffff;
  border: 1px solid #e53935;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
.text-center {
  text-align: center;
}
.col {padding: 0 15px;}

.img-effect figure {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.img-effect figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-effect figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.footer-box p{
  font-size: 14px;
}

figcaption {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: small;
  margin-bottom: 15px;
}

.quote {
    padding: 10px 20px;
    margin-bottom: 15px;
    border-left: 5px solid #e53935;
    margin-left: 40px;
    font-style: italic;
    font-weight: 600;
    background: #fbe3e2;
}

@media (max-width:640px){
.quote {
    padding: 10px 0 10px 10px;
    margin-left: 15px;
}
}

.vote_list {color: #d8c9c9;}
.fullpoll{position:relative;border-radius:10px;overflow:hidden;margin:20px 0;}
.poll_img{background: rgba(217,128,198,1);background: -moz-linear-gradient(top, rgba(217,128,198,1) 0%, rgba(217,128,198,1) 0%, rgba(193,70,161,1) 16%, rgba(168,0,119,1) 51%, rgba(168,40,125,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,128,198,1)), color-stop(0%, rgba(217,128,198,1)), color-stop(16%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(168,40,125,1)));background: -webkit-linear-gradient(top, rgba(217,128,198,1) 0%, rgba(217,128,198,1) 0%, rgba(193,70,161,1) 16%, rgba(168,0,119,1) 51%, rgba(168,40,125,1) 100%);background: -o-linear-gradient(top, rgba(217,128,198,1) 0%, rgba(217,128,198,1) 0%, rgba(193,70,161,1) 16%, rgba(168,0,119,1) 51%, rgba(168,40,125,1) 100%);background: -ms-linear-gradient(top, rgba(217,128,198,1) 0%, rgba(217,128,198,1) 0%, rgba(193,70,161,1) 16%, rgba(168,0,119,1) 51%, rgba(168,40,125,1) 100%);background: linear-gradient(to bottom, rgba(217,128,198,1) 0%, rgba(217,128,198,1) 0%, rgba(193,70,161,1) 16%, rgba(168,0,119,1) 51%, rgba(168,40,125,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d980c6', endColorstr='#a8287d', GradientType=0 );position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;border-radius:10px;}
.fpoll{position:relative;padding:50px 0px 10px 0px;z-index:1;}
.fpoll-title{font-size:22px;text-align:center;font-weight:600;color:#ffffff;padding:0px 40px;}
.fpoll-block{max-width:500px;margin:auto;}
.vote-btn{text-align:center;margin-top:15px;}
.fpoll-span{display:block;color:#ffffff;text-align:center;font-size:13px;padding:5px 0px 30px 0px;}
.fpoll-info{display:block;text-align:center;color:rgba(255, 255, 255, 0.8196078431372549);font-size:13px;padding-top:10px;}
.fpoll .vote_list input[type="radio"]{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px}
.fpoll .vote_list input[type="radio"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="radio"]:not(checked){position:absolute;opacity:0}
.fpoll .vote_list input[type="radio"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:7px 10px 7px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:22px;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius:13px;background:#ffffff;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius:50%;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="radio"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="radio"]:checked + label:after{background:#3F51B5;}
.fpoll .vote_list input[type="checkbox"]{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px}
.fpoll .vote_list input[type="checkbox"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="checkbox"]:not(checked){position:absolute;opacity:0}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:0px 10px 0px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:35px;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius: 4px;background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius: 2px;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="checkbox"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:checked + label:after{background:#3F51B5;}
.vote_list{text-align:left;padding: 0 10px 0 10px !important;}
.fpoll .pollprogress{position:relative;color:#ffffff;text-shadow:0 0px 3px #8c8c8c;height:35px;margin-bottom:5px;background:rgba(255, 255, 255, 0.22);border-radius:4px;margin-top:0px;}
.fpoll .pollprogress span{padding:5px;position:absolute;height:35px;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
.fpoll-result{max-width:400px;width:100%;height:35px;position:absolute;line-height:35px;padding:0px 10px;overflow:hidden;}
.fpoll-text{float:left;padding-right:7px;font-weight:400;}
.fpoll-proc{float:right;font-weight:600;font-size:13px;}
.pollanswer{margin-bottom:5px;}
.btn-poll{background:#ffce10;color:#262626;border:none;outline:none;font-size:14px;font-weight:500;line-height:26px;padding:7px 20px;display:inline-block;width:auto;text-transform:uppercase;transition:background 350ms ease-in-out 0s;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.btn-poll:hover{background:#262626;color:#ffce10;transition:350ms;}




/*=====================================
[1] Typography 
======================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700);
html {
  background: #ffffff;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  color: #444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

H1,h2,h3,h4,h5,h6 {
  line-height: 1.0;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}
h1 {
  font-size: 40px;
  font-weight: 600;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}

p {
  line-height: 24px;
  margin: 0 0 20px 0;
}

/*=====================================
[2] Common Elements Style
======================================*/
a {
  text-decoration: none;
  color: #fb908e;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #e53935;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

h1.title-medium-light {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}
h1.title-medium-light a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h1.title-medium-light a:hover {
  color: #e53935;
}
h2.title-medium-light {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
h2.title-medium-light a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2.title-medium-light a:hover {
  color: #e53935;
}
h2.title-medium-light span {
  color: #e53935;
}

h3.title-medium-light {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
h3.title-medium-light a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3.title-medium-light a:hover {
  color: #e53935;
}
h3.title-medium-light span {
  color: #e53935;
}

h5.dark a, h6.dark a {
  color: #111111;
}
h6.dark a:active, h6.dark a:hover, h6.dark a:focus, h5.dark a:active, h5.dark a:hover, h5.dark a:focus{
  text-decoration: none;
  color: #e53935;
}


.position-static {
  position: static;
}
.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.border-bottom {
  position: relative;
}
.border-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.border-bottom-child > * {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}
.border-bottom-child > *:last-child {
  margin-bottom: 0!important;
  border-bottom: none;
  padding-bottom: 0!important;
}


.topic-border {
  position: relative;
}
.topic-border:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
}
.topic-box {
  display: inline-block;
  position: relative;
  background-color: #e53935;
  color: #ffffff;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.topic-box:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent;
}
.topic-box-lg {
  display: inline-block;
  position: relative;
  color: #ffffff;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
}
.topic-box-lg:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
}
.topic-box-lg:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.topic-box-lg a, .topic-box-sm a {
  color: #ffffff;
}

.topic-box-sm {
  display: inline-block;
  position: relative;
  color: #ffffff;
  height: 26px;
  padding: 0 15px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 2;
}
.topic-box-sm:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
}
.topic-box-sm:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.color-cinnabar:before {
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent;
}
.color-cinnabar:after {
  background-color: #e53935;
}
.color-cinnabar .owl-controls .owl-nav {
  background-color: transparent;
}
.color-cinnabar .owl-controls .owl-nav > div {
  background-color: transparent;
}
.color-cinnabar .owl-controls .owl-nav i {
  color: #111111;
}
.color-cinnabar .owl-controls .owl-prev:hover {
  border: 1px solid #e53935;
  background: #e53935;
}
.color-cinnabar .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.color-cinnabar .owl-controls .owl-next:hover {
  border: 1px solid #e53935;
  background: #e53935;
}
.color-cinnabar .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.color-cinnabar-transparent:before {
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent;
}
.color-cinnabar-transparent:after {
  background-color: #e53935;
}
.color-cinnabar-transparent .owl-controls .owl-nav {
  background-color: transparent;
}
.color-cinnabar-transparent .owl-controls .owl-nav > div {
  background-color: transparent;
}
.color-cinnabar-transparent .owl-controls .owl-nav i {
  color: #ffffff;
}
.color-cinnabar-transparent .owl-controls .owl-prev:hover {
  border: 1px solid #e53935;
  background: #e53935;
}
.color-cinnabar-transparent .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.color-cinnabar-transparent .owl-controls .owl-next:hover {
  border: 1px solid #e53935;
  background: #e53935;
}
.color-cinnabar-transparent .owl-controls .owl-next:hover i {
  color: #ffffff;
}

.color-cod-gray:before {
  border-top: 8px solid #111111;
  border-right: 8px solid transparent;
}
.color-cod-gray:after {
  background-color: #111111;
}
.color-cod-gray .owl-controls i {
  color: #111111;
}
.color-cod-gray .owl-controls .owl-nav {
  background-color: transparent;
}
.color-cod-gray .owl-controls .owl-prev:hover {
  border: 1px solid #111111;
  background: #111111;
}
.color-cod-gray .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.color-cod-gray .owl-controls .owl-next:hover {
  border: 1px solid #111111;
  background: #111111;
}
.color-cod-gray .owl-controls .owl-next:hover i {
  color: #ffffff;
}

.topic-box-top-lg {
  position: absolute;
  top: 30px;
  left: 30px;
}
.topic-box-top-sm {
  position: absolute;
  top: 20px;
  left: 20px;
}
.topic-box-top-xs {
  position: absolute;
  top: 10px;
  left: 10px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items:flex-start;
  margin-top: 0;
}

.media-body {
    -ms-flex: 1;
} 

.media .media-body {
  margin-left: 20px;
}
.media .media-body p{
  margin-left: 16px;
  line-height: 22px;
  margin: 0 0 0 0;
}

.img-opacity-hover {
  position: relative;
  display: block;
}
.img-opacity-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-opacity-hover:hover:after {
  opacity: 1;
  visibility: visible;
}

h2.title-bold-light {
  font-weight: 700;
  color: #ffffff;
}
h2.title-bold-light a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2.title-bold-light a:hover {
  color: #e53935;
}
h2.title-bold-light span {
  color: #e53935;
}

.title-bar-left {
  position: relative;
  margin-bottom: 55px;
}
.title-bar-left:before {
  content: "";
  background-color: #e53935;
  height: 2px;
  width: 45px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 5;
}

.tab-space1 {
  margin-left: -1px;
  margin-right: -1px;
}
.tab-space1 > div {
  padding: 0 1px;
}


.img-overlay-70 {
  position: relative;
}
.img-overlay-70:before {
  opacity: 0.7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.img-scale-animate {
  overflow: hidden;
}
.img-scale-animate img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.img-scale-animate:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mask-content-lg {
  position: absolute;
  z-index: 7;
  bottom: 10px;
  left: 30px;
  padding-right: 30px;
}
.mask-content-sm {
  position: absolute;
  z-index: 7;
  bottom: 5px;
  left: 25px;
  padding-right: 25px;
}
.mask-content-xs {
  position: absolute;
  z-index: 7;
  bottom: 0;
  left: 20px;
  padding-right: 20px;
}

/*=====================================
[5] Header Area Style 
======================================*/

.main-menu-area {
  background-color: #111;
}

.main-menu-area .ne-main-menu {
  text-align: right;
}
.main-menu-area .ne-main-menu nav ul li {
  text-align: left;
  position: relative;
  display: inline-block;
}
.main-menu-area .ne-main-menu nav ul li a {
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.main-menu-area .ne-main-menu nav ul li a:hover {
  color: #e53935;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
  background-color: #e53935;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
  left: -15px;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li {
  margin-right: 0;
  display: block;
  position: relative;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a {
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 6px 10px 6px 15px;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a:hover,
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a:focus {
  color: #e53935;
  background-color: #111111;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li:last-child {
  border-bottom: none;
}
.main-menu-area .ne-main-menu nav ul li:hover ul.ne-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}


.main-menu-area .ne-main-menu nav ul li:first-child a {
  padding: 10px 5px 10px 0;
}
.main-menu-area .ne-main-menu nav ul .active a {
  color: #e53935;
}
.main-menu-area .ne-main-menu nav ul .active ul.ne-dropdown-menu .active a {
  background-color: #111111;
}


.header-search-light {
  position: relative;
  line-height: 0;
}
.header-search-light button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.header-search-light button:focus {
  outline: none;
}
.header-search-light .search-input {
  position: absolute;
  top: -13px;
  right: 33px;
  z-index: 10;
  height: 42px;
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.98);
  border: none;
  padding: 5px 30px 8px;
  color: #111111;
  display: none;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(229, 57, 53, 0.3);
  -moz-box-shadow: 0px 3px 10px 2px rgba(229, 57, 53, 0.3);
  box-shadow: 0px 3px 10px 2px rgba(229, 57, 53, 0.3);
}

.header-search-light input {
  height: 48px;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  color: #fff;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.header-search-light input:focus {
  width: 400px;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
  background: rgba(255, 255, 255, 0.99);
  color: #111;
  font-size: 20px;
}

.header-search-light button {
  border: none;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.header-search-light button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}

form .header-search-light {  
  position: relative;
  margin: 0 auto;
  width: 42px;
}



/*=====================================
[8] Category Area Style
======================================*/

.pagination-btn-wrapper ul li {
  margin-right: 5px;
  display: inline-block;
}
.pagination-btn-wrapper ul li a {
  font-weight: 600;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #111111;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-btn-wrapper ul li a:hover {
  background-color: #e53935;
  color: #ffffff;
}
.pagination-btn-wrapper ul .active a {
  background-color: #e53935;
  color: #ffffff;
}

/*=====================================
[12] News Page Area Style
======================================*/
blockquote {
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #e53935;
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding: 30px 20px 35px 50px;
  }
}
blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 35px;
  top: 25px;
  color: #e53935;
  font-size: 36px;
  z-index: 1;
  font-family: fontawesome;
}
@media only screen and (max-width: 575px) {
  blockquote:before {
    left: 5px;
  }
}
ul.post-info li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #dcdcdc;
  line-height: 1;
}
ul.post-info li:first-child a {
  font-weight: 600;
}
ul.post-info li:last-child {
  border-right: 0;
}
ul.post-info li a {
  font-size: 14px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.post-info li a:hover {
  color: #e53935;
}
ul.post-info li a i {
  margin-right: 15px;
}
ul.post-info li span {
  color: #e53935;
}

.post-date ul {
  line-height: 1;
}
.post-date ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  font-size: 14px;
  color: #111111;
  margin-right: 15px;
}
.post-date ul li:last-child {
  margin-right: 0;
}

.post-date-light ul {
  line-height: 1;
}
.post-date-light ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}
.post-date-light ul li:last-child {
  margin-right: 0;
}
.post-date-light ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-date-light ul li a:hover {
  color: #e53935;
}
.post-date-light ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}

.breadcrumbs-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 20px 0;
}
.breadcrumbs-area:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.breadcrumbs-area .breadcrumbs-content {
  position: relative;
  z-index: 1;
}
.breadcrumbs-area .breadcrumbs-content h1 {
  font-weight: 600;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-area .breadcrumbs-content h1 {
    font-size: 26px;
  }
}
.breadcrumbs-area .breadcrumbs-content ul li {
  display: inline-block;
  color: #ffffff;
}
.breadcrumbs-area .breadcrumbs-content ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #9d9c9c;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.breadcrumbs-area .breadcrumbs-content ul li a:hover {
  color: #e53935;
}

/*=====================================
[14] Footer Area Style
======================================*/

ul.footer-social {
  margin-bottom: 30px;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
ul.footer-social li:last-child {
  margin-right: 0;
}
ul.footer-social li a {
  width: 45px;
  height: 40px;
  line-height: 40px;
  background-color: #404040;
  text-align: center;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.footer-social li a:hover {
  background-color: #e53935;
}

footer {
  background-color: #000000;
}
footer .footer-area-top {
  padding: 60px 0 10px;
  border-bottom: 1px solid #4d4d4d;
}
footer .footer-box {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}

footer .footer-box ul.popular-categories li {
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
footer .footer-box ul.popular-categories li:last-child {
  margin-bottom: 0;
}
footer .footer-box ul.popular-categories li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer .footer-box ul.popular-categories li a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer .footer-box ul.popular-categories li:hover a {
  color: #e53935;
}
footer .footer-box ul.popular-categories li:hover a span {
  font-size: 20px;
}
footer .footer-box ul.popular-categories li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
footer .footer-box ul.popular-categories li:before {
  content: "";
  background-color: #e53935;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer .footer-area-bottom {
  padding: 60px 0 50px;
}
footer .footer-area-bottom .footer-logo {
  margin-bottom: 30px;
  display: block;
}
footer .footer-area-bottom .footer-logo img {
  margin: 0 auto;
}
footer .footer-area-bottom p {
  color: #b9b9b9;
}


/*=====================================
[15] Helper Elements
======================================*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-none {
  margin-bottom: 0!important;
}
.mb-1 {
  margin-bottom: 1px!important;
}
.mb-2 {
  margin-bottom: 2px!important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.width-33 {
  width: 33.333333%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-100 {
  width: 100%;
}

/*=====================================
[16] Responsive Style
======================================*/


@media (max-width:844px) {
  .place{max-width:630px}
  .col-main{
    width:100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  } 
  .col-sidebar{
    width:100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .media .media-body p {
    font-size: 16px;
    line-height: 18px;
  }
  h2.title-bold-light {
    font-size: 18px;
  }
  .height150-md {height: 100px;}
  .height300-md {height: 180px;}
  .height452-md {height: 282px;}

  h1.title-medium-light {
    font-size: 20px;
  }
  h2.title-medium-light {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  h3.title-medium-light {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .home-1 .col8 {
    width:100%;
  }
  .home-1 .col4 {
    display: none;
  }
  h6 {
    font-size: 13px;
  }
  .post-date ul li {
    font-size: 12px;
  }
  .post-date-light ul li{
    font-size: 12px;
  }
  .mask-content-lg {
    left: 0px;
    padding-right: 10px;
    padding: 0 10px;
  }
  .mask-content-sm {
    left: 0px;
    padding-right: 10px;
    padding: 0 10px;
  }
  .mask-content-xs {
    padding-bottom: 20px;
  }
  .home {
    display: none;
  }

}



@media (min-width:845px) and (max-width:1015px){
  .place{width:830px}
  .col-main{
    width:100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  } 
  .col-sidebar{
    width:100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-menu-area .ne-main-menu nav ul li a{
    font-size: 12px;
    padding: 10px 1px;
  }
  .height150-md {height: 130px;}
  .height300-md {height: 220px;}
  .height452-md {height: 352px;}

  h1.title-medium-light {
    font-size: 28px;
  }
  h2.title-medium-light {
    font-size: 20px;
  }
  h3.title-medium-light {
    font-size: 16px;
  }
  .home-1 .col8 {
    width:100%;
  }
  .home-1 .col4 {
    display: none;
  }
}



@media (min-width:1016px) and (max-width:1216px){
  .place{
    width:1000px;
  }
  .split{
    display: flex!important;
  }
  .col-main{
    width:630px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  } 
  .col-sidebar{
    width:370px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-menu-area .ne-main-menu nav ul li a{
    font-size: 13px;
  }
  .media .media-body p {
    font-size: 16px;
    line-height: 18px;
  }
  .height150-md {height: 150px;}
  .height300-md {height: 250px;}
  .height452-md {height: 402px;}

}

@media (min-width:1217px){
  .place{
    width:1200px;
  }
  .split{
    display: flex!important;
  }
  .col-main{
    width:830px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  } 
  .col-sidebar{
    width:370px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .height150-md {height: 170px;}
  .height300-md {height: 300px;}
  .height452-md {height: 472px;}

}

.width-auto {width: auto;max-width: 150%;}



