.center-text{text-align:center;}

::selection {
  background: #ff6600;
  color: #fff;
  text-shadow: none;
}
::-moz-selection { /* Code for Firefox */
    background: #ff6600;
    color: #fff;
    text-shadow: none;
}

::-webkit-input-placeholder {
   color: #dadada;
}
:-moz-placeholder { /* Firefox 18- */
   color: #dadada;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #dadada;  
}
:-ms-input-placeholder {  
   color: #dadada;  
}

video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;

  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;

   backface-visibility: hidden;
}


.cursor_hand{cursor:pointer;cursor:hand;}

a{
  color:#ff6600; 
  text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
/*a:hover img{ opacity: .75; }*/
a:focus, a:hover {
  color: #C30;
  text-decoration: none;
}
textarea { resize:vertical; }

blockquote,
.modern-quote,
.blockquote{
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: bold;
  color: #b2b2b2;
  font-style: italic;
  padding:10px 25px;
  border:none;
}
blockquote cite{
  font-style: normal;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
blockquote cite:before {
  content: "\2014";
  margin-right: 3px;

}
.modern-quote{
  position: relative;
  border-left: 2px solid #ff6600;
}
blockquote:before,
blockquote:after,
.blockquote:before,
.blockquote:after {
  content: "\201c";
  display: inline-block;
  position: absolute;
  color: #b2b2b2;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
blockquote:before,
.blockquote:before{
  top: 10px;
  left: 5px;
}
blockquote:after,
.blockquote:after{
  content: "\201d";
  top:10px;
  right:5px;
}
.modern-quote:before,
.modern-quote:after{
  content:"";
}


/* --------------------------------------
=========================================
  3. Content Styles
=========================================
-----------------------------------------*/


/* === Header Social Links Style === */
.header-right{
  float: right;
  position: absolute;
  right: 35px;
  top: 0px;
}
.social-icons a{
	color:#cccccc;
	margin-left:10px;
}
.social-icons a:hover{
	color: #575757;
}
.header-right .social-icons a{
  line-height: 50px;
  font-size: 13px;
}

/* === Header Search Style === */
.sb-search {
  position: absolute;
  z-index: 110;
  width: 0%;
  min-width: 50px;
  height: 50px;
  float: right;
  right:0px;
  top:0px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  height: 50px;
  margin: 0;
  z-index: 10;
  padding: 20px 55px 20px 16px;
}
/*modiff_p adaugat*/
.sb-search-open .sb-search-input {
  border: solid 1px;
}
/*end modiff_p adaugat*/

.sb-icon-search,
.sb-search-submit  {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border:none;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  border:none;
  text-decoration: none;
  color: #666;
  z-index: 110;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:hover{
  color:#222222;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #ff6600;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 110;
}

/* === Mega Menu Style === */
.mega-menu .dropdown-menu { left: auto; }
.mega-menu ul {
  list-style:none;
  padding-left:0px;
}
.mega-menu .dropdown-menu>li{ border-bottom:1px solid #f1f1f1; }

.mega-menu .dropdown-menu>li:last-child,
.mega-menu .dropdown-menu li.border-none{
  border-bottom: none;
}
.mega-menu .dropdown-menu > li > a {
  padding: 10px 30px 10px 15px;
  font-weight: 500;
}
.mega-menu .dropdown-menu > li > a:hover,
.mega-menu .dropdown-submenu:hover>a{
  background: none;
  color:#ff6600;
}
.mega-menu .navbar-nav > li > .dropdown-menu {
  margin-top:0px;
  border-radius: 0px;
}
.mega-menu .dropdown-menu {
  box-shadow:none; 
  border:none;
  padding:0;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.05);
}
/*modiff_p*/
.mega-menu .dropdown-menu-top {margin-top:-40px !important;border:solid 2px #dadada;}
.mega-menu .dropdown-menu-bottom {margin-top:0px;border:solid 2px #dadada;}
/*end modiff_p*/
.mega-menu .dropdown-submenu{ position:relative; }
.mega-menu .dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:0;
  margin-left:0px;
  border-radius: 0px;
}
.mega-menu .dropdown-submenu:hover>.dropdown-menu{
  display:block;
}
.mega-menu .dropdown-submenu>a,
.mega-menu .tab-hover a{
  position: relative;
}
.mega-menu .dropdown-submenu>a:after,
.mega-menu .tab-hover ul a:after{
  display:block;
  position:absolute;
  content:" ";
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:4px 0 4px 4px;
  border-left-color:#cfcfcf;
  top:17px;
  right:15px;
  -transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
.mega-menu .dropdown-submenu:hover>a:after,
.nav .tabs-left > .nav-tabs > li.active>a:after{
  border-left-color:#ff6600;
}
.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropdown {
  position: static;
}
.mega-menu .mini-dropdown {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.mega-menu .mega-wrapper{ padding: 15px 25px; }
.mega-menu .dropdown.mega-full .dropdown-menu {
  /* modiff_p
  left: -30px;
  right: -30px;
  */
  left: -10px;
  right: -10px;
}

/* === Mega Menu Tabbed Content Style === */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border:none;
}
.tabs-below > .nav-tabs > li {
  margin-top: 0px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border:none;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
  border-right: none;
  margin-top: 10px;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: 0px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.nav .tabs-left > .nav-tabs > li{
  margin: 0px;
  padding: 0px;
  border-bottom:1px solid #f1f1f1;
}
.nav .tabs-left > .nav-tabs > li:last-child{
  border-bottom: none;
}
.nav .tabs-left > .nav-tabs > li > a{
  margin:0px;
  color: #222222;
  padding: 10px 30px 10px 15px;
  font-weight: 500;
  width:230px;
  border:none;
}
.nav .tabs-left > .nav-tabs > li > a:hover,
.nav .tabs-left > .nav-tabs > li.active > a{
  border:none;
  background: none;
  color:#ff6600;
}
.nav .nav-tabs>li.active>a, 
.nav .nav-tabs>li.active>a:focus, 
.nav .nav-tabs>li.active>a:hover{
  cursor: pointer;
  border:none;
}
.tabs-left .tab-content{
  width:auto;
  margin-left: 240px;
  margin-right: 10px;
}
.dropdown-menu .mega-menu-news {
  width: 208px;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
.dropdown-menu .mega-menu-news .mega-menu-img{
  background: #000;
}
.dropdown-menu .mega-menu-5block{
  padding: 0px 7px;
}
.dropdown-menu .mega-menu-5block .mega-menu-news {
  width:18%;
}
.dropdown-menu .mega-menu-news .mega-menu-img img{
  width:100%;
  height: auto;
}
.dropdown-menu .mega-menu-news .mega-menu-detail h4{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 7px;
}
.dropdown-menu .mega-menu-news .mega-menu-detail h4 a{
  color:#222222;
}
.dropdown-menu .mega-menu-news .mega-menu-detail h4 a:hover{
  color:#ff6600;
}


/*---------------------------------------
  3.4 Home Tag List Style        
-----------------------------------------*/
.tag-list{
  width: 100%;
  margin: -24px 0 6px; /*modiff_p  margin: -48px 0 6px;*/
    
  padding:0;
  list-style: none;
  height: 38px;
  overflow: hidden;
}
.tag-list li{
  float: left;
  margin:0px 1px 1px 0px;
  padding:0px;
  font-weight: bold;
  color:#999999;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 38px;
}
.tag-list li.trending{
	padding-right: 8px;
}
.tag-list li a{
  font-size: 13px;
  line-height: 34px;
  display: block;
  color:#222222;
  text-decoration: none;
  padding:0px 10px;
  border:2px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tag-list li a:hover,
.tag-list li.active a{
  color:#fff;
  background: #7a7a7a;
}

/*---------------------------------------
  3.5 Slider Styles        
-----------------------------------------*/
.featured-big,
.featured-small{
  position: relative;
  background:#000;
  overflow: hidden;
  width:100%;
}
.featured-big img,
.featured-small img{
  height: 100%;
  width:auto;
  max-width:none;
  z-index: 1;
  transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1);
  transform-style: flat;
}
.featured-big,
.featured-big a.featured-href,
.featured-big img{
  height: 500px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1);
}
.featured-slider .featured-small,
.featured-slider .featured-small a.featured-href,
.featured-slider .featured-small img{
  height: 250px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1);
}
.featured-slider .featured-big a.featured-href,
.featured-slider .featured-small a.featured-href{
  display: block;
  text-decoration: none;
  color:#fff;
  outline: 0;
  border:none;
}
.featured-header{
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1);
  transform-style: flat;
  right: 0;
  bottom: 0;
  padding: 45px 30px 30px;
  z-index: 9;
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
}
.featured-big .category{
  top:27px;
  left:30px;
}
.featured-small .category{
  left:30px;
}
.featured-big .featured-header{
  padding: 50px 50px 30px 30px;
}
.featured-header h2{
  font-family: "Roboto", sans-serif;
  color:#fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  margin: 10px 0;
}
.featured-big .featured-header h2{
  font-size: 42px;
  line-height: 46px;
  margin-bottom:10px;
}
.featured-full .featured-header h2{
  font-size: 52px;
  line-height: 56px;
}
.category{
  position: absolute;
  top:20px;
  left: 20px;
  margin:0px;
  padding: 6px 9px;
  background: #000;
  background: rgba(0,0,0,.2);

  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.category{
  text-decoration: none;
}
a.category:hover{
  color:#fff;
  background: #fff;
  background: rgba(0,0,0,.5);
}
.featured-header .category{
  opacity: 1;
  background: #ff6600;
}
.featured-header .article-date{
  display: inline-block;
  margin-right: 5px;
}

/* === Flexslider Style === */
.flexslider {
  position: relative;
  zoom: 1;
}
.featured-slider .slider-item {
  overflow: hidden;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav {
  list-style: none;
  *height: 0;
  height: 0;
  margin:0px;
  padding:0px;
  border:none;
}
.flex-direction-nav li{
  list-style: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:focus{
  color: #ffffff;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/*---------------------------------------
  3.6 Grid Style   
-----------------------------------------*/
.box-news{
  height: 320px;
  margin-bottom: 30px;
}
.featured-slider .box-news{
  margin-bottom: 0px;
}
.featured-slider .box-bottom{
  border-bottom: 1px solid #3c3c3c;
}
.featured-slider .box-right{
  border-right: 1px solid #3c3c3c;
}
.box-news .category{
  top:0px;
}
.box-news a,
.box-news .simple-share a{ 
  color: #fff;
}
.box-news .simple-share a{ 
  color: #ff6600;
  border-bottom: 1px solid transparent;
}
.box-news .simple-share a:hover{
  border-bottom-color: #ff6600;
  color:#ff6600;
}
.box-news:hover img{
  opacity: .75;
}
.box-news p,
.featured-header p{
  display: block;
  color:#b9b3ac;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 300;
  margin:0px;
}
.box-news h2{
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.box-news h2 a:hover{
  border-bottom: none;
}
.box-news .featured-header{
  padding-top:30px;
}
.box-big img{
  width:100%;
  height:auto;
}
.box-big h2{
  font-size: 40px;
  line-height: 40px;
}
.slider-one{
  margin-bottom: 30px;
}
.slider-one .box-news{
  height: 420px;
}

/* === Video News Icon Style === */
.play-button{
  color: #fff;
  border: none;
  text-decoration: none;
  display: block;
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  opacity: 0.5;
  background: rgba(0,0,0,0.3);
}
.simple-thumb .play-button{
  top:50%;
  right: 50%;
  left: auto;
  bottom: auto;
  margin-top: -20px;
  margin-right: -20px;
}
.play-button i{
  display: inline-block;
}
.play-button i.fa-play{
  margin-left: 4px;
}
.play-button:hover{
  opacity: .8;
  color:#fff;
}

/*---------------------------------------
  3.7 Block Styles
-----------------------------------------*/

.widget .nav-tabs>li>a{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 2px solid #d6d6d6;
  height: 27px;
  line-height: 17px;
  padding:0px;
  margin:0px 0px 20px 0px;
}
.block-title span{
  border-bottom: 2px solid #ff6600;
  display: inline-block;
  line-height: 17px;
  height: 27px;
}
.block-title a{
  color: #222222;
}
.block-title a:hover{
  color: #C30;
  opacity: .9;
}
.block-title
{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 2px solid #d6d6d6;
  height: 27px;
  line-height: 17px;
  padding:0px;
  margin:0px 0px 20px 0px;
}
.block-title-dublu
{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 2px solid #d6d6d6;
  height: 33px;
  line-height: 17px;
  padding:0px;
  margin:0px 0px 40px 0px;
}
.block-title-dublu span{
  border-bottom: 2px solid #ff6600;
  display: inline-block;
  line-height: 33px;
  height: 33px;
}
/*modiff_p add*/
.titlu-sectiune{font-size: 25px !important;}
.titlu-sectiune-dublu{font-size: 25px !important;line-height: 33px;height:33px;}
/*end modiff_p add*/
.tag-title{
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 32px;
  margin: 0px 0px 20px;
}
.tag-title span{
  color: #222222;
}
.search-div{
  width:100%;
  margin-bottom: 30px;
}
.widget-content{
  margin:0px;
  padding:0px;
  list-style: none;
}
.widget-content li,
.small-article{
  margin-bottom: 18px;
}
.widget-content p,
.small-article p{ 
  margin: 0px; 
  color: #666; 
}
.widget-content li,
.small-article{
  font-size: 13px;
  line-height: 17px;
}
.widget-content li h3,
.small-article h3{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0px 0px 5px;
  
  
  
}
.widget-content li h3 a,
.small-article a{
  color:#222222;/*#147*/
  text-decoration: none;
}
.widget-content li h3 a:hover,
.small-article a:hover{
  color: #ff6600;
}
/*modiff_p adaugat*/
.widget-content .simple-thumb{
  width: 140px;
  margin-bottom: 5px;
}
.widget-content li{
  padding-bottom: 15px;
  border-bottom:1px solid #dadada;
}
 /*end modiff_p adaugat*/

.feed-image{
  margin-bottom: 13px;
}
.feed-image a{
  display: block;
  background: #000;
}
.news-block{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.news-block img{
  width:100%;
  height: auto;
}
.image-overlay{
  position: relative;
  display: block;
  min-height: 100px;
}/*background: #000;*/
.overlay-link{
  outline: none;
  text-decoration: none;
}
.news-details{
  color: #777;/*modiff_p #a9a9a9;*/
  position: relative;
  margin-top:-40px;
  padding:10px 20px 0px;
  background: #fff;
  font-size: 18px;
  line-height: 22px;
  /*modiff_p
  font-size: 14px;
  line-height: 20px;
  end modiff_p*/
  font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 10;
}
.news-title{
  font-family: "Noto Serif", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  margin-top:0px;
  margin-bottom: 10px;
}
.small-block .news-title{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.small-block .news-details{
  margin-top: -33px;
  padding-top: 10px;
}
.big-block .news-title{
  font-size: 41px;
  line-height: 45px;
}
.big-block .news-details{
  margin-top: -53px;
  padding-top: 15px;
}


.news-title a{
  color:#222222;/*#147*/
}
.widget-content li h3 a:hover,
.news-title a:hover,
.simple-post h2 a:hover,
.simple-post h3 a:hover,
.widget-post h3 a:hover,
.categorywidget li a:hover, 
.categorywidget li a:hover span,
.comments-wrapper .comment-reply-link,
.post-wrapper .simple-share a, 
.parallax-wrapper .simple-share a{
  color:#C30;/*ff6600*/
}
/*modiff_p*/
.revista-column {
  /*width: 150px;*/
  position: relative;
  margin: 0 auto 15px;
  border-color: #777;
  border-style: solid;
  border-width: 1px;
}
.revista-column .image-overlay {
  position: relative;
  display: block;
  background: rgba(238, 238, 238, 0);
    /* width: 185px; */
    /* min-height: 220px; */
  text-align: center;
  /*
  border-color: #777;
  border-style: solid;
  border-width: 1px;
  */
}
.revista-column .news-details{
  margin-top: -25px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.revista-column .news-title{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}


.widget-revista-block {
    width: 200px;
    position: relative;
    margin: 0 auto 30px;
}
.revista-block .news-details{
  margin-top: -15px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.revista-block .news-title{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.revista-block .image-overlay {
  position: relative;
  display: block;
  background: #000;
  /*width: 185px;*/
  min-height: 220px;
}

.widget-revista-text-block {
    /*width: 100%;*/
    position: relative;
	margin: 0 -10px;
}
.revista-text-block .news-details{
  margin-top: -35px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.revista-section-title{
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  margin: 0px 0px 20px;
}
.revista-section-title span{
  color: #222222;
}

.widget-post-revista{
  color: #777;
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
}
/*modiff_p*/

/* === Simple post style === */
.simple-post{
  padding: 30px 0px 30px;
}
.simple-thumb img{color: #fff;}
.simple-thumb,
.author-thumb{
  position: relative;
  float: left;
  margin: 0 30px 0 0;
}/* background: #000;*/
.simple-thumb{
  width:160px;
}
.widget-post .simple-thumb{
  width: 95px;
}
.simple-big .simple-thumb{
  width:255px;
}

.author-thumb,
.author-thumb a,
.author-thumb img{
  background: none;
  display: block;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.simple-post h3{
  font-size: 23px;
  line-height: 27px;
  margin:0px 0px 10px;
}
.simple-post h3 a{
  color:#222222;/*#147*/
}
.simple-share{
  color: #777;
  font-size: 13px;
  line-height: 1;
  margin:0px;
}
.widget-post .simple-share{
  margin-top: 10px;
}
.simple-share a{
  color: #999999;
  text-decoration: none;
}
.simple-share a:hover{
  color: #999999;
  border-bottom: 1px solid #999999;
}

/* === Simple big post style === */
.simple-big .simple-share{
  margin-bottom: 5px;
}
.simple-big h3{
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 5px;
}
.simple-big .excerpt{
  color: #a9a9a9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.news-text-block{
  margin-top: 20px;
  margin-bottom: 20px;
}

/*---------------------------------------
  3.8 Post Content Style   
-----------------------------------------*/
.post-wrapper{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 30px;
}
.post-wrapper h1,
.post-wrapper h2,
.post-wrapper h3,
.post-wrapper h4,
.post-wrapper h5,
.post-wrapper h6
{
  color: #222222;
}
.post-wrapper p, 
.post-wrapper address, 
.post-wrapper pre, 
.post-wrapper hr, 
.post-wrapper ul, 
.post-wrapper ol, 
.post-wrapper dl, 
.post-wrapper dd, 
.post-wrapper table {
  margin-bottom: 20px;
}
.post-wrapper,
.post-header{
  position: relative;
}
.post-content > p:first-child:first-letter,
.drop-caps 
{
  float: left; 
  color: #222; 
  font-size: 55px; 
  font-weight: 700;
  line-height: 50px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px; 
  margin: -2px 0 0;
  font-family: "Noto Serif"; 
}


.drop-caps-square{
  background: #ff6600;
  padding:5px 13px;
  margin-right: 15px;
  margin-top: 8px;
  font-size: 54px;
  line-height: 54px;
  color:#fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.post-content a{
  color:#ff6600;
}
.post-content a:hover{
  color:#ff6600;
  border-bottom: 1px solid #ff6600;
}
.post-content ul,
.post-content ol{
  margin-left: 20px;
}
.post-content ul li{
  margin: 0px;
  list-style: square;
}
.post-content ol li{
  margin: 0px;
  list-style: decimal;
}

/* === WordPress Core === */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    padding: 0;
    text-align: center;
}
.wp-caption a:hover{
  border-bottom: none;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    color:#222;
    margin: 0;
    padding: 5px 0;
	text-align:right;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.post-header .category{
  top: -30px;
  left: 0px;
}
.post-title{
  margin-top: 0;
  padding-top: 5px;
  color:#000;
  font-size: 42px;
  margin-bottom: 10px;
  line-height: 46px;
}
.post-wrapper .post-header{
  margin:0 0 20px;
}
.fullwidth-header{
  margin:0 0 10px;
}
.post-wrapper .image-overlay img{
  width:100%;
  height: auto;
}
.post-wrapper .tags-widget{
  margin-bottom: 0px;
}

/* === Post Review Style === */
.post-review-label{
  width:100%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.post-review-label .post-review-text{
  float: left;
}
.post-review-label .post-review-point{
  float: right;
}
.post-review-wrapper{
  margin-bottom: 20px;
}
.post-review-description{
  margin-bottom: 20px;
}
.post-review-sum-point{
  float: left;
  border: 2px solid #dadada;
  padding: 10px;
  margin-right: 20px;
}
.post-review-wrapper .star-reviews{
  margin: 0px;
  font-size: 13px;
}
.post-review-sum-point h4{
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  margin: 0 0 -5px;
}
.progress{
  height: 4px;
  background: #dadada;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar{
  box-shadow: none;
  background-color: #ff6600;
}

/* === Post Tag Style === */
.tags-wrapper{
  margin-top: 20px;
  margin-bottom: 20px;
}
.tags-wrapper .tag-list li{
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags-wrapper .tag-list a{
  border: 2px solid #dadada;
}
.tags-wrapper .tag-list a:hover{
  border-color: #7a7a7a;
}

/* === Post Meta Styles === */
.post-wrapper .simple-share,
.parallax-wrapper .simple-share{
  font-size: 13px;
  line-height: 17px;
  color: #959595;
  font-weight: 500;
}
.post-wrapper .simple-share span,
.parallax-wrapper .simple-share span{
  display: inline-block;
  margin-right: 10px;
}
.post-wrapper .simple-share a:hover,
.post-wrapper .simple-share a:focus,
.parallax-wrapper .simple-share a:hover,
.parallax-wrapper .simple-share a:focus{
  color: #ff6600;
  border-color: #ff6600;
}
.post-wrapper .simple-share .comments-count,
.parallax-wrapper .simple-share .comments-count{
  float: right;
  position: relative;
  background: #b2b2b2;
  display: block;
  color: #fff !important;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  padding:3px 7px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.post-wrapper .simple-share .comments-count:after,
.parallax-wrapper .simple-share .comments-count:after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: 4px;
  border-width: 0 8px 5px 0px;
  border-style: solid;
  border-color: transparent #b2b2b2;
  display: block;
  width: 0;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
.post-wrapper .simple-share .comments-count:hover,
.post-wrapper .simple-share .comments-count:focus,
.parallax-wrapper .simple-share .comments-count:hover,
.parallax-wrapper .simple-share .comments-count:focus{
  border: none;
  background: #7a7a7a;
  color:#fff;
}
.post-wrapper .simple-share .comments-count:hover:after,
.post-wrapper .simple-share .comments-count:focus:after,
.parallax-wrapper .simple-share .comments-count:hover:after,
.parallax-wrapper .simple-share .comments-count:focus:after{
  border-right-color: #7a7a7a;
  border-left-color: #7a7a7a;
}

.share-wrapper{
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding:20px 0;
  margin-bottom: 30px;
  white-space: nowrap;
}
.total-shares{
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  position: relative;
  min-width: 75px;
  white-space: nowrap;
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
}
.total-shares em {
  color: #222222;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-style: normal;
}
.total-shares .caption {
  font-size: 13px;
  font-weight: 300px;
  margin-top: -8px;
  color: #c1c1c1;
  text-transform: uppercase;
}
.share-wrapper .share-buttons {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  margin-bottom: 0px;
  background: transparent;
  padding: 0px;
  top: -20px;
}
.social-share{
  margin-right: 5px;
  font-size: 12px;
  padding: 8px 9px;
  line-height: 20px;
  background: #7a7a7a;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border:none;
}
.social-share i{
  font-size: 15px;
}
.social-share:hover,
.social-share:focus{
  color:#fff;
  text-decoration: none;
  border:none;
}
.share-wrapper .facebook {
  background: #2d609b;
}
.share-wrapper .twitter {
  background: #1ebef0;
}
.share-wrapper .pinterest {
  background: #c8232c;
}
.share-wrapper .google-plus {
  background: #e02f2f;
}
.share-wrapper .linked_in {
  background: #0083be;
}
.share-wrapper .whatsapp {
  background: #01E675;
}

.alt-text{
  margin-left: 3px;
}
.post-nav-wrapper{
  margin:20px 0;
}
.post-nav-label{
  color:#b2b2b2;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
.post-nav-label i{
  font-size: 14px;
}
.post-nav-title{
  display: block;
  color:#222222;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.next-post{
  width: 100%;
  text-align: right;
  padding-left: 30px;
}
.previous-post{
  width: 100%;
  min-height: 70px;
  text-align: left;
  padding-right: 30px;
  border-right:1px solid #e3e3e3;
}
/* === Author Box Styles === */
.author-box{
  position: relative;
  width:100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding:20px 25px;
  border: 2px solid #d6d6d6;
}
.author-box .author-avatar{
  float: left;
  display: block;
  margin-right: 20px;
}
.author-box .author-info{
  margin-left: 130px;
  position: relative;
}
.author-box .author-avatar,
.author-box .author-avatar a,
.author-box .author-avatar a img{
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.author-box .author-info h3{
  margin: 0 0 5px 0;
  font-size: 29px;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.author-box .author-info h3 a{
  color:#222222;
}
.author-box .author-info h3 a:hover{
  color: #ff6600;
}
.author-box .author-bio{
  margin-bottom: 9px;
}
.author-contact a{
  color:#222222;
  display: inline-block;
  margin-right: 5px;
}
.author-contact a:hover{
  color:#ff6600;
}
.related-posts{
  margin-bottom: 20px;
}
.post-wrapper .tags-wrapper{
  margin: 10px 0 20px;
}

/* === Parallax Post Styles === */
.parallax-header,
.parallax-wrapper,
.parallax-wrapper .parallax-box{
  height: 580px;
}
.parallax-image{
  height: 630px;
}
.page-wrapper,
.page-wrapper .parallax-wrapper,
.page-wrapper .parallax-box{
  height: 320px;
}
.page-wrapper .parallax-image{
  height: 350px;
}
.parallax-wrapper .page-header{
  border: none;
  margin-top: 120px;
  color: #fff;
  text-align: center;
}
.page-header .page-title{
  color: #fff;
  font-size: 52px;
  line-height: 56px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #000;
  font-family: "Roboto", sans-serif;
}
.page-wrapper .parallax-image img{
  opacity: .45;
}
.page-header .page-description{
  color: #fafafa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  width: 85%;
  margin: 0 auto;
}
.page-subtitle{
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 46px;
  color: #474747;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
}
.parallax-header{
  position: relative;
  overflow: hidden;
  width:100%;
  z-index: 9;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: auto 720px;
}
.parallax-image img{
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.parallax-image{
  position: absolute;
  width:100%;
  left:0px;
  bottom:0px;
  right: 0px;
}
.parallax-wrapper{
  position: absolute;
  z-index: 10;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  background: url(images/parallax-bg.png) transparent repeat-x 0 0;
  background-size: auto 100%;
}
.parallax-wrapper .post-header{
  position: absolute;
  bottom:40px;
  left:15px;
  right: 15px;
}
.parallax-wrapper .post-title{
  font-size: 52px;
  line-height: 56px;
  color:#fff;
  text-shadow: 0px 1px 0px rgba(0,0,0, 0.75);
}
.parallax-wrapper .simple-share{
  color: #fff;
}

/*---------------------------------------
  3.9 Shortcodes & Pages Style                
-----------------------------------------*/
.post-content .nav-tabs,
.post-content .nav-tabs ul{
  margin:0px;
  background: #7a7a7a;
  border-bottom: none;
  border-left:1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.post-content .nav-tabs li{
  list-style: none;
  margin:0px;
  border-right: 1px solid #a1a1a1;
}
.post-content .nav-tabs>li>a,
.post-content .dropdown-menu>li>a{
  color:#fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 13px;
  margin: 0px;
  border-radius: 0px;
  border-bottom: none;
  padding:20px 35px;
  border:none;
  border-top: 2px solid transparent;
}
.post-content .nav-tabs>li>a:hover,
.post-content .nav-tabs>li>a:focus{
  background: #646363;
  border-bottom: none;
  border-left:none;
  border-right:none;
  border-top-color: #646363;
}
.post-content .nav-tabs>li.active{
  border-right-color: transparent;
}
.post-content .nav-tabs>li.active>a, 
.post-content .nav-tabs>li.active>a:focus, 
.post-content .nav-tabs>li.active>a:hover{
  color:#222;
  background: #fff;
  border-left-color: #ebebeb;
  border-right-color: transparent;
  border-top:2px solid #ff6600;
}
.post-content .tab-content{
  padding: 20px;
  border-top: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

/* === Pagination Style === */
.post-content .pagination,
.post-content .pager{
  margin-left: 0px;
  text-align: center;
  width:100%;
}
.pagination>li,
.post-content .pagination>li,
.post-content .pager li{
  list-style-type: none;
  float: none;
  display: inline-block;
}
.pagination>li>a, 
.pagination>li>span,
.pager li>a, 
.pager li>span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  color:#7a7a7a !important;
  padding: 9px 15px;
  text-decoration: none;
  background-color: #fff !important;
  border:2px solid #dadada !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.pager li>a, 
.pager li>span{
  min-width: 100px;
}
.pager li.previous,
.pager li.next{
  display: block;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pager li>a:focus, 
.pager li>a:hover, 
.pager li>span:focus,
.pager li>span:hover{
  color: #fff !important;
  border:2px solid #7a7a7a !important;
  background: #7a7a7a !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
  color: #fff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.pagination-lg>li>a, 
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-sm>li>a, 
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

/* === Load More Button Style === */
.load-more{
  margin-bottom: 30px;
}
.load-more .btn{
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 14px;
  color:#7a7a7a;
  border:2px solid #dadada;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #fff;
}
.load-more .btn:hover,
.load-more .btn:focus{
  color: #fff;
  border:2px solid #7a7a7a;
  background: #7a7a7a;
}

/* === Toggle style === */
.panel-group .panel{
  background: none;
  border-radius: 0;
  border:1px solid #ebebeb;
  box-shadow: none;
}
.panel-default>.panel-heading{
  background: #8a8a8a;
  border:none;
}
.panel-heading{
  border-radius: 0;
  padding: 0;
}
.panel-heading .panel-title{
  background: #fff;
  width:100%;
  height:100%;
  display: block;
}
.panel-heading .panel-title a{
  display: block;
  width:100%;
  padding:15px 20px;
  color:#222222;
  border-left: 2px solid #ff6600;
  border-bottom: none;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 13px;
}
.panel-heading .panel-title a i{
  color:#ff6600;
}
.panel-heading .panel-title a i:before{
  content: "\f00d";/*modiff_p \f00d "\f068"*/
}
.panel-heading .panel-title a.collapsed i{
  color:#fff;
}
.panel-heading .panel-title a.collapsed i:before{
  content: "\f0c9";/*modiff_p \f0c9 \f067*/
}
.panel-heading .panel-title a:hover{
  background: #fff;
  color:#222222;
  border-bottom: none;
}
.panel-title>a.collapsed{
  background: #8a8a8a;
  border-left-color:#8a8a8a;
  color:#fff !important;
}
.panel-title>a.collapsed:hover{
  color:#fff;
  background: #646363;
  border-left-color:#646363;
}
.panel-body{
  padding: 15px 20px;
}
.toggle-button i{
  float: right;
}

/* === Form Styles === */
/* eliminat
.btn{
  padding: 10px 20px;
  border-radius: 0;
  border:none;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
}
.btn-default, .btn-link{
  color:#fff;
  background-color: #7a7a7a;
}
.btn-default:hover, .btn-link:hover{
  color: #fff;
  background: #646363;
}
.btn.focus, .btn:focus, .btn:hover{
  outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
*/
.form-control{
  border: 2px solid #d6d6d6;
  border-radius: 0;
  height: 45px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #cdcbcb;
}
.form-group{
  margin-bottom: 20px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
  margin-left: 0px;
}

/* === Comment Styles === */
.comments-wrapper .comment-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.comments-wrapper .comment-list ol{
  list-style: none;
  margin-left: 40px;
}
.comment-list .children > li {
  list-style:none;
  padding-left: 15px;
}
.comment-list .comment-body {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
.avatar-wrapper{
  float: left;
  width:80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.avatar-wrapper img{
  width:80px;
  height: 80px;
  border-radius: 50%;
}
.comment-metadata,
.comment-content,
.reply{
  /*margin-left: 100px; modiff_p*/
}
.comment-content{
  font-size: 15px;
  line-height: 20px;/*modiff_p 26px */
}
/*modiff_p adaugat */
.comment-content p{margin: 0 0 5px;}
/*end modiff_p adaugat */
.comment-metadata .article-date{
  float: right;
  font-size: 13px;
  color:#666;
}
.comments-wrapper .author-name{
  color:#222222;
  font-weight: 500;
}
.comments-wrapper .author-name:hover{
  color:#ff6600;
}
.comments-wrapper .comment-reply-link{
  font-size: 13px;
  border-bottom: 1px solid transparent;
}
.comments-wrapper .comment-reply-link:hover{
  border-bottom-color: #ff6600;
}
.comment-title{
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 800;
  color:#7a7a7a;
}
.comment-form{
  margin-bottom: 30px;
}

/*---------------------------------------
  3.10  Widget Style    
-----------------------------------------*/
.widget{
  margin-bottom: 50px;
}
.theiaStickySidebar{
  background: #fff;
}
.social-links,
.tagwidget,
.categorywidget{
  margin-bottom: 40px;
}
.adwidget{
  margin-bottom: 50px;
}
.sticky-sidebar .adwidget{
  margin-bottom: 20px;
}
.iframewidget {
    text-align: center;
    padding: 10px 0px;
    border: 2px solid #dadada;
}
.sticky-sidebar .iframewidget{
  margin-bottom: 20px;
}
.widget ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}
.adwidget{
  text-align: center;
  padding: 20px;
  border: 2px solid #dadada;
}
.author-widget{
  text-align: center;
  padding: 20px 30px;
  border: 2px solid #dadada;
}
.author-widget a{
  color:#222;
}
.author-widget i{
  margin: 5px 3px;
}
.adwidget a{
  display: inline-block;
  /*modiff_p remove: background: #000;*/
}
.bannerwidget{
  text-align: center;
  padding:20px;
  border: 2px solid #dadada;
}
.bannerwidget a{
  display: block;
  background: #000;
}
.author-widget .author-thumb{
  float: none;
  margin: 0 auto 10px;
  width:140px;
}
.author-widget .author-title{
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 29px;
  margin: 0;
}
.author-widget .author-title a{
  color:#222222;
}
.author-widget a:hover{
  color:#ff6600;
  border:none;
}
.author-widget .author-position{
  color:#ff6600;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 10px;
}
.author-bio{
  color:#5f5f5f;
  font-size: 14px;
  line-height: 22px;
  margin:5px 0px 10px;
  font-weight: 300;
}
.sidebar .subscribewidget{
  text-align: left;
}
/*.sidebar{
  margin:0 5px 0 5px;modiff_p
}*/
.sidebar .widget:last-child{
  margin-bottom: 30px;
}
.widget-125 a{
  float: left;
  display: inline-block;
  margin: 13px;
}

/* === Category widget === */
.categorywidget .block-title{
  margin-bottom: 10px;
}
.categorywidget li{
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.categorywidget li:last-child{
  border-bottom: none;
}
.categorywidget li a{
  color:#222222;
  display: block;
  text-decoration: none;
  padding: 10px 0px;
}
.categorywidget li a span{
  position:absolute;
  right:20px;
  top:50%;
  margin-top: -10px;
  color:#222222;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* === Tab widget === */
.widget .nav-tabs{
  border-bottom: 2px solid #dadada;
  margin-bottom: 20px;
}
.widget .nav-tabs>li{
  float: left;
  display: block;
  margin-bottom: -2px;
}
.widget .nav>li>a {
  padding: 0px;
}
.widget .nav-tabs>li>a {
  margin-right: 30px;
  line-height: 1;
  border:none;
  margin-bottom: 0px;
  line-height: 39px;
  height: 39px;
  color:#999999;
}
.widget .nav>li>a:focus, 
.widget .nav>li>a:hover {
  text-decoration: none;
  background: none;
}
.widget .nav-tabs>li>a:hover {
  border-color: transparent;
  color:#222222;
}
.widget .nav-tabs>li.active>a, 
.widget .nav-tabs>li.active>a:focus, 
.widget .nav-tabs>li.active>a:hover{
  color: #222222;
  background: none;
  border:none;
  border-bottom: 2px solid #ff6600;
}
.widget-post{
  padding: 0px;
  margin-bottom: 20px;
  
}
.widget .widget-post:last-child{
  margin-bottom: 0px;
}
.widget-post h3{
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.widget-post h3 a{
  color:#222222;
}
.widget-post .simple-thumb{
  margin: 0px 15px 0px 0px;
}

/* === Subscribe Widget Style === */
.subscribewidget h3{
  margin-bottom: 10px;
}
.subscribewidget input,
.subscribewidget button,
.subscribewidget .form-inline .input-group{
  width:100%;
  border-radius: 0;
  height: 38px;
  border: none !important;
}
.subscribewidget input{
  background: #f0f0f0;
}
.subscribewidget button{
  background-color: #7a7a7a;
  color:#fff;
}
.subscribewidget button:hover,
.subscribewidget button:focus
{
  color: #fff;
  background-color: #646363;
}
.subscribewidget p{
  margin-bottom: 15px;
}



/* === Tags Widget Style === */
.tags-widget{
  margin:0px;
  padding:0px;
  list-style: none;
}
.tags-widget li{
  float: left;
  margin: 0px 10px 10px 0px;
}
.tags-widget li.trending{
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 30px;
}
.tags-widget li a{
  display: block;
  color:#7a7a7a;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 9px;
  border: 2px solid #dadada;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tags-widget li a:hover{
  color:#fff !important;
  background: #7a7a7a !important;
  border-color: #7a7a7a !important;
}

/* === Reviews Widget Style === */
.star-reviews{
  color: orange;
  margin-right: 10px;
  display: inline-block;
  cursor: default;
}
.star-reviews i{
  margin-left: -1px;
  margin-right: -1px;
}

.social-list{
  margin:0px -5px !important;
  padding:0px;
  list-style: none;
}
.social-list li{
  float: left;
  list-style: none !important;
  margin:0px 5px 10px !important;
  padding:0px;
}
.social-list span{
  list-style: none !important;
  margin:0px 5px 10px !important;
  padding:0px;
}

/* === Social button Style === */
.social-list li a{
  display: block;
  text-align: center;
  border:2px solid #dadada;
  width:40px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  color:#b2b2b2;
  
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.social-list li a:hover,
.social-list li a:focus{
  background: #000;
  color:#fff;
  border-color:#000;
}
.social-list li.social-facebook a:hover,
.social-list li.social-facebook a:focus{
  background: #507cbe;
  border-color:#507cbe;
}
.social-list li.social-twitter a:hover,
.social-list li.social-twitter a:focus{
  background: #63cdf1;
  border-color:#63cdf1;
}
.social-list li.social-gplus a:hover,
.social-list li.social-gplus a:focus{
  background: #e04b35;
  border-color:#e04b35;
}
.social-list li.social-youtube a:hover,
.social-list li.social-youtube a:focus{
  background: #f16261;
  border-color:#f16261;
}
.social-list li.social-vimeo a:hover,
.social-list li.social-vimeo a:focus{
  background: #87d3e0;
  border-color:#87d3e0;
}
.social-list li.social-instagram a:hover,
.social-list li.social-instagram a:focus{
  background: #5c7da6;
  border-color:#5c7da6;
}
.social-list li.social-pinterest a:hover,
.social-list li.social-pinterest a:focus{
  background: #f16261;
  border-color:#f16261;
}
.social-list li.social-skype a:hover,
.social-list li.social-skype a:focus{
  background: #507cbe;
  border-color:#507cbe;
}
.social-list li.social-rss a:hover,
.social-list li.social-rss a:focus{
  background: #ffb432;
  border-color:#ffb432;
}
/*modiff_p add*/
.social-list li.social-email a:hover,
.social-list li.social-email a:focus{
  background: #bababa;
  border-color:#dadada;
}
.social-list li.social-newsletter a:hover,
.social-list li.social-newsletter a:focus{
  background: #5cb85c;
  border-color:#4cae4c;
}
/*end modiff_p add*/
/*---------------------------------------
  3.11  Footer Style    
-----------------------------------------*/

/* === Mobile overlay === */
.mobile-overlay{
    left:0;
    z-index:990;
    height:0;
    width:0;
    -webkit-transition:-webkit-transform .5s;
    transition:transform .5s;
    -webkit-backface-visibility: hidden;
    cursor:pointer
}
.mobile-overlay:after{
    position:fixed;
    top:0;
    z-index:990;
    right:0;
    width:0;
    height:0;
    background:rgba(0,0,0,.5);
    content:'';
    opacity:0;
    -webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;
    transition:opacity .5s,width .1s .5s,height .1s .5s;
    -webkit-backface-visibility: hidden;
}
.ad-opened .mobile-overlay:after
{
    width:100%;
    height:100%;
    opacity:1;
    -webkit-transition:opacity .5s;
    transition:opacity .5s;
    z-index:990;
}
.ad-opened .fixed-left-sidebar .sticky-sidebar,
.ad-opened .fixed-right-sidebar .sticky-sidebar{
  z-index: 999;
  right:0;
  left: auto;
}

/* --------------------------------------
=========================================
   4. Responsive CSS
=========================================
-----------------------------------------*/
/*modiff_p*/
@media (max-width: 3260px) {
  .main-wrapper{
    padding-top: 120px;/*modiff_p pt sigla*/
  }
  .sigla{
    margin-right: 20px;
  }
}
/*modiff_p*/




@media (max-width: 1199px) {

  .box-news {
    height: 260px;
  }
  .box-news .category{
    top: 5px;
  }

  .featured-slider .featured-header h2,
  .featured-header h2,
  .simple-big h3,
  .small-block .news-title,
  .simple-post h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .featured-slider .featured-big .featured-header h2,
  .box-big h2,
  .big-block .news-title,
  .news-title,
  .post-title{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .parallax-wrapper .post-title{
    font-size: 34px;
    line-height: 38px;
  }
  .news-details p.excerpt{
    display: none;
  }
  .widget .nav-tabs>li>a{
    margin-right: 15px;
  }

  .parallax-header,
  .parallax-wrapper,
  .parallax-wrapper .mag-content,
  .parallax-wrapper .col-md-12,
  .parallax-image{
    height: 500px;
  }

  .page-wrapper, 
  .page-wrapper .parallax-wrapper, 
  .page-wrapper .parallax-box{
    height: 320px;
  }
}

@media (max-width: 1023px) {

  .widget {
    margin-bottom: 20px !important;
  }

}

@media (max-width: 991px) {  
  .widget-post{
  padding: 0px 0 20px 0;
  border-bottom:1px solid #dadada;
  }
  .post-wrapper{
  font-size: 18px;
  line-height: 25px;
  }
  .news-block{
  padding: 0px 0px 30px;
  /*border-bottom: 1px solid #dadada;*/
  }
  
  .widget {
    margin-bottom: 50px !important;
  }
  /*modiff_p*/


  .fixed-button,
  .fixed-sidebar .fixed-button{
    display: inline-block;
  }
  .page-wrapper, .page-wrapper .parallax-wrapper, .page-wrapper .parallax-box{
    height: 300px;
  }

  .omega{
    padding-right: 15px !important;
  }
  .alpha{
    padding-left: 15px !important;
  }
  .featured-slider .featured-big,
  .featured-slider .featured-big a.featured-href,
  .featured-slider .featured-big img,
  .featured-slider .featured-small,
  .featured-slider .featured-small a.featured-href,
  .featured-slider .featured-small img,
  .box-news,
  .box-news img,
  .feed-image img,
  .featured-slider .slider-item img{
    height: auto;
    width:100%;
    border-right: none;
    border-left: none;
  }
  .category{
    top: 20px;
    left: 20px !important;
    padding: 5px 6px;
    font-size: 10px;
  }
  .box-news .category{
    top:5px;
  }
  .featured-slider .featured-header h2,
  .news-title,
  .big-block .news-title,
  .small-block .news-title,
  .box-news h2,
  .fixed-left-sidebar .widget-content li h3,
  .fixed-left-sidebar .widget-content li h3 a{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
  }
  .fixed-left-sidebar .news-details{
    margin: 15px 0 0 0;
    padding:0px;
  }
  .simple-big h3{
    font-size: 24px;
    line-height: 28px;
  }
  .featured-slider .featured-header,
  .featured-slider .featured-big .featured-header {
    padding: 40px 20px 20px;
  }
  .featured-slider .featured-big .category{
    top: 20px;
    left:15px;
  }
  .tag-list{
    height: 30px;
	/*modiff_p add*/
	margin:10px 0 6px;
	/*end modiff_p add*/
  }
  .tag-list li{
    font-size: 14px;
    line-height: 29px;
  }
  .tag-list li a{
    font-size: 13px;
    line-height: 26px;
    padding: 0px 8px;
  }
  .widget{
    margin-bottom: 20px;
  }
  .widget .nav-tabs>li>a{
    margin-right: 5px;
  }
  .parallax-header,
  .parallax-wrapper,
  .parallax-wrapper .mag-content,
  .parallax-wrapper .col-md-12,
  .parallax-image{
    height: 500px;
  }
  .page-wrapper, 
  .page-wrapper .parallax-wrapper, 
  .page-wrapper .parallax-box{
    height: 320px;
  }

  .featured-slider .featured-big .featured-header p, 
  .news-details p.excerpt,
  .featured-small p{
    display: block;
  }

 
}

/*modiff_p add */
@media (max-width: 767px) {
 
  .featured-slider .featured-big .category{
    top: 0px;
  }
  .featured-slider .featured-big .featured-header p, 
  .news-details p.excerpt,
  .featured-small p,
  .alt-text,
  /*.share-wrapper .linked_in,*/
  .share-wrapper .pinterest{
    display: none;
  }
  .previous-post,
  .next-post{
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
    border:none;
  }
  .author-box .author-info{
    margin: 0px;
    text-align: center;
  }
  .author-box .author-avatar{
    float: none;
    text-align: center;
    margin: 0 0 5px 0;
  }
  .alignright,
  .alignleft{
    float: none;
  }
  .search,
  .news-details p,
  .simple-big .excerpt{
    display: none;
  }
  .news-details .simple-share{
    display: block;
  }
  .avatar-wrapper,
  .avatar-wrapper img{
    width: 60px;
    height: 60px;
  }
  .comments-wrapper .comment-list ol{
    padding-left: 5px;
    margin-left: 0px;
  }
  .comment-metadata, .comment-content, .reply {
    /*margin-left: 70px; modiff_p*/
  }
  .featured-slider .featured-header h2,
  .news-title,
  .big-block .news-title,
  .small-block .news-title,
  .featured-header h2,
  .featured-slider .featured-big .featured-header h2,
  .fixed-left-sidebar .widget-content li h3,
  .fixed-left-sidebar .widget-content li h3 a
  {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
  }
  .page-header .page-title{
    font-size: 28px;
    line-height: 28px;
  }
  .simple-post h3,
  .simple-big h3{
    font-size: 15px;
    line-height: 19px;
  }
  .simple-thumb, .author-thumb {
    margin: 0 10px 10px 0;
    width: 95px !important;
  }
  .news-details{
    /*margin: 0px;* moddificat/
    padding: 10px 10px 0px;
  }
  .featured-header{
    padding: 20px 10px 10px !important;
  }
  .category{
    left: 10px !important;
  }
  .adwidget{
    /*padding: 0;
    border: 1px;*/
  }
  .subscribewidget h3{
    margin-top: 0px;
  }

  .parallax-header,
  .parallax-wrapper,
  .parallax-wrapper .mag-content,
  .parallax-wrapper .col-md-12,
  .parallax-image{
    height: 400px;
  }

  .page-wrapper, 
  .page-wrapper .parallax-wrapper, 
  .page-wrapper .parallax-box{
    height: 320px;
  }

}
@media (max-width: 400px) {
  .sticky-content{
    padding: 15px;
  }
  .mid-logo-wrapper .logo{
    font-size: 30px;
    line-height: 32px;
  }
  .mid-logo-wrapper .logo-description {
    font-size: 12px;
    line-height: 15px;
  }
  .header-style2 .main-wrapper, .header-style3 .main-wrapper{
    padding-top: 190px;
  }
  .ad728-cuprins{
   max-width:295px;
   overflow:hidden;
  }
}

/*media query apple http://stephen.io/mediaqueries/ */
@media (orientation : portrait) 
{
 .hidden-portrait {
    display: none !important;
  }
  
  /*{*/
   /*font-size: 2.8vw;*//*1.05em 25px*/
   /*line-height: 1.42857143;*/
  /*}*/
}
@media (orientation : landscape) 
{
 .hidden-portrait {
    display: inherit !important;
  }/* STYLES GO HERE */ 
}
