/*  
Theme Name: Hotmagazine
Theme URI: http://qkthemes.net
Version: 1.0.2
Description: Created by <a href="http://qkthemes.net">QKThemes</a>
Author: <a href="http://qkthemes.net">qkthemes</a>
Author URI: <a href="http://qkthemes.net">qkthemes</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: hotmagazine

---------

DO NOT EDIT THIS FILE.
*/
body .vc_row{
    margin-left: 0px;
   margin-right: 0px;
}
.inner-megadropdown .vc_col-sm-12, .inner-megadropdown .vc_column_container>.vc_column-inner, .page-template-default .vc_column_container>.vc_column-inner, .vc_col-sm-12 > .vc_column-inner{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
iframe{
	border: none;
}
.blog-box{
	overflow: hidden;
}
.widget label{
	display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #333;
}
.sub-menu{
  display: none;
}
blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
  padding: 0 20px;
}
.screen-reader-text{}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.sticky {
	border: 3px solid black;
	padding: 10px;
	background: #A2D9FD;
}	
select{
	max-width: 100%;
}
.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-right: 30px;
}
.clear{
	clear: both;
}
.testimonial-section:after{
  display: block !important;
}
.aligncenter{
	float: none;
	margin: 30px;
}

img{
	max-width: 100%;
	height: auto;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}
.widget {
	overflow: hidden;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul, .product-categories{
	    margin: 0;
		padding: 0;
}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li, .widget_rss ul li, .widget_nav_menu ul li, .product-categories li{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #efefef;
}

.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .product-categories li a{
	display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 13px;
    
    font-weight: 700;
}
.widget_categories ul li span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.widget_categories ul li:hover span {
  background: #f44336;
  color: #fff;
  border-color: #f44336;
}
.widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .product-categories li a:hover{
color: #f44336;
}
.widget_nav_menu ul li{
  border-bottom: none;
  padding-bottom: 0px;

}
.widget_nav_menu .sub-menu li{
  padding-bottom: 0px;
}

.widget_archive ul li, .widget_categories ul li{
	text-align: right;
	overflow: hidden;
	  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  border-bottom: none;
}
.widget_archive ul li a, .widget_categories ul li a{
	float: left;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px !important;
  padding: 6px 9px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
}
/*.sidebar .tagcloud a{
  padding: 12px 18px;
}*/
.tagcloud  a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}
.blog-section .blog-box .blog-post .single-post-tags li{
  display: inline-block;
  list-style: none;
}
.blog-section .blog-box .blog-post .single-post-tags li span{
  color: #333;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.single-post-tags{
  padding: 0px !important;
}
input[type="email"], input[type="text"] {
    display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
input[type="email"]:focus {
    border: 1px solid #b1b1b1;
}
.mc4wp-form input[type="submit"]{
    width: 100% !important;
    text-align: center;
    background: #222222;
    font-size: 13px;
    color: #ffffff;
    
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    outline: none;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#submit-contact{
    color: #ccc;
  font-size: 11px;
  
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#submit-contact:hover{
  background: #f44336;
  color: #ffffff;
}
.comment-reply-title{
  color: #333333;
  margin-bottom: 25px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
a{
  color: #333;
}

input[type="text"], input[type="password"], input[type="search"]{
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
textarea{
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#commentform textarea{
  height: 130px;
}
label {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus{
  border: 1px solid #f44336;
}
.single-page-section .vc_single_image-img{
  width: 100%;
}
.wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure{
  display: block !important;
}
body .wpb_content_element{
  margin-bottom: 0px;
}
.title-section h2 {
  color: #222222;
  font-size: 15px;
  
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h2 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.the-content h2 {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.the-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.advertisement  {
  color: #fff;
  font-size: 10px;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.advertisement img{
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
.pagination-box ul.pagination-list li .current {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  padding: 6px 11px;
  border: 1px solid #f44336;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f44336;
}

.both-sidebar  .news-post .inner-hover > a{
  position: relative;
  bottom: inherit;
  left: inherit;
}
.container .container{
  max-width: 100%;
}
.caption, caption{
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
input[type="submit"]{
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.posts-filtered-block{
   transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-reply-link:before{
    content: "\f0e5";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 9px;
}
input[type="submit"]:hover {
  background: #f44336;
  color: #ffffff;
}

#reply-title{
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  
}
#reply-title span {
  margin-bottom: -1px;
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.logged-in-as, .comment-notes{
  color: #999;
}
.single-post-box .comment-area-box ul.comment-tree .children .comment-box {
  padding-left: 100px;
}
.contact-form-box{
  position: relative;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:before, .very-large-post .post-gallery .bx-wrapper .bx-prev:before,.image-slider .bx-wrapper .bx-prev:before, .image-slider .bx-wrapper .bx-next:before, .single-post-box .bx-wrapper .bx-next:before, .single-post-box .bx-wrapper .bx-prev:before, .galery-box .bx-wrapper .bx-next:before, .galery-box .bx-wrapper .bx-prev:before{
  margin-top: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .wpb_wrapper > .owl-wrapper {
  padding: 20px 20px 25px;
}
@media(min-width: 768px){
  .email-not-published{
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.navbar-nav li.drop ul.dropdown li .dropdown{
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}
.navbar-default .navbar-nav>li>a > i{
  position: absolute;
  
  font-size: 14px;
  color: #666666;
  top: 24px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.third-style .navbar-default .navbar-nav>li>a > i{
  top: 20px;
}

.navbar-nav > li > a:after{
  display: none;
}
 form.mc4wp-form {
  background: #222222;
  padding: 20px;
  margin: 0;
}
.mc4wp-form h2{
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
form.mc4wp-form input[type="email"] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  border: transparent;
  margin: 0;
  line-height: 12px;
}
form.mc4wp-form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #f44336;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}
form.mc4wp-form p {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  line-height: 16px;
}
.vc_inner > .container{
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-nav > li.mega-drop > a:after{
  display: inline-block;
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 21px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.leftsidebar_thumb .news-post .post-gallery a:hover, .both-sidebar  .news-post .inner-hover > a:hover{
  opacity: 0.7;
}
.wpb_column.block-content:after{
  margin-left: 0px;
}
.title-section.white h1{
  color: #fff;
}
.image-slider{
  position: relative;
}
.thumb-wrap{
  position: relative;
}
.thumb-wrap .edit-post{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  padding: 3px 10px;
  font-size: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
body .rw-rating-table td:last-child{
  padding-bottom: 0px !important;
}
.very-large-post #bx-pager a img{
  max-width: 110px;
}
.wpb_text_column p:last-child {
  margin-bottom: 30px;
}
.quote strong {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  font-style: italic;
  margin: 0;
}
footer .widget-title {
  
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 1px;
} 
footer  p, footer a,footer .widget_recent_entries ul li a,footer .widget_recent_comments ul li a,footer .widget_archive ul li a,footer .widget_categories ul li a,footer .widget_meta ul li a,footer .widget_pages ul li a,footer .widget_rss ul li a,footer .widget_nav_menu ul li a,footer .product-categories li a {
  color: #999999;
}
footer .widget_archive ul li,footer .widget_categories ul li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
  color: #999;
}
.widget_categories ul li span{
  color: #333;
  border: 1px solid #f0f0f0;
}
footer .widget_archive ul li,footer .widget_categories ul li:nth-child(2n) {
  padding-left: 9px;
}
footer .widget_categories ul li span{
  color: #999;
  border: 1px solid #333;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li:nth-child(3){
  display: none;
}
/***BBPRESS***/
#bbpress-forums div.bbp-search-form{
  float: none;
}
#bbpress-forums .search-box {
  padding: 30px;
  background: #fafafa;
}
form.search-form input[type="text"]{
  background: #fff;
}
a.bbp-forum-title {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.bbp-author-avatar{
  float: right;
}
.freshness a{
  color: #666 !important;
  font-weight: normal;
}
.bbp-author-avatar{
  display: none;
}
.table-row, textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content{
  float: none;
  width: 100%;
}
.status-trash{
  opacity: 0.5;
}
.autor-tags ul{
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.image-slider-fade ul {
  padding: 0;
  margin: 0;
}
.image-slider-fade .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 30px;
}
.image-slider-fade .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 30px;
}
.image-slider-fade .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}
.image-slider-fade .bx-wrapper .bx-prev:before, .image-slider-fade .bx-wrapper .bx-next:before{
  margin-top: -10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-slider-fade .bx-wrapper .bx-prev:hover, .image-slider-fade .bx-wrapper .bx-next:hover{
  background: #ececec;
}
.image-slider-fade .bx-wrapper .bx-prev:hover:before, .image-slider-fade .bx-wrapper .bx-next:hover:before{
  color: #333;
}
.image-slider-fade .bx-wrapper .bx-pager, .image-slider-fade .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
  position: absolute;
  margin: 0px;
}
.big-slider .image-slider-fade .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #fff;
  background: #fff;
}
.top-line-list{
  display: inline-block;
}
.top-line ul.top-line-list.top-menu{
  margin-left: 18px;
}
.top-line ul.top-line-list.top-menu:before {
  content: '';
  width: 0;
  height: 15px;
  border-left: 1px dotted #777777;
  margin-right: 20px;
}
.rw-rating-table tr td .rw-left {
    padding: 0 20px 12px !important;
}
@media(max-width: 1200px){
  .navbar-default .navbar-nav>li>a > i, .navbar-nav > li.mega-drop > a:after{
    display: none;
  }
}
@media(max-width: 767px){
  .navbar-nav li.drop ul.dropdown, .navbar-nav li.drop ul.dropdown li ul.dropdown.level2{
    position: static;
  }
}
body.comming-soon-page #comming-soon-content #clock .comming-part span{
  line-height: 60px;
}
.admin-bar header.active .nav-list-container{
  top: 32px !important;
}
.wpb_text_column p:last-child, .wpb_text_column blockquote{
	margin-bottom: 30px !important;
}
.wpb_text_column p.caption{
margin-bottom: 0px !important;
}
footer .tagcloud a{
  border-color: #444;
  color: #999;
}
footer .tagcloud a:hover{
  background: #f44336;
}
footer form.mc4wp-form{
  background: #f44336;
}
footer form.mc4wp-form button{
  color: #fff;
  background: #f44336;
}
footer form.mc4wp-form p{
  color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background: transparent;
}
.widget_recent_entries ul li{
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
footer .widget_recent_entries ul li{
  border-bottom-color: #333;
}
.widget_recent_entries ul li span{
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: 7px;
}
footer .widget_recent_entries ul li a{
  color: #ccc;
}
.widget_recent_entries ul li span:before{
  content: "\f017";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  margin-right: 9px;
}
.feature-video .features-video-box:before{
  display: block !important;
}
.non-sidebar > .container > .row{
  margin: 0px !important;
}
.non-sidebar .grid-box .row{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.feature-video .title-section{
  border-bottom: 1px solid #444444;
}
.row .row  .vc_col-sm-12 > .vc_column-inner{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.loading{
  position: relative;
  overflow: hidden;
}
.loading:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/loader.gif);
  margin-top: -12px;
  margin-left: -12px;
  z-index: 1111;
}
.loading:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.navbar-nav .megadropdown .inner-megadropdown .block-full .owl-wrapper h1{
  display: none;
}
/**//**/
.noticias01 {background: url(images/bg-noticias01.png) top left no-repeat}
.noticias01 .slider-caption-box{background: none;}
.noticias01 .slider-holder span{display: none}
.noticias01 .slider-caption-box{padding: 0}
.noticias01 h3{color: #fff; padding-bottom: 5px; height: 42px; line-height: 42px; display: block; position: relative; font-family:  "Times New Roman", Georgia, Serif;}
.noticias01 h3 span{padding-left: 56px;  position: relative; height: 37px; top: 0; display: inline-block}
.noticias01 h3 span:before{ content:url(images/bg-bullet.png); position: absolute; left: 0;}
.local h3{border-bottom: solid 2px #00AEEF;}
.local h3 span{background: #00AEEF; padding-right: 125px;}
.local h3 span:after{ content:url(images/bg-local.png); position: absolute; right: -29px;}

.espectaculos h3{border-bottom: solid 2px #9E2064;}
.espectaculos h3 span{background: #9E2064; padding-right: 20px;}
.espectaculos h3 span:after{ content:url(images/bg-espectaculos.png); position: absolute; right: -29px;}

.deportes h3{border-bottom: solid 2px #099146;}
.deportes h3 span{background: #099146; padding-right: 80px;}
.deportes h3 span:after{ content:url(images/bg-deportes.png); position: absolute; right: -29px;}

.internacional h3{border-bottom: solid 2px #00AEEF;}
.internacional h3 span{background: #00AEEF; padding-right: 9px;}
.internacional h3 span:after{ content:url(images/bg-internacional.png); position: absolute; right: -29px;}

.historia h3{border-bottom: solid 2px #E41E21;}
.historia h3 span{background: #E41E21; padding-right: 94px;}
#mision h3 span{padding-right: 9px; padding-left:25px;}
.historia h3 span:after{ content:url(images/bg-historia.png); position: absolute; right: -29px;}
#mision h3 span:before{ content:url(images/bg-bullet.png); position: absolute; left: -15px;}
#directorio h3 span{padding-right: 60px;}

.opinion h3{border-bottom: solid 2px #808285;}
.opinion h3 span{background: #808285; padding-right: 98px;}
.opinion h3 span:after{ content:url(images/bg-opinion.png); position: absolute; right: -29px;}
.opinion .owl-item{padding: 5px;}
.opinion .owl-wrapper h1{display:none;}

.lcp_catlist{list-style-type: none; padding-left: 0px;}
.lcp_catlist li{clear: both; display: block; height: 60px; margin: 5px 0px; }
.lcp_catlist .thumb-wrap{float: left; margin:0 10px 10px 0;}
.lcp_title{max-width:260px; display: inline-block;}

header .logo-advertisement .container{background: url(images/bg-header.png) top right no-repeat; background-size: 52% auto;}
header .logo-advertisement .container img.wp-image-872{position: absolute; top: 30%;}
.fotodeldia{background: rgb(34, 34, 34) none repeat scroll 0% 0%; color: rgb(255, 255, 255);}
.fotodeldia .textwidget{padding:0 10px;}
.fotodeldia .textwidget h4{color: #fff; text-align: center; font-size: 4em;}
.fotodeldia .textwidget h4 span{display: block; font-size: 0.5em;}
#adboxwidget-4{display:none;}

.dir-txt{background: #E7E8E8; text-align: center;}
.dir-cargo{background: url(images/bg-directorio.png) top center no-repeat; text-align: right; background-size: 100% 107px; height:107px; padding:20px 15px 10px 10px; color: #fff; box-sizing: border-box;}
.dir-cargo:before{content:"";position: absolute; left: 4px; height:107px; width:11px; background:url(images/bg-directorio-i.png) top left no-repeat; background-size: 11px 107px; bottom:0px;}
.dir-cargo:after{content:"";position: absolute; right: 1px; height:107px; width:14px; background:url(images/bg-directorio-d.png) top right no-repeat; background-size: 14px 107px; bottom:0px;}

.dir-oficina{background: url(images/bg-oficinas.png) top center no-repeat; text-align: center; background-size: 100% 107px; height:107px; padding:30px 15px 10px 10px; color: #fff; box-sizing: border-box; position: relative;}
.dir-oficina h3{color: #fff;}
.dir-oficina:before{content:"";position: absolute; left: -11px; height:107px; width:11px; background:url(images/bg-oficinas-i.png) top left no-repeat; background-size: 11px 107px; top:0px;}
.dir-oficina:after{content:"";position: absolute; right: -14px; height:107px; width:14px; background:url(images/bg-oficinas-d.png) top right no-repeat; background-size: 14px 107px; top:0px;}

.sombritas{background:url(images/bg-sombritas.png) top center no-repeat; background-size: 100% 100%; padding:0 40px; box-sizing: border-box;}

.ventas{background: url(images/bg-ventas.png) top center no-repeat; text-align: center; background-size: 100% 107px; height:107px; padding:30px 15px 10px 10px; color: #fff; box-sizing: border-box;}
.ventas h3{color: #fff;}
.ventas:before{content:"";position: absolute; left: 4px; height:107px; width:11px; background:url(images/bg-ventas-i.png) top left no-repeat; background-size: 11px 107px; top:0px;}
.ventas:after{content:"";position: absolute; right: 1px; height:107px; width:14px; background:url(images/bg-ventas-d.png) top right no-repeat; background-size: 14px 107px; top:0px;}

.hr-ventas{border:2px solid #008C39; width:80%; margin: 10px auto;}
.boton{background: #1880C4; border: solid 1px #000; color:#fff; display: block; padding:10px; width:60%; margin: 0 auto; border-radius: 15px; text-decoration: none; font-size: 1.2em;}
.boton:hover{color: #ccc; text-decoration: none; background:#1C3661;}

div.flex-caption{bottom: 0px; background: rgba(0,0,0,.75)!important; z-index:9999; position: absolute!important; display:block; width:100%;}
div.flex-caption h2{font-size: 1.1em; z-index:9999 }
div.flex-caption h2 a{color: #fff;}
div.flex-caption p, ol.flex-control-nav.flex-control-paging{display:none;}

div.header-news, div.wpb_posts_slider{position: relative;}
div.header-news .wpb_heading.wpb_posts_slider_heading{position: absolute!important; top: 0px; right:10px; z-index: 9999; color: #fff; font-size:1em;}
div.header-news div.flex-caption h2{font-size: 1em;}
div.header-news .flexslider{margin-bottom: 30px!important;}
.flexslider{border: none!important;}

#menu-item-1764{width:40px; height:40px; display:inline-block; background-size: 40px 40px;}
#menu-item-1764 span{display:none;}
#menu-item-1764 a{z-index: 99999;}
#menu-item-1764:after{content: ""; background: url(images/home.png); width: 40px; height: 40px; background-size: 40px 40px; display: inline-block; top: 0; position: absolute; z-index: 99998;}
#menu-item-1764:before{z-index: 800;}

.nofiltro .filter-block{display:none;}
.carruselvideos{background: #222; padding: 10px; box-sizing: border-box;}
.carruselvideos .owl-item{box-sizing: border-box; margin:0 10px;}
.carruselvideos .owl-item .hover-box{box-sizing: border-box!important; width: 100%; display:inline-block}