/*****************START CSS******************/

img.crossimg {
  /*width: auto;
  height: 240px;*/
  width: 100%;
  height: auto;
  object-fit: contain;
}

span.linkgov {
	color: #1E90FF;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

span.linkgos {
	color: #FF0000;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
span.linkgov:hover {
	color: #4682B4;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

span.linkgos:hover {
	color: #B22222;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.cenalign {
	text-align: center;
}

.obtextstyle {display: block; text-decoration: none; color: inherit;}

/*.inlinkss a {
	color: #FF0000; 
	font-size: 17px;
	font-weight: 700;
}
.inlinkss a:hover {
	color: #B22222; 
	font-size: 17px;
	font-weight: 700;
}

.inlinksv a {
	color: #1E90FF; 
	font-size: 17px;
	font-weight: 700;
}
.inlinksv: a:hover {
	color: #4682B4; 
	font-size: 17px;
	font-weight: 700;
}*/


.intextlinks {
	padding: 10px 10px 10px 10px;
	white-space: normal;
	display: inline-block;
	background: #ffffff;
    border: 1px dotted #4682B4;
	font-size: 15px;
	color: #696969;
}

/*Color Links*/
#crlinks a:link {color: #ffffff; text-decoration: none;}
#crlinks a:visited {color: #ffffff; text-decoration: none;}
#crlinks a:hover {color: #ffffff; text-decoration: none;}
#crlinks a:active {color: #ffffff; text-decoration: none;}
/*End color*/

#content-ob {
	text-align: left;
	margin: 10px;
	z-index: 0;
	/*padding: 10px;
	height: auto;
    min-height: 300px;
    height: auto !important;
    height: 300px;*/
	
	/*display: inline-block;
	position: relative;
	z-index: 20;*/
    /*clear:both;
	position: relative;
	overflow: auto;
	height: 260px;*/
}
#textadsfullone {
	/*white-space: normal;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	padding: 5px;
	background: #ffffff;
    border: 1px dotted #4682B4;
    text-decoration: none;
	font-size: 15px;
	color: #000000;
	/*border-radius: 15px;*/
	/*float: left;*/
}
#textadsfulltwo {
	/*white-space: normal;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	padding: 5px;
	background: #ffffff;
    border: 1px dotted #4682B4;
    text-decoration: none;
	font-size: 15px;
	color: #000000;
	/*border-radius: 15px;*/
	/*float: left;*/
}

#styletitle {
	color: #000000; 
	font-size: 17px;
	font-weight: 700;
	/*background: #ffe348;*/
	background: #FFFAFA;
	padding: 5px 5px 5px 5px;
}
#linefeed {
    height: 10px;
}

/*Start Button #1*/
span.butlinkone {
	cursor: pointer;
	text-decoration: none;
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	margin: 12px;
	background-color: #1E90FF !important;
	animation: butlinkone 1.5s infinite;
}
span.butlinkone:hover {
	cursor: pointer;
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 1px 1px 0  #cfcfcf, 0 2px 5px 0  #cfcfcf;
	animation: none;
}
span.butlinkone:focus-visible {
	box-shadow: 0 0 0 3px #fd7f34;
}

@keyframes butlinkone {
	0% {
		box-shadow: 0 0 0 0 rgba(30, 144, 255, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(30, 144, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(30, 144, 255, 0);
	}
}


/*End*/

/*Start Button #2*/
span.butlinktwo {
	cursor: pointer;
	text-decoration: none;
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	margin: 12px;
	background-color: #000000 !important;
	animation: butlinktwo 1.5s infinite;
}
span.butlinktwo:hover {
	cursor: pointer;
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 1px 1px 0  #cfcfcf, 0 2px 5px 0  #cfcfcf;
	animation: none;
}
span.butlinktwo:focus-visible {
	box-shadow: 0 0 0 3px #fd7f34;
}
@keyframes butlinktwo {
	0% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}
/*End button*/

/*div {
  overflow: hidden;*/
  /*text-overflow: ellipsis;*/
/*}
ul {
  white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*animation: slide-8 50s linear infinite;
}
li {
  display: inline-block;
  width: 100%;
}
@keyframes slide-8 {
   0.0% { transform: translateX(0) }
  10.0% { transform: translateX(0) }
  12.5% { transform: translateX(0) }
  22.5% { transform: translateX(0) }
  25.0% { transform: translateX(0) }
  35.0% { transform: translateX(0) }
  37.5% { transform: translateX(0) }
  47.5% { transform: translateX(-100%) }
  50.0% { transform: translateX(-100%) }
  60.0% { transform: translateX(-100%) }
  62.5% { transform: translateX(-100%) }
  72.5% { transform: translateX(-100%) }
  75.0% { transform: translateX(-100%) }
  85.0% { transform: translateX(-100%) }
  87.5% { transform: translateX(-100%) }
  97.5% { transform: translateX(-100%) }
 100.0% { transform: translateX(-100%) }
}*/
/********************END*************************/



.img-zoom {
	display: inline-block; 
	overflow: hidden;
}
.img-zoom img {
	transition: 1s; 
	display: block;
}
.img-zoom img:hover {
	transform: scale(1.1);
}
.img-zoom {
	float: left; 
	margin-right: 10px;
}


/*Start Button #1*/
a.butlinkone {
	/*cursor: pointer;*/
	text-decoration: none;
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	margin: 12px;
	background-color: #1E90FF !important;
	animation: butlinkone 1.5s infinite;
}
a.butlinkone:hover {
	/*cursor: pointer;*/
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 1px 1px 0  #cfcfcf, 0 2px 5px 0  #cfcfcf;
	animation: none;
}
a.butlinkone:focus-visible {
	box-shadow: 0 0 0 3px #fd7f34;
}

@keyframes butlinkone {
	0% {
		box-shadow: 0 0 0 0 rgba(30, 144, 255, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(30, 144, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(30, 144, 255, 0);
	}
}


/*End*/

/*Start Button #2*/
a.butlinktwo {
	/*cursor: pointer;*/
	text-decoration: none;
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	margin: 12px;
	background-color: #000000 !important;
	animation: butlinktwo 1.5s infinite;
}
a.butlinktwo:hover {
	/*cursor: pointer;*/
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 1px 1px 0  #cfcfcf, 0 2px 5px 0  #cfcfcf;
	animation: none;
}
a.butlinktwo:focus-visible {
	box-shadow: 0 0 0 3px #fd7f34;
}
@keyframes butlinktwo {
	0% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}
/*End button*/



/*Archive*/
.zoomadssit {
	display: inline-block; 
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
.zoomadssit img {
	transition: 2s; 
	display: block;
}
.zoomadssit img:hover {
	transform: scale(1.1);
}