@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700,700italic&subset=latin);
@import url("http://fonts.googleapis.com/css?family=Oswald:400,300,700");
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500,500italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

#page{
 /*   max-width: 1170px;
    margin: 25px auto;	
	border: 1px solid #eee;
	    background: #fff; */
		
}

/* Globals */
body {
    font-family: 'Ubuntu', sans-serif;
  background: #ffffff;
  word-wrap: break-word;
  /*background: url('http://demo.qkthemes.net/hotmagazine/wp-content/themes/hotmagazine/images/pattern.png');*/
}
.mega-container {
  background: white;
 max-width: 1170px;

  margin: auto;
  margin-top: 20px;
  overflow: visible;
    /*  border: 1px solid #ccc;*/
}
a {
  color: #e10d0d;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #cb0003;
}
.container {
  margin: auto;
}
/* ---------- Header ------------- */
#top-bar {
  padding: 0px;
  background: url('https://a384d5d410a1d581c5a60ebdc2288d3e500a0df4.googledrive.com/host/0B7YGHwLPLuSwdWpOWFo1OG1EM1k/black-pattren.png');
  border-bottom: 1px solid #eee;
  }
@media screen and (max-width: 600px) {
  #top-bar .social-icons {
    text-align: center;
  }
}
#top-bar .social-icons a {
 
  padding: 5px 10px;
  padding-top: 9px;
  color: #777777;
  float: right;
  margin-right: 6px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  min-width: 32px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-bar .social-icons a {
    float: none;
  }
}
#top-bar .social-icons a:hover {
 
 color:#fff;
}
#top-bar #searchicon {
     background: #cb0003;
    border: solid 1px #fff;
    padding-top: 6px;
    padding-bottom: 5px;
    color: #fff;
}
#masthead {
  text-align: left;
  /*min-height: 220px;*/
}
#masthead #text-title-desc {
  clear: none;
  float: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #masthead #text-title-desc {
    float: none;
  }
}
#masthead h1.site-title {
  font-size: 32px;
  font-weight: 300;
  margin-top: 0px;

}
#masthead h1.site-title a{
	
  color:#fff !important;	
}
#masthead h2.site-description {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}
.site-branding {
  /*padding: 45px 0;
  padding: 15px 0;*/
   padding: 1px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
}
#site-logo {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 768px) {
  #site-logo {
    float: none;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  z-index: 99;
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 20%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
.logo-area{
	background: #cb0003;
	    /*background: rgb(183, 0, 2);*/
		border-bottom: 1px solid #eee;
		 background: url("https://a384d5d410a1d581c5a60ebdc2288d3e500a0df4.googledrive.com/host/0B7YGHwLPLuSwdWpOWFo1OG1EM1k/p-point.png") #cb0003 repeat;
}
/* -------- Nav Menu ---------- */
#site-navigation {
  float: left; 
    background: #222;
	border-bottom: 1px solid #eee;
   /* border-bottom: 1px solid #C5C5C5;*/
    height: 38px;
  
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li a {
  padding: 10px;
  color: #eee;
  font-weight: 400;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
     font-family: "Dosis",Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	font-size:17px;
}
#site-navigation ul li a:hover {
  background: #ececec;
}
#site-navigation ul li:hover a {
  
      background: #090909;
    border-right-color: #090909;
	    border-bottom: 1px solid #cb0003;
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  background: #ececec;
  top: 47px;
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: perspective(350px) rotateX(-90deg);
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -moz-transform: perspective(350px) rotateX(-90deg);
}
#site-navigation ul li ul.sub-menu li ul,
#site-navigation ul li ul.children li ul {
  transform-origin: left;
  -webkit-transform-origin: left;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: rotateY(65deg) !important;
  transform: rotateY(65deg) !important;
  -moz-transform: rotateY(65deg) !important;
}
#site-navigation ul li ul.sub-menu li ul li ul,
#site-navigation ul li ul.children li ul li ul {
  display: none !important;
}
#site-navigation ul li ul.sub-menu li:hover,
#site-navigation ul li ul.children li:hover {
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  /* -webkit-transition: 0.2s all ease !important; */
}
#site-navigation ul li ul.sub-menu li:hover ul,
#site-navigation ul li ul.children li:hover ul {
  opacity: 1;
  transform: rotateY(5deg) !important;
  -webkit-transform: rotateY(5deg) !important;
  -moz-transform: rotateY(5deg) !important;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  padding: 8px 15px;
  font-weight: lighter;
  font-size: 14px;
  transition: 0.4s background ease, 0.6s padding ease;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  background: #cb0003;
  padding-left: 19px;
}
#site-navigation ul li:hover {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease !important;
}
#site-navigation ul li:hover ul.sub-menu,
#site-navigation ul li:hover ul.children {
  display: block;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
#site-navigation ul .current_page_item > a,
#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_ancestor > a {
  color: #fff;
  /*background: #dbdbdb;*/
  background:#cb0003;
  border-right: solid 1px #cecece;
  border-left: solid 1px #cecece;
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #999;
  display: inline-block;
  margin-top: -5px;
  font-style: italic;
  text-transform: lowercase;
  display:none;
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a {
  color: #e10d0d;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .slicknav_menutxt {
    margin-top: 2px;
  }
  #site-navigation ul.menu {
    display: none;
  }
  .slicknav_nav .menu-desc {
    display: none !important;
  }
  .slicknav_nav a {
    color: #777777;
  }
  .slicknav_nav a .fa {
    margin-right: 5px;
  }
  .slicknav_nav .slicknav_arrow {
    display: none;
  }
  .slicknav_menu {
    background: #eee;
  }
  .slicknav_btn {
    background: #ddd;
    border: solid 1px #ccc;
  }
  .slicknav_menutxt {
    color: #777777 !important;
    text-shadow: none !important;
  }
  .slicknav_icon-bar {
    background-color: #777777 !important;
  }
}
/* TOP MENU */
#top-menu {
  float: left;
}
@media screen and (max-width: 600px) {
  #top-menu {
    float: none;
    text-align: center;
    padding: 15px;
  }
}
#top-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0px;
}
#top-menu ul ul {
  display: none;
}
#top-menu ul li {
  display: inline;
}
#top-menu ul li a {
  padding: 8px 5px;
  display: inline-block;
  color: #777777;
  font-size: 13px;
  font-weight: normal;
}
#top-menu ul li a:hover {
  text-decoration: underline;
}
/* top slider */
.slider-wrapper {
  margin-top: 20px;
  margin-bottom: -40px;
}
.slider-wrapper .nivoSlider {
  box-shadow: none;
  border: solid 5px #eee;
}
.slider-wrapper .nivo-controlNav {
  position: relative;
  bottom: 60px;
  z-index: 9;
}
.slider-wrapper .nivo-caption {
  bottom: 60px;
  left: 55px;
  right: auto;
  font-family: inherit;
  background: none;
}
@media screen and (max-width: 600px) {
  .slider-wrapper .nivo-caption {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    bottom: 15px;
    left: -50px;
  }
}
.slider-wrapper .nivo-caption a {
  text-decoration: none;
  border-bottom: none;
}
.slider-wrapper .nivo-caption .slide-title {
  display: inline-block;
  font-size: 24px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-left: solid 4px #e10d0d;
  font-weight: lighter;
}
.slider-wrapper .nivo-caption .slide-desc span {
  background: rgba(225, 13, 13, 0.5);
  /* border-left: solid 4px black; */
  display: inline-block;
  font-size: 16px;
  padding: 8px;
}
.slider-wrapper .nivo-caption .slide-cta span {
  background: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  padding: 10px;
  border-bottom: solid 2px black;
}
/* Flex Images */
.flex-images {
  border: none;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.flex-images .section-title:after {
  width: 5%;
}
.flex-images .item {
  margin: 6px;
  border: none;
  position: relative;
}
.flex-images .item .viewtext {
  position: absolute;
  top: 35%;
  left: 40%;
  font-size: 14px;
  z-index: 9999;
  display: none;
}
.flex-images .item img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.flex-images .item:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 5px;
  bottom: 0px;
  background: rgba(225, 13, 13, 0.8);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.flex-images .item:hover:after {
  width: 100%;
}
.flex-images .item:hover img {
  -webkit-filter: blur(3px) grayscale(0.9);
}
.flex-images .item:hover .flex-caption {
  padding-left: 20px;
}
.flex-images .item:hover .viewtext {
  display: block;
  color: #eee;
  text-shadow: 0 0 2px #000;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.flex-images .flex-caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0px;
  display: block;
  pointer-events: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  width: 100%;
  color: #eee;
  font-weight: bold;
  text-shadow: 1px 1px 0 #222;
  font-size: 16px;
  padding: 50px 10px 20px 10px;
}
/* section titles */
.section-title {
  font-weight: normal;
  color: #777;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
.section-title:after {
  content: "";
  display: block;
  width: 12%;
  height: 2px;
  margin-top: 5px;
  background: #e10d0d;
}
/* Second Featured Area */
.featured-2 {
  /*margin: 20px 0;*/
  margin: 0px 0;
  position: relative;
}
.featured-2 .popular-articles {
   /*old*/ overflow: hidden;
  overflow-x: hidden;
  /*new*/
      padding-left: 2px;
    padding-right: 2px;
	    padding-top: 0px;
    max-height: 100%;
    height: 353px;	
  
}
.feature-home-right-sidebar  #secondary{
	    background: rgba(245, 245, 245, 0.35) none repeat scroll 0 0 !important;
    box-shadow: 0 0 4px #e8e8e8;
}



.latest-hap .section-title{
	display:none;
}

.featured-2 .popular-articles  .section-title{
	
	display:none;
}
.featured-2 .popular-articles .imgcontainer {
  /*padding: 6px;*/
   padding: 1px;
       padding-top: 0px;
    padding-left: 0px;
  position: relative;
}
.featured-2 .popular-articles .popimage {
  position: relative;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.featured-2 .popular-articles .popimage img {
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 991px) {
  .featured-2 .popular-articles .popimage img {
    width: 100%;
  }
}
.featured-2 .popular-articles .popimage:hover img {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  opacity: 1;
}
.featured-2 .popular-articles .popimage:hover .titledesc {
  display: block;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  /* left: 0; */
  opacity: 1;
}
.featured-2 .popular-articles .titledesc {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.featured-2 .popular-articles .titledesc h2 {
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.featured-2 .popular-articles .titledesc a {
  color: #eee;
  background: #e10d0d;
  text-align: center;
  display: block;
  width: 40%;
  padding: 5px;
  margin: auto;
  margin-top: 25px;
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .titledesc {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .popimage:hover img {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .popimage:hover .titledesc {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
/* sb slider */
.latest-hap {
  position: relative;
}
@media screen and (min-width: 991px) {
  .latest-hap {
    padding-right: 0;
  }
}
.latest-hap {
  /*max-width: 582px;*/
  max-width: 100%;
 
  z-index: 50;
  
  position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0.4px;
    width: 1349px;
    overflow: hidden;
    visibility: visible;
  
  
}
.bx-wrapper img {
width: 100%;
/*height: 100%;*/
height: auto;
display: block;
margin: 0 auto;
}


@media screen and (max-width: 991px) {
  .latest-hap {
    margin: auto;
  }
}
.latest-hap .bx-wrapper {
	    background: #eee;
		    border-bottom: 1px solid #DEDCDC;
    box-shadow: 0 2px 2px #dedede;
    -webkit-box-shadow: 0 2px 2px #dedede;
    -moz-box-shadow: 0 2px 2px #dedede;
    -o-box-shadow: 0 2px 2px #dedede;

}
.latest-hap .bx-wrapper .bx-viewport {
  /*margin-top: 7px;*/
  margin-top: 0;
  box-shadow: none;
}
.latest-hap .bx-wrapper .bx-viewport[style] {
    /*height: 410px !important;
	height: 374px !important;*/
	    height: 499px !important;
}



.latest-hap .bxslider {
  margin-left: 0px;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-wrapper {width: 100%; height: 100%;}

.latest-hap .section-description {
 pointer-events: none;
    z-index: 88;
    background: rgba(0, 0, 0, 0.4);
    border-left-color: #e10d0d;
    padding: 5px;
    position: absolute;
    top: 12px;
    width: 18%;
    left: 0.5%;
    right: 2.5%;
    border-left: solid 4px #e10d0d;
    color: #ffffff;
}
	

.latest-hap .sb-description {
     pointer-events: none;
    z-index: 88;
    background: rgba(0, 0, 0, 0.4);
    border-left-color: #e10d0d;
    padding: 10px;
    position: absolute;
    bottom: 64px;
    width: 37%;
    left: 2.5%;
    right: 2.5%;
    border-left: solid 4px #e10d0d;
    color: #ffffff;
	 background: url("https://a384d5d410a1d581c5a60ebdc2288d3e500a0df4.googledrive.com/host/0B7YGHwLPLuSwdWpOWFo1OG1EM1k/p-point.png") rgba(0, 0, 0, 0.4) repeat;
}

.latest-hap .section-description h3{
	  margin: 0;
 /* font-size: 19px;*/
      font-size: 1.5em;
        padding-top: 0px;
    font-weight: 100 !important;
	font-family: 'Dosis', sans-serif;
    
 }
.latest-hap .sb-description h3 {
  margin: 0;
 /* font-size: 19px;*/
      font-size: 1.5em;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	    color: #F7F7F7;
    text-shadow: 1px 1px 2px rgba(58, 58, 58, 0.51);
    letter-spacing: 2px;
      line-height: 1.3;
}
.nav-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
}
.nav-arrows a a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  box-shadow: 0px 0px 1px #e10d0d;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.nav-arrows a a .fa {
  z-index: 99;
  color: white;
}
.nav-arrows a a:hover {
  background-color: rgba(225, 13, 13, 0.5);
}
.nav-arrows #slider-next {
  float: right;
  position: relative;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .nav-arrows #slider-next {
    right: 45px;
  }
}
.nav-arrows #slider-next i {
  position: relative;
  font-size: 22px;
  top: 12px;
  right: -15px;
}
.nav-arrows #slider-prev {
  position: absolute;
  float: left;
  left: 21px;
}
.nav-arrows #slider-prev i {
  position: relative;
  font-size: 22px;
  top: 12px;
  right: -11px;
}
#content {
  margin-top: 30px;
}
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  /*margin: 10px 0;*/
  margin: 2px 0;
  padding-left: 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .grid {
    border-bottom: none;
  }
}
.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  /*border-top: #e10d0d solid 3px;*/
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  padding: 0;
  
     box-shadow: 0 2px 2px #dedede;
    -webkit-box-shadow: 0 2px 2px #dedede;
    -moz-box-shadow: 0 2px 2px #dedede;
    -o-box-shadow: 0 2px 2px #dedede; 
  
}
@media screen and (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.grid .featured-thumb:hover img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h3 {
  margin: 5px 0;
  margin-top: 1px;
  font-size: 18px;
   /* font-family: 'Ubuntu Condensed', sans-serif !important;
    font-family: 'Oswald',sans-serif;*/
  letter-spacing: 0.2px;
      font-weight: 700;
    text-transform: none;
    line-height: 1.3;
    font-family: 'Droid Sans', sans-serif;
    
}
.grid #no-thumb h3{
font-size: 21px;
    border-bottom: solid 1px #D0D0D0;
    padding: 6px;
}

.grid #no-thumb{
  border-left: 3px solid #cb0003;
    padding: 6px;
}
.grid #no-thumb:hover{
border-left-color: #000;
}
.grid #no-thumb:hover a{
color: #cb0003;

}

.grid .out-thumb h3 a {
         color: #000;
    padding-bottom: 2px;
    /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
}
.grid .out-thumb h3 a:before {
  height: 2px;
  background: #373737;
  width: 96%;
  left: 2%;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #aaa;
  font-weight: lighter;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #999;
  /*text-decoration: underline;*/
}
.grid .out-thumb .entry-excerpt {
  color: #777;
  line-height: 1.6em;
  font-weight: 400;
}
.grid .readmore {
  display: block;
  clear: both;
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: #e10d0d;
}
.grid_2_column {
  padding: 0;
  border-bottom: none;
}
.grid_2_column .out-thumb {
  padding: 12px 0;
      box-shadow: 0 2px 2px #dedede;
    -webkit-box-shadow: 0 2px 2px #dedede;
    -moz-box-shadow: 0 2px 2px #dedede;
    -o-box-shadow: 0 2px 2px #dedede;
 padding: 10px;
}

.grid_2_column .out-thumb:hover{
	
	    background-color: rgb(183, 0, 2);
		
	
}
.grid_2_column .out-thumb:hover a{
	color:#fff !important;
	
}

@media screen and (max-width: 768px) {
  .grid_2_column {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .grid_2_column:nth-of-type(even) {
    padding-left: 10px;
  }
  .grid_2_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: left;
  }
}
.grid_3_column {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .grid_3_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: none;
  }
  .grid_3_column:nth-of-type(3n+1) {
    clear: left;
  }
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #dc0d0d;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #e10d0d;
  background: #ffffff;
}
.pagination .current {
  background: #ddd;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 5px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  display: inline-block;
  color: #aaa;
}
.pagination ul  > li  > a:hover,
.pagination ul  > li  > span:hover {
  background: none;
}
#secondary {
  /*
aside:nth-child(odd) {
		background: #fafafa;
		border: solid 1px #eee;
	}
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
      border: 1px solid #F1F1F1;
}
#secondary h4.widget-title {
 /* font-weight: normal;
  color: #777;*/
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0px;
  
  
  font-family: "Dosis",Helvetica Neue,Helvetica,Arial,sans-serif;
    display: block;
    background-image: linear-gradient(to right top,transparent 33%,#ccc 33%,#ccc 66%,transparent 66%);
    background-size: 3px 3px;
    color: #fff;
    text-transform: uppercase;
        padding: 11px 0 9px;
    margin: 0 0 15px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
  
}

#secondary h4.widget-title span {
	 
    padding: 9px 15px 8px;
    color: #fff;
    background: #cb0003;
	/*background: #fd4b53;*/
}
#secondary h4.widget-title:after {
 /* content: "";
  display: block;
  width: 12%;
  height: 2px;
  margin-top: 5px;
  background: #e10d0d;
  */
}
#secondary .widget a {
  color: #888;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
 
}
#secondary .widget a:hover {
  color: #e10d0d;
}
#secondary .widget ul {
  font-size: 13px;
  margin-left: 0px;
  font-family: 'Ubuntu', sans-serif;
}
#secondary .widget ul li {
  list-style: none;
  border-bottom: solid 1px #eee;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #f4f4f4;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #b7b7b7;
  font-size: 10px;
  margin-right: 5px;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_recent_entries ul li:hover,
#secondary .widget_recent_comments ul li:hover,
#secondary .widget_categories ul li:hover,
#secondary .widget_pages ul li:hover,
#secondary .widget_archive ul li:hover,
#secondary .widget_meta ul li:hover,
#secondary .widget_nav_menu ul li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
#secondary .widget_tag_cloud .tagcloud a {
  background: #e10d0d;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #f4f4f4;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_protopress_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  /*font-size: 13px;*/
}
#secondary .widget_protopress_rp li.rp-item:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
  
}
#secondary .widget_protopress_rp li.rp-item:hover a {
color:#000;
}
#secondary .widget_protopress_rp li.rp-item:hover a:hover {
color:#e10d0d;
}
#secondary .widget_protopress_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_protopress_rp .rp-date {
  color: #919191;
  font-size: 11px;
}
/* Footer Sidebar */
#footer-sidebar {
  border-top: solid 1px #eee;
      border-top: solid 1px #eee;
    background: url('https://a384d5d410a1d581c5a60ebdc2288d3e500a0df4.googledrive.com/host/0B7YGHwLPLuSwdWpOWFo1OG1EM1k/foot-pattern.jpg');
    padding-top: 1em;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h1.widget-title {
  font-weight: normal;
  font-size: 20px;
}
#footer-sidebar .footer-column .widget {
  color: #5e5e5e;
}
#footer-sidebar .footer-column .widget a {
  color: #777777;
  font-weight: lighter;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: #fff;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
  border-bottom: solid 1px #3E3A3A;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #e10d0d;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #f4f4f4;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_protopress_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_protopress_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_protopress_rp .rp-date {
  color: #919191;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #b7b7b7;
  font-size: 10px;
  margin-right: 5px;
}
#colophon {
 background: rgba(35, 35, 35, 0.93);
    padding: 15px 10px 5px 10px;
    color: #505050;
    font-size: 13px;
    text-align: center;
}
#colophon a {
  color: #777777;
  text-decoration: underline;
}
/* Single Posts Area */
#primary-mono {
  padding: 0 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
.after-issue-margn{
	
	    margin-bottom: 7px;
}

#archive-mono h1,h2,h3.entry-title{
margin-top: 0px;
margin-bottom: 0px;
}


#archive-mono #issue-title, #primary-mono #issue-title{
	color: #cb0003;
	font-size:1.3em;
    border-bottom: 5px solid #d1d1d1;
	font-family: 'Open Sans', sans-serif;
	    text-shadow: 0px 0px 0px rgba(58, 58, 58, 0.51);
}
#primary-mono h1,h2,h3.entry-title {
  color: #000;
    margin-top: 0px;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 2.8em;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(58, 58, 58, 0.51);
    letter-spacing: 2px;
    line-height: 1.3;
  
  
}
#primary-mono h2{
font-size: 1.375em !important;

}
#primary-mono h2, h3{
#4A4949 !important
}
#archive-mono #magzine-title, #primary-mono #magzine-title{
	   font-family: "Droid Serif";
    letter-spacing: 0px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
	font-size: 2.5em;
	color: rgba(51, 51, 51, 1);
	    padding-top: 0px;
}
#ci-magzine-caption{

    background-color: #eee;
    padding: 0.8em;
    width: 233px;
    max-width: 100%;
	text-align:center;
	    border: 1px solid #CECDCD;
	
	
}
#primary-mono h1.entry-title:after {
  content: "";
  display: block;
  width: 12%;
  height: 2px;
  margin-top: 5px;
  background: #e10d0d;
}
#primary-mono .entry-meta,
#primary-mono .entry-footer {
    font-size: 12px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 4px;
    overflow: auto;
    margin-bottom: 7px;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #777777;
  text-decoration: underline;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #e10d0d;
}
#primary-mono .entry-footer {
  border-top: solid 1px #eee;
  padding-top: 7px;
  margin-top: 25px;
}
#primary-mono .entry-footer .post-edit-link {
  float: right;
}
#primary-mono .entry-footer .cat-links {
  margin-right: 6px;
}
#primary-mono .entry-content {
  color: #3A3A3A;
  line-height: 1.7em;
    font-size:1.65rem;
      text-align: justify;
    letter-spacing: 0.6px;
}
#primary-mono.page h1.entry-title:after {
  display: none;
}
h3, h4{
	font-family: 'Oswald',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 18px;
}


.edit-link {
  display: inline-block;
  float: right;
}
.page-header {
  margin-top: 0px;
  border-bottom: none;
}


    width: 100%;
    border: 0;
    height: 10px;
    background-image: linear-gradient(to right top,transparent 33%,#ccc 33%,#ccc 66%,transparent 66%);
    background-size: 3px 3px;
    opacity: .9;
    margin: 30px 0 0;
	}
.page-header h1 {
  font-size: 18px;
  font-weight: lighter;
  border-bottom: solid 1px #e1e1e1;
  display: inline-block;
  padding-bottom: 10px;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: normal;
  font-size: 32px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #777777;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #e10d0d;
  color: #ffffff;
  border-bottom: solid 1px #e10d0d;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #e10d0d;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #777777;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content {
  color: #777777;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #ffffff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #b3b3b3;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
.home-slide-bg{

	width:100%;
	margin-bottom:4px;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.margin-up{
	margin-top:1px !important;
}


.feature-home-right-sidebar #secondary aside{
	padding-top:2px !important;
}


/* Media queries */

@media (min-width: 992px){
/*.featured-2 .popular-articles{
	
	height:405px;
}*/ 

}

.issue-section-title h4{
	font-size: 14px;
    margin-bottom: 1.1em;
}
.issue-section-title h4 span{
    border-bottom: #ccc 2px solid;
	    padding-bottom: 3px;
     text-transform: uppercase;
		font-family: 'Dosis', sans-serif;
		    color: #BDBDBD;
}

#ci-sub-head{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
font-weight:normal;
    text-transform: capitalize;
    padding-left: 4px;	
	 
}

.type-magazine .entry-meta{
	/*display:none;*/
	border: 0px solid transparent !important;
}

#ci-magzine-section{
	
	    display: block;
		    margin-bottom: 2em;
}
#ci-magzine-section .byline{
	    margin-left: 2px;
		font-family: 'Noto Serif', serif;
		
}
#ci-magzine-section .entry-meta a{
text-decoration:none;	
}
#ci-magzine-section .entry-meta .author{
	
	text-transform:uppercase;
}
 #ci-magzine-section-entry-title{
	    font-size: 15px;
    font-weight: 700;
    font-family: "Droid Serif";
    text-transform: capitalize;
    line-height: 1.6;
	font-family: 'Noto Serif', serif;
	margin-bottom: 2px;
	    margin-top: 0px;
	
}
#ci-magzine-section-entry-title a{
	color: rgba(51, 51, 51, 1);
}
#ci-magzine-section-entry-title a:hover{
color: #cb0003;
text-decoration:underline;
}
.ci-magzine-section-title{
	    color: #cb0003;
    text-align: right;
}
.ci-magzine-bdr{
	
	    border-top: 1px solid #d1d1d1;
    padding-top: 17px;
}
.ma-page-head{margin-bottom: 0.3em !important}
.ma-year{
	border-top: 1px solid #C5C3C3;
    border-bottom: #333333 solid 2px;
    margin-bottom: 1.3em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.ma-year li{
    list-style: none;
    display: -webkit-inline-box;
	}
.ma-year li a{	
    border-right: 1px solid #ccc;
    padding-right: 6px;	
	}


.textwidget img{
    border: 1px solid #CECBCB;

} 

.blurb{
  
      padding: 0.6em 4em 0.6em 4em;
    font-weight: normal;
    /* box-shadow: 1px 1px 4px #C0C0C0; */
    color: #2B2A2A;
    /* background-color: #FBFBFB; */
    text-shadow: 0 1px 0 #CECACA;
     border-left: 10px solid #ccc;
    margin-bottom: 15px;
    font-size: 20px;
}