@charset "utf-8";
/* CUSTOM CSS STYLES */
/* Write your styles here */

body {
    color: #2f2f2f;
    font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 120% !important;
	}
	
h1 a, h2 a, h3 a, {

	}
h3.pretitle{
	color:#392929 !important;	
}
h6{
	color:#392929 !important;	
}	
	
p {
font-family: Georgia, "Times New Roman", Times, serif;
}

h4{
color: #666;
font-weight: bold;
	}

h4.solid {
    background-color: #fff;
    border-bottom: 1px solid #333;
    color: #333;
    width: 100%;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}



/** *********************************************************** */
/** structure */
/** *********************************************************** */

.container {
    max-width: 1280px;
}
.contain {
    max-width: 1260px;
    width: 98%;
}
.cover_supertop {
    max-width: 1260px;
}
.cover_superbottom{
    max-width: 1260px;
}
.CONTENT_COLUMN {
    max-width: 70%;
}
.CONTENT_COLUMN.cover_columns_extended{
    max-width: 1260px;
}
.CONTENT_COLUMN.cover_columns_extended .colum_left {
  /*  max-width: 630px;*/
    max-width: 49%;
}
.CONTENT_COLUMN.cover_columns_extended .colum_right {
   /* max-width: 625px;*/
    max-width: 49%;
}

.CONTENT_COLUMN .cover_columns .colum_left {
   max-width: 70%;
}

.CONTENT_COLUMN .cover_top {
    max-width: 100%;
}

.CONTENT_body {
    width: 100%;
}
.NEW_wrapper {
    width: 70%;
}
.NEWBODY {
    width: 100%;
}

.video_gallery_body {
    max-width: 100%;
    width: auto;
}
.NEWBODY.FULLSCREEN {
    width: 100%;
}
.userpage {
    width: 100%;
}
.wrapper {
    width: 100%;
    margin: 0 0 0 0;
}
/** *********************************************************** */
/** END structure */
/** *********************************************************** */
/** *********************************************************** */

.BANNER_TOP, .BANNER_BOTTOM {
    max-width: 100%;
}
.BANNER_TOP a.BANNER-image, .BANNER_BOTTOM a.BANNER-image {
    float: none;
    text-align: center;
}
.BANNER_TOP .randomimage, .BANNER_BOTTOM .randomimage {
    float: none;
    max-width: 100%;
}
a.BANNER-image {
    display: block;
    float: none;
    height: auto;
    margin: 0;
    width: auto;
    text-align: center;
}

.baterybanner a.BANNER-image{
    float: left;
}

.baterybanner{
max-width: 100%;
}


/** END BANNERS POSITION AND SIZE ** */


.socialicons a{
	color: #918888 !important;
	}
.socialicons a:hover{
	color: #392929 !important;
	}

.socialicons a.twitter {
 width: 20px;
  background-color: transparent;
  padding: 0;
  height: 21px;
  overflow: hidden;
  border-radius: 6px;
  text-align: center;
  margin-top: 4px;
  font-size: 0.4em;
  display: block;
  float: none;
}
.socialicons a.twitter svg path {
  fill: #918888;
}
.socialicons a.twitterX {
  color: #cecece;
  float: left;
  margin: 1px 0 0 3px;
  font-size: 0.7em;
  padding: 0;
  display:block;
  width: 19px;
}
.socialicons a.twitterX svg path {
  fill: #918888;
}
.socialicons .gtranslate_wrapper {
	
	}
.socialicons .gtranslate_wrapper a{
 width: 24px;
  display: block;
  float: left;
  margin: -2px 0 0 6px;	
	}

#desktop_header{
	}

.container.headerbar {
    max-width: 100%;
    width: 100%;
}

.openheader{
	padding:0px;
	margin:0px;
    width: 100%;	
	}

/** ****************************************************** */
.container.headerbox {
    margin-bottom: 0;
	margin-top: 15px;
}

/** userbar */

.userbar {
    background: #392929 none repeat scroll 0 0;
    border-bottom: 5px solid #9c9494;
    margin-bottom: 10px;
}
.userbar .container, .userbar .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.userbar.scrolling{
/*	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;*/
    left: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:5500;	
	}
.userbar.container.scrolling{
max-width: 100%;
}

.headdate.scrolling{
	display:none;	
	}

.search-btn.scrolling{
 color: #97acb7;	
	}

.topbar-list.scrolling{
	
	}
.topbar-list.scrolling li a{
 color: #97acb7;	
	}
.topbar-list.scrolling li a:hover{
 color: #fff;	
	}

.userbar_logo{
	display:none;
	}

.userbar_logo.scrolling {
	display:block;
	}
.userbar_logo .menu_smartphone{
	float: left;
    top: 7px;
	}
.userbar_logo a{
	float: left;
    margin: 0 0 0 7px;
    max-width: 200px;
    width: auto;	
	}
.userbar_logo a img{
	
	}

.navbar.navbar-inverse.scrolling{
  position: fixed;
  top: 45px;
  width: 100%;
  z-index:5450;
	}



ul.topfixpages{
	font-size: 0.45em;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	display: flex;	
	}
ul.topfixpages li{
margin: 0 auto;
display: inline-flex;
position: relative;
	}
ul.topfixpages li a{
	
	}




.topbar-list li {
    color: #fff;
}
.topbar-list li a {
    color: #fff;
}
.topbar-list > li::before {
    background: #fff;
}
.topbar-list > li#searchform-btn::before {
    content: none;
}

.topbar-list > li#searchform-btn:hover{
	color:#cecece;
	cursor:pointer;
	}
.topbar-list li a:hover {
    color: #ccc;
    text-decoration: none;
}
#nav-icon1 span {
    background: #fff none repeat scroll 0 0;
}
.topbar-search-block .form-control::placeholder {
    color: #333;
    font-weight: 200;
    font-size: 25px;
}


.topbar-list {
font-family: 'Open Sans',verdana,arial,Arial,Helvetica,sans-serif;
margin: -5px 10px 0 0;
}
.topbar-list > li.scrolling{
 color: #fff;	
	}
.topbar-list li.scrolling a{
 color: #fff;
	}
.topbar-list li.scrolling a:hover{
 color: #97acb7;
	}
.loggedbox.scrolling li{
 color: #fff;	
	}

.topbar-list li.scrolling a .warning{
 color: #f90 !important;	
	}

.container.headerbox.scrolling{
	display:none;
	}
.headlogoblock{
	position:relative;	
	}
.page-header {
	border-bottom: 0 none;
    margin: 10px auto;
    max-width: 450px;
    padding-bottom: 0;
    width: auto;
	text-align: center;
}

.page-header a{
	margin: 0;
    padding: 0;
}
.page-header p.slogan {
   	font-size: 0.43em;
	font-family: 'Open Sans',verdana,arial,Arial,Helvetica,sans-serif;
	font-weight: lighter;
	color:#392929;
    line-height: 100%;
    margin:6px 0 0 0;
    padding: 0;
}


.page-header p.date{
	color: #999;
    font-size: 0.4em;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 0;
}

/** ************************** */
.menu_smartleft {
    float: left;
    margin: 7px 0 0;
	width:75px;
}

.menu_smartleft a{
width: 100%;
display: block;
float: left;
}

.menu_smartleft a div.menu_text {
    float: left;
    margin: -3px 0 0 32px;
    color: #cecece;
    font-weight: normal;
    font-family: 'Open Sans',verdana,arial,Arial,Helvetica,sans-serif;
    font-size: 0.5em;
}
.logo_userbar {
    display: none;
    margin: 0 0 0 6px;
    width: 135px;
    float: left;
}

.headtitle{
color: #fff;
font-size: 0.5em;
margin: 5px 0 0 15px;
padding: 0;
display: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
	}
.headtitle .sectiontitle {
	font-size: 1.2em;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	color: #cecece;
}
.headtitle .newtitle{
	
	}
#nav-icon1 {
	cursor: pointer;
	height: auto;
	margin: 0 15px 0 0;
	position: relative;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0s;
	width: 25px;
	padding: 0;
	float: left;
	display: block;
}
#nav-icon1 span:nth-child(1) {
    top: 0;
}
#nav-icon1 span:nth-child(2) {
    top: 8px;
}
#nav-icon1 span:nth-child(3) {
    top: 17px;
}
#nav-icon1.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    left: -60px;
    opacity: 0;
}
#nav-icon1.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
}
#nav-icon1 span {
    background: #cecece none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}


#smartleft_sections{
	display:block;
	background-color: #392929;
    display: block;
    float: left;
    left: -100%;
    max-width: 30%;
	padding: 15px 0 0 15px;
    position: fixed;
    top: 55px;
    width: 100%;
    height: 100%;
    z-index: 5500;
	}
.openbox .menunavbar ul li{
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
	}

/** ************************** */

.fixedmenu ul.topmenu.unique {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

.fixedmenu ul.topmenu li {
    color: #333;
}
.fixedmenu ul.topmenu li a {
    color: #333;
	font-weight: bold;
}
.fixedmenu ul.submenu {
    background-color: transparent;
    border-top: 0 dotted #cecece;
    float: left;
    list-style: outside none none;
    margin: 3px 0 0;
    padding: 0;
    width: auto;
}
.fixedmenu ul.submenu li {
    color: #2f2f2f;
    display: flex;
    float: left;
    font-size: 0.5em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: auto;
}














/** MENU */
.navbar-inverse {
	background-color: #fff;
    border-bottom: 0 solid #eee;
    border-top: 0 solid #eee;
    margin-bottom: 0;
}
.nav_device nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
	text-align: center;
	display: flex;
}
.menu_smartphone {
    float: right;
    overflow: hidden;
    position: relative;
    top: 7px;
    width: auto;
}
#nav-fep span:nth-child(2) {
    top: 10px;
}
#nav-fep span:nth-child(3) {
    top: 21px;
}

.openbox .menunavbar {
    background-color: transparent;
    border-top: 0 dotted #cecece;
    display: block;
    float: left;
    margin: 30px 0 20px;
    padding: 0;
	width: 100%;
}


.openbox .menunavbar ul.menu {
    border-right: 0 solid #fff;
}

.openbox .menunavbar ul li {
	background-color: transparent;
    border-bottom: 0 solid #cecece;
    float: left;
    font-size: 1em;
    font-weight: 300;
    margin: 0 10px 25px 0;
    min-height: auto;
    padding: 0;
    width: 100%;
}

.openbox .menunavbar ul li.fathersection {
    border-left: 4px solid #d27fb4;
        border-left-color: rgb(210, 127, 180);
    padding: 0 0 0 9px;
}

.openbox .menunavbar ul li:last-child{
    border-bottom: 0 solid #cecece;	
	}

.openbox .menunavbar ul li a {
    color: #cecece;
    text-decoration: none;
}
.openbox .menunavbar ul.submenu li a {
    color: #cecece;
    text-decoration: none;
}
.openbox .menunavbar ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.menunavbar ul li span.section {
	background-color: transparent;
    border-right: 1px dotted #cecece;
    clear: both;
    display: block;
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 600;
    max-width: 200px;
    min-width: 200px;
    padding: 10px;
}

.menunavbar ul li span.section.active {

}
.menunavbar ul li span.section.active a{
	color:#cbd5db;
	}

.menunavbar ul li span.section.active a:hover{
	color:#cbd5db;
	}	
.openbox .menunavbar ul.submenu {
    list-style: outside none none;
    margin: 10px 0 0;
    padding-left: 0;
    width: 100%;
}


.openbox .menunavbar ul li.active a {
  color: #fff;
}
.openbox .menunavbar ul li.active a:hover {
    color: #cbd5db;
    text-decoration: none;
}
.openbox .menunavbar ul.submenu li a:hover {
    color: #fff;
}
.menunavbar ul li span.subsection.active a{
	font-weight:bold;
	color: #fff;
	}

.openbox .menunavbar ul.submenu li.active a {
    color: #fff;
}

.menunavbar ul li span.subsection {
    background-color: transparent;
    display: block;
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 12px 0;
}



.inmenu.pagesmenu{
	display: block;
    margin: 25px 0 0 15px;
    width: 25%;
	}

.inmenu.pagesmenu .nav li {
 width: 100%;
}
.inmenu.pagesmenu .nav li a {
    color: #fff;
}
.inmenu.pagesmenu .nav li.headergroup {
	color: #fff;
    font-size: 0.6em;
    font-weight: bold;
}

.headerextramenu{
	float: left;
    margin: 10px 0 0;
    width: 100%;	
	}
.headcode {
	float: none;
	font-size: 0.3em;
	margin: 0;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.socialicons {
	float: none;
	width: auto;
	margin: 10px auto;
	margin: 10px auto 0 19%;
}
.socialicons a {
    color: #cecece;
    display: block;
    float: left;
    margin: 0 0 0 4px;
    font-size: 0.7em;
    padding: 0;
}
.headdate {
    float: left;
    width: auto;
    color: #fff;
    font-size: 0.5em;
    margin: 4px 0 0 10px;
    border-left: 1px solid #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.headdate p.date {
	color: #fff;
    font-size: 0.42em;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 7px 0 0;
    text-align: left;
    width: auto;
}
.headdate p.update {
    color: #999;
    font-size: 0.4em;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}




.col-md-12.headerextramenu {
    float: left;
    margin-top: 5px;
    text-align: right;
}
.headcode {
    float: right;
    font-size: 0.3em;
    margin: 0 0 0 10px;
    width: auto;
}
.toll_box {
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
}



.IMAGETITLE .title.bottom {
 background-color:#392929;
}
.IMAGETITLE .title.top {
 background-color:#392929;
}


/** FOOTER */

.footer_navbar.inverse {
    background-color: #392929;
	border-bottom: 0 solid #eee;
	border-top: 5px solid #a60069;
}
.footer_navbar {
    background-color: #392929;
    margin: 0;
    width: 100%;
}
.footer.firm {
    background: transparent none repeat scroll 0 0;
}
.footer ul li {
    color: #fff;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    color: #cecece;
}


.footer .footerlogo {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}	

.footer .footerlogo a{
	width:200px;
	color: #cdc9c9;
}
.firmblock .footerfirm {
    float: left;
    margin: 0 7px 10px;
    display: block;
    width: 100%;
	color: #cdc9c9;
}
.firmblock .footerfirm .concept a {
	color: #cdc9c9;	
	}

.firmblock .footerfirm .copyright {
    font-size: 1em;
    line-height: 100%;
    font-weight: normal;
    margin: 0 0 10px 0;
	color: #cdc9c9;
}
.firmblock .footerfirm .copylinks {
    font-size: .9em;
    line-height: 100%;
    margin: 5px 0 12px 0;
	color: #cdc9c9;
}
.folioepressfirm{
	float:left;
	width:9%;
	}

.morecontent {
    width: 40%;
    float: left;
    margin: 0 0 0 48px;
}
.footersections{
	
	}
.firmblock {
    float: left;
    width: 32%;
}
.footersections ul.topmenu{
	
	}
.footersections ul.topmenu li{
width: 45%;
float: left;	
	}

.footer ul li {
    text-transform: none;
}

.footerpages ul{
	
	}

.footerpages ul li{
width: 45%;
float: left;	
	}
#backtothetop {
    float: left;
    font-size: 4em;
    position: absolute;
    right: 15%;
    top: 74px;
    width: auto;

}
#backtothetop a{
    color: #cdc9c9;	
	}
#backtothetop a:hover{
    color: #fff;	
	}

/** ****************************************************** */


.NEWBODY .update {
    width: 100%;
}
.NEWBODY .date {
	color: #666;
float: right;
	font-size: 0.4em;
	margin: 1px 0 0 3px;
	padding: 0;
	text-transform: uppercase;
}
.NEWBODY .introfirm .comments {
    color: #000;
	margin: 5px 4px 0 0;
}
.NEWBODY .introfirm .views {
    color: #999;
    float: right;
    font-size: 0.4em;
    font-weight: 300;
}

.NEWBODY .new_text blockquote p::before{
	content:'"';
	} 
.NEWBODY .new_text blockquote {
    border-left: 0 solid #eee !important;
    margin: 15px 0;
    width: 55%;
    position: relative;
    left: 0;
	float: left;
}
.NEWBODY .new_text blockquote p {
	font-family: Georgia,"Times New Roman",Times,serif !important;
	font-size: 2em;
	font-weight: bold;
	line-height: 130%;
	color: #a60069;
	font-style: oblique;
}
.NEWBODY .new_text blockquote p::after{
	content:'"';
	} 

/* -------- */
.lastnew {
    display: block;
	top: 80px !important;
	bottom: auto;
	min-width: 50px;
	min-height: 50px;
}
.floatwrapperlast{
display:none;
	}

.lastnew p.header{
	float:right;
	}

.lastnew h5 {
    font-family: 'Noto Serif', Georgia, "Times New Roman", Times, serif;
}

.lastnew .arrowlast{
position: absolute;
top: 0;
left: 0;
display: block;
float: left;
width: 50px;
height: 50px;
background-color: #fff;
	}
.lastnew .arrowlast a{
float: left;
width: 100%;
height: 100%;
padding: 10px 0 0 10px;
	}
.lastnew .arrowlast a i{
	}

/* - */
.nextnew {
    display: block;
	top: 80px !important;
	bottom: auto;
	min-width: 50px;
	min-height: 50px;
}
.floatwrappernext{
display:none;
	}

.nextnew h5 {
    font-family: 'Noto Serif', Georgia, "Times New Roman", Times, serif;
}

.nextnew .arrownext{
position: absolute;
top: 0;
display: block;
float: right;
width: 50px;
height: 50px;
background-color: #fff;
right: 0;
	}
.nextnew .arrownext a{
float: right;
width: 100%;
height: 100%;
padding: 10px 0 0 15px;
	}
.nextnew .arrownext a i{
	}
/* -------- */

.social-share .btn {
    border: 0 none;
    border-radius: 20px;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 0;
    margin: 0 3px;
    padding: 9px 15px;
    text-align: center;
    width: auto;
}

.social_share_block {
   border-bottom: 0 solid #cecece;
    border-right: 0 solid #cecece;
    border-top: 0 solid #cecece;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.social-share .btn {
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 35px;
    line-height: 0;
    margin: 5px;
    padding: 4px 10px;
    text-align: center;
    width: 35px;
}
.social-share .btn.s_keep_it i {
    padding: 7px 0 0;
}


/** */

.NEWBODY .introfirm{
	font-family: "Open Sans", Arial, sans-serif;
}

.NEWBODY .introfirm .signature {
    color: #333;
    float: left;
    font-size: 0.4em;
    font-weight: 300;
    line-height: 100%;
    margin: 7px 5px 0 0;
    padding: 0;
    text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.NEWBODY .mainimage cite.fotocite {
    background-color: #fff;
    bottom: 0;
    color: #000;
    font-size: 0.45em;
    left: 0;
    line-height: 120%;
    margin: 0;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
}

.NEWBODY .news_labels h3 {
    border-bottom: 1px solid #cecece;
}
.NEWBODY .news_labels ul li {
    background-color: transparent;
    border-radius: 8px;
    display: block;
    float: left;
    height: auto;
    line-height: 85%;
    margin: 0 5px;
    padding: 0 10px;
    width: auto;
}
.NEWBODY .new_text {
    font-size: 0.65em;
	font-weight:normal;
}
.NEWBODY .new_text p {
    line-height: 160%;
}

.NEWBODY .news_related_blogger .blogger_block .content_box .newtitle a {
 font-weight: bold;	
	}

.NEWSITEM .relatedblogs.columns ol li .title a {
    color: #333;
    float: left;
    font-size: 0.65em;
    line-height: 120%;
    text-decoration: none;
}

.WRITTERS .autor {
    border-bottom: 1px dotted #cecece;
}

.WRITTERS .autor.incolumns .autordata {
    width: 100%;
}
.WRITTERS .autor.incolumns .autordata p.signature {
    text-align: center;
}
.WRITTERS .autor.incolumns .autordata p.leyend {
    text-align: center;
}

.WRITTERS .autor .textblock p.title{
    text-align: center;
	line-height: 140%;
}
.WRITTERS .autor .textblock p.title a:hover {
    color: #a60069;
}

.mainnew h4.signature {
    color: #392929;
    font-size: 0.35em;
    margin: 9px 10px 0 0;
    padding: 0;
    width: auto;
    font-weight: normal;
	text-transform:uppercase;
}
.mainnew h4.comments {
    color: #999;
    float: left;
    font-size: 0.35em;
    line-height: 1;
    margin: 7px 0 0 0;
    padding: 0;
    width: auto;
    font-weight: normal;
}
.mainnew h4.date {
    color: #666;
    float: left;
    font-size: 0.4em;
    font-weight: normal;
	text-transform:uppercase;
    padding: 7px 12px 7px 0;
    margin: 0;
    width: auto;
}
.newssection h4.signature {
	color:#392929;
	font-size: 0.35em;
    font-weight: normal;
	text-transform:uppercase;
	}
.newssection h4.date {
    color: #392929;
    font-size: 0.35em;
    font-weight: normal;
	text-transform:uppercase;
}

.mainnewblog .new_text .citewrapper .imagefooterprint {
    background-color: #fff;
    bottom: 0;
    color: #000;
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    width: 100%;
}
.NEWBODY h1.new_title {
font-family: Georgia, "Times New Roman", Times, serif;
}


.NEWSITEM .relatednews.columns h4 {
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 0.5em;
    font-weight: 300;
    margin: 10px 0;
    padding: 0 0 5px;
}

.NEWSITEM .titleblock h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 300;
}

.NEWSITEM .relatedblogs.rows ol li .title a {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-decoration: none;
}

.NEWSITEM .relatednews.rows ol li .title a {
    font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}
.NEWSROTATOR .layout_images .sp-image-text h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}
.NEWSITEMROWS .layout_full .block .new h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}

.NEWSITEMROWS .layout_left .block .new h3 {
    font-size: 0.8em;
	font-weight: normal;
}


.NEWSITEM .titleblock h3 a {
font-weight: 300;
	}

.COLUMNSNEWSITEM .layout_full .new h6 {
    font-size: 0.5em;
}

.IMAGETITLE .title.over h3 {
    font-weight: 300;
}

.ROWSNEWSITEM h4 {
  color: #333;
}

.ROWSNEWSITEM h4.solid {
    color: #392929;
    background-color: transparent;
    border-bottom: 1px solid #392929;
    font-size: 0.5em;
    font-weight: normal;
}

.COLUMNSNEWSITEM h4.solid {
    color: #392929;
    background-color: transparent;
    border-bottom: 1px solid #392929;
    font-size: 0.5em;
    font-weight: normal;
	margin: 0 0 10px 0;
}

.WRITTERS h4.solid {
    background-color: #fff !important;
    border-bottom: 1px solid #392929;
	font-size: 0.5em;
    color: #392929;
    width: 100%;
}

.RIBBON .previewribbon {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 0.5em;
	padding: 5px 0 5px 10px;
    width: 100%;
}


.NEWSITEMROWS .layout_full .block h5 {
    font-size: 0.5em;
    font-weight: normal;
    line-height: 150%;
}

.COLUMNSNEWSITEM .layout_full .new h5 {
    display: block;
    float: left;
    font-size: 0.5em;
    font-weight: normal;
}
/** section */

.newssection h2.subtitle {
	color: #666;
	margin: 5px 0 10px;
	font-size: 0.5em;
	font-weight: normal;
}

.newssection h1.title {
	 margin: 10px 0;
}
.newssection h1.title a {
    font-weight: 300;
    text-decoration: none;
	 margin: 0 0 10px 0;
}
.newssection h1.videotitle {
    color: #666;
    font-weight: 300;
    font-size: 0.8em;
	margin: 9px 0;
}
.newssection h4.comments {
    font-size: 0.35em;
    font-weight: normal;
}
.newssection h1.videotitle a {
    text-decoration: none;
    font-weight: 300;
}
.mainnew h1.videotitle a {
    text-decoration: none;
    font-weight: 300;
}
.mainnew h1.videotitle {
    text-decoration: none;
    font-weight: 300;
}

.NEWSITEMCOLUMNS .layout_left {
    border-bottom: 1px dotted #cecece;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 7px;
}

.NEWSITEMCOLUMNS .layout_full .new h6 {
    font-size: 0.5em;
}
.NEWSITEMCOLUMNS .layout_full .new h3 {
    font-weight: normal;
}


.CONTENT_COLUMN.SECTION_ROWS .newssection .newimage {
    display: block;
    float: left;
    margin: 6px 10px 0 0;
    width: 150px;
}
.CONTENT_COLUMN.SECTION_ROWS .newssection .newsbody {
    display: block;
    float: left;
    width: 70%;
}

.labelscover{
	
	}
.labelscover .section_labels ul li a {
    color: #fff;
    font-size: .45em;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}


.labelscover .section_labels {
    border-bottom: 0 dotted #666;
    border-top: 0 dotted #666;
    float: left;
    margin: -2px 0 0 11px;
    width: auto;
    max-width: 40%;
    overflow: hidden;
}
.labelscover .section_labels ul li.initial {
    color: #9c9494;
    font-size: .45em;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}
.labelscover .section_labels ul li {
    background-color: transparent;
	display: contents;
}

/** BLOG */
.mainnewblog p{
	font-size: 0.55em;
    font-weight: 300;
    line-height: 160%;
	}
.mainnewblog p.intro {
    display: block;
    float: left;
    font-size: 0.5em;
    font-weight: bold;
    font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
    margin: 5px 0 10px 0;
}
.mainnewblog h4.date {
	font-size: 0.35em;
	font-weight: normal;
	text-transform: uppercase;
    width: auto;
}
.mainnewblog h4.signature{
	font-size: 0.35em;
	font-weight: normal;
	text-transform: uppercase;
    margin: 7px 6px 0 0;
	}


.mainnewblog h1.title {
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 120%;
    margin: 5px 0;
}
.mainnewblog h1.title a {
    text-decoration: none;
    font-weight: 300;
}



/* writters entrie */

.WRITTERS .autor .autordata {
    float: left;
    margin: 10px 0 0;
    padding: 0;
	width: 45%;
}
.WRITTERS .autor .avatar {
    border-radius: 60px;
    display: block;
    float: right;
	width: 110px;
	height:auto;
}
.WRITTERS .autor img {
	height: 100%;
    max-height: 100%;
    width: 100%;
}


/*** GENERAL VALUES */
.NEWSITEMROWS h4{
padding: 8px 0 6px 0;	
	}
.NEWSITEMROWS.soft h4, .NEWSITEMROWS.medium h4, .NEWSITEMROWS.strong h4, .NEWSITEMROWS.heavy h4{
padding: 8px 0 6px 13px;	
	}
.ROWSNEWSITEM h4{
padding: 8px 0 6px 0;	
	}
.ROWSNEWSITEM.soft h4, .ROWSNEWSITEM.medium h4, .ROWSNEWSITEM.strong h4, .ROWSNEWSITEM.heavy h4{
padding: 8px 0 6px 13px;	
	}
.NEWSITEMCOLUMNS h4{
padding: 8px 0 6px 0;	
	}
.NEWSITEMCOLUMNS.soft h4, .NEWSITEMCOLUMNS.medium h4, .NEWSITEMCOLUMNS.strong h4, .NEWSITEMCOLUMNS.heavy h4{
padding: 8px 0 6px 13px;	
	}
.COLUMNSNEWSITEM h4{
padding: 8px 0 6px 0;	
	}
.COLUMNSNEWSITEM.soft h4, .COLUMNSNEWSITEM.medium h4, .COLUMNSNEWSITEM.strong h4, .COLUMNSNEWSITEM.heavy h4{
padding: 8px 0 6px 13px;	
	}

/** ------------------------------------------------------------------ */
/** BLOCK SHADOW */
/** ------------------------------------------------------------------ */
/** ------ SOFT ------ */
.soft{
	background-color: #ebe9e9 !important;
	padding: 10px;
}

h6.soft{
	color:#392929 !important;
}
h3.soft{

	}
h3.soft a{

	}
h3.soft a:hover{

	}
h5.soft{}
.soft p{}
p.comments.soft{}
p.comments.soft a{}
p.comments.soft a:hover{}
p.content-signature .soft{}
.title.soft {}
.title.soft a{}
.title.soft a:hover{}
.autorwrapper.soft .name{}
.autorwrapper.soft .leyend{}
.sp-thumbnail-title.medium{}
.sp-thumbnail-title.medium:hover{}



/** ------ MEDIUM ------ */
.medium{
	background-color: #fcd780;
	padding: 10px;
}
h6.medium{
	color: #a60069 !important;
	}
h3.medium{
	color: #392929 !important;
	}
h3.medium a{
	color: #392929 !important;
	}
h3.medium a:hover{
	color: #fff !important;
	}
h5.medium{
	color: #a60069 !important;
	}
.medium p{
	color: #392929 !important;
	}
p.comments.medium{
	color: #392929 !important;
	}
p.comments.medium a{
	color: #392929 !important;
	}
p.comments.medium a:hover{
	color: #333 !important;
	}
p.content-signature .medium{
	color: #392929 !important;
	}
span.content-signature.medium{
	color: #392929 !important;	
	} 
.title.medium {
	color: #392929 !important;
	}
.title.medium a{
	color: #392929 !important;
	}
.title.medium a:hover{
	color: #392929 !important;
	}

.autorwrapper.medium .name{
	color: #392929 !important;
	}
.autorwrapper.medium .leyend{
	color: #392929 !important;
	}
.sp-thumbnail-title.medium{
	color: #392929 !important;
	}
.sp-thumbnail-title.medium:hover{
	color: #392929 !important;
	}



/** ------ STRONG ------ */
.strong{
	background-color: #f9af02;
	padding: 10px;
}
h6.strong{
	color: #392929 !important;
	}
h3.strong{
	color: #392929 !important;
	}
h3.strong a{
	color: #392929 !important;
	}
h3.strong a:hover{
	color: #fff !important;
	}
h5.strong{
	color: #392929 !important;
	}
.strong p{
	color: #392929 !important;
	}
p.comments.strong{
	color: #392929 !important;
	}
p.comments.strong a{
	color: #392929 !important;
	}
p.comments.strong a:hover{
	color: #fff !important;
	}
p.content-signature .strong{
	color: #392929 !important;
	}

.title.strong {
	color: #392929 !important;
	}
.title.strong a{
	color: #392929 !important;
	}
.title.strong a:hover{
	color: #fff !important;
	}

.autorwrapper.strong .name{
	color: #392929 !important;
	}
.autorwrapper.strong .leyend{
	color: #392929 !important;
	}

.sp-thumbnail-title.strong{
	color: #392929 !important;
	}
.sp-thumbnail-title.strong:hover{
	color: #fff !important;
	}

.NEWSITEM .titleblock h5 {
    font-size: .5em;
    font-weight: 300;
    line-height: 140%;
}
.NEWSITEM.strong .relatednews.columns h4 {
    border-bottom: 4px solid #cbd5db;
    color: #cbd5db;
}
.NEWSITEM.strong .relatedblogs.columns h4 {
    border-bottom: 4px solid #cbd5db;
    color: #cbd5db;
}

/** ------ HEAVY ------ */
.heavy{
	background-color: #392929;
	padding: 10px;
}
h6.heavy{
	color: #ebe9e9 !important;
	}
h3.heavy{
	color: #fff !important;
	}
h3.heavy a{
	color: #fff !important;
	}
h3.heavy a:hover{
	color: #ebe9e9 !important;
	}
h5.heavy{
	color: #ebe9e9 !important;
	}
.heavy p{
	color: #fff !important;
	}
p.comments.heavy{
	color: #fff !important;
	}
p.comments.heavy a{
	color: #fff !important;
	}
p.comments.heavy a:hover{
	color: #fff !important;
	}
p.content-signature .heavy{
	color: #fff !important;
	}

.title.heavy {
	color: #ebe9e9 !important;
	}
.title.heavy a{
	color: #ebe9e9 !important;
	}
.title.heavy a:hover{
	color: #fff !important;
	}

.autorwrapper.heavy .name{
	color: #ebe9e9 !important;
	}
.autorwrapper.heavy .leyend{
	color: #ebe9e9 !important;
	}
.sp-thumbnail-title.heavy{
	color: #ebe9e9 !important;
	}
.sp-thumbnail-title.heavy:hover{
	color: #fff !important;
	}

.NEWSITEM.heavy .relatednews.columns h4{
    border-bottom: 4px solid #cecece;
    color: #ebe9e9;
}
.NEWSITEM.heavy .relatedblogs.columns h4{
    border-bottom: 4px solid #cecece;
    color: #ebe9e9;
}
/** end shadow blocks */



.MEGABLOCK .title .myblock h6 {
    color: #fff !important;
    font-size: 0.6em;
}
.MEGABLOCK .title .myblock h3 a:hover {
    color: #cecece;
}
.IMAGETITLE .title.top h6 {
    color: #fff !important;
}

.IMAGETITLE .title.bottom h6 {
    color: #fff !important;
}

.DISCOUNTCOUPON .block {
    background-color: transparent;
    border-bottom: 1px dotted #cecece;
    display: block;
    float: left;
    height: auto;
    margin: 0 5px 10px;
    max-height: 240px;
    max-width: 300px;
    min-height: 160px;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
}
.DISCOUNTCOUPON .block .contenthead p.price {
    font-family:"Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}
.DISCOUNTCOUPON .block .contentbody p.stock {
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}
.DISCOUNTCOUPON .block .contentbody p.expiredate{
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}

/** ------------------------------------------------------------------ */
/** ******************** */
/** ------------------------------------------------------------------ */



.IMAGETITLE .title.over h6 {
    color: #fff !important;
}
.IMAGETITLE .title.over h3 a:hover {
    color: #eee;
}
.IMAGETITLE .title.over h5 {
    font-size: 0.5em;
}
.newssection h3.pretitle {
    font-size: 0.5em;
}
.newssection p{
font-size: 0.55em;	
	}


#seeCommetns {
   cursor: pointer;
}
#seeCommetnsDown {
	cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: 3px 15px 0 0;
    width: auto;
}



#seeCommetns:hover {
   color:#648393;
}

/** comments model*/

.modal-dialog.commentModal {
	float: right;
    margin: 30px auto;
    max-width: 500px;
    width: 100%;
}
.modal-content.commentModal {
    border: 0 none;
    border-radius: 0;
    float: left;
    margin: 0;
    padding: 0 20px;
}

.COMMENT_WRAPPER {
    margin: 0 0 20px;
    padding: 0;
}

.COMMENT_WRAPPER .header{
	float: left;
	width: 100%;	
	}
/***/

.NEWSROTATOR .layout_images .sp-image-text h6 {
    color: #eee !important;
}

.inSearchForm{
	display:block;
	float:left;
	width:100%;
	}

.inSearchForm form{
	display:block;
	width: 90%;
	}

.ROWSNEWSITEM .layout_left .block .image {
    height: auto;
	min-height: 50px;
}
.ROWSNEWSITEM .layout_left .block .newcontent {
    font-size: 0.5em;
}


.NEWBODY .readingtime{
margin: 0 10px 0 12px;	
float: right;
	}

/**/
p.contentcoment{
	width:100%;
	line-height: 0;
	color: #392929;
	}
p.contentcoment a{
	color: #392929;
	}


span.comments,p.comments {
 float:none;
 font-size:.4em;
 line-height:36%;
 margin:0;
 padding:0;
 width:auto;
font-family: "Open Sans", Arial, sans-serif;
}

span.comments a{
}
span.content-close {
 font-size:.4em;
 float:none;
 margin:0;
 padding:0;
 width:auto
}
span.content-signature,p.content-signature {
 font-size:.4em;
font-weight: 300;
 line-height:100%;
 float:none;
 margin:1px 5px 0 0;
 padding:0;
 width:auto;
 text-transform: uppercase;
 font-family: "Open Sans", Arial, sans-serif;
}


/** MENU PESTAIN */

.nav_device {
    display: block;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 10px;
    width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.nav_device nav ul li:hover {
    background: #392929 none repeat scroll 0 0;
}
.nav_device nav ul li.active {
    background: #648393 none repeat scroll 0 0;
}
.nav_device nav ul li .children {
    background: #392929 none repeat scroll 0 0;
    display: none;
    position: absolute;
    width: 180%;
    z-index: 1000;
}

.nav_device nav ul li .children li:hover{
    background: #648393 none repeat scroll 0 0;	
	}

.nav_device nav ul li {
    display: inline-flex;
    font-size: .45em;
	font-weight:300;
    position: relative;
	border-bottom: 3px solid #fff;
	margin:0 auto;
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
}
.nav_device nav ul li a {
    color: #333;
    display: block;
    padding: 6px;
    text-decoration: none;
	font-weight: 300;
}
.nav_device nav ul li a:hover{
	color:#8a0404;
	}

.nav_device nav ul li:hover {
    background: #fff none repeat scroll 0 0;
}

.nav_device nav ul li.active {
    background: #fff none repeat scroll 0 0;
}
.nav_device nav ul li .children {
	background: #fff none repeat scroll 0 0;
	display: none;
	position: absolute;
	width: 180%;
	z-index: 25000;
	top: 38px;
}

.nav_device nav ul li .children li a{
	color:#333;	
	}
.nav_device nav ul li .children li a:hover{
	color:#8a0404;	
	}

.nav_device nav ul li .children li:hover{
    background: #fff none repeat scroll 0 0;	
	}
.nav_device nav ul li .children li.active {
    background: #eee none repeat scroll 0 0;
}
.nav_device nav ul li .children li.active a{
    font-weight:bold;
}

.sectionhead .title {
    color: #999;
    float: left;
    font-size: 0.6em;
    font-weight: 300;
    width: auto;
    text-transform: uppercase;
}

.new h3 {
    margin: 10px 0 !important;
}


.mainnew h1.title a {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 130%;
    text-decoration: none;
}
.NEWBODY h1.new_title {
    color: #333;
    font-size: 1.4em;
    font-weight: 300;
}
.mainnew h2.subtitle {
    color: #000;
    float: left;
    font-size: 0.5em;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.MEGABLOCK.position_before {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0 0 15px;
    z-index: 5000;
}

/** USER COMENTS */
#social_form {
    display: none;
    width: 100%;
    height: 250px;
    background-color: #fff;
}
.user-comment .post-comments {
    border: 0 solid #eee;
	border-left: 3px solid #cdc9c9;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 15px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0;
    background: #fff;
    color: #392929;
    position: relative;
}
.user-comment .meta {
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
    color: #9c9494;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}
.user-comment .meta .comment-username {
    color: #9c9494;
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.loggedbox li#loggedclick{
	color: #fff;
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
    font-weight: normal;
	}
.boxaccount ul li{
	font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
    font-weight: normal;
	}

#floatlayer {
    width: 100%;
    z-index: 100001;
    position: relative;
}
#p_layer_close {
    font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
}
#floatlayer .closebtn {
    border-radius: 19px;
    font-family: 'Open Sans', verdana, arial, Arial, Helvetica, sans-serif;
}
#floatlayer .contentblock .randomimage{
margin: 0;	
	}
	
/** languages */
.socialicons a.IDIOMA_BOTON{
margin: 0 7px 0 0;
}
a.IDIOMA_BOTON img{
	width:20px;
	}


.socialicons a.meflags{
font-size: 0.45em;	
	}
.socialicons a.meflags{
	font-size:12px;
	background-image: url("../../../templates/base/images/flags_21.png");
	height: 21px;
    width: 28px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	float: none;
	display: -webkit-inline-box;
	}

.socialicons a.meflags.flag_es{
	background-position:-520px -173px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_ca{
	background-position:-0px -300px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_va{
	background-position:-0px -342px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_eu{
	background-position:-600px -600px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_en{
	background-position:-0px -0px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_fr{
	background-position:-200px -100px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_gl{
	background-position:-500px -400px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_de{
	background-position:-260px -86px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_it{
	background-position:-600px -100px;
	background-repeat:no-repeat;
}

.socialicons a.meflags.flag_pt{
	background-position:-300px -200px;
	background-repeat:no-repeat;
}

.BANNER_BOTTOM .bannerslide, .BANNER_TOP .bannerslide, .bannerslide {
  float: none;
  margin: 0 auto 10px auto;
  max-width: 980px;
  padding: 0;
  width: 100%;
}
.social-share .btn.s_twitter:hover {
  fill: #333;
  background: #333;
	}


.social-share .btn.s_twitter {
color: #fff;
  width: 36px;
  background-color: #000;
  padding: 0;
  height: 36px;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
  margin-top: 5px;
  font-size: 0.6em;
}