@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


*{
	
}
body{
  font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	min-width: 320px;
	overflow-x: hidden;
}

#wrap{
	overflow: hidden;
}

#header .top {
	border-bottom: 1px solid #eee;
  background: #f5f5f5;
}

#header .top .container{
  display: flex; 
  min-height: 34px;
  align-items: center; 
  font-family: 'Source Sans 3', sans-serif;
}
#dateTop{
  line-height: 35px;
  font-size: 14px;
  font-weight: 800;
  margin-right: 25px;
  float: left;
}

#header .top a {
  color: #222;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  font-size: .875rem;
  text-decoration: none;
  font-weight: 600;
}
#header .top a:hover {
  color: #888;
}


#logoTop{
  padding: 15px 0;
}
#logoTop h1{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #4e74fc;
  margin-bottom: 2px;
  margin-top: 1px
}
#logoTop h2{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  margin: 0 0 11px;
  color: #4e74fc;
  font-weight: 300
}
#logoTop h1 a{
  color: inherit;
  text-decoration: none;
}
#logoTop h1 a:hover{
  color: #000;
  text-decoration: none;
}

/*Menu cats top*/
#menuTop{
  background: #141414;
}
#menuTop .container{
  position: relative;
}
#menuTop ul{
  padding: 0;
  margin: 0;
  display: flex;
  min-height: 50px;
}
#menuTop li{
  list-style: none;
}
#menuTop ul a{
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  padding: 0 16px;
  font-size: 16px;
  cursor: pointer;
}
#menuTop ul li.active a,
#menuTop ul a:hover{
  color: #4e74fc;
}

#menuTop .topSearch{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: url('/assets/images/iconSearch.svg?d');
  width: 24px;
  height: 24px;
}
#menuTop .topSearch.active{
  background: none;  
}
#menuTop .topSearch.active:before{
  display: block;
  content: "✖";
  color: #FFF;
  font-size: 16px;
  font-weight: 400
}

.topSearchBox{
  display: block;
  background: #fff;
  border: 3px solid #e3e3e3;
  display: none;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 50px;
  width: 350px;
  z-index: 999;
}
.topSearchBox.active{
  display: block;
}
.topSearchBox form{
  position: relative;
  display: flex;
}
.topSearchBox label{
  margin: 0;
}
.topSearchBox span{
  display: none;
}
.topSearchBox input[type="search"] {
  background: #f1f1f1;
  border: none;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 11px;
  width: 242px;
  border-radius: 0;
  font-size: 18px;
}
.topSearchBox input[type="submit"] {
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  width: 92px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #4e74fc;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
}
.topSearchBox input[type="submit"]:hover{
  background: #000;
}

#frmSearch input::-webkit-input-placeholder{color: #aaa;opacity:1}
#frmSearch input:-moz-placeholder{color: #aaa;opacity:1}
#frmSearch input::-moz-placeholder{color: #aaa;opacity:1}
#frmSearch input:-ms-input-placeholder{color: #aaa;opacity:1}


body .rd-mobilemenu_ul a{
	cursor: pointer
}
body .rd-mobilemenu_ul a.loginU img{
	width: 10px;
	position: relative;
	top: 2px;
}

/*Footer*/
#footer .contentFooter{
	 background: #000;
  	display: flex;
  	align-items: center;
  	min-height: 64px;
  	color: white;
    font-size: 16px;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer .copyright{
  margin-right: 5px
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: right;
  	float: right;
  	display: flex;
  	align-items: center;
}
#footer #powered a {
  	color: inherit;
  	display: flex;
  	padding: 0 0 0 28px;
  	min-height: 22px;
  	align-items: center;
  	margin-left: 5px;
  	background: url(/assets/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}


#home-1 .content-area{
  width: 72%;
  padding-right: 20px
}
.blogEntries{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 20px 0 0;
}
.blogEntries .item{
  width: 50%;
  flex-basis: 50%;
  padding: 0 20px;
  margin-bottom: 25px;
}
.blogEntries .thumb img{
  display: block;
  max-width: 100%;
  height: auto;
}
.blogEntries .thumb{
  margin-bottom: 10px;
}
.blogEntries .title a{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  color: #000;
  font-weight: 400
}
.byline img.author-photo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
}
.related-post-meta, .entry-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.blogEntries .author{color: #000}
.blogEntries .byline {
  margin-right: 1em;
  display: inline-block;
}
.blogEntries .posted-on{
  display: inline-flex;
  align-items: center;
}
.blogEntries .entry-meta i.fa {
  margin-right: 6px;
  font-size: 120%;
}
.blogEntries .entry-date{
  color: #999
}
.blogEntries .entry-summary{
  color: #404040;
  font-size: 18px;
}

.page-title {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 30px;
  padding-bottom: 3px;
}


section#post{
  padding: 35px 0;
}
section#post .post{
  max-width: 930px;
}
.category-list {
  margin: 0 0 8px;
}
.cat-links {
  color: #ccc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-links a {
  color: #ff4f4f;
}
.single .entry-header {
  margin-bottom: 30px;
}
.entry-meta a {
  color: #999;
}
.entry-content{
  color: #404040;
  font-size: 1.125rem;
  margin-top: 2em;
}
.imgEntry{
  padding-bottom: 35px
}
.imgEntry img{
  display: block;
  width: 100%;
  height: auto;
}

.mainWeb{
  padding: 40px 0;
}
#titleGeneral .page-entry-title{
  font-family: "Roboto Condensed", sans-serif;
  color: #404040;
}
.mainWeb .entry-content{
  max-width: 800px;
  text-align: justify;
}