@font-face {
	font-family: 'Helvetica Neue';
	src: url(HelveticaNeue.woff);
}

@font-face {
	font-family: HelveticaMedium;
	src: url(HelveticaNeue_Medium.woff);
}

html {
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(111, 143, 160, 1) 0,
		rgba(161, 188, 203, 1) 53%, rgba(70, 105, 121, 1) 100% ) no-repeat
		center center;
	background: -moz-linear-gradient(top, rgba(111, 143, 160, 1) 0,
		rgba(161, 188, 203, 1) 53%, rgba(70, 105, 121, 1) 100% ) no-repeat
		center center;
	background: -o-linear-gradient(top, rgba(111, 143, 160, 1) 0,
		rgba(161, 188, 203, 1) 53%, rgba(70, 105, 121, 1) 100% ) no-repeat
		center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow:hidden;
}

.inSearchPage {
	background-color:#303030;
	opacity:0.2;
}

.bat {
	float: right;
}

.cloc {
	position: absolute;
	font-family: 'Helvetica Neue';
	color: #fff;
	font-size: 11.75pt;
	margin-top: -3px;
}

#topBar {
	text-align: center;
}

#icons {
	width: 980px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
	height: 572px;
	padding-top: 10px;
}

.inicon {
	width: 80px;
	text-align: center;
	display: inline-block;
	padding: 0 40px 40px;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	position: absolute;
	top: 0;
	left: 0;
	height: 103px;
}

.inicon.zoom {
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-moz-transform: none !important;
	-moz-transition: none !important;
	-o-transform: none !important;
	-o-transition: none !important;
	transform: none;
	transition: none;
}

.inicon.zoom .rotate {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.inicon .rotate {
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
}

.drag-palceholder {
	width: 80px;
	text-align: center;
	display: inline-block;
	height: 103px;
	vertical-align: bottom;
	margin: 0 40px 40px;
}

.icontext {
	white-space: nowrap;
	font-family: 'Helvetica Neue', tahoma;
	color: #fff;
	margin: auto;
	font-size: 10pt;
	cursor: pointer;
	line-height: 31px;
	text-overflow: ellipsis;
	width: 70px;
	display: block;
	overflow: hidden;
}

#footer {
	position: fixed;
	width: 100%;
	height: 120px;
	bottom: 0;
	margin-left: -10px;
}

#footerBgI {
	position: relative;
	top: 0;
	left: 0;
	border: 0;
	height: 120px;
}
#footerBgI #footerBg {
	height: 120px;
	background: -webkit-linear-gradient(top, rgba(111,143,160,1) 0%,rgba(161,188,203,1) 53%,rgba(70,105,121,1) 100%) no-repeat center calc(50% - 261px);
	background: -moz-linear-gradient(top, rgba(111,143,160,1) 0%,rgba(161,188,203,1) 53%,rgba(70,105,121,1) 100%) no-repeat center calc(50% - 261px);
	background: -o-linear-gradient(top, rgba(111,143,160,1) 0%,rgba(161,188,203,1) 53%,rgba(70,105,121,1) 100%) no-repeat center calc(50% - 261px);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-filter: blur(2px) contrast(0.9) brightness(1.2);
	-moz-filter: blur(2px) contrast(0.9) brightness(1.2);
	-o-filter: blur(2px) contrast(0.9) brightness(1.2);
	-ms-filter: blur(2px) contrast(0.9) brightness(1.2);
	filter: blur(2px) contrast(0.9) brightness(1.2);
}

#footerContent {
	z-index: 1;
	position: relative;
	width: 980px;
	height: 200px;
	margin: auto;
	margin-top: -110px;
	text-align: center;
	-webkit-transition: -webkit-transform 500ms;
	-moz-transition: -moz-transform 500ms;
	-o-transition: -o-transform 500ms;
}

#pagesfooter {
	position: fixed;
	width: 100%;
	height: 20px;
	bottom: 124px;
	margin-left: -10px;
	overflow: hidden;
}

#pages {
	height: 20px;
	margin: auto;
	text-align: center;
}
#pages .circle.search{
	background-image: url(sIcon.png);
	background-color: transparent;
	background-size: 100% 100%;
	border-radius: 0;
	opacity : 0.6;
}
#pages .circle.search.activeCricle{
	opacity : 1;
}

.activeCricle {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 7px;
	overflow: hidden;
	cursor: pointer;
}

.inactiveCricle {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .3);
	margin-right: 7px;
	overflow: hidden;
	cursor: pointer;
}

#screens {
	width: 0;
	margin-left: 0;
	position: relative;
	left: 0;
}

.screen {
	width: 1060px;
	margin: auto;
	float: left;
	height: 430px;
	position: relative;
}

.edit .rotate {
	-webkit-transform-origin: 70% 30%;
	-webkit-animation-name: jitter;
	-webkit-animation-duration: .12s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-moz-transform-origin: 70% 30%;
	-moz-animation-name: jitter;
	-moz-animation-duration: .12s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-o-transform-origin: 70% 30%;
	-o-animation-name: jitter;
	-o-animation-duration: .12s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	cursor: pointer;
}

@-webkit-keyframes jitter{
	0%{-webkit-transform:rotate(+2.3deg)}
	50%{-webkit-transform:rotate(+0.5deg)}
	100%{-webkit-transform:rotate(-1.7deg)}
}
@-moz-keyframes jitter{
	0%{-moz-transform:rotate(+2.3deg)}
	50%{-moz-transform:rotate(+0.5deg)}
	100%{-moz-transform:rotate(-1.7deg)}
}
@-o-keyframes jitter{
	0%{-o-transform:rotate(+2.3deg)}
	50%{-o-transform:rotate(+0.5deg)}
	100%{-o-transform:rotate(-1.7deg)}
}
.edit2 .rotate {
	-webkit-transform-origin: 30% 30%;
	-webkit-animation-name: jitter1;
	-webkit-animation-duration: .12s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-moz-transform-origin: 30% 30%;
	-moz-animation-name: jitter1;
	-moz-animation-duration: .12s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-o-transform-origin: 30% 30%;
	-o-animation-name: jitter1;
	-o-animation-duration: .12s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
}

@-webkit-keyframes jitter1{
	0%{-webkit-transform:rotate(-2.3deg)}
	50%{-webkit-transform:rotate(+0.5deg)}
	100%{-webkit-transform:rotate(+1.7deg)}
}
@-moz-keyframes jitter1{
	0%{-moz-transform:rotate(-2.3deg)}
	50%{-moz-transform:rotate(+0.5deg)}
	100%{-moz-transform:rotate(+1.7deg)}
}
@-o-keyframes jitter1{
	0%{-o-transform:rotate(-2.3deg)}
	50%{-o-transform:rotate(+0.5deg)}
	100%{-o-transform:rotate(+1.7deg)}
}
.edit .delete,.edit2 .delete,.ui-sortable-helper .delete {
	display: block !important;
}

.delete {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	display: none;
	position: relative;
	margin-bottom: -18px;
	left: -5px;
	top: -5px;
	width: 22px;
	height: 22px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	opacity: .8;
	z-index: 100;
}

.deleteX {
	font-size: 16px;
	font-family: 'Helvetica Neue';
	line-height: 18px;
	text-indent: -1px;
	color: #000;
	display: block;
	cursor: pointer;
	opacity: .5;
	font-weight: bold;
}
.liveSiteNum{
	position: relative;
	background-color: #F6242d;
	width: 22px;
	height: 22px;
	float: right;
	top: -5px;
	right: -5px;
	text-align: center;
	border-radius: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	background: red;
}

.zoom {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.zoomout {
	-webkit-transform: scale(0) !important;
	-moz-transform: scale(0) !important;
	-o-transform: scale(0) !important;
}

.screen .inicon:nth-child(19) {
	-webkit-transform: translate3d(600%, 200%, 0);
	-moz-transform: translate3d(600%, 200%, 0);
	-moz-transform: translate3d(600%, 200%, 0);
	transform: translate3d(600%, 200%, 0);
}

.dim {
	display: block;
	position: absolute;
	height: 78px;
	width: 78px;
	background-color: #333;
	opacity: 0;
	z-index: 0;
	-webkit-border-radius: 17px;
	-webkit-transition: opacity 100ms;
	-moz-border-radius: 17px;
	-moz-transition: opacity 100ms;
	-o-border-radius: 17px;
	-o-transition: opacity 100ms;
	cursor: pointer;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}

#leftArrow {
	height: 234px;
	width: 68px;
	position: fixed;
	top: 60px;
	left: 100px;
	z-index: 10000;
	text-align: right;
	padding-top: 14%;
}

#rightArrow {
	height: 234px;
	width: 68px;
	position: fixed;
	top: 60px;
	right: 125px;
	z-index: 10000;
	text-align: left;
	padding-top: 14%;
}

#rightArrow img,#leftArrow img {
	opacity: .3;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	cursor: pointer;
}

#rightArrow img:hover,#leftArrow img:hover {
	opacity: .7;
}

#rightArrow img:active,#leftArrow img:active {
	opacity: 1;
}

#rightArrow img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#dimSetting {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1000;
	display: none;
}

#BigSetting,#BigAppstore {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 10001;
	-webkit-transition: -webkit-transform 500ms;
	-moz-transition: -moz-transform 500ms;
	-o-transition: -o-transform 500ms;
	-webkit-transform: translate(0, 1000px);
	-moz-transform: translate(0, 100px);
	-o-transform: translate(0, 1000px);
}

#settingBox,#AppstoreBox {
	background-color: #fff;
	margin: auto;
	width: 820px;
	height: 520px;
	margin-top: 75px;
	border-radius: 10px;
}

.title {
	color: #000;
	font-family: HelveticaMedium;
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 1000;
}

.buttons {
	border-top: 1px solid #e1e5e5;
	color: #2181f7;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	cursor: pointer;
}

.buttons span {
	display: inline-block;
	height: 57px;
	line-height:57px;
	text-align: center;
	float:left;
	background: #FFF;
	width: 33.20%;
}

.cancel {
	font-family: 'Helvetica Neue';
	font-size: 17px;
}

.about {
	font-family: 'Helvetica Neue';
	font-size: 17px;
}

.ok {
	font-family: 'Helvetica Neue';
	font-size: 17px;
	font-weight: 800;
}

.WRB {
	border-right: 1px solid #e1e5e5;
}

#settingBox .section {
	display: inline-block;
	width: 46%;
	padding: 6px 15px;
}
#settingBox .section.wallpaper {
    width: auto;
    padding: 6px 0 6px 15px;
}
#settingBox .section .sname {
	font-family: 'Helvetica Neue';
	font-size: 19px;
	display: block;
}

#settingBox .section.wallpaper .sname{
    display: inline;
    float:left;
}
#settingBox .section.wallpaper .sname.more{
    float: right;
    font-size: 16px;
    line-height: 22px;
    border-radius: 6px;
    border: 1px solid #53d769;
    padding: 0 5px;
    background: #53d769;
    color: #FFF;
    margin-right: 10px;
}
#settingBox .section.wallpaper .sname.more:hover{
    background: #FFF;
    color: #53d769;
}

.settingbut {
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-o-transition: background-color 300ms;
}

.settingbut:hover {
	background-color: #f1f1f1;
}

.settingbut:active {
	background-color: #e1e5e5;
}

#BigDelete,#BigRate {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1000101;
	-webkit-transition: -webkit-transform 500ms;
	-moz-transition: -moz-transform 500ms;
	-o-transition: -o-transform 500ms;
}

#deleteBox {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	background-color: #fff;
	margin: auto;
	width: 400px;
	height: auto;
	margin-top: 215px;
	z-index: 10001;
	border-radius: 10px;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#deleteBox .buttons span {
	display: inline-block;
	width: 199.5px;
	height: 24px;
	text-align: center;
	padding: 8px 0;
	background: #fff;
	line-height:24px;
}

#deleteBox .title,#BigRate .title {
	color: #000;
	display: block;
	text-align: center;
	padding: 28px 0;
	font-family: 'Helvetica Neue';
	font-size: 18px;
	font-weight: 600;
}

#dimDelete {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 100010;
	transition: background 500ms;
	display: none;
}
#AboutBox {
	-webkit-transition: -webkit-transform 700ms;
	-moz-transition: -moz-transform 700ms;
	-o-transition: -o-transform 700ms;
	background-color: #fff;
	margin: auto;
	width: 680px;
	height: auto;
	margin-top: 46px;
	z-index: 10001;
	border-radius: 10px;
	-webkit-transform: translate(0, 1000px);
	-moz-transform: translate(0, 1000px);
	-o-transform: translate(0, 1000px);
}

#AboutBox .buttons span {
	display: inline-block;
	height: 23px;
	text-align: center;
	padding: 8px 0;
}

#AboutBox .title {
	color: #000;
	font-family: 'Helvetica Neue';
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 18px;
	font-weight: 800;
}
#BigAbout {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0);
	z-index:1000101;
}
#AboutBox {
	-webkit-transition: -webkit-transform 700ms;
	-moz-transition: -moz-transform 700ms;
	-o-transition: -o-transform 700ms;
	background-color: #fff;
	margin: auto;
	width: 680px;
	height: auto;
	margin-top: 75px;
	z-index:10001;
	border-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transform: translate(0,1000px);
	-moz-transform: translate(0,1000px);
	-o-transform: translate(0,1000px);
}
#AboutBox .buttons span {
	display: inline-block;
	height: 57px;
	line-height: 57px;
	text-align: center;
	padding: 0;
}
#AboutBox .title {
	color: #000;
	font-family: 'Helvetica Neue';
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 18px;
	font-weight:800;
}

.inicon .iniconbg {
	width: 78px;
	height: 78px;
	box-shadow: inset 1px -1px 0 rgba(0, 0, 0, .15);
	background: no-repeat center center;
	background-size: 100%;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
}

.sideIcon {
	width: 207px;
	height: 55px;
	position: absolute;
	left: -133px;
	border-radius: 0 10px 10px 0;
	box-shadow: inset 1px -1px 0 rgba(0, 0, 0, .15);
	transition: left 500ms;
	cursor: pointer;
}

.sideIcon:hover {
	left: -6px;
}

#webstore {
	top: 76px;
	background-image: url(ChromeStore.png);
}

#facebook {
	top: 152px;
	background-image: url(facebook.png);
}

#googlep {
	top: 228px;
	background-image: url(google.png);
}

#googlep div {
	margin: 15px 0 0 30px !important;
}

#twitter {
	top: 304px;
	background-image: url(twitter.png);
}

#twitter iframe {
	margin: 10px 0 0 10px;
}

.team {
	width: 70px;
	height: 70px;
	box-shadow: inset 1px -1px 0 rgba(0, 0, 0, .15);
	background: no-repeat center center;
	background-size: 100%;
	border-radius: 15px;
	display: inline-block !important;
}

.social {
	width: 25px;
	height: 25px;
	box-shadow: inset 1px -1px 0 rgba(0, 0, 0, .15);
	background: no-repeat center center;
	background-size: 100%;
	border-radius: 5px;
	display: inline-block !important;
}

#screens .screen .inicon:nth-child(1) {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

#screens .screen .inicon:nth-child(2) {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#screens .screen .inicon:nth-child(3) {
	-webkit-transform: translate3d(200%, 0, 0);
	-moz-transform: translate3d(200%, 0, 0);
	-o-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}

#screens .screen .inicon:nth-child(4) {
	-webkit-transform: translate3d(300%, 0, 0);
	-moz-transform: translate3d(300%, 0, 0);
	-o-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0);
}

#screens .screen .inicon:nth-child(5) {
	-webkit-transform: translate3d(400%, 0, 0);
	-moz-transform: translate3d(400%, 0, 0);
	-o-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0);
}

#screens .screen .inicon:nth-child(6) {
	-webkit-transform: translate3d(500%, 0, 0);
	-moz-transform: translate3d(500%, 0, 0);
	-o-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0);
}

#screens .screen .inicon:nth-child(7) {
	-webkit-transform: translate3d(0%, 100%, 0);
	-moz-transform: translate3d(0%, 100%, 0);
	-o-transform: translate3d(0%, 100%, 0);
	transform: translate3d(0%, 100%, 0);
}

#screens .screen .inicon:nth-child(8) {
	-webkit-transform: translate3d(100%, 100%, 0);
	-moz-transform: translate3d(100%, 100%, 0);
	-o-transform: translate3d(100%, 100%, 0);
	transform: translate3d(100%, 100%, 0);
}

#screens .screen .inicon:nth-child(9) {
	-webkit-transform: translate3d(200%, 100%, 0);
	-moz-transform: translate3d(200%, 100%, 0);
	-o-transform: translate3d(200%, 100%, 0);
	transform: translate3d(200%, 100%, 0);
}

#screens .screen .inicon:nth-child(10) {
	-webkit-transform: translate3d(300%, 100%, 0);
	-moz-transform: translate3d(300%, 100%, 0);
	-o-transform: translate3d(300%, 100%, 0);
	transform: translate3d(300%, 100%, 0);
}

#screens .screen .inicon:nth-child(11) {
	-webkit-transform: translate3d(400%, 100%, 0);
	-moz-transform: translate3d(400%, 100%, 0);
	-o-transform: translate3d(400%, 100%, 0);
	transform: translate3d(400%, 100%, 0);
}

#screens .screen .inicon:nth-child(12) {
	-webkit-transform: translate3d(500%, 100%, 0);
	-moz-transform: translate3d(500%, 100%, 0);
	-o-transform: translate3d(500%, 100%, 0);
	transform: translate3d(500%, 100%, 0);
}

#screens .screen .inicon:nth-child(13) {
	-webkit-transform: translate3d(0%, 200%, 0);
	-moz-transform: translate3d(0%, 200%, 0);
	-o-transform: translate3d(0%, 200%, 0);
	transform: translate3d(0%, 200%, 0);
}

#screens .screen .inicon:nth-child(14) {
	-webkit-transform: translate3d(100%, 200%, 0);
	-moz-transform: translate3d(100%, 200%, 0);
	-o-transform: translate3d(100%, 200%, 0);
	transform: translate3d(100%, 200%, 0);
}

#screens .screen .inicon:nth-child(15) {
	-webkit-transform: translate3d(200%, 200%, 0);
	-moz-transform: translate3d(200%, 200%, 0);
	-o-transform: translate3d(200%, 200%, 0);
	transform: translate3d(200%, 200%, 0);
}

#screens .screen .inicon:nth-child(16) {
	-webkit-transform: translate3d(300%, 200%, 0);
	-moz-transform: translate3d(300%, 200%, 0);
	-o-transform: translate3d(300%, 200%, 0);
	transform: translate3d(300%, 200%, 0);
}

#screens .screen .inicon:nth-child(17) {
	-webkit-transform: translate3d(400%, 200%, 0);
	-moz-transform: translate3d(400%, 200%, 0);
	-o-transform: translate3d(400%, 200%, 0);
	transform: translate3d(400%, 200%, 0);
}

#screens .screen .inicon:nth-child(18) {
	-webkit-transform: translate3d(500%, 200%, 0);
	-moz-transform: translate3d(500%, 200%, 0);
	-o-transform: translate3d(500%, 200%, 0);
	transform: translate3d(500%, 200%, 0);
}

#footerContent .inicon:nth-child(1) {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

#footerContent .inicon:nth-child(2) {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#footerContent .inicon:nth-child(3) {
	-webkit-transform: translate3d(200%, 0, 0);
	-moz-transform: translate3d(200%, 0, 0);
	-o-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}

#footerContent .inicon:nth-child(4) {
	-webkit-transform: translate3d(300%, 0, 0);
	-moz-transform: translate3d(300%, 0, 0);
	-o-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0);
}

#footerContent .inicon:nth-child(5) {
	-webkit-transform: translate3d(400%, 0, 0);
	-moz-transform: translate3d(400%, 0, 0);
	-o-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0);
}

#footerContent .inicon:nth-child(6) {
	-webkit-transform: translate3d(500%, 0, 0);
	-moz-transform: translate3d(500%, 0, 0);
	-o-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0);
}
.boxhtml{
	display:none;
}
.myapp{
	float: right;
	position: absolute;
}
.buttons .ok.settingbut{
	font-weight: normal;
	border-radius: 0 0 10px 0;
	padding-right: 1px;
}
.WRB.cancel.settingbut {
	border-radius: 0 0 0 10px;
	border-right: 1px solid #e1e5e5;
}
#searchbox {
	width : 800px;
	height : 30px;
	border : 0px solid;
	z-Index : 1000;
	margin-left : 100px;
	opacity : 0.9;
}
#searchbox div {
	float : left;
}

.searchButton {
	background-color:#fff;
	width:30px;
	height:30px;
	border-bottom-left-radius: 15px;
	border-top-left-radius:15px;
	background-image:url(icon.png);
	background-repeat:no-repeat;
	background-position:-112px -5px;
	border-right: 0;
	background-position:-112px -4px;
}

#searchinput input {
	width:100%;
	height:28px;
	padding:0;
	border:1px solid #FFF;
	outline: none;
}
#leftArrow img, #rightArrow img {
	width:23px;
}
#searchclosebtn{
	background-color:#fff;
	width:30px;
	height:30px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	background-repeat:no-repeat;
	background-position:-10px -5px;
	border-left:0;
}
#searchinput{
	width : 730px;
	height : 30px;
}
.circle {
	float:left;
}

div.suggest {
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	padding-top: 0px;
	width : 790px;
	margin-top : 40px;
	border-radius : 15px;
	z-index: 10;
}
div.suggest li{
	height: 26px;
	line-height: 26px;
	background: #FFF;
	text-align: left;
	padding: 0 6px;
	cursor:pointer; 
	color:#666;
	overflow: hidden;
	font-weight: bolder;
	font-size: 12px;
	position: relative;
	padding-left: 35px;
}
div.suggest li span{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #093;
}
div.suggest li label {
	font-weight: normal;
}
div.suggest li.selected{
	background:#D8D8D8;
	color:#000;
}
div.suggest li.close{
	text-align:right;
}
div.suggest ul {
	margin:0 auto;
	padding:0;
}

.opennewtab, .openNotice {
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 8px;
	width: 48%;
	float:left;
	font-family: 'Helvetica Neue';
}
.opennewtab .sname, .openNotice .sname, {
	font-family: 'Helvetica Neue';
	font-size: 19px;
}
#openinnewtab, #openNotice {
	margin-right: 35px;
	float: right;
}