/* - Table of Content
========================================================================== */

/* --------------------------------------------------
Project Name:  Dazzle
File:           CSS Base
Version:        1.1
Last change:    ---
Author:         xsTheme
-------------------------------------------------- */


/* ----------------------------
--- Common items ---
* 1 = Fonts Load
* 2 = Global Area
* 3 = nav-sm area ( for Toggleing left side-bar menu )
* 4 = top-menu,breaking news
* 5 = side-menu
* 6 = subscribe-menu
* 7 = footer-section

--- Single Pages ---
* 7 = news-section
      7.1= news-item
      7.2= slide-nws
* 8 = latest-news-section
      8.1= latest-content
      8.2= nws-tab
      8.3= tabs
      8.4= tab_container
      8.5= tab-img-text
      8.6= nws-load-icon
      8.7= side-nws
* 9 = top-stories
      9.1= top-nws-pic, stories-slide
      9.2= nws-gallery-pic
* 10 = single-news-section
       10.1= single-pic, snip1206
       10.2= single-text
* 11 = featured-section
       10.1= top-nws-pic, featured-slide
* 12 = recent-section
       12.1= recent-img
       12.2= nws-gallery-pic
       12.3= recent-news
       12.4= news-tab
       12.5= tab
* 13 = instagram-img
       13.1= pic-list
* 14 = newsletter
* 15 = exclusive-section
       15.1= videoContainer
       15.2= caption
       15.3= exclusive-nws
* 16 = main-blog-section
       16.1= main-blg-pic
       16.2= blog-text-content
       16.3= quote
       16.4= must-read
       16.5= more-read
       16.7= author-post
       16.8= comment-area
* 17 = shop page
* 18 = shop single page


/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
fonts
-------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900,900i');


/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
section {
 overflow: hidden;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
a {
  font-family: 'Work Sans', sans-serif;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
li  {
  display: inline-block;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
}
h1,h2,h3,h4{
  margin: 0;
}
p {
  color: #525252;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.link {
  text-align: center;
}
.nws-link {
  color: #050505;
  font-weight: 700;
  text-align: center;
  transition: .3s all ease-in-out;

}
.colmd4 {
  max-width: 250px;
}
.nws-link:hover {
  color: #cf000f;
  transition: .2s all ease-in-out;
}
.nws-link:hover .tag {
  background-color: #050505;

}
.snip1206 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}


.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.3;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tag {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  background-color: #cf000f;
  padding: 8px 20px;
}
.nws-gallery-pic {
  position: relative;
  overflow: hidden;
}
.pic-tag {
  position: absolute;
  text-align: center;
  bottom: 5px;
  left: 0;
  right: 0;
}
.tag:hover {
  text-decoration: none;
  color: #ffffff;
}
.nws-meta {
  text-transform: uppercase;
}
.nws-meta li {
  margin-right: 20px;
}
.nws-meta li a i {
  margin-right: 5px;
}
.section-title {
  display: table;
  position: relative;

}
.section-title:after {
  content: "";
  position: absolute;
  background-color: #cf000f;
  top: 30px;
  height: 3px;
  width: 100%;
}
.section-title .title {
  font-size: 18px;
  color: #050505;
  text-transform: uppercase;
  font-weight: 700;

}
.comment-number {
  float: left;
  position: relative;

}
.comment-number:after {
  content: "";
  position: absolute;
  background-color: #cf000f;
  top: 35px;
  height: 3px;
  width: 100%;
}
.comment-number .title {
  font-size: 18px;
  font-weight: 400;
}


.pb40{padding-bottom: 40px;}
.pb80{padding-bottom: 80px;}
.pb60{padding-bottom: 60px;}
.pb35{padding-bottom: 35px;}
.pt25{padding-top: 25px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pt20{padding-top: 20px;}
.pl15{padding-left: 15px;}
.pl50{padding-left: 50px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt50{padding-top: 50px;}
.pt80{padding-top: 80px;}
.pt60{padding-top: 60px;}
.pt10{padding-top: 10px;}
.mt25{margin-top: 25px;}
.mr25{margin-right: 25px;}
.mr20{margin-right: 20px;}
.mr35{margin-right: 35px;}
.mt20{margin-top: 20px;}
.mt115{margin-top: 115px;}
.mt75{margin-top: 75px;}
.mt15{margin-top: 15px;}
.mt5{margin-top: 5px;}
.mt70{margin-top: 70px}
.pl60{padding-left:60px;}
.mb25{margin-bottom: 25px;}
.mb55{margin-bottom: 55px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mt10{margin-top: 10px;}
.mt35{margin-top: 35px;}
.mt45{margin-top: 45px;}
.mt30{margin-top: 30px;}
.ml45{margin-left: 45px;}
.ml25{margin-left: 25px;}
.ml35{margin-left: 35px;}
.ml15{margin-left: 15px;}
.pl0{padding-left: 1px;}
.pl25{padding-left: 25px;}
.pr5{padding-right: 5px;}


/*----------------------------------------------------------------------- 
 Start Header-top/Breaking-News
 -------------------------------------------------------------------------*/
 .top-section {
   background-color: #f1f1f1;
   height: 120px;
 }
 .mobile h2{
      padding-top: 40px;
    color: #bbb9b9;
    text-align: center;
 } 
 .tickercontainer .mask{
  left: 35px;
}
.breaking-section{
  background-color: #f6f6f6;
  padding: 10px 0px 10px 0px;
  margin-top: 3px;
}
.tickercontainer {
 border: none;
 width: 100%;
 position: absolute;
 top: -5px;
 left: 30%;
}
.breaking-news .head{
  font-size: 18px;
  color: #cf000f;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: table;
}
.tickercontainer {
  background-color: transparent;
}
ul.newsticker li{
  background-color: transparent;
  color: #525252;
  font-size: 14px;
  font-family: 'Lato', sans-serif; 
}
/*----------------------------------------------------------------------- 
 End Header-top/Breaking-News
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start menu-bar
 -------------------------------------------------------------------------*/
 #menu-bar{
  -webkit-box-shadow:  0px 4px 15px -4px rgba(0,0,0,0.5);
  -moz-box-shadow:   0px 4px 15px -4px rgba(0,0,0,0.5);
  box-shadow:   0px 4px 15px -4px rgba(0,0,0,0.5);
  overflow: visible;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
  width: 300px;
  background-color: #fff;
}
#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
}
/*----------------------------------------------------------------------- 
End Menubar
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start Side-bar
 -------------------------------------------------------------------------*/
 #side-bar{
  position: absolute;
  display:none;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  position: relative; 
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background-color: #f1f1f1;
  width: 0px;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}
.sidebar-nav li:first-child:before {
  display: none;
}
.sidebar-nav li:first-child {
  border:none;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}
.sidebar-nav li:nth-child(2) {
  border:none;
}
.sidebar-nav li:nth-child(2):before {
  display: none;
}
.sidebar-nav li:nth-child(7) {
  border:none;
}
.sidebar-nav li:nth-child(8) {
  border:none;
}
.sidebar-nav li:nth-child(8):before {
  display: none;
}
.sidebar-nav li:nth-child(9) {
  border:none;
}
.sidebar-nav li:nth-child(9):before {
  display: none;
}
.sidebar-nav li a {
  display: block;
  color: #050505;
  text-transform: uppercase;
  font-size: 16px;  
  font-family: 'Lato', sans-serif; 
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #cf000f;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
  text-align: center;
  padding-bottom: 45px;
}
.sidebar-nav > .sidebar-brand img {
  height: 65px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.sidebar-nav ul.dropdown-menu li a {
  text-transform: none;
  padding: 10px 15px;
}
.sidebar-nav ul.dropdown-menu li:first-child {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-nav ul.dropdown-menu li:nth-child(2) {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-nav ul.dropdown-menu li:last-child {
  margin-bottom: 25px;
}
.navbar-fixed-top {
 top: initial;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: inherit; 
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  display: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed{
  margin-top: 10px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 20px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-400px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.side-add {
  margin: 35px;
  padding-bottom: 100px;
}
.side-social {
  padding-bottom: 150px;
  text-align: center;
  text-transform: uppercase;
}
.side-social h3 {
  font-size: 18px;
}
ul.side-social-list li {
  display: inline-block;
  border: none;
  width: 40px;
  height: 30px;
  border-radius: 100%;
  margin-right: 5px;
}
ul.side-social-list li a {
 background-color: #f1f1f1;
 border: none;
 line-height: 40px;
 border-radius: 100%;

}
ul.side-social-list li a:hover {
  background-color: #cf000f;
  color: #ffffff;
}
.sidebar-nav ul.side-social-list li:before {
  display: none;
}
.sidebar-nav .quick-access {
  display: table;
  width: 90%;
  position: relative;
  margin-bottom: 25px
}
.sidebar-nav .quick-access button {
  position: absolute;
  top: 0;
  right: -15px;
}
.sidebar-nav .quick-access .form-control {
  border-radius: 0;
  margin-left: 15px;
}
.sidebar-nav .quick-access .btn {
  border-radius: 0;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.navbar-inverse {
  background-color: #fff;
}
#sidebar-wrapper button.sideclose {
  display: none;
}
.toggled #sidebar-wrapper button.sideclose {
  display: block;
  position: absolute;
  right: 25px;
  font-size: 36px;
  margin-top: 10px;
}
.toggled button.nonclose {
  display: none;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s all ease-in-out;
  background-color: rgba(0,0,0,.5);
  z-index: 2;
}
.navbar-default {
 background-color: #fff;
 border:none;
}
ul.nav.navbar-nav {
  padding-left: 110px;
}
.navbar-default .navbar-nav>li>a {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #050505;
  transition: .2s all ease-in-out;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #cf000f;
  transition: .2s all ease-in-out;
}
.subscribe li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #525252;
  margin-left: 12px;
  font-weight: 400;
  padding: 30px 0px;
}
.navbar {
  margin-bottom: 0;
}
ul.nav.navbar-nav li {
  padding-bottom: 10px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #cf000f;
  background-color: transparent;
}
/*----------------------------------------------------------------------- 
 End side bar
 -------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
 Start search bar
 -------------------------------------------------------------------------*/
 .sb-search {
  position: absolute;
  width: 0;
  right: -5px;
  top: 5px;
  min-width: 50px;
  height: 45px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search.sb-search-open {
  top: 10px;
  position: absolute;
  width: 95%;
  transition: .5s all ease;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0px;
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #282828;
}
.sb-search-input:-moz-placeholder {
  color: #282828;
}
.sb-search-input::-moz-placeholder {
  color: #282828;
}
.sb-search-input:-ms-input-placeholder {
  color: #282828;
}
.sb-icon-search,
.sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: #cf000f;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #0099ff;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "";

}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 88%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/
}
.sb-search .icofont-search-alt-1:before {
  content: "\eded";
  transition: .5s all ease;
}
.sb-search.sb-search-open .icofont-search-alt-2:before {
  content: "\efb1";
  color: #cf000f;
  transition: .5s all ease;
}
/*----------------------------------------------------------------------- 
End Search Bar
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start megamenu
-------------------------------------------------------------------------*/
.mega-dropdown {
  position: static !important;

}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  border-top: 3px solid #cf000f;
  -webkit-box-shadow: 0px 5px 50px -17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 50px -17px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 50px -17px rgba(0,0,0,0.75);
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  width: 20%;
  border-right: 1px solid #f1f1f1;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #050505;
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 20px 0px 5px 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.mega-dropdown-menu > li > ul > li:hover {
  background-color: #f1f1f1;
}
.mega-dropdown-menu > li > ul > li:hover a {
  color: #cf000f;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

ul.drop-down-megamenu {
  float: left;
}
.mega-dropdown-menu .mega-menu {
  display: inline;
}
.navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 3px solid #cf000f;
}
.megameu-content {
  text-align: center;
  float: left;
  max-width: 235px;
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
}
.megameu-content .video-icon {
  position: absolute;
  left: 25px;
  right: 0;
  top: 24%;
}
.megameu-content .video-icon i {
  font-size: 36px;
  color: #ffffff;
}
/*----------------------------------------------------------------------- 
End mega-menu
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start Subscribe
-------------------------------------------------------------------------*/
.subscribe li {
  position: relative;
}
.subscribe-menu li {
  font-size: 16px;
}
.subscribe-menu li a {
  font-size: 15px;
  margin-left: 0;
  background-color: #cf000f;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  padding: 5px 25px;
}
.subscribe-menu {
 left: -80px;
 top: 50px;
 width: 200px;
 padding: 10px;
 position: absolute;
 height: 140px;
 transform: scaleY(0);
 transform-origin: center top 0;
 -webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 z-index: 1;
 background-color: #fff;
 border-radius: 2px;
 transition: .3s all ease-in-out;
}
.follow-menu {
 left: -105px;
 top: 50px;
 width: 200px;
 padding: 0px 15px;
 position: absolute;
 height: 55px;
 transform: scaleY(0);
 transform-origin: center top 0;
 -webkit-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
 z-index: 1;
 background-color: #fff;
 border-radius: 2px;
 transition: .3s all ease-in-out;
}
.follow-menu li a {
  margin-left: 3px;
}
.follow-menu li i{
  color: #525252;
}
.follow-us:hover .follow-menu {
  transform: scaleY(1);
}

.sub-us:hover .subscribe-menu {
  transform: scaleY(1);
}
/*----------------------------------------------------------------------- 
End Subscribe
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start footer
-------------------------------------------------------------------------*/
.footer {
  background-color: #040404;
}
.footer .footer-social .solia-logo li a {
  color: #e5e5e5;
  font-size: 26px;
  transition: .3s all ease-in-out;
}
.footer-social li a i {
  transition: .3s all ease-in-out;
}
.footer-social li a i:hover {
  color: #cf000f;
  transition: .3s all ease-in-out;
}
.servc-list li {
  display: block;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.servc-list li:hover a {
  margin-left: 20px;
  transition: .3s all ease-in-out;
  color: #cf000f;
}
.servc-list li:hover:before {
  opacity: 1;
  transition: .3s all ease-in-out;
  margin-left: 5px;
}

.servc-list li:before {
  position: absolute;
  content: "\eb3a";
  color: #cf000f;
  font-family: "icofont";
  font-size:14px;
  top: 2px;
  opacity: 0;
  transition: .3s all ease-in-out;
}
.servc-list li a {
  color: #e5e5e5;
  transition: .3s all ease-in-out
}
.email-nwsltr p {
  color: #e5e5e5;
}
.email-nwsltr .form-control {
  border-bottom: 2px solid #e5e5e5 ;
  border-radius: 2px;
  background-color: #040404;
  padding: 0;
  border-left:0;
  border-right: 0;
  border-top: 0;
}
.email-nwsltr .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid rgba(232, 29, 29, 1);
}
.email-nwsltr button {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background-color: transparent;
  border: none;
}
.email-nwsltr button i {
  color: #525252;
}
/*----------------------------------------------------------------------- 
End Footer
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start copy right
-------------------------------------------------------------------------*/
.copy-right-section {
  background-color:  #040404;
}
.copy-rght{
  border-top: 2px solid #525252;
}
.copy-rght .copy-brand p{
  color: #ffffff;
}
.copy-rght .copy-brand p span{
  color: #cf000f;
}
.downld-icon{
  text-align: right;
}
.copy-brand {
  float: left;
}
/*----------------------------------------------------------------------- 
End copy-right
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start News section
-------------------------------------------------------------------------*/
.news-pic-2{
  position: relative;
  overflow: hidden;
  max-width: 286px;
}
.news-pic {
  position: relative;
  overflow: hidden;
}
.overly {
 background-image: -moz-linear-gradient( 90deg, rgb(5,5,5) 0%, rgb(5,5,5) 0%, rgb(5,5,5) 1%, rgb(130,130,130) 37%, rgb(255,255,255) 100%);
 background-image: -webkit-linear-gradient( 90deg, rgb(5,5,5) 0%, rgb(5,5,5) 0%, rgb(5,5,5) 1%, rgb(130,130,130) 37%, rgb(255,255,255) 100%);
 background-image: -ms-linear-gradient( 90deg, rgb(5,5,5) 0%, rgb(5,5,5) 0%, rgb(5,5,5) 1%, rgb(130,130,130) 37%, rgb(255,255,255) 100%);
 opacity: 0.302;
 position: absolute;
 height: 100%;
 width:100%;
 top: 0;
}
.news-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.nws-head {
  margin-top: 10px;
  max-width: 425px;
}
.nws-head span {
  margin-left: 15px;
}
.nws-head a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 36px;
  font-weight: 700;
  padding: 0px 15px;
  line-height: 45px;
}
.news-item .nws-meta {
 background-color: rgba(0, 0, 0, 0.9);
 display: table;
 margin-top: 2px;
}
.news-item .nws-meta li a {
  color: #ffffff;
}
.slide-nws .owl-dots {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.slide-nws .owl-dot {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 5px;
  transition: .5s all ease;
}
.slide-nws .owl-dot:hover {
  border: 1px solid #cf000f;
}
.news-text-2 {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.nws-pic-text-2 .nws-meta {
  background-color: transparent;
  margin-top: 10px;
}
.nws-pic-text-2 .nws-meta li a {
  color: #e5e5e5;
}
.nws-pic-text-2 .nws-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; 
  margin-top: 10px;
}
.nws-pic-text-2 .nws-title a {
  color: #ffffff;
}
/*----------------------------------------------------------------------- 
End news section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start leatest news
-------------------------------------------------------------------------*/
.latest-news-section { 
  padding-bottom: 55px;
}
.latest-news-section .latest-content .section-title {
  float: left;
}
.latest-content {
  display: table;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  height: 32px;
}

ul.tabs li {
  cursor: pointer;
  padding: 0px 8px 0px 11px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
ul.tabs li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
  background-color: #cf000f;
}
.tab-img-text {
  display: inline-block;
  width: 100%;
}
ul.tabs li.active:after {
  opacity: 1;
}
.tab_container {
  float: left;
  border-top: 1px solid #f1f1f1;
}
.tab_content {
  display: none;
}
.ls-nws-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}
.ls-nws-title a {
  color: #050505;
}
.nws-meta li  a{
  color: #464646;
}
.ls-nws-content .nws-meta li:first-child a {
  color: #cf000f;
}
.latest-news-section .nws-meta li a i:last-child {
  margin-right: 0;
}
.latest-news-section .nws-meta li:last-child {
  float: right;
}
.ls-nws-content {
  border-bottom: 1px solid #f1f1f1;
}
.nws-load-icon {
  text-align: center;
  background-color: #f1f1f1;
  display: table;
  width: 100%;
  transition: .3s all ease-in-out;
}
.nws-load-icon a { 
 color: #525252;
 font-size: 26px;
 width: 100%;
 height: 100%;
 display: block;
 padding: 5px 0px;
}
.nws-load-icon:hover {
  background-color: #cf000f;
  transition: .3s all ease-in-out;
}
.nws-load-icon:hover a {
  color: #fff;
}
.trending-content {
  margin-top: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.trend-img {
  float: left;
  position: relative;
}
.trend-img img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.trend-img  span {
  position: absolute;
  background-color: #cf000f;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  border: 2px solid#fff;
  color: #fff;
  left: -7px;
  top: 15px;
}
.trend-title {
  text-transform: uppercase;
  color: #cf000f;
}
.trend-text {
  overflow: hidden;
}
.trend-text a {
  font-size: 18px;
  color: #050505;
  font-weight: 700;
}
.trend-content {
  border-top: 1px solid #f1f1f1;
  display: inline-block;
  padding-bottom: 25px;
}
/*----------------------------------------------------------------------- 
End latest News
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start Top Stories
-------------------------------------------------------------------------*/
.top-stories-section {
  padding-top: 10px;
}
.top-nws {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
}
.top-nws .link .nws-link {
  font-size: 18px;
  padding: 10px;
}
.nws-gallery-pic img {
  transform: scale(1);
  transition: .5s all ease-in-out;
}
.top-slide-content:hover .nws-gallery-pic img {
  transform: scale(1.03);
}
.stories-slide .owl-controls {
  position: absolute;
  top: -75px;
  right: 0;
}
.stories-slide .owl-prev i,
.owl-next i {
  color: #525252;
}
.stories-slide .owl-prev:hover {
  background-color: #cf000f;
  border: 1px solid #cf000f;
}
.stories-slide .owl-next:hover {
  background-color: #cf000f;
  border: 1px solid #cf000f;
}
.stories-slide .owl-prev {
  position: absolute;
  right: 30px;
  background-color: #f6f6f6;
  padding: 5px 8px;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
}
.stories-slide .owl-next {
 background-color: #f6f6f6;
 padding: 5px 8px;
 border: 1px solid #d5d5d5;
}
/*----------------------------------------------------------------------- 
End Top Stories
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start Single-news
-------------------------------------------------------------------------*/
.single-news-section {
  padding-top: 50px;
}
.single-text {
  text-align: center;
  padding-top: 80px;
  max-width: 340px;
}
.single-text .nws-link {
  font-size: 36px;
  line-height: 52px;
}
.single-share {
  padding-top: 75px;
  text-align: center;
}
.single-share .share li a {
  color: #cf000f;
  margin-right: 25px;
}
/*----------------------------------------------------------------------- 
End Single news
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start featured section
-------------------------------------------------------------------------*/
.featured-section {
  padding-top: 70px;
  padding-bottom: 50px;
}
.featured-slide .owl-controls {
  position: absolute;
  top: -75px;
  right: 0;
}
.featured-slide .owl-prev i,
.owl-next i {
  color: #525252;
}
.featured-slide .owl-prev:hover {
  background-color: #cf000f;
  border: 1px solid #cf000f;
}
.featured-slide .owl-next:hover {
  background-color: #cf000f;
  border: 1px solid #cf000f;
}
.featured-slide .owl-prev {
  position: absolute;
  right: 30px;
  background-color: #f6f6f6;
  padding: 5px 8px;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
}
.featured-slide .owl-next {
 background-color: #f6f6f6;
 padding: 5px 8px;
 border: 1px solid #d5d5d5;
}
.featured-section .top-slide-content {
  text-align: center;
}
.post-time {
  text-transform: uppercase;
}
.post-time i {
  margin-right: 10px;
}
/*----------------------------------------------------------------------- 
End Featured Section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start of recent news
-------------------------------------------------------------------------*/
.recent-section .recent-img{
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 45px;
}
.recent-section .recent-img .nws-link{
  font-size: 36px;
  text-align: center;
}
.recent-section .recent-img .single-share{
  padding-top: 50px;
}
/*-------------------------------*/
/*         recent-tab            */
/*-------------------------------*/
.rcnt-tab {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.rcnt-tab li {
  padding: 15px 15px 0px 50px;
  width: 50%;
}
.tab{
  margin-top: -3px;
}
.rcnt-tab a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #050505;
}
.tab-content{
 padding:0px 10px;
}
.tabs-item {
  display: none;
  padding:25px 0px 10px 0px;
}
.tabs-item:first-child{
  display: block;
}
.side-tab-img-text{
  display: inline-block;
}
.side-tab-text{
  overflow: hidden;
}
.rec-link{
  margin-top: 5px;
}
.current-tab {
  border-top: 3px solid #cf000f;
  padding-top: 15px;
}
.current-tab a {
  color: #cf000f;
}
.rec-img{
  float: left;
  margin-right: 10px;
}
.tab-content .rec-link .nws-link{
  font-size: 18px;
  transition: .2s all ease-in-out;
}
.tab-content .nws-link:hover{
  color: #cf000f;
}
.tab-content ul.rec-nws-meta {
    margin-top: 5px;
}
.rec-nws-meta li a{
  color: #464646;
  text-transform: uppercase;
}
.recent-news {
  border: 3px solid #f6f6f6;

}
/*----------------------------------------------------------------------- 
End recent news
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start intagram-pic
-------------------------------------------------------------------------*/
.insta-pic{
  margin-top: 13px;
  border-top: 1px solid #f6f6f6;
}
.pic-list li{
  margin-bottom: 4px;
  background-color: #cf000f;
}
.pic-list img{
  transition: .3s all ease-in-out;
}
.pic-list li:hover img{
  opacity: .5;
}
/*----------------------------------------------------------------------- 
End Intragram pic
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start news letter
-------------------------------------------------------------------------*/
.newsltr-content{
  margin-top: 13px;
  border-top: 1px solid #f6f6f6;
}
.nws-ltr p{
  font-size: 18px;
  font-weight: 700;
  color: #050505;
}
.newsltr-content .form-control {
  height: 45px;
  border-radius: 0;
}
.newsltr-content .form-control:focus {
  border-color: #cf000f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(233, 28, 28, 0.5),0 0 8px rgba(233, 28, 28, 0.4);
  box-shadow: inset 0 1px 1px rgba(233, 28, 28, 0.5),0 0 8px rgba(233, 28, 28, 0.4);
}
.newsltr-content .form-control::-webkit-input-placeholder {
 color: #d5d5d5;
 text-transform: uppercase;
 font-size: 18px;
}
.newsltr-content button {
  font-size: 20px;
  width: 100%;
  background-color: #cf000f;
  border: none;
  font-size: 18px;
  color: #fff;
  height: 45px;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------- 
End News letter
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start Exclusive Video
-------------------------------------------------------------------------*/
.exclusive-content .exc-link .nws-link {
  font-size: 18px;
}
.exclusive-content .exc-nws-meta a {
  color: #525252;
}
.exclusive-content .exc-img {
  float: left;
  padding-bottom: 35px;
}
.exclusive-content {
  height: 420px;
  overflow: overlay;
  margin-top: 45px;
}
.exclusive-content::-webkit-scrollbar {
  width: 5px;
}
.exclusive-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(236, 240, 241, 1);
}
.exclusive-content::-webkit-scrollbar-thumb {
  background-color: #cf000f;
  outline: 1px solid slategrey;
}
.exclusive-section {
  padding-top: 45px;
  background-color: #f6f6f6;
  padding-bottom: 60px;
}
#myVideo{
  height: 420px;
}
.videoContainer{
  width:100%;
  height:420px;
  position:relative;
  overflow:hidden;
  background:#050505;
  color:#ccc;
  margin: 45px auto 0;
}
.videoContainer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  pointer-events: none;
}
/* video caption css */
.caption {
  display:block;
  position: absolute;
  bottom: 13px;
  left: 75px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
.caption h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.caption .nws-meta li a {
  color: #ffffff;
  font-weight: 400;
}
.caption .nws-meta li a span {
  color: #cf000f;
}
/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
  color:#ccc;
  position:absolute;
  bottom:10px;
  left:10px;
  width:620px;
  z-index:5;
  display:block;
}
/* control bottom part */
.btmControl {
  clear:both;
}
.control .btnPlay {
  float:left;
  width:34px;
  height:30px;
  padding:5px;
  cursor:pointer;
  position: absolute;
  bottom: 15px;
}

.icofont-play-alt-2 {
  font-size: 36px;
}
.icofont-play-alt-2:hover {
  color: red;
}
.icofont-pause {
  font-size: 36px;
}
.control .selected{
  font-size:15px;
  color:#ccc;
}
.control .sound {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  bottom: 6px;
}
.control .icon-sound {  

  width: 13px;
  height: 10px;
  display: block;
  margin: 8px 0 0 8px;
}
.control .muted .icon-sound{
  width: 7px !important;
}
.control .btnFS {
  width: 30px;
  height: 30px;
  border-left: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.control .icon-fullscreen {  
  background:url(../images/7my6KRuf5GUp.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  display: block;
  margin: 8px 0 0 9px;
}
/* PROGRESS BAR CSS */
/* Progress bar */
.progress {
  width: 645px;
  height: 2px;
  position: absolute;
  cursor:pointer;
  background: rgba(0,0,0,1);
  top: -58px;
  left: -10px;
}
.progress span {
  height: 7px;
  position:absolute;
  top: 0px;
  left:0;
  display:block;
}
.timeBar {
  z-index:10;
  width:0;
  background: -webkit-linear-gradient(top, rgba(232, 29, 29, 1) 0%,rgba(0, 0, 0, 1) 100%);
}
.bufferBar {
  z-index:5;
  width:0;
  background: rgba(255,255,255,0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume {
  position:relative;
  cursor:pointer;
  width:70px;
  height:10px;
  float:right;
  margin-top:10px;
  margin-right:10px;
}
.volumeBar {
  display:block;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-color:#eee;
  z-index:10;
}
.excl-pic-text {
  display: inline-block;
}
.excl-text {
  overflow: hidden;
}
/*----------------------------------------------------------------------- 
End Exclusive video
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start blog single
-------------------------------------------------------------------------*/
.blog-single-pic .blg-link {
  font-size: 18px;
  max-width: 200px
}
.blg-text .nws-link {
  font-size: 34px;
  line-height: 38px
}
/*----blog social------*/
.blog-social li {
  margin-right: 7px;
}
.facebook i {
  background-color: #36569c;
  padding: 15px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.facebook span {
  padding: 15px 35px 16px 30px;
  background-color: #304d8d;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.facebook i {
  background-color: #36569c;
  padding: 15px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.twitter i {
  background-color: #00aaf3;
  padding: 15px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.twitter span {
  padding: 15px 35px 16px 30px;
  background-color: #0099db;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.google i {
  background-color: #e24a2b;
  padding: 15px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.google span {
  padding: 15px 35px 16px 30px;
  background-color: #cc4326;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pintarest i {
  background-color: #d01b15;
  padding: 15px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pintarest span {
 padding: 15px 35px 16px 30px;
 background-color: #bc1914;
 color: #ffffff;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px
}
/*---- /blog social------*/

/*---- blog-slide-------*/
.blog-slide-text  {
  text-align: center;
  padding-bottom: 45px;
}
.slide-blog .blog-slide-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
}
.slide-blog .owl-controls {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}
.slide-blog .owl-prev {
  position: absolute;
  left: 20%;
  top: -6px;
}
.slide-blog .owl-next {
  position: absolute;
  right: 20%;
  top: -6px;
}
.slide-blog .owl-prev i {
  font-size: 26px;
  color: #525252;
}
.slide-blog .owl-nav i:hover {
  color: #cf000f;
}

.slide-blog .owl-nav i:hover span {
  color: #cf000f;
}
.slide-blog .owl-prev i span {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  position: absolute;
  font-family: 'Work Sans', sans-serif;
  top: 4px;
  left: 40px;
  text-transform: uppercase;
}
.slide-blog .owl-next i {
  font-size: 26px;
  color: #525252;
}
.slide-blog .owl-next i span {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  right: 40px;
}
/*---- /blog-slide-------*/

/*-----blog-text------*/
.blog-paragraph {
  font-size: 20px;
  color: #525252;
}

.quote blockquote {
  margin: 33px 55px;
  text-align: center;
  padding: 0;
  border: none;
  position: relative;
}
.quote blockquote:before {
  color: #525252;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  left: 0;
  position: absolute;
  top: 20px;
}
.quote blockquote:after {
 color: #525252;
 content: "\201D";
 font-size: 4em;
 line-height: 0.1em;
 margin-right: 0.25em;
 vertical-align: -0.4em;
 position: absolute;
 bottom: -10px;
 right: 0;
}
.quote blockquote p {
  font-size: 26px;
  font-weight: bold;
  color: #525252; 
  position: relative;
}

.must-read-text .read-head h3 {
  font-size: 26px;
  font-weight: 700;
  color: #cf000f;
}
.read-item .nws-link {
  font-size: 18px;
  text-decoration: underline;
}
.read-item .nws-link:hover{
  text-decoration: underline !important;
}
.read-item .nws-link i {
 height: 50px;
 float: left;
 color: #cf000f;
 margin: 4px 25px 0px 0px
}
.read-item li {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 12px;
}
.read-item li:last-child {
  border:none;
}
.read-more p {
  text-transform: uppercase;
  font-size: 18px;

}
.read-more li p {
  color: #050505;
}
.read-more li a p {
  color: #cf000f;
}
.author-post .author-img {
  float: left;
  margin-top: 5px;
}
.author-post .author-img img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
}
.author-post .nws-link {
  text-transform: uppercase;
  font-size: 18px;
}
.author-post  .author-content p {
  font-size:18px;
  color: #525252; 
}
.author-social-list i {
  font-size: 18px;
  color: #525252;
}
.author-social-list i:hover {
  color: #cf000f;
}
.author-content {
  overflow: hidden;
}
.dz-comment h3 {
  font-size: 18px;
  color: #050505;
}
.comment-logo span {
  font-size: 18px;
  font-weight: bold;
  background-color: #cf000f;
  color: #fff;
  padding: 4px 8px;
  border-radius: 100%;
  position: relative;
}
.comment-logo span:before {
  content: "";
  background-color: #cf000f;
  height: 10px;
  width: 8px;
  position: absolute;
  bottom: -1px;
  left: -2px;
  transform: rotate(30deg)

}
.comment-logo span:after {
 content: "";
 background-color: #ffffff;
 height: 10px;
 width: 9px;
 position: absolute;
 bottom: -7px;
 left: -3px;
 transform: rotate(80deg);
}
.comment-login .btn-default {
  background-color: transparent;
  border: transparent;
}
.open>.dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
}
.open>.dropdown-toggle.btn-default:focus {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
}
.log-in .dropdown-menu {
 float: right;
 right: 14%;
 overflow: hidden;
 left: -100px;
}
.log-in  .open>.dropdown-toggle.btn-default {
  box-shadow: none;
}
.btn-default:active, .open>.dropdown-toggle.btn-default {
  background-color: #ffffff;
  box-shadow: none;
}
.btn-default:active:focus, .btn-default:active:hover {
  background-color: #ffffff;
  border:none;
}
.btn-group button span {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  color: #050505;
  margin-left: 5px;
}
.btn-group h3 i {
  margin-left: 10px;
}
.dz-comment {
  float: left;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu li {
  width: 100%;
}
.recommend-area {
  border-top: 1px solid #f6f6f6;
  margin-top: 1px;
  display: table;
  width: 100%;
}
.recommend {
  float: left;
}
.recommend i {
  margin-right: 10px;
}
.recommend span {
  background-color: #f1f1f1;
  padding: 1px 10px;
  border-radius: 3px;
}
.re-comment {
  float: left;
}
.recommend-area .btn-group {
  margin-top: 5px;
}
.recommend-area .nws-link {
  font-size: 18px;
  font-weight: 400;
}
.author-recomend i {
  font-size: 26px;
  background-color: #f1f1f1;
  padding: 12px 12px;
  border-radius: 4px;
  color: #d5d5d5;
  float: left;
}
.author-recomend input[type="text"] {
  width: 90%;
  float: right;
  height: 50px;
  border-radius: 4px;
  font-size: 22px;
  color: #d5d5d5;
  padding: 20px;
  background-color: #f1f1f1;
}
.author-recomend input:focus {
  border-color: #cf000f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(233, 28, 28, 0.5),0 0 8px rgba(233, 28, 28, 0.4);
  box-shadow: inset 0 1px 1px rgba(233, 28, 28, 0.5),0 0 8px rgba(233, 28, 28, 0.4);
}
/*-----/blog-text------*/
.most-related-post .most-recent-content {
  margin-top: 38px;
  border-top: 1px solid #f6f6f6;
}
.footer-add {
  text-align: center;
}
/*----------------------------------------------------------------------- 
End blog single
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start page-breadcrum
-------------------------------------------------------------------------*/
.page-breadcrumb .breadcrumb {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0px;
  margin-bottom: 0;
}
.page-breadcrumb .breadcrumb>li+li:before {
  color: #050505;
  content: "//";
  margin: 0px 30px;
  font-weight: 700;
}
.page-breadcrumb .breadcrumb>li a {
  color: #050505;
}
.page-breadcrumb .breadcrumb>li {
  color: #cf000f;
}
.page-title-section {
  border-bottom: 1px solid #e9e9e9;
}
/*----------------------------------------------------------------------- 
Shop page
-------------------------------------------------------------------------*/
.page-show {
  position: relative;
  display: table;
}
.page-show select {
  padding: 5px 25px 5px 10px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
}
.page-show:after {
  content: "\eb5a";
  color: #525252;
  right: 8px;
  top: 7px;
  font-family: "icofont";
  position: absolute;
  pointer-events: none;
}
.page-show  select:focus {
  outline-offset: 0;
  outline: none;
}
.page-counter h2 {
  font-size: 14px;
  font-weight: 700;
}
.page-counter h2 span {
  background-color: #f1f1f1;
  padding: 2px 12px;
  border-bottom: 1px solid;
  margin: 0px 8px 0px 10px;
}
.page-counter h2 i {
  color: #f1f1f1;
  margin-right: 5px;
}
.page-counter h2 i:hover {
  color: #cf000f;
}
.product-item {
  position: relative;
  overflow: hidden;
}
.two-img {
  position: absolute;
  left: 0;
  opacity:0;
  top: 0;
  transition: .5s all ease-in-out;
}
.product-item:hover .two-img {
  opacity: 1;
  transition: .5s all ease-in-out;
}
.product-item:hover .one-img {
  opacity: 0;
  transition: .5s all ease-in-out;
}
.product-item:hover .add-cart {
  opacity: 1;
  transition: .5s all ease-in-out;
  left: 0;
}
.add-cart li {
  display: block;
  margin-bottom: 2px;
  height: 45px;
  width: 45px;
  text-align: center;
  background-color: #efeeef;
}
.add-cart li a {
  width: 100%;
  height: 100%;
  display: block;
}
.add-cart li i {
  font-size: 18px;
  color: #525252;
  line-height: 45px;
}
.add-cart li:hover {
  background-color: #ffffff;
}
.add-cart li:hover i {
  color: #cf000f;
}
.add-cart {
  display: table;
  position: absolute;
  top: 0;
  left: -25px;
  opacity: 0;
  transition: .5s all ease-in-out;
}
.product-text .nws-link {
  font-size: 18px;
}
.product-text del {
  color: #d5d5d5;
  margin-right: 5px;
}
.rate-clr {
  color: #eaeaea;
}
.rate-clr-red {
  color: #cf000f;
}
.categori-accordian {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
}
.categori-accordian h3 {
  font-size: 18px;
  color: #525252;
  cursor: pointer;
}
.categori-accordian .categori-list li {
  list-style-type: none;
  display: block;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.categori-accordian  .categori-item li {
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  padding: 10px 0px 0px 0px;
  margin-top: 15px;
}

.categori-accordian  ul ul li a {
  text-decoration: none;
  font-size: 18px;
  display: block;
  margin-left: 30px;
  color: #525252;
  transition: all 0.15s;
}
.categori-accordian ul ul {
  display: none;
}
.categori-accordian li.active ul {
  display: block;
}
.price-content {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
}
.price-border {
  border-bottom: 2px solid #d5d5d5;
  position: relative;
}
.price-border:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 10px;
  left: 0;
  bottom: -8px;
  background-color: #cf000f;
}
.price-border:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 10px;
  right: 0;
  bottom: -8px;
  background-color: #cf000f;
}
.price-amount h3 {
  font-size: 18px;
  color: #050505;
}
.price-filter a {
  color: #ffffff;
  background-color: #cf000f;
  padding: 10px 7px;
  text-transform: uppercase;
}
.selling-item {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
}
.selling-item .rec-link .nws-link {
  font-size: 18px;
}
.selling-item .rec-img {
  margin-right: 30px;
}
.selling-post {
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  padding-bottom: 20px;
}
/*----------------------------------------------------------------------- 
End shop page
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start contact-us
-------------------------------------------------------------------------*/
.contact-text {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
}
.address-location li a i {
  color: #cf000f;
  font-size: 30px;
  float: left;
  border: 1px solid #d5d5d5;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 25px;
  position: relative;
}
.address-location li a i:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 2px;
  background-color: #cf000f;
  top: 15px;
  right: 0;;
}
.address-location li a span {
  max-width: 240px;
  display: block;
  color: #525252;
  margin-top: 10px;
}
.contact-us-form {
  margin-top: 13px;
  border-top: 1px solid #f1f1f1;
  padding-top: 25px;
}
.contact-us-form form {
  position: relative;
}
.contact-us-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #d5d5d5;
  padding:0px 15px ;
  margin-top: 15px;
}
form input:focus {
 outline-color: #cf000f;
}
.contact-info {
  position: relative;
}
.contact-us-form  span {
 position: absolute;
 right: 15px;
 top: 25px;
 color: #d5d5d5;
}
.contact-us-form textarea#message {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0px 0px 15px;
  border-color: #d5d5d5;
}
.contact-us-form button {
  background-color: #cf000f;
  border: none;
  color: #ffffff;
  padding: 10px 47px 8px 47px;
  margin-top: 15px;
  outline: none;
}
/*----------------------------------------------------------------------- 
End contact page
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
start 404 page
-------------------------------------------------------------------------*/ 
.error-head {
  background-image: url(../images/ZXvxeTaU4bis.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Work Sans', sans-serif;
  background-position: 50% 40%;
  font-size: 300px;
  background-repeat: no-repeat;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.error-text p {
  font-size: 26px;
  color: #525252;
  font-weight: 700;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.error-text span {
  color: #cf000f;
}

/*-------------------------------*/
/*            404 text         */
/*-------------------------------*/ 

/*-------------------------------*/
/*            404 search        */
/*-------------------------------*/ 
#searchbox {
 text-align: center;
 max-width: 700px;
 margin: 0 auto;
 position: relative;
 padding: 50px 15px 0px 15px;
}
#searchbox input#error-search {
  width: 100%;
  border: none;
  height: 50px;
  font-size: 26px;
  border-bottom: 2px solid #d5d5d5;
}
#searchbox input#error-search:focus {
  border: none;
  border-bottom: 2px solid #cf000f;
  outline: none;
}
#searchbox .search-icon {
  position: absolute;
  top: 45px;
  right: 20px;
  font-size: 26px;
}
input#submit {
  background: transparent;
  border: none;
}
input#search::-webkit-input-placeholder {
 color: #e5e5e5;
 font-size: 26px;
 font-weight: 700;
}
/*-------------------------------*/
/*            /404 search         */
/*-------------------------------*/ 
.go-back p {
  color: #525252;
  font-size: 26px;
}
.go-back p a {
  color: #cf000f;
  text-decoration: underline !important;
}
/*----------------------------------------------------------------------- 
End 404 page
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start shop single page
-------------------------------------------------------------------------*/
.product-review {
  display: inline-block;
  padding-bottom: 70px;
}
ul.product-tab {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
}

ul.product-tab li {
  cursor: pointer;
  margin: 0px 40px 0px 0px;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
ul.product-tab li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
  background-color: #cf000f;
}
ul.product-tab li.active {
  font-weight: 700;
}
ul.product-tab li.active:after {
  opacity: 1;
  }
.tab-container {
  float: left;
  border-top: 1px solid #f1f1f1;
}
.tab-content-1 {
  display: none;
}
.tab-content-1 .details-list li {
  margin-right: 55px;
}
.tab-content-1 .details-list li i {
  margin-right: 20px;
  color: #cf000f;
}
.product-riview h2 {
  font-size: 20px;
  font-weight: 700;
}
.buyer-pic img {
  height: 100px;
  width: 100px;
  margin-right: 25px;
}
.buyer-comment {
  overflow: hidden;
}
.product-comment .name {
  font-size: 16px;
  font-weight: 700;
}
.buyer-comment .name span {
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.review-text-2 {
  border-top: 1px solid #cdcdcd;
  padding-top: 10px;
}
.review-rate .u-rate {
  font-size: 14px;
  font-weight: 700;
}
.reviw-info textarea,
.reviw-info input {
  width: 100%;
}
.reviw-info input {
  height: 50px;
}
.review-form button {
  margin-top: 20px;
  background-color: #cf000f;
  border: none;
  padding: 15px 0px 13px 0px;
  color: #fff;
  width: 100%;
}
/*---product-slide---*/
.slider-for {
  width: 100%;
  margin-bottom:20px;
}
.slick-initialized .slick-slide {
  outline: none;
  cursor: pointer;
}
.product-slide-details .rating .rate-list {
  float: left;
}
.product-slide-details .rate-number li:first-child {
  position: relative;
}
.product-slide-details .rate-number li:first-child:after {
  position: absolute;
  content: "";
  height: 11px;
  width: 1px;
  background-color: #525252;
  top: 5px;
  right: -12px;
}
.quantity {
 position: relative;
 height: 40px;
 margin-left: 30px;
 float: left;
 width: 30%;
}
.q-number {
  position: relative;
}
.q-number input {
  background-color: #f8f8f8;
  height: 45px;
  width: 50px;
  border: none;
  outline: none;
  padding: 0px 0px 0px 10px;
  text-align: center;
  color: #050505;
  font-weight: 700;
}
.q-add {
  position: absolute;
  left: 50px;
  top: 0;
}
.q-add input {
  background-color: #f8f8f8;
  border: none;
  height: 45px;
  color: #d5d5d5;
  outline: none;
  font-weight: 700;
  padding: 0px 15px 0px 15px;
}
.q-less {
  position: absolute;
  left: -30px;
  top: 0;
}
.q-less input {
  background-color: #f8f8f8;
  border: none;
  height: 45px;
  font-weight: 700;
  outline: none;
  color: #d5d5d5;
  padding: 0px 15px 0px 15px;
}
.add-to-cart {
 float: left;
 background-color: #525252;
 padding: 12px 35px 12px 35px;
 text-transform: uppercase;
}
.add-to-cart a {
  color: #fff;
}
.fav-heart {
 float: left;
 margin-left: 20px;
 background-color: #f8f8f8;
 padding: 12px;
}
.fav-heart i {
  font-size: 18px;
  color: #525252;
}
.product-categori {
  display: table;
  padding-top: 45px;
}
.product-categori h3 {
 font-size: 14px;
 font-weight: 700;
 color: #050505;
}
.product-categori a {
  color: #525252;
  font-weight: normal;
}
.product-share .author-social-list li:first-child {
  font-weight: 700;
}
/*----------------------------------------------------------------------- 
End shop single page
-------------------------------------------------------------------------*/

.chooser-page {
  max-height: 400px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  margin-top: 50px;
}
.chooser-pic-text {
  text-transform: uppercase;
}



