@charset "utf-8";
/* CUSTOM CSS STYLES */
/* Write your styles here */
@import url('https://fonts.googleapis.com/css?family=Mansalva|Titillium+Web:400,700,700i&display=swap');

body{
overflow-x: hidden;
font-family: 'Titillium Web',verdana,arial,Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Titillium Web',verdana,arial,Arial,Helvetica,sans-serif;
line-height: 130%;
	}

h6{
text-transform: uppercase;	
}

h1,h2,h3, a h1, a h2, a h3{
/*color:#A62B02;*/
}

.wrapper {
    width: 100%;
/*	max-width:1280px;*/
/*
    position: absolute;
    left: 350px;
*/
/*
width: 100%;
max-width:1000px;
position: absolute;
left: 0;
*/

}
/** MENU */

.headnavbar{
width: 100%;
display: block;
float: left;
background-color: #222;
margin-right: auto;
margin-left: auto;
position: fixed;
top: 0;
left:0;
z-index: 5004;
transition: transform 0.4s ease-out;
	}

.headnavbar.opened{
	transform: translate3d(+350px, 0, 0);	
	transition: transform 0.4s ease-out;
}

.wrapperinto{
width: 100%;
/*max-width:1000px;*/
position: relative;
margin: 50px auto 0 auto;
transition: transform 0.4s ease-out;	
	}
.wrapperinto.opened{
	transform: translate3d(+350px, 0, 0);	
	transition: transform 0.4s ease-out;
}


.foliogenmenu-sticky-master{
/*	position: fixed;*/
	left: 0;
	top: 0;
	background: #222;
	color: #fff;
	padding: 10px;	
	transition: transform 0.4s ease-out;
	z-index:5000;
	float: left;
	}
.foliogenmenu-sticky-master a{
	color: #fff;
}

.foliogenmenu-sticky-master.opened{
	transform: translate3d(+350px, 0, 0);	
	transition: transform 0.4s ease-out;
	}

/** for thematic TOGGLE NAV MENU*/
.navbar-inverse.thematic_container.container {
   position: fixed;
}

/**/
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
	overflow: hidden;
	transform: translate3d(-350px, 0, 0);
	transition: transform 0.4s ease-out;
	-webkit-backface-visibility: hidden;
}

.navbar-inverse.opened{
	transform: translate3d(0, 0, 0);	
	transition: transform 0.4s ease-out;	
	}

#desktop_header {
    margin-bottom: 15px;
}

.nav_device nav ul li {
    width: 100%;
	font-family: "Mansalva";
}
.nav_device nav ul li a {
    color: #fff;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 1.3em;
}
.nav_device nav ul li a:hover {
	color: #A62B02;
}

.nav_device nav ul li.active {
    background: transparent;
}
.nav_device nav ul li.active a{
	color: #A62B02;
	}

.nav_device nav ul li.active a::after{
content:" ✓";
	}

.nav_device nav ul li:hover {
    background: transparent;
    color: red;
}

.nav_device nav ul li .children {
	background-color:transparent;
	position: relative;
    width: 100%;
}
.nav_device nav ul li .children li {
	text-transform: none;
    padding: 0 0 0 10px;
}
.nav_device nav ul li .children li.active{
	background-color:transparent;
	color:#fff;
	}

.nav_device nav ul li .children li.active a{
	color:#fff;
	}
.nav_device nav ul li .children li.active a::after{
content:" ✓";
	}
.search-btn {
    color: #333;
    cursor: pointer;
    font-size: 0.5em;
    padding: 15px 0 0 7px;
}
.page-header p.slogan {
    font-size: 0.4em;
    margin: 0 0 0 0;
    color: #fff;
}
.toll_box {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.socialicons {
    float: left;
    width: 100%;
	position:relative;
}
.headdate {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    margin: 0 0 10px 0;
}

.head_separator{
	display: block;
	width: 100%;
	margin: 0 0 15px 0;	
	}

.favicon{
width: auto;
float: left;
padding: 10px;	
	}
.favicon a{

	}
	
.favicon a img{
	
	}

/** *********************************************************** */
/** estructure */
/** *********************************************************** */

.container {
    max-width: 1280px;
}
.contain {
    max-width: 1260px;
    width: 98%;
}
.cover_supertop {
    max-width: 1260px;
}
.cover_superbottom{
    max-width: 1260px;
}
.CONTENT_COLUMN {
    max-width: 68%;
}
.CONTENT_COLUMN.cover_columns_extended{
    max-width: 100%;
}
.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_columns .colum_right {
   max-width: 29%;
}

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

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

.NEWBODY .date {
    line-height: 113%;
	margin: 1px 15px 0 0;
}

.NEWBODY .date.widthavatar {
    line-height: 113%;
	margin: 18px 15px 0 0;
}

.NEWBODY .update {
	color: #666;
	float: right;
	font-size: 0.85em;
	line-height: 0;
	margin: 8px 0 0 7px;
	padding: 0;
}
.video_gallery_body {
    max-width: 100%;
    width: auto;
}

/*
.container.block_section {
    margin: 20px auto 0 auto;
}
*/

/** *********************************************************** */
/** END structure */
/** *********************************************************** */
/** *********************************************************** */






.page-header p.slogan {
    font-size: 0.4em;
    margin: 0 0 5px 0;
    color: #fff;
}
.headdate p.date {
    color: #666;
    font-size: 0.45em;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 7px 0 0;
    text-align: left;
    width: 100%;
}
.headdate p.update {
    color: #999;
    font-size: 0.3em;
    line-height: 100%;
    margin: 4px 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.section_labels ul li.initial {
    color: #fff;
}
.section_labels ul li {
    background-color: #000;
	color:#fff
}
.section_labels ul li:hover {
    background-color: #666;
	color:#fff
}
.section_labels ul li a{
	color:#fff
}

.pagesmenu .nav li a {
    display: block;
    font-size: 0.45em;
    line-height: 120%;
    margin: 0;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
.pagesmenu .nav li a:hover {
    color: #666;
}

/* login */

.socialicons {
    float: left;
    width: auto;
	margin: 12px 0 0 5px;
}

.socialicons a:hover {
    color: #fff;
}

.socialicons .usericons {
	color: #fff;
	cursor: pointer;
	background-color: #A62B02;
	font-size: 0.6em;
	padding: 1px 7px;
	border-radius: 5px;
	position: relative;
}

.socialicons .usericons.search{
	margin: 2px 5px 0 0;
	padding: 1px 6px;
	display: block;
	float: left;
	width: auto;
	color: #000;
	}
.socialicons .usericons:hover{
    background-color: #fff;	
	}

.socialicons .usericons.login{
	color: #000;
	margin: 2px 5px 0 0;
	padding: 1px 9px;
	}
.socialicons .usericons.register{
	color: #000;
	margin: 2px 5px 0 0;
	padding: 1px 4px;
	}
.socialicons .usericons.basket{
	color: #000;
	margin: 2px 5px 0 0;
	padding: 1px 4px;
	}

.socialicons .usericons.loggeduseravatar{
	color: #000;
	margin: 2px 5px 0 0;
	padding: 0;
	width: 26px;
	height: 28px;
	display: block;
	float: left;
	overflow: hidden;
	}

.socialicons .usericons.loggeduseravatar img{
	width:100%;
}


.boxaccount {
	position: absolute;
	top: 55px;
	right: 0;
}

#loggedclick{
color: #fff;
font-size: 0.6em;
margin: 0 0 0 10px;
cursor: pointer;
position:relative;
	}
.user-header-avatar {
    height: 100%;
    top: -1px;
    position: relative;
}

.loggedbox {
float: left;
padding: 5px 0 0 0;
margin: 0;
}
.boxaccount ul li a:hover {
    text-decoration: none;
    background-color: #222;
    color: #fff;
}


/** MEGAIMAGE */
.MEGABLOCK .title {
    background-color: rgba(1, 1, 1, 0.5);
    bottom: 25%;
    display: block;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: auto;
    margin: 0 auto;
    left: 25%;
}

/** NEWS STYLES */
.social-share .btn {
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 0;
    margin: 4px 3px;
    padding: 7px 12px;
    text-align: center;
    width: 40px;
}

.footer_navbar {
    background-color: #222;
    margin: 0;
    width: 100%;
}

.footer.firm {
	background: transparent none repeat scroll 0 0;
	color: #FFF;
}
.firmblock .footerfirm .copyright a {
    color: #fff;
}
.firmblock .footerfirm .copyright a:hover {
    color: #ccc;
}

p.content-signature {
    font-size: 0.3em;
    color: #999;
    text-transform: uppercase;
}
p.comments {
	font-size: 0.3em;
    color: #999;
}

.section_labels ul li {
    background-color: #A62B02;
    color: #fff;
}
.section_labels ul li:hover {
    background-color: #222;
    color: #fff;
}
.section_labels ul li a:hover {
    color: #fff;
}
.newssection h4.date {
    color: #666;
    font-size: 0.4em;
    line-height: 1.0;
    font-weight: normal;
}

.mainnew h1.title a {
    color: #A62B02;
}
.mainnew h1.title a:hover {
    color: #000;
}

.newssection h1.title a {
    color: #A62B02;
}
.newssection h1.title a:hover {
    color: #000;
}

.NEWSITEM .titleblock h3 a {
    color: #A62B02;
    text-decoration: none;
}
.NEWSITEM .titleblock h3 a:hover {
    color: #000;
    text-decoration: none;
}

h3 a {
    color: #000 !important;
}
h3 a:hover {
    color: #A62B02 !important;
}

.MEGABLOCK .title .myblock h3 a {
    color: #fff !important;
    text-decoration: none;
}
/** boxes */

h4.solid {
    border-bottom: 4px solid #A62B02 !important;
}
.EVENTS h4 {
    background-color: #A62B02;
}

.NEWBODY h1.new_title{
    color: #A62B02;	
	}

/** shadow news*/
.strong {
    background-color: #000;
}
.heavy {
    background-color: #A62B02;
}
h3.heavy a:hover {
    color: #000 !important;
}
h3.medium a {
    color: #000 !important;
}
h3.medium a:hover {
    color: #fff !important;
}
.IMAGETITLE .title.over h3 a {
    color: #fff !important;
    text-decoration: none;
}

.MEGABLOCK.position_before {
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    margin: 0 0 15px;
    z-index: 6000;
}

.WRITTERS .autor .textblock p.title a {
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
}

.socialicons a.twitter svg path {
  fill: #ccc;
}
.socialicons a.twitter svg path:hover {
  fill: #fff;
}

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

.social-share .btn.s_twitter:hover {
	  background-color: #333;
}