@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

body{
	padding: 0;
	font-family: 'Slabo 27px', serif;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(../images/casarosada.jpg);

}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

.fondoh {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 3% 0%;
	background-image: url(../images/politicaycasarosada.jpg);
	}

.ir-arriba {
	display: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	/* [disabled]background-color: #888888; */
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 59px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url(../images/arriba.png);
	
}

.slogan {
	width: 100%;
	background: #990000;
	text-align: center;
	color: #fff;
	letter-spacing: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.slogan2 {
	width: 100%;
	background: #13179E;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.tituloseccion {
	font-family: 'Slabo 27px', serif;
	text-align: center;
	padding-top: 1%;
	color: #333333;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 0px;
	height: 54px;
	background-position: 0% 8%;
	background-size: cover;
	background-image: -webkit-linear-gradient(93deg,rgba(255,255,255,1.00) 0%,rgba(211,148,126,1.00) 100%);
	background-image: -moz-linear-gradient(93deg,rgba(255,255,255,1.00) 0%,rgba(211,148,126,1.00) 100%);
	background-image: -o-linear-gradient(93deg,rgba(255,255,255,1.00) 0%,rgba(211,148,126,1.00) 100%);
	background-image: linear-gradient(357deg,rgba(255,255,255,1.00) 0%,rgba(211,148,126,1.00) 100%);
	border-bottom: 2px solid #57A4D3;
	}
	
	.seguirmegusta{
	margin-bottom: 3%;
	width: 100%;
	/* [disabled]border-bottom-left-radius: 10px; */
	/* [disabled]border-bottom-right-radius: 10px; */
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 4%;
	padding-bottom: 3%;
	background-color: #57A4D3;
		}
.seguirmegusta a:hover {
	text-decoration: none;
	color:#fff;
}

.seguirmegusta:hover{
	background: #F0A389;
	
}
		
	.img-secundaria {
		width: 45%;
		float:left;
		margin-left:2%;
		}
.contacto {
	color: #E40822;
	font-size: 1.5em;
}

.contacto a:hover{
	color: #1DD7FF;
	font-size: 1.5em;
}
/*-----start-header----*/
.news-paper {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 2em; */
	background-color: #FFFFFF;
}
.header-left {
	float: left;
	margin-top: -11px;
}

.whats {
	text-align: center;
	color: #07A191;
	
}
.social-icons {
	float: right;
}
.logo a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
.logo a h6 {
	color:#191919;
	font-family: 'Slabo 27px', serif;
	font-weight:500;
	font-size:1.1em;
}
.logo a h1 {
	color:#191919;
	font-family: 'Slabo 27px', serif;
	font-weight:500;
	font-size:2.2em;
}
.logo {
	margin-top: 0%;
	max-width: 400px;
	margin-left: 2%;
}
.logo a h1 span {
	color:#044972;
}
.header-right {
	float: right;
	width: 52%;
}
.social-icons {
	text-align:right;
}
.social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
}
.social-icons i {
	width:30px;
	height:30px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
}
.social-icons i:hover {
	opacity:0.5;
}
i.facebook {
	background-position:0px 0px;
}
i.twitter{
	background-position:-30px 0px;
}
i.yt {
	background-position:-60px 0px;
}
.top-menu {
	float:left;
	margin-top:0.65em;
}
.top-menu ul li {
	display:inline-block;
	  margin: 0 0.6em;
}

.btn {padding:10px 20px; background: #F4F4F2;}
.btn_red {background:#DBDBDB; color: #FFF;}

.top-menu ul li a {
	color:#044972;
	text-decoration:none;
	font-size:0.95em;
	font-weight:600;
}
a.btn_red {color: #FFF;}
.top-menu ul li a:hover {
	color: #C91343;
}

.centeredText {
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}


.btn:hover {background: #E4E4E2;}
.btn_red:hover {background: #9F9F9F;}

a.btn {color:#666; text-align: center; text-decoration: none;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}


/*--start-search--*/
.search {
	position: relative;
	padding: 5px 8px;
	width: 35%;
	border: 1px solid #bababa;
	float:right;
	background: #f8f8f8;
}
.search input[type="text"] {
	outline: none;
	color: #b3b3b3;
	background: #f8f8f8;
	font-size: 1em;
	border: none;
	width: 84.33%;
}
.search input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 1px 1px #202021;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 0px;
	right: -1px;
	width: 32px;
	height: 32px;
}
.menu-strip {
	margin-top: 1px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 0em;
	padding-left: 0px;
	padding-bottom: 0.8em;
	color: #DFDFDF;
	border-bottom-color: #646665;
	border-top-color: #646665;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-top-width: 3px;
	background-color: #333333;
	border-radius: 0px 0px 4px 4px;
}
.menu-strip ul li {
	display: inline-block;
	color: #C07805;
	margin-bottom: 6px;
	margin-top: 6px;
}
.menu-strip ul li a {
	color: #DFDFDF;
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Slabo 27px', serif;
	text-decoration: none;
	padding-top: 0em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.9em;
	border-bottom-color: #E40822;
}
.menu-strip ul li:last-child {
	text-align: right;
}
.menu-strip ul li a:hover {
	color: #DC9F80;
}
.total-news {
	padding: 0;
	border-collapse: collapse;
}
.slider{
	position: static;
	padding: 1em;
	margin-bottom: 2em;
	max-height: 367px;
	background-repeat: repeat;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(218,143,108,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(218,143,108,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(218,143,108,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(218,143,108,1.00) 100%);
}
h5.breaking {
	color: #fff;
	background: #044972;
	padding: 6px 0;
	font-size: 0.95em;
	font-weight: normal;
	width: 14%;
	text-align: center;
	margin: 0px 0 -14px -14px;
}
.conference-rslide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 80%;
	padding: 0;
	margin: 0;
}
.conference-slider{
	position:relative;
}
.breaking-news-title {
	position: absolute;
	background: rgba(36, 34, 36, 0.68);
	bottom: 3px;
	z-index: 999;
	width: 96%;
	left: 4px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.breaking-news-title p {
	color:#fff;
	font-size:1em;
	font-weight:normal;
	line-height:1.7em;
}
.conference-rslide li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.conference-rslide li:first-child {
	position: relative;
	display: block;
	float: left;
}
.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 2px solid #CD3C3A;
	max-width: 646px;
	height: auto;
	height: 340px;
}
.rslides_tabs {
	width: 17%;
	position: absolute;
	bottom: 2%;
	z-index: 999;
	right: 1%;
}
.rslides_tabs li {
	display: block;
}
.rslides_tabs a {
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	color: #fff;
	font-weight: bold;
}
#slider3-pager a {
	display: inline-block;
	width: 100%;
}
#slider3-pager img {
	float: left;
	display: block;
	width: 100%;
	height: 70px;
}
#slider3-pager .rslides_here a {
	background: transparent;
	border: 3px solid #D48506;
}
#slider3-pager a {
}
.news-paper .blog-main-content .tituloseccion {
}
.tituloseccion h1 {

}
.container .footer.text-center .copyright.text-center {
}

/*iconos redes sociales*/
 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:30;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.email {
  background: #848484;
  color: white;
}

.whatsapp {
  background: #4DC247;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;}
 
.instagram {
  background:url(../images/ins.jpg) repeat;
  color: white;
} 
/*fin iconos redes sociales*/



/*-- responsive-mediaqueries --*/
@media (max-width:768px){
	#slider3-pager a {
		width: 100%;
	}
	.rslides_tabs {
		bottom: 10px;
	}
	
	#slider3-pager img {
		height: 60px;
		}
}
@media (max-width:640px){
	#slider3-pager a {
		width: 100%;
	}
	.rslides_tabs {
		bottom: 15px;
	}
}
@media (max-width:480px){
	#slider3-pager a {
		width: 100%;
	}
	.rslides_tabs {
		bottom: 20px;
	}
	
	#slider3-pager img {
		height: 40px;
		}
}
@media (max-width:320px){
	#slider3-pager a {
		width: 100%;
	}
	.rslides_tabs {
		bottom: 25px;
	}
}
.confer {
	margin-bottom: 4em;
}
.world-news-grid {
	width: 30%;
	float: left;
	margin-right: 2.75%;
	height: 400px;
	overflow: hidden;
	
}

.world-news-grid2 {
	justify-content: center;
    align-items: center;
    display: flex;
	
}

.world-news-grid2 img {
	max-height: 185px;
	margin-bottom: 2%;
	min-height: 180px;
}
.world-news-grid:nth-child(3){
	margin-right:0;
}

.left-posts {
	width:100%;
	margin-right:4%;
	float:left;
}
.right-posts {
	width:28%;
	float:right;
}
.main-title-head {
	border-bottom: 4px solid #F0A389;
	margin-bottom: 1.7em;
	text-transform: uppercase;
}
.main-title-head h3 {
	color: #333333;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.main-title-head a {
	float: right;
	text-decoration: none;
	color: #fff;
	background-color: #DA947C;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 3px 8px;
	margin-top: 8px;
}


.main-title-head {
	border-bottom: 4px solid #F0A389;
	margin-bottom: 1.7em;
	text-transform: uppercase;
}
.main-title-head h3 {
	color: #333333;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.staff-title-head {
	border-bottom: 4px solid #046D73;
	margin-bottom: 1.7em;
	
}

.staff-title-head h3 {
	color: #C91343;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.world-news-grid p {
	color: #202021;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 3px 0 8px 0;
}
.world-news-grid a {
	color: #BE0300;
	font-weight:bold;
	font-size:0.875em;
	text-transform:uppercase;
	text-decoration:none;
}
a.title {
	color: #4D4D4D;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}
a.title:hover {
	color: #DB1A1D;
}
.latest-articles {
	margin:2em 0; 
}
.desk-grid h3 {
	color: #CD3C3A;
	font-size: 1.6em;
	font-weight: bolder;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	border-bottom: 4px solid #F0A389;
	margin-bottom: 1em;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.desk h5 {
	color: #202021;
	font-size: 1em;
	font-weight: bold;
}
.desk p {
	color: #202021;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 8px 0;
}
.desk p a {
	color: #C91343;
	font-weight: bold;
	font-size: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
}
.desk p span {
	margin-left: 2em;
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: 2px;
}
.desk {
	border-bottom: 1px dotted #202021;
	margin-bottom: 2em;
	padding-bottom: 0.8em;
}
.desk:nth-child(4){
	border:none;
	margin-bottom: 0em;
}
a.more{
	text-decoration: none;
	color: #fff;
	background: #044972;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 4px 8px;
}
.editorial {
	margin-top:2em;
}
.editor a img {
	width:100%;
}
.editor a {
	color: #044972;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration:none;
	margin:8px 0;
	display: block;
}
.editor a:hover {
	color:#202021;
}
.editorial h3 {
	color: #202021;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	border-bottom: 4px solid #044972;
	margin-bottom: 0.6em;
	padding-bottom: 4px;
}
.left-tech-news {
	width:48%;
	margin-right:4%;
	float:left;
}
.right-tech-news {
	width:48%;
	float:left;
}
.gallery {
	margin: 2em 0;
}
.span_66 {
	border-bottom: 1px dotted #202021;
	margin-bottom: 1.5em;
	padding-bottom: 1.3em;
}
.tech-news-grid a {
	color: #202021;
	font-size: 1.1em;;
	color: #202021;
	font-weight: bold;
	text-transform:lowercase;
	text-decoration:none;
}
.tech-news-grid a:hover {
	color: #044972;
}
.tech-news-grid p {
	color: #202021;
	font-size: 0.96em;
	font-weight: normal;
	line-height: 1.5em;
}
.tech-news-grid p a {
	color: #044972;
	font-weight: normal;
	font-size: 0.875em;
	text-decoration: none;
	margin-right:10px;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin:3em 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top:3%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.course_demo{
	padding: 3% 3% 3% 3%;
}
.nbs-flexisel-item img {
	  width: 93%;
	  cursor: pointer;
	  position: relative;
	  margin-bottom: 0px;
	  display:inline;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width:44px;
  height:60px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  display:none;
}
.nbs-flexisel-nav-left {
  	left: -7em;
	background: url(../images/left.png) 0px 0px no-repeat;
  display:none;
}
.nbs-flexisel-nav-right {
	right: -7em;
	background: url(../images/right.png) 0px 0px no-repeat;
  display:none;
}
.bottom-menu ul li {
	display:inline-block;
	margin:0 12px;
}
.bottom-menu ul li a {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	color:#020305;
}
.bottom-menu ul li a:hover {
	color: #C91343;
}
.footer {
	padding: 1.5em 0;
	margin-top: 2em;
}
.copyright {
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
	color: #FFFFFF;
	background-color: #333333;
}
.copyright p {
	color: #DFDFDF;
	font-size: 1.2em;
	border-radius: 13px;
}
.copyright p a {
	color: #020305;
	margin-left: 1px;
}
.videos {
	background:#e4e4e4;
	padding:1.8em 1em 0.5em 1em;
}
.video {
	float: left;
	width: 26%;
	margin-right: 5%;
	background: #0f50a2;
	padding: 1.1em 0;
	text-align: center;
	background: url(../images/mi.jpg) 0px 0px;
  background-size: 100% 100%;
}
i.play {
	width:25px;
	height:25px;
	background:url('../images/img-sprite.png') no-repeat -90px 0px;
	display:inline-block;
	margin:0 auto;
}
.video-name {
	float:right;
	width:69%;
}
.video-name a {
	color: #202021;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	line-height:1.2em;
	display: block;
	margin-top: 5px;
}
.video-name a:hover {
	color:#044972;
}
.video-grid {
	margin-bottom: 1.58em;
}

/*VIDEOS pagina home*/
.video-home{
	width:100%;
	
}
.video-home iframe{
	min-height:350px;
	width:90%;
}

/*listado de noticias por tema */
.video-tema {
	max-width: 350px;
	height: auto;
	float: left;
	margin-right: 1em;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 5px #ddd;
}

.video-tema iframe{

	width: 100%;
}

/*Ampliacion nota completa */
.video-detalle {
	width: 80%px;
	height: auto;
	float: none;
	margin: 0 auto;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 5px #ddd;
}

.video-detalle iframe{

	width: 100%;
	min-height: 500px;
}

a.more1 {
	float: right;
	text-decoration: none;
	color: #fff;
	background: #044972;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 3px 10px;
	margin-top: 0;
	margin-right: -7px;
	margin-bottom: -7px;
}
.side-bar {
	padding: 0 0 0 25px;
}
.sign_up input[type="text"] {
	width: 100%;
	padding: 5px 10px;
	border: none;
	font-size: 0.9em;
	font-weight: 600;
	color: #202021;
	outline: none;
	background: #fff;
	font-weight: 400;
	border: 1px solid #bababa;
	margin: 5px 0;
}
.sign_up input[type="submit"] {
	color: #fff;
	font-size: 0.875em;
	font-weight: 300;
	border: none;
	display: block;
	padding: 6px 30px;
	outline: none;
	background: #044972;
	text-transform:uppercase;
	margin-top:0.5em;
}
.sign_up {
	background: #e4e4e4;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin: 2em 0;
	font-family: 'Slabo 27px', serif;
}
.sign_up h3 {
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 4px;
}
p.sign {
	color: #202021;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 8px 0;
}
p.spam {
	margin:1em 0 0.5em 0;
	color:#044972;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.5em;
}
.main-title-head h5 {
	font-size: 1.45em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 4px;
	color: #D48506;
}	
.main-title-head h4 {
	color: #202021;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: right;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 4px;
}	
.popular-grid {
	border-bottom: 1px dotted #202021;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.popular-grid i {
	font-size:0.8em;
	font-weight:normal
}
.popular-grid p {
	color: #575757;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.3em;
}
.popular-grid p a{
	color: #C91343;
	font-weight: normal;
}
.popular-grid:nth-child(5) {
	border:none;
	padding-bottom:0;
}
.save {
	float: left;
	width: 53%;
}
.subscribe-now {
	margin-top:2em;
}
.discount {
	background:#044972;
	padding:1em;
}
.save p {
	color:#fff;
	font-family: 'Slabo 27px', serif;
	font-weight:400;
	font-size:2.2em;
}
.percent h2 {
	color:#fff;
	font-family: 'Slabo 27px', serif;
	font-weight:400;
	font-size:5em;
	margin-top: 11px;
}
.percent {
	float:right;
	width:50%;
}
.subscribe-now a {
	text-decoration: none;
}
h3.sn {
	color: #044972;
	font-size: 1.8em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	text-align:center;
	background:#ffd800;
	padding:0.5em 0 0.3em 0;
}
/*-- about-section --*/
.about-left h3,.about-right h3 {
	color: #020202;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 0.8em;
}
.about-left h5 {
	margin-bottom: 0.5em;
	line-height:1.5em;
	color: #202021;
	font-size: 1em;
	font-weight: bold;
}
.about-section {
	padding: 2.5em 0;
}
.abt_image {
	float: left;
	margin-right: 5%;
	width: 43%;
}
.abt_image img {
	width:100%;
}
.about-left p {
	color: #848484;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 8px 0;
}
.offer{
	margin-bottom: 2em;
}
.offer h4 {
	float: left;
	width: 6%;
	margin-right: 3%;
	text-align: center;
	color:#fff;
	background:#404349;
	font-size:0.9em;
	font-weight:normal;
	padding:5px;
	  border-radius: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.offer a {
	color: #f15779;
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0.7em;
}
.offer p {
	color: #848484;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 8px 0;
}
.about-left {
	padding: 0 6em 0 0;
	border-right: 1px solid #eee;
	margin-right: 2%;
	width: 55%;
}
.about-right{
	padding:0 0 0 4em;
}
.about-us {
	border-bottom: 1px dotted #A4A4A4;
	padding-bottom: 2em;
	margin-bottom:4em;
}
.team h3 {
	color: #020202;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 0.8em;
}

/*-- contact --*/
.contact-section{
	padding:3em 0;
}
.contact-section-head h3 {
	color: #020202;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 0.8em;
}
.map{
	width:100%;
	padding-top: 11px;
	padding-top: 4%;
}
.map iframe{
	min-height:350px;
	width:90%;
}
.address p {
	color: #000000;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.5em;
}
.address h5 {
	color: #4F4F50;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0.8em;
}

.staff {
	color: #CD3C3A;
	text-align: center;
	}
.division {
	width: 49%;
	height: 20px;
	margin: 0 auto;
	border-top: 2px double #636768;
	float: none;
}	}
	
.img-contacto {
	padding-top: 15%
	}
			
p.bottom{
	margin-bottom:0.9em;
}


/**-movies --*/
.mright-posts {
	width: 28%;
	float: left;
	margin-right: 4%;
}
.mleft-posts {
	width: 68%;
	float: right;
}
.mpopular {
	margin:1em 0 3em 0;
}
/*----*/
.grid-might{
	float:left;
	width: 24%;
	margin-right: 5%;
}
.might-top{
	float:right;
	width:71%;
}
.might-top p{
	font-size:0.9em;
	color:#494949;
	line-height:1.8em;
}
.might-grid {
	padding: 1em 0 0;
}
.might h4 {
	color: #202021;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 0.8em;
}
.might-top a{
	text-decoration:none;
	color:#dfb636;
	font-size:0.95em;
	display:inline-block;
	padding: 0.5em 0 0;	
}
.might-top a:hover{
	color:#ec098d;
}
.might-top a i{
	background: url(../images/img-sprite.png)no-repeat -103px -103px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.grid-top h4,.grid-top-in h4 {
	background: #df2411;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.35em;
	font-weight: 700;
	display: block;
	line-height: 1em;
	text-transform: uppercase;
}
/*----*/
.grid-top ul li{
	background: url(../images/dot.png) no-repeat 0px 17px;
	padding: 12px 0px 5px 17px;
	border-bottom: 1px solid #E8E6E6;
	list-style-type:none;
}
.grid-top ul li:nth-child(7){
	border-bottom:none;
}
.grid-top ul li a{
	color:#494949;
	line-height:1.8em;
	text-decoration:none;
	font-size: 0.9em;
	padding: 0 0 10px;
	display: block;
}
.grid-top ul li a:hover{
	color:#044972;
}
.grid-top-in p{
	color:#5261ac;
	font-size:1.3em;
	line-height: 1.7em;
	padding: 0.5em 0 0;
}
.grid-top-in p a{
	color:#5261ac;
	text-decoration:none;
}
.grid-top-in p a.bun{
	font-size:0.8em;
}
.grid-top-in p a.lop{
	color:#f78f1d;
	font-size:1.3em;
	font-weight: 700;
}
.grid-top-in p a.dan{
	font-size:1.6em;
	font-weight: 500;	
}
.grid-top-in p a.eva{
	font-size:1.4em;	
}
.grid-top-in p a.jol{
	font-size:1.4em;
	font-weight: 700;	
}
.grid-top {
	padding:1em 0 0.5em;
}
.grid-top-in p a:hover{
	color:#ec098d;
}
.might {
	margin: 0.5em 0 3em 0;
}
.single {
	margin-top:2em;
}
.single h3{
	color:#000;
	font-size:1.7em;
	font-weight:600;
	margin-bottom:1em;
}
.single p{
	color:#000;
	font-size:1.4em;
	font-weight:600;
	margin-bottom:1em;
}
.single p i {
	font-weight:400;
	font-size:0.95em;
}
.best-review {
	border-top: 3px solid #000;
	padding: 1.5em 0;
}
.story-review {
	border-top: 3px solid #000;
	padding: 1.5em 0;
	border-bottom: 3px solid #000;
}
.story-review h4 {
	color:#000;
	font-size:1.6em;
	font-weight:600;
	margin-bottom:0.7em;	
}
.best-review  h4 {
	color:#000;
	font-size:1.6em;
	font-weight:600;
	margin-bottom:0.7em;	
}
.story-review p {
	color:#000;	
	font-weight: 400;
	font-size: 1em;
	line-height:1.8em;
}
.best-review p span {
	color:#37a4c5;
	font-weight:600;
}
.best-review p {
	margin-top:0.8em;
}
/*----*/
.featured ul li {
	display: inline-block;
	width: 28.333%;
	float: left;
	margin: 2.5%;
}
.featured ul li img {
	width:100%;
}
.featured ul li p {
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #494949;
}
.featured h3 {
	color: #202021;
	font-size: 1.6em;
	font-weight: 400;
	word-spacing: 3px;
	float: left;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 0.8em;
}
.featured {
	border-top: 4px solid #000;
	padding: 1em 0;
}
.mlatest-articles {
	margin: 0 0 2em 0;
}
/*-- blog --*/
/*----content----*/
.blog-main-content,.movie-main-content {
	padding: 2em 0;
}
a.gotosingle {
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 4px;
	text-decoration: none;
}

.titvideos {
	color: #000000;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 4px;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	background-image: -webkit-linear-gradient(209deg,rgba(251,251,251,1.00) 0%,rgba(128,0,0,0.83) 100%);
	background-image: -moz-linear-gradient(209deg,rgba(251,251,251,1.00) 0%,rgba(128,0,0,0.83) 100%);
	background-image: -o-linear-gradient(209deg,rgba(251,251,251,1.00) 0%,rgba(128,0,0,0.83) 100%);
	background-image: linear-gradient(241deg,rgba(251,251,251,1.00) 0%,rgba(128,0,0,0.83) 100%);
} 

.grid img{
	float: left;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 5px #ddd;
	margin-right: 3%;
	/* [disabled]width: 100%; */
}
img.blog:hover{
	opacity: 0.9;
	/* [disabled]max-width: 300px; */
	/* [disabled]height: auto; */
}
.grid p{
	font-size: 0.92em;
	color: rgba(0,0,0,1.00);
	line-height: 1.8em;
	width: 100%;
}
img.blog {
	margin-right: 2em;
	max-width: 300px;
	height: auto;
}
.grid p a{
	color:#EA5546;
	font-size:0.8em;
	margin-left:10px;
}
.grid-header ul li{
	display: inline-block;
}
.grid-header ul li a{
	color:#044972;
	font-size:0.8em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.grid-header ul li a:hover,.content-pagenation li a:hover{
	color:rgb(80, 80, 80);
}
.grid-header ul li span{
	font-size:0.85em;
	color: rgb(155, 155, 155);
}
.grid-header ul li span a {
	font-size: 1em;
	color: rgb(155, 155, 155);
}
.readmore{
	float: right;
	color: #044972;
	font-size: 0.8em;
	background: #fff;
	padding: 10px 12px;
	box-shadow: 0px 0px 10px #ddd;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.readmore:hover{
	color: rgb(80, 80, 80);
}
.grid ul{
	padding:0px 0px 10px 0px;
}
.comments li {
	display:inline-block;
	margin-top: 10px;	
}
.grid-img-content {
	padding: 10px 0px;
}
.comments li img{
	vertical-align:center;
}
.comments li:last-child{
	float:right;
}
.comments{
	margin: 10px 0px -2px 0px;
	border-top: 1px ridge rgb(240, 240, 240);
}
.grid.box {
	border-bottom: 1px ridge rgb(240, 240, 240);
	margin-bottom:3em;
}
/*----content-pagenation----*/
.content-pagenation{
	float:left;
	margin-top: 26px;
	background: url(../images/content-border-bottom.png) bottom;
}
.content-pagenation ul li{
	list-style:none;
}
.content-pagenation  li{
	display:inline-block;
}
.content-pagenation li a{
	color: #044972;
	font-size: 0.8em;
	background: #fff;
	padding: 10px 12px;
	box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.36);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li span{
	color: #044972;
	font-size: 0.8em;
}
.l_g_r h4 {
	line-height: 1.4em;
	color: #202021;
	font-size: 1.3em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	margin-bottom:0.6em;
}
.l_g_r h6 a {
	color: #868f98;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 2em;
	text-decoration: none;
}
.l_g_r h6 a:hover {
	color:#044972;
	padding-left:3px;
}
.posts,.recent-comments,.archievs,.categories {
	margin-bottom:3em;
}
span {
	color: #044972;
}
.l_g_r {
	margin-left: 3em;
}
.singlepage img {
	float: none;
	width: 100%;
}
.singlepage p {
	float: none;
	width: 100%;
	margin:1.5em 0 0.5em 0;
}
ul.comment-list {
	border: 1px solid #BAB6B6;
	padding: 2em;
	margin: 3em 0;
	list-style: none;
}
h5.post-author_head {
	font-size: 1.3em;
	color: #848484;
	margin: 0 0 1em;
}
h5.post-author_head a{
	color: #848484;
}
h5.post-author_head a:hover{
	color: #00aeff;
}
ul.comment-list img {
	float: left;
	width: 10%;
	margin-right: 20px;
}
.desc p {
	font-size: 1.2em;
	color: #848484;
	margin-top: 1em;
	display: inline-block;
}
.desc p a{
	color: #044972;
}
.desc p a:hover{
	color: #848484;
}
.content-form form input[type="text"], .content-form form textarea {
	padding: 10px 15px;
	width: 100%;
	color: #333;
	font-size: 1em;
	border: 1px solid #E3E3E3;
	outline: none;
	display: block;
	margin: 10px 0;
}
.content-form form textarea {
	height: 200px;
	resize: none;
}
.content-form form input[type="submit"] {
	color: #fff;
	background: #044972;
	padding: 0.7em 1.7em;
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 1em;
	border: none;
	outline: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.content-form form input[type="submit"]:hover{
	background:#000;
}
.content-form h3 {
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 1em;
}

.msingle-grid img {
  background: #fff;
  padding: 5px;
  box-shadow: 0px 0px 5px #ddd;
  margin-top: 1.2em;
}
.msingle-grid h3 {
  color: #202021;
  font-size: 1.4em;
  font-weight: 400;
  word-spacing: 3px;
  font-family: 'Slabo 27px', serif;
  margin-bottom: 4px;
}
.msingle-grid p {
  font-size: 0.92em;
  color: rgb(155, 155, 155);
  line-height: 1.8em;
}
.singlepage p {
  float: none;
  width: 100%;
  margin: 1.5em 0 0.5em 0;
}
.single {
	margin-top:2em;
}
.single h3{
	margin-bottom:1em;
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
}
.single p{
	color:#000;
	font-size:1.4em;
	font-weight:600;
	margin-bottom:1em;
}
.single p i {
	font-weight:400;
	font-size:0.95em;
}
.best-review {
	border-top: 3px solid #000;
	padding: 1.5em 0;
}
.story-review {
	border-top: 3px solid #000;
	padding: 1.5em 0;
	border-bottom: 3px solid #000;
}
.story-review h4 {
	margin-bottom:0.7em;	
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
}
.best-review  h4 {
	margin-bottom:0.7em;
	color: #202021;
	font-size: 1.4em;
	font-weight: 400;
	word-spacing: 3px;
	font-family: 'Slabo 27px', serif;
}
.story-review p {
	color:#000;	
	font-weight: 400;
	font-size: 1em;
	line-height:1.8em;
}
.editor img {
	width: 100%;
}
/*-- sportspage --*/
.c-image{
	float:left;
	width:48%;
	margin-right:3%;
}
.c-image img {
	width:100%;
}
.c-text {
	float:left;
	width:49%;
}
.sc-image{
	float:left;
	width:30%;
	margin-right:3%;
}
.sc-image img {
	width:100%;
}
.sc-text {
	float:left;
	width:67%;
}
.s-grid-left {
	float:left;
	width:49%;
	margin-right:2%;
}
.s-grid-right {
	float:right;
	width:49%;
}
.cricket h3 {
	background: #044972;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	  padding: 9px 0 5px 10px;
	font-family: 'Slabo 27px', serif;
	margin-bottom:1em;
}
.s-grid-small{
	margin-top:1.5em;
}
a.power {
	  color: #202021;
  font-size: 1em;
  font-weight: bold;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}
a.power:hover {
	color: #044972;
}
.c-text p {
	color:#000;
	font-size:0.95em;
	font-weight:300;
	text-transform:uppercase;
}
.sc-text p {
	color:#000;
	font-size:0.95em;
	font-weight:300;
	text-transform:uppercase;
}
a.reu {
	  font-size: 0.95em;
  font-weight: 400;
  color: #7f7f7f;
  text-transform: capitalize;
}
.sports-top {
	margin-bottom:2em;
}
.photos h3 {
  background: #044972;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
   padding: 9px 0 5px 10px;
  font-family: 'Slabo 27px', serif;
  margin-bottom: 1em;
}

/*-- business --*/
.bull {
	  float: left;
  width: 37%;
  margin-right: 3%;
  padding: 5px;
  border: 1px solid #000;
}
.bull img {
	width:100%;
}
.bull-text {
	float:right;
	width:60%;
}
.live-market h3 {
	  color: #202021;
  font-size: 1.6em;
  font-weight: 400;
  word-spacing: 3px;
  font-family: 'Slabo 27px', serif;
  padding-bottom: 4px;
  margin: 10px 0;
  border: 1px solid;
  padding: 8px 0 4px 8px;
}
.live-market h3 span {
	background:#ff0000;
	padding: 5px 5px 0 05px;
	color:#fff;
}
.live-market {
	margin-bottom:2em;
}
a.bull1 {
  color: #000;
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
}
.bull-text p {
	margin: 7px 0 20px 0;
	font-size: 1.2em;
}
.bull-text ul li {
	margin:3px 0;
}
.bull-text ul li a{
	color: #202021;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}
.bull-text ul li a:hover {
	color: #044972;
}
/*-- classifieds --*/
.classifieds{
	margin-top:1em;
}
.classifieds h3 {
	  color: #202021;
	  font-size: 2em;
	  font-weight: 400;
	  word-spacing: 3px;
	 font-family: 'Slabo 27px', serif;  
}
.classified-grid {	
	width: 30.333%;
	text-align: center;
	border: 1px solid #000;
	padding: 6em 0;
	float:left;
	margin-right:3%;
}
.classified-grids {
	margin-top: 2em;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view.view-tenth a {
	display: block;
}
.view .mask {
  position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:243px;
   padding:4em 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
color: #fff;
text-align: left;
position: relative;
font-size: 1.3em;
padding: 0 1em;
font-weight: 700;
margin: 0.5em 0 0 0;
}
.view p {
font-size: 0.9em;
position: relative;
color: #fff;
padding: 1em 2em;
text-align: left;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color:#111;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
     cursor: pointer;
}
.view-tenth:hover h4,.view-tenth:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.mask h5 {
  color: #39465d;
  font-size: 1em;
  font-style: italic;
  padding-right: 1em;
    margin-top: 1em;
}
/*-- responsive-design starts-here --*/

@media screen and (max-width: 2000px) {
	.elclima2 {
		display: none;
		}
.header-right {
	width: 54%;
}
.header-left {
	margin-top: 1%;
}


	}

@media screen and (max-width: 1440px) {
	
		.news-paper {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	}
	.contact-form-row input[type="text"], .contact-form-row textarea {
		margin-bottom: 12px;
	}
	.contact-section {
		padding: 2em 0;
	}
	
	
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	/* [disabled]height: auto; */
	max-height: 333px;
	
	
}
.header-right {
	width: 54%;
}
	
}


@media screen and (max-width: 1280px) {
	.logo	 {

	}
	
.elclima {
		display: none;}
		
   .elclima2 {
	display: inline;
	margin-left: 26px;
}
		
	.news-paper {
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	}
	.about-left h3, .about-right h3, .team h3 {
		font-size: 1.8em;
	}	
	.map iframe {
		min-height: 299px;
	}
	.story-review p {
		font-size:0.9em;
	}
	ul.comment-list {
		margin: 0.5em 0 3em 0;
	}
	
	.menu-strip ul li a {
		font-size: 1em;
		padding: 1em 1.233em 1em;
	}
	
	.menu-strip {
	/* [disabled]margin-top: 9em; */
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 0em;
	padding-left: 0px;
	padding-bottom: 0.8em;
}

.header {
	margin-bottom: -106px;
	}
	
	.header-right {
	width: 55%;
	margin-left: 2px;
	}
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	height: auto;
	max-height: 340px;
	
	
}
.fondoh {
	background-position: 41% 94%;
	background-size: contain;
}

	
}

@media screen and (max-width: 1024px) {
	.logo {
	width: 64%;
	}
	
	.header-right {
	width: 42%;
		}
		
	.search { 
		width: 31%;
	}
	.top-menu {
		margin-top: 0.4em;
	}
	.social-icons li {
		margin: 0 0px;
	}
	.logo a h1 {
		font-size: 2em;
	}
	.logo a h6 {
		font-size: 1em;
	}
	.menu-strip ul li a {
		font-size: 1em;
		padding: 1em 1.233em 1em;
	}
	.logo {

	}
	.menu-strip {
	padding: 0.72em 0 0.8em 0;
	}
	.breaking-news-title {
	padding-top: 0.4em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.4em;
	margin-top: -7px;
	}
.header-left {
	width: 57%;
	margin-top: 2%;
}

	.breaking-news-title p {
		font-size: 0.875em;
	}
	.news-paper {
	padding: 0.6em 1em;
	margin-top: 0.22em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2.2em;
	}
	.side-bar {
		padding: 0 0 0 20px;
	}
	.percent h2 {
		font-size: 4em;
		margin-top: 16px;
	}
	.popular-grid p {
		font-size: 0.899em;
	}
	.video-name a {
		font-size: 0.875em;
	}
	.video {
		padding: 0.8em 0;
	}
	.videos {
		padding: 1.5em 0.8em 0.5em 0.8em;
	}
	.video-grid {
		margin-bottom: 1.2em;
	}
	.tech-news-grid p {
		font-size: 0.875em;
	}
	.tech-news-grid h4 {
		font-size: 1em;
	}
	.main-title-head h3 {
		font-size: 1.5em;
	}
	.main-title-head {
		border-bottom: 3px solid #044972;
		margin-bottom: 1.5em;
	}		
	.editor a {
		font-size: 0.875em;
	}
	.rslides_tabs {
		bottom: 1%;
	}
	.world-news-grid p {
		font-size: 0.875em;
	}
	.desk p {
		font-size: 0.875em;
	}
	.footer {
		margin-top: 0em;
	}
	.desk-grid h3 {
		font-size: 1.5em;
		border-bottom: 3px solid #044972;
		margin-bottom: 0.8em;
	}	
	.main-title-head h4 {
		font-size: 1.5em;
	}
	.sign_up {
		padding: 1.2em 0.5em;
		margin: 2em 0;
	}
	.sign_up h3 {
		font-size: 1.3em;
	}
	.popular-grid {
		margin-bottom: 1.2em;
		padding-bottom: 1.2em;
	}
	p.sign {
		font-size: 0.8em;
	}
	p.spam {
		font-size: 0.75em;
	}
	.copyright {
		padding: 1.5em 0 0.5em 0;
	}
	.about-left {
		padding: 0 2em 0 0;
	}
	.about-left h5 {
		font-size: 0.96em;
	}
	.about-right {
		padding: 0 0 0 1em;
	}
	.team-grid img {
		width: 100%;
	}		
	.team-grid p {
		font-size: 0.875em;
		line-height: 1.6em;
	}
	.team-grid {
		padding:0 8px;
	}
	.offer a {
		font-size: 1.12em;
	}
	.offer p {
		font-size: 0.9em;
	}
	.about-us {
		margin-bottom: 3em;
	}
	.address p {
		font-size: 1.1em;
	}
	.contact-section-head h3 {
		font-size: 1.8em;
		margin-bottom: 0.6em;
	}
	.might h4 {
		font-size: 1.5em;
		margin-bottom: 0.6em;
	}
	.might-top p {
		font-size: 0.875em;
		line-height: 1.6em;
	}
	.might-top a {
		font-size: 0.875em;
		padding: 0.3em 0 0;
	}
	.featured h3 {
		font-size: 1.5em;
		margin-bottom: 0.6em;
	}
	.featured ul li {
		width: 29.333%;
		margin: 2%;
	}
	.featured ul li p {
		margin-top: 3px;
		font-size: 0.81em;
	}
	.grid-top ul li a {
		font-size: 0.875em;
	}
	.mright-posts {
		width: 29%;
		margin-right: 3%;
	}
	.single p i {
		font-size: 0.8em;
	}
	.content-pagenation {
		margin-top: 10px;
	}
	img.blog {
		width: 41%;
	}
	.l_g_r {
		margin-left: 2em;
	}
	ul.comment-list {
		margin: 0 0 3em 0;
	}
	.photos {
		margin-bottom:2em;
	}
	a.bull1 {
		font-size: 1.7em;
	}	
	.bull-text p {
		margin: 5px 0 10px 0;
		font-size: 1em;
	}
	.main-content {
	margin-bottom: 2em;
	background-color: #FFFFFF;
	}
	
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	height: auto;
	max-height: 315px;
	min-height: 315px;
	
}
.fondoh {
	background-size: 100%;
	background-repeat: no-repeat;
}


}
@media screen and (max-width: 768px) {
	
	.elclima {
	display: none;
	 }
	 
	 .elclima2 {
		display:none;
		}
	 
	 .lahora {
	display: none;
		}
	
	
	.videos {
		width:60%;
		float:left;
		margin-right:5%;
	}
	.sign_up {
		width:35%;
		float:left;
		margin: 0;
	}
	.popular {
	width: 100%;
	float: left;
	margin: 3em 0;
	}
	.subscribe-now {
		width:35%;
		float:left;
		margin-left:5%;
		margin-top: -4em;
	}
	.side-bar {
		padding: 0;
	}
	.bottom-menu ul li {
		margin: 0 4px;
	}
	.about-left {
		padding: 0em 0em 2em 0;
		width: 100%;
		border-right:none;
	}
	.team-grid {
		width:20%;
		float:left;
	}
	.team-grid:nth-child(5){
		display:none;
	}
	.about-right {
		padding: 0;
	}
	.about-left h3, .about-right h3, .team h3 {
		font-size: 1.65em;
	}
	.about-us {
		padding-bottom: 1em;
	}
	.contact-form-row {
		margin: 2em 0;
	}
	.map iframe {
		min-height: 250px;
	}
	.contact-section-head h3 {
		font-size: 1.65em;
		margin-bottom: 0.5em;
	}
	.might h4 {
		float: none;
	}
	.might {
		float:left;
		width:50%;
	}
	.featured {
		width:47%;
		float:left;
		margin-left:3%;
	}
	.mleft-posts {
		float: left;
	}
	.mright-posts {
		float:right;
		margin-left: 3%;
		margin-right:0;
	}
	.might {
		margin: 0em 0 1em 0;
	}
	ul.comment-list {
		margin: 2em 0;
	}
	.content-form {
		margin-bottom:2.5em;
	}
	.l_g_r {
		margin-top: 4em;
		margin-left:0;
	}
	.header-right {


	}
	.top-menu ul li {
		margin: 0 0.58em;
	}
	.top-menu {
		margin: 0.4em 0;
	}
	.search {
		width: 46%;
	}
	.logo {
	width: 51%;

	}
.fondoh {
	background-repeat: no-repeat;
	
}

	.menu-strip ul li a {
		font-size: 0.95em;
	}
	a.more1 {
		margin-right: -11px;
	}
	.menu-strip ul li a {
		font-size: 1em;
		padding: 1.1em 0.447em 0.85em;
	}
	.menu-strip {
		padding: 0.75em 0 0.7em 0;
	}
	.header-right {
	width: 0%;
	}
	.tech {
		width: 33.333%;
		float: left;
	}
	.classifieds {
		margin-top: 1em;
		margin-bottom:2em;
	}
	
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	height: auto;
	max-height: 300px;
	min-height: 300px;
	
}
.header-left {
	width: 80%;
	margin-right: 17%;
	margin-left: 6%;
	margin-top: -42px;
}

}
@media screen and (max-width: 640px) {
	.logo a h1 {
		font-size: 1.75em;
	}
.logo img{
	margin-top: 18px;
}

	.logo a h6 {
		font-size: 0.95em;
	}
	
	.top-menu ul li a {
		font-size: 0.85em;
	}
	.top-menu ul li {
		margin: 0 0.2em;
	}
	.top-menu {
		margin: 0.2em 0 0.4em 0;
	}
	.search {
		width: 57%;
		padding: 2px 6px;
	}
	.search input[type="submit"] {
		background: url('../images/sprit-1.png') no-repeat 0px -1px #202021;
		width: 30px;
		height: 27px;
	}
	.news-paper {
	padding: 0.3em 0.2em;
	margin: 1em 0;
	}
	h5.breaking {
		font-size: 0.875em;
		width: 19%;
		margin: 0px 0 -7px -7px;
		padding: 5px 0;
	}
	.menu-strip ul li a {
		font-size: 0.822em;
	}
	.menu-strip {
		padding: 0.53em 0 0.52em 0;
		margin: 0.6em 0;
	}
	.header-right {

	}
	.slider {
		padding: 0.5em;
	}
	.main-title-head h3 {
		font-size: 1.4em;
		padding-bottom: 0;
	}
	.main-title-head {
		border-bottom: 2px solid #044972;
		margin-bottom: 1.2em;
	}
	.main-title-head a {
		margin-top: 4px;
	}
	.desk-grid h3,.editorial h3 {
		font-size: 1.4em;
		border-bottom: 2px solid #044972;
		margin-bottom: 0.6em;
	}
	.world-news-grid {
		width: 32%;
		margin-right: 2%;
	}
	.world-news-grid h5 {
		font-size: 0.9em;
		margin-top: 6px;
	}
	.world-news-grid p {
		font-size: 0.825em;
	}
	.sign_up {
		width: 36%;
	}
	.videos {
		margin-right: 4%;
	}
	.desk h5 {
		font-size: 0.9em;
	}
	.desk p {
		font-size: 0.825em;
	}
	.desk {
		margin-bottom: 1.5em;
	}
	.editor a {
		font-size: 0.8em;
	}
	.tech-news-grid h4 {
		font-size: 0.95em;
	}
	.bottom-menu ul li a {
		font-size: 0.875em;
	}
	.bottom-menu ul li {
		margin: 0 -1px;
	}	
	.team-grid:nth-child(4) {
		display: none;
	}	
	.team-grid{
		width:25%;
	}
	a.gotosingle,.msingle-grid h3 {
		font-size: 1.25em;
	}
	.grid.box {
		margin-bottom: 2em;
	}
	.single p i {
		font-size: 0.75em;
	}
	.single h3,.best-review h4,.story-review h4 {
		font-size: 1.2em;
	}
	.single p {
		font-size:1.25em;
	}
	.best-review {
		border-top: 2px solid #000;
	}
	.story-review {
		border-top: 2px solid #000;
		padding: 1.3em 0;
		border-bottom: 2px solid #000;
	}
	.about-section {	
		padding: 1.5em 0;
	}
	.about-left h3, .about-right h3, .team h3 {
		font-size: 1.5em;
	}
	.featured h3 {
		font-size: 01.3em;
	}
	.featured {
		border-top: 2px solid #000;
	}
	.l_g_r {
		margin-left: 2em;
	}
	a.power {
		font-size: 0.875em;
	}
	.tech {
		padding:5px 7px;
	}
	.live-market h3 {
		font-size: 1.4em;	 
	}
	.classified-grid {
		padding: 4em 0;
	}
	.classifieds h3 {
		font-size: 1.5em;
	}
	.classified-grids {
		margin-top: 1em;
	}
	.classified-grid h4 {
		font-size: 1em;
	}
	
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	height: auto;
	max-height: 300px;
	min-height: 300px;
	
}
.fondoh {
	background-color: #57A4D3;
}
.slogan {
	letter-spacing: 4px;
}


}
@media screen and (max-width: 480px) {

.icon-bar {
  position:fixed;
  top:auto;
 bottom: 0;
  -webkit-transform:none;
  -ms-transform::none;
  transform:none;
  z-index:30;
  width:250px;
  margin-left:auto;
  margin-right:auto;
  left:auto !important;
  right:auto !important;
}

/* Style the icon bar links */
.icon-bar a {
  display:inline-block;
  float:left;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


/* fin redes */


	.header-right {
	/* [disabled]margin-top: 1em; */
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	display: none;
	}
	
	.logo img{
		margin:0;
		
		}
	.logo a h1 {
		font-size: 1.55em;
	}
	.logo {
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	float: none;
	}
.fondoh {
	background-repeat: no-repeat;
	background-image: url(../images/politicaycasarosada.jpg);
	background-size: 100%;
	background-color: #57A4D3;
}

	
	.elclima {
		display: none;
	 }
	 
	 .lahora {
	display: none;
	color: #044972;
	 }
	 
	.bannerpie{
		display: none
	}
	
	.bannerhead{
		display: none
	}
	
	#bannerlateral{
		display: none
	
		}	
	.sign_up {
		display: none
	  }
	
	.search {
	width: 60%;
	padding: 1px 4px;
	margin: 0 auto;
	float: right;
	color: #000;
	}
	.search input[type="submit"] {
		height: 25px;
	}
	.top-menu ul li a {
		font-size: 0.8em;
	}
	.top-menu {
		width: 67%;
		float: left;
		margin:0;
	}
	.top-menu ul li {
		margin: 0 0.05em;
	}
	.rslides_tabs a {
		border: 2px solid #202021;
	}
	#slider3-pager .rslides_here a {
	border: 2px solid #D48506;
	}
	.breaking-news-title p {
		font-size: 0.8em;
		height:30px;
		overflow:hidden;
		line-height: 1.5em;
	}
	.breaking-news-title {
	padding-top: 0.3em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	}		
	h5.breaking {
		width: 25%;
	}
	.rslides_tabs {
		bottom: -2%;
	}
	
	.percent h2 {
		font-size: 3em;
	}
	.save p {
		font-size: 1.75em;
	}
	h3.sn {
		font-size: 1.3em;
	}
	.world-news-grid a {
		font-size: 0.8em;
	}
	.main-title-head h3 {
		font-size: 1.3em;
	}
	.main-title-head a {
		margin-top: 2px;
	}
	.desk-grid h3, .editorial h3 {
		font-size: 1.25em;
		margin-bottom: 0.5em;
	}
	.desk p a {
		display: block;
	}
	.desk p span {
		margin-left: 0em;
	}
	.about-left h5 {
		font-size: 0.9em;
		height: 35px;
		overflow: hidden;
	}
	.team-grid:nth-child(2) {
		display: none;
	}
	.team-grid {
		width:33.33333%;
	}
	a.gotosingle, .msingle-grid h3 {
		font-size: 1.2em;
	}
	img.blog {
		width: 52%;
	}
	span.menu{
	width: 100%;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 5px 0px #000;
	background-image: url(../images/nav.png);
	display: inline-block;
	float: left;
	cursor: pointer;
	margin: 0px 0 0em 0;
	background-color: #333333;
	}
	.menu-strip{
	width: 100%;
	display: none;
	text-align: center;
	background-color: #333333;
	padding: 0;
	margin-top: 10px;
	}
	.menu-strip ul{
		float:none;
		width:100%;
	}
	.menu-strip ul li{
		display:block;
		float: none;
		
	}
	.menu-strip ul li a{
	display: block;
	padding: 10px 0 7px 0px;
	color: #FCFCFC;
	
	}
	.menu-strip ul li a.active{
		color:#fff;
	}
	.menu-strip ul li a:hover{
	border-collapse: collapse;
	color: #E3B4A2;
	}
	.main-content {
	margin-top: 1em;
	border-right-width: 0px;
	}
	.menu-strip ul li:last-child {
		text-align:center;
	}
	.s-grid-left {
		width: 100%;
		margin-right: 0%;
		margin-bottom:2em;
	}
	.s-grid-right {
		width:100%;
	}
	a.power {
		font-size: 0.7em;
	}
	.tech {
		padding:4px 5px;
	}
	.bull-text {
		width:100%;
	}
	a.bull1 {
		font-size: 1.4em;
	}
	.bull {
		width: 60%;
		margin-right: 0%;
		padding: 5px;
		margin-bottom:0.5em;
	}
	.classified-grid {
		padding: 3em 0;
	}
	.popupContainer {
		top: 80px!important;
	}
	
		.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	height: auto;
	max-height: 195px;
	min-height: 195px;
	
}
.container .footer.text-center .copyright.text-center {
}
.copyright {
	padding-bottom: 13%;

}
.slogan {
	font-size: medium;
	letter-spacing: 2px;
}

.slogan2 {
	font-size: medium;
	letter-spacing: 0px;
}

}
@media screen and (max-width: 320px) {
	
	.logo {
	width: 100%;
	float: none;
	margin-top: 6%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-bottom: 8%;
	}
	
	.fondoh {
	background-repeat: no-repeat;
	background-position: 0% 96%;
	}
	.left-posts {
		width: 100%;
		margin-right: 0%;
		margin-bottom:1.5em;
	}
	.right-posts {
		width:100%;
	}
	.videos {
		margin-right: 0%;
		width:100%;
	}
	.sign_up {
		width: 100%;
		margin-top:1.5em;
	}
	.popular {
		width: 100%;
	}
	.subscribe-now{
		width: 100%;
		margin-left:0;
		margin-bottom:1.5em;
	}
	.copyright p {
		font-size: 0.875em;
	}
	.footer {
		padding: 1.5em 0 0.5em 0;
	}
	.left-tech-news,.right-tech-news {
		width: 100%;
		border-bottom: 1px dotted #202021;
		margin-bottom: 1.5em;
		padding-bottom: 1.3em;
	}
	.save p {
		text-align: right;
		margin-right:0.5em;
	}
	.percent h2 {
		font-size: 4em;
		margin-top: 9px;
	}
	.slider {
	padding-top: 0.3em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	}
	h5.breaking {
		width: 38%;
		font-size: 0.75em;
		margin: 0px 0 -3px -3px;
		padding: 4px 0;
	}
	.breaking-news-title {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	}
	.rslides_tabs {
		bottom: -10%;
	}
	.top-menu {
		width: 100%;
	}		
	.top-menu ul li a {
		font-size: 0.75em;
	}
	.top-menu ul li {
		margin: 0em;
	}
	.search {
		width:100%;
		margin-top:10px;
	}
	.social-icons {
		width:100%;
		text-align:center;
		margin-top:0.5em;
	}
	.team-grid {
		width: 50%;
	}
	.team-grid:nth-child(5) {
		display: block;
	}
	span.menu {
	background-repeat: no-repeat;
	background-position: 4px 2px #000;
	background-image: url(../images/nav.png);
	background-color: #333333;
	padding-left: 31px;
	}
	.abt_image {
		margin-right: 10%;
		margin-bottom:3%;
		width: 90%;
	}
	.offer a {
		width: 86%;
	}
	.offer h4 {
		width: 9%;
		margin-right: 5%;
	}
	.about-us {
		padding-bottom: 0em;
		margin-bottom: 2em;
	}
	.contact-section-head h3 {
		font-size: 1.4em;
		margin-bottom: 0.5em;
	}
	.map iframe {
		min-height: 200px;
	}	
	.contact-section {
		padding: 2em 0 0 0;
	}
	.might {
		width: 100%;
		margin-top: -28px;
	}		
	.featured {
		width: 100%;
		margin-left:0;
		padding-bottom: 0;
	}	
	.featured h3 {
		font-size: 01.2em;
	}		
	.mleft-posts {
		width: 100%;
	}
	.mright-posts {
		width:100%;
		margin-left:0;
		margin-top:1em;
	}
	.blog-main-content, .movie-main-content {
		padding: 2em 0 0 0;
	}
	img.blog {
		width: 80%;
		margin-bottom:1em;
	}
	a.gotosingle, .msingle-grid h3 {
		font-size: 0.95em;
	}
	.grid p {
		height: 140px;
		overflow: hidden;
	}
	ul.comment-list {
		padding: 1em;
	}
	.desc p {
		font-size:1em;
		margin-top:0.em;
	}
	ul.comment-list img {
		width: 20%;
	}
	.story-review p {
		height:110px;
		overflow:hidden;
	}
	.single p {
		font-size: 1.2em;
	}
	.single p i {
		font-size: 0.7em;
	}
	.singlepage p {
		height:110px;
		overflow:hidden;		
	}
	.content-form {
		margin-bottom: 4.5em;
	}
	.signup input[type="text"] {
		width: 100%;
	}
	.cricket h3 {
		font-size: 1.15em;
		padding: 8px 0 3px 7px;
	}
	.tech {
		padding: 4px 5px;
		width: 50%;
	}
	.tech:nth-child(3){
		display:none;
	}
	.classified-grid h4 {
		font-size: 0.8em;
	}
	.classified-grid {
		padding: 2em 0;
	}
	.header-right {
	/* [disabled]margin-top: 3%; */
	margin-right: 0;
	margin-left: 0;
	display: none;
	}
	.popupContainer {
	width: 90%;
	}
	.social_login .icon_title {
		font-size: 13px;
	}	
	.social_login .icon {
		width: 15%;
	}
	.user_register input[type="checkbox"]+label {
		font-size: 13px;
	}
	.signup input[type="text"] {
		width: 100%;
	}
	
	.conference-rslide{
		width: 100%;
		}
		
	.conference-rslide img {
	display: block;
	float: left;
	width: 100%;
	border: 4px solid #000;
	max-width: 636px;
	max-height: 140px;
	min-height: 140px;
	
}

.rslides_tabs {
	display:none;
	
	}
.header-left {
	width: 100%;
	margin-left: 0px;
}
.slogan {
	letter-spacing: 0px;
}


}

	
