/* $Id$ */
@font-face {
    font-family: 'lato_regular';
    font-weight: normal;
    font-style: normal;
    src: url("https://webfonts.zohowebstatic.com/latoregular/font.eot");
    src: url("https://webfonts.zohowebstatic.com/latoregular/font.eot?#iefix") format("eot"),url("https://webfonts.zohowebstatic.com/latoregular/font.woff2") format("woff2"),url("https://webfonts.zohowebstatic.com/latoregular/font.woff") format("woff")
}

@font-face {
    font-family: 'lato_bold';
    font-weight: normal;
    font-style: normal;
    src: url("https://webfonts.zohowebstatic.com/latobold/font.eot");
    src: url("https://webfonts.zohowebstatic.com/latobold/font.eot?#iefix") format("eot"),url("https://webfonts.zohowebstatic.com/latobold/font.woff2") format("woff2"),url("https://webfonts.zohowebstatic.com/latobold/font.woff") format("woff")
}
@font-face{
  font-family:'Lato-Light';
  font-weight: normal;
  font-style: normal;
  src: url('https://webfonts.zohowebstatic.com/latolight/font.eot');
  src: url('https://webfonts.zohowebstatic.com/latolight/font.eot?#iefix') format('eot'), url(
  'https://webfonts.zohowebstatic.com/latolight/font.woff2') format('woff2'), url('https://webfonts.zohowebstatic.com/latolight/font.woff') format('woff');
}

html,body{
	height: 100%;
	width: 100%;
	margin:0;
	font-family: 'lato_regular', Helvetica, sans-serif,Arial;
	color: #1d1d1d;
	font-size: 14px;
	background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%, #eaeae9 100%);
	overflow: hidden;
}
.dspFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.flxGrow{
	flex-grow: 1;
}
.flxDir{
	flex-direction: column;
}
.browCtn {
	text-align: center;
	margin: 40px 0 0;
	position: relative;
	z-index: 1;
}
.browHeader{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px;
}
.browCtn:before {
	content: '';
	position: absolute;
	left: -100%;
	right: -100%;
	top: 0;
	box-shadow: -1px -44px 2px rgb(181, 181, 181);
}
.browFooter {
    color: #6d6d6d;
    font-size: 12px;
    height: 60px;
    text-align: center;
    flex-shrink: 1;
}
.browMain{
	max-width: 100%;
    width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
}
.imgHolder {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.imgHolder > img {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 123;
	width: 100%
}

@keyframes animateBtm {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0);
	}

}

.oSB {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.oSB:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 65px;
	background: #cdcece;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.icon {
	position: absolute;
	right: 60px;
	top: 80px;
	height: 80px;
	width: 80px;
	border: 4px solid #539ced;
	border-radius: 50%;
}

.icon div {
	position: relative;
}

.icon.animate div:before, .icon.animate div:after {
	height: 12px;
	width: 9px;
	border-radius: 50%;
	top: 19px;
	transform: rotate(0);
	left: 15px;
}

.icon.animate:before {
	width: 33px;
	height: 23px;
	border-radius: 50%;
	transform: rotate(0deg);
	border: 3px solid #539ced;
	border-width: 4px 0 0 0;
	top: 45px;
	background: none;
	left: 19px;
}

.icon.animate div:after {
	left: 46px;
}

.icon div:before, .icon div:after {
	position: absolute;
	width: 24px;
	background: #539ced;
	height: 4px;
	border-radius: 12px 0 0 12px;
	content: '';
	transform: rotate(45deg);
	top: 29px;
	left: 17px;
	transition: .3s linear;
}

.icon:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 4px;
	transform: rotate(-45deg);
	top: 36px;
	left: 15px;
	transition: all .3s linear, background 1ms;
	background: #539ced;
	border-radius: 3px;
}

.icon div:after {
	top: 44px;
	left: 32px;
	border-radius: 0 12px 12px 0;
}

.imgHolder img {
	max-width: 100%;
}

.imgHolder > div {
	animation: animateBtm ease 1.2s;
	position: relative;
	display: inline-block;
	z-index: 1
}

.browDet li {
	display: inline-block;
	margin-right: 50px;
}

.browDet li:last-child {
	margin-right: 0
}

.browDet a {
	height: 60px;
	width: 60px;
	margin-right: 10px;
	float: left;
	background-image: url('images/Browser2x.dbe181dd710774a15e4959eaa3993350.png');
	background-repeat: no-repeat;
	background-size: 328px 62px;
}

.browDet div {
	float: left;
	margin-top: 10px;
}

.browDet div span {
	display: block;
	text-align: left
}

.browDet div span:last-child {
	font-size: 12px;
	margin-top: 5px;
	color: #787979;
	float: left;
}

.moz {
	background-position: -198px -3px
}

.chrm {
	background-position: -135px -3px
}

.opr {
	background-position: -2px 0px;
}

.saf {
	background-position: -70px 0px
}

.ie {
	background-position: -264px 0px;
}
.blogs{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.blogs li {
	display: inline-block;
	margin-left: 10px;
}

.blogs li a {
    color: #1d1d1d;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.slMenu {
    position: absolute;
    max-height: 400px;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    z-index: 3;
    overflow: auto;
    padding: 10px 0;
    min-width: 160px;
    white-space: nowrap;
    animation: translateDown .3s ease;
    border-radius: 10px;
    box-shadow: 2px 1px 6px rgba(0,0,0,.1);
}
.slProfile {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    margin-right: 5px;
}
.slProfile img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    cursor: pointer;
}
.slDwnArr:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #999;
    position: absolute;
    right: -13px;
    top: calc(50% - -1px);
    transform: translateY(-50%);
}
.slPrfMenu.slMenu {
    left: auto;
    right: 0;
    padding: 0;
    width: 260px;
    overflow: initial;
    border-radius: 10px;
    max-height: 500px;
}
.slPrfMenu.slMenu:before, .slPrfMenu.slMenu:after {
    content: '';
    position: absolute;
    top: -16px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 10px;
}
.slPrfMenu.slMenu:after {
    border-width: 9px;
    border-bottom-color: #e1e1e1;
    z-index: -1;
    top: -19px;
    right: 9px;
}
.slMenu li:hover {
    background: #f1f1f1;
}
.slPrfMore {
    padding: 8px 10px;
    margin: 0;
}
.slPrfMore li {
    padding: 7px 5px;
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0;
}
.slPrfMore li.slLineSep {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 3px;
}
.slSubPrfCtn {
    background: #fafafa;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 10px 10px;
    cursor: default;
    float: left;
    width: 100%;
}
.slSubPrf {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    float: left;
    margin-right: 0;
}
.slProfile img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.slPrfDetails {
    width: 186px;
    margin-left: 10px;
    float: left;
}
.slPrfDetails p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 5px;
}
.slPrfDetails p:not(:first-child) {
    color: #999;
}
.mt10{
	margin-top: 10px;
}
.wid{
	float: left;
    position: relative;
    box-sizing: border-box;
}
.wid100 {
    width: 100%;
}
.flt_left {
    float: left;
}
.slPrfSgnOut {
    color: #f33f3f !important;
    float: right;
    font-weight: 700;
    font-size: 14px;
    margin-right: 2px;
}
