/* Layout CSS | Author: Mukesh | Version: 5.1 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

* {
  margin: 0;
  padding: 0;
}

header, footer, article, section, figure, nav, aside {
  display: block;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a {
  color: #0066CC;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0 none;
  max-width: 100%;
}

ul, ol {
  list-style-type: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.oi-header {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.oi-header-left {
  float: left;
  width: 150px;
  padding: 13px 10px;
height:50px;
}
.oi-header-right {
  float: right;
  width: 830px;
}
.oi-wrapper {
  max-width: 1000px;
  margin: auto;
}
.oi-lang {
  background: #f2f2f2;
  padding: 0 10px;
}
.oi-lang-tabs {
  float: left;
}
.oi-lang-tabs ul li {
  float: left;
}
.oi-lang-tabs ul li a {
  padding: 2px 15px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}
.oi-lang-tabs ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #000000;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}
.oi-lang-tabs ul li:hover a:before, .oi-lang-tabs ul li.selected a:before {
  opacity: 1;
  visibility: visible;
}
.oi-share {
  float: right;
  margin: 5px 0 0;
}
.oi-share a {
    display: inline-block;
    width: 24px;
    height: 20px!important;
    line-height: 20px!important;
    border-radius: 4px;
    margin: 0 5px;
    color: #1f1f1f;
    text-align: center;
}
.oi-share a:last-child {
  margin-right: 0;
}
.oi-share a.oi-share-fb {
  background: #3d5a9a;
}
.oi-share a.oi-share-twitter {
  background: #39a9e0;
}
.oi-share a.oi-share-gplus {
  background: #dd4b39;
}
.oi-share a i {
  font-size: 17px;
}
.oi-nav {
  background: #1f1f1f;
}
.oi-nav-left {
  width: 675px;
  float: left;
  position: relative;
}
.oi-nav-left ul li {
  float: left;

  z-index: 10000;
}
.oi-nav-left ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  height: 33px;
  color: #ffffff;
  padding: 4px 8px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.oi-nav-left ul li:hover a, .oi-nav-left ul li.active a {
  background: #2c2c2c;
}
.oi-nav-left ul li:hover .oi-nav-block, .oi-nav-left ul li.active .oi-nav-block {
  opacity: 1;
  visibility: visible;
 width: 830px;
  margin-left: 169px;
}
.oi-nav-left ul li .oi-nav-block {
  position: absolute;
  left: -170px;
  right: 0;
  background: #f2f2f2;
  width: 1000px;
  margin: auto;
  top: 43px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}
.oi-nav-left ul li .oi-nav-block ul li a {
  color: #000000 !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
  background: #f2f2f2;
}
.oi-nav-right {
  float: right;
  width: 131px;
  text-align: right;
  padding-right: 10px;
}
.oi-nav-right ul li {
display:block;
float:left;
}
.oi-nav-right ul li a {
  display: block;
  padding: 10px 5px 0;
}
.oi-nav-right ul li a i {
   color: #ffffff;
  font-size: 23px;
}
.oi-menu {
  margin-top: 10px;
}
.oi-header-ad {
  text-align: center;
  padding: 15px 0;
}
.oi-breakingnews {
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);
}
.oi-breakingnews-heading {
  float: left;
  background: #ed1c24;
  color: #ffffff;
  text-align: center;
  width: 180px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
}
.oi-breakingnews-block {
  float: left;
  width: 820px;
}
.oi-breakingnews-slider {
  padding: 0 20px;
}
.oi-breakingnews-slider ul li a {
  line-height: 50px;
  height: 50px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.oi-breakingnews-slider .bx-wrapper {
  position: relative;
}
.oi-breakingnews-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  display: block;
  text-indent: -9999px;
}
.oi-breakingnews-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  opacity: 0;
}
.oi-breakingnews-slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: #ed1c24 url(/images/arrow-right.png) no-repeat center center;
  right: -20px;
}
.oi-breakingnewsshare {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
}
.oi-breakingnewsshare a i {
  color: #000000;
  font-size: 24px;
}
.oi-breakingnewsshare .oi-share {
  float: none;
  position: absolute;
  height: 20px;
  width: 140px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  line-height: 20px;
}
.oi-breakingnewsshare .oi-share a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.oi-breakingnewsshare .oi-share a i {
  color: #ffffff;
  font-size: 14px;
}
.oi-breakingnewsshare.show .oi-share a {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.oi-breakingnewsshare.show .oi-share a:nth-child(1) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.oi-breakingnewsshare.show .oi-share a:nth-child(2) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.oi-breakingnewsshare.show .oi-share a:nth-child(3) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}







.oi-nav{
		height: 43px;

}
.newsletterTextbox {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #948f8f;
    color: #666666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 5px;
    width: 196px;
}
.newsletter_form {
   	clear:both;
    padding: 5px 0;
    text-align: center;
    width: 300px;
}

.newsletter_form_submit {
    float: left;
    padding: 4px 0 0 2px;
    text-align: center;
}

.newsletter_form_name {
    float: left;
    padding-left: 0;
    padding-top: 0;
}
.arrow-up{
border: solid #ccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 10px;
    top: -5px;
    background: #fff;
}
.get-extension {
    border: thin solid #ccc;
    background: #fff;
    position: absolute;
    width: 160px;
    top: 42px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 5px;
    right:109px;
    z-index: 99999999;
}
.header-search-block {
    position: absolute;
    right: 0px;
    width: 350px;
     background: #000;
    border: 1px solid #000;
    border-top: 0 none;
    padding: 6px;
    z-index: 10000;
    top: 43px;
}
.news-desc {
    color:#000;
}
.overlay {position: fixed;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0,0,0,0.8);z-index: 100000;}
                        .addr-bar {position: fixed;left: 0;top: 0;z-index: 1000000;}
                        .arrow {position: fixed;left: 120px;top: 40px;z-index: 1000000;}
                        .click-unblock {position: fixed;left: 250px;padding: 20px 10px;background: #0c8043;border: 1px solid #fff;font-size: 14px;color: #fff;font-family: Arial, Helvetica, sans-serif;z-index: 1000000;top: 200px;border-radius: 5px;width: 320px;text-align: center;}
                        .click-unblock img {vertical-align: middle;}
                        .click-close {position: fixed;right: 100px;padding: 15px 30px;background: #4c4c4c;border: 1px solid #fff;font-size: 14px;color: #fff;font-family: Arial, Helvetica, sans-serif;z-index: 1000000;top: 120px;border-radius: 5px;cursor: pointer;}
                        .notf-sampletext {font-size: 16px;color: #fff;font-family: Arial, Helvetica, sans-serif;position: fixed;top: 110px;left: 250px;width: 320px;z-index: 1000000;line-height: 20px;}
                        .site {margin: o auto;text-align: center;}
                        .subscribe-box {text-align: center;position: fixed;left: 250px;top: 260px;width: 445px;height: 344px;margin: auto;z-index: 1000000;}
                        .manage-notification-block-top img {margin: 0;}
                        
                        .topnavigation ul li.hover .subnav {
	display: block;
}

.oi-nav{
	position: relative;
}
#user_current_weather {
    height: 35px;
    padding-top: 5px;
}
#quick-weather{
	height: 33px;
}



          .galleryWrapper {
                  float: none;
                  clear: both;
                  width: 100%;
                  position: relative;
                /*  padding-bottom: 50%;
                  padding-top: 130px;*/
                  height: 0;
                }
                .galleryWrapper iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                }
                
                
                .manage-notification-block-firefox-content{
	text-align: left;
}
.manage-notification-block-top-firefox ul li{
	display: list-item;
}


#notf-cont ul li a i {
color: #666;
font-size: 18px;
}
.notification-content{
text-align:left;
}

