﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'DINPro-Regular';
    src: url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Regular.eot');
    src: url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Regular.woff2') format('woff2'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Regular.woff') format('woff'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'DINPro-Bold';
    src: url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Bold.eot');
    src: url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Bold.woff2') format('woff2'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Bold.woff') format('woff'),
        url('https://www.omronhealthcare-ap.com/Healthblog/Content/css/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
	font-family:'DINPro-Regular', sans-serif;
	font-size:15px;
	color:#000000;
	line-height:26px;
	/*text-align:left;*/	
}
.clear {
	clear:both;
}
.padding2 {
	padding:2px;
}
.padding5 {
	padding:5px;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.padding30 {
	padding:30px;
}
.padding40 {
	padding:40px;
}
.left_float {
	float:left;
}
.right_float {
	float:right;
}
sup {
	vertical-align:0;
	position: relative;
	top: -0.25em;
}
.wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:0;
}

/*******************************/
/***Header**********************/
.header {
	width:100%;
	height:auto;
	margin:0 auto;
	/*position:relative;*/
	background:#003153;
	/**/
	position:fixed;
	top:0;
    transition:top 0.2s ease-in-out;
	z-index:99;
}
.header.navUp {
	top:-120px;
}
.header .container {
	width:1068px;
	height:auto;
	margin:0 auto;
}
.header .container .logo {
	width:170px;
	float:left;
	margin-bottom:20px;
	padding:20px 0 0 0;
}
.header .container .logo img {
	width:100%;
}
.header .container .logoText{
	float:none;
	color:#FFFFFF;
	font-size:20px;
	line-height:21px;
	font-family:'DINPro-Regular', sans-serif;
	padding:35px 0 0 20px;
	margin:5px 0 20px 0;
}
.header .container .country {
	float:right;
	text-align:right;
	padding:20px 0 0 0;
}
.header .container .country a img {
	width:20px;
	opacity:0.3;
}
.header .container .country a:hover img,
.header .container .country a.current img {
	opacity:1;
}
.header .container .country .slogan {
	width:160px;
}
.header .container .country .slogan img {
	width:100%;
}
.header .container .mainMenu{
	font-family:'DINPro-Regular', sans-serif;
}
.header .container .mainMenu .desktop{
	
}
.header .container .mainMenu .desktop .menuList{
	list-style:none;
}
.header .container .mainMenu .desktop .menuList li{
	float:left;
}
.header .container .mainMenu .desktop .menuList li.scrollShow{
	display:none;
}
.header .container .mainMenu .desktop .menuList li.scrollShow img{
	width:170px;
	display:block;
}
.header .container .mainMenu .desktop .menuList li a{
	padding:10px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.header .container .mainMenu .desktop .menuList li a:hover,
.HOME .header .container .mainMenu .desktop .menuList li a{
	background:#306f95;
}
.THERAPY .header .container .mainMenu .desktop .menuList li.therapyMenu a.menuSubIcon {
	background: #306f95 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position: 90% center;
}
.header .container .mainMenu .desktop .menuList li.scrollShow a{
	background:none;
	padding:3px 0 0 0;
	margin-right:20px;
}
.header .container .mainMenu .desktop .menuList li.dd > a.menuSubIcon{
	padding:10px 30px 10px 15px;
	background:url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position:90% center;	
}
.header .container .mainMenu .desktop .menuList li.dd:hover > a.menuSubIcon{
	background:#306f95 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position:90% center;	
}
.header .container .mainMenu .desktop .menuList > li.dd{
	position:relative;
}
.header .container .mainMenu .desktop > .menuList li.dd ul.subMenu {
	width:160px;
	height:auto;
	top:36px;
	left:0;
	margin:0;
	padding:10px 0 0 0;
	list-style: none;
	position: absolute;
}
.header .container .mainMenu .desktop > .menuList li.dd ul.subMenu.productsSub{
	width:210px;
}
.header .container .mainMenu .desktop > .menuList li.dd ul.subMenu li {
	width:100%;
	display:none;
	opacity:0;
	float:none;
	padding:0;
}
.header .container .mainMenu .desktop > .menuList li.dd:hover ul.subMenu li {
	display:block;
	opacity:1;
}
.header .container .mainMenu .desktop > .menuList li.dd ul.subMenu li a {
	width:90%;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	display:block;
	padding:10px 18px;
	margin:0;
	text-decoration:none;
	background:none;
	background:#306f95;
	border-bottom:1px solid #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.header .container .mainMenu .desktop > .menuList li.dd ul.subMenu li a:hover {
	background:#005eb8;
	color:#ffffff;
}
.header .container .mainMenu .desktop .menuList li.dd ul.subMenu > li.dd02{
	position:relative;
}
.header .container .mainMenu .desktop .menuList li.dd ul.subMenu li.dd02 > a.menuSubIcon02 {
	background: #306f95 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right.png') no-repeat;
	background-position: 90% center;
}
.header .container .mainMenu .desktop .menuList li.dd ul.subMenu li.dd02:hover > a.menuSubIcon02 {
	background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right.png') no-repeat;
	background-position: 90% center;
	color: #ffffff;
}
.header .container .mainMenu .desktop .menuList li.dd > ul.subMenu li.dd02 ul.subMenu02 {
	width:180px;
	height:auto;
	top:-10px;
	left:180px;
	margin:0;
	padding:10px 0 0 0;
	list-style: none;
	position: absolute;
	display:none;
}
.header .container .mainMenu .desktop .menuList li.dd > ul.subMenu li.dd02:hover ul.subMenu02 {
	display:block;
}
.header .container .mainMenu .desktop .menuList li.dd > ul.subMenu li.dd02 ul.subMenu02 li a {
	width:90%;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	display:block;
	padding:10px 18px;
	margin:0;
	text-decoration:none;
	background:none;
	background:#306f95;
	border-bottom:1px solid #ffffff;
}
.header .container .mainMenu .desktop .menuList li.dd > ul.subMenu li.dd02 ul.subMenu02 li a:hover {
	background:#005eb8;
	color:#ffffff;
}
.header .container .mainMenu .mobile{
	display:none;
	position:relative;
}
.header .container .mainMenu .mobile .logoMobile {
	width:170px;
	margin:10px auto 10px auto;
}
.header .container .mainMenu .mobile .logoMobile img {
	width:100%;
}
nav.mobileMenu{
    position:fixed;
    top:0;
    left:0;
    width:95%;
    height:100%;
    margin:0 0 0 -95%;
    -moz-transition:all 200ms ease-in;
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
}
nav.mobileMenu ul{
    width:95%;
    height:100%;
    padding:0;
    margin:0;
    list-style:none;
    background:#003153;
    overflow:auto;
}
nav.mobileMenu li{
    margin:0;
}
nav.mobileMenu a{
    color:#FFFFFF;
    font-size:14px;
    font-family:'DINPro-Regular', sans-serif;
    text-decoration:none;
    display:block;
    padding:11px 15px;
    border-bottom:1px solid #e5e5e5;
}
/*
nav.mobileMenu a:hover{
    background:#FFFFFF;
	color:#003153;
}
*/
nav.mobileMenu a.menuSubIcon {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right.png') no-repeat;
	background-position: 95% center;
}
/*
nav.mobileMenu a.menuSubIcon:hover{
    background:#FFFFFF url(../Content/images/common/arrow-right-blue.png) no-repeat;
	background-position:95% center;	
	color:#003153;
}
*/
nav.mobileMenu a.current {
	background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position: 95% center;
	color: #FFFFFF;
}
nav.mobileMenu li.last a{
    border-bottom:none;
	display:inline-block;
	padding:11px 0 11px 15px;
}
nav.mobileMenu li.last a:hover{
    background:none;
}
nav.mobileMenu ul li ul.subMenu{
	width:100%;	
	background:#306f95;
	display:none;
}
nav.mobileMenu ul li ul.subMenu li a{
	color:#FFFFFF;
    font-size:14px;
    font-family:'DINPro-Regular', sans-serif;
    text-decoration:none;
    display:block;
    padding:10px 0 10px 15px;
    border-bottom:none;
}
/*
nav.mobileMenu ul li ul.subMenu li a:hover{
	background:#FFFFFF;
	color:#003153;
}
*/
nav.mobileMenu a.menuSubIcon02 {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right.png') no-repeat;
	background-position: 95% center;
}
nav.mobileMenu a.current02 {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position: 95% center;
}
nav.mobileMenu ul li ul.subMenu li ul.subMenu02{
	width:100%;	
	background:#005eb8;
	display:none;
}
nav.mobileMenu ul li ul.subMenu li ul.subMenu02 a{
	color:#FFFFFF;
    font-size:14px;
    font-family:'DINPro-Regular', sans-serif;
    text-decoration:none;
    display:block;
    padding:10px 0 10px 15px;
    border-bottom:none;
}
label.mobileMenuBtn{
    display:block;
    /*width:25px;
    height:25px;
    line-height:25px;*/
    text-align:center;
    position:absolute;
    top:0;
	right:0;
	/*left:0;
    -moz-transition:all 200ms ease-in;
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;*/
    z-index:99;
	cursor:pointer;
	background: #9ea1a7;
    width:44px;
	height:44px;
	border-radius:10px;
}
input[type="checkbox"]{
    display:none;
}
input[type="checkbox"]:checked ~ nav.mobileMenu{
    margin:0;
}
input[type="checkbox"]:checked ~ label.mobileMenuBtn{
    left:95%;
}

/*******************************/
/***Main Contents***************/
.mainContents{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	padding-top: 150px;
}
/***Common style****************/
.blueHeader{
	padding:2px 10px;
	color:#ffffff;
	background:#306f95;
	text-transform:uppercase;
	font-size:12px;
	line-height:22px;
	font-family:'DINPro-Regular', sans-serif;
	border-radius:7.5px;
}
.blueHeader.articleBlueHeader{
	display:inline-block;
	margin-bottom:10px;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:10px;
	line-height:20px;
}
.blueHeader.articleBlueHeader:hover{
	opacity:0.7;
}
.dontMiss .blueHeader{
	font-size:14px;
	line-height:17px;	
	width:80px;
	text-align:center;
	padding:5px 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.stayConnected .blueHeader,
.mostPopularSection .blueHeader,
.hotNewsSection .blueHeader,
.commentResults .blueHeader{
	font-size:14px;
	line-height:17px;	
	width:120px;
	text-align:center;
	padding:5px 10px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.blackHeader{
	padding:2px 5px;
	color:#ffffff;
	background:#005eb8;
	text-transform:uppercase;
	font-size:10px;
	line-height:13px;
	font-family:'DINPro-Regular', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline;
	border-radius:3.5px;
}
.hotNewsSlider .blackHeader{
	padding:2px 5px;
	color:#ffffff;
	background:#005eb8;
	font-size:10px;
	line-height:13px;
	font-family:'DINPro-Regular', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline;
	text-decoration:none;
	text-transform:capitalize;
	border-radius:3.5px;
}
a:hover .blackHeader{
	background:#003973;
}
a:hover .blackHeader.yellow{
	background:#003973;
}
a:focus .blackHeader{
	background:#003153;
}
a:focus .blackHeader.yellow{
	background:#003153;
}
.blackHeader.left{
	display: inline;
  	float: left;
}
.textField{
	font-family:'DINPro-Regular', sans-serif;
	width:95%;
	background:#ffffff;
	color:#000000;
	font-size:12px;
	padding:5px 2.5%;
	border:1px solid #e5e5e5;
}
.commonBtn{
	font-family:'DINPro-Regular', sans-serif;
	display:inline-block;
	font-size:13px;
	font-weight:500;
	color:#FFFFFF;
	background:#005eb8;
	text-decoration:none;
	padding:3px 20px;
	width:auto;
	text-align:center;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.commonBtn:hover{
	background:#003973;
	color:#ffffff;
}
.commonBtn:hover:focus{
	background:#003153;
	color:#ffffff;
}
.loadMoreBtn {
	width: 95px;
	margin: 0 auto;
	padding: 10px 15px 10px 0;
	font-size: 12px;
	line-height: 12px;
	font-family:'DINPro-Regular', sans-serif;
	text-align: center;
	background: #FFFFFF url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down-grey.png') no-repeat;
	background-position: 92% center;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
	.loadMoreBtn:hover {
		background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
		background-position: 92% center;
		border: 1px solid #e5e5e5;
		color: #ffffff;
	}
.backtop{
	display:block;
}
.backTopBtn{
	background:#005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/back-to-top-icon.png') no-repeat;
	background-position:center center;
	position:fixed; 
	bottom:-50px; 
	right:10px;
	width:40px;
	height:40px;
	z-index:999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
	border-radius:10px;
}
.backTopBtn:hover {
	background: #003973 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/back-to-top-icon.png') no-repeat;
	background-position: center center;
}
.backTopBtn:focus {
	background: #003153 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/back-to-top-icon.png') no-repeat;
	background-position: center center;
}
.moreStories{
	position:fixed; 
	bottom:80px; 
	right:-400px;
	background:#003153;
	border:1px solid #ffffff;
	width:340px;
	height:auto;
	z-index:999;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.moreStories .container{
	width:95%;
	padding:20px 2.5%;
	position:relative;	
}
.moreStories .container .closeBtn{
	position:absolute;
	top:15px;
	left:15px;
}
.moreStories .container .moreStoriesHeader{
	text-align:center;
	font-size:17px;
	line-height:30px;
	text-transform:uppercase;
	color:#ffffff;
	font-family:'DINPro-Regular', sans-serif;
	font-weight:600;
}
.moreStories .container a{
	text-decoration:none;
}
.moreStories .container a table{
	width:100%;
}
.moreStories .container a table tr td{
	vertical-align:top;
	padding:5px 0;
	font-size:14px;
	line-height:20px;
	font-family:'DINPro-Regular', sans-serif;
	color:#ffffff;
}
.moreStories .container a:hover table tr td{
	color:#00f0ff;
}
.moreStories .container a table tr td.imgFile{
	width:100px;
	padding-right:15px;
}
.moreStories .container a table tr td.imgFile img{
	width:100%;
	display:block;
}
.moreStories .container a table tr td .postDate{
	font-size:11px;
	line-height:11px;
	color:#ffffff;
	font-family:'DINPro-Regular', sans-serif;
}
.moreStories .container a:hover table tr td .postDate{
	color:#00f0ff;
}
.mobilePad{
	padding:30px;	
}

/***Homepage*******************/
.mainContents .homepage{
	width:1068px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}
.mainContents .homepage .trendScroller{
	width:100%;
	height:auto;
}
.mainContents .homepage .trendScroller .blueHeader.left{
	float:left;
}
.mainContents .homepage .trendScroller .trendTitle{
	font-size:15px;
	line-height:25px;
	font-family:'DINPro-Regular', sans-serif;
	float:left;
	padding:0 10px;
}
.mainContents .homepage .trendScroller .trendTitle a{
	color:#000000;
	text-decoration:none;
}
.mainContents .homepage .trendScroller .trendScrollBtn{
	float:right;
}
.mainContents .homepage .trendScroller .trendScrollBtn .scrollPrevBtn,
.mainContents .homepage .trendScroller .trendScrollBtn .scrollNextBtn{
	width:24px;
	height:24px;
	border:1px solid #e5e5e5;
	cursor:pointer;
	border-radius:5px;
}
.mainContents .homepage .trendScroller .trendScrollBtn .scrollPrevBtn {
	background: #ffffff url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-left-grey.png') no-repeat;
	background-position: center center;
}
.mainContents .homepage .trendScroller .trendScrollBtn .scrollNextBtn {
	background: #ffffff url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right-grey.png') no-repeat;
	background-position: center center;
}
.mainContents .homepage .trendScroller .trendScrollBtn .scrollPrevBtn:hover {
	background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-left.png') no-repeat;
	background-position: center center;
	border:1px solid #005eb8;
}
.mainContents .homepage .trendScroller .trendScrollBtn .scrollNextBtn:hover {
	background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-right.png') no-repeat;
	background-position: center center;
	border:1px solid #005eb8;
}
.mainContents .homepage .gridBox{
	width:100%;
}
.mainContents .homepage .gridBox .col2{
	width:49.75%;
	float:left;
	margin-right:0.5%;
}
.mainContents .homepage .gridBox .col2.last{
	margin-right:0;
}
.mainContents .homepage .gridBox .col2 .grid1{
	width:100%;
	height:460px;
	overflow:hidden;
	text-align: center;
	position:relative;
}
.mainContents .homepage .gridBox .col2 .grid1 a .imgContainer{
	width:696px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
	/*background:url(../Content/images/common/gradient-02.png);
	background-size:100% 100%;*/
    padding: 0;
}
.mainContents .homepage .gridBox .col2 .grid1 a .imgContainer img{
	width:100%;
	display: block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.mainContents .homepage .gridBox .col2 .grid1 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	opacity: 0.7;
}
.mainContents .homepage .gridBox .col2 .grid1 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.mainContents .homepage .gridBox .col2 .grid1 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:28px;
	line-height:36px;
	color:#FFFFFF;
	text-align:left;
	font-weight:500;
}
.mainContents .homepage .gridBox .col2 .grid1 .contentDetail{
	font-family:'DINPro-Regular', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#FFFFFF;
	text-align:left;
	font-weight:600;
}
.mainContents .homepage .gridBox .col2 .grid1 .contentDetail strong{
	font-weight:800;
}
.mainContents .homepage .gridBox .col2 .grid2{
	width:100%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	margin-bottom:1%;
	position:relative;
}
.mainContents .homepage .gridBox .col2 .grid2 a .imgContainer{
	width:540px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
    padding: 0;
}
.mainContents .homepage .gridBox .col2 .grid2 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.mainContents .homepage .gridBox .col2 .grid2 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.7;
}
.mainContents .homepage .gridBox .col2 .grid2 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.mainContents .homepage .gridBox .col2 .grid2 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.mainContents .homepage .gridBox .col2 .grid3{
	width:49.75%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	margin-right:0.5%;
	float:left;
	position:relative;
}
.mainContents .homepage .gridBox .col2 .grid3 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
	background: black;
    padding: 0;
}
.mainContents .homepage .gridBox .col2 .grid3 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.8;
}
.mainContents .homepage .gridBox .col2 .grid3 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.6;
}
.mainContents .homepage .gridBox .col2 .grid3 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.mainContents .homepage .gridBox .col2 .grid3 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.mainContents .homepage .gridBox .col2 .grid4{
	width:49.75%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	float:right;
	position:relative;
}
.mainContents .homepage .gridBox .col2 .grid4 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
    padding: 0;
}
.mainContents .homepage .gridBox .col2 .grid4 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.mainContents .homepage .gridBox .col2 .grid4 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.7;
}
.mainContents .homepage .gridBox .col2 .grid4 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.mainContents .homepage .gridBox .col2 .grid4 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.mainContents .homepage .bottomContents{
	width:100%;	
}
.mainContents .homepage .bottomContents .dontMiss{
	width:65%;	
	float:left;
	margin-right:5%;
	position:relative;
}
.mainContents .homepage .bottomContents .dontMiss .container{
	width:100%;
}
.mainContents .homepage .bottomContents .dontMiss .title{
	border-bottom:2px solid #000000;
	overflow: hidden;
}
.mainContents .homepage .bottomContents .dontMiss .title .blueHeader{
	float: left;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu{
	float: right;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li{
	float: left;
	font-size: 12px;
	line-height:27px;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li a {
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
	display:block;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li a:hover,
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li a.current {
	color: #005eb8;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide{
	display:none;	
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide a {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down-grey.png') no-repeat;
	background-position: 90% center;
	padding-right: 20px;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide a:hover,
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide a.current {
	background: #005eb8 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position: 90% center;
	color: #ffffff;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide .subMoreMenu {
	background:rgba(255,255,255,0.95);
	border:1px solid #000000;
	width:170px;
	height:auto;
	top:29px;
	right:0;
	margin:0;
	padding:0;
	list-style: none;
	position: absolute;
	z-index:9999;
	display:none;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide ul.subMoreMenu li {
	width:100%;
	float:none;
	padding:0;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide ul.subMoreMenu li a {
	width:90%;
	text-align:right;
	font-size:12px;
	line-height:18px;
	color:#000000;
	display:block;
	padding:6px 5%;
	margin:0;
	text-decoration:none;
	background:none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mainContents .homepage .bottomContents .dontMiss .title .dontMissMenu li.moreHide ul.subMoreMenu li a:hover {
	color: #005eb8;
	background:none;
}

/**/
.mainContents .homepage .bottomContents .dontMiss .dontMissContents{
	width:100%;
	margin-top:20px;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .imgContainer{
	width:100%;	
	position:relative;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .imgContainer img{
	width:100%;	
	display:block;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .imgContainer a.label{
	display:block;
	position:absolute;
	bottom:5px;
	left:5px;
	text-decoration:none;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:21px;
	line-height:25px;
	text-align:left;
	padding:10px 0;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .contentTitle a{
	color:#000000;
	text-decoration:none;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .contentTitle a:hover{
	color:#005eb8;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .postDetails{
	font-family:'DINPro-Regular', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#777777;
	position:relative;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .postDetails .numComment{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	line-height:10px;
	background:#005eb8;
	color:#ffffff;
	padding:4px 0;
	text-align:center;
	display:inline-block;
	width:34px;
	border-radius:3.5px;
	border-bottom-left-radius:0;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .postDetails .numComment:after {
	content:"";
	position:absolute;
	bottom:-4px; /* value = - border-top-width - border-bottom-width */
	left:0; /* controls horizontal position */
    border-width:4px 3px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#005eb8 transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .postDetails a{
	text-decoration:none;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .postDetails a strong{
	font-weight:700;
	color:#000000;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .leftContents .contentDescription{
	font-family:'DINPro-Regular', sans-serif;
	font-size:13px;
	line-height:21px;
	color:#777777;
	padding:10px 0;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents{
	width:47.5%;
	float:left;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu{
	text-decoration:none;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu table{
	width:100%;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu table tr td{
	padding:0 5px;
	vertical-align:top;	
	font-family:'DINPro-Regular', sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#000000;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu table tr td.imgContainer{
	width:100px;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu table tr td.imgContainer img{
	width:100px;
	display:block;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu:hover table tr td{
	color:#005eb8;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .rightContents .sideMenu table tr td .postDate{
	font-family:'DINPro-Regular', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#777777;
	padding:5px 0;
}
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .active,
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .cardiovascular,
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .pain,
.mainContents .homepage .bottomContents .dontMiss .dontMissContents .respiratory{
	display:none;
}
.mainContents .homepage .bottomContents .stayConnected{
	width:30%;	
	float:left;
}

.mainContents .homepage .bottomContents .stayConnected .container{
	width:100%;
}

.mainContents .homepage .bottomContents .stayConnected a{
	text-decoration: none;
}

.mainContents .homepage .bottomContents .stayConnected a .FB,
.mainContents .homepage .bottomContents .stayConnected a .RSS{
	color: #FFF;
	background-color: #005eb8;
	text-transform:uppercase;
}
.mainContents .homepage .bottomContents .stayConnected a .RSS{
	background-color: #ff7474;
}
.mainContents .homepage .bottomContents .stayConnected .FB,
.mainContents .homepage .bottomContents .stayConnected .RSS{
	margin-bottom: 10px;
	width: 95%;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 5%;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	border-radius:7.5px
}
.mainContents .homepage .bottomContents .stayConnected .FB {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/elements.png') -18px -18px no-repeat;
}

.mainContents .homepage .bottomContents .stayConnected .RSS {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/elements.png') -18px -123px no-repeat;
}

.mainContents .homepage .bottomContents .stayConnected .FB span,
.mainContents .homepage .bottomContents .stayConnected .RSS span{
	font-weight: normal;
	color: #ffffff;
	display:inline-block;
	padding-right: 10px;
}
.mainContents .homepage .bottomContents .stayConnected .RSS span{
	color: #ff7474;
}

.mainContents .homepage .bottomContents .stayConnected a:hover .FB,
.mainContents .homepage .bottomContents .stayConnected a:hover .RSS{
	background-color: #003973;	
}
.mainContents .homepage .bottomContents .stayConnected a:focus .FB,
.mainContents .homepage .bottomContents .stayConnected a:focus .RSS{
	background-color: #003153;	
}
.mainContents .homepage .bottomContents .stayConnected a:hover .FB span,
.mainContents .homepage .bottomContents .stayConnected a:hover .RSS span{
	color: #ffffff;
}

.mainContents .homepage .bottomContents .stayConnected .title{
	border-bottom:2px solid #000000;
}
.mainContents .homepage .bottomContents .stayConnected .signupForm {
	width:80%;
	background: #FFFFFF url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/signupBorder.jpg') repeat-x;
	background-position: top center;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	-moz-box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	border-radius: 5px;
	padding: 0 10%;
}
.mainContents .homepage .bottomContents .stayConnected .signupForm .formTitle{
	color:#005eb8;
	font-size:19px;
	line-height:29px;
	text-align:center;
	font-weight:500;
	font-family:'DINPro-Regular', sans-serif;
	padding-top:30px;
}
.mainContents .homepage .bottomContents .stayConnected .signupForm p{
	text-align:center;
	font-size:12px;
	line-height:21px;
	color:#000000;
}

/*******************************/
/***Sub Contents***************/
.mainContents .subContents{
	width:1068px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}
.subContents .breadcrumb{
	font-family:'DINPro-Regular', sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}
.subContents .breadcrumb a{
	color:#005eb8;
	text-decoration:none;
}
.subContents h1, .homepage h1{
	font-family:'DINPro-Regular', sans-serif;
	float:left;
	font-size:30px;
	line-height:38px;
	color:#000000;
	text-transform:uppercase;
	font-weight:400;
}
.subContents h2 {
	font-family:'DINPro-Regular', sans-serif;
	/*float: left;*/
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight:400;
}
.subContents h1.blueTitle{
	font-family:'DINPro-Regular', sans-serif;
	float:left;
	font-size:40px;
	line-height:50px;
	color:#005eb8;
	text-transform:none;
	font-weight:400;
}
.subContents .filterSort{
	float:right;
	position:relative;
	z-index:9;
}
.subContents .filterSort .selectedFilter {
	padding: 5px 25px 5px 15px;
	background: #003153 url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/arrow-down.png') no-repeat;
	background-position: 95% center;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius:7.5px;
}
.subContents .filterSort .dropDownFilter{
	position:absolute;
	right:0;
	top:31px;
	background:#003153;
	display:none;
}
.subContents .filterSort .dropDownFilter ul{
	list-style:none;
	background:#003153;
	width:150px;
	border-top:1px solid #003153;
}
.subContents .filterSort .dropDownFilter ul li{
		
}
.subContents .filterSort .dropDownFilter ul li a{
	padding:3px 0 3px 15px;	
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	line-height:21px;	
}
.subContents .gridBox{
	width:100%;
}
.subContents .gridBox .col2{
	width:49.75%;
	float:left;
	margin-right:0.5%;
}
.subContents .gridBox .col2.last{
	margin-right:0;
}
.subContents .gridBox .col2 .grid1{
	width:100%;
	height:460px;
	overflow:hidden;
	text-align: center;
	position:relative;
}
.subContents .gridBox .col2 .grid1 a .imgContainer{
	width:696px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
    padding: 0;
}
.subContents .gridBox .col2 .grid1 a .imgContainer img{
	width:100%;
	display: block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.subContents .gridBox .col2 .grid1 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	opacity: 0.7;
}
.subContents .gridBox .col2 .grid1 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.subContents .gridBox .col2 .grid1 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:28px;
	line-height:36px;
	color:#FFFFFF;
	text-align:left;
	font-weight:500;
}
.subContents .gridBox .col2 .grid1 .contentDetail{
	font-family:'DINPro-Regular', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#FFFFFF;
	text-align:left;
	font-weight:600;
}
.subContents .gridBox .col2 .grid1 .contentDetail strong{
	font-weight:800;
}
.subContents .gridBox .col2 .grid2{
	width:49.75%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	margin-right:0.5%;
	margin-bottom:1%;
	float:left;
	position:relative;
}
.subContents .gridBox .col2 .grid2 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
	background: black;
    padding: 0;
}
.subContents .gridBox .col2 .grid2 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.8;
}
.subContents .gridBox .col2 .grid2 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.6;
}
.subContents .gridBox .col2 .grid2 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.subContents .gridBox .col2 .grid2 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.subContents .gridBox .col2 .grid3{
	width:49.75%;
	height:227.5px;
	margin-bottom:1%;
	overflow:hidden;
	text-align: center;
	float:right;
	position:relative;
}
.subContents .gridBox .col2 .grid3 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
    padding: 0;
}
.subContents .gridBox .col2 .grid3 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.subContents .gridBox .col2 .grid3 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.7;
}
.subContents .gridBox .col2 .grid3 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.subContents .gridBox .col2 .grid3 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.subContents .gridBox .col2 .grid4{
	width:49.75%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	margin-right:0.5%;
	float:left;
	position:relative;
}
.subContents .gridBox .col2 .grid4 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
	background: black;
    padding: 0;
}
.subContents .gridBox .col2 .grid4 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.8;
}
.subContents .gridBox .col2 .grid4 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.6;
}
.subContents .gridBox .col2 .grid4 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.subContents .gridBox .col2 .grid4 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.subContents .gridBox .col2 .grid5{
	width:49.75%;
	height:227.5px;
	overflow:hidden;
	text-align: center;
	float:right;
	position:relative;
}
.subContents .gridBox .col2 .grid5 a .imgContainer{
	width:400px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
    background: black;
    padding: 0;
}
.subContents .gridBox .col2 .grid5 a .imgContainer img{
	width:100%;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 0.9;
}
.subContents .gridBox .col2 .grid5 a:hover .imgContainer img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 opacity: 0.7;
}
.subContents .gridBox .col2 .grid5 .content{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}
.subContents .gridBox .col2 .grid5 .contentTitle{
	font-family:'DINPro-Regular', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#FFFFFF;
	text-align:left;
}
.subContents .bottomContents .articlesLeft{
	width:65%;	
	float:left;
	margin-right:5%;
}
.subContents .bottomContents .articlesLeft .container{
	width:100%;	
}
.subContents .bottomContents .articlesLeft .container .col2{
	width:46.5%;
	padding:0 2.5% 30px 0;
	display:inline-block;
	vertical-align:top;
}
.subContents .bottomContents .articlesLeft .container .col2 .imgContainer{
	width:100%;
	position:relative;
}
.subContents .bottomContents .articlesLeft .container .col2 .imgContainer img{
	width:100%;
}
.subContents .bottomContents .articlesLeft .container .col2 .imgContainer .label{
	position:absolute;
	left:0;
	bottom:10px;
	text-decoration:none;
}
/*POST (Left articles)*/
.postStatus{
	position:absolute;
	top:0;
	right:0;	
	font-size:11px;
	line-height:11px;
	color:#444444;
}
	.postStatus .viewStatus {
		background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/viewIcon.jpg') no-repeat;
		background-position: left center;
		padding: 0 10px 0 15px;
	}
	.postStatus .commentStatus {
		background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/commentIcon.jpg') no-repeat;
		background-position: left center;
		padding: 0 0 0 20px;
		text-decoration: none;
		color: #444444;
	}
.socialShareTop{
	width:100%;	
}
.socialShareTop .facebookBtn{
	display:inline-block;
	width:165px;
	height:28px;
	text-align:center;
	padding-top:12px;
	border-radius:10px;
	background:#516eab;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#627cb3;
	vertical-align:top;
	text-decoration:none;
	font-size:11px;
	line-height:11px;
}
.socialShareTop .facebookBtn img{
	width:13px;
	display:inline-block;
}
.socialShareTop .facebookBtn span{
	text-align:right;
	padding-left:3px;
}
.socialShareTop .facebookBtn span strong{
	font-weight:400;
	color:#FFFFFF;
	padding-left:5px;
}
.socialShareTop .facebookBtn:hover{
	opacity:0.7;	
}
.socialShareTop .emailBtn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:33px;
	text-align:center;
	padding-top:7px;
	border-radius:10px;
	background:#999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:3px;
}
.socialShareTop .emailBtn:hover{
	opacity:0.7;	
}
.socialShareTop .whatsappBtn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:32px;
	text-align:center;
	padding-top:8px;
	border-radius:5px;
	background:#7bbf6a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:3px;
	display:none;
}
.socialShareTop .whatsappBtn:hover{
	opacity:0.7;	
}
.articleContents{
	width:100%;
	margin:0 auto;	
}
/*.articleContents img{
	width:100%;
	display:block;
}*/
.articleContents span{
	display:block;
	padding:5px 0;
	/*font-style:italic;
	font-size:11px;*/
	/*line-height:17px;*/
	line-height:20px;
	color:#444444;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents h2{
	margin-bottom:0px;
	font-size:19px;
	line-height:40px;
	color:#000000;
	text-align:left;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents h2 a{
	color:#005eb8;
	text-decoration:none;
}
.articleContents h2 a:hover{
	text-decoration:underline;
}
.articleContents h3{
	margin-bottom:0px;
	font-size:17px;
	line-height:14px;
	color:#000000;
	text-align:left;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents p{
	margin-bottom:16px;
	font-size:17px;
	line-height:26px;
	color:#000000;
	text-align:left;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents p a{
	color:#005eb8;
	text-decoration:none;
}
.articleContents p a:hover{
	text-decoration:underline;
}
.articleContents ul{
	margin:0 0 20px 15px;
	list-style:disc;
}
.articleContents ul li{
	font-size:17px;
	line-height:26px;
	color:#000000;
	text-align:left;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents ul li a{
	color:#005eb8;
	text-decoration:none;
}
.articleContents ul li a:hover{
	text-decoration:underline;
}
.articleContents ol{
	margin:0 0 20px 15px;
	list-style:decimal;
}
.articleContents ol li{
	font-size:17px;
	line-height:26px;
	color:#000000;
	text-align:left;
	font-family:'DINPro-Regular', sans-serif;
}
.articleContents ol li a{
	color:#005eb8;
	text-decoration:none;
}
.articleContents ol li a:hover{
	text-decoration:underline;
}
.articleContents .alignleft{
	float:left;
	width:25%;
	padding-right:5%;
}
.articleContents .alignleft img{
	width:100%;
}
.articleContents .alignright{
	float:right;
	width:25%;
	padding-left:5%;
}
.articleContents .alignright img{
	width:100%;
}
.tagStatus{
	width:100%;	
}
.tagStatus .tagTitle{
	background:#003153;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
	font-family:'DINPro-Regular', sans-serif;
	padding:1.5px 10px;
	border-radius:2.5px;
}
.tagStatus .tagName{
	background:#ffffff;
	font-size:11px;
	line-height:11px;
	color:#000000;
	font-family:'DINPro-Regular', sans-serif;
	padding:3px 10px;
	border:1px solid #e5e5e5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display:inline-block;
	margin:0 3px;
	text-decoration:none;
	border-radius:2.5px;
}
.tagStatus .tagName:hover{
	background:#005eb8;
	font-size:11px;
	line-height:11px;
	color:#ffffff;
	border:1px solid #005eb8;
}
.socialShare{
	width:95%;	
	border:1px solid #e5e5e5;
	padding:20px 2.5%;
}
.socialShare h4{
	display:inline-block;
	vertical-align:middle;
	font-weight:600;
	font-family:'DINPro-Regular', sans-serif;
	padding-top:7px;
}
.socialShare .facebookBtn{
	display:inline-block;
	width:165px;
	height:28px;
	text-align:center;
	padding-top:12px;
	border-radius:10px;
	background:#516eab;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#627cb3;
	vertical-align:top;
	text-decoration:none;
	font-size:11px;
	line-height:11px;
	margin-left:10px;
}
.socialShare .facebookBtn img{
	width:13px;
	display:inline-block;
}
.socialShare .facebookBtn span{
	text-align:right;
	padding-left:3px;
}
.socialShare .facebookBtn span strong{
	font-weight:400;
	color:#FFFFFF;
	padding-left:5px;
}
.socialShare .facebookBtn:hover{
	opacity:0.7;	
}
.socialShare .fb-like{
	display:inline-block;
	float:right;
	margin-top:8px;
}
.socialShare .twitterBtn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:32px;
	text-align:center;
	padding-top:8px;
	border-radius:10px;
	background:#0c7abf;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:3px;
}
.socialShare .twitterBtn:hover{
	opacity:0.7;	
}
.socialShare .emailBtn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:33px;
	text-align:center;
	padding-top:7px;
	border-radius:10px;
	background:#999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:3px;
}
.socialShare .emailBtn:hover{
	opacity:0.7;	
}
.socialShare .whatsappBtn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:32px;
	text-align:center;
	padding-top:8px;
	border-radius:10px;
	background:#7bbf6a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:3px;
	display:none;
}
.socialShare .whatsappBtn:hover{
	opacity:0.7;	
}
.backNextBtns{
	width:100%;	
}
.backNextBtns table{
	width:100%;	
}
.backNextBtns table tr td{
	width:48%;
	vertical-align:top;
	padding:0;
	font-size:12px;
	line-height:21px;
	color:#777777;	
	font-family:'DINPro-Regular', sans-serif;
}
.backNextBtns table tr td.prevBtn{
	text-align:left;
	padding-right:2%;
}
.backNextBtns table tr td.nextBtn{
	text-align:right;
	padding-left:2%;	
}
.backNextBtns table tr td.prevBtn .prevTitle{
	font-size:15px;
	line-height:21px;
	color:#000000;
	text-decoration:none;
}
.backNextBtns table tr td.prevBtn .prevTitle:hover{
	color:#005eb8;
}
.backNextBtns table tr td.nextBtn .nextTitle{
	font-size:15px;
	line-height:21px;
	color:#000000;
	text-decoration:none;
}
.backNextBtns table tr td.nextBtn .nextTitle:hover{
	color:#005eb8;
}
.accordionArticles{
	width:100%;	
}
.accordionArticles .accordionMenu{
	width:100%;	
	list-style:none;
	border-bottom:2px solid #000000;
}
.accordionArticles .accordionMenu li{
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	padding:6.5px 10px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:7.5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.accordionArticles .accordionMenu li:hover,
.accordionArticles .accordionMenu li.current{
	color:#ffffff;
	background:#306f95;
}
.accordionArticles .moreAuthor{
	display:none;
}
.relatedArticlesSlider{
	width:100%;	
}
.relatedArticlesSlider .co13{
	width:30%;	
	padding:0 1%;
	display:inline-block;
	vertical-align:top;
}
.relatedArticlesSlider .co13 .imgContainer{
	width:100%;	
	position:relative;
}
.relatedArticlesSlider .co13 .imgContainer img{
	width:100%;	
}
.relatedArticlesSlider .co13 .imgContainer .label{
	position:absolute;
	left:0;
	bottom:5px;
	text-decoration:none;
}
.relatedArticlesSlider .co13 .imgTitle{
	font-size:13px;
	line-height:20px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
	display:block;
	padding-top:5px;
}
.relatedArticlesSlider .co13 .imgTitle:hover{
	color:#005eb8;
}
.moreAuthorSlider{
	width:100%;	
}
.moreAuthorSlider .co13{
	width:30%;	
	padding:0 1%;
	display:inline-block;
	vertical-align:top;
}
.moreAuthorSlider .co13 .imgContainer{
	width:100%;	
	position:relative;
}
.moreAuthorSlider .co13 .imgContainer img{
	width:100%;	
}
.moreAuthorSlider .co13 .imgContainer .label{
	position:absolute;
	left:0;
	bottom:5px;
	text-decoration:none;
}
.moreAuthorSlider .co13 .imgTitle{
	font-size:13px;
	line-height:20px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
	display:block;
}
.moreAuthorSlider .co13 .imgTitle:hover{
	color:#005eb8;
}
.commentResults{
	width:100%;	
	border-bottom:1px dashed #e5e5e5;
}
.commentResults .title{
	border-bottom:2px solid #000000;
}
.commentResults table{
	width:100%;	
}
.commentResults table.evenBg{
	background:#c4e8ff;
}
.commentResults table tr td{
	vertical-align:top;
	padding:5px 5px 10px 5px;
}
.commentResults table tr td.userImg{
	width:50px;
	padding-right:20px;
}
.commentResults table tr td .userImg{
	width:50px;
	padding-right:10px;
}
.commentResults table tr td .userName{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	font-family:'DINPro-Regular', sans-serif;
}
.commentResults table tr td .userName a{
	text-decoration:none;
	color:#000000;
}
.commentResults table tr td .userName a:hover{
	color:#4db2ce;
}
.commentResults table tr td .date{
	font-size:11px;
	line-height:11px;
	color:#000000;
	margin:5px 0;
}
.commentResults table tr td .userComment{
	font-size:14px;
	line-height:21px;
	color:#000000;
}
.commentResults table tr td .replyBtn{
	text-decoration:none;
	font-size:11px;
	line-height:24px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
}
.commentResults table tr td .replyBtn:hover{
	color:#4db2ce;
}
.commentForm{
	width:100%;	
	margin-top:10px;
}
.commentForm h3{
	font-size:16px;
	line-height:30px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
}
.commentForm .areaField{
	width:97%;
	height:150px;
	resize:none;
	border:1px solid #e5e5e5;
	padding:10px 1.5%;
	font-size:12px;
	line-height:21px;
	color:#444444;
	font-family:'DINPro-Regular', sans-serif;
}
.commentForm .textField{
	width:97%;
	resize:none;
	border:1px solid #e5e5e5;
	padding:10px 1.5%;
	font-size:12px;
	line-height:21px;
	color:#444444;
	font-family:'DINPro-Regular', sans-serif;
}
/*end POST*/

.subContents .bottomContents .articlesRgt{
	width:30%;	
	display:inline-block;
}
.subContents .bottomContents .articlesRgt.stickyDesktop{
	width:320px;	
}
.subContents .bottomContents .articlesRgt.nonStickyMobile{
	display:none;	
}
.subContents .bottomContents .articlesLeft .container .col2 .imgTitle{
	font-size:21px;
	line-height:25px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
}
.subContents .bottomContents .articlesLeft .container .col2 .imgTitle:hover{
	color:#005eb8;
}
.subContents .bottomContents .articlesLeft .postDetails{
	position:relative;
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#777777;
}
.subContents .bottomContents .articlesLeft .container .col2 .postDetails .numComment{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	line-height:10px;
	background:#005eb8;
	color:#ffffff;
	padding:4px 0;
	text-align:center;
	display:inline-block;
	width:34px;
	border-radius:3.5px;
	border-bottom-left-radius:0;
}
.subContents .bottomContents .articlesLeft .container .col2 .postDetails .numComment:after {
	content:"";
	position:absolute;
	bottom:-4px; /* value = - border-top-width - border-bottom-width */
	left:0; /* controls horizontal position */
	border-width:4px 3px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
    border-color:#005eb8 transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}
.subContents .bottomContents .articlesLeft .authorName{
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:700;
}
.subContents .bottomContents .articlesLeft .date{
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#777777;
}
.subContents .bottomContents .mostPopularSection{
	width:100%;
}
.subContents .bottomContents .mostPopularSection .container{
	width:100%;
}
.subContents .bottomContents .mostPopularSection .title{
	border-bottom:2px solid #000000;
}
.subContents .bottomContents .mostPopularSection .container .sideMenu{
	text-decoration:none;
}
.subContents .bottomContents .mostPopularSection .sideMenu table{
	width:100%;
}
.subContents .bottomContents .mostPopularSection .sideMenu table tr td{
	padding:0 5px;
	vertical-align:top;	
	font-family:'DINPro-Regular', sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#000000;
}
.subContents .bottomContents .mostPopularSection .sideMenu table tr td.imgContainer{
	width:100px;
}
.subContents .bottomContents .mostPopularSection .sideMenu table tr td.imgContainer img{
	width:100px;
	display:block;
}
.subContents .bottomContents .mostPopularSection .sideMenu:hover table tr td{
	color:#005eb8;
}
.subContents .bottomContents .mostPopularSection .sideMenu table tr td .postDate{
	font-family:'DINPro-Regular', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#777777;
	padding:5px 0;
}
.mostPopularArticles .fullSizeImg{
	width:100%;
	position:relative;
}
.mostPopularArticles .fullSizeImg img{
	width:100%;
}
.mostPopularArticles .fullSizeImg .label{
	position:absolute;
	left:0;
	bottom:10px;
	text-decoration:none;
}
.mostPopularArticles .fullSizeTitle a{
	font-size:21px;
	line-height:25px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
}
.mostPopularArticles .fullSizeTitle a:hover{
	color:#005eb8;
}
.mostPopularArticles .fullSizePostStatus{
	position:relative;
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#777777;
}
.mostPopularArticles .fullSizePostStatus .numComment{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	line-height:10px;
	background:#005eb8;
	color:#ffffff;
	padding:4px 0;
	text-align:center;
	display:inline-block;
	width:34px;
	border-radius:3.5px;
	border-bottom-left-radius:0;
}
.mostPopularArticles .fullSizePostStatus .numComment:after {
    content:"";
    position:absolute;
    bottom:-4px; /* value = - border-top-width - border-bottom-width */
    left:0; /* controls horizontal position */
    border-width:4px 3px 0; /* vary these values to change the angle of the vertex */
    border-style:solid;
    border-color:#005eb8 transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}
.mostPopularArticles .fullSizePostStatus .authorName{
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:700;
}
.mostPopularArticles .fullSizePostStatus .date{
	font-size:11px;
	line-height:11px;
	font-family:'DINPro-Regular', sans-serif;
	color:#777777;
}
.mostPopularArticles .fullSizePostDetails{
	font-size:13px;
	line-height:21px;
	font-family:'DINPro-Regular', sans-serif;
	color:#777777;
}
.subContents .bottomContents .hotNewsSection{
	width:100%;
}
.subContents .bottomContents .hotNewsSection .container{
	width:100%;
}
.subContents .bottomContents .hotNewsSection .title{
	border-bottom:2px solid #000000;
}
.subContents .bottomContents .hotNewsSection .container .hotNewsSlider{
	width:100%;	
}
.subContents .bottomContents .hotNewsSection .container .hotNewBlock{
	text-decoration:none;
}
.hotNewsSlider .col4{
	width:43.5%;
	padding:10px 2.5%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.hotNewsSlider .col4 .label{
	position:absolute;
	left:8px;
	top:75px;
	text-decoration:none;
}
.hotNewsSlider .col4 .imgContainer{
	width:100%;
}
.hotNewsSlider .col4 .imgContainer img{
	width:100%;
}
.hotNewsSlider .col4 .imgTitle{
	font-size:13px;
	line-height:18px;
	color:#000000;
	font-family:'DINPro-Regular', sans-serif;
	margin-top:5px;
}
.subContents .bottomContents .hotNewsSection .container .hotNewBlock:hover .imgTitle{
	color:#005eb8;
}
.subContents .bottomContents .stayConnected{
	width:100%;
}
.subContents .bottomContents .stayConnected .container{
	width:100%;
}
.subContents .bottomContents .stayConnected a{
	text-decoration: none;
}
.subContents .bottomContents .stayConnected a .FB,
.subContents .bottomContents .stayConnected a .RSS{
	color: #FFF;
	background-color: #005eb8;
	text-transform:uppercase;
}
.subContents .bottomContents .stayConnected a .RSS{
	background-color: #ff7474;
}
.subContents .bottomContents .stayConnected .FB,
.subContents .bottomContents .stayConnected .RSS{
	margin-bottom: 10px;
	width: 95%;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 5%;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	border-radius:7.5px;
}
.subContents .bottomContents .stayConnected .FB {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/elements.png') -18px -18px no-repeat;
}

.subContents .bottomContents .stayConnected .RSS {
	background: url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/elements.png') -18px -123px no-repeat;
}

.subContents .bottomContents .stayConnected .FB span,
.subContents .bottomContents .stayConnected .RSS span{
	font-weight: normal;
	color: #ffffff;
	display:inline-block;
	padding-right: 10px;
}
.subContents .bottomContents .stayConnected .RSS span{
	color: #ff7474;
}
.subContents .bottomContents .stayConnected a:hover .FB,
.subContents .bottomContents .stayConnected a:hover .RSS{
	background-color: #003973;	
}
.subContents .bottomContents .stayConnected a:focus .FB,
.subContents .bottomContents .stayConnected a:focus .RSS{
	background-color: #003153;	
}
.subContents .bottomContents .stayConnected a:hover .FB span,
.subContents .bottomContents .stayConnected a:hover .RSS span{
	color: #ffffff;
}
.subContents .bottomContents .stayConnected .title{
	border-bottom:2px solid #000000;
}
.subContents .bottomContents .stayConnected .signupForm {
	width: 80%;
	background: #FFFFFF url('https://www.omronhealthcare-ap.com/HealthBlog/Content/images/common/signupBorder.jpg') repeat-x;
	background-position: top center;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	-moz-box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	box-shadow: 2px 2px 10px 0px rgba(67,67,67,0.5);
	border-radius: 5px;
	padding: 0 10%;
}
.subContents .bottomContents .stayConnected .signupForm .formTitle{
	color:#005eb8;
	font-size:19px;
	line-height:29px;
	text-align:center;
	font-weight:500;
	font-family:'DINPro-Regular', sans-serif;
	padding-top:30px;
}
.subContents .bottomContents .stayConnected .signupForm p{
	text-align:center;
	font-size:12px;
	line-height:21px;
	color:#000000;
}


/*******************************/
/***Footer**********************/
footer{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	background:#003153;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	line-height:21px;
	font-family:'DINPro-Regular', sans-serif;
	color:#ffffff;
}
footer a{color:#ffffff !important;}

span .error
{
    color: #ff6600;
    font-size: 11px;
}

@media screen and (max-width: 760px) {
	.mainContents .homepage .trendScroller .blueHeader.left
	{
		width:100px !important;
	}
}
/*style adjustment for removing country */
@media screen and (max-width: 1100px) 
{
    .mainContents {
		padding-top: 76px !important;
	}
	.subContents h1.blueTitle 
	{
		width:100%;
	}

}
.mostPopularSection{
    display:none;
}
/***** Error ******/
.errorContent {
	margin: 100px 0;
}
.errorContent img {
	vertical-align: middle;
}
.errorContent h1 {
	font-size: 50px;
}

input[type="text"].error, input[type="checkbox"].error, input[type="password"].error, select.error, textarea.error {
	border: 1px #ff0000 solid;
}
label.error {
	display: block;
	color: #ff0000;
}
.light-theme .disabled span{background:#ffffff !important;border-color:#e5e5e5 !important;color:#777777;}
.light-theme .active .current{background:#005eb8 !important;border-color:#005eb8 !important;}
.light-theme .current{box-shadow:none !important;}
.simple-pagination{margin:15px 0 !important;}
.light-theme a, .light-theme span{border-radius:5px !important;box-shadow:none !important;}
.slick-next:hover,.slick-prev:hover{border:1px solid #005eb8;}
._2tga._8j9w{border-radius:8px !important;}

.logo_withText{margin-top:25px;margin-left:0;float:left;position:absolute;top:0;display:block;text-decoration:none;}
.logo_withText span{display:inline-block;vertical-align:middle;}
.logo_withText .withText{font-family:'Roboto',sans-serif;font-weight:700;font-size:13px;line-height:13px;/*color:#fff;*/color:#4d4d4d;letter-spacing:0.05em;margin-left:10px;}
.logo_withText .withText em{margin-right:5px;padding-right:5px;border-right: 1px solid rgba(0, 0, 0, 0.5);font-style:normal;}
.logo_withText span img {width:117px !important;}
.header .container .logo {
  width:auto;
  float:none;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
}
.header .container .logoText{width:auto;float:none;display:block;padding: 20px 0 15px 0;margin:0;}
.mobileLogoText{font-family:'Roboto',sans-serif;font-weight:700;font-size:10px;line-height:10px;color:#4d4d4d;letter-spacing:0.05em;margin-left:0;text-align:left;padding-top:2.5px;}
.mobileLogoText em{margin-right:5px;padding-right:5px;border-right: 1px solid rgba(0, 0, 0, 0.5);font-style:normal;}
.logoMobile a{text-decoration:none;;}
.header .container .mainMenu .mobile .logoMobile img {
	width:115px;margin:0 auto 5px auto;display:block;
}.mobileMenuBtn .btn{cursor:pointer;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;width:17.5px;height:15px;position:absolute;top:15px;left:12.5px;}
.mobileMenuBtn .btn span{display:block;position:absolute;height:1px;width:100%;background:#ffffff;border-radius:0;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.mobileMenuBtn .btn span:nth-child(1){top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
.mobileMenuBtn .btn span:nth-child(2){top:6.5px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
.mobileMenuBtn .btn span:nth-child(3){top:13.5px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
.mobileMenuBtn .btn.open{/*left:14.5px;*/top:16px;left:56%;transform:translateX(-56%);}
.mobileMenuBtn .btn.open span:nth-child(1){-webkit-transform:rotate(42deg);-o-transform:rotate(42deg);transform:rotate(42deg);top:0;left:0;}
.mobileMenuBtn .btn.open span:nth-child(2){width:0;opacity:0;}
.mobileMenuBtn .btn.open span:nth-child(3){-webkit-transform:rotate(-42deg);-moz-transform:rotate(-42deg);-o-transform:rotate(-42deg);transform:rotate(-42deg);top:11.5px;left:0;}

.header .container {width:100% !important;}
.header .container .logoDesktop{width:100%;background:#fff;}
.header .container .logoDesktop .logo{width:95%;max-width:1068px;margin-left:auto;margin-right:auto;}
.header .container .logoDesktop .logoText{width:95%;max-width:1068px;margin-left:auto;margin-right:auto;}
.header .container .logoText{color:#4d4d4d;}
.header .container .mainMenu{width:calc(100% - 30px);max-width:1068px;margin:0 auto;}
.header .container .mainMenu .desktop .menuList li.scrollShow a{padding-top:10px;}
.header .container .mainMenu .desktop .menuList li.scrollShow img{width:117px;}
@media screen and (max-width: 1100px) {
	label.mobileMenuBtn{top:-2px;}
	.header{background:#fff;border-bottom:1px solid #f0f0f0;}
	.header .container .mainMenu .mobile{
		display:none;
		position:relative;
	}
	.header .container .mainMenu .mobile .logoMobile {
		width:auto;
		margin:10px 0 10px 0;
	}
	.header .container .mainMenu .mobile .logoMobile img {
  width: 117px;
  margin: 0 0 5px 0;
}
}

.articlesRgt.detailPg{display:none !important;}
.stayConnected{display:none !important;}
.articlesLeft.detailPg{width:100% !important;float:none !important;margin-right:0 !important;}
.articleContents img{/*width:100% !important;*/height:auto !important;}
.mainContents .homepage .bottomContents .dontMiss{width:100%;float:none;margin-right:0;position:relative;}

.dontMiss .blueHeader, .stayConnected .blueHeader, .mostPopularSection .blueHeader, .hotNewsSection .blueHeader, .commentResults .blueHeader{width:auto;font-weight:700;padding:5px;background:none;color:#306f95;display:inline-block;}