/*
 * General Elements Styles
 */
@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 {/*background: url(/images/body-bg.png) repeat 0 0;*/color: #000;font-family: 'Open Sans', Georgia, Arial, Helvetica,sans-serif;	height: 100%;}
a {color: #0066CC;	text-decoration: none;	outline: none;}
a:hover {text-decoration: underline;}
img {border: 0 none;max-width: 100%;}

/* header full width style starts here */
.navigation.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 9999999;
    box-shadow: 0 1px 6px -2px #000000;
}
.navWidth{
        max-width: 1280px;
        margin: 0 auto;
}
.topnavigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 6px;
    display: block;
    line-height: 47px;
}
.bs-logo {
    float: left;
    height: 45px;
    background: #fff;
    padding: 2px 0;
    margin-right: 5px;
    width: 130px;
}
.bs-logo img {
    display: block;
    width: 120px;
    padding: 0 5px;
}
.os-lang {
    float: left;
    padding:13px 0 0px 0px;
    width: 57px;
}
.os-lang span {
    margin-top: 2px;
    display: block;
    float: left;
    padding-right: 2px;
}

.os-lang a {
    font-size: 13px;
    color: #fff;
}
.topMenu li a{
        padding-top:13px;
}

.os-main-menu {
        float: left;
        position: relative;
        width: 40px;
        padding: 0 10px;
        height: 33px;
        margin-top: 7px;
}
.os-main-menu span {
        cursor: pointer;
        display: block;
}
.os-main-menu span i {
    background: #ffffff;
    display: inline-block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 24px;
}
.os-main-menu span i:nth-child(1) {top: 8px;}
.os-main-menu span i:nth-child(2) {bottom: 0;top: 0;}
.os-main-menu span i:nth-child(3) {bottom: 8px;}

.os-main-menu.menu-open span i:first-child {bottom: 8px;top: 10px;transform: rotate(135deg);}
.os-main-menu.menu-open span i:nth-child(2) {opacity: 0;visibility: hidden;}
.os-main-menu.menu-open span i:last-child {top: 10px;transform: rotate(-135deg);}
.os-menu-lists {
        position: absolute;
        top: -515px;
        width: 171px;
        background: #0089e5;
        z-index: 10000;
        padding: 10px;
        transition: top 0.4s ease-in-out 0s;
}
.os-main-menu.menu-open{background: #0089e5;}
.os-menu-lists.menu-open {top: 50px;}
.os-menu-lists ul li a {
        font-size: 13px;
        color: #fff;
        padding: 5px;
        display: block;
        line-height: 20px;
}
.os-main-menu.menu-open {background: #0089e5;}

.os-menu span.menu-arrow {
    background: url("/images/arrow-on.png") no-repeat scroll center center;
    height: 25px;
    width: 25px;
    margin: 14px;
}
.os-menu.os-open span.menu-arrow {background: url("/images/arrow-off.png") no-repeat scroll center center;}
.os-menu-lists ul li {
    height: 32px;
    overflow: hidden;
    clear: both;
}
.os-lang.show .os-lang-block {
  top: 50px;
  opacity: 1;
  visibility: visible;
  background: #0089e5;
  z-index: 99999;
}
.os-lang-block {
  position: absolute;
  top: 20px;
  left: 199px;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  background: #0089e5;
  width: 150px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.os-lang-block ul {
  padding: 5px 0;
}
.os-lang-block ul li {
  padding: 2px 10px;
  clear: both;
}
.os-lang-block ul li span.allLanguages {
  color: #ffffff;
}

.os-lang-block ul li a {
   color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 30px;
}
.os-lang-block ul li {
    padding: 2px 10px;
}

.os-header-rt-search {
    height: 50px;
    float: right;
}
.os-header-rt-search-b {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    background: url(/images/search.svg) no-repeat;
    background-size: cover;
}

.os-header-rt-search .os-search-block {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 300px;
}

.ds-overlay {
    position: fixed;
    width: 100%;
    margin: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.ds-overlay.active {
    z-index: 9999;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-search-block{
        position: absolute;
    right: 0;
    width: 350px;
    background: #0089e5;
    border: 1px solid #0089e5;
    border-top: 0 none;
    padding: 6px;
    z-index: 10000;
        top:50px;
}
.navigation ul li a.submenu{
        line-height: 29px;
}


#user_current_weather {
    width: 300px;
    height: 35px;
    padding-top: 5px;
}
/* header full width style ends here */

/*
 * Header Styles
 */

#headerMain {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 998px;
    margin:0 auto;
}
#fullwrapper_header{
width:1000px;
margin: 0 auto;
}
#header {
    margin: 0 auto;
    padding: 10px 0;
    width: 998px;
}
.header-left {
    float: left;
    width: 252px;
    padding-left: 5px;
}
.header-mid {
    float: left;
    padding-left:48px;
    width: 361px;
}

.languages {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cac8c8;
    color: #000;
    
    font-size: 13px;
    height: 30px;
    /*margin-top: 25px;*/
	margin-bottom:10px;
}
.languages a {
    border-right: 1px solid #cac8c8;
    color: #000;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.languages a.last {
    border-right: 0 none;
}
#headerPromotionText { clear: both;
    color: #0066cc !important;
    font: bold 15px/21px arial;
    margin-top: 10px;
    text-align: center;
    }
.header-right {
	float: right;
	width: 255px;
	padding-right: 5px;
	height: 80px;
	overflow: hidden;
}
.google-search {
	height: 48px;
}
.social-share {
	text-align: right;
}
.header-ad {
	margin: 10px auto 0 auto;
	text-align: center;
}



.home-rightpanel {
    float: right;
   
    width: 300px;
}

.topnavigation ul li a.android-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite-new2.png) no-repeat 0 -89px;
    float: left;
    margin: 8px 2px;
}

.topnavigation ul li a.sixty-second-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite-new2.png) no-repeat -50px -89px;
    float: left;
    margin: 8px 2px;
}

.topnavigation ul li a.ios-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite-new2.png) no-repeat -25px -89px;
    float: left;
    margin: 8px 2px;
} 

/*
 * Layout Styles
 */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}





#containerMain {
	width: 100%;
	clear: both;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 5px 9px 0 9px;
	border: 1px solid #d9d9d9;
	border-top: 0 none;
	background: #fff;
}


/*
 * Primary Navigation
 */
.topnavigation {
	background: #0089e5;
	height: 50px;
	position: relative;
}
.topnavigation ul li {
	list-style-type: none;
	float: left;
} 
.topnavigation ul li a.mainmenu {
	font-size: 16px;
	color: #fff;
	height: 45px;
	padding: 0px 5px;
	display: block;
	float: left;
	border-bottom: 4px solid #0089e5;
	text-decoration: none;
}
.topnavigation ul li a.mainmenu.active, .topnavigation ul li a.mainmenu:hover, .topnavigation ul li.hover a.mainmenu {
	border-bottom: 4px solid #990000;
}
.topnavigation ul li a.mainmenu.home {
	height: 20px;
    padding: 8px 10px 6px 10px;
    text-indent: -9999px;
    width: 26px;
    background: url(/images/home-icon.png) no-repeat center center;
    display: block;
}
/*
 * More Submenu Styles
 */
.topnavigation ul li .subnav {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 10000;
	background: #fff;
	left: 0px;
	right: 0px;
	height: 220px;
	box-shadow: 2px 8px 8px #666666;
	border: 1px solid #666666;
	border-top: 0 none;
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
}
.topnavigation ul li.hover .subnav {
	display: block;
}
.topnavigation ul li.more .more-submenu-content ul {
	padding: 0px 0 0 0;
	height: 220px;
}
.topnavigation ul li.more .more-submenu-content ul li {
	width: 200px;	
	display: inline-block;
	border-right: 1px solid #ccc;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals {
	width: 350px;	
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li .verticalLinks {
	width: 50%;
	float: left;
}
.topnavigation ul li.more .more-submenu-content ul li.last {
	border-right: 0 none;
}
.topnavigation ul li.more .more-submenu-content ul li ul {
	padding: 0 10px 0 10px;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li ul {
	padding: 0 0px 0 0px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li {
	display: block;
	float: none;
	border-right: 0 none;
	width: 100%;
	height: auto;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li.header {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li a {
	color: #000;
	padding: 4px 5px 3px 5px;
	font-size: 13px;
}


/*
 * Footer Styles
 */

#news-footer {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 13px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 10px 0;
    text-align: center;
}
.news-footer-links.bottomline {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
.news-footer-links {
    padding: 5px 0;
}
.news-footer-links a {
    color: #000000 !important;
    padding: 0 4px;
}
.copyright {
    padding: 5px 0;
}
.copyright a {
    color: #000 !important;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}
.clearfix:after {	clear: both;	content: ' ';	display: block;	font-size: 0;	line-height: 0;	visibility: hidden;
	width: 0;	height: 0;}
/*.clearfix {	display: inline-block;}*/
* html .clearfix {	height: 1%;}
.clearfix {	display: block;}

/* subscribe styles */




.topnavigation.sticky {
    position: fixed;
    top: 0;
    width: 1000px;
    z-index: 100000;
}
.topnavigation .logo {
	float: left;
	margin: 0 5px;
	display: none;
	background: #fff;
	height: 38px;
}
.topnavigation.sticky .logo {
	display: block;
}
.topnavigation.sticky ul li a.mainmenu.home  {display: none;}

.top-news-desc {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}




	.searchText {
    clear: both;
    color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
}


.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;
}



/* for mouse over sub menu*/

			.subnavLinks {
	background: #e4e4e4;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 10px;
}
.topnavigation ul li .subnav .subnavLinks ul li {
	float: left;
}	
.topnavigation ul li .subnav .subnavLinks ul li a {
	display: block;
	padding: 9px 7px;
	font-size: 14px;
	color: #000;
	position: relative;
	top: 1px;
	border: 1px solid #e4e4e4;
	border-bottom: 0 none;
}
.topnavigation ul li .subnav .subnavLinks ul li a.active, .topnavigation ul li .subnav .subnavLinks ul li a:hover {
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-bottom: 0 none;
}
	
	.topnavigation ul li .subnav{height:40px !important;}
	

.twitter-follow-button{font-size:10px!important;}


.social-share-new{
	clear: both;
	padding-bottom:5px;
		
}
	
.social-share-new-fb{
	background: url(/images/social-icons-header.png) no-repeat 0 0;
	width: 37px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;	
	display: block;
	float: left;
		
}

.social-share-new-tw{
	background: url(/images/social-icons-header.png) no-repeat -36px 0;
	width: 36px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;	
	display: block;
	float: left;
		
}	

.social-share-new-gp{
	background: url(/images/social-icons-header.png) no-repeat -72px 0;
	width: 37px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;
	display: block;
	float: left;
		
}		
	
#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%;
                }
.heading_div{
font-size: 14px!important;
}

    .extensionElem {position: relative;}

.get-extension {
    border: thin solid #ccc;
    background: #fff;
    position: absolute;
        width: 160px;
    top: 43px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 5px;
    right: 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 span {border-style: double;border-top: 0 none;border-left: 0 none;border-right: 0 none;}
 
