@charset "utf-8";
/* CSS Document */


html {
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
}
body {
	overflow: hidden;
/*	background: #0177c1 url(../../../images/flexviewericon/flexbg.jpg) repeat 0 0;*/
	margin: 0;
	padding: 0;
	-moz-transition: padding-left .5s;
	-webkit-transition: padding-left .5s;
	-o-transition: padding-left .5s;
	-ms-transition: padding-left .5s;
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
	position: relative;
	background-size: contain;
}
body.themeA {background: #0177c1 url(../../../TheamImages/ThemeA.jpg) repeat 0 0;background-size: contain;}
body.themeB {background: #8b8d87  url(../../../TheamImages/ThemeB.jpg) repeat 0 0;background-size: 100%;}
body.themeB .divIcon, body.themeB  .navicon{background: #d0d5cd;}
body.bgImg{background-size: contain;background-repeat:no-repeat;background-size:100% 100%}

.zoomrangeTrackes::-webkit-slider-runnable-track{ background:#666 !important;}
.lftnavlblclr{color:#ccc!important;}
.lftnavlblclr:hover{color:#0177c1!important;}

.bodyMobile {
	background-size: cover;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../../../font/Roboto-Regular.eot') format('embedded-opentype'), url('../../../font/Roboto-Regular.ttf') format('truetype'), url('../../../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.magazine-viewport .zoomer .region {
	display: none; 
}
.magazine-viewport .zoom-in .region {
	display: none;
}
.magazine .region {
	position: absolute;
	overflow: hidden;
	background: #0066FF;
	opacity: 0.2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	filter: alpha(opacity=20);
}
.magazine .region:hover {
	opacity: 0.5;
}
.magazine .region.zoom {
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.magazine .region.zoom:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.magazine .page {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: #fff;
}
.magazine-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-select: none;
	margin: 0;
}
.magazine .even .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}
.magazine .odd .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.magazine-viewport .zoom-in .even .gradient, .magazine-viewport .zoom-in .odd .gradient {
	display: none;
}
.magazine-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
.magazine-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
.next-button {
	right: 20px;
	width: 35px;
	height: 100%;
	top: 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../../../images/flexviewericon/rightmainarrow.png);
	z-index: 999;
	cursor: pointer;
}
.previous-button {
	left: 20px;
	width: 35px;
	height: 100%;
	background-position: 0 50%;
	top: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../../../images/flexviewericon/leftmainarrow.png);
	z-index: 999;
	cursor: pointer;
}
.magazine-viewport .zoom-in .next-button, .magazine-viewport .zoom-in .previous-button {
	display: none;
}
.animated {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-ms-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.thumbanils-touch ul {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.thumbnails .current {
	border: 1px solid #7ec672;
}
.thumbnails img {
	float: left;
}
.esc {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 10000;
}
.esc > div {
	width: 140px;
	height: 30px;
	margin: auto;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font: 12px arial;
	line-height: 30px;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.video iframe {
	height: 300px!important;
	width: 100%!important
}
#txtVideo {
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
#txtVideo img {
	width: 100%;
	height: 100%
}
#magzineBody {
	overflow: hidden;
	height:100%!important;
}
.magazine-viewport {
	overflow: visible!important;
	transition: transform 600ms ease-in-out;
	-webkit-transition: -webkit-transform 600ms ease-in-out!important;
	margin: 0 auto;
	position: relative;
	backface-visibility: hidden
}
.resetpan .magazine-viewport {
	transition: none!important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
}
#all {
	overflow: visible!important;
	position: relative;
	margin: 0 auto;
}
.Menu-container {
	position: fixed;
	left: -203px;
	top: 0;
	width: 200px;
	z-index: 9999;
	background: #fff;
	height: 100%;
	-moz-transition: left .5s; /* Firefox 4 */
	-webkit-transition: left .5s; /* Safari and Chrome */
	-o-transition: left .5s; /* Opera */
	-ms-transition: left .5s; /* Opera */
}
.logo-container {
	width: 200px;
	height: 70px;
	background: #ff0000;
}
.logo-container img {
	max-width: 100%;
	max-height: 100%
}
.navicon {
	position: fixed;
	left: -1030px;
	top: 0;
	width: 220px;
	background: #9ad2e9;
	z-index: 999999;
	height: 100%;
	
}
.navicon .childNav a {
	display: block;
	font-size: 12px;
	color: #231f20;
	padding: 4px 0;
	text-decoration: none;
	float: left;
	width: 100%
}
.navicon a label {
	font-size: 12px;
	color: #231f20;
	padding-left: 10px;
	padding-top: 2px;
	display: inline-block;
	cursor: pointer;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase
}
.navicon .childNav a .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	float: right;
	box-sizing: border-box;
}
/* Hide default HTML checkbox */
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #939498;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #7dc770;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	-moz-transform: translateX(17px);
	transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.TopNav a {
	position: relative
}
.MidNav {
	margin-top: 15px;
	display: block;
	float: left;
	width: 100%
}
.MidNav a {
	position: relative
}
.toggleSection {
	position: absolute;
	right: -43px;
	top: 20px;
	z-index: 999999;
	width: auto;
}
.toggleSection img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggleSection img {
	-webkit-transition: rotate .5s;
	-moz-transition: rotate .5s;
	-ms-transition: rotate .5s;
	-o-transition: rotate .5s;
	transition: rotate .5s;
}
._logoSection {
	width: 100%;
	height: 70px;
	background: #fff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 23px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#divtoppanicone .childNav a img {
	width: 25px;
	float: left;
}
#divtoppanicone .childNav a img {
	width: 25px;
	float: left;
}
._search {
	position: relative
}
._search input {
	padding: 8px;
	border-radius: 7px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #95969a;
	outline: 0;
	background: #e6e7e9
}
#divtoppanicone .childNav ._search img {
	position: absolute;
	right: 5px;
	top: 8px;
	left: auto;
}
._logoSection img {
	max-width: 100%;
	max-height: 92%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.next-button {
	-webkit-animation: next-page 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation: next-page 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-o-animation: next-page 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	-ms-animation: next-page 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	animation: next-page 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
 @-webkit-keyframes next-page /* Safari and Chrome */ {
 0% {
 -webkit-transform: translateX(0px);
 -moz-transform: translateX(0px);
 -o-transform: translateX(0px);
 -ms-transform: translateX(0px);
 transform: translateX(0px);
}
 50% {
 -webkit-transform: translateX(6px);
 -moz-transform: translateX(6px);
 -o-transform: translateX(6px);
 -ms-transform: translateX(6px);
 transform: translateX(6px);
}
 100% {
 -webkit-transform: translateX(0px);
 -moz-transform: translateX(0px);
 -o-transform: translateX(0px);
 -ms-transform: translateX(0px);
 transform: translateX(0px);
}
}

::-ms-clear {
 display: none;
}
input[type="search"] {
	-webkit-appearance: searchfield;
	-moz-transition: border .5s;
	-webkit-transition: border .5s;
	-o-transition: border .5s;
	-ms-transition: border .5s;
}
input[type="search"]:focus {
	border: 1px solid #1c73a2
}
.childNav a:hover label {
	color: #1c73a2
}
.divIcon {
	position: fixed;
	left: -70px;
	top: 0;
	width: 60px;
	background: #9ad2e9;
	z-index: 99999;
	height: 100%;
	-moz-transition: left .5s;
	-webkit-transition: left .5s;
	-o-transition: left .5s;
	-ms-transition: left .5s;
}
.toggleSectionIcon {
	position: fixed;
	left: 5px;
	top: 20px;
	z-index: 999999;
	width: auto;
}
body .toggleDiv {
	left: 0!important;
}
.divIcon .childNav a {
	display: block;
	font-size: 12px;
tr color: #666;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%;
	text-align: center;
}
.divIcon a img {
	width: 25px;
	height: auto;
}
.childNav {
	padding: 15px 10px 15px 15px;
	box-sizing: border-box;
	display: block;
	float: left;
}
.divIcon .childNav {
	padding: 0 11px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 120px;
	overflow-y: auto;
	overflow-x: hidden;
}
body .topiconLeft {
	left: 0!important;
}
.zoomslide {
	width: 100%;
	height: auto;
	float: right
}
.zoomsection {
	position: absolute;
	z-index: 99999;
	float: right;
	right: 0;
	bottom: -22px;
	width: 150px;
}
#MagazineContainer {
	overflow: visible!important;
	position: relative
}
.zoom-in {
	width: 10px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 6px;
	margin-left: 3px;
	font-family: arial;
	font-weight: 700;
	cursor: pointer
}
.zoom-out {
	width: 12px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 5px;
	margin-right: 3px;
	font-weight: 900;
	font-family: arial;
	cursor: pointer
}
input[type=range].zoom-range {
	/*removes default webkit styles*/
	-webkit-appearance: none;
	float: left;
	/*required for proper track sizing in FF*/
	width: 65%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=range].zoom-range {
	/*removes default webkit styles*/
	-webkit-appearance: none;
	float: left;
	/*required for proper track sizing in FF*/
	width: 77%;
	background: black;
	height: 2px;
}
}
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
input[type=range].zoom-range {
	-ms-appearance: none;
	float: left;
	width: 110px;	
	padding : 0
}
input[type=range]::-ms-fill-upper {
    background: #000;
    border-radius: 10px;
}
.zoom-out{line-height:12px}
.zoom-in{line-height:12px}
}
input[type=range].zoom-range::-webkit-slider-runnable-track {
 width: 77%;
 height: 2px;
 background: #000;
 border: none;
 border-radius: 3px;
}
input[type=range].zoom-range::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #7ec672;
 margin-top: -6px;
}
input[type=range].zoom-range:focus {
	outline: none;
}
input[type=range].zoom-range:focus::-webkit-slider-runnable-track {
 background: #000;
}
 input[type=range].zoom-range::-moz-range-track {
 width: 85%;
 height: 2px;
 background: #000;
 border: none;
 border-radius: 3px;
 float: left;
}
input[type=range].zoom-range::-moz-range-thumb {
 border: none;
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #7ec672;
 margin-top: -2px;
}

/*hide the outline behind the border*/
input[type=range].zoom-range:-moz-focusring {
 outline-offset: -1px;
}
 input[type=range].zoom-range::-ms-track {
 width: 77%;
 height: 2px;
 float: left;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
 border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
 input[type=range].zoom-range::-ms-thumb {
 border: none;
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #7ec672;
}
.page-wrapper {
	position: absolute;
	overflow: hidden;
	width: 461px;
	height: 600px;
	top: 0px;
	left: 0px;
	right: auto;
	z-index: 0;
}
.pagenoText, .zoomText {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top:5px;
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
	width: 100%;
	display: block;
}
.pagenoText #txtPages {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 12px;
	-webkit-text-fill-color: #fff;
	text-align: center;
}
._Icon-details, ._advertiserIndex, ._printDiv, ._socialDiv, ._pageIndex, ._relatedPUB, ._emailDiv {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#divtoppanicone .childNav a ._leftArrow {
	width: 11px;
	height: 21px;
	float: left;
	margin-right: 10px
}
#_advertiserIndex, #_socialDiv, #_emailDiv {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#_advertiserIndex #intContent table {
	width: 100%;
	font-size: 12px;
	color: #231f20
}
#_advertiserIndex #intContent table .error {
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block
}
#_advertiserIndex #intContent table th:first-child {
	width: 70%;
	text-align: left
}
#_advertiserIndex #intContent table th:last-child {
	width: 30%;
	text-align: center
}
#_advertiserIndex #intContent table td:first-child {
	width: 70%;
	text-align: left;
	color: #231f20
}
#_advertiserIndex #intContent table td:last-child {
	width: 30%;
	text-align: center;
	color: #231f20
}
#_advertiserIndex #intContent table td a {
	color: #231f20
}
#_advertiserIndex #intContent .alternativeTable {
	margin-top: 5px
}
._printDivOuter, ._pageIndexOuter, ._relatedPUBOuter, ._printDivOuter, ._socialDivOuter,._tblcontents {
	float: left;
	height: 480px;
	width: 100%;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 12px
}
.navicon .childNav ._btn {
	font-size: 14px;
	text-align: center;
	background: #0072bb;
	padding: 7px 0;
	width: 90px;
	color: #fff;
	border-radius: 3px;
	clear: both;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: background;
	transform: background;
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	outline: 0;
	border: 0;
	float: none;
	cursor: pointer;
}
.navicon .childNav ._btn:hover {
	background: #089fff
}
#dlPageIndex input[type="checkbox"] {
	float: left;
	margin: 0;
	text-align: center;
}
.printCheckbox {
	width: 65px;
	margin: 5px auto;
	text-align: center;
}
.printImg {
	text-align: center;
}
._leftSection {
	float: left;
	width: 100%;
	height: 100%;
}
.mediap:hover {
	opacity: 1!important;
}
.mediapvid .videoClass img {
	width: 100%
}
.magazine-viewport .magazine {
	margin-top: -17px;
	-webkit-transform: none!important
}
.magazine-viewport .fixedJurk {
	left: 50%!important
}
.magazine-viewport .fixedJurkMagazine {
	margin-left: 0!important
}
#imgcoverpage {
	display: block;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 12%;
	width: 32%;
	z-index: 9999;
	margin-top: -175px;
}
#imgcoverpage iframe {
	width: 100%!important;
	/*height: 100%!important*/
}
.thumb-bar {
	position: absolute;
	width: 450px;
	height: auto;
	z-index: 99;
}
._relatedPub .relatePubImg {
	width: 35px!important;
}
#divtoppanicone .childNav #_pageIndex a img {
	width: 65px;
	float: none;
	height: 85px
}
#divtoppanicone .childNav #_relatedPUB a img {
	width: 65px;
	float: none;
	height: 85px
}
#divtoppanicone .childNav #_relatedPUB #gvRPub tr {
	display: inline-block;
	width: 45%;
	text-align: center;
}
#divtoppanicone .childNav #_relatedPUB #gvRPub tr td {
	display: block;
}
#dlPageIndex {
	width: 100%
}
._emailDiv label {
	font-size: 12px;
	color: #231f20!important;
}
._emailDiv .textbox {
	font-size: 12px;
	color: #231f20;
	width: 100%;
	float: left;
	padding: 4px;
	box-sizing: border-box;
	outline: 0
}
.bodyMobile ._emailDiv .textbox {
	font-size: 16px
}
._emailDiv .form-control {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
._emailDiv .form-control textarea {
	height: 85px;
	float: right;
	width: 65%;
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
	resize: none
}
.bodyMobile ._emailDiv .form-control textarea {
	font-size: 16px
}
._emailDiv .form-control .emailPubThumb {
	float: left;
}
._emailDiv .form-control #txtCaptcha {
	width: 90px;
	float: left;
	height: 30px;
}
._emailDiv .emailform .form-control .captchaImg {
	float: right;
	width: 45%;
}
._emailDiv .emailform .form-control .captchaImg img {
	height: 45px!important;
	width: 100%!important;
	border: 0;
	outline: 0;
}
._emailDiv .emailform .btnSection {
	float: left;
	width: 100%;
	text-align: center;
}
._emailDiv .emailform .btnSection ._btn {
	border: 0;
	outline: 0;
	margin-left: 0;
	cursor: pointer;
}
._emailDiv .emailform #ImageButton1 {
	float: left;
	width: 20px;
	outline: 0;
	border: 0;
	margin: 5px;
}
._emailDiv .emailform .captcBox {
	float: left
}
.btnSection {
	float: left;
	width: 100%;
	text-align: center;
}
.g-recaptcha {
	transform: scale(0.63);
	-webkit-transform: scale(0.63);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
#_emailDiv span {
	font-size: 12px
}
#_emailLoader {
	position: relative
}
#_emailLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 24px;
	margin-top: -12px;
	margin-left: -37px;
}
#_emailDiv .errormsg {
	font-size: 12px;
	background: #188c03;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
#searchdivIframe {
	border: 0;
	outline: 0;
	width: 100%;
	height: 100%;
}
#_searchDiv {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
}
#LoaderSection {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 24px;
	margin-top: -12px;
	margin-left: -37px;
	z-index: 999;
}
#BodyLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 24px;
	margin-top: -12px;
	margin-left: -37px;
	z-index: 99999;
}
.pageBg {
	background: #000;
	opacity: .5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
}
._Icon-details {
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 12px;
}
.navicon ._relatedPub label {
	padding-left: 4px;
}
._emailDiv {
	position: absolute;
	left: -700px;
	bottom: 0;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	display: none;
	z-index: 9;
}
.bodyMobile ._emailDiv {
	top: 0;
}
.resetTransform {
	transform: none!important;
	-webkit-transform: none!important;
	backface-visibility: initial!important;
	cursor: default!important;
}
.ThumbnailelConatiner {
	width: 900px;
	height: auto;
	margin-left: -450px;
	position: relative;
	left: 50%;
	bottom: 35px;
}
.magazine-viewport .loader {
	width: 64px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
}
.navicon .childNav #_socialDiv a {
	padding: 4px 0 4px 7px;
}
#ddlPrintAll {
	position: absolute;
	right: 5px;
	top: 4px;
	border: 0;
	font-size: 12px;
	padding: 4px;
	outline: 0;
	width: 103px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	line-height: 17px;
	background: #fff url(../../../images/flexviewericon/sarrow.png) no-repeat 95% 9px;
}
.navicon ._printDiv {
	position: relative
}
.navicon ._printDiv ._print {
	width: 20px;
}
.navicon ._printDiv ._printCheck {
	display: inline-block;
	width: 76px;
}
.navicon ._printDiv ._printCheck label {
	padding-left: 2px;
}
.container {
	top: 50%
}
.navicon ._email label {
	width: 137px;
	white-space: normal;
	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
}
.navicon ._emailDiv ._email label {
	width: auto
}
#popupad {
	width: 280px;
	height: 280px;
	position: fixed;
	top: -50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -140px;
	background: #d8d8d8;
	z-index: 99999999;
	border: 0;
	border-radius: 5px;
	padding: 0;
	box-sizing: border-box;
}
#popupad iframe {
	width: 280px;
	height: 280px;
	border: 0
}
#popupAdvertbg {
	background: #000;
	opacity: .5;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
#closeAd {
	font-size: 18px;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 2px solid #565252;
	border-radius: 50%;
	position: absolute;
	right: -13px;
	top: -13px;
	color: #000;
	text-decoration: none;
	font-family: arial;
	box-shadow: 0 0px 3px #585555;
	text-align: center;
	line-height: 25px;
	font-weight: 700;
	z-index: 999999;
}
.navicon ._autoflip, .navicon ._audio, .navicon ._spv {
	cursor: default
}
.navicon ._autoflip label, .navicon ._audio label, .navicon ._spv label {
	cursor: default
}
.leftAdvert {
	position: fixed;
	top: 50%;
	width: auto;
	left: 10px;
	text-align: left;
	width: 120px;
	height: 575px;
	margin-top: -262px;
	z-index: 99;
}
.rightAdvert {
	position: fixed;
	top: 50%;
	width: auto;
	right: 10px;
	text-align: right;
	width: 120px;
	height: 575px;
	margin-top: -262px;
	z-index: 99;
}
.leftAdvert img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	position: absolute;
	left: 0;
	top: 0
}
.rightAdvert img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	position: absolute;
	right: 0;
	top: 0
}
.inactivePublication {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 382px;
	z-index: 999999;
	background-color: #ffffff;
	border: solid 3px #000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 300;
	height: auto;
	margin-top: -45px;
	margin-left: -200px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.inactiveclosebtn {
	background: #005faf;
	text-decoration: none;
	color: #fff;
	padding: 5px 13px;
	border-radius: 3px;
	box-sizing: border-box;
}
.inactiveBackground {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #0177c1 url(../../../images/flexviewericon/flexbg.jpg) repeat 0 0;
	background-size: cover;
	z-index: 999999;
}
.inactivePublication .inner-text {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.leaderboard {
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -364px;
	z-index: 99;
}
.leaderboard img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	position: absolute;
	right: 0;
	top: 0
}
.imagebannerMTop {
	margin-top: 20px!important
}
#panbrowsingtips.browsingTips {
	display: none!important
}


:-moz-full-screen .landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.2)!important;
-webkit-transform: scale(1.2)!important;
-moz-transform: scale(1.2)!important;
-ms-transform: scale(1.2)!important;
}

:-ms-fullscreen .landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.2)!important;
-webkit-transform: scale(1.2)!important;
-moz-transform: scale(1.2)!important;
-ms-transform: scale(1.2)!important;
}
:full-screen .landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.2)!important;
-webkit-transform: scale(1.2)!important;
-moz-transform: scale(1.2)!important;
-ms-transform: scale(1.2)!important;
}
:full-screen .landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.2)!important;
-webkit-transform: scale(1.2)!important;
-moz-transform: scale(1.2)!important;
-ms-transform: scale(1.2)!important;
}
:full-screen body {
height: 100%!important;
}
:-ms-fullscreen body {
height: 100%!important;
}
:-moz-full-screen body {
height: 100%!important;
}
:-webkit-full-screen body {
height: 100%!important;
}
.mediaShow .page .mediap {
	/*opacity: .3!important;*/
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
}
._lts{position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 99;
    visibility: visible!important;
    opacity:0;display:none}
    ._rts{position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 99;
    visibility: visible!important;
    opacity:0;display:none}
    ._lbs{position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 99;
    visibility: visible!important;
    opacity: 0;display:none}
    ._rbs{position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 99;
    visibility: visible!important;
    opacity:0;display:none}
    .landscapeSingle ._lts, .landscapeSingle ._rts, .landscapeSingle ._lbs, .landscapeSingle ._rbs{display:block}
    :-webkit-full-screen .magazine ._lts, :-webkit-full-screen .magazine ._rts, :-webkit-full-screen .magazine ._lbs, :-webkit-full-screen .magazine ._rbs{display:block}
    :full-screen  .magazine ._lts, :full-screen  .magazine ._rts, :full-screen  .magazine ._lbs, :full-screen .magazine ._rbs{display:block}
    :-ms-fullscreen  .magazine ._lts, :-ms-fullscreen  .magazine ._rts, :-ms-fullscreen  .magazine ._lbs, :-ms-fullscreen .magazine ._rbs{display:block}
    :-moz-full-screen  .magazine ._lts, :-moz-full-screen  .magazine ._rts, :-moz-full-screen  .magazine ._lbs, :-moz-full-screen .magazine ._rbs{display:block}
    
    .landscapen.popOpen .magazine-viewport .magazine {

transform: scale(.8)!important;
-webkit-transform: scale(.8)!important;
-moz-transform: scale(.8)!important;
-ms-transform: scale(.8)!important;
}
    .landscapen.popOpen .ThumbnailelConatiner {

transform: scale(.8)!important;
-webkit-transform: scale(.8)!important;
-moz-transform: scale(.8)!important;
-ms-transform: scale(.8)!important;
}

    .landscapen.popOpenF .magazine-viewport .magazine {

transform: scale(.95)!important;
-webkit-transform: scale(.95)!important;
-moz-transform: scale(.95)!important;
-ms-transform: scale(.95)!important;
}
    .landscapen.popOpenF .ThumbnailelConatiner {

transform: scale(.95)!important;
-webkit-transform: scale(.95)!important;
-moz-transform: scale(.95)!important;
-ms-transform: scale(.95)!important;
}

.landscapen.landscapeSingle .magazine {

transform: scale(1.15)!important;
-webkit-transform: scale(1.15)!important;
-moz-transform: scale(1.15)!important;
-ms-transform: scale(1.15)!important;
}
.landscapen.landscapeSingle .ThumbnailelConatiner{

transform: scale(1.15)!important;
-webkit-transform: scale(1.15)!important;
-moz-transform: scale(1.15)!important;
-ms-transform: scale(1.15)!important;
}
:-webkit-full-screen .landscapen.landscapeSingle .magazine, :-webkit-full-screen .landscapen.landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.35)!important;
-webkit-transform: scale(1.35)!important;
-moz-transform: scale(1.35)!important;
-ms-transform: scale(1.35)!important;
}
:-moz-full-screen .landscapen.landscapeSingle .magazine, :-moz-full-screen .landscapen.landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.35)!important;
-webkit-transform: scale(1.35)!important;
-moz-transform: scale(1.35)!important;
-ms-transform: scale(1.35)!important;
}
:-ms-fullscreen .landscapen.landscapeSingle .magazine, :-ms-fullscreen .landscapen.landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.35)!important;
-webkit-transform: scale(1.35)!important;
-moz-transform: scale(1.35)!important;
-ms-transform: scale(1.35)!important;
}
:full-screen .portrait .ThumbnailelConatiner, :full-screen .landscapeSingle .ThumbnailelConatiner {
transition: all 1s;
transform: scale(1.2)!important;
-webkit-transform: scale(1.2)!important;
-moz-transform: scale(1.2)!important;
-ms-transform: scale(1.2)!important;
}

.page1.landscapeSingle ._ltsLeftTop{    width: 173px;
    height: 121px;
    position: absolute;
    z-index: 999;
  top: -53%;
    left: -25%;}
    
  .page1.landscapeSingle ._ltsLeftbottom{    width: 173px;
    height: 121px;
    position: absolute;
    z-index: 999;
   bottom: 52%;
    left: -25%;}
    
      .landscapen.page1.landscapeSingle ._ltsLeftTop{    width: 173px;
    height: 121px;
    position: absolute;
    z-index: 999;
top: -60%;
    left: -29%;}
    
    .landscapen.page1.landscapeSingle ._ltsLeftbottom{    width: 173px;
    height: 190px;
    position: absolute;
    z-index: 999;
   bottom:45%;
    left: -29%;}

    
 @media(max-width:760px) {
.magazine-viewport {
	margin: 0 auto;
}
#divtoppanicone table {
	margin: 0 auto
}
.previous-button {
	height: 100%;
}
.next-button {
	height: 100%;
}
.divIcon .childNav {
	margin-top: 66px;
}
.divIcon .childNav a {
	padding: 1px 0;
}
.MidNav {
	margin-top: 7px;
}
input[type=range].zoom-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 62%;
	height: 2px;
	float: left;
	background-color: #000;
	outline: 0;
}
.thumbanils-touch {
	width: 58%!important;
}
}
 @media(max-width:500px) {
.next-button {
	right: 10px;
}
.previous-button {
	left: 10px;
}
}
 @media(max-height:450px) {
#imgcoverpage {
	height: 200px;
	width: 24%;
	margin-top: -100px;
	left: 18%;
}
}
 @media(max-height:300px) {
.zoomsection {
	width: 115px;
}
input[type=range].zoom-range {
	width: 70%;
}
#imgcoverpage {
	height: 150px;
	width: 18%;
	margin-top: -75px;
	left: 24%;
}
.portrait.landscapeSingle .zoomsection {width: 74px;}
.portrait.landscapeSingle .pagenoText #txtPages{text-align:center}
.portrait.landscapeSingle input[type=range].zoom-range {width: 55%;}


}
@media(max-height:250px) {
.zoomsection {
	width: 85px;
}
input[type=range].zoom-range {
	width: 60%;
}
#imgcoverpage {
	height: 75px;
	width: 10%;
	margin-top: -50px;
	left: 32%;
}
}
@media(max-width:319px) {
.sliders {
	bottom: 26px;
}
.zoomsection {
	width: 97px;
}
}
 @media(max-width:767px) {

#magzineBody {
	padding-left: 0!important
}
#logoImages {
	display: none
}
.thumbanils-touch {
	width: 100%!important;
}
.bodyMobile .container {
	top: 50%!important;
	left: 50%!important;
}
.bodyMobile {
	overflow: hidden
}
.bodyMobile ._spv {
	display: none!important
}
.slider-pane ul li img {
	width: 50px!important;
	height: auto!important
}
.bodyMobile .slider-handle-wrap {
	margin: 10px 0 0;
}
.zoom-in {
	width: 10px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 6px;
	margin-left: 3px;
	font-family: arial;
	font-weight: 700;
}
.bodyMobile .zoom-out {
	width: 12px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 5px;
	margin-right: 3px;
	font-weight: 900;
	font-family: arial;
}
.bodyMobile input[type=range].zoom-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 49%;
	height: 2px;
	float: left;
	background-color: #000;
	outline: 0;
	margin-top: 3px;
}
.bodyMobile .zoomsection {
	position: absolute;
	z-index: 99999;
	float: right;
	right: -20px;
	bottom: 0;
	width: 135px;
}
.bodyMobile .sliders {
	left: -20px;
}
.pagenoText, .zoomText {
	margin-top: 3px;
}
.bodyMobile .resetTransform {
	transform: none!important;
	-webkit-transform: none!important;
	backface-visibility: initial!important
}
 .bodyMobile input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 21px;
 width: 21px;
 border-radius:50%;
 background: #7ec672;
}
.bodyMobile .divIcon a img {
	width: 25px;
	height: auto;
	float: none;
}
#magzineBody.bodyMobile .allover {
	overflow: hidden!important;
}
body {
	background-size: cover
}
.bodyMobile input[type=range].zoom-range::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 25px;
 width: 25px;
 border-radius: 50%;
 background: #7ec672;
 margin-top: -12px;
}

.bodyMobile #SliderContainer {
	display: none
}
.bodyMobile .magazine-viewport {
	transform: none!important;
	-webkit-transform: none!important;
	backface-visibility: initial!important
}
.bodyMobile #ddlPrintAll {
	position: absolute;
	right: 5px;
	top: 3px;
	border: 0;
	font-size: 16px;
	padding: 4px 5px;
	outline: 0;
	width: 135px;
}
.bodyMobile .navicon {
	width: 277px;
}
.bodyMobile .DesktTopToggle{display:none}
.bodyMobile .MobileToggle{display:block!important}
.bodyMobile .toggleSection{top: 0;}
.bodyMobile .toggleSectionIcon .MobileToggle{webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
 .bodyMobile   .toggleSectionIcon{    top: 0;    left: 5px;}
 .ThumbnailelConatiner {
	position: relative;
	left: 7%;
	bottom: 35px;
	z-index: 999;
	width: 92%!important;
	margin-left: 0!important;
	right: 10%;
}
}
 @media(max-width:667px) {
#panbrowsingtips {
	display: none!important
}
}
 @media(min-width:768px) and (max-width:1024px) {
.bodyMobile input[type=range].zoom-range {
	margin-top: 10px;
}
.bodyMobile #SliderContainer {
	display: none
}
.bodyMobile .magazine-viewport {
	transform: none!important;
	-webkit-transform: none!important;
	backface-visibility: initial!important
}
.bodyMobile .zoomsection {
	position: absolute;
	z-index: 99999;
	float: right;
	right: 0;
	bottom: -22px;
	width: 170px;
}
.bodyMobile .zoom-in {
	width: 10px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 6px;
	margin-left: 3px;
	font-family: arial;
	font-weight: 700;
}
.bodyMobile .zoom-out {
	width: 12px;
	height: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 5px;
	margin-right: 3px;
	font-weight: 900;
	font-family: arial;
}
.bodyMobile {
	background-size: cover
}
.bodyMobile ._spv {
	display: none!important
}
.bodyMobile .container {
	top: 50%
}
body {
	background-size: cover
}
.bodyMobile .thumbanils-touch {
	width: 100%!important
}
.bodyMobile #all {
	overflow: hidden!important;
}
.bodyMobile #ddlPrintAll {
	position: absolute;
	right: 5px;
	top: 0px;
	border: 0;
	font-size: 16px;
	padding: 5px;
	outline: 0;
	width: 135px;
}
.navicon {
	width: 300px
}
.bodyMobile .DesktTopToggle{display:none}
.bodyMobile .MobileToggle{display:block!important}
}
 @media(max-width:1024px) and (orientation : landscape) {
.bodyMobile .magazine-viewport {
	transform: none!important
}
.bodyMobile .magazine-viewport {
	margin-top: 2px;
}
.MidNav {
	width: 100%
}
.bodyMobile .thumbanils-touch {
	width: 100%!important;
}
.bodyMobile .container {
	top: 50%
}

}
 @media(min-device-width:768px) and (max-device-width:1024px) and (orientation : portrait) {
.bodyMobile #all {
	overflow: hidden!important;
}
.bodyMobile {
	overflow: hidden!important;
}
}
 @media(min-device-width:768px) and (max-device-width:1024px) and (orientation : landscape) {
.bodyMobile .magazine-viewport .magazine {
	margin-top: 0;
}

}
 @media(max-width:767px) and (orientation:landscape) {

.bodyMobile .ThumbnailelConatiner {
	position: absolute;
	bottom: 30px;
}
}
/* @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:portrait) 
 {
  
     .bodyMobile  .magazine-viewport .magazine {
    margin-top:15px;  } 
     .bodyMobile  .magazine-viewport .iOSSafari{margin-top:30px; }
} 

 @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:landscape) 
 {
   .bodyMobile .magazine-viewport .magazine {
    margin-top: 20px!important;
} 
}
 @media only screen and (min-device-width : 320px) and (max-device-height : 568px) and (orientation:portrait) {
.bodyMobile .magazine-viewport {
	margin-top: 20px
}
}*/

 @media(max-width:767px) and (orientation:portrait) {
/*.bodyMobile .ThumbnailelConatiner {
	position: absolute;
	left: 55%
}*/
.bodyMobile .ThumbnailelConatiner {
	position: absolute;
    bottom: 0;
    width: 75%!important;
    margin-left: 40px!important;
}
.slider-pane {
	overflow: hidden;
	position: absolute;
	width: 100%;
	visibility: hidden;
	left: 0;
	
}
.bodyMobile .sliders {
	top: -35px;
}
.bodyMobile .next-button {
	background-position: 100% 55%;
	height:54px!important;
	top: auto;
    bottom: 0;
	
}
.bodyMobile .previous-button {
	background-position: 0 55%;
	height: 54px!important;
	top: auto;
    bottom: 0;

}
.bodyMobile .magazine-viewport .magazine {
	margin-top:30px
}
}

@media(max-width:900px) and (orientation:landscape) {
#popupad #insidepopad {max-width: 30%;}
#popupad #insidepopad img { width: 100%;}
/*#popupad{width: 215px;height: 215px; margin-top: -107px;margin-left: -107px;}
#popupad iframe { width: 215px; height: 215px;}*/
}


.loaderG {
	background-color: rgb(43,56,78);
	float: left;
	height: 14px;
	margin-left: 7px;
	width: 14px;
	animation-name: bounce_loaderG;
	-o-animation-name: bounce_loaderG;
	-ms-animation-name: bounce_loaderG;
	-webkit-animation-name: bounce_loaderG;
	-moz-animation-name: bounce_loaderG;
	animation-duration: 1.1675s;
	-o-animation-duration: 1.1675s;
	-ms-animation-duration: 1.1675s;
	-webkit-animation-duration: 1.1675s;
	-moz-animation-duration: 1.1675s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.loaderG_1 {
	animation-delay: 0.2295s;
	-o-animation-delay: 0.2295s;
	-ms-animation-delay: 0.2295s;
	-webkit-animation-delay: 0.2295s;
	-moz-animation-delay: 0.2295s;
}
.loaderG_2 {
	animation-delay: 0.5455s;
	-o-animation-delay: 0.5455s;
	-ms-animation-delay: 0.5455s;
	-webkit-animation-delay: 0.5455s;
	-moz-animation-delay: 0.5455s;
}
.loaderG_3 {
	animation-delay: 0.6985s;
	-o-animation-delay: 0.6985s;
	-ms-animation-delay: 0.6985s;
	-webkit-animation-delay: 0.6985s;
	-moz-animation-delay: 0.6985s;
}
 @keyframes bounce_loaderG {
 0% {
}
 50% {
 background-color:rgb(233,237,242);
}
 100% {
}
}
 @-o-keyframes bounce_loaderG {
 0% {
}
 50% {
 background-color:rgb(233,237,242);
}
 100% {
}
}
 @-ms-keyframes bounce_loaderG {
 0% {
}
 50% {
 background-color:rgb(233,237,242);
}
 100% {
}
}
 @-webkit-keyframes bounce_loaderG {
 0% {
}
 50% {
 background-color:rgb(233,237,242);
}
 100% {
}
}
 @-moz-keyframes bounce_loaderG {
 0% {
}
 50% {
 background-color:rgb(233,237,242);
}
 100% {
}
}
/**Loader css End here***/
@-moz-document url-prefix() {
 .zoom-in {
line-height: 18px;
}
 .zoom-out {
line-height: 18px;
}
#ddlPrintAll {
 position: absolute;
 font-size: 12px;
 padding:4px 2px;
 line-height: 17px;
 background:#fff url(../../../images/flexviewericon/sarrow.png) no-repeat 95% 11px;
}
}
 @media(max-width:1300px) {
.leaderboard #imgbanner {
	display: none!important
}
.rightAdvert, .leftAdvert, .leaderboard, #imgbannerLeft, #imgbannerRight, #imgbanner {
	display: none!important
}
.thumbWidth .sliders {
	width: 423px!important
}
.thumbWidth {
	width: 620px!important;
	height: auto;
	position: relative;
	left: 50%!important;
	bottom: 35px;
	margin-left: -310px!important;
}
}

 @media(min-width:1300px) {
._fullscreen {
	display: block!important
}
._fullscreen img {
	width: 21px!important
}

}



