/*/////////////---------------------------- FONTS */
@-ms-viewport{
    width: device-width;
}
@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
  font-family: 'palatino-linotype-regular';
  src: url('../fonts/palatino-linotype-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/palatino-linotype-regular.woff') format('woff'),
  url('../fonts/palatino-linotype-regular.ttf') format('truetype'),
  url('../fonts/palatino-linotype-regular.svg#PalatinoLinotype-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'palatino-linotype-bold';
  src: url('../fonts/palatino-linotype-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/palatino-linotype-bold.woff') format('woff'),
  url('../fonts/palatino-linotype-bold.ttf')  format('truetype'),
  url('../fonts/palatino-linotype-bold.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'perpetua-regular';
  src: url('../fonts/perpetua-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/perpetua-regular.woff') format('woff'),
  url('../fonts/perpetua-regular.ttf')  format('truetype'),
  url('../fonts/perpetua-regular.svg#Perpetua') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
style for photo gallery next/prev buttons and image responsiveness
*/
.imgprevious {
    float: left;
}

.imgprevious a {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    background-color: #2d5284;
}

.imgnext {
    float: left;
    margin-left: 10px;
}

.imgnext a {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    background-color: #2d5284;
}

div#image img {
    width: 100%;
    height: auto;
}



/*/////////////---------------------------- GENERAL */


html,body {
	margin: 0px;
	padding: 0px;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575551;
}

poll-importance, article-date, article-date-year {
	font-family: 'palatino-linotype-regular';
}


/*/////////////---------------------------- HEADERS AND ANCHORS */


h1, h2, h3, h4 {
	font-family: 'palatino-linotype-regular';
	margin-top: 0px;
}

h1, h2, h3 {
	color: #000 !important;
	/*color: #442902;*/
}

h3, h4 {
	font-weight: normal;
	margin-top: 0px;
}

h4 {
	margin-top: 0;
}

div.poll-question h2 {
	color: #233550;
}

div.wrapper-poll-section h1 {
	color: #fcfaf2;
}

a:hover {
	color: #2d5284;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h2 a, h4 a {
	color: #000;
}

h4 a {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h3 a {
	color: #000/*#442902*/;
	font-size: 17px;
	line-height: 19px;	
}

div.footer li {
	list-style-type: none;
}

div.footer li a {
	/*color: #9a9898;*/
	color: #FFFFFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 25px;
}

div.footer li a:hover {
	color: #2d5284;
}


/*/////////////---------------------------- ADS */


div.ad-banner {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}

div.ad-banner > p > img{
	width: 100%;
	max-width: 728px;
	height: auto;
}

div.ad-medium-rectangle {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 28px 0;
}

div.ad-medium-rectangle img {
    width: 100%;
    height: auto;
}

div.poll-ad {
	/*max-width: 320px;*/
    width: 35%;
    height: auto;
    float: right;
    border-left: 1px solid #d0d7df;
    padding: 75px 26px;
    margin: 40px 0;
    box-sizing: border-box;
}


/*/////////////---------------------------- LAYOUT */


div.row{
	width: 100%;
	max-width: 1150px;
	height: auto;
	position: relative;
	/*overflow: hidden;*/
	margin: 0px auto;
	padding: 0px 10px;
	box-sizing: border-box;
}
 div.row1 {
	display: flex;
	width: 100%;
  }
  
  div.column {
	  
	padding: 5px;
  }
  div.column img{
	  height: 70px;
  }
   @media screen and (max-width: 500px) {
	.column {
	  width: 50%;
	}
	div.column img{
		height: 50px;
	}
  }  
  @media screen and (max-width: 350px) {
	
	div.column img{
		height: 40px;
	}
  }  
div.wrapper {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

div.banner {
	width: 100%;
	height: 50px;
	float: left;
	background-color: #46acc8;
}

.logo-gleaner {
	width: 100%;
	max-width: 212px;
	height: auto;
	float: left;
	margin: 7px 0 7px 0;
}

div.icons-social-media.mobile {
	display: none;
}

div.icons-social-media, div.icons-social-media.mobile {
	width: 90px;
	height: 20px;
	margin: 15px 0 15px 0;
	float: right;
}

.icons-social-media a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
	vertical-align: sub;
	text-transform: uppercase;
}

.icons-social-media a img {
	vertical-align: middle;
}

div.icons-social-media img {
	float: left;
}

div.logo-jamaica-elections {
	width: 100%;
	display: none !important;
	height: auto;
	padding: 11px 0;
	margin: 0 auto;
	float: left;
	text-align: center;
	border-bottom: 2px solid #e9e7df;
}

div.logo-jamaica-elections img {
	width: 100%;
	max-width: 371px;
	height: auto;
}



div.footer {
	width: 100%;
	clear: both;
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #323232;
}

div.logo-gleaner-footer {
	width: 100%;
	max-width: 212px;
	height: auto;
	margin-bottom: 32px;
	clear: both;
}

div.logo-gleaner-footer img{
	width: 100%;
	height: auto;
}

div.wrapper-footer-menus {
	max-width: 370px;
}

div.footer-menu-1 {
	margin-right: 20px;
}

div.footer-menu-1, div.footer-menu-2 {
	max-width: 184px;
	float: left;
}

div.footer-menu-2 {
	border-left: 1px solid #2d5284;
}

div.logo-jamaica-elections-footer {
	width: 100%;
	max-width: 371px;
	height: auto;
	margin-left: 0px;
	float: right;
}

div.logo-jamaica-elections-footer img{
	width: 100%;
	max-width: 200px;
	height: auto;
}



/*/////////////---------------------------- MENU */


div.main-menu {
	width: 100%;
	margin: 0 auto;
	float: left;
	padding: 15px 13px 15px 0;
}

div.main-menu ul {
    padding: 0;
	margin: 0px auto;
	width: 100%;
	/*max-width: 990px;*/
}

div.main-menu ul li {
	list-style-type: none;
	position:relative;
	float: left;
}

div.main-menu ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #2d5284;
	text-decoration: none;
	padding: 0px 13px 3px 13px;
}

div.main-menu ul li a:hover {
	color: #ffffff;
	background-color: #2d5284;
}

div.main-menu ul li.active a {
	color: #ffffff;
	background-color: #2d5284;
}

div.main-menu input { /* Search Form Field */
	padding: 5px 0px 5px 5px;
	margin-left: 30px;
	margin-top: 5px;
	border: 0;
	background: #f3f2ee url('../images/icon-search.jpg') no-repeat right center ;
}

div.mobile-menu-btn {
	display: none;
}

div.mobile-menu {
	width: 100%;
	height: auto;
	float: left;
	background: #2d5284;
}

div.mobile-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.mobile-menu ul li {
	text-align: center;
	padding: 10px 0px;
}

div.mobile-menu ul li a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

div.mobile-menu,
div.mobile-menu ul,
div.mobile-menu li,
div.mobile-menuu a {
	 margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}

div.mobile-menu ul ul{
	background: #43699c;
}


/*/////////////---------------------------- MENU PART 2 */


div.main-menu ul
{
	position:relative;
}

div.main-menu ul a
{
	display:block;
	text-decoration:none;
	line-height:32px;
	padding:0 15px;
}

div.main-menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

div.main-menu ul li.active{
	background: #2d5284;
}

div.main-menu ul li.current-menu-item
{
	background:#ddd;
}

div.main-menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
}

div.main-menu ul ul li
{
	float:none;
	width:185px;
}

div.main-menu ul ul a
{
	line-height:120%;
	padding:10px 15px;
	background-color: #2d5284;
	color: #fafbfd;
	font-size: 16px;
}

div.main-menu ul ul a:hover
{
	background-color: #355d93;
}

div.main-menu ul li:hover > ul
{
	display:block;
	z-index: 999;
}


/*/////////////---------------------------- SLIDER */


div.slider {
	/*width: 1423px;*/
	width: 100%;
	float: left;
	/*height: 546px;
	margin: 0px auto;*/
	
}

div.slick-bg {
  	width: 100%;
  	/*height: 546px;*/
	background-repeat: no-repeat;
	background-size: cover;
}

div.slider.new {
	/*width: 1423px;*/
	width: 50%;
	float: right;
	/*height: 546px;
	margin: 0px auto;*/
}

div.slider.result {
	width: 100%;
	float: left;
	margin: 0px auto;
}

div.slider img {
	width: 100%;
	max-width: 1423px;
	margin: 0 auto;
	outline: none !important;
	/*width: 1423px;*/
	/*width: 100%;*/
	
}

div.slider.result table img {
	width: unset !important;
} 

div.left {
	width: 100%;
	max-width:60%;
	height: auto;
	float: left;
	border: px solid #000;
	box-sizing: border-box;
}

div.panel {
	width: 100%;
	height: auto;
}

div.panellists {
	width: 100%;
	max-width: 100px;
	height: auto;
	float: left;
	margin: 10px 5px;
}

div.panellists a, div.moderators a {
	text-decoration: none;
}	

div.moderators {
	width: 100%;
	max-width: 150px;
	height: auto;
	float: left;
	margin: 10px 5px;
}

div.panellists h3 {
	text-align: center;
	height: 20px;
}

div.right{
	width: 100%;
	max-width:40%;
	height: auto;
	float: right;
	border: px solid #000;
	box-sizing: border-box;
}


/*/////////////---------------------------- BUTTONS */


.button-read-more {
	padding: 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #d13123;
	text-transform: uppercase;
	float: left;
}

.button-read-more p {
	color: #FFF;
}

.button-read-more:hover {
	background-color: #e2200f;
}


/*/////////////---------------------------- NEWS */


div.wrapper-news-section {
	width: 100%;
	float: left;
	margin-top: 37px;
/*	padding-top: 35px;*/
	background-color: #fefefe;
}

div.sub-wrapper-news-section {
	width: 100%;
	float: left;
	margin: 0 auto;
}

div.wrapper-latest-news-articles {
	width: 60%;
    max-width: 800px;
    margin: 0px 63px 0 0;
    float: left;
    box-sizing: border-box;
}

div.latest-news-article {
	float: left;
	width: 100%;
	margin-top: 28px;
	text-align: justify;
}

div.latest-news-article:after {
  content: "";
  display: table;
  clear: both;
}

div.latest-news-article > img {
	float: left;
	margin: 0 23px 0 20px;
}

div.article-date {
	color: #cfcdc6;
	width: 102px;
	height: 104px;
	border-bottom: 1px solid #cfcdc6;
	margin: 0px 10px 0 0; /*top:38px*/
	text-align: center;
	float: left;
}

.article-author {
	color: #9b0b08;
}

div.wrapper-latest-news-articles .button-read-more {
	float: right;
	margin-top: 35px;
}


/*/////////////---------------------------- ELECTION NEWS */


div.wrapper-more-news-section {
    width: 40%;
	max-width: 346px;
    padding-left: 34px;
    border-left: 1px solid #EEEEEE;
    float: left;
   /* margin-top: 28px;*/
	box-sizing: border-box;
}

div.more-news-article {
	margin: 20px 0;
}


/*/////////////---------------------------- INTERACTIVE MAP */


div.wrapper-interactive-map-section {
	width: 100%;
	height: auto;
	background-color: #fcfaf2;
	margin-top: 37px;
	float: left;
	padding: 35px;
}

div.sub-wrapper-interactive-map-section {
	width: 100%;
	margin: 0px auto;
}

div.interactive-map-info {
	width: 35%;
	max-width: 430px;
	height: auto;
	border-top: 1px solid #d13123;
	border-bottom: 1px solid #d13123;
	margin-top: 18px;
	float: left;
}

div.interactive-map {
	width: 65%;
	max-width: 707px;
	height: auto;
	margin-left: 25px;
	float: left;
	box-sizing: border-box;
}

div.wrapper-interactive-map-section .button-read-more {
	margin-bottom: 39px;
	margin-top: 172px;
}


/*/////////////---------------------------- POLL */


div.wrapper-poll-section {
	width: 100%;
	float: left;
	padding: 35px 0 67px 0;
	background: url(../images/poll-bg-flag.jpg);
	background-size: 100% 100%;
}

div.sub-wrapper-poll-section {
	width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

div.poll {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #f1f6fc;
    padding-left: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.all-poll-questions-wrapper {
	max-width: 829px;
    width: 65%;
    height: auto;
    box-sizing: border-box;
    float: left;
}

div.poll-question-wrapper {
	width: 100%;
	max-width: 829px;
	height: auto;
	/*background: url(../images/poll-question-bg.jpg);*/
}

div.poll-question-wrapper p {
	font-family: 'palatino-linotype-regular';
}

div.poll-question-wrapper br {
	margin-bottom: 3px;
}

div.poll-importance {
	width: 20%;
    max-width: 113px;
    text-align: center;
    padding-top: 39px;
    float: left;
}

div.poll-importance p {
	color: #2d5284;
	font-weight: bold;
}

div.poll-question {
	width: 80%;
    max-width: 656px;
    float: left;
    padding-top: 19px;
    margin-left: 25px;
}

div.poll-question p {
	font-family: 'perpetua-regular';
	font-size: 17px;
	color: #616366;
}

div.poll .button-read-more {
	float: right;
}

/*/////////////---------------------------- MULTIMEDIA VIDEOS */


div.wrapper-media-centre {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 auto;
}

div.wrapper-media-centre-featured-video {
	width: 100%;
	max-width: 610px;
	float: left;
}

.media-centre-section-title {
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

div.featured-video {
	width: 100%;
}

div.featured-video img {
    width: 100%;
	max-width: 610px;
    height: auto;
}

div.wrapper-media-centre-more-videos {
	width: 100%;
	max-width: 412px;
	/*margin-left: 118px;*/
	float: right;
}

div.wrapper-more-video {
	width: 100%;
	float: left;
	margin: 0 0 38px 0;
}

div.media-centre-video-thumbnail {
	width: 120px;
	float: left;
	margin-right: 21px;
}

.media-centre-video-thumbnail img {
    width: 100%;
    height: auto;
}

div.video-desc {
    width: 100%;
    height: 100px;
}


/*/////////////---------------------------- GALLERY */


div.wrapper-gallery {
	width: 100%;
	height: auto;
	padding: 41px 0;
	float: left;
	background: url(../images/media-photos-bg.jpg);
	background-size: 100% 100%;
}

div.wrapper-gallery-alpha-background {
	width: 100%; /*1208*/
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/bg-image-gallery-alpha.png)
}

div.arrow-left {
	float: left;
	margin: 119px 26px 119px 11px;
}

div.arrow-right {
	float: left;
	margin: -95px 11px 0 26px;
}

div.gallery-images {
	width: 100%; /* 1034 */
	height: auto;
}

div.gallery-images img {
	float: left;
	margin: 40px 15px 0 15px;
}


/*/////////////---------------------------- CARTOONS */


div.wrapper-cartoons {
	width: 100%; 
	float: left;
	margin-top: 64px;
	margin-bottom: 144px;
}

div.sub-wrapper-cartoons {
	width: 100%;
	height: auto;
	margin: 0 auto; 
}

div.cartoon-feature {
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	/*margin-right: 50px;*/
}

div.cartoon-others{
	width: 50%;
	height: auto;
	float: right;
	box-sizing: border-box;
}

div.cartoon-feature img {
    width: 100%;
    height: auto;
}

div.wrapper-cartoons-more {
	width: 583px;
	float: left;
}

div.cartoon {
    width: 100%;
    max-width: 142px;
    height: 106px;
    float: left;
    overflow: hidden;
    margin: 10px 20px 10px 20px;
}

div.cartoon img {
	width: 100%;
	height: auto;
}

div.article-page-image {
	width: 100%;
    max-width: 435px;
    height: auto;
	padding-right: 15px;
	margin-bottom: 10px;
}

div.article-page-image img{
	width: 100%;
    max-width: 435px;
    height: auto;
}


span#how-important-1, span#how-important-2, span#how-important-3{
    color: red;
	font-weight: bold;
}

	img.sm_image {
		width: 160px;
		height: 120px;
	}
	
.mobile {
		display: none;
	}
div.slider.mobile {
	display: none;
}
	
div.video {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 5px;
	float: left;
    box-sizing: border-box;
}

div.video_playing{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
	float: left;
    box-sizing: border-box;
}
	
div.video h4,  div.video_playing h4{
    height: 40px;
	text-align:left;
}

div.video img, div.video_playing embed {
    width: 100%;
    height: auto;
}

div#popular, div#election-results, div#consituency-results {
    border: 1px solid #fdfdfd;
    border-radius: 5px;
    background: #fdfdfd;
    padding: 8px 10px !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

/*photo gallery*/

div#album {
	width: 100%;
}

div.album {
	float: left;
	margin: 10px;
}

@media only screen and (min-device-width: 1024px), only screen and (min-width: 1024px){
	div.latest-news-article > div {
		margin: 0px !important;
		float: left;
	}
	
	h2.mobile {
		display: none;
	}
	
	div#popular.result, div#election-results.result {
		max-width: 23.5%;
		margin: 0px 2px;
	}
	
	
	div#consituency-results.result {
		max-width: 48%;
		margin: 0px 2px;
	}
}


@media only screen  and (max-device-width: 1024px), only screen and (max-width: 1024px){

	div.row{
		max-width: 1024px;
		box-sizing: border-box;
	}
	
	div.main-menu ul {
		margin: 0px auto;
	}
	
	div.main-menu li a{
		font-size: 0.8505em;
	}
	
	div.main-menu input {
		margin-left: 0px;
	}
	
	div.main-menu input {
    	padding: 5px 0px 5px 0px;
	}
	
	/*news styling for mobile*/
	div.wrapper-news-section{
		margin-top: 0px;
		padding-top: 0px;
	}
	
	div.wrapper-latest-news-articles{
		margin: 0px;
	}
	div.wrapper-latest-news-articles h1{
		text-align: center;
	}
	
	div.wrapper-more-news-section{
		max-width: 100%;
		border: 0px;
	}
	
	div.more-news-article{
		width: 100%;
	}
	/*news styling for mobile*/
	
	/*map styling for mobile*/
	div.wrapper-interactive-map-section{
		padding: 0px;
	}
	
	div.wrapper-interactive-map-section .button-read-more {margin-top:0px;}
	
	div.interactive-map-info{
		width: 100% !important;
		max-width: 100% !important;
		border: none;
	}
	
	div.interactive-map{
		width: 100% !important;
		max-width: 100% !important;
		margin: 15px 0px;
		text-align: center;
	}
	
	div.mobile-menu-btn{
		display: none;
	}
	
	div.wrapper-media-centre-featured-video{
		max-width: 100%;
	}
	
	/*media styling for mobile*/
	div.wrapper-media-centre-more-videos{
		float: left;
		max-width: 100%;
	}
	
	div.cartoon-others, div.cartoon-feature{
		float: left;
		max-width: 50%;
		width: 50%;
	}
	
	@media only screen and (orientation:portrait) {
		div.slider.mobile {
	display: block;
	}
	div.slider.desktop {
	display: none;
	}
	
	}
	
	@media only screen and (orientation:landscape){
		div.cartoon-feature{
		float: left;
		max-width: 60%;
		width: 60%;
	}
	
	
	
		div.cartoon-others {
			float: left;
			max-width: 40%;
			width: 40%;
		} 
		
		div#popular, div#election-results {
		max-width: 49.5%;
		padding: 5px;
		margin-bottom: 5px;
	}
	div#consituency-results {
		max-width: 100%;
		padding: 5px;
	}
	}
	
	div.all-poll-questions-wrapper {
		width: 100%;
	}
	
	div.poll-ad {
		width: 100%;
		float: left;
		border: none;
		padding: 0px;
	}
	
	h2.mobile {
		display: none;
	}
	
	div.footer-menu-2 {
	border-left: 0px;
}
}

@media only screen  and (max-device-width: 720px), only screen and (max-width: 720px){

div.slider.mobile {
	display: block;
}
div.slider.desktop {
	display: none;
}
	h1{
		text-align: center;
	}
	
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

	/*menu styling for mobile*/
	div.main-menu{
		display: none !important;
	}
	
	.mobile-menu > ul > li.has-sub > a:after {
	  content: "";
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  border: 5px solid transparent;
	  border-left: 5px solid #ffffff;
	}
	.mobile-menu > ul > li.has-sub.active > a:after {
	  right: 14px;
	  top: 12px;
	  border: 5px solid transparent;
	  border-top: 5px solid #ffffff;
	}
	
	.mobile-menu ul ul {
		  padding: 0;
		  display: none;
		}
		
	.mobile-menu ul ul a{
		display: block;
	}
	
	div.mobile-menu-btn {
		width: 100%;
		height: auto;
		display: block;
		float: left;
		padding: 10px 0px;
		font-size: 24px;
	}
	
	div.search-icon{
		float: left;
		cursor: pointer;
		color: #2d5284;
	}
	
	div.mobile-search {
		float: right;
	}
	
	div.mobile-search input {
		padding: 9px 25px 5px 5px;
		margin-left: 10px;
		border: none;
		outline: none;
		border-bottom: 2px solid #2d5284;
		background: #fff ;
	}
	
	div.menu-icon{
		float: right;
		cursor: pointer;
		color: #2d5284;
	}
	/*menu styling for mobile*/
	
	
	div.logo-jamaica-elections{
		padding: 10px 20px;
		box-sizing: border-box;
	}
	
	div.row{
		max-width: 350px;
		box-sizing: border-box;
	}
	
	p img {
			width: 100%;
			height: auto;
		}
		
	div.left, div.right {
		max-width: 100%;
		float: left;
	}
	
	div#popular, div#election-results {
		max-width: 100%;
		border: 1px solid #ddd;
	}
	
	div#consituency-results {
		max-width: 100%;
	}
	
	@media only screen  and (max-device-width: 600px), only screen and (max-width: 600px){
		div.row{
			max-width: 560px;
			box-sizing: border-box;
		}

		div.video {
			width: 100% !important;
		}
	}
	
	/*news styling for mobile*/
	div.wrapper-news-section{
		margin-top: 0px;
		padding-top: 0px;
	}
	
	div.ad-banner > p > img{
		width: 100%;
		height: auto;
	}
	
	div.wrapper-latest-news-articles{
		width: 100%;
	}
	div.wrapper-more-news-section{
		max-width: 100%;
	}
	
	div.more-news-article{
		width: 100%;
	}
	
	div#popular, div#election-results {
		max-width: 100%;
		padding: 5px;
	}
	
	#election-results .declared-seats tr {
		font-size: 32px !important;
	}
	

	@media only screen and (orientation:portrait) and (max-width: 320px) and (max-device-width: 320px){
		div.icons-social-media{
			display: none;
		}
		
		div.icons-social-media.mobile {
			width: 30px;
			display: block;
		}
		
		.image{
			margin:5px 1px;
		}
		
		div.video {
			width: 100% !important;
		}
		
		.candidates li.three {
		max-width: 100% !important;
	}
	}
	@media only screen and (orientation:landscape){
		div.row{
		max-width: 550px;
		box-sizing: border-box;
	}

	
	div.wrapper-more-news-section{
		width: 100%;
	}
	
		div.wrapper-latest-news-articles{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	div.video {
			width: 50% !important;
		}
		
			div#popular, div#election-results {
		max-width: 49.5%;
		padding: 5px;
		margin: 5px 1px;
	}
	
	div#popular table, div#election-results table {
		max-width: 100%;
	}
	
	div#election-results table tr {
		max-width: 100%;
	}
	
	div#consituency-results {
		max-width: 100%;
		padding: 5px;
	}
	
	div#popular, div#election-results, div#consituency-results {
    border: 1px solid #fdfdfd;
    border-radius: 5px;
    background: #fdfdfd;
    padding: 8px 10px !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
	
	}
	
	div.ad-medium-rectangle img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	div.wrapper-latest-news-articles h1{
		text-align: center;
		margin-top: 40px;
	}
	
	div.latest-news-article{
		padding: 0px 10px;
		box-sizing: border-box;
	}
	
	div.latest-news-article > img {
		float: left;
		margin: 0 0 10px 5px; 
}
	div.latest-news-article h3{
		clear: both;
		text-align: justify;
	}
	
	div.wrapper-more-news-section{
		width: 100%;
		border: 0px;
		padding-left: 0px;
	}
	
	div.wrapper-more-news-section h1{
		text-align: center;
		margin-top: 40px;
	}
	
	div.poll-question-wrapper h2.mobile {
		display: block;
		color: #233550;
		text-align: center;
	}
	
	div.poll-importance{
		display: none;
		/*width: 40%;
		min-width: 40% !important;
		box-sizing: border-box;
		padding: 5px 15px;*/
	}
	
	div.poll-question {
		width: 100%;
		min-width: 100% !important;
		box-sizing: border-box;
		margin: 0px;
		padding: 5px 15px;
	}
	
	h2.desktop {
		display: none;
	}
	/*news styling for mobile*/
	
	
	/*map styling for mobile*/
	div.ad-banner{
		margin-bottom: 20px;
	}
	
	div.wrapper-interactive-map-section{
		padding: 0px;
	}
	
	div.interactive-map-info{
		width: 100%;
		height: auto;
	}
	
	div.interactive-map{
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}
	
	div.interactive-map img{
		width: 100%;
		height: auto;
	}
	/*map styling for mobile*/
	
	div.poll{
		padding: 5px 0px;
	}
	
	div.all-poll-questions-wrapper{
		width: 100%;
	}
	
	div.poll-ad{
		width: 100%;
		height: auto;
		margin: 15px auto;
		float: left;
		padding: 0px;
		border: 0px;
		text-align: center;
	}
	
	div.wrapper-media-centre-more-videos{
		margin: 0px;
	}
	
	div.cartoon-others, div.cartoon-feature{
		float: left;
		max-width: 100%;
		width: 100%;
	}
	div.cartoon{
		max-width: 25%;
		box-sizing: border-box; 
		margin: 0px;
		padding: 5px;
		text-align: center;
	}
	
	.image{
			margin:5px 1px;
	}
		
	span.button-read-more {
		margin-left: 18px;
	}

}

/*
style for photo gallery
*/

.image {
    display: inline-block;
    margin: 5px 3px;
}

.pagelist li {
    display: inline-block;
    margin: 0px 1px;
}

span.view-results a {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

span.view-results a:hover {text-decoration:underline;}


div.main-menu ul li.active a .liveStream{
    color: #ffffff;
    background-color: #d13123;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }