     @font-face {
    font-family: publico;
    src: url(PublicoBanner-Extrabold.ttf);
}
     @font-face {
    font-family: spectral;
    src: url(Spectral-Medium.ttf);
  }

     @font-face {
    font-family: fira;
    src: url(FiraSans-Light.otf);
  }

	
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
body {
  position: relative;
  background: #fcfcfc;
/*  font-family: spectral!important;
	font-weight: 300;
*/  
	font-family: adobe-caslon-pro!important;
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
}
body.blog {
  background: #000;
}
body * {
  position: relative;
}
body p {
  line-height: 30px;
  font-weight: 300;
}
body .fleft {
  float: left;
}
body .fright {
  float: right;
}
body section.row,
body header.row,
body footer.row {
  margin: 0;
  position: relative;
}
body .mfp-container {
  padding: 0;
}
/*Ancore*/
a,
.btn,
button {
  outline: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:before,
.btn:before,
button:before,
a:after,
.btn:after,
button:after {
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
}
/*----------------------------------------------------------------*/
/*Post Style // Category Color*/
.category {
  margin: 0;
}
.category > a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
  display: inline-block;
  color: #fff;
}
.category > a:before {
  float: left;
  content: '';
  height: 14px;
  width: 5px;
  margin-right: 10px;
}
.category.politics > a:before {
  background: #f31d12;
}
.category.politics > a:hover {
  color: #f31d12;
}
.category.sports > a:before {
  background: #3152be;
}
.category.sports > a:hover {
  color: #3152be;
}
.category.money > a:before {
  background: #4bae4f;
}
#featured_posts .span4{
     position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    /* max-width: 1160px; */
    z-index: 99;
    top: -100px;
}
#featured_posts .sidebar-nav{
      max-width: 500px;
    float: right;
    
    color: #fff;
    /* background: red; */
    overflow: hidden;

}
#featured_posts .headingheader{
      float: left;
    width: 40%;
    padding-right: 10px;
}
#featured_posts .headingheader h2{
      font-size: 22px;
    color: #ffffff;
    text-transform: none;
    padding-top: 30px;
    font-weight: 900;
    font-family: publico;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /* font-size: 35px; */
    /* font-style: italic; */
    line-height: 27px;
    position: relative;

}
#featured_posts .txtlnks p{
       overflow: hidden;
    margin: 0px 0px 20px;
    font-family: fira;
    line-height: 22px;
    text-transform: inherit;
    color: #fff;
    font-size: 14px;
}
#featured_posts .txtlnks{
      width: 60%;
    float: left;
}
#featured_posts .headingheader h2:before {
    content: "";
    background-color: #eec042;
    position: absolute;
    display: block;
    width: 80px;
    height: 10px;
    top: 10px;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#featured_posts .yellowcolor{
      color: #ffc403;
}
#featured_posts .lnksshare{
    float: left;
    width: 100%;
}
#featured_posts .lnksshare a{
  float: left;
  width: 42px;
  margin-right: 5px;
}
#featured_posts .lnksshare a img{
  max-width: 100%;
}
.category.money > a:hover {
  color: #4bae4f;
}
.category.world > a:before {
  background: #fe5621;
}
.category.world > a:hover {
  color: #fe5621;
}
.social_share_drop {
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.posts-by-tag-list {
  padding: 0px;
  margin-top: 20px;
}
.posts-by-tag-list li{
     display: block;
    float: left;
    padding: 0px 0px 20px;
    width: 100%;
    /* font-size: 14px; */
    /* color: #fff; */
    /* line-height: 22px; */
    color: #fff;
    font-size: 14px;
    font-family: fira;
    line-height: 22px;
    z-index: 9;
    border-bottom: 1px dotted;
}
.posts-by-tag-list li .posts-by-tag-item-title{
      padding-top: 17px;
    font-weight: 900;
    font-family: publico;
    color: #fff;
    font-size: 22px!important;
    line-height: 24px;
}
.posts-by-tag-list li .thumb{
      float: left;
    margin-right: 15px;
}
.TagWidget p{
      margin: 0px 0px 40px;
    color: #fff;
}
.social_share_drop button {
  padding: 0;
  background: none;
  border: none;
  z-index: 1001;
  line-height: 40px;
  padding-right: 18px;
}
.social_share_drop button i {
  color: rgba(19, 20, 27, 0.2);
}
.social_share_drop button i.glyphicon {
  color: #13141b;
  font-size: 10px;
}
.social_share_drop ul {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.13);
  top: 0;
  margin: 0;
  z-index: 9999;
}
.social_share_drop ul li + li {
  border-top: 1px solid rgba(19, 20, 27, 0.05);
}
.social_share_drop ul li a {
  padding: 0 20px;
  line-height: 40px;
  color: rgba(19, 20, 27, 0.5);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.social_share_drop ul li a i {
  margin-right: 18px;
  color: #13141b;
}
.social_share_drop.type2 ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social_share_drop.type2 ul li a {
  color: #13141b;
}
.social_share_drop.type2 ul li a:hover,
.social_share_drop.type2 ul li a:focus {
  color: rgba(19, 20, 27, 0.5);
}
.social_share_drop.type3 ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sectionTitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 90px;
  line-height: 17px;
  text-align: center;
}
.sectionTitle.w {
  color: #fff;
}
.sectionTitle.b {
  color: #13141b;
}
.newsletter_signup {
  padding-right: 20px;
}
.newsletter_signup .heading {
  padding: 35px 0;
  border: none !important;
}
.newsletter_signup .heading h3 {
  margin: 0;
  float: left;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #13141b;
  text-transform: uppercase;
}
.newsletter_signup .heading h3:before {
  float: left;
  content: '';
  height: 14px;
  width: 5px;
  margin-top: 11px;
  margin-right: 25px;
  background: #f31d12;
}
.newsletter_signup p {
  line-height: 24px;
  margin-bottom: 20px;
}
.newsletter_signup form .input-group {
  margin-bottom: 25px;
}
.newsletter_signup form .input-group .form-control {
  line-height: 50px;
  height: 52px;
  border-radius: 0;
  padding: 0 22px;
  color: #13141b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.newsletter_signup form .input-group .form-control::-moz-placeholder {
  color: rgba(19, 20, 27, 0.5);
  opacity: 1;
}
.newsletter_signup form .input-group .form-control:-ms-input-placeholder {
  color: rgba(19, 20, 27, 0.5);
}
.newsletter_signup form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(19, 20, 27, 0.5);
}
.newsletter_signup form .input-group .form-control:hover,
.newsletter_signup form .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(19, 20, 27, 0.2);
}
.newsletter_signup form .input-group .input-group-addon {
  background: none;
  padding: 0;
  border: none;
}
.newsletter_signup form .input-group .input-group-addon button {
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  padding: 0 28px;
  border: none;
  background: #f31d12;
  border-radius: 0;
}
.newsletter_signup form .input-group .input-group-addon button i {
  margin-right: 15px;
  font-size: 21px;
}
.newsletter_signup form p {
  margin-bottom: 15px;
  color: rgba(19, 20, 27, 0.5);
  line-height: 1;
}
.newsletter_signup form #newsletter_popup + label {
  color: #13141b;
  font-weight: 500;
  padding-left: 25px;
  line-height: 17px;
  margin: 0;
  cursor: pointer;
  background: url(../../images/sidebar/comments/check-empty.jpg) no-repeat scroll 0 0;
}
.newsletter_signup form #newsletter_popup:checked + label {
  color: #f31d12;
  background-image: url(../../images/sidebar/comments/checked.jpg);
}
.newsletter_signup.popup_form {
  max-width: 970px;
  padding-right: 0;
  border: 3px solid #f31d12;
  -webkit-box-shadow: 5px 5px 9px rgba(19, 20, 27, 0.13);
  box-shadow: 5px 5px 9px rgba(19, 20, 27, 0.13);
  background: #fff;
  margin: 0 auto;
}
.newsletter_signup.popup_form .media-body {
  padding: 25px 60px 0;
}
.newsletter_signup.popup_form .media-right {
  padding: 0;
}
.newsletter_signup.popup_form button.mfp-close {
  display: none;
}
.newsletter_signup.popup_form button.mfp-close.custom_close {
  font-size: 14px;
  opacity: 1;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9999;
}
.newsletter_signup.popup_form button.mfp-close.custom_close:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #f31d12 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter_signup.popup_form button.mfp-close.custom_close i {
  color: #fff;
  width: 20px;
  height: 0;
  position: absolute;
  top: 5px;
  right: 2px;
}
.quick_contact .media .media-left {
  padding-right: 30px;
}
.quick_contact .media .media-left i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  background: #f31d12;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.quick_contact .media .media-body {
  vertical-align: middle;
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  color: #13141b;
}
.quick_contact .media .media-body a {
  color: #13141b;
  text-decoration: none;
}
.tweet_us {
  padding: 0 10px 20px;
}
.tweet_us .tweet_banner {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #02a8f3;
  padding: 35px 0;
}
.tweet_us .tweet_banner .texts {
  margin: 0 auto;
  display: table;
  line-height: 1.25;
  padding-left: 20px;
  padding-right: 20px;
}
.tweet_us .tweet_banner .texts iframe {
  float: right;
  margin-left: 20px;
}
.page_post_content_sub_title {
  margin: 5px 0 30px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #13141b;
}
/*----------------------------------------------------------------*/
.header1 .navbar {
  margin: 0;
  border: none;
  height: 66px;
  background: rgba(19, 20, 27, 0);
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.header1 .navbar .container-fluid {
  /*padding: 0 10px;*/
}
.header1 .navbar .navbar-header {
  z-index: 2;
  width: 100%;
}
.post-template-default .header1 .navbar .navbar-header .logo_container{
  background: #000;
}
.header1 .navbar .navbar-header .logo_container {
  float: left;
  background: #000;
  margin-left: 0px;
    width: 100%;
    
  transition:all 0.4s ease-in-out;
}
.header1 .navbar .navbar-header .logo_container.black_bg{
	background: #000 !important;
}
.header1 .navbar .navbar-header .logo_container.transprnt {
	background: rgba(0, 0, 0, 0.01) !important;
	transition:all 0.4s ease-in-out;
}
.header1 .navbar .navbar-header .logo_container #slideMenu_trigger {
  float: left;
  /* width: 30px; */
  line-height: 45px;
  cursor: pointer;
  margin-left:25px;
  z-index: 1000;
}
.header1 .navbar .navbar-header .logo_container .navbar-brand {
 

  padding-top: 7px;
  padding-bottom: 0;
  /*padding-left: 20px; */
  padding-right: 30px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  margin-left: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: bold;
  z-index: 1000;
}
.header1 .navbar .navbar-header .logo_container .navbar-brand.black {
	color:#fff;
}
.header1 .navbar .follow_nav {
  width: 250px;
  line-height: 66px;
}
.header1 .navbar .follow_nav .menuTitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FFF;
  margin-right: 8px;
}
.header1 .navbar .follow_nav .nav {
  float: left;
}
.header1 .navbar .follow_nav .nav li a {
  padding: 0 8px;
  color: #FFF;
}
.header1 .navbar .follow_nav .nav li a:hover {
  color: #f31d12;
  background: none;
}
.header1 .navbar .rightSide_nav .current_date {
  line-height: 66px;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
}
.header1 .navbar .rightSide_nav .current_date i {
  margin-right: 10px;
  float: left;
  line-height: 66px;
}
.header1 .navbar .rightSide_nav .search_dot .nav li a {
  line-height: 66px;
  padding: 0 15px;
  color: #fff;
}
.header1 .navbar .rightSide_nav #top_nav .nav li a {
  text-shadow: none;
  line-height: 66px;
  padding: 0 15px;
  color: #fff;
}
.header1 .navbar .rightSide_nav #top_nav .nav li a:hover {
  color: #f31d12;
}
.header1 .navbar .rightSide_nav #top_nav .nav li:last-child a:after {
  content: '';
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dotted #fff;
  top: 44px;
  left: 15px;
  position: absolute;
}
.header1 .navbar .rightSide_nav #top_nav .nav li:last-child a:hover:after {
  border-color: #f31d12;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li a {
  text-transform: none;
  background: #13141b;
  padding: 0 20px;
  line-height: 45px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li a i {
  float: right;
  line-height: 55px;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li a:hover,
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li a:focus {
  background: #f31d12;
  color: #FFF;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li:last-child a {
  border-bottom: none;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li:last-child a:after {
  display: none;
}
.header1 .navbar .rightSide_nav #top_nav .nav li > ul li ul {
  border-top: none;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 250px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header1 .navbar .rightSide_nav #top_nav .nav li:hover > ul,
.header1 .navbar .rightSide_nav #top_nav .nav li:focus > ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header1 .navbar .rightSide_nav #top_nav .nav li:hover > ul li:hover ul,
.header1 .navbar .rightSide_nav #top_nav .nav li:focus > ul li:hover ul,
.header1 .navbar .rightSide_nav #top_nav .nav li:hover > ul li:focus ul,
.header1 .navbar .rightSide_nav #top_nav .nav li:focus > ul li:focus ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*Right Sided ScrollSpy Menu*/
.scrollspyMenu {
  background: #13141b;
  height: 100vh;
  width: 48px;
  position: fixed;
  top: 0;
  right: -50px;
  z-index: 998;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.scrollspyMenu .nav {
  margin: 40vh auto 0;
}
.scrollspyMenu .nav li {
  display: block;
}
.scrollspyMenu .nav li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 16px auto;
  position: relative;
}
.scrollspyMenu .nav li a:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: -4px;
  left: -4px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.scrollspyMenu .nav li a + .tooltip_layer {
  border-radius: 0;
  background: #f31d12;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  color: #FFF;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  right: 100%;
  top: -13px;
  display: none;
}
.scrollspyMenu .nav li a + .tooltip_layer:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f31d12;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: -3px;
}
.scrollspyMenu .nav li a.active:before,
.scrollspyMenu .nav li a:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.scrollspyMenu .nav li a:hover {
  background: #f31d12;
  border-color: rgba(255, 255, 255, 0.2);
}
.scrollspyMenu .nav li a:hover + .tooltip_layer {
  display: block;
}
.scrollspyMenu #go_top {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  bottom: 20px;
  padding: 0 15px;
  right: -70px;
  line-height: 48px;
  color: #fff;
  font-weight: 300;
}
.scrollspyMenu #go_top i {
  margin-left: 10px;
}
.scrollspyMenu.show {
  right: 0;
}
.scrollspyMenu.show #go_top {
  right: -25px;
}
/*Left Sided Sliding Menu*/
.sliding_menu {
  width: 330px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -350px;
  z-index: 9999;
  background: #F2F2F2;
  height: 100vh;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.sliding_menu .widgetTitle {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #13141b;
  font-size: 21px;
}
.sliding_menu .search_row {
  background: #f2f2f2;
  height: 66px;
}
.sliding_menu .search_row .search_form {
  background: #f2f2f2;
  width: -webkit-calc(100% - 66px);
  width: calc(100% - 66px);
}
.sliding_menu .search_row .search_form .input-group {
  width: 100%;
}
.sliding_menu .search_row .search_form .input-group .input-group-addon {
  width: 66px;
  height: 66px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  color:#000;
}
.sliding_menu .search_row .search_form .input-group .input-group-addon i {
  color: #000;
}
.sliding_menu .search_row .search_form .input-group .form-control {
  border-radius: 0;
  height: 66px;
  line-height: 66px;
  padding: 0;
  border: none;
  background: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.sliding_menu .search_row .search_form .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sliding_menu .search_row #menuHide {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.sliding_menu .navByCat .nav li a {
  line-height: 60px;
  padding: 0 30px;
  color: #13141b;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.sliding_menu .navByCat .nav li a:hover {
  color: #000;
  background: #e8e6e6;
}
.sliding_menu .navByCat .nav li.dropdown a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  right: 25px;
  line-height: 60px;
  color: #13141b;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.sliding_menu .navByCat .nav li.dropdown a:hover:after,
.sliding_menu .navByCat .nav li.dropdown a:focus:after {
  color: #fff;
}
.sliding_menu .navByCat .nav li.dropdown a + .dropdown-menu {
  display: block;
  border-radius: 0;
  margin: 0;
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 25px;
  background: #e8e8e8;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.sliding_menu .navByCat .nav li.dropdown a + .dropdown-menu li + li {
  border-top: 1px dotted rgba(19, 20, 27, 0.2);
}
.sliding_menu .navByCat .nav li.dropdown a + .dropdown-menu li a {
  background: #e8e8e8;
  border: none;
  padding: 0;
}
.sliding_menu .navByCat .nav li.dropdown a + .dropdown-menu li a:after {
  content: '•';
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(19, 20, 27, 0.3);
  right: 0;
}
.sliding_menu .navByCat .nav li.dropdown a + .dropdown-menu li a:hover:after {
  color: #f31d12;
}
.sliding_menu .navByCat .nav li.dropdown.open a {
  background: #f31d12;
}
.sliding_menu .navByCat .nav li.dropdown.open a:after {
  content: "\f107";
  color: #fff;
}
.sliding_menu .navByCat .nav li.dropdown.open a + .dropdown-menu {
  position: relative;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sliding_menu .just_posted {
  padding: 35px 30px 0;
}
.sliding_menu .just_posted .widgetTitle {
  margin-bottom: 10px;
}
.sliding_menu .just_posted ol {
  list-style: none;
  counter-reset: just-posted-counter;
  padding-left: 0;
  margin: 0;
}
.sliding_menu .just_posted ol li {
  line-height: 24px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px dotted rgba(19, 20, 27, 0.2);
}
.sliding_menu .just_posted ol li:before {
  content: counter(just-posted-counter, decimal) ".";
  counter-increment: just-posted-counter;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  color: #13141b;
  line-height: 1;
  width: 30px;
  display: inline-block;
  float: left;
}
.sliding_menu .just_posted ol li a {
  color: rgba(19, 20, 27, 0.5);
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding-top: 2px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.sliding_menu .just_posted ol li a:hover,
.sliding_menu .just_posted ol li a:focus {
  color: #f31d12;
}
.sliding_menu .popular_posts {
  padding: 35px 30px 5px;
}
.sliding_menu .popular_posts .post {
  margin: 0;
}
.sliding_menu .popular_posts .post + .post {
  margin-top: 20px;
}
.sliding_menu .popular_posts .post .featured_img {
  width: 100%;
}
.sliding_menu .popular_posts .post .post_contents {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 19px;
}
.sliding_menu .popular_posts .post .post_contents h4 {
  font-size: 16px;
}
.sliding_menu .popular_posts .post .post_contents h4.category {
  margin-bottom: 15px;
}
.sliding_menu .popular_posts .post .post_contents h4.title {
  margin: 0;
}
.sliding_menu .popular_posts .post .post_contents h4.title a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}
.sliding_menu .popular_posts .post .post_contents h4.title a:hover,
.sliding_menu .popular_posts .post .post_contents h4.title a:focus {
  color: #f31d12;
}
.sliding_menu .latest_discussions {
  padding: 30px 30px 5px;
}
.sliding_menu .latest_discussions .discussion {
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(19, 20, 27, 0.2);
}
.sliding_menu .latest_discussions .discussion .media-left {
  padding-right: 20px;
}
.sliding_menu .latest_discussions .discussion .media-left .author_pic {
  width: 60px;
  border-radius: 100%;
}
.sliding_menu .latest_discussions .discussion .media-left .author_pic img {
  width: 100%;
  border-radius: 100%;
}
.sliding_menu .latest_discussions .discussion .media-left .reply_btn {
  display: block;
  text-transform: capitalize;
  background: #f31d12;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  opacity: 0;
}
.sliding_menu .latest_discussions .discussion .media-left .reply_btn:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: -5px;
  background: #f31d12;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
}
.sliding_menu .latest_discussions .discussion .media-left:hover .reply_btn,
.sliding_menu .latest_discussions .discussion .media-left:focus .reply_btn {
  opacity: 1;
}
.sliding_menu .latest_discussions .discussion .media-body h5 {
  font-weight: bold;
  color: #13141b;
  margin: 5px 0 10px;
  text-transform: none;
}
.sliding_menu .latest_discussions .discussion .media-body h5 i {
  font-weight: normal;
}
.sliding_menu .latest_discussions .discussion .media-body p {
  color: #13141b;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
}
.sliding_menu .latest_discussions .discussion + .discussion {
  padding-top: 20px;
  margin: 0;
}
.sliding_menu .categories {
  padding: 30px 30px 5px;
}
.sliding_menu .categories .nav li {
  border-bottom: 1px dotted rgba(19, 20, 27, 0.2);
}
.sliding_menu .categories .nav li:first-child {
  padding-top: 0;
}
.sliding_menu .categories .nav li a {
  text-transform: capitalize;
  padding: 15px 0;
  color: #13141b;
}
.sliding_menu .categories .nav li a span {
  position: absolute;
  right: 0;
  color: #f31d12;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.sliding_menu .categories .nav li a:hover {
  color: #fff;
  background: #f31d12;
  padding: 15px;
}
.sliding_menu .categories .nav li a:hover span {
  color: #fff;
  right: 15px;
}

.sliding_menu .instafeed {
  padding: 30px 30px 5px;
}
.sliding_menu .instafeed .nav {
  margin: -5px;
}
.sliding_menu .instafeed .nav li {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}
.sliding_menu .instafeed .nav li a {
  padding: 5px;
}
.sliding_menu .instafeed .nav li a img {
  width: 100%;
}
.sliding_menu .instafeed .nav li a:after {
  content: "\f16d";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(19, 20, 27, 0.8);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 78px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.sliding_menu .instafeed .nav li a:hover {
  background: none;
}
.sliding_menu .instafeed .nav li a:hover:after {
  opacity: 1;
  background: rgba(19, 20, 27, 0.5);
}
.sliding_menu .popular_tags {
  padding: 30px 30px 5px;
}
.sliding_menu.show {
  left: 0;
}
.slideMenuClose {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_inside .mCSB_scrollTools {
  width: 3px;
}
.mCSB_inside .mCSB_scrollTools .mCSB_dragger {
  height: 66px !important;
}
.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f31d12;
}
.mCSB_inside .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

/* About block on home page */
.about_banner h1 {
	text-transform: none;
	font-family: 'Work Sans';
	font-size: 34pt;
}
.about_banner {
	
	font-size: 14pt;
	background-color:#f7be05; 
	padding-bottom:8%; 
	padding-top:8%
}


/*----------------------------------------------------------------*/
.featured_posts .post {

    display: inline-block;
    
    height: auto;
}
.featured_posts .post {
    /* margin-left: -20px;
    margin-right: -20px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
   
  
}
@media (min-width: 1024px){
.featured_posts .post {
    height: 620px;
      margin-bottom: -1px;
}
.featured_posts .post .feat_img_block {
    height: 271px;
    }
}
@media (min-width: 500px){
.featured_posts .post {
  /*  margin-left: -40px;
    margin-right: -40px;*/
}
}
.featured_posts .post .inner.row {
	display: block;
}
@media (min-width: 1200px){
.featured_posts .post .inner.row {
    position: absolute;
    height: 100%;
    width: 100%;
  
}
}

.featured_posts .post .inner.row:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.featured_posts .post .inner.row:hover:before {
  opacity: .5;
}
.featured_posts .post .inner.row:before {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 200px;
    opacity: .3;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.98),rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
    background: linear-gradient(180deg,rgba(0,0,0,.98) 0,rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
}
.featured_posts .post .inner.row:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 300px;
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.05) 22%,rgba(0,0,0,.17) 38%,rgba(0,0,0,.31) 49%,rgba(0,0,0,.65) 67%,rgba(0,0,0,.81) 77%,rgba(0,0,0,.91) 85%,rgba(0,0,0,.97) 97%,#000);
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.05) 22%,rgba(0,0,0,.17) 38%,rgba(0,0,0,.31) 49%,rgba(0,0,0,.65) 67%,rgba(0,0,0,.81) 77%,rgba(0,0,0,.91) 85%,rgba(0,0,0,.97) 97%,#000);
    background-repeat: repeat-x;
    background-position: 0 100%;
}
.featured_posts .post .feat_img_block{
	    overflow: hidden;
   
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.featured_posts .post .feat_img_block:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    width: 100%;
    height: 170px;
    opacity: .3;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.98),rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
    background: linear-gradient(180deg,rgba(0,0,0,.98) 0,rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
}
.featured_posts .post .feat_img_block:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    width: 100%;
    height: 246px;
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.05) 22%,rgba(0,0,0,.17) 38%,rgba(0,0,0,.31) 49%,rgba(0,0,0,.65) 67%,rgba(0,0,0,.81) 77%,rgba(0,0,0,.91) 85%,rgba(0,0,0,.97) 97%,#000);
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.05) 22%,rgba(0,0,0,.17) 38%,rgba(0,0,0,.31) 49%,rgba(0,0,0,.65) 67%,rgba(0,0,0,.81) 77%,rgba(0,0,0,.91) 85%,rgba(0,0,0,.97) 97%,#000);
    background-repeat: repeat-x;
    background-position: 0 100%;
}
@media (min-width: 500px){
  .featured_posts .post .feat_img_block.home-block{
    
  }
.featured_posts .post .feat_img_block {
    height: 620px;
    padding-bottom: 0;
    text-align: center;
    margin: 0 -25%;
}
}
@media (min-width: 1200px){
.featured_posts .post .feat_img_block {
    z-index: 1;
    position: relative;
    width: auto;
    margin: 0;
}
}
.featured_posts .post .feat_img_block .featured-img-div{
	position: relative;
   
	width: 100%;
    height: 100%;
    max-width: none;
    opacity: .9;
	padding-top: 50%;
}
.featured_posts .post .featured-img-div .featured-img {
  position: absolute ;
    top: 0;
    left: 0;
	height:auto;
   /* height: 100%;*/
    -webkit-animation: fadein .4s;
    animation: fadein .4s;
	
}
@media (min-width: 992px){
.featured_posts .post .featured-img-div .featured-img {
  	position: absolute !important;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
}
.featured_posts .post .wrapper_content{

	margin-top: -30px;
    padding: 0 20px;
    z-index: 3;
    position: relative;
}
@media (min-width: 1200px){
.featured_posts .post .wrapper_content{
	padding: 0 40px;
    position: absolute;
    width: 100%;
    bottom: 28px;
    left: 0;
}
}
@media (min-width: 500px){
.featured_posts .post .wrapper_content{
    padding: 0 40px;
    margin-top: -100px;
}
}
@media (min-width: 500px){
.featured_posts .post .featured-img-div .featured-img{
	z-index: 1;
    width: 100%;
    height: 100%;
}
}
@media (max-width: 500px){
.featured_posts .post .featured-img-div .featured-img{
	margin: 0 -100%;
    top: -186px;
}
}
@media (max-width: 991px) {
.HomeFeature-content-wrapper .col-xs-12 {
	padding-left: 0!important;
}	

  .featured_posts .post .feat_img_block:after{
    display: none;
  }
  .featured_posts .post .feat_img_block:before{

  display: none;
  }
.inner_post_img .post .inner.row{
      /* background-color: rgba(0, 0, 0, 0.5); */
}

}
.featured_posts .post .content {
  position: absolute;
  bottom: 48px;
  padding: 0 50px;
  z-index: 3;
}
.featured_posts .post .content .title {
  margin: 20px 0;
  text-shadow: -1px 2px 4px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    font-size: 1.5625em;
    line-height: .88;
    color: #fff;
    text-transform: uppercase;
}
.featured_posts .post .content .title a {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  line-height: 46px;
  text-transform: uppercase;
}
.featured_posts .post .content .post_meta li + li {
  margin: 0;
}

.featured_posts .post .content .post_meta li span {
  padding: 0;
   font-family: 'Roboto Slab', serif;
  color: #8280ff;
}
.featured_posts .post .content .post_meta li a:hover {
  background: none;
}

.featured_posts.featured_posts2 .post {
  padding: 10px;
}
.featured_posts.featured_posts2 .post .inner {
  margin: 0;
}


.video_posts {
  padding: 55px 0;
  background: #13141b;
}
.video_posts .video-post .post_title {
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 30px;
}
.video_posts .video-post .post_title i {
  width: 45px;
  text-align: center;
  display: inline-block;
  color: #f31d12;
}
.video_posts .video-post blockquote {
  padding: 0;
  border: none;
  margin: 25px 0 0;
}
.video_posts .video-post blockquote footer {
  color: #fff;
}
#page_nav,
#page_nav2,
#page_nav4,
#featured_page_nav {
  text-align: center;
  height: 1px;
}
#page_nav a,
#page_nav2 a,
#page_nav4 a,
#featured_page_nav a {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 6px solid rgba(186, 186, 186, 0.2);
  position: relative;
  z-index: 9999;
  top: -60px;
}
#page_nav a i,
#page_nav2 a i,
#page_nav4 a i,
#featured_page_nav a i {
  line-height: 72px;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #f31d12;
  color: #fff;
  font-size: 20px;
}
#page_nav a + span,
#page_nav2 a + span,
#page_nav4 a + span,
#featured_page_nav a + span {
  position: absolute;
  white-space: nowrap;
  padding: 0 18px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  background: #f31d12;
  line-height: 32px;
  top: -110px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
#page_nav a + span:after,
#page_nav2 a + span:after,
#page_nav4 a + span:after,
#featured_page_nav a + span:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #f31d12;
  position: absolute;
  bottom: -7px;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page_nav a:hover + span,
#page_nav2 a:hover + span,
#page_nav4 a:hover + span,
#featured_page_nav a:hover + span,
#page_nav a:focus + span,
#page_nav2 a:focus + span,
#page_nav4 a:focus + span,
#featured_page_nav a:focus + span {
  opacity: 1;
}

.infscr-loading {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#featured_page_nav a {
  top: -45px;
}
#featured_page_nav a + span {
  top: -90px;
}
/*----------------------------------------------------------------*/
.alert_row {
  margin-top: 10px;
  padding: 10px;
}
.mobile_app_alert {
  border: none;
  padding: 30px;
  margin-bottom: 0;
  background: url(../../images/alert/bg.png) no-repeat scroll center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.mobile_app_alert:before {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: rgba(243, 29, 18, 0.9);
}
.mobile_app_alert .close {
  opacity: 1;
  font-size: 18px;
  text-shadow: none;
  color: #fff;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 2;
}
.mobile_app_alert .media {
  margin: 0;
  width: 100%;
}
.mobile_app_alert .media .media-left {
  padding-right: 30px;
}
.mobile_app_alert .media .media-body h3 {
  margin: 8px 0 10px;
  line-height: 1;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile_app_alert .media .media-body p {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 19px;
}
/*----------------------------------------------------------------*/
.about_us_row {
  padding: 10px 0;
}
.about_us_row .about_us1 {
  width: 1280px;
}
.about_us_row .about_us1 .inner {
  background: url(../../images/about/2.jpg) no-repeat scroll 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px;
}
.about_us_row .about_us1 .inner .heading {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about_us_row .about_us1 .inner .heading h2 {
  margin: 0;
  float: left;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.about_us_row .about_us1 .inner .heading h2 + .btn {
  float: right;
  background: #f31d12;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  text-transform: capitalize;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  margin: 6px 0;
}
.about_us_row .about_us1 .inner .heading h2:before {
  float: left;
  content: '';
  height: 14px;
  width: 5px;
  margin-top: 17px;
  margin-right: 25px;
  background: #f31d12;
}
.about_us_row .about_us1 .inner .contents {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 19px;
}
.about_us_row .about_us1 .inner .contents img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.about_us_row .about_us1 .inner .contents .col-sm-7,
.about_us_row .about_us1 .inner .contents .col-sm-5 {
  padding: 40px 10px;
}
.about_us_row .about_us1 .inner .contents .col-sm-7 {
  width: 769px;
}
.about_us_row .about_us1 .inner .contents .col-sm-5 {
  width: -webkit-calc(100% - 769px);
  width: calc(100% - 769px);
}
.about_us_row .about_us1 .inner .contents blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 77px 0 25px;
  margin: 0;
  border-color: #f31d12;
}
.about_us_row .about_us1 .inner .social_facts {
  padding: 40px 0 20px;
}
.about_us_row .about_us1 .inner .social_facts li {
  float: left;
}
.about_us_row .about_us1 .inner .social_facts li a {
  padding: 0;
  background: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.about_us_row .about_us1 .inner .social_facts li a i {
  margin-right: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #f31d12;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}
.about_us_row .about_us1 .inner .social_facts li a:hover,
.about_us_row .about_us1 .inner .social_facts li a:focus {
  background: none;
}
.about_us_row .about_us1 .inner .social_facts li + li {
  margin-left: 70px;
}
.about_us_row .about_us2 {
  width: -webkit-calc(100% - 1280px);
  width: calc(100% - 1280px);
}
.about_us_row .about_us2 img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
.about_us_row .about_us2 p {
  font-family: 'Roboto', sans-serif;
  color: #13141b;
  line-height: 24px;
  padding-right: 20px;
  margin: 0;
}
.about_us_row .about_us2 p:first-letter {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #13141b;
  float: left;
  margin: 8px 15px 5px 0;
  padding: 15px 14px;
  display: block;
}
.testimonials {
  padding: 60px 0;
}
.testimonials .testimonial {
  padding: 0 40px;
}
.testimonials .testimonial .quote {
  margin: 0 0 25px;
  padding: 0 7px;
}
.testimonials .testimonial .quote .media-left {
  padding-right: 30px;
  vertical-align: middle;
}
.testimonials .testimonial .quote .media-left .quote_icon {
  width: 46px;
  height: 100%;
  display: block;
  background: #f31d12;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  line-height: 87px;
}
.testimonials .testimonial .quote .media-body p {
  font-size: 13px;
  font-style: italic;
  color: #13141b;
  line-height: 19px;
  margin: 0;
}
.testimonials .testimonial .testi_auth {
  margin: 0;
  padding-top: 19px;
  border-top: 1px solid rgba(19, 20, 27, 0.05);
  overflow: visible;
}
.testimonials .testimonial .testi_auth:before,
.testimonials .testimonial .testi_auth:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent rgba(19, 20, 27, 0.05) transparent transparent;
  position: absolute;
  top: 0;
  left: 60px;
}
.testimonials .testimonial .testi_auth:after {
  border-width: 0 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  top: -1px;
}
.testimonials .testimonial .testi_auth .media-left {
  padding-right: 22px;
}
.testimonials .testimonial .testi_auth .media-left a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
}
.testimonials .testimonial .testi_auth .media-left a img {
  border-radius: 100%;
  width: 100%;
}
.testimonials .testimonial .testi_auth .media-body h5 {
  margin: 0 0 5px;
}
.testimonials .testimonial .testi_auth .media-body h5 a {
  text-transform: capitalize;
  font-weight: 900;
  color: #13141b;
  line-height: 1;
}
.testimonials .testimonial .testi_auth .media-body p {
  color: #13141b;
  margin: 0;
  line-height: 1;
}
.testimonials .testimonial .testi_auth .media-right {
  white-space: nowrap;
  padding-left: 22px;
  padding-top: 10px;
}
.testimonials .testimonial .testi_auth .media-right span {
  font-weight: 500;
}
.staffs {
  background: url(../../images/staffs/bg.jpg) no-repeat scroll center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 42px 0 33px;
}
.staffs .sectionTitle {
  margin-bottom: 40px;
}
.staffs .staffs_carousel .item {
  padding-top: 50px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.staffs .staffs_carousel .item .staff-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.staffs .staffs_carousel .item .staff_details {
  padding: 28px;
  position: absolute;
  bottom: 0;
  background: #13141b;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.staffs .staffs_carousel .item .staff_details h3 {
  padding: 9px 0 22px;
  line-height: 17px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.staffs .staffs_carousel .item .staff_details h3 span {
  font-size: 14px;
  float: right;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}
.staffs .staffs_carousel .item .staff_details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 19px;
}
.staffs .staffs_carousel .item:hover .staff-img {
  -webkit-transform: scale(1.17);
  -ms-transform: scale(1.17);
  transform: scale(1.17);
}
.staffs .staffs_carousel .item:hover .staff_details {
  background: rgba(19, 20, 27, 0.8);
}
.staffs .staffs_carousel .owl-controls .owl-dots {
  padding-top: 30px;
  height: 46px;
  text-align: center;
}
.staffs .staffs_carousel .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #e8e8e9;
  padding: 1px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
}
.staffs .staffs_carousel .owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}
.staffs .staffs_carousel .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.staffs .staffs_carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #f31d12;
}
.about_us_page {
  padding: 20px 0 10px;
}
.about_us_page .texts_about {
  padding: 40px 30px;
}
.about_us_page .texts_about .col-sm-7 {
  width: 58%;
}
.about_us_page .texts_about .col-sm-5 {
  width: 42%;
}
.about_us_page .texts_about .heading {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19, 20, 27, 0.08);
}
.about_us_page .texts_about .heading h2 {
  margin: 0;
  float: left;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #13141b;
  text-transform: uppercase;
}
.about_us_page .texts_about .heading h2:before {
  float: left;
  content: '';
  height: 14px;
  width: 5px;
  margin-top: 17px;
  margin-right: 25px;
  background: #f31d12;
}
.about_us_page .texts_about .heading .locate_nav {
  float: right;
}
.about_us_page .texts_about .page_content {
  padding-top: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(19, 20, 27, 0.08);
}
.about_us_page .texts_about .page_content p {
  line-height: 24px;
  margin-bottom: 20px;
}
.about_us_page .texts_about .page_content blockquote {
  font-size: 14px;
  line-height: 24px;
  border-left-color: #f31d12;
  padding: 0 10px 0 25px;
  font-style: italic;
}
.about_us_page .texts_about .quick_contact {
  padding-left: 40px;
}
.about_us_page .texts_about .quick_contact .media {
  margin-top: 40px;
}
/*----------------------------------------------------------------*/
.special_projects {
  padding: 10px 0 20px;
}
.special_projects .media .media-left {
  padding: 30px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 28px;
  background: #f31d12;
  color: #fff;
  font-weight: 700;
  min-width: 160px;
}
.special_projects .media .media-body .special_project {
  background: no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
}
.special_projects .media .media-body .special_project:before {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: rgba(19, 20, 27, 0.8);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.special_projects .media .media-body .special_project a {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.special_projects .media .media-body .special_project.special_project1 {
  background-image: url(../../images/projects/special_projects/1.jpg);
}
.special_projects .media .media-body .special_project.special_project2 {
  background-image: url(../../images/projects/special_projects/2.jpg);
}
.special_projects .media .media-body .special_project.special_project3 {
  background-image: url(../../images/projects/special_projects/3.jpg);
}
.special_projects .media .media-body .special_project.special_project4 {
  background-image: url(../../images/projects/special_projects/4.jpg);
}
.special_projects .media .media-body .special_project:hover:before {
  background: none transparent;
}

/*----------------------------------------------------------------*/
.gallery_header {
  padding: 60px 40px 50px;
}
.gallery_header .filter_4_gallery #filters .page_title {
  font-size: 21px;
  font-weight: bold;
  color: #13141b;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 30px;
}
.search-results .page{
      background: #000;
    padding-top: 50px;
}
.search-results .page .page-title{
      color: #fff;
}
.catpage img{
  max-width: 100%;
  height: auto!important;
}
#archive-wrapper nav{
  float: left;
}
#archive-wrapper .pagination>.active>a, #archive-wrapper .pagination>.active>span, #archive-wrapper .pagination>.active>a:hover, #archive-wrapper .pagination>.active>span:hover, #archive-wrapper .pagination>.active>a:focus, #archive-wrapper .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ffc403;
    border-color: #ffc403;
    cursor: default;
}
#archive-wrapper nav .pagination>li>a,#archive-wrapper nav .Page.navigation .pagination>li>span{
      color: #000000;
}
#archive-wrapper{
      background: #000;
    color: #fff;
    padding-top: 50px;
}
#archive-wrapper article{
      float: left;
    width: 100%;
    margin-bottom: 50px;
}
#archive-wrapper article a{
      color: #ffc403;
}
.gallery_header .filter_4_gallery #filters ul li {
  text-transform: capitalize;
  line-height: 30px;
  margin: 0 15px;
  cursor: pointer;
  color: rgba(19, 20, 27, 0.5);
}
.gallery_header .filter_4_gallery #filters ul li.active {
  color: #f31d12;
}
.gallery_header .social_share_drop button {
  line-height: 30px;
}
.gallery_posts {
  padding-bottom: 10px;
}
.gallery_posts .post {
  padding: 10px;
}
.gallery_posts .post .inner {
  overflow: hidden;
}
.gallery_posts .post .inner .featured_img {
  width: 100%;
}
.gallery_posts .post .inner .post_content {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.gallery_posts .post .inner .post_content:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 99px;
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #000000 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.30;
}
.gallery_posts .post .inner .post_content .additional {
  z-index: 3;
  position: absolute;
  right: 0;
  padding-top: 25px;
  height: 65px;
  width: 100%;
  padding-left: -webkit-calc(100% - 63px);
  padding-left: calc(100% - 63px);
}
.gallery_posts .post .inner .post_content .additional:before {
  content: '';
  height: 65px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.gallery_posts .post .inner .post_content .additional .zoom_gallery_img {
  float: left;
  color: #fff;
  margin-right: 18px;
}
.gallery_posts .post .inner .post_content .additional .social_share_drop {
  float: left;
}
.gallery_posts .post .inner .post_content .additional .social_share_drop button {
  line-height: 22px;
}
.gallery_posts .post .inner .post_content .additional .social_share_drop button i {
  color: #fff;
}
.gallery_posts .post .inner .post_content .additional .social_share_drop ul {
  right: 15px;
  left: auto;
}
.gallery_posts .post .inner .post_content .texts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -webkit-calc(100% - 65px);
  top: calc(100% - 65px);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.gallery_posts .post .inner .post_content .texts .title {
  text-transform: uppercase;
  color: #fff;
  padding: 20px 80px 20px 30px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
  line-height: 1.2;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.gallery_posts .post .inner .post_content .texts p {
  padding: 20px 30px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
.gallery_posts .post .inner .post_content a.gallery_post_link {
  display: inline-block;
  border-radius: 100%;
  border: 6px solid rgba(186, 186, 186, 0.2);
  position: absolute;
  text-align: center;
  left: 50%;
  top: 100%;
  z-index: 3;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
  z-index: 99;
}
.gallery_posts .post .inner .post_content a.gallery_post_link i {
  line-height: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #f31d12;
  color: #fff;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.gallery_posts .post .inner:hover {
  overflow: visible;
}
.gallery_posts .post .inner:hover .post_content {
  background: rgba(19, 20, 27, 0.8);
}
.gallery_posts .post .inner:hover .post_content .texts {
  top: 0;
}
.gallery_posts .post .inner:hover .post_content a.gallery_post_link {
  left: -webkit-calc(50% - 42px);
  left: calc(50% - 42px);
  top: -webkit-calc(100% - 42px);
  top: calc(100% - 42px);
  width: 84px;
  height: 84px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.gallery_posts .post .inner:hover .post_content a.gallery_post_link:before {
  opacity: 0;
}
.gallery_posts .post .inner:hover .post_content a.gallery_post_link i {
  line-height: 72px;
  width: 72px;
  height: 72px;
  font-size: 20px;
}
body.gallery-page #page_nav {
  margin-top: 80px;
}
/*----------------------------------------------------------------*/
.content_404 {
  padding: 20px 10px;
}
.content_404 .banner_404 .inner {
  padding: 0 19px 0 30px;
}
.search_form_404 {
  margin-top: 35px;
  padding-bottom: 18px;
  border-bottom: 2px solid #f31d12;
}
.search_form_404 .form-control {
  color: #13141b;
  font-weight: 300;
  font-size: 44px;
  line-height: 66px;
  border: none;
  padding: 0 10px 0 0;
  height: 66px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.search_form_404 .form-control::-moz-placeholder {
  color: #13141b;
  font-weight: 300;
  font-size: 44px;
  line-height: 66px;
  opacity: 1;
}
.search_form_404 .form-control:-ms-input-placeholder {
  color: #13141b;
  font-weight: 300;
  font-size: 44px;
  line-height: 66px;
}
.search_form_404 .form-control::-webkit-input-placeholder {
  color: #13141b;
  font-weight: 300;
  font-size: 44px;
  line-height: 66px;
}
.search_form_404 .input-group-addon {
  padding: 0;
  border: 0;
  background: none;
}
.search_form_404 .input-group-addon .btn {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #f31d12;
  font-size: 20px;
  color: #fff;
}
.notified_404 {
  text-align: center;
  padding: 120px 0 140px;
}
.notified_404 h2 {
  margin: 0;
  font-weight: bold;
  font-size: 420px;
  text-transform: uppercase;
  color: #13141b;
  line-height: 320px;
  letter-spacing: 0;
}
.notified_404 h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #13141b;
  line-height: 46px;
  margin: 40px 0 0;
}
.search_by_cat {
  border-top: 1px solid rgba(19, 20, 27, 0.1);
  border-bottom: 1px solid rgba(19, 20, 27, 0.1);
  padding: 30px 0;
}
.search_by_cat h3 {
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #13141b;
  text-transform: uppercase;
}
.search_by_cat h4 {
  margin-left: 22px;
  margin-top: 1px;
}
.search_by_cat h4 a {
  color: #13141b;
}
/*----------------------------------------------------------------*/
.last_updates {
  padding: 20px 10px;
}
.last_updates > .media > .media-left {
  padding: 20px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 28px;
  background: #f31d12;
  color: #fff;
  font-weight: 700;
  width: 155px;
}
.last_updates > .media > .media-body {
  padding-left: 20px;
}
.last_updates > .media > .media-body .last_update > .media > .media-left {
  padding-right: 18px;
}
.last_updates > .media > .media-body .last_update > .media > .media-left a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
}
.last_updates > .media > .media-body .last_update > .media > .media-left a img {
  width: 100%;
}
.last_updates > .media > .media-body .last_update > .media .media-body {
  padding-left: 0;
  vertical-align: middle;
}
.last_updates > .media > .media-body .last_update > .media .media-body a {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #13141b;
}
/*----------------------------------------------------------------*/
.sidebar .heading {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 28px;
  margin: 0;
  line-height: 84px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #13141b;
}
.sidebar .heading:after {
  content: '';
  height: 3px;
  width: 200px;
  background: #f31d12;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.about_author .heading {
  border-bottom-color: rgba(232, 232, 232, 0.5);
  color: #fff;
  padding-left:15px;
  line-height: 58px;
  margin-bottom:8px;
}
.about_author .heading:after {
  display: none;
}
.about_author .media {
  padding: 28px;
  margin: 0;
}
.about_author .media .media-left {
  padding-right: 20px;
}
.about_author .media .media-left a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
}
.about_author .media .media-left a img {
  /*border-radius: 100%;
  width: 100%;*/
}
.about_author .media .media-body .h5 {
  margin: 0 0 15px;
  line-height: 25px;
  padding-top:10px;
}
.about_author .media .media-body .h5 .author_url {
  color: #6653FF;
    text-transform: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}
.about_author .media .media-body .h5 .list-unstyled {
  margin: 6px 0;
}
.about_author .media .media-body .h5 .list-unstyled li:first-child{
	padding-left:0px;
}
.about_author .media .media-body .h5 .list-unstyled li {
  float: left;
  padding: 0 7px;
}
.about_author .media .media-body .h5 .list-unstyled li a {
  color: #adaac5;
}
.about_author .media .media-body .h5 .list-unstyled li a:hover {
  color: #6653FF;
}
.about_author .media .media-body p {
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
  margin: 0;
  color: #fff;
}
.comments .comments_row {
  padding: 10px 30px;
}
.comments .comments_row .comment {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dotted rgba(19, 20, 27, 0.2);
}
.comments .comments_row .comment .media-left {
  padding-right: 20px;
  padding-bottom: 15px;
}
.comments .comments_row .comment .media-left .comment_img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100%;
}
.comments .comments_row .comment .media-left .comment_img img {
  width: 100%;
  border-radius: 100%;
}
.comments .comments_row .comment .media-left .comment_img + .reply_link {
  position: absolute;
  line-height: 30px;
  display: block;
  width: 80px;
  text-align: center;
  color: #fff;
  background: #f31d12;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.comments .comments_row .comment .media-left .comment_img + .reply_link:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #f31d12;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
}
.comments .comments_row .comment .media-left .comment_img:hover + .reply_link,
.comments .comments_row .comment .media-left .comment_img:focus + .reply_link {
  opacity: 1;
}
.comments .comments_row .comment .media-body h5 {
  color: #13141b;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 5px;
  line-height: 24px;
  font-family: 'Roboto Slab';
}
.comments .comments_row .comment .media-body h5 strong {
  font-weight: bold;
}
.comments .comments_row .comment .media-body p {
  color: #13141b;
  line-height: 21px;
  margin: 0;
  font-family: 'Roboto Slab';
}
.comments .comments_row .comment.replied .media-body h5:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: '';
  background: #f31d12;
  display: inline-block;
  top: -2px;
  margin-left: 8px;
  position: relative;
}
.comments .comments_row .comment.replied .media-body p {
  padding-left: 20px;
  border-left: 2px solid #6653ff;
}
.comments .comments_row .comment.reply {
  padding: 20px 22px;
  background: #fbfbfb;
}
.commentForm {
  padding: 30px 30px 6px;
}
.commentForm .input-group {
  margin-bottom: 15px;
}
.commentForm .input-group .form-control {
  line-height: 21px;
  height: 55px;
  padding: 17px 24px;
  color:  #6653ff;;
  border-radius: 0;
   border-color: #6653ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
}
.commentForm .input-group .form-control::-moz-placeholder {
  text-transform: capitalize;
  color: rgba(19, 20, 27, 0.5);
  opacity: 1;
}
.commentForm .input-group .form-control:-ms-input-placeholder {
  text-transform: capitalize;
  color: rgba(19, 20, 27, 0.5);
}
.commentForm .input-group .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
  color: rgba(19, 20, 27, 0.5);
}
.commentForm .input-group .form-control + .input-group-addon {
  	border-color: #6653ff;
    background: #fff;
    color: #6653ff;
    padding-right: 18px;
    border-left: none;
    border-radius: 0;
}
.commentForm .input-group textarea.form-control {
  height: 215px;
}
.commentForm #notify + .notify {
  padding: 16px 0;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: rgba(19, 20, 27, 0.5);
  margin: 0;
}
.commentForm #notify + .notify:before {
  content: '';
  margin-right: 10px;
  width: 16px;
  height: 16px;
  float: left;
  background: url(../../images/sidebar/comments/check-empty.jpg) no-repeat scroll center center transparent;
}
.commentForm #notify:checked + .notify:before {
  background-image: url(../../images/sidebar/comments/checked.jpg);
}
.commentForm .btn[type="submit"] {
  border-radius: 0;
  display:inline-block;
  width:290px;
  color: #6653ff;
  line-height: 50px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #6653ff;
  transition: all 0.5s ease-in-out;
  font-family: 'Roboto', sans-serif;
      font-weight: 600;
    font-size: 19px;
}
@media (max-width:600px) {
	.commentForm .btn[type="submit"] {
	width:100%;
	}
}
.commentForm .btn[type="submit"]:hover {
    background: #6653ff;
    color: #ffffff;
}
.tag_row {
  padding: 30px 30px 6px;
}
.tag {
  float: left;
  line-height: 36px;
  color: #fff;
  background: #13141b;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 19px;
}
.tag:hover {
  background: #f31d12;
  color: #fff;
}
/*----------------------------------------------------------------*/
.icons_grid {
  padding: 25px 15px 120px;
}
.icons_grid .col-lg-3 {
  padding: 0 15px;
  line-height: 28px;
}
.icons_grid .col-lg-3 .text-muted {
  color: #13141b;
}
/*----------------------------------------------------------------*/
.author_info {
  padding: 20px 10px 10px;
}
.author_info .inner {
  background: #f31d12;
}
.author_info .inner .other_info {
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}
.author_info .inner .other_info .col-sm-6 .shor_about {
  padding: 30px 30px 30px 20px;
  margin: 0;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-left {
  padding-right: 48px;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-left a {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 100%;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-left a img {
  width: 100%;
  border-radius: 100%;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-body {
  vertical-align: middle;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-body h2 {
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-body h2 a {
  color: #fff;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-body h2 a:hover,
.author_info .inner .other_info .col-sm-6 .shor_about .media-body h2 a:focus {
  color: #13141b;
}
.author_info .inner .other_info .col-sm-6 .shor_about .media-body p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 21px;
}
.author_info .inner .other_info .col-sm-6 h3 {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.author_info .inner .other_info .col-sm-6 h3 a {
  color: #fff;
}
.author_info .inner .other_info .col-sm-6 h3 a:hover,
.author_info .inner .other_info .col-sm-6 h3 a:focus {
  color: #13141b;
}
.author_info .inner .other_info .col-sm-6 .popular_post {
  margin-top: 20px;
  margin-bottom: 0;
}
.author_info .inner .other_info .col-sm-6 .popular_post .media-left {
  padding-right: 20px;
}
.author_info .inner .other_info .col-sm-6 .popular_post .media-left a {
  display: block;
  width: 60px;
  height: 60px;
}
.author_info .inner .other_info .col-sm-6 .popular_post .media-left a img {
  width: 100%;
}
.author_info .inner .other_info .col-sm-6 .popular_post .media-body {
  vertical-align: middle;
}
.author_info .inner .other_info .col-sm-6:first-child {
  border-right: 1px solid rgba(232, 232, 232, 0.5);
}
.author_info .inner .other_info .col-sm-6:last-child {
  padding: 35px 50px 0;
}
.author_info .inner .other_info .col-sm-6:last-child .col-sm-6 {
  padding: 0 10px;
  border: none;
}
.author_info .inner .less_info {
  padding: 0 30px;
  line-height: 50px;
}
.author_info .inner .less_info .social_network {
  color: #fff;
  text-transform: uppercase;
}
.loadmorewrapper{
  padding: 50px 0px;
}
.window.loadmorebtn{
      padding: 10px 20px;
    font-size: 20px;
    background: #f7be05;
    border: 1px solid;
    color: #fff;
}
.author_info .inner .less_info .social_network .author {
  margin-right: 16px;
}
.author_info .inner .less_info .social_network .nav {
  margin: 0;
}
.author_info .inner .less_info .social_network .nav li a {
  padding: 0 4px;
  color: #fff;
  border-radius: 0;
}
.author_info .inner .less_info .social_network .nav li a:hover,
.author_info .inner .less_info .social_network .nav li a:focus {
  background: none;
  color: #13141b;
}
.author_info .inner .less_info .switch_less_more {
  height: 50px;
}
.author_info .inner .less_info .switch_less_more input {
  display: none;
}
.author_info .inner .less_info .switch_less_more input + label {
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input + label .label_text {
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  float: left;
  margin-right: 17px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input + label .label_text .less {
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input + label .label_text .more {
  display: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input + label .switch {
  width: 34px;
  height: 13px;
  background: #d5d5d5;
  border-radius: 10px;
  float: left;
  margin-top: 18px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input + label .switch .circle {
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background: #f4f4f4;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-box-shadow: 3px 3px 76px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 76px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.author_info .inner .less_info .switch_less_more input:checked + label .label_text .less {
  display: none;
}
.author_info .inner .less_info .switch_less_more input:checked + label .label_text .more {
  display: block;
}
.author_info .inner .less_info .switch_less_more input:checked + label .switch .circle {
  left: 17px;
}
.latest_post_filter {
  padding: 62px 30px 47px;
}
.latest_post_filter .last_post_date h3 {
  margin: 0;
  line-height: 36px;
}
.latest_post_filter .last_post_date h3 small {
  margin-left: 15px;
}
.latest_post_filter .last_post_date h3 small i {
  display: none;
}
.latest_post_filter .filter_btns .btn {
  color: #fff;
  border-radius: 0;
  margin: 0;
  border: none;
  float: left;
  background: #13141b;
  text-transform: capitalize;
  line-height: 36px;
  padding: 0 15px;
}
.latest_post_filter .filter_btns .btn + .btn {
  margin-left: 10px;
}
.latest_post_filter .filter_btns .btn:hover,
.latest_post_filter .filter_btns .btn:focus,
.latest_post_filter .filter_btns .btn.active {
  background: #f31d12;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*----------------------------------------------------------------*/
#mapBox {
  height: 625px;
}
.contact_cols {
  padding: 50px 0;
}
.contact_cols .contact_col {
  padding: 0 36px;
  /*Tabs*/
}
.contact_cols .contact_col .heading {
  border-bottom: 1px solid rgba(19, 20, 27, 0.08);
  margin-bottom: 25px;
}
.contact_cols .contact_col .heading h2 {
  margin: 0;
  float: left;
  line-height: 80px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #13141b;
  text-transform: uppercase;
}
.contact_cols .contact_col .heading h2:before {
  float: left;
  content: '';
  height: 14px;
  width: 5px;
  margin-top: 33px;
  margin-right: 25px;
  background: #f31d12;
}
.contact_cols .contact_col p {
  line-height: 24px;
  margin-bottom: 25px;
}
.contact_cols .contact_col .col-sm-6 h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #13141b;
  font-size: 21px;
  margin: 0 0 25px;
}
.contact_cols .contact_col .col-sm-6 p:last-child {
  margin-bottom: 0;
}
.contact_cols .contact_col .col-sm-6 .media {
  margin-top: 20px;
}
.contact_cols .contact_col .col-sm-6 .media + .media {
  margin-top: 40px;
}
.contact_cols .contact_col .nav-tabs {
  border-bottom: 1px solid rgba(19, 20, 27, 0.08);
}
.contact_cols .contact_col .nav-tabs li {
  margin-bottom: 0;
}
.contact_cols .contact_col .nav-tabs li a {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  color: #13141b;
  line-height: 80px;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
}
.contact_cols .contact_col .nav-tabs li a .fa-question {
  line-height: 32px;
  width: 32px;
  border-radius: 100%;
  color: #fff;
  background: #f31d12;
  text-align: center;
  margin-left: 6px;
}
.contact_cols .contact_col .nav-tabs li a .fa-question + .tooltip .tooltip-arrow {
  border-top-color: #f31d12;
}
.contact_cols .contact_col .nav-tabs li a .fa-question + .tooltip .tooltip-inner {
  background: #f31d12;
  border-radius: 0;
  white-space: nowrap;
  line-height: 30px;
  padding: 0 15px;
}
.contact_cols .contact_col .nav-tabs li a:after {
  content: '';
  background: #f31d12;
  height: 4px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contact_cols .contact_col .nav-tabs li a:hover {
  background: none;
}
.contact_cols .contact_col .nav-tabs li a:hover:after {
  width: 100%;
  left: 0;
}
.contact_cols .contact_col .nav-tabs li.active a:after {
  width: 100%;
  left: 0;
}
.contact_cols .contact_col .tab-content .tab-pane {
  padding-top: 30px;
}
.contactForm {
  position: relative;
}
.contactForm form .input-group {
  margin-bottom: 20px;
  width: 100%;
}
.contactForm form .input-group .form-control {
  height: 55px;
  border-color: rgba(19, 20, 27, 0.06);
  padding: 15px 25px;
  line-height: 25px;
  color: rgba(19, 20, 27, 0.5);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contactForm form .input-group .form-control + .input-group-addon {
  border-color: rgba(19, 20, 27, 0.06);
  line-height: 53px;
  padding: 0 15px;
  border-radius: 0;
  border-left: none;
  color: rgba(19, 20, 27, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contactForm form .input-group .form-control:focus {
  border-color: rgba(19, 20, 27, 0.2);
}
.contactForm form .input-group .form-control:focus + .input-group-addon {
  border-color: rgba(19, 20, 27, 0.2);
}
.contactForm form .input-group textarea.form-control {
  height: 290px;
  resize: none;
}
.contactForm form .input-group.textarea {
  height: 290px;
}
.contactForm form .input-group.textarea .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 42px;
  border: none;
}
.contactForm form input[type="submit"] {
    border-radius: 0;
	font-weight:600;
	font-size:19px;
    text-transform: none;
    color: #6653ff;
    line-height: 50px;
    padding: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #6653ff;
	transition:all 0.5s ease-in-out;
}
.contactForm form input[type="submit"]:hover{
	background: #6653ff;
	color: #ffffff;
}
.contactForm #success,
.contactForm #error {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  line-height: 342px;
  background: rgba(8, 9, 12, 0.9);
  display: none;
}
.contactForm #success {
  color: lightgreen;
}
.contactForm #error {
  color: #f95732;
}
/*----------------------------------------------------------------*/
.page_title_row {
  padding: 23px 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page_title_row h2 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #13141b;
  margin: 0;
}
.page_title_row .post_meta {
  margin-bottom: 0;
  float: right;
  margin-right: 20px;
}
.page_title_row .post_meta li + li {
  margin: 0;
}
.page_title_row .post_meta li + li:before {
  content: '•';
  float: left;
  color: #13141b;
}
.page_title_row .post_meta li a {
  padding: 0 10px;
  float: left;
  font-weight: 300;
  color: #13141b;
  line-height: 40px;
}
.page_title_row .post_meta li a i {
  margin-right: 8px;
}
.page_title_row .post_meta li a:hover {
  background: none;
}
.page_title_row .post_meta li:first-child a {
  padding-left: 0;
}
.page_contents {
  padding: 25px 30px;
}
.page_contents p {
  line-height: 24px;
  margin-bottom: 20px;
}
.page_contents > p:first-child:first-letter {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #13141b;
  float: left;
  margin: 8px 15px 5px 0;
  padding: 15px 14px;
  display: block;
}
.simple_single_img_slider .owl-prev,
.simple_single_img_slider .owl-next {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #f31d12;
  color: #fff;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  text-align: center;
  z-index: 1;
}
.simple_single_img_slider .owl-prev {
  left: -22px;
}
.simple_single_img_slider .owl-next {
  right: -22px;
}
.letter-highlight {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #13141b;
  float: left;
  margin: 8px 15px 5px 0;
  padding: 15px 14px;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
.blockquote {
  padding: 10px 0 20px;
  margin: 0;
}
.blockquote .media-left {
  padding-right: 40px;
}
.blockquote2 {
  padding: 20px 30px 10px;
  margin: 0;
}
.blockquote2 .media-left {
  padding-right: 65px;
  padding-top: 24px;
}
.blockquote2 .media-left a {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
}
.blockquote2 .media-left a img {
  border-radius: 100%;
  width: 100%;
  background: #fff;
}
.blockquote2 .media-body {
  padding-right: 48px;
  padding-top: 28px;
}
.blockquote2 .media-body p {
  margin: 0;
}
.blockquote2 .media-body .quote_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.reviews .review {
  margin-top: 15px;
}
.reviews .review .media-left {
  padding-right: 30px;
}
.reviews .review .media-left a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100%;
}
.reviews .review .media-left a img {
  width: 100%;
  border-radius: 100%;
}
.reviews .review .media-body h5 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.reviews .review .media-body h5 a {
  color: #13141b;
}
.reviews .review .media-body p {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
}
.reviews .review .media-body .btn {
  color: #fff;
  background: #f31d12;
  padding: 0 17px;
  line-height: 36px;
  border-radius: 0;
}
.table-responsive h3 {
  margin-bottom: 30px;
}
.table-responsive table {
  border-color: #f4f4f4;
}
.table-responsive table thead tr th {
  border-bottom-width: 1px;
  background: #fcfcfc;
  font-size: 15px;
  line-height: 22px;
  padding: 14px 24px;
  border-color: #f4f4f4;
  font-weight: 300;
}
.table-responsive table tbody tr td {
  border-color: #f4f4f4;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 24px;
  color: rgba(19, 20, 27, 0.6);
}
.label {
  padding: 0 13px;
  color: #fff;
  line-height: 22px;
  border-radius: 10px;
  background: #f31d12;
  font-size: 13px;
  display: inline-block;
  font-weight: 300;
}
.label.disable {
  background: #eaeaea;
  color: rgba(19, 20, 27, 0.3);
}
.label.green {
  background: #8bc24a;
}
.label.deep-orange {
  background: #ff5521;
}
.label.orange {
  background: #ff9700;
}
.label.indigo {
  background: #3e50b4;
}
.typography .reviews {
  margin: 20px -15px 40px;
}
.column {
  margin-bottom: 10px;
}
.tab_style1 {
  margin: 15px 0;
}
.tab_style1 .nav-tabs li a {
  border-radius: 0;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 28px 28px;
  border: none;
  color: #13141b;
  margin: 0;
}
.tab_style1 .nav-tabs li a:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  background: #f31d12;
  bottom: -4px;
  left: 0;
  height: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.tab_style1 .nav-tabs li a:hover:after {
  height: 4px;
}
.tab_style1 .nav-tabs li.active a {
  border: none;
}
.tab_style1 .nav-tabs li.active a:after {
  height: 4px;
}
.tab_style1 .tab-content .tab-pane {
  padding-top: 30px;
}
.tab_style1 .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.tab_style1 .tab-content .tab-pane p:first-child:first-letter {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #13141b;
  float: left;
  margin: 8px 15px 5px 0;
  padding: 15px 14px;
  display: block;
}
.tab_style2 {
  margin: 15px 0;
}
.tab_style2 .nav-tabs {
  background: #f31d12;
  border: none;
}
.tab_style2 .nav-tabs li {
  margin-bottom: 0;
}
.tab_style2 .nav-tabs li a {
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 23px;
  border: none;
  color: #fff;
  margin: 0;
}
.tab_style2 .nav-tabs li a:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.tab_style2 .nav-tabs li a:hover,
.tab_style2 .nav-tabs li a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.tab_style2 .nav-tabs li a:hover:after,
.tab_style2 .nav-tabs li a:focus:after {
  height: 3px;
}
.tab_style2 .nav-tabs li.active a {
  border: none;
  background: #f31d12;
}
.tab_style2 .nav-tabs li.active a:after {
  height: 3px;
}
.tab_style2 .tab-content .tab-pane {
  padding: 30px;
}
.tab_style2 .tab-content .tab-pane img {
  float: left;
  margin-right: 20px;
  max-width: 200px;
}
.tab_style2 .tab-content .tab-pane .textss {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
}
.tab_style2 .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.qoute_line {
  padding-left: 16px;
  font-style: italic;
}
.qoute_line:before {
  content: '\2014 \00A0';
  float: left;
  vertical-align: middle;
  margin-left: -16px;
  width: 16px;
}

.panel-group.accordion {
  margin-bottom: 20px;
}
.panel-group.accordion .panel {
  margin: 0 0 -1px;
  border-radius: 0;
  border-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.accordion .panel .panel-heading {
  padding: 0;
  background: none;
  border-color: #f4f4f4;
}
.panel-group.accordion .panel .panel-heading .panel-title a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  color: #13141b;
  padding: 14px 0 14px 20px;
  display: block;
  background: none;
}
.panel-group.accordion .panel .panel-heading .panel-title a i {
  float: right;
  width: 43px;
  padding: 14px 0;
  margin-top: -14px;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 24px;
  color: #dededf;
}
.panel-group.accordion .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background: #f31d12;
  color: #fff;
}
.panel-group.accordion .panel .panel-heading .panel-title a[aria-expanded="true"] i {
  color: #fff;
}
.panel-group.accordion .panel .panel-heading .panel-title a[aria-expanded="true"] i:before {
  content: "\f057";
}
.panel-group.accordion .panel .panel-collapse .panel-body {
  padding: 20px 24px;
}
.panel-group.accordion .panel .panel-collapse .panel-body p {
  line-height: 24px;
  margin-bottom: 0;
}
.panel-group.accordion .panel .panel-collapse .panel-body p + p {
  margin-top: 20px;
}
.example_tooltips .col-xs-6 {
  max-width: 200px;
}
.example_tooltips .col-xs-6:first-child {
  padding-right: 30px;
}
.example_tooltips .col-xs-6:last-child {
  padding-left: 30px;
}
.example_tooltips .tooltip {
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  background: #f31d12;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #f31d12;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #f31d12;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #f31d12;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f31d12;
}
.tooltip.black .tooltip-inner {
  background: #13141b;
}
.tooltip.black.top .tooltip-arrow {
  border-top-color: #13141b;
}
.tooltip.black.left .tooltip-arrow {
  border-left-color: #13141b;
}
.tooltip.black.right .tooltip-arrow {
  border-right-color: #13141b;
}
.tooltip.black.bottom .tooltip-arrow {
  border-bottom-color: #13141b;
}
.locate_nav li {
  z-index: 2;
}
.locate_nav li a {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  line-height: 52px;
  color: #fff;
  background: #f31d12;
  font-size: 18px;
  padding: 0;
  text-align: center;
}
.locate_nav li a:hover,
.locate_nav li a:focus {
  background: #13141b;
}
.locate_nav li a + .nav {
  width: 25px;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 13px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.locate_nav li a + .nav:before {
  height: 70px;
  width: 1px;
  content: '';
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 12px;
}
.locate_nav li a + .nav li {
  padding-top: 10px;
}
.locate_nav li a + .nav li a {
  background: #f4f4f4;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  color: rgba(19, 20, 27, 0.2);
}
.locate_nav li a + .nav li a + .tooltip .tooltip-arrow {
  border-left-color: #f31d12;
}
.locate_nav li a + .nav li a + .tooltip .tooltip-inner {
  background: #f31d12;
  white-space: nowrap;
  padding: 0 13px;
  line-height: 31px;
  border-radius: 0;
  font-size: 14px;
}
.locate_nav li:hover a + .nav {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.drop_styles .fleft {
  width: 170px;
  height: 205px;
}
.drop_styles .fleft + .fleft {
  margin-left: 35px;
}
.button_s {
  margin-right: 30px;
  height: 120px;
}
.circle_btn {
  text-align: center;
}
.circle_btn.open,
.circle_btn.menu {
  display: block;
  color: #fff;
  border: 6px solid rgba(186, 186, 186, 0.2);
  width: 84px;
  height: 84px;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
}
.circle_btn.open i,
.circle_btn.menu i {
  background: #f31d12;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  line-height: 72px;
  font-size: 20px;
  display: block;
}
.circle_btn.percentage {
  display: block;
  color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
}
.circle_btn.percentage span {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #f31d12;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.circle_btn.percentage span i {
  display: block;
  font-size: 18px;
  line-height: 8px;
  height: 3px;
  margin-top: 5px;
}
.circle_btn.percentage span i:last-child {
  margin-bottom: -5px;
  margin-top: 0;
}
.circle_btn.load_more {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 6px solid rgba(186, 186, 186, 0.2);
  position: relative;
  z-index: 2;
}
.circle_btn.load_more i {
  line-height: 72px;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #f31d12;
  color: #fff;
  font-size: 20px;
}
.circle_btn.load_more + span {
  position: absolute;
  white-space: nowrap;
  padding: 0 18px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  background: #f31d12;
  line-height: 32px;
  top: -45px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.circle_btn.load_more + span:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #f31d12;
  position: absolute;
  bottom: -7px;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle_btn.load_more:hover + span,
.circle_btn.load_more:focus + span {
  opacity: 1;
}
.cicle_progress_bars {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f1f1f2;
}
.circle_progress {
  text-align: center;
}
.circle_progress .cercle_progress_bar {
  display: block;
  float: none;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 6px rgba(19, 20, 27, 0.12);
  box-shadow: 3px 3px 6px rgba(19, 20, 27, 0.12);
}
.circle_progress .cercle_progress_bar span {
  height: 102px;
  width: 102px;
  background: #13141b;
  line-height: 100px;
  border-radius: 100%;
  margin-top: 9px !important;
  margin-left: 9px;
  top: 0;
  font-weight: 100;
  font-size: 36px;
  color: #fff;
}
.circle_progress .cercle_progress_bar .slice {
  border-color: #f1f1f1;
  border-radius: 100%;
}
.circle_progress .cercle_progress_bar .slice .bar,
.circle_progress .cercle_progress_bar .slice .fill {
  border-color: #f31d12;
}
.circle_progress .cercle_progress_bar:hover span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.circle_progress h3 {
  margin: 25px 0 15px;
}
.circle_progress p {
  color: rgba(19, 20, 27, 0.5);
}
/*----------------------------------------------------------------*/
.coming_soon {
  background: url(../../images/coming-soon.png) no-repeat scroll center top;
}
.coming_soon .inner {
  margin: 0;
  padding-bottom: 50px;
  background: rgba(19, 20, 27, 0.8);
  color: #fff;
}
.coming_soon .first_part {
  width: 740px;
  text-align: center;
  margin: 0 auto;
  padding: 275px 0 235px;
}
.coming_soon .first_part h2 {
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  margin: 0 0 35px;
}
.coming_soon .first_part p {
  font-size: 13px;
  line-height: 19px;
  margin: 0 auto 60px;
  max-width: 620px;
}
.coming_soon .first_part .clock {
  margin: 2em;
}
.coming_soon .second_part {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin: 0 40px;
  overflow: hidden;
}
.coming_soon .second_part .marquee {
  font-size: 21px;
  line-height: 17px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  height: 21px;
}
.coming_soon .second_part .marquee:hover:before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*----------------------------------------------------------------*/
.preloader1.row {
  position: fixed;
  background: #000;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.preloader1.row .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: -webkit-calc(50% - 43px);
  top: calc(50% - 43px);
  z-index: 2;
}
.preloader1.row .content .logo {
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #000;
  font-size: 56px;
  line-height: 45px;
  margin-bottom: 37px;
  text-transform: uppercase;
  display: inline-block;
}
.preloader1.row .content .bar {
  background: rgba(243, 29, 18, 0.08);
  height: 4px;
}
.preloader1.row .content .bar .container {
  max-width: 1000px;
  height: 4px;
}
.preloader1.row .content .bar .container .m_bar {
  background: #fff;
  height: 4px;
  overflow: hidden;
}
.preloader1.row .content .bar .container .m_bar .loading {
  background: #000;
  width: 110px;
  height: 4px;
  -webkit-animation: movement-smooth 5s linear infinite alternate;
  animation: movement-smooth 5s linear infinite alternate;
}
@keyframes movement-smooth {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: -webkit-calc(100% - 110px);
    left: calc(100% - 110px);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 110px;
  }
}
.preloader2.row {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  /*Background*/
  /*Background*/
}
.preloader2.row .before_half,
.preloader2.row .after_half {
  width: 58%;
  height: 200vh;
  background: rgba(19, 20, 27, 0.94);
  position: absolute;
  top: -50vh;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.preloader2.row .before_half {
  left: -13.3%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.preloader2.row .after_half {
  right: -13.3%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.preloader2.row .content {
  position: absolute;
  z-index: 2;
  top: -webkit-calc(50% - 137px);
  top: calc(50% - 137px);
  left: -webkit-calc(50% - 137px);
  left: calc(50% - 137px);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.preloader2.row .content .circle {
  width: 274px;
  height: 274px;
  background: rgba(186, 186, 186, 0.2);
  padding: 16px;
  border-radius: 100%;
}
.preloader2.row .content .circle .red {
  background: #f31d12;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.preloader2.row .content .circle .red .rotator {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rotation 4s linear infinite;
  animation: rotation 4s linear infinite;
}
.preloader2.row .content .circle .red .rotator img {
  position: absolute;
  bottom: -4px;
  left: -4px;
}
.preloader2.row .content .circle .red .logo {
  position: absolute;
  line-height: 56px;
  font-size: 76px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  left: -webkit-calc(50% - 77px);
  left: calc(50% - 77px);
  display: inline-block;
}
.preloader2.row.complete .before_half {
  left: -100%;
}
.preloader2.row.complete .after_half {
  right: -100%;
}
.preloader2.row.complete .content {
  top: 110%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------*/
.headerStyleGap {
  padding: 60px 0 40px;
}
.headerStyleGap h2 {
  margin-bottom: 0;
}
.author_page_header .cover_img {
  background: no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.author_page_header .author_intro {
  background: #13141b;
  text-align: center;
}
.author_page_header .author_intro .header {
  padding: 79px 48px 30px;
}
.author_page_header .author_intro .header .pro_pic {
  margin: 0 auto 45px;
  width: 280px;
  height: 280px;
  border-radius: 100%;
}
.author_page_header .author_intro .header .pro_pic img {
  border-radius: 100%;
  background: #13141b;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.author_page_header .author_intro .header .pro_pic a {
  position: absolute;
  left: 220px;
  bottom: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  display: block;
  z-index: 1;
  background: #f31d12;
}
.author_page_header .author_intro .header h4 {
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 30px;
  font-weight: bold;
}
.author_page_header .author_intro .header p {
  line-height: 24px;
  color: #FFF;
  margin-bottom: 0;
}
.author_page_header .author_intro .footer {
  padding: 25px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.author_page_header .author_intro .footer .list-inline {
  margin: 0;
}
.author_page_header .author_intro .footer .list-inline li {
  padding: 0 11px;
}
.author_page_header .author_intro .footer .list-inline li a {
  color: #fff;
  font-size: 14px;
}
.author_page_header .author_intro .footer .list-inline li a:hover {
  color: #f31d12;
}
.popular_posts_row {
  background: url(../../images/posts/popular/bg.jpg) no-repeat scroll center 0 transparent;
}
.popular_posts_row .sectionTitle {
  padding: 62px 0 52px;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0;
}
.popular_posts_row .popular_posts_carousel .post .inner {
  margin: 0;
}
.popular_posts_row .popular_posts_carousel .post .content {
  padding: 30px 40px 10px;
  background: #fff;
}
.popular_posts_row .popular_posts_carousel .owl-controls .owl-dots {
  padding-top: 30px;
  height: 46px;
  text-align: center;
}
.popular_posts_row .popular_posts_carousel .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #e8e8e9;
  padding: 1px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
}
.headerpostlog{
      position: absolute;
    z-index: 9;
    top: 200px;
    /* left: 105px; */
    margin: auto;
    left: 15px;
    right: 0;
    /* width: 1000px; */
    max-width: 1160px;
}
.featured_posts .post .inner.row{
  background: rgba(0, 0, 0, 0.5098039215686274);
}
.popular_posts_row .popular_posts_carousel .owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}
.popular_posts_row .popular_posts_carousel .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.popular_posts_row .popular_posts_carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #f31d12;
}
.search_form_popup {
  background: #13141b;
  padding: 110px 0 118px;
}
.search_form_popup h2 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  line-height: 68px;
  margin: 0 0 20px;
}
.search_form_popup a {
  background: #f31d12;
  padding: 17px 22px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18px;
}
.search_form_popup a i {
  font-size: 18px;
  margin-right: 16px;
}
.search_form_popup form .input-group {
  border-bottom: 2px solid #f31d12;
  padding-bottom: 18px;
  padding-top: 67px;
}
.search_form_popup form .input-group .form-control {
  font-weight: 300;
  font-size: 44px;
  line-height: 67px;
  padding: 0;
  height: 67px;
  background: none;
  border-radius: 0;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search_form_popup form .input-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search_form_popup form .input-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.search_form_popup form .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.search_form_popup form .input-group .input-group-addon {
  padding: 0;
  background: none;
  border: none;
}
.search_form_popup form .input-group .input-group-addon button {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border: none;
  background: #f31d12;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
}
.search_form_popup button.mfp-close {
  color: #fff;
}
.mfp-content .search_form_popup {
  background: none;
  padding: 10px 0 20px;
}
.mfp-content .search_form_popup .container {
  background: #13141b;
  padding: 20px;
}
.menuGap {
  height: 550px;
}
.header2 .navbar {
  margin: 0;
  border: none;
  height: 66px;
  background: #13141b;
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.header2 .navbar .navbar-header {
  z-index: 2;
}
.header2 .navbar .navbar-header .logo_container .navbar-brand {
  height: 66px;
  line-height: 66px;
  padding: 0 30px;
  background: #f31d12;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: bold;
}
.header2 .navbar .follow_nav {
  width: 430px;
  line-height: 66px;
}
.header2 .navbar .follow_nav .menuTitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FFF;
  margin-right: 8px;
}
.header2 .navbar .follow_nav .nav {
  float: left;
}
.header2 .navbar .follow_nav .nav li a {
  padding: 0 8px;
  color: #FFF;
}
.header2 .navbar .follow_nav .nav li a:hover {
  color: #f31d12;
  background: none;
}
.header2 .navbar .follow_nav .inline_search_form {
  width: 175px;
  padding-top: 17px;
  height: 45px;
}
.header2 .navbar .follow_nav .inline_search_form .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header2 .navbar .follow_nav .inline_search_form .input-group .form-control {
  background: none;
  border: none;
  border-radius: 0;
  line-height: 27px;
  height: 27px;
  padding: 0;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  opacity: 1;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .input-group-addon {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .input-group-addon button {
  background: none;
  border: none;
}
.header2 .navbar .follow_nav .inline_search_form .input-group .input-group-addon button i {
  color: #fff;
}
.header2 .navbar #top_nav2 .navbar-nav > li:first-child {
  margin-left: 20px;
}
.header2 .navbar #top_nav2 .navbar-nav > li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  line-height: 66px;
}
.header2 .navbar #top_nav2 .navbar-nav > li a i {
  margin-left: 10px;
}
.header2 .navbar #top_nav2 .navbar-nav > li a:hover,
.header2 .navbar #top_nav2 .navbar-nav > li a:focus {
  background: #f31d12;
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul li a {
  text-transform: none;
  background: #13141b;
  padding: 0 30px;
  line-height: 55px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul li a i {
  float: right;
  line-height: 55px;
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul li a:hover,
.header2 .navbar #top_nav2 .navbar-nav > li > ul li a:focus {
  background: #f31d12;
}
.header2 .navbar #top_nav2 .navbar-nav > li > ul li ul {
  border-top: none;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 250px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header2 .navbar #top_nav2 .navbar-nav > li:hover > ul,
.header2 .navbar #top_nav2 .navbar-nav > li:focus > ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header2 .navbar #top_nav2 .navbar-nav > li:hover > ul li:hover ul,
.header2 .navbar #top_nav2 .navbar-nav > li:focus > ul li:hover ul,
.header2 .navbar #top_nav2 .navbar-nav > li:hover > ul li:focus ul,
.header2 .navbar #top_nav2 .navbar-nav > li:focus > ul li:focus ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header3 .navbar {
  margin: 0;
  border: none;
  height: 66px;
  background: #13141b;
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.header3 .navbar .navbar-header {
  z-index: 2;
}
.header3 .navbar .navbar-header .logo_container .navbar-brand {
  height: 66px;
  line-height: 66px;
  padding: 0 30px;
  background: #f31d12;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: bold;
}
.header3 .navbar .follow_nav {
  width: 430px;
  line-height: 66px;
}
.header3 .navbar .follow_nav .menuTitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FFF;
  margin-right: 8px;
}
.header3 .navbar .follow_nav .nav {
  float: left;
}
.header3 .navbar .follow_nav .nav li a {
  padding: 0 8px;
  color: #FFF;
}
.header3 .navbar .follow_nav .nav li a:hover {
  color: #f31d12;
  background: none;
}
.header3 .navbar .follow_nav .inline_search_form {
  width: 175px;
  padding-top: 17px;
  height: 45px;
}
.header3 .navbar .follow_nav .inline_search_form .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header3 .navbar .follow_nav .inline_search_form .input-group .form-control {
  background: none;
  border: none;
  border-radius: 0;
  line-height: 27px;
  height: 27px;
  padding: 0;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  opacity: 1;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .input-group-addon {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .input-group-addon button {
  background: none;
  border: none;
}
.header3 .navbar .follow_nav .inline_search_form .input-group .input-group-addon button i {
  color: #fff;
}
.header3 .navbar #top_nav3 {
  position: static;
}
.header3 .navbar #top_nav3 .navbar-nav {
  position: static;
}
.header3 .navbar #top_nav3 .navbar-nav > li {
  position: static;
}
.header3 .navbar #top_nav3 .navbar-nav > li:first-child {
  margin-left: 20px;
}
.header3 .navbar #top_nav3 .navbar-nav > li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  line-height: 66px;
}
.header3 .navbar #top_nav3 .navbar-nav > li a i {
  margin-left: 10px;
}
.header3 .navbar #top_nav3 .navbar-nav > li a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li a:focus {
  background: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  float: left;
  z-index: 1000;
  background: #13141b;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .sub_header,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .sub_header {
  padding: 25px 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .sub_header a,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .sub_header a {
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  background: none;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .sub_header a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .sub_header a:hover {
  background: none;
  color: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu {
  padding: 24px 14px 46px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu .nav li,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu .nav li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu .nav li a,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu .nav li a {
  line-height: 48px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu .nav li a span,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu .nav li a span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu .nav li a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu .nav li a:hover {
  background: none;
  color: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post {
  margin: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .featured_img,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .featured_img {
  width: 100%;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 19px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4 {
  font-size: 16px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category {
  margin-bottom: 15px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category > a,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category > a {
  padding: 0;
  line-height: 14px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category > a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category > a:hover {
  background: none;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.politics > a:before,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.politics > a:before {
  background: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.politics > a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.politics > a:hover {
  color: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.sports > a:before,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.sports > a:before {
  background: #3152be;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.sports > a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.sports > a:hover {
  color: #3152be;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.money > a:before,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.money > a:before {
  background: #4bae4f;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.money > a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.money > a:hover {
  color: #4bae4f;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.world > a:before,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.world > a:before {
  background: #fe5621;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.category.world > a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.category.world > a:hover {
  color: #fe5621;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.title,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.title {
  margin: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.title a,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.title a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.popular_posts .post .post_contents h4.title a:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.popular_posts .post .post_contents h4.title a:hover {
  background: none;
  color: #f31d12;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion {
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(19, 20, 27, 0.2);
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left {
  padding-right: 4px;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left .auther_pic,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left .auther_pic {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  margin-right: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left .auther_pic img,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left .auther_pic img {
  width: 100%;
  border-radius: 100%;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left .auther_pic:hover,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left .auther_pic:hover {
  background: none;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left .reply_btn,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left .reply_btn {
  display: block;
  text-transform: capitalize;
  background: #f31d12;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  opacity: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left .reply_btn:before,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left .reply_btn:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: -5px;
  background: #f31d12;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left:hover .reply_btn,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left:hover .reply_btn,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-left:focus .reply_btn,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-left:focus .reply_btn {
  opacity: 1;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-body h5,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-body h5 {
  font-weight: 300;
  color: #fff;
  margin: 5px 0 10px;
  text-transform: none;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-body h5 i,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-body h5 i {
  font-weight: normal;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion .media-body p,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion .media-body p {
  color: #fff;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
}
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-2 .inner_menu.latest_discussions .discussion + .discussion,
.header3 .navbar #top_nav3 .navbar-nav > li > ul li.col-sm-6 .inner_menu.latest_discussions .discussion + .discussion {
  padding-top: 20px;
  margin: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.header3 .navbar #top_nav3 .navbar-nav > li:hover > ul,
.header3 .navbar #top_nav3 .navbar-nav > li:focus > ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header4 {
  background: #13141b;
}
.header4 .top_bar .follow_nav {
  width: 228px;
  line-height: 66px;
}
.header4 .top_bar .follow_nav .menuTitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FFF;
  margin-right: 8px;
}
.header4 .top_bar .follow_nav .nav {
  float: left;
}
.header4 .top_bar .follow_nav .nav li a {
  padding: 0 8px;
  color: #FFF;
}
.header4 .top_bar .follow_nav .nav li a:hover {
  color: #f31d12;
  background: none;
}
.header4 .top_bar .rightSide_nav .current_date {
  line-height: 66px;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.5);
}
.header4 .top_bar .rightSide_nav .current_date i {
  margin-right: 10px;
  float: left;
  line-height: 66px;
}
.header4 .top_bar .rightSide_nav #top_nav4 .nav li a {
  text-shadow: none;
  line-height: 66px;
  padding: 0 15px;
  color: #fff;
}
.header4 .top_bar .rightSide_nav #top_nav4 .nav li a:hover,
.header4 .top_bar .rightSide_nav #top_nav4 .nav li a:focus {
  color: #f31d12;
  background: none;
}
.header4 .top_bar .rightSide_nav #top_nav4 .nav li:last-child a:after {
  content: '';
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dotted #fff;
  top: 44px;
  left: 15px;
  position: absolute;
}
.header4 .top_bar .rightSide_nav #top_nav4 .nav li:last-child a:hover:after {
  border-color: #f31d12;
}
.header4 .logo_row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header4 .logo_row .logo {
  margin: 31px 0;
  line-height: 68px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 30px;
  background: #f31d12;
}
.header4 .logo_row .ad_box {
  width: 728px;
  margin: 18px 0;
  height: 90px;
  float: right;
}
.header4 .logo_row .ad_box .ads {
  width: 100%;
  height: 90px;
}
.header4 .logo_row .ad_box .ads img {
  width: 100%;
}
.header4 .logo_row .ad_box .ads .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  line-height: 90px;
  text-align: center;
  background: rgba(243, 29, 18, 0.9);
}
.header4 .navigation #main_nav4 {
  padding-left: 0;
  float: left;
}
.header4 .navigation #main_nav4 .navbar-nav > li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  line-height: 66px;
}
.header4 .navigation #main_nav4 .navbar-nav > li a i {
  margin-left: 10px;
}
.header4 .navigation #main_nav4 .navbar-nav > li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li a:focus {
  background: #36373d;
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 9999;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul li a {
  text-transform: none;
  background: #13141b;
  padding: 0 30px;
  line-height: 55px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul li a i {
  float: right;
  line-height: 55px;
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li > ul li a:focus {
  background: #f31d12;
}
.header4 .navigation #main_nav4 .navbar-nav > li > ul li ul {
  border-top: none;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 250px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.header4 .navigation #main_nav4 .navbar-nav > li:hover > ul,
.header4 .navigation #main_nav4 .navbar-nav > li:focus > ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header4 .navigation #main_nav4 .navbar-nav > li:hover > ul li:hover ul,
.header4 .navigation #main_nav4 .navbar-nav > li:focus > ul li:hover ul,
.header4 .navigation #main_nav4 .navbar-nav > li:hover > ul li:focus ul,
.header4 .navigation #main_nav4 .navbar-nav > li:focus > ul li:focus ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg > a:after {
  display: block;
  content: '';
  height: 3px;
  background: #898a8d;
  position: absolute;
  bottom: 0;
  left: 0.5px;
  right: 0.5px;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.news > a:after {
  background: #888;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.news > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.news > ul li a:focus {
  background: #888;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.money > a:after {
  background: #4bae4f;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.money > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.money > ul li a:focus {
  background: #4bae4f;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.sports > a:after {
  background: #3152be;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.sports > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.sports > ul li a:focus {
  background: #3152be;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.politics > a:after {
  background: #f31d12;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.politics > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.politics > ul li a:focus {
  background: #f31d12;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.tech > a:after {
  background: #01bbd4;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.tech > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.tech > ul li a:focus {
  background: #01bbd4;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.world > a:after {
  background: #fe5621;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.world > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.world > ul li a:focus {
  background: #fe5621;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.travel > a:after {
  background: #ff9702;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.travel > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.travel > ul li a:focus {
  background: #ff9702;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.opinion > a:after {
  background: #9c26b0;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.opinion > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.opinion > ul li a:focus {
  background: #9c26b0;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.crosswords > a:after {
  background: #e91d62;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.crosswords > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.crosswords > ul li a:focus {
  background: #e91d62;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.elections2016 > a:after {
  background: #029487;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.elections2016 > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.elections2016 > ul li a:focus {
  background: #029487;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.investigations > a:after {
  background: #906a5d;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.investigations > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.investigations > ul li a:focus {
  background: #906a5d;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.video > a:after {
  background: #898a8d;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.video > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.video > ul li a:focus {
  background: #f31d12;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.stocks > a:after {
  background: #898a8d;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.stocks > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.stocks > ul li a:focus {
  background: #f31d12;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.weathers > a:after {
  background: #898a8d;
}
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.weathers > ul li a:hover,
.header4 .navigation #main_nav4 .navbar-nav > li.menu_after_bg.weathers > ul li a:focus {
  background: #f31d12;
}
.header4 .navigation form.search_form {
  width: 310px;
  float: right;
  margin: 0;
  padding: 13px 0;
}
.header4 .navigation form.search_form .input-group {
  width: 300px;
}
.header4 .navigation form.search_form .input-group .form-control {
  background: rgba(255, 255, 255, 0.15);
  height: 40px;
  line-height: 40px;
  padding: 0 19px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.header4 .navigation form.search_form .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  opacity: 1;
}
.header4 .navigation form.search_form .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header4 .navigation form.search_form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.header4 .navigation form.search_form .input-group .form-control + .input-group-addon {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}
.header4 .navigation form.search_form .input-group .form-control + .input-group-addon button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
}
/*----------------------------------------------------------------*/
.menu_footer{
	position:absolute;
	bottom:	20px;
}
.menu_footer> ul {
	list-style:none;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 24px;
}
.menu_footer> ul li {
    float: left;
	list-style:none;
}
.menu_footer > ul li a {
    padding: 0 8px;
    color: #3a3939;
    font-size: 16px;
    cursor: pointer;
}
#mCSB_1_container{
	height:100vh;
}
.menu_footer .copyr{
	color: #777;
    font-style: normal;
	text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.5;
	font-size:10.51px;
    padding: 0 0 0 24px;

}
.affix-top,.affix{
	position: static;
	transition: all 0.4s ease-in-out;
}
#shortsidebar li,
#shortsidebar2 li{
	list-style:none;
	padding: 13px;
  float: left;
}
#shortsidebar li a,
#shortsidebar2 li a{
	list-style:none;
	font-family: 'Roboto Slab';
	font-weight:400;
	font-size:13px;
	color: #aaa;
    position: relative;
	text-transform:uppercase;
	letter-spacing:1.5px;
}
#shortsidebar li a.active,
#shortsidebar2 li a.active{
	color:#000;
}
#shortsidebar li  a.active:before,
#shortsidebar2 li  a.active:before{
	    content: "\f0da";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: -11px;
    top: 1px;
    color: #000;
}

/*2*/
@media (min-width: 979px) {
  #shortsidebar.affix-top,
  #shortsidebar2.affix-top {
    position: static;
    margin-top: 95px;
	z-index: 11;
    /* width: 228px; */
	transition: all 0.4s ease-in-out;
  }
  
  #shortsidebar.affix ,
  #shortsidebar2.affix{
    position: fixed;
    top:70px;
    width:228px;
	z-index:11;
  }
  .inner_social #shortsidebar.affix {
    left: 73px;
	}
}

#mainCol {
	padding-top:25px;
	padding-bottom:25px;
	display:block;	
}
#mainCol .leak_div{
	display:inline-block;
	width:100%;
	padding:10px 0 20px 0;
	border-bottom:1px solid #000;	
}
#mainCol .leak_div a{
	cursor:pointer;
	color:#000;
	text-decoration:none;
	display:block;
}
#mainCol .leak_div a h3{
	text-transform:none !important;
	margin-bottom:10px;
	letter-spacing:0.6px;
}
#mainCol .leak_div a h3 i{
	margin-right:8px;
}
#mainCol .leak_div a > span{
	font-size:12px;
	font-family: 'Roboto Slab';
	color:#6653ff;
	letter-spacing:1px;
}
#mainCol .leak_div a:hover{
	color:#6653ff;
}
#mainCol .top_stories{
	padding:10px 0;	
}
#mainCol .top_stories h1{
	text-transform:none !important;
	margin-bottom:30px;
	color:#000;
	font-size:48px;
	font-family: 'Work Sans';
	font-weight:900;
  display: none;
}
#top_story .story .story_single .story_title{
    font-size: 28px;
    line-height: 20pt;
}
#top_story .story .story_single p{
  font-size: 14px;
line-height:22px;
}
.top_stories .story{
	display: block;
    padding: 10px 0;
    margin-bottom: 15px;
    overflow: hidden;
}
.top_stories .story .story_single{
	cursor:pointer;
	display:inline-block;
	width:100%;
}
.plr-5{
	padding-left:5px;
	padding-right:5px;
}
.plr-3{
	padding-left:3px;
	padding-right:3px;
}
.top_stories .story .promo_img {
    display: block;
    justify-content: center;
	width:100%;
    background: #111;
    overflow: hidden;
    /*max-height:360px;*/
    -webkit-transition: background .1s;
    transition: background .1s;
}
.top_stories .story .promo_img  img{
	margin:auto;
    vertical-align:middle;
    -webkit-animation: fadein .4s;
    animation: fadein .4s;
    width: 100%;
}
.top_stories .story .story_single .story_title{
	color:#eec042;
	text-transform:none;
	padding-top:17px;
	font-weight:900;
	font-family: publico;
	margin-bottom:0px;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
   font-size: 35px;
}
.top_stories .story:nth-child(odd) .story_single .story_title{
	/* text-align:right; */
}
.top_stories .story:nth-child(even) .story_single .story_title:before{
	content: "";
	background-color:#eec042;
    position: absolute;
    display: block;
    width: 80px;
    height: 10px;
    top: 0;
    left: 0;
    transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .story:nth-child(odd) .story_single .story_title:before{
	content: "";
	background-color:#eec042;
    position: absolute;
    display: block;
    width: 80px;
    height: 10px;
    top: 0;
	/* right:0 !important; */
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .story .story_single .storyby{
	display:block;
	padding:8px 0;
	font-family:fira;
	font-size:13px;
	margin:0;
  color: #fff;
}
.top_stories .story:nth-child(odd) .story_single .storyby{
/*	text-align:right; */
}
.top_stories .story .story_single .storyby .authername{
	color:#FFFFFF;
	font-family: fira;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
   text-transform: uppercase;
}
.top_stories .story .story_single .storyby .story_dt{
	color:#FFFFFF;
	font-family: fira;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
   
}
.top_stories .story .story_single .story_content{
	color:#FFFFFF;
	font-family: 'Roboto Slab';
}
.top_stories .story:nth-child(odd) .story_single .story_content{
	text-align:right;
}
.top_stories .story .story_single .story_content p{
	font-family: fira;
	line-height:22px;
	color:#FFFFFF;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .story .story_single:hover .story_title,
.top_stories .story .story_single:hover .storyby,
.top_stories .story .story_single:hover .story_dt,
.top_stories .story .story_single:hover .story_content p{
	color:#FFFFFF !important;
}
.top_stories .story:nth-child(odd) .story_single:hover .story_title::before,
.top_stories .story:nth-child(even) .story_single:hover .story_title::before{
	background-color:#FFFFFF;
}
.mb-10{
	margin-bottom:10px;
}
@media (max-width: 767px) {

.top_stories .story:nth-child(odd) .story_single .story_content{
	text-align:left;
}
.top_stories .story:nth-child(odd) .story_single .storyby{
	text-align:left;
}
.top_stories .story:nth-child(odd) .story_single .story_title:before{
	left:0 !important;
}
.top_stories .story:nth-child(odd) .story_single .story_title{
	text-align:left;
}
.top_stories .story {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
}
.newsletter_container .newsletter_title,
.newsletter_container .contactForm {
    padding-left: 15px !important;
	 padding-right: 15px !important;
	 padding-bottom:20px;
}
.full_story .full_story_content {
    padding-top: 14px !important;
    color: #fff;
    padding-left: 15px !important;
}
}

/*dbl sotry*/
.top_stories .dstory{
	display: block;
    padding: 18px 0 10px 0;
    margin-bottom: 15px;
	border-top:1px solid #eee;
}
.top_stories .dstory .story_single{
	cursor:pointer;
	display:inline-block;
	width:100%;
}
.top_stories .dstory .promo_img {
    display: block;
    justify-content: center;
	width:100%;
    background: #111;
    overflow: hidden;
	max-height:360px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.top_stories .dstory .promo_img  img{
	margin:auto;
    vertical-align:middle;
    -webkit-animation: fadein .4s;
    animation: fadein .4s;
}
.top_stories .dstory .story_single .story_title{
	color:#eec042;
	text-transform:uppercase;
	font-weight:900;
	    font-family: 'Merriweather', serif;
	margin-bottom:0px;
	font-size:18px;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .dstory .story_single .storyby{
	display:block;
	padding:3px 0;
	font-family: 'Roboto Slab';
	font-size:13px;
	margin:0;
  color: #FFFFFF;
}
.top_stories .dstory .story_single .storyby .authername{
	color:#FFFFFF;
	font-family: 'Roboto Slab';
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .dstory .story_single .storyby .story_dt{
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .dstory .story_single .story_content{
	color:#FFFFFF;
	font-family: 'Roboto Slab';
}
.top_stories .dstory .story_single .story_content p{
	    font-family: 'Merriweather', serif;
	line-height:22px;
	color:#FFFFFF;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.top_stories .dstory .story_single:hover .story_title,
.top_stories .dstory .story_single:hover .storyby,
.top_stories .dstory .story_single:hover .story_dt,
.top_stories .dstory .story_single:hover .story_content p{
	color:#FFFFFF !important;
}

/*full story */
.full_story{
	background-color:#000;
	display:inline-block;
	width:100%;
	max-height:350px;
	overflow:hidden;
	z-index: 11;
}
.full_story a{
	cursor:pointer;
}
.full_story .full_storyimg:before {
    background: -webkit-linear-gradient(left,#000,transparent 40%);
    background: linear-gradient(90deg,#000 0,transparent 40%);
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.full_story .full_story_content{
	padding-top: 44px;
    color: #fff;
    padding-left: 31px;
}
.full_story .full_story_content .f_story_title{
	font-family: 'Roboto Slab';
	color:#fff;
	padding-top:20px;
	font-size:41px;
	font-weight:800;
	text-decoration:underline;
	letter-spacing:1.8px;
}
.full_story .full_story_content p{
	line-height:22px;	
	font-family: 'Roboto Slab';
	padding-top:20px;
	font-size:15px;
	letter-spacing:1px;
}

/*newsletter_container*/
#newsletter{
	background-color:#fff;
}
.newsletter_container{
	border: 10px solid #6653ff;
    min-height: 260px;
    padding: 10px 0;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 52px;
}
.newsletter_container .newsletter_logo{
	background-color: #fff;
    font-family: 'Roboto Slab';
    font-weight: 600;
    font-size: 22px;
    width: 60%;
    height: 37px;
    color: #6653ff;
    margin-top: -32px;
    padding-top: 0;
    padding-left: 20px;
    margin-left: 20px;
	    margin-bottom: 10px;
}
.newsletter_container .newsletter_title{
	color: #000;
    font-family: 'Work Sans';
    font-weight: 800;
    font-size: 42px;
    padding-left: 40px;
    text-transform: none;
}
@media (max-width: 767px) {
	.newsletter_container .newsletter_title{
		font-size:30px;
		
	}
	.contactForm > form > div{
		padding:0px !important;	
	}
}
.newsletter_container .newsletter_title span{ 
	color:#6653ff;
}
.newsletter_container .contactForm{
	padding-left: 30px;	
	
}
.newsletter_container .contactForm .input-group input{
	color: #6653ff;
	border-color:#6653ff;
}
.newsletter_container .contactForm form .input-group .form-control + .input-group-addon{
	color: #6653ff;
	border-color:#6653ff;
}

#podcast_banner{
	margin:25px 0;
	width:100%;
	min-height:120px;
    z-index: 11;
}
#podcast_banner .respons_img{
	display:none;
}
@media (max-width: 768px) {
#podcast_banner .respons_img{
	display:block;
}
#podcast_banner .unrespons_img{
	display:none;
}
}
#unofficial_s{
	margin:25px 0 10px 0;
}
#unofficial_s .us_title {
	border-top:1px solid #000;
    text-transform: none !important;
	padding-top:20px;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}
#unofficial_s .mailus{
	font-style:italic;	
	font-family: 'Roboto Slab';
    font-weight: 300;
	font-size:13px;
	color:#000;
}
#unofficial_s .mailus a{
	cursor:pointer;
}
#unofficial_s a{
	cursor:pointer;
}
/*other story*/
/*dbl sotry*/
.other_story{
	display: block;
    padding: 18px 0 10px 0;
}
.other_story .story_single{
	cursor:pointer;
	display:inline-block;
	width:100%;
}
.other_story .promo_img {
    display: block;
    justify-content: center;
	width:100%;
    
    overflow: hidden;
	max-height:360px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.other_story .promo_img  img{
	margin:auto;
    vertical-align:middle;
    -webkit-animation: fadein .4s;
    animation: fadein .4s;
        width: 100%;
}
.other_story .story_single .story_title{
	color:#f7be05;
	text-transform:none;
	font-weight:900;
	font-family: publico;
	margin-bottom:15px;
	font-size:24px;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
	 letter-spacing: -0.2px;
}
.other_story .list_border{
    display: block;
    border-top: 10px solid #fff;
    width: 70px;
    margin-bottom: 10px;
}
#about-block .theme_1 .member-desc{
      word-wrap: break-word;
	  color: white!important;
}
#about-block .theme_1 .member-desc span {
	color: white!important;
}

#about-block .theme_1 .ict_wrapp ul li{
      width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 0px 10px;
        width: calc(100%)!important;
}

#about-block .bio-row {
	padding-bottom: 125px;
}

.list_content .author_name{
    text-transform: capitalize;
    color: #fff;
    line-height: 12px;
    margin-bottom: 5px;
        font-family: fira;
}
.category-posts-internal li.cat-post-item > div{
  clear: none!important;
}
/* .widget.cat-post-widget h2:before{ */
.rightsidehome .widget h2:before {
      content: "";
    background-color: #eec042;
    position: absolute;
    display: block;
    width: 80px;
    height: 10px;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  
}

/**
#category-posts-5 h2:before, #category-posts-6 h2:before{
     content: "Focus on";
            line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-family: fira;
}
**/

.rightsidehome .category-posts-internal{
  padding: 0px;
}
.rightsidehome .cat-post-title {
    font-size: 15px;
    padding-top: 17px;
    font-weight: 900;
    font-family: publico;
    color: #fff;
      font-size: 22px!important;
      line-height: 24px;
}
#category-posts-7.widget.cat-post-widget h2{    color: #fff; padding-top: 17px;}
#category-posts-7-internal  .cat-post-title{color: #eec042;}
.rightsidehome .cat-post-item p {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-family: fira;
    line-height: 22px;
}
.rightsidehome .cat-post-item .cat-post-excerpt-more{
      color: #fff;
}
.rightsidehome .cat-post-item {
    border-bottom: 1px dotted #fff!important;
   
       padding: 20px 0 !important;
    
}
.rightsidehome .widget.cat-post-widget{
      padding: 40px 0 0px;
}

li.cat-post-item {
	line-height: 17px;
	letter-spacing: 0px;
}

.category-posts-internal li:last-child{
  border: none!important;
  padding-bottom: 0px!important;
}
/* .widget.cat-post-widget h2{ */
.rightsidehome .widget h2 {
    color: #eec042;
    text-transform: none;
    padding-top: 17px;
    font-weight: 900;
    font-family: publico;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 35px;
}
/* .widget.cat-post-widget h2 a{ */
.rightsidehome .widget h2 a {
      color: #eec042;
}
#category-posts-5{
      padding-top: 35px;
}
.rightsidehome .sidebar-nav{
      padding: 45px 0;
}

.date_detail p{
   
    color: #fff;
    line-height: 12px;
    margin: 0;
    display: inline-block;
        font-family: fira;
}
.date_detail span{
    font-family: fira;
    color: #fff;
    line-height: 12px;
    margin: 0;
    display: inline-block;
    margin-left: 20px;
}
.list_content .date_detail{
    margin-bottom: 10px;
}
.header_detail h1{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    font-family: publico;
    text-transform: none;
    margin-bottom: 20px;
}
.header_detail .author_name{
    color: #f7be05;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 12px;
        font-family: fira;
}
.header_detail .date_detail{
    margin-bottom: 35px;
}
.author_section h3{
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    margin-top: 15px;
        display: inline-block;
}
.author_img img{
    width: 100%;
    height: auto;
}
.author_section .heading:before{
    width: 100%;
    top: -18px;
}
.author_detail h5{
    color: #f7be05;
    font-weight: bold;
    font-family: fira;
    text-transform: capitalize;
}
.author_detail p{
    font-size: 14pt;
    line-height: 26px;
    letter-spacing: -0.7px;
    color: #444;
    font-weight: 400;
}
.author_box{
        margin: 100px 0;
}
@media (max-width: 736px) {
  .navbar-collapse.collapse{
    display: block!important;
  }
  .featured_posts .post .feat_img_block {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 55%!important;
}
.tab-right.col-sm-6{
  width: 100%;
}
.headerpostlog {
    position: absolute;
    z-index: 9;
    top: 100px;
    /* left: 105px; */
    margin: auto;
    left: 0;
    right: 0;
    /* width: 1000px; */
    max-width: 1160px;
}
 #featured_posts .span4{display: none;}
 .featured_posts .post{
  padding: 0px;
      margin-bottom: -1px;
      display: block;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured_posts .post .feat_img_block {
    height: 250px;
    padding-bottom: 0;
    text-align: center;
    margin: 0 -25%;
  }
}
@media (min-width: 737px) and (max-width: 991px) {
  #featured_posts .span4{display: none;}
  .featured_posts .post .feat_img_block {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 25%;
}
.featured_posts .post{
  padding: 0px;
  margin-bottom: -1px;
}

.headerpostlog {
    position: absolute;
    z-index: 9;
    top: 140px;
    /* left: 105px; */
    margin: auto;
    left: 35px;
    right: 0;
    /* width: 1000px; */
    max-width: 1160px;
}

}
@media (max-width: 460px) {
	.other_story .story_single .story_title{
		font-size:20px;	
	}
	.top_stories .dstory .story_single .story_title{
		font-size:16px;	
	}
	.top_stories .story .story_single .story_title{
		font-size:23px;	
	}
	#mainCol .top_stories h1,
	#unofficial_s .us_title,
	#recently_s .us_title,
	#features_sec .features .feat_title{
		font-size:35px !important;	
	}
}
.other_story .story_single .storyby{
	display:block;
	padding:3px 0;
	font-family: 'Roboto Slab';
	font-size:13px;
	margin:0;
  color: #FFFFFF;
}

.other_story .story_single .storyby .authername{
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
   text-transform: uppercase;
}
.other_story .story_single .storyby .story_dt{
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
   text-transform: uppercase;
}
.other_story .story_single .story_content{
	color:#FFFFFF;
	font-family: 'Merriweather', serif;
}
.other_story .story_single .story_content p{
	font-family: fira;
	line-height:22px;
	color:#FFFFFF;
        font-size: 14px;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
.other_story .story_single:hover .story_title,
.other_story .story_single:hover .storyby,
.other_story .story_single:hover .story_dt,
.other_story .story_single:hover .story_content p{
	color:#FFFFFF !important;
}

#recently_s{
	/*margin:10px 0;*/
}
#recently_s .us_title {
    border-top: 1px solid #000;
    text-transform: none !important;
    padding-top: 20px;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}

/*inner post */
.inner_post_img .post {
	
    display: inline-block;
    margin:0px;
    padding: 0px;
    height: auto;
}
.inner_post_img .post {
  position: relative;
  
}
.inner_post_img .post .inner.row {
    position: relative;
    z-index: 1;
   
    overflow: hidden;
    margin: 0;
}

.inner_post_img .post .featured-img {
  width: 100%;
  z-index: 1;
}

.inner_post_img.featured_posts2 .post {
  padding: 10px;
}
.inner_post_img.featured_posts2 .post .inner {
  margin: 0;
}
.inner_social > ul{
	display:inline-block;
        margin-top: 20px;
}
.inner_social ul > li{
/*	float:left;*/
	margin:0 !important;
}
.widget.widget_tag_cloud a{
   
          text-transform: capitalize;
    margin-bottom: 10px!important;
    margin-top: 0;
   
}
.inner_social ul > li > a{
    cursor: pointer;
    display: table-cell;
    font-size: 1.375em;
    line-height: 19px;
    padding: 0 12px 10px 0;
/*    height: 70px;*/
/*    border: 1px solid #eee;
    padding-top: 25px;*/
}
.inner_social ul > li:last-child > a{
    padding-right: 0;
}
.inner_social ul > li > a:hover{
	background-color:#fff;
	color:#6653ff !important;
/*	 border: 1px solid #6653ff;*/
}
.inner_social ul > li > a:hover i,
.inner_social ul > li > a:hover span{
/*	color:#fff;*/
}
.inner_social ul > li > a > i{
	font-size:16px;
	line-height:.6;
}
.inner_story {
    padding: 10px 0;
}
/*.inner_story h1 {
    text-transform: none !important;
    margin-bottom: 05px;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}*/
@media (max-width: 550px) {
	.inner_story h1 {
		font-size: 34px;
	}

}
.inner_story .media .is_author{
	cursor:pointer;
	margin-bottom:15px;
}
.inner_story .media .is_author .media-left img{
	width:60px;
}
.inner_story .media .is_author .media-body a{
	color:#6653FF;
	cursor:pointer;
	font-family: 'Roboto Slab';
	letter-spacing:1px;
}
.inner_story .media .is_author .media-body{
	padding-top:6px;
}
.inner_story .media .is_author .media-body .dt{
	color:#aaa;
	font-family: 'Roboto Slab';
	letter-spacing:1px;
	font-size:13px;
}
@media (min-width: 767px) {
.is_border{
	border-left:1px solid #efefef;

}
.inner_story .is_content{
	width:92%;
}
}
.inner_story .is_content{
	margin-bottom:12px;
	display:block;
	
}
.inner_story .is_content img{
	margin-bottom:15px;
}
.inner_story .is_content p, ul, li, blockquote p {
	/* font-size: 14pt; */
	font-size: 21px;
    line-height: 30px; 
	/* line-height: 26px; */
    margin: 0 0 15px;
    color: #444;
    
    letter-spacing: -0.7px;
	font-weight:400;
}
blockquote p {
	/* font-size: 12pt !important; */
}

blockquote {
	border-left: none;
}

.inner_story .is_content p.first:first-letter {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #6653FF;
  float: left;
  margin: 8px 20px 5px 0;
  padding: 15px 11px;
  display: block;
}
.inner_story .is_content a{
/*	color:	#6653FF;

	text-decoration:none; */
	color: inherit;
	text-decoration: underline;
}
.inner_story .is_content .is_img{
	margin:15px 0;
}
.inner_story .is_content .is_img img{
	margin-bottom:10px;
}
.inner_story .is_content .is_img .img_caption{
	color:#848080;
}
.bgwhit{
	background-color:#fff;
}

/*dbl sotry*/
#recently_s .dstory{
	display: block;
    padding: 18px 0 10px 0;
    margin-bottom: 15px;
	border-top:1px solid #eee;
}
#recently_s .ds_title {
	border-top:5px solid #000;
    text-transform: none !important;
	padding-top:20px;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 35px;
	display:inline-block;
    font-family: 'Work Sans';
    font-weight: 900;
}
#recently_s .dstory .story_single{
	cursor:pointer;
	display:inline-block;
	width:100%;
}
#recently_s .dstory .promo_img {
    display: block;
    justify-content: center;
	width:100%;
    background: #111;
    overflow: hidden;
	max-height:360px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
#recently_s .dstory .promo_img  img{
	margin:auto;
    vertical-align:middle;
    -webkit-animation: fadein .4s;
    animation: fadein .4s;
}
#recently_s .dstory .story_single .story_title{
	color:#000;
	text-transform:uppercase;
	font-weight:900;
	font-family: 'Work Sans';
	margin-bottom:0px;
	font-size:18px;
	transition:all 0.3s ease-in-out;
	 -webkit-transition:all 0.3s ease-in-out;
}
#recently_s  .heading {
   /*border-bottom: 1px solid #e8e8e8;*/
    padding: 0 2px;
    margin: 0;
    line-height: 68px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    color: #13141b;
}
#recently_s  .heading:after {
    content: '';
    height: 3px;
    width: 200px;
    /*background: #6653ff;*/
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*contact sec*/
#contact_sec {
	padding-top:10px;
	padding-bottom:25px;
	display:block;	
}
#contact_sec .co_title{
	display: block;
    width: 100%;
    padding: 38px 0 20px 0;
    border-bottom: 1px solid #000;	
	margin-bottom:15px;
}
#contact_sec .co_title p{
	font-weight: 300;
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    letter-spacing: 2px;
}
#contact_sec .contactus {
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}
#contact_sec .contactus .cu_title{
	text-transform: none !important;
    margin-bottom: 30px;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}
#contact_sec .contactus .cu_block{
	padding:15px 0;
}
#contact_sec .contactus .cu_block h4{
	font-weight: 700;
	font-family: 'Work Sans';
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .05em;	
}
#contact_sec .contactus .cu_block p{
	font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 1px;
	font-family: 'Roboto Slab';
}
#contact_sec .contactus .cu_block p a{
	cursor:pointer;
	color:#6653ff;
}

/*beacome source*/
#contact_sec .become_source {
	display:inline-block;
	width:100%;
	margin-bottom:100px;
	margin-top:10px;
}
#contact_sec .become_source .bs_title{
	border-top: 1px solid #000;
    text-transform: none !important;
    padding: 20px 0;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}
#contact_sec .become_source .bs_content {
	padding:10px 0;
}
#contact_sec .become_source .bs_content p{
	font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 27px;
    color: #111;
    letter-spacing: 1px;
    line-height: 36px;
}
#contact_sec .become_source .bs_content:before {
    content: " ";
    display: block;
    float: left;
    width: 70px;
    margin: 12px 15px 0 0;
    border-top: 16px solid #111;
}
#contact_sec .become_source .bs_content p a{
	cursor:pointer;
	color:#6653ff;
	font-family: 'Roboto Slab';
}

/*beacome source*/
#contact_sec .editorial_s {
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	margin-top:10px;
}
#contact_sec .editorial_s .ed_title{
	border-top: 1px solid #000;
    text-transform: none !important;
    padding: 20px 0;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}
#contact_sec .editorial_s .ed_content {
	padding:8px 0;
}
#contact_sec .editorial_s .ed_content p{
	font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 27px;
    color: #111;
    letter-spacing: 1px;
    line-height: 36px;
}
#contact_sec .editorial_s .ed_content:before {
    content: " ";
    display: block;
    float: left;
    width: 70px;
    margin: 12px 15px 0 0;
    border-top: 16px solid #111;
}
#contact_sec .editorial_s .ed_content p a{
	cursor:pointer;
	color:#6653ff;
	font-family: 'Roboto Slab';
}
/* --- staff */
#contact_sec .editorial_s .staff_det{
	display:inline-block;
	width:100%;
	margin-top:20px;
}
#contact_sec .editorial_s .staff_det .staff_title{
	font-size: 18px;
	font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-top: 1px solid #ccc;
    padding-top: 20px;	
	color:#111;
}
#contact_sec .editorial_s .staff_det .staff_team .staff_block{
	    min-height: 310px;
    margin-bottom: 15px;
}
#contact_sec .editorial_s .staff_det .staff_team .memb_img {
    display: block;
    margin-bottom: 20px;
}
#contact_sec .editorial_s .staff_det .staff_team .memb_img a{
	cursor:pointer;
}
#contact_sec .editorial_s .staff_det .staff_team .memb_img a img{
	width: 60px;
    height: auto;
    display: block;
    border-radius: 50%;
}
#contact_sec .editorial_s .staff_det .staff_team .mem_detail{
	display:block;
	margin-top:10px;
	margin-bottom:15px;
}
#contact_sec .editorial_s .staff_det .staff_team .mem_detail .mem_name{
	font-weight: 700;
    font-style: normal;
    color: #111;
    font-size: 19px;
    font-family: 'Work Sans';
    margin: 2px 0;
    text-transform: none;
	cursor:pointer;
}
#contact_sec .editorial_s .staff_det .staff_team .mem_detail .mem_desig{
    font-weight: 300;
    font-family: 'Roboto Slab';
    font-size: 13px;
	font-style:italic;
    color: #111;
    letter-spacing: 1.5px;
    margin: 0;
    padding-bottom: 8px;
	line-height:25px;
}
#contact_sec .editorial_s .staff_det .staff_team .mem_detail .mem_abt{
	 font-weight: 300;
    font-family: 'Roboto Slab';
    font-size: 13.4px;
    color: #777;
    letter-spacing: 1.3px;
    line-height: 21px;
}
#contact_sec .editorial_s .staff_det .staff_team .mem_detail .mem_email a{
	cursor:pointer;
	font-family: 'Roboto Slab';
	color:#6653ff;
	letter-spacing:1px;
}

/*features */
#features_sec {
	padding-top:10px;
	padding-bottom:25px;
	display:block;	
}
#features_sec .fes_title{
	display: block;
    width: 100%;
    padding: 38px 0 20px 0;
    border-bottom: 1px solid #000;	
	margin-bottom:15px;
}
#features_sec .fes_title p{
	font-weight: 300;
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    letter-spacing: 2px;
}
#features_sec .features {
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}
#features_sec .features .feat_title{
	text-transform: none !important;
    margin-bottom: 30px;
    color: #000;
    font-size: 48px;
    font-family: 'Work Sans';
    font-weight: 900;
}
#features_sec .features .feat_block{
	min-height:420px;
	display:block;
	margin:10px 0;	
	overflow:hidden;
}
#features_sec .features .feat_block .feat_img{
	height:260px;
	overflow:hidden;
	width:100%;
	position:relative;
	margin:auto;
	margin-bottom:15px;
}
#features_sec .features .feat_block .feat_img img{
	margin:auto;
	width:100%;
}
#features_sec .features .feat_block .feat_content p b{
	font-family: 'Work Sans';
    font-weight: 800;
	font-size:19px;
	color:#111;
}
#features_sec .features .feat_block .feat_content p{
	font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 14px;
    color: #999;
    text-align: justify;
    line-height: 24px;
}
@media (max-width: 992px) {

#features_sec .fes_title,
#contact_sec .co_title{
	    margin-top: 25px;
}

}
.inner_post_img .post .inner.row:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 170px;
    opacity: .3;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.98),rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
    background: linear-gradient(180deg,rgba(0,0,0,.98) 0,rgba(0,0,0,.92) 12%,rgba(0,0,0,.83) 21%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.36) 48%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.16) 63%,rgba(0,0,0,.05) 78%,transparent);
}

/**/
.HomeFeature-content-wrapper {
    margin-top: -30px;
    padding: 0 20px;
    z-index: 3;
    position: relative;
        display: inline-block;
}
@media (min-width: 1200px){
.HomeFeature-content-wrapper{
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
}
@media (min-width: 500px){
.HomeFeature-content-wrapper{
    padding: 0;
    margin-top: 0;
     
}
.HomeFeature-content-wrapper .toplink{
     z-index: 99;
}
}
.GridContainer {
    margin: 0 auto;
    max-width: 1160px;
}
.GridContainer, .GridRow {
    height: 100%;
}
.GridRow {
    margin-left: -20px;
    margin-right: -20px;
    width: auto!important;
}
.GridRow {
    position: relative;
}
.GridRow:after, .GridRow:before {
    display: table;
    content: "";
    line-height: 0;
}

h1.HomeFeature-title:before {
/*    content: url(https://securitystudies.org/wp-content/uploads/2017/06/cropped-cropped-ssg-logo-small.png); */
/*	content: url(http://securitystudies.org/wp-content/uploads/2019/01/SSG-Logo-Light-web-half.png); */
    display: block;
	content: url(http://securitystudies.org/wp-content/uploads/2019/02/cropped-SSG-Logo-Light-web-half.png);
}

.HomeFeature-title {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    font-size: 48pt;
    line-height: .88;
    color: #fff;
  	font-weight:900;
    font-family: 'Merriweather', serif;
    text-transform: none;
}
@media (min-width: 1200px){
.HomeFeature-title {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-right: 40%;
}
}
@media (min-width: 500px){
.HomeFeature-title{
    font-size: 3.125em;
    line-height: .84;
}
}
.HomeFeature-authors{
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #8280ff;
	    margin-bottom: 16px;
}
.HomeFeature-authors li span{
      color: #f7be05;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 12px;
    float: left;
        font-family: fira;
}
.HomeFeature-authors div.content-home p{
     
    overflow: hidden;
    margin: 15px 0px;
    font-family: fira;
    line-height: 22px;
    text-transform: inherit;
    font-size: 14px;
}
.HomeFeature-authors div.content-home{
      max-height: 80px;
    overflow: hidden;
}
.GridRow:after {
    clear: both;
}
#comments li{
list-style-type:none;
}
.author-header{
font-size: 1.25em;
line-height: 1.5;
width: 100%;
margin-bottom: 60px;
}
.support_banner img{
    width:100%;
}
/*@media (max-width: 550px){
	.featured_posts .post .inner.row {
		height: 550px !important;
	}
	.featured_posts .post .featured-img {
		width: 550px;
		z-index: 1;
		height:100%;
	}
}*/

.heading:before{
  content: "";
  background-color:#000;
    position: absolute;
    display: block;
    width: 14.5%;
    height: 10px;
    top: 0;
    left: 0;
    transition:all 0.3s ease-in-out;
   -webkit-transition:all 0.3s ease-in-out;
}
.HomeFeature-title-inner{
   box-sizing: border-box;
    float: left;
    width: 65%;
}
.featured_posts{
  background-position: center;
    background-size: cover;
    background-color: #000;
}
.mobile-social{
  display: none;
}
.navbar-brand>img{
  max-width: 280px;
}
.about_banner h1.yellow-image{
      width: auto;
    background: #000;
    padding: 0px 10px;
    display: initial;
    margin: 0px;
    color: #000;
}
.preloaderimg {
    max-width: 100%;
    height: auto;
    }
    .home-center{
          max-width: 75%;
    margin: 0px auto;
    }
    .topstory-author{
          float: left;
    padding: 10px 0px;
    /* text-align: right; */
    width: 100%;
    color: #eec042;
        font-family: fira;
    }
    .top_stories .story:nth-child(odd) .story_single .topstory-author{
/*  text-align: right;  */
    }
    .showonly-mb{
      display: none;
    }
    .inner_post_img .post{
      width: 100%
    }
.story_content a{
  color: #fff;
}

.understrap-read-more-link{
  display: none;
}
.story_content p{
      font-family: fira;
	  line-height: 22px;
}
.navbar-header h3.right-tagline{
      text-align: right;
    font-size: 12px;
    color: #fff;
        padding: 18px 30px 0px;
    font-family: fira;
        text-transform: inherit;
   
}

/* Heading styles provided by David */
/* For use in inner_story and about_banner */
.about_banner h1, .inner_story h1 {
	font-family: publico;
	text-transform: none;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	letter-spacing: -0.7px;
}
.about_banner h2, .inner_story h2 {
	font-family: publico;
	text-transform: none;
	font-size: 35px;
	font-weight: 900;
	line-height: 38.5px;
	letter-spacing: -0.7px;
}
.about_banner h3, .inner_story h3 {
	font-family: publico;
	text-transform: none;
	font-size: 20px;
	font-weight: 900;
	line-height: 22.5px;
	letter-spacing: -0.2px;
}
.about_banner h4, .inner_story h4 {
	font-family: fira;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -0.7px;
}
.about_banner h5, .inner_story h5 {
	font-family: fira;
	text-transform: none;
	font-size: 14px;
	line-height: 12px;
}
.about_banner h6, .inner_story h6 {
	font-family: 'spectral';
	text-transform: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: -0.7px;
}

.about_banner code, .inner_story code {
	font-family: 'Spectral';
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: -0.7px;
	color: black;
	background-color: white;
	padding: 0;
	
}

.right-tagline .menu-main-menu-top-container{
  display: block;
    float: right;
}
.right-tagline .menu-main-menu-top-container li{
      display: block;
    float: left;
}
.right-tagline .menu-main-menu-top-container li a{
      color: #eec042;
    font-size: 25px;
    margin-right: 10px;
}

body.postid-767 .fluid-width-video-wrapper { width: 100vw; left: calc(-50vw + 50%); }